* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    font-family: montserrat;
    background-color: #f8f8f8;
}

.pageWrapper {
    width: 100%;
    float: left;
}

.container {
    max-width: 1203px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 15px;
}

/*---header area started---*/
#headerCntr {
    padding: 2px 0;
    width: 100%;
    float: left;
    z-index: 99999;
        background: white;
    position: absolute;
    /*position: fixed;*/
    top: 0
}

#headerCntr.Animeheader {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
}

#headerCntr .logo {
    width: 210px;
    float: left;
}

#headerCntr .logo2 {
    width: 100px;
    float: left;
}

#headerCntr .logo img {
       width: 100%;
    padding: 8px;
    max-width: 220px;
}

#headerCntr .logo2 img {
    width: 100%;
}

#headerCntr * {
    transition: all ease 750ms 0s;
    -moz-transition: all ease 750ms 0s;
    -webkit-transition: all ease 750ms 0s;
    -ms-transition: all ease 750ms 0s;
    -o-transition: all ease 750ms 0s;
}

#headerCntr .call-no {
    font-weight: 500;
    padding: 0px;
    width: auto;
    float: right;
    text-transform: uppercase;
    color: #000;
    border-radius: 95px;
    padding: 12px 20px;
}

#headerCntr .call-no a.call {
    margin-left: 10px;
    padding-left: 27px;
    background: url(../images/phone-call-white.svg) left center no-repeat;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500
}

#headerCntr .call-no span.enqTop {
    font-size: 16px;
        color: white;
    display: block;
   
}

#headerCntr .call-no a.enquire {
    padding: 2px 10px;
    text-decoration: none;
    display: none;
    font-size: 10px;
    color: #fff;
    background: #222;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/*---header area end---*/
#bannerCntr .bg-2 {
    background: #2a727e;
    position: relative;
}

#bannerCntr {
    width: 100%;
    margin-top: 73px
}

#bannerCntr .bannerMain {
    width: 100%;
    float: left;
}

#bannerCntr .sliderDiv {
    width: 72%;
    float: left;
    position: relative;
}
/*.main-bnner.owl-nav [class*="owl-prev"] {*/
/*    position: absolute;*/
/*    top: 44%;*/
/*    left: 3%;*/
/*    z-index: 10000 !important;*/
/*    width: 38px;*/
/*    height: 38px;*/
/*    background: url(../img/prew-icon.png);*/
/*    font-size: 0;*/
/*}*/

/*.main-bnner .owl-nav [class*="owl-next"] {*/
/*    position: absolute;*/
/*    top: 44%;*/
/*    right: 3%;*/
/*    z-index: 10000 !important;*/
/*    width: 38px;*/
/*    height: 38px;*/
/*    background: url(../img/next-icon.png);*/
/*    font-size: 0;*/
/*}*/
#bannerCntr .owl-theme .owl-nav {
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.owl-nav span
{
    font-size:65px;
    color: white;
}
.owl-nav .owl-prev
{
    position: absolute;
    left: 20px;
    top: 35%;
}
.owl-nav .owl-next
{
    position: absolute;
    right: 20px;
    top: 35%;
}
.owl-dots .owl-dot
{
    position: absolute;
}
.owl-dots .owl-dot button
{
    color: white;
    position: absolute;
    left: 557px;
    display: none !important;
    margin-top: -15px;
}
#bannerCntr .owl-theme .owl-nav {
    margin-top: -8px;
}

#bannerCntr .bannerForm {
    padding: 30px 26px 0px;
    width: 28%;
    float: right;
    background: #2a727e;
}

.bannerForm h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    color: white;
    margin-bottom: 25px;
    font-weight: normal;
}

#bannerCntr .bannerMain .priceStart {
    padding-top: 45px;
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 26px;
}

#bannerCntr .bannerMain .priceStart span {
    font-size: 24px;
}

#bannerCntr .bannerMain .priceStart strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

.bannerForm fieldset {
    border: 0;
}

.bannerForm fieldset p {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 25px;
    color: #fff;
}

.bannerForm input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    border: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.bannerForm .selectDiv {
    float: left;
    margin-bottom: 17px;
    width: 100%;
    background: #fff url(../images/sel-arrow.html) calc(100% - 14px) 20px no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.bannerForm select {
    width: 100%;
    padding: 13px 14px;
    border: 0;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.bannerForm fieldset p:last-child {
    margin-bottom: 0;
}

.bannerForm input[type="submit"],
.bannerForm input[type="button"] {
    padding: 8px 0;
    width: 100%;
    border: 0;
    cursor: pointer;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #c2a167;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}

#bannerCntr .sliderDiv .bannerDes {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 0px;
    right: 0;
       background-image: linear-gradient(to left, rgb(110 110 114), rgb(110 111 114));
    padding: 5px 30px;
}

#bannerCntr .sliderDiv .bannerDes h1 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 1.6px;
    font-weight: normal;
    color: #FFFFFF
}

#bannerCntr .sliderDiv .bannerDes h1 strong {
    font-size: 32px;
    letter-spacing: 5.2px;
    font-weight: normal;
    line-height: 1.25;
}

#bannerCntr .sliderDiv .bannerDes p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.80;
    color: #ffffff;
    position: relative
}

#bannerCntr .sliderDiv .bannerDes p:before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
    content: "";
}

#bannerCntr .sliderDiv .bannerDes p strong {
    font-weight: 600
}

.whyLive p {
    font-size: 29px;
    font-weight: normal;
}

.liveIn h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 20px 45px;
    background-color: #2a727e;
    -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.liveIn ul {
    padding-left: 45px;
    list-style: none;
}

.liveIn ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
    padding-bottom: 10px;
    padding-right: 20px
}

.liveIn ul li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #4a4a4a;
    content: "";
    border-radius: 50px;
}

.jointVent h3 {
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
}

.easyPaymt .easyPay {
    background-color: #c2a167
}

.easyPaymt .easyPay .bgLef {
    background-color: #005038;
    -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.easyPaymt .easyPay .bgLef h2 {
    font-size: 23px;
    font-weight: 600;
    color: white;
    position: relative;
}

.easyPaymt .easyPay .bgLef h2:before {
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #979797;
    content: "";
}

.easyPaymt .easyPay .bgLef p {
    font-size: 18px;
    line-height: 1.55;
    color: white;
}

.easyPaymt .easyPay .bgLef p strong {
    font-weight: 600;
}

.easyPaymt .easyPay .bgRig p {
    font-size: 16px;
    line-height: 1.13;
    color: #000000;
    text-align: center;
}

.easyPaymt .easyPay .bgRig p strong {
    font-weight: 600;
    font-size: 23px;
}

.easyPaymt .easyPay .bgRig .position-relative:before {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 9;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    content: "or";
    line-height: 55px;
}

.easyPaymt .easyPay .bgRig .position-relative:after {
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000000;
    content: "";
    z-index: 1
}

.easyPaymt .easyMobNone h4 {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
}

.easyPaymt .easyMobNone .bgLef h4 {
    text-align: left;
}

.mapTop .bg-deng h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.mapTop .bg-deng li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
}

article h2{
    text-transform: uppercase;
}

.mapTop .bg-deng li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.tableTop .table .thead-dark th {
    background-color: #6b6b6b;
}

.tableTop .table {
    border: solid 1px #c9c9c9;
}

.tableTop .table td,
.tableTop .table th {
    padding: 15px 25px;
}

.tableTop h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

.spacRel h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

.spacRel p {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}

.spacRel .text-center p {
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

.ameniTop .row.bgTop {
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ameniTop .bg-2 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #c1a166
}

.ameniTop .bg-3 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #c2a167
}

.ameniTop .col-xl-7 img {
    display: none;
}

.ameniTop ul li {
    padding-left: 60px;
    display: block;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: left 0px;
    background-image: url(../images/park.svg);
}

.ameniTop ul li span {
    font-size: 11px;
    font-weight: 400;
    color: white;
    position: relative;
    padding-left: 10px;
}

.ameniTop ul li span:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.ameniTop ul li.ico2 {
    background-image: url(../images/playground.svg);
}

.ameniTop ul li.ico3 {
    background-image: url(../images/park-1.svg);
}

.ameniTop ul li.ico4 {
    background-image: url(../images/pool.svg);
}

.ameniTop ul li.ico5 {
    background-image: url(../images/supermarket.svg);
}

.ameniTop ul li.ico6 {
    background-image: url(../images/theater.svg);
}

.table thead th {
    border: 0px
}

.table td {
    border-color: #c9c9c9
}

.bg-deng {
    background-color: #2a727e;
}

.bg-light {
    background-color: #828282 !important;
}

footer {
    padding: 30px 0;
    width: 100%;
    float: left;
    background: #2a727e;
}

footer h2 {
    font-size: 20px;
    font-weight: 500;
    color: #4a4a4a;
    padding-bottom: 8px
}

footer .fooText {
    width: calc(100% - 300px);
    display: inline-block
}

footer .fooText p {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    color: #4a4a4a
}

footer .footRig {
    float: right;
    text-align: right;
    max-width: 282px
}

footer .footRig a.call {
    margin-left: 10px;
    padding-left: 27px;
    background: url(../images/phone-call-white.svg) left center no-repeat;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

footer .footRig p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px
}

.floating_text {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    z-index: 9999;
    color: #000000;
    background-color: #04226a;
    padding: 0.5em 1em;
    display: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.jointVent .reraImg .position-absolute {
    bottom: -15px;
    left: -45px;
}

.jointVent .reraImg .position-absolute img {
    width: 75px;
    height: auto
}

.desNone {
    display: none;
}

p.foterLinWeb {
    font-size: 11px;
    color: #242222;
    font-weight: 500;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 12px !important;
    text-align: left;
}

.foterLinWeb a {
    font-size: 11px;
    color: #242222;
    font-weight: 500;
    text-decoration: none;
}

p.foterLinWeb.phon {
    color: #9e2968 !important;
    font-size: 9px;
    white-space: nowrap;
    text-align: center;
}

p.foterLinWeb.phon a {
    color: #9e2968 !important;
    font-size: 12px;
    margin-top: 8px;
    display: block
}

.callBackForm {
    position: fixed;
    bottom: -5px;
    right: 20px;
    width: 280px;
    height: auto;
    z-index: 991;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.callBackForm h3 {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}

.callBackForm .form-control {
    font-size: 0.9em;
}

.callBackForm .closeBtn {
    background: #1e6ab7;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

@-webkit-keyframes blinkColor {
    0% {
        background-color: #28a745;
    }

    50% {
        background-color: #1e6ab7;
    }

    0% {
        background-color: #28a745;
    }
}

/* Standard syntax */

@keyframes blinkColor {
    0% {
        background-color: #28a745;
    }

    50% {
        background-color: #1e6ab7;
    }

    0% {
        background-color: #28a745;
    }
}

.enquireNow {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 0.9em;
    color: #fff;
    z-index: 999;
    background-color: #28a745;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: none;
    box-shadow:(0 1px 5px 0 rgba(0, 0, 0, .5));
    -webkit-animation-name: blinkColor;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: blinkColor;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: fit-content;
}

.general-information h2 {
    text-align: center;
    margin-bottom: 30px;
}

dl.dl-horizontal h3 {
    background: #c2a067;
    padding: 10px;
    font-size: 23px;
    max-width: 70%;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.general-information .dl-horizontal dt {
    text-align: left;
    padding-left: 11px;
    width: 185px;
    padding-bottom: 3px;
    display: inline-block;
    float: left;
}

.general-information .dl-horizontal dd {
    margin-left: 200px;
    font-weight: 200;
}

dl.dl-horizontal {
    /* box-shadow: 0px 0px 5px #ccc; */
    font-size: 15px;
    margin: 20px 0px;
}

.floor-plan-list {
    border: 1px solid #203a5e4f;
    padding: 10px;
    background: #fff;
    margin-bottom: 12px;
}

.floor-plan-list span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #2a727e;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    /*margin: -11px -11px 10px;*/
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.floor-plan-list a {
    text-decoration: none;
}

.floor-plan-list a:hover span,
.floor-plan-list a:focus span {
    background: #000;
    color: #66a645;
}

.floor-plan-list img {
    max-width: 100%;
}

.new-section .one-five {
    float: left;
    padding: 0 8px;
   margin-bottom: 5px;
    width: 33.3333%;
    /* max-height: 250px; */
}

.floor-plan-list {
    overflow: hidden;
}

.floorplan-sec.new-section h2 {
    text-align: center;
    margin: 30px 0px;
}

.abc {
    width: 100%;
    padding: 5px;
    /* margin: 5px 5px 5px 5px; */
}

.floor-plan-list img {
    margin: 0px auto;
    display: block;
    height: 333px;
    object-fit: cover;
        width: 100%;
}

@media only screen and (max-width:900px) {
    .general-information .dl-horizontal dt {
        width: 100%;
    }

    .general-information .dl-horizontal dd {
        margin-left: 20px;
        font-size: 12px;
    }

    .new-section .one-five {
        width: 100%;
    }

    section#mainContent p {
        padding: 10px;
        text-align: center;
    }

    dl.dl-horizontal {
        box-shadow: 0px 0px 5px #ccc;
    }

    dl.dl-horizontal h3 {
        clip-path: unset;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}



.add{
    text-align: center;
    padding: 20px 0px 20px 0px;
    background: white;
    border: 1px solid #203a5e1a;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 3px 0px 11px -2px #8080801f;
}
.add h3{
    color:white;
}

.form-booking{
    box-shadow: 3px 0px 11px -2px #8080801f;
    padding: 15px 15px;
    border: 1px solid #203a5e1a;
    background: white;
}

.floorplan-sec.new-section h2 {
    text-align: center;
    margin: 30px 0px;
}

.loc-pd{
padding: 45px 0;
}

.pd-0{
    padding:0;
}


/*css start */

.about-img img {
    border-radius: 4px;
}

.about-img  {
    border-radius: 20px;
}

.p-terra {
     text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.aminites-img {
    /*height: 324px;*/
    width: auto;
}

.aminites-img img {
    height: 100%;
    width: 100%;
}

.heading {
    display: table;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    z-index: 1;
}

.heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #57aa6e;
}

.heading h2 {
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list li {
    padding: 8px 15px;
    position: relative;
}

.list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 6px;
    border: solid #57aa6e;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}
.main-bnner img{
    height:590px;
    object-fit:cover;
}
.call-chandni{
        background: #203a5e;
    color: white;
    margin-top: 12px;
}
.call-chandni a{
    padding:0 !important;
    
}
.call-chandni span{
color: white !important;
    font-size: 14px;
    text-align: center;
    /* width: 100%; */
    padding: 0px 20px;
}
.full-width{
    width:100%;
}
.disply-blk{
    display:block;
}
.visit-section{
    /* background: black; */
    padding: 45px 15px;
}

.add p{
    text-align:
    center;
    color: white;
}
.phone-footer{
color:#000;
background:#fff;
padding-bottom: 1em;
}

.why-sg{
        text-align: center;
    background: white;
    padding: 60px 0;
}

.why-im p{
    font-size: 15px;
    line-height: 30px;
    width: 90%;
    margin: auto;
    text-align:justify;
}
.why-im{
    box-shadow: 3px 0px 11px -2px #8080801f;
    height: 390px;
    padding: 25px;
}
.about-sg p{
    line-height: 29px;
    font-size: 14px;
}



#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}
/*#enquirypopup .modal-dialog:before {*/
/*    content: '';*/
/*    height: 0px;*/
/*    width: 0px;*/
/*    border-left: 50px solid #17B6BB;*/
/*    border-right: 50px solid transparent;*/
/*    border-bottom: 50px solid transparent;*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: -14px;*/
/*    z-index: 99;*/
/*}*/

.custom-modal-header {
    text-align: center;
    color: #17b6bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
    justify-content: center;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

/*#enquirypopup .modal-dialog:after {*/
/*    content: '';*/
/*    height: 0px;*/
/*    width: 0px;*/
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
/*    border-right: 50px solid #17b6bb;*/
/*    border-bottom: 50px solid transparent;*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 15px;*/
/*    z-index: 999999;*/
/*}*/

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.modal-content {
        margin-top: 100px !important;
        background-color: #312d2dad !important;
}
#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    background: #1e6ab7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center !important;
    line-height: 0px;
    font-size: 1.8em;
    top: 6px;
    cursor: pointer;
    padding-right: 27px;
    right: 6px;
    position: absolute;
    opacity: 1;}
    
    select#properties {
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    color: gray;
    border-radius: 4px;
}

#headerCntr .call-no {
    text-align: center;
}

.blink{
    width: 356px;
    height: 57px;
    border: 1px solid white;
    animation: blink 5s infinite;
}
@keyframes blink{
  0% {
    background: red;
  }
  20% {
    background: green;
  }
  40% {
    background: yellow;
  }
  60% {
    background: blue;
  }
  80% {
    background: orange;
  }
  100% {
    background: red;
  }
}

@-webkit-keyframes blink{
  0% {
    background: red;
  }
  20% {
    background: green;
  }
  40% {
    background: yellow;
  }
  60% {
    background: blue;
  }
  80% {
    background: orange;
  }
  100% {
    background: red;
  }
}
.text-white {
    padding-top: 4px !important;
}
.container.bg-white.p-30 {
    padding: 30px;
}

.holder { 
  background-color:#ccc;
  width:100%;
  height:422px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}

.gif-img img{
    padding-right: 10px;
    width: 35px;
}
img.prew-icon {
    width: 50px;
    position: absolute;
    z-index: 9;
    height: 50px;
    top: 45%;
    left: 27px;
    padding-left: 0px;
}

img.next-icon {
    width: 50px;
    position: absolute;
    z-index: 9;
    height: 50px;
    top: 45%;
    text-align: right;
    left: 93%;
    padding-left: 0px;
}
div#enquirypopup {
    margin-top: 50px;
}


.col-4.head-top-img {
    justify-content: center;
    display: flex;
}