html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration:none;
    outline: none;
    color: #7a7a7a;
}
a:hover{color: inherit;text-decoration: none;}

body{
    font-family: jost;
    font-size: 16px;
    color: #4d5053;
    background-color: #fff;;
    font-weight: 400;
}
::selection {
    color: #fff;
    background-color: #535353;
}
::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */
@font-face {
    font-family:circe;
    src: url(/font/circe.otf);
}
@font-face {
    font-family:circe-light;
    src: url(/font/circe-light.otf);
}
@font-face {
    font-family:circe-regular;
    src: url(/font/circe-regular.otf);
}
@font-face {
    font-family:circe-bold;
    src: url(/font/circe-bold.otf);
}

.cus-flex{
    justify-content: center;
    align-items: center;
}

/* #comman
================================================== */
.comman-header{
    background: url(/images/coman-header.png)no-repeat;
    background-size: cover;
    height: 300px;
    margin-bottom: 80px;
    position: relative;
}
.comman-header .box{
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: #fff;
    width: 450px;
    margin-left: -225px;
    text-align: center;
    padding: 20px 50px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.developer .comman-header .box{
    width: 650px;
    margin-left: -325px;
}
.comman-header .box h4{
    font-size: 44px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.comman-header .box p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}

/* #disclaimer
==========================================*/
.modal-dialog .modal-content .modal-header .modal-title{
    font-size: 30px;
    line-height: 1.2;
    color: #292f36;
    text-align: center;
    margin: 0 auto;
}
.modal-dialog .modal-content .modal-body p{
    font-size: 14px;
    line-height: 1.28;
    color: #858585;
    margin-bottom: 15px;
}
.modal-dialog .modal-content .modal-body{
    padding: 0 30px 0 30px;
}
.modal-header{
    border-bottom: none;
    padding: 10px 10px 0px 10px;
}
span.checktext {
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
span.checktext input#popclose {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 11px;
    vertical-align: middle;
}
span.checktext label {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    color: #292f36;
    cursor: pointer;
}
.dashed{
    border-top: 2px solid #292f36;
    width: 40px;
    margin: 0 auto 18px;
}

/* #header
================================================== */

header{
    background-color: #fff;  
}
header .navbar .navbar-brand img{
    height: 50px;
}
.navbar{
    box-shadow: none;
    padding: 20px 0;
}
.navbar .navbar-brand{
    margin-right: 0;
}
.navbar .navbar-brand h6{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}
.navbar .navbar-brand h4{
    font-size: 22px;
    color: #000;
    font-family:circe-bold;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #292f36;
    padding: 11px 15px;
    line-height: 1.25;
    font-family:circe-regular;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #033883;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #033883;
    font-family:circe-bold;
}
.navbar-light .navbar-nav .nav-link.stay{
    background-color: #033883;
    padding: 11px 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-family:circe-bold;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link.stay:hover{
    background-color: #CA6645;
}
.navbar-light .navbar-nav .nav-link.stay.active{
    background-color: #CA6645;
}
.navbar .dropdown-item:hover{
    background-color: #033883;
    color: #fff;
    border-radius: 8px;
}
.navbar .dropdown-item{
    font-size: 14px;
    color: #fff;
    font-family:circe-regular;
    border-bottom: 1px solid #2d2b2b;
    padding: 10px 15px 6px 15px;
    line-height: 1.30;
}
.navbar .dropdown-menu{
    border-radius: 10px;
    background-color: #212121;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.navbar .dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #212121;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -9px;
    left: 41%;
    z-index: 10;
}
a.waves-effect, a.waves-light {
    display: block;
}

/* #home
================================================== */
.home .slider-sec{
    margin-bottom: 80px;
}
.home .slide-sec{
    margin-bottom: 80px;
}
.home .mob-view{
    display: none;
}
.home .slider-sec .slider-images .box img{
    width: 100%;
    height: 750px;
}
.home .slider-sec .slider-images .box .txt{
    position: absolute;
    top: 50%;
    margin-top: -86px;
}
.home .slider-sec .slider-images .box .txt.right{
    position: absolute;
    top: 50%;
    margin-top: -86px;
    right: 150px;
}
.home .slider-sec .slider-images .box .txt.up{
    position: absolute;
    top: 50%;
    margin-top: -64px;
}
.home .slider-sec .slider-images .box .txt.down{
    position: absolute;
    top: 50%;
    margin-top: -86px;
}
.home .slider-sec .txt h4{
    font-size: 46px;
    line-height: 1;
    color: #fff;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 35px;
}
.home .slider-sec .txt-box .button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    max-width: 165px;
    padding: 10px 30px;
    border-radius: 10px;
}
.home .slider-sec .txt-box .button a{
    color: #fff;
}
.home .slider-sec .txt-box .button img{
    padding-left: 10px;
    height: 17px;
    margin-top: 3px;
}
.home .about-group-sec{
    margin-bottom: 80px;
}
.home .about-group-sec .box{
    text-align: center;
}
.home .about-group-sec .box img{
    padding-bottom: 10px;
}
.home .about-group-sec .box h4{
    font-size: 25px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.home .about-group-sec .box p{
    font-size: 22px;
    color: #4d5053;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto;
}
.home .who-we-are-sec{
    margin-bottom: 80px;
}
.home .who-we-are-sec .box h5{
    font-size: 50px;
    font-family: DM Serif Display;
    font-weight: 400;
    line-height: 1.25;
    color: #292f36;
    padding-bottom: 15px;
}
.home .who-we-are-sec .box p{
    font-size: 18px;
    line-height: 1.89;
    color: #5a787b;
    font-family:circe-regular;
    padding-bottom: 25px;
}
.home .who-we-are-sec .box ul li.call{
    background: url(/images/home/call.png)no-repeat;
    height: 93px;
    padding-left: 110px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.home .who-we-are-sec .box ul li h6{
    font-size: 24px;
    line-height: 1.5;
    color: #4d5053;
    font-weight: 700;
}
.home .who-we-are-sec .box ul li p{
    font-size: 24px;
    line-height: 1.5;
    color: #4d5053;
}
.home .who-we-are-sec .box .button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    max-width: 165px;
    padding: 10px 30px;
    border-radius: 10px;
}
.home .who-we-are-sec .box .button p{
    color: #fff;
    padding-bottom: 0px;
    line-height: 1.25;
}
.home .who-we-are-sec .box .button img{
    padding-left: 10px;
    height: 17px;
    margin-top: 3px;
}
.home .people-say{
    margin-bottom: 80px;
}
.home .people-say .people-about{
    background-color: #f4f0ec;
    border-radius: 15px;
    padding: 80px 30px;
}
.home .people-say .people-about .title{
    text-align: center;
}
.home .people-say .people-about .title h2{
    font-size: 44px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 35px;
}
.home .people-say .people-about .box{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    height: 420px;
}
.home .people-say .people-about .box h4{
    font-size: 25px;
    line-height: 1.5;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 20px;
}
.home .people-say .people-about .box p{
    font-size: 18px;
    line-height: 1.5;
    color: #292f36;
    padding-bottom: 15px;
}
.home .people-say .people-about .box h6{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.home .project-sec{
    margin-bottom: 80px;
}
.home .project-sec .heading{
    text-align: center;
    padding-bottom: 30px;
}
.home .project-sec .heading h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.home .project-sec .heading p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    max-width: 665px;
    margin: 0 auto;
}
.home .project-sec .box{
    position: relative;
    padding: 50px 0 0 0;
}
.home .project-sec .box .divider{
    position: relative;
    border-bottom: 2px solid #CA6645;
    height: 20px;
}
.home .project-sec .box .divider span{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color:#292F36;
    border-radius: 50%;
    top: 11px;
    margin-left: -7px;
    left: 50%;
}
.home .project-sec .box .txt{
    text-align: center;
    border-radius: 10px;
    background: #f4f0ec;
    padding: 25px 15px;
    margin: 25px 25px;
    height: 138px;
}
.home .project-sec .box .txt h4{
    font-size: 24px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.home .project-sec .box .txt p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.home .project-sec .box h2{
    display: block;
    font-size: 30px;
    color: #000;
    margin-bottom: 8px;
    font-family: DM Serif Display;
    font-weight: 400;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -28px;
}
.home .project-sec .img-box img{
    padding-bottom: 15px;
}
.home .project-sec .img-box .txt{
    padding-left: 10px;
    padding-top: 8px;
}
.home .project-sec .img-box .txt h6{
    font-size: 25px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.home .project-sec .img-box .txt p{
    font-size: 22px;
    line-height: 1.25;
    color: #4d5053;
}
.home .experiance-sec{
    background-color: #f4f0ec;
    padding: 50px 0;
    margin-bottom: 80px;
}
.home .experiance-sec .col-md-3:after {
    content: "";
    position: absolute;
    background-color: #eccba7;
    width: 1px;
    height: 80px;
    display: block;
    right: 0;
    top: 19%;
}
.home .experiance-sec .col-md-3:last-child:after{
    display: none;
}
.home .experiance-sec h6{
    font-size: 70px;
    line-height: 1.05;
    color: #CA6645;
    font-family: DM Serif Display;
    font-weight: 400;
    text-align: center;
}
.home .experiance-sec p{
    font-size: 22px;
    line-height: 1.25;
    color: #4d5053;
    text-align: center;
}

/* #about
================================================== */
.about .director-msg{
    margin-bottom: 140px;
    position: relative;
}
.about .director-msg .title{
    text-align: center;
}
.about .director-msg .title h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    margin-bottom: 40px;
}
.about .director-msg .row{
    position: relative;
}
.about .director-msg .coma{
    position: absolute;
}
.about .director-msg .left-borders{
    position: absolute;
    left: 56px;
}
.about .director-msg .msg-box{
    padding: 80px 0 0 0;
}
.about .director-msg .prev-slide{
    background: url(/images/about/left-btn.png)no-repeat scroll 0px;
    height: 47px;
    width: 47px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    left: 44%;
    bottom: -18%;
}
.about .director-msg .prev-slide:hover{
    background: url(/images/about/left-hover.png)no-repeat scroll 0px;
}
.about .director-msg .next-slide{
    background: url(/images/about/r-btn.png)no-repeat scroll 0px;
    height: 47px;
    width: 47px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    right: 44%;
    bottom: -18%;
}
.about .director-msg .right-borders{
    position: absolute;
    right: 56px;
}
.about .director-msg .msg img{
    padding:  20px 0 30px;
}
.about .director-msg .msg .pic img{
    padding: 0;
}
.about .director-msg .msg p{
    font-size: 24px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 20px;
    font-style: italic;
    max-width: 815px;
    margin: 0 auto;
}
.about .director-msg .msg h4{
    font-size: 25px;
    line-height: 1.25;
    color: #4d5053;
    font-weight: 600;
}
.about .director-msg .msg h6{
    font-size: 24px;
    line-height: 1.25;
    color: #4d5053;
}
.about .group-work{
    margin-bottom: 80px;
}
.about .group-work h6{
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}
.about .group-work .txt.left{
    padding-left: 50px;
}
.about .group-work .txt h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.about .group-work .txt p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 15px;
    max-width: 600px;
}
.about .vission-sec{
    background-color: #f4f0ec;
    padding: 50px;
    margin-bottom: 80px;
}
.about .vission-sec h5{
    font-size: 40px;
    line-height: 1.25;
    color: #f4f0ec;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.about .vission-sec p{
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    max-width: 300px;
} 
.about .vission-sec .vission{
    background: url(/images/about/vission.png)no-repeat;
    width: 100%;
    height: 458px;
    padding: 50px;
    position: relative;
    background-size: cover;
    border-radius: 55px;
}
.about .vission-sec .value{
    background: url(/images/about/value.png)no-repeat;
    width: 100%;
    height: 458px;
    padding: 50px;
    position: relative;
    background-size: cover;
    border-radius: 55px;
}
.about .vission-sec .vission .pic{
    position: absolute;
    bottom: 40px;
    right: 100px;
}
.about .vission-sec .value .pic{
    position: absolute;
    bottom: 40px;
    right: 100px;
}
.about .journey-sec{
    margin-bottom: 80px;
}
.about .journey-sec .journey{
    background-color: #f4f0ec;
    padding: 70px 30px;
    border-radius: 40px;
}
.about .journey-sec .journey .title{
    text-align: center;
    padding-bottom: 50px;
}
.about .journey-sec .journey .title h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.about .journey-sec .journey .title p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    max-width: 750px;
    margin: 0 auto;
}
.about .journey-sec .journey .txt-box h1{
    font-size: 120px;
    line-height: 1.25;
    color: #fff;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 20px;
}
.about .journey-sec .journey .txt-box h4{
    font-size: 35px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.about .journey-sec .journey .txt-box P{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.about .journey-sec .journey .button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    max-width: 165px;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 50px auto 0;
}
.about .journey-sec .journey .button a{
    color: #fff;
}
.about .journey-sec .journey .button img{
    padding-left: 10px;
    height: 17px;
    margin-top: 3px;
}

/* #gallery
================================================== */
.gallery .gallery-sec{
    margin-bottom: 80px;
}
.gallery .gallery-sec .tab-container{
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    max-width: 375px;
    margin: 0 auto 30px;
    display: flex;
}
.gallery .gallery-sec .tab-container .tab{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    color: #313131;
    width: 180px;
    border: 1px solid #033883;
    margin-right: 20px;
    border-radius: 10px;
}
.gallery .gallery-sec  .column {
    flex: 50%;
    max-width: 50%;
}
.gallery .gallery-sec .tab-data .image img{
    width: 100%;
    vertical-align: middle;
    padding: 10px;
}
.gallery .gallery-sec .tab-container .tab.active{
    background-color: #033883;
    color: #fff;
    border-radius: 10px;
}
.gallery .gallery-sec .tab-data{
    display: none;
}
.gallery .gallery-sec .tab-data.active{
    display: block;
}

/* #media
================================================== */

.media-page .video-sec{
    margin-bottom: 80px;
}
.media-page .video-sec .title{
    text-align: center;
    padding-bottom: 50px;
}
.media-page .video-sec .title h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.media-page .video-sec .pic{
    margin-bottom: 40px;
}
.media-page .video-sec .pic iframe{
    width: 100%;
    height: 350px;
    border-radius: 20px;
}

/* #project
================================================== */

.project .project-detail{
    margin-bottom: 80px;
}
.project .project-detail .journey-box{
    background-color: #f4f0ec;
    border-radius: 60px;
    padding: 60px 100px;
    position: relative;
}
.project .project-detail .journey-box .title{
    text-align: center;
    padding-bottom: 50px;
}
.project .project-detail .journey-box .title h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.project .project-detail .journey-box .title p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    max-width: 750px;
    margin: 0 auto;
}
.project-detail .accordion .point{
    border-bottom: 1px solid #ca6645;
    padding: 15px 0;
}
.project-detail .accordion .point .header.collapsed a.title {
    font-size: 25px;
    line-height: 1.5;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 20px;
}
.project-detail .accordion .point .header a.title{
    color: #ca6645;
    font-size: 25px;
    line-height: 1.5;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 20px;
}
.project-detail .accordion  .body ul li:before{
    content: "\2022";
    color: #4d5053;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: 0em;
}
.project-detail .accordion .body ul li{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-left: 30px;
}
.project-detail .accordion .body ul li a{
    color: #4d5053;
}
.project-detail .accordion .header.collapsed:after {
    margin: 10px 10px 0 0;
    content: url(/images/side.png);
}
.project-detail .accordion .header:after {
    margin: 10px 10px 0 0;
    content: url(/images/down.png);
    float: right;
}
.project-detail .pic img{
    height: 650px;
}
.project .heading{
    font-size: 25px;
    line-height: 1.5;
    color: #ca6645;
    font-family: DM Serif Display;
    font-weight: 400;
    padding: 25px 0 15px;
    border-bottom: 1px solid #ca6645;
}
/* #project-detail
================================================== */

.anand-avenue .about-project{
    margin-bottom: 80px;
}
.anand-avenue .about-project .txt h2{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.anand-avenue .about-project .txt-box h6{
    font-size: 22px;
    color:#cda274;
    line-height: 1.5;
    padding-bottom: 20px;
    max-width: 600px;
}
.anand-avenue .about-project .txt-box p{
    font-size: 22px;
    color: #4d5053;
    line-height: 1.5;
    max-width: 600px;
    padding-bottom: 30px;
}
.anand-avenue .about-project .button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    max-width: 230px;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
}
.anand-avenue .about-project .button img{
    padding-left: 10px;
    height: 17px;
    margin-top: 3px;
}
.anand-avenue .image{
    margin-bottom: 80px;
}
.anand-avenue .aminities-sec{
    margin-bottom: 80px;
}
.anand-avenue .aminities-sec .tab-container{
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    max-width: 657px;
    margin: 0 auto 50px;
}
.anand-avenue .aminities-sec .tab-container .tab{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    color: #313131;
    width: 180px;
}
.anand-avenue .aminities-sec .tab-container .tab.active{
    background-color: #292f36;
    color: #fff;
    border-radius: 10px;
}
.anand-avenue .aminities-sec .tab-data{
    display: none;
}
.anand-avenue .aminities-sec .tab-data.active{
    display: block;
}
.anand-avenue .aminities-sec .tab-data .box{
    margin-bottom: 30px;
}
.anand-avenue .aminities-sec .tab-data.amenities .box img{
    padding-bottom: 7px;
    height: 40px;
    width: 40px;
}
.anand-avenue .aminities-sec .tab-data .box p{
    font-size: 18px;
    line-height: 1.25;
    color: #292f36;
}
.anand-avenue .aminities-sec .txt-box{
    padding-bottom: 20px;
}
.anand-avenue .aminities-sec .txt-box h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #292f36;
    padding-bottom: 10px;
}
.anand-avenue .aminities-sec .txt-box p{
    font-size: 18px;
    line-height: 1;
    color: #292f36;
    padding-bottom: 10px;
}
.anand-avenue .aminities-sec .plan-carousel .pic img{
    border-radius: 10px;
}
.anand-avenue .aminities-sec .tab-data .plan .pic img{
   margin-bottom: 15px;
}
.anand-avenue .aminities-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
.anand-avenue .aminities-sec .owl-theme .owl-dots .owl-dot.active span {
    background: #292f36;
}
.anand-avenue .aminities-sec .owl-theme .owl-dots .owl-dot span {
    background: #e8e8e8;
}
.anand-avenue .aminities-sec .tab-data .plan .plan-carousel .prev-slide{
    background: url(/images/plan/left.png)no-repeat scroll 0px;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    bottom: 20px;
    left: 33%;
}
.anand-avenue .aminities-sec .tab-data .plan .plan-carousel .prev-slide:hover{
    background: url(/images/plan/left-hover.png)no-repeat scroll 0px;
}
.anand-avenue .aminities-sec .tab-data .plan .plan-carousel .next-slide{
    background: url(/images/plan/right.png)no-repeat scroll 0px;
    height: 40px;
    width: 40px;
    font-size: 20px !important;
    line-height: 40px !important;
    position: absolute;
    bottom: 20px;
    right: 33%;
}
.anand-avenue .aminities-sec .tab-data .plan .pic p{
    font-size: 18px;
    color: #4D5053;
    font-weight: 600;
    text-align: center;
}
.anand-avenue .connectivity-sec{
    background-color: #f4f0ec;
    margin-bottom: 80px;
    padding: 60px 0;
}
.anand-avenue .connectivity-sec .connect h4{
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 10px;
}
.anand-avenue .connectivity-sec .connect h6{
    font-size: 22px;
    line-height: 2.7;
    color: #4d5053;
}
.anand-avenue .connectivity-sec .connect h6 span{
    font-family: DM Serif Display;
    font-weight: 400;
    color: #cda274;
    padding-right: 8px;
}
.anand-avenue .connectivity-sec .connect h6 bold{
    font-weight: 700;
} 
.anand-avenue .connectivity-sec .pic img{
    border-top-left-radius: 80px;
}


/* #blog
================================================== */

.blog .about-blog{
    margin-bottom: 80px;
}
.blog .about-blog .blog-box{
    border-radius: 62px;
    box-shadow: 0 10px 30px 0 rgba(255, 255, 255, 0.25);
    border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: 60px;
}
.blog .about-blog .blog-box .blog-txt-box{
    max-width: 500px;
}
.blog .about-blog .blog-box .blog-txt-box h4{
    font-size: 25px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.blog .about-blog .blog-box .blog-txt-box p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 20px;
}
.blog .about-blog .blog-box .blog-txt-box h6{
    font-size: 16px;
    line-height: 1.5;
    color: #4d5053;
    padding-left: 10px;
}
.blog .pagination {
    display: block;
    width: 75%;
    margin: 1em auto;
    text-align: center;
}
.blog .pagination:after{
    content: '';
    clear: both;
}
.blog .pagination-button {
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #CDA274;  
    background-color: #fff;
    color: #292F36;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    margin: 0 10px;
    font-size: 16px;
    height:35px;
    width:35px;
    border-radius: 50%;
}  
.blog .pagination-button:hover{
    background-color: #F4F0EC; 
}
.blog .pagination-button.active{
    background-color: #F4F0EC;
}
.blog .heading {
    text-align: center; 
    max-width: 500px; 
    margin: 20px auto; 
}
.blog .article-loop {
    display: block;
    border-radius: 62px;
    box-shadow: 0 10px 30px 0 rgba(255, 255, 255, 0.25);
    border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: 60px;
}

/* #blog-detail
================================================== */

.blog-detail .about-blog-detail{
    margin-bottom: 80px;
}
.blog-detail .about-blog-detail h4{
    font-size: 44px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 15px;
}
.blog-detail .about-blog-detail img{
    padding-bottom: 30px;   
}
.blog-detail .about-blog-detail span{
    font-size: 16px;
    line-height: 1.5;
    color: #4d5053;
    padding: 0 15px;
}
.blog-detail .about-blog-detail p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 20px;
    max-width: 1100px;
}
.blog-detail .about-blog-detail p.bold{
    font-weight: 700;
}
.blog-detail .about-blog-detail ul li{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 7px;
    max-width: 1100px;
    padding-left: 50px;
}

/* #stamp-duty
================================================== */
.stamp-duty .comman-header .box{
    width: 630px;
    margin-left: -315px;
}
.stamp-duty .stamp-sec{
    margin-bottom: 80px;
}
.stamp-duty .stamp-sec .pic img{
    border-radius: 40px;
}
.stamp-duty .stamp-sec h4{
    font-size: 40px;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    margin-bottom: 15px;
}
.stamp-duty .stamp-sec ul li{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.stamp-duty .stamp-sec ul li:before{
    content: "\2022";
    color: #4d5053;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: 0em;
}
.stamp-duty .fees-sec{
    margin-bottom: 80px;
}
.stamp-duty .fees-sec h4{
    font-size: 40px;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    margin-bottom: 15px;
}
.stamp-duty .fees-sec ul li{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 10px;
    display: flex;
}
.stamp-duty .fees-sec ul li:before{
    content: url(/images/buyers/r-arrow.png);
    margin-right: 10px;
    display: inline-block;
}

/* #nri-quide
================================================== */
.nri-quide .payment-sec{
    margin-bottom: 80px;
}
.nri-quide .payment-sec h4{
    font-size: 40px;
    line-height: 1.5;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    margin-bottom: 15px;
}
.nri-quide .payment-sec p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.nri-quide .nri-detail{
    margin-bottom: 80px;
}
.common .accordion .header.collapsed{
    padding: 10px 20px;
    border-radius: 18px;
    border: solid 1px #cda274;
    background-color: #fff;
    margin-bottom: 25px;
}
.common .accordion .header{
    background-color: #f4f0ec;
    padding: 25px 30px 15px;
    border-radius: 18px 18px 0 0;
}
.common .accordion .body.collapse.show{
    background-color: #f4f0ec;
    padding: 10px 30px;
    border-radius: 0 0 18px 18px;
    margin-bottom: 25px;
}
.common .accordion.collapsed{ 
    border-radius: 18px;
    background-color: #f4f0ec;
    padding: 15px 20px;
}
.common .accordion .body.collapse p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 10px;
}
.common .accordion .header a.title{
    font-size: 25px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.common .accordion .header.collapsed .icon:after {
    content: url(/images/buyers/+.png);
}
.common .accordion .header .icon:after {
    font-family: 'FontAwesome';
    content: url(/images/buyers/-.png);
    float: right;
}

/* #tax
================================================== */
.tax .tax-detail{
    margin-bottom: 80px;
}
.tax .tax-detail .detail{
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}
.tax .tax-detail .detail p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 15px;
}

/* #faqs
================================================== */
.faqs .title{
    text-align: center;
    padding-bottom: 20px;
}
.faqs .title h4{
    font-size: 40px;
    line-height: 1.25;
    color: #000;
    font-family: DM Serif Display;
    font-weight: 400;
}
.faqs .nri-sec{
    margin-bottom: 60px;
}
.faqs .loan-sec{
    margin-bottom: 60px;
}
.faqs .tax-sec{
    margin-bottom: 60px;
}

/* #loan
================================================== */
.loan .loan-detail{
    margin-bottom: 145px;
    position: relative;
}
.loan .loan-detail .row{
    position: relative;
}
.loan .loan-detail .left-pic{
    position: absolute;
    left: 150px;
}
.loan .loan-detail .right-pic{
    position: absolute;
    right: 150px;
}
.loan .loan-detail .txt{
    max-width: 500px;
    margin: 75px auto 0;
}
.loan .loan-detail .txt p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    text-align: center;
}
.loan .loan-faqs{
    margin-bottom: 80px;
}
.loan .loan-faqs .title{
    text-align: center;
    margin-bottom: 25px;
}
.loan .loan-faqs .title h4{
    font-size: 40px;
    line-height: 1.25;
    color: #000;
    font-family: DM Serif Display;
    font-weight: 400;
}
.clearfix {
    clear:both;
}

/* #developer
================================================== */
.developer .developer-info{
    margin-bottom: 65px;
}
.developer .developer-info .txt{
    text-align: center;
}
.developer .developer-info .txt p{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    padding-bottom: 15px;
}
.developer .information{
    margin-bottom: 80px;
}
.developer .location{
    margin-bottom: 80px;
}
.developer .legal{
    margin-bottom: 80px;
}
.developer .layout{
    margin-bottom: 80px;
}
.developer .plan{
    margin-bottom: 80px;
}
.developer .info h4{
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    font-family: DM Serif Display;
    font-weight: 400;
    padding-bottom: 10px;
}
.developer .info ul li{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    display: flex;
}
.developer .info ul li:before{
    content: "\2022";
    color: #4d5053;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: 0em;
}

/* #emi
================================================== */

.emi-calciulate .title{
    text-align: center;
    margin-bottom: 40px;
}
.emi-calciulate .title h2{
    font-size: 44px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.emi-calciulate .emi-sec .homeEmicalculator{
    background-color: #f4f0ec;
    border-radius: 70px;
    margin-bottom: 80px;
}
.emi-calciulate .emi-sec .homeEmicalculator .line{
    border-top: 2px solid #fff;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper {
    padding: 100px 100px 30px;
    margin-bottom: 30px;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .left{
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right{
    float: right;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .ticker{
    font-size: 14px;
    margin-top: 0px;
    color: #333;
    padding: 5px;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right input,.homeEmicalculator .rangeSliderWrapper .right input:focus{
    color: #4d5053;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 1.5;
    width: 120px;
    padding: 5px 3px 5px 8px;
    text-align: right;
    outline: none;
}
.emi-calciulate .emi-sec .homeEmicalculator .range {
    display: block;
    width: 100%;
    margin: 0;
    height: 50px;
    cursor: pointer;
    accent-color: #CA6645;
}
.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right span, .homeEmicalculator .rangeSliderWrapper .right span:focus {
    font-size: 22px;
    background-color: transparent;
    color: #4d5053;
    line-height: 1.5;
    width: 120px;
    text-align: right;
    outline: none;
}
.emi-calciulate .emi-sec .emiWrapper{
    padding: 50px 100px;
}
.emi-calciulate .emi-sec .emiWrapper .left{
    float: left;
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
}
.emi-calciulate .emi-sec .emiWrapper .right{
    float: right;
}
.emi-calciulate .emi-sec .emiWrapper .right input{
    border: none;
    width: 120px;
    text-align: right;
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
    background-color: transparent;
}
.emi-calciulate .emi-sec .emiWrapper .rec{
    padding-bottom: 10px;
}
.emi-calciulate .emi-sec .emiWrapper .total{
    margin-top: 10px;
}
.emi-calciulate .emi-sec .emiWrapper .total .left{
    margin-top: 4px;
}
.emi-calciulate .emi-sec .emiWrapper .right span{
    border: none;
    text-align: right;
    font-size: 22px;
    line-height: 1.5;
    color: #4d5053;
} 

/* #contact
================================================== */
.contact .title{
    text-align: center;
    margin-bottom: 40px;
}
.contact .title h2{
    font-size: 44px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}
.contact .contact-detail{
    margin-bottom: 80px;
}
.contact .contact-detail .contact-box{
    background-color: #f4f0ec;
    border-radius: 40px;
    padding: 50px 40px 30px;
}
.contact .contact-detail .contact-box ul li{
    font-size: 20px;
    line-height: 1.5;
    color: #4d5053;
    padding: 9px 0px 30px 65px;
}
.contact .contact-detail .contact-box ul li.add{
    background: url(/images/contact-location.png)no-repeat;
}
.contact .contact-detail .contact-box ul li.mail{
    background: url(/images/contact-mail.png)no-repeat;
}
.contact .contact-detail .contact-box ul li.call{
    background: url(/images/contact-call.png)no-repeat;
}
.contact .contact-detail .floating-form button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    max-width: 176px;
    padding: 15px 37px;
    position: absolute;
    right: 0px;
    border-radius: 18px;
    border: none;
}
.contact .contact-detail .floating-form button img{
    padding-left: 10px;
    height: 17px;
    margin-top: 3px;
}
.contact .map{
    margin-bottom: 80px;
}

/* #submit-form
========================================== */

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #000;
    width: 100%;
}
textarea{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #000;
    width: 100%;
}
.floating-label {
    position: relative;
    margin-bottom: 30px;
}
.floating-input, .floating-select {
    font-size: 16px;
    padding: 20px 17px 2px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: #fff; 
    color: #262626;
    font-weight: 500;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-form .floating-label label {
    color: #4d5053;
    font-size: 22px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
    margin-top: 0; 
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 150px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 50px;
}
/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; 
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; 
}
.calendly-badge-widget{
    display: inline-table !important;
}

/* #footer
================================================== */
.footer-sec .logo img{
    padding-bottom: 5px;
}
.footer-sec .logo h4{
    font-size: 48px;
    font-family: circe-bold;
    color: #292f36;
}
.footer-sec .logo h6{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-left: 60px;
}
.footer-sec .box{
    padding-bottom: 50px;
}
.footer-sec .box h4{
    font-size: 26px;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-sec .box ul li a{
    font-size: 16px;
    font-family: jost;
    color: #4d5053;
    line-height: 2.5;
}
.footer-sec .box ul li a:hover{
    font-weight: 500;
}
.footer-sec .box.fix{
    max-width: 200px;
    margin: 0 auto;
}
.footer-sec .box ul li a.fb{
    background: url(/images/fb.png)no-repeat;
    padding: 0 0 8px 35px;
    font-weight: 500;
}
.footer-sec .box ul li a.ig{
    background: url(/images/ig.png)no-repeat;
    padding: 0 0 8px 35px;
    font-weight: 500;
}
.footer-sec .box ul li a.wa{
    background: url(/images/wa.png)no-repeat;
    padding: 0 0 8px 35px;
    font-weight: 500;
}
.footer-sec .box ul li.add{
    background: url(/images/location.png) 0px 8px no-repeat;
    padding: 0 0 0px 30px;
    line-height: 2;
}
.footer-sec .box ul li.call{
    background: url(/images/phone.png) 0px 7px no-repeat;
    padding: 0 0 10px 30px;
    line-height: 2;
}
.footer-sec .box ul li.mail{
    background: url(/images/mail.png) 0px 11px no-repeat;
    padding: 0 0 0px 30px;
    line-height: 2;
}
.footer-sec .footer-bottam p{
    font-size: 18px;
    line-height: 1.5;
    color: #4d5053;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}
.footer-sec .footer-bottam p a{
    color: #4d5053; 
}
@media (min-width: 768px){
    .home .project-sec .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 47.5%;
    }
}
@media (max-width: 760px){
    .home .des-view{
        display: none;
    }
    .home .mob-view{
        display: block;
    }   
}
@media (max-width: 768px){
    .navbar-light .navbar-nav .nav-link{
        padding: 7px 0;
    }
    .navbar-light .navbar-nav .nav-link.stay{
        margin-left: 0px;
        max-width: 123px;
    }
    .navbar .dropdown-menu:before {
        top: 25px;
        left: 9%;
    }
    header .navbar .navbar-brand img{
        height: 25px;
    }
    .comman-header .box{
        width: 300px;
        margin-left: -150px;
    }
    .stamp-duty .comman-header .box {
        width: 340px;
        margin-left: -170px;
    }
    .developer .comman-header .box{
        width: 350px;
        margin-left: -175px;
    }
    .comman-header .box h4{
        font-size: 28px;
    }
    .comman-header .box p{
        font-size: 16px;
    }
    .home .slider-sec .txt h4{
        font-size: 38px;
    }
    .home .slider-sec .txt-box{
        padding: 240px 0 0 0;
    }
    .home .people-say .people-about .box{
        height: 410px;
    }
    .about .vission-sec{
        padding: 50px 0;
    }
    .about .director-msg .coma{
        position: absolute;
        display: none;
    }
    .about .director-msg .msg-box {
        padding: 0px 0 0 0;
    }
    .about .director-msg .col-md-7.pl-5{
        padding-left: 1rem !important;
    }
    .about .director-msg .prev-slide{
        background: url(/images/about/left-btn.png)no-repeat scroll 0px;
        height: 47px;
        width: 47px;
        font-size: 20px !important;
        line-height: 40px !important;
        position: absolute;
        left: 35%;
        bottom: -8%;
    }
    .about .director-msg .next-slide{
        background: url(/images/about/r-btn.png)no-repeat scroll 0px;
        height: 47px;
        width: 47px;
        font-size: 20px !important;
        line-height: 40px !important;
        position: absolute;
        right: 35%;
        bottom: -8%;
    }
    .about .vission-sec .vission{
        height: 320px;
        padding: 20px;
        border-radius: 55px;
    }
    .about .vission-sec .value{
        height: 329px;
        padding: 20px;
        border-radius: 55px;
    }
    .about .vission-sec .vission .pic{
        position: absolute;
        bottom: 30px;
        right: 50px;
    }
    .about .vission-sec .value .pic{
        position: absolute;
        bottom: 30px;
        right: 50px;
    }
    .about .director-msg .left-borders img{
        display: none;
    }
    .about .director-msg .right-borders img{
        display: none;
    }
    .about .group-work .txt.left{
        padding-left: 0px;
    }
    .about .journey-sec .journey .pl-5{
        padding-left: 0rem !important;
    }
    .gallery .gallery-sec .tab-container .tab {
        width: 176px;
    }
    .anand-avenue .aminities-sec .tab-container .tab {
        width: 166px;
    }
    .anand-avenue .aminities-sec .tab-data .plan .plan-carousel .prev-slide{
        left: 3%;
    }
    .anand-avenue .aminities-sec .tab-data .plan .plan-carousel .next-slide{
        right: 3%;
    }
    .anand-avenue .about-project .pl-5{
        padding-left: 0rem !important;
    }
    .blog .about-blog .blog-box .blog-txt-box.pl-5{
        padding-left: 0rem !important;
    }
    .blog-detail .about-blog-detail ul li{
        padding-left: 0px;
    }
    .common .accordion .header a.title{
        font-size: 20px;
    }
    .common .accordion .body.collapse p{
        font-size: 18px;
        line-height: 1.5;
        color: #4d5053;
        padding-bottom: 10px;
    }
    .stamp-duty .stamp-sec .col-md-8.pl-5{
        padding-left: 0px!important;
    }
    .loan .loan-detail{
        margin-bottom: 80px;
    }
    .loan .loan-detail .txt{
        margin-top: 0px;
    }
    .loan .loan-detail .left-pic{
        display: none;
    }
    .loan .loan-detail .right-pic{
        display: none;
    }
    .nri-quide .payment-sec .col-md-7.pl-5{
        padding-left: 0px!important;
    }
    .nri-quide .payment-sec .col-md-7.pr-5{
        padding-right: 0px!important;
    }
    .developer .pl-5{
        padding-left: 0px!important;
    }
    .emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper {
        padding: 30px;
    }
    .emi-calciulate .emi-sec .emiWrapper{
        padding: 30px;
    }
    .contact .contact-detail .pl-5{
        padding-left: 0rem !important;
    }
    .footer-sec .box.fix{
        max-width: 200px;
        margin: 0;
    }
    .blog .pagination-button {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #CDA274;  
        background-color: #fff;
        color: #292F36;
        cursor: pointer;
        transition: background 0.1s, color 0.1s;
        margin: 0 10px;
        font-size: 14px;
        height:25px;
        width:25px;
        border-radius: 50%;
    } 
    .project .project-detail .pic.pl-5{
        padding-left: 0!important;
    }
    .project-detail .pic img{
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    header .navbar .navbar-brand img{
        height: 30px;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 10px;
        color: #292f36;
        padding: 15px 8px;
        line-height: 1.25;
        font-family:circe-regular;
    }
    .navbar .dropdown-menu:before {
        left: 20%;
    }
    .home .slider-sec .slider-images .box img{
        width: 100%;
        height: auto;
    }
    .home .mob-view{
        display: none;
    }
    .home .slider-sec .txt h4{
        font-size: 46px;
    }
    .home .people-say .people-about .box{
        height: 410px;
    }
    .about .journey-sec .journey .pl-5{
        padding-left: 2rem !important;
    }
    .about .director-msg .left-borders img{
        display: none;
    }
    .about .director-msg .coma{
        position: absolute;
        display: none;
    }
    .about .director-msg .msg-box {
        padding: 0px 0 0 0;
    }
    .about .director-msg .prev-slide{
        background: url(/images/about/left-btn.png)no-repeat scroll 0px;
        height: 47px;
        width: 47px;
        font-size: 20px !important;
        line-height: 40px !important;
        position: absolute;
        left: 42%;
        bottom: -20%;
    }
    .about .director-msg .next-slide{
        background: url(/images/about/r-btn.png)no-repeat scroll 0px;
        height: 47px;
        width: 47px;
        font-size: 20px !important;
        line-height: 40px !important;
        position: absolute;
        right: 42%;
        bottom: -20%;
    }
    .about .director-msg .right-borders img{
        display: none;
    }
    .anand-avenue .aminities-sec .tab-data .plan .plan-carousel .prev-slide{
        left: 27%;
    }
    .anand-avenue .aminities-sec .tab-data .plan .plan-carousel .next-slide{
        right: 27%;
    }
    .contact .contact-detail .contact-box ul li{
        font-size: 14px;
    }
    .contact .contact-detail .pl-5{
        padding-left: 3rem !important;
    }
    .contact .contact-detail .contact-box {
        padding: 50px 10px 30px;
    }
    .developer .info h4{
        font-size: 26px;
    }
    .developer .info ul li{
        font-size: 18px;
    }
    .footer-sec .logo h6 {
        padding-left: 20px
    }
    .footer-sec .logo img{
        height: 30px;
    }
    .footer-sec .box h4{
        font-size: 18px;
    }
    .project-detail .pic img{
        height: auto;
    }
}
.download-modal .modal-footer{
    border-top: none;
    padding-bottom: 40px;
}
.download-modal .modal-open .modal.modal-center {
    display: flex!important;
    align-items: center!important;
}
.download-modal .modal-header{
    border-bottom: none;
    text-align: center;
    display: block;
    padding: 0px 0 0 0;
}
.download-modal .download-modal .modal-header .modal-title{
    padding-top: 30px;
}
.download-modal .modal-header .modal-title{
    line-height: 1.3;
}
.download-modal .modal-header .modal-title h4{
    font-size: 36px;
    color: #cda274;
    text-align: center;
    font-family: Italiana;
    padding-top: 20px;
}
.download-modal .modal-header .modal-title p{
    font-size: 18px;
    color: #292f36;
    text-align: center;
    padding-bottom: 15px;
}
.download-modal .modal-content {
    background-color: #fff;
    border-radius: 20px;
}
.download-modal .modal-body{
    padding: 40px 40px 0;
}
.download-modal .modal-body p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
}
.download-modal .modal .floating-form{
    border: none;
    padding: 0px;
}
/*.contact .contact-detail .floating-form button{
    justify-content: center;
    display: flex;
    margin:  0 auto;
}*/
.download-modal .modal button{
    justify-content: center;
    display: flex;
}
.download-modal .modal .close{
    background: url(/images/cross.png)no-repeat;
    position: absolute;
    top: 27px;
    right: 20px;
}
.download-modal .modal .close:hover{
    background: url(/images/cross-hover.png)no-repeat;
}
.floating-form .floating-label label span{
    color: #cda274;
}
.brochure-btn{
    font-size: 15px;
    color: #fff;
    background-color: #292f36;
    padding: 15px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}
/*.brochure-btn:hover{
    background-color: #fff;
}*/
.brochure-btn span{
    padding: 0 12px 0 0;
}
.close {
    position: absolute;
    right: 10px;
    top: 0px;
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .5;
}
.brochure.modal-content .modal-body{
    padding: 30px;
}
.brochure.modal-content .modal-header .modal-title h4{
    font-size: 36px;
    color: #cda274;
    text-align: center;
    font-family: Italiana;
    padding-top: 20px;
}
.brochure.modal-content .box{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background-color: #292f36;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.brochure.modal-content .box a{
    color: #fff;
}
@media (min-width: 576px){
    .download-modal .modal-dialog {
        width: 550px;
        margin: 1.75rem auto;
        max-width: 100%;
    }
}