* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    colr1: #009688;
    colr2: #3e5a58;
    colr3: #323965;
    colr4: #f3961d;
    colr5: #8590be;

}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.right_section {
    background-color: #f8f9fa;
    /* margin-left: 20px; */
    float: right;
    width: 22%;
    max-width: 22%;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 73px;
    box-shadow: 4px 0px 4px -5px inset;
}

.left_section {
    background-color: #003f4f;
    float: left;
    width: 74%;
    max-width: 74%;

    width: 78%;
    max-width: 78%;
    box-shadow: 0px 2px 8px -3px #3333337d;
}

.navbar-brand img {
    width: 72%;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #333;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding: 10px 14px;
    font-weight: 500;
    transition: all 0.8s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(45deg, #ff5722, #692039), linear-gradient(45deg, #003F4F, #f69679);
    animation: btns 5s linear infinite forwards;

}

.bannr_section {
    position: relative;
}

.bannr_section img {
    width: 100%;
    height: 520px;
}

.mynavbar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 7px -6px #333;
    background-color: #fff !important;
    z-index: 2;
}

.contdetails {

    box-shadow: 0px 0px;
}

.c1 {
    background-color: #504643;
    /* padding: 5px 10px; */
    /* border-left: 1px solid #ddd; */
    border-bottom: 1px solid #bfbfbf;
    background-color: #003F4F;
}

.c1 a {
    color: #fafafa;
    display: block;
    padding: 10px 20px;
}

.formsection {
    padding: 30px 20px;

}

.formsection h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 20px;
}

.froms input {
    border: none;
    background: none;
    border: 1px solid #ddd;
    padding: 7px 14px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
}

.btns {



    border: none;
    padding: 8px 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -3px #333333c9;

    background-position: center;
    position: relative;
    /* background-color: #003F4F; */
    overflow: hidden;
    z-index: 0;
    display: inline-block;
}

.btns::before {
    content: "";
    background: linear-gradient(45deg, #ff5722, #692039), linear-gradient(45deg, #003F4F, #f69679);
    animation: btns 5s linear infinite forwards;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.btns:hover {
    color: #fff;
    box-shadow: 0px 4px 14px -2px #333333c9;
    text-decoration: none;
}

.anim {

    animation: filt 3s infinite reverse;
}

@keyframes btns {
    0% {
        background-size: 100% 100%;
        filter: hue-rotate(0deg);
        background-position: 0% 0%;
        /* transform: perspective(500px) rotate(0deg) scale(1); */


    }

    50% {
        filter: hue-rotate(180deg);
        background-size: 300% 150%;
        background-position: 150% 0%;
        /* transform: perspective(600px) rotate(3deg) scale(1.025); */
    }




    100% {
        filter: hue-rotate(360deg);
        background-size: 100% 100%;
        background-position: 150% 0%;

        /* transform: perspective(500px) rotate(0deg) scale(1); */
    }
}

@keyframes filt {

    0%,
    100% {

        transform: perspective(500px) rotate(0deg) scale(1);


    }

    25% {
        transform: perspective(400px) rotate(2deg) scale(1.02);
    }

    50% {
        transform: perspective(1000px) rotate(-2deg) scale(1.03);
    }

    75% {
        transform: perspective(1000px) rotate(0deg) scale(1.05);
    }


}

.filtr {
    background: linear-gradient(45deg, #ff5722, #692039), linear-gradient(180deg, #f86639, #421525);
    animation: fil 10s infinite alternate-reverse;
    background-size: 400% 100%;

}

@keyframes fil {
    0% {

        background-position: 0% 0%;
        filter: hue-rotate(0deg);

    }

    50% {

        background-position: 324px 0%;
        filter: hue-rotate(360deg);


    }


    100% {
        background-position: 0% 0%;
        filter: hue-rotate(0deg);
    }
}

.adboard {
    /* background-image: url(../images/img3.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36%;

    position: absolute;
    left: 3%;
    top: 15%;
    padding: 0px 0px 0px;
    /* filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.6)); */
    /* text-align: center; */
    /* color: #fff; */
    background-color: rgba(256, 256, 256, 1);
    z-index: 1;
    padding: 15px 0px 3px;
    border-radius: 5px;
    box-shadow: 0px 3px 8px -3px #333;
}

.adboard img {
    width: 100%;
    padding: 20px 20px 0px 20px;
}

.adboard>h4 {

    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    padding: 0px 20px;
    text-align: center;
    margin: 0px;
}

.adboard p {
    text-align: center;
    margin: 0px;
    padding: 0px 23px;
    font-size: 14px;
}

.adboard h5 {
    text-align: center;
    margin: 0px;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: capitalize;
    color: #ff5722;
    /* background: coral; */
    font-weight: 500;
}

.sec_2 h4 {

    display: block;
    padding: 10px 20px;
    margin: 0px;
    /* margin-top: 9px; */
    font-size: 17px;
    text-align: center;
    font-weight: 600;

}

.sec_2 p {
    padding: 8px 20px;
    color: #2196f3;
    font-weight: 500;
}

.sec_3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7px 20px;
}

.sec_3 h4 {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    /* padding: 0px 20px; */
    text-align: center;
    margin: 0px;
    width: 100%;
    /* border-right: 1px dashed #a0a0a0; */
    padding-right: 10px;
    text-transform: capitalize;
    color: #9c27b0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #607d8b;
    padding: 7px 0px;
}

.sec_3 h4 span {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    display: block;
}

.btnsr {
    padding: 0px 20px;
    margin-top: 15px;
    text-align: center;
}

.hl {
    background-color: #003F4F;
    text-align: center;
    color: #fafafa;
    display: block;
    padding: 10px 20px;
}

.cakr {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}

.hdingtag {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #9c27b0;
    text-shadow: 0px 2px 3px #14141561;
    text-transform: capitalize;
}

.sec_2conent {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 12px -1px #e6e6e6;
    margin: 10px;
    padding-bottom: 40px;
}

.sec_2conent .about-pinnacle-sec li {
    font-size: 15px;
    color: #212529;
    text-transform: capitalize !important;
}

.sec_2conent .about-pinnacle-sec li i {
    font-size: 14px;
    color: #003f4f;
    margin-right: 5px;
}


.ptags {
    text-align: justify;
    text-align-last: center;
    width: 90%;
    font-size: 15px;
    margin: 0px auto;
}

.div_3 {
    margin-top: 30px;
}

.div_3 h3 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #003f4f;
    margin-bottom: 3px;
    text-shadow: 0px 1px 3px #14141561;
}

.payplan td,
.payplan th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
    padding: 10px;
}

.payplan table {
    width: 100%;
}

.payplan h4 {
    margin: 0px;
}

.payplan .btns {
    padding: 5px 10px;
    letter-spacing: normal;
    font-size: 13px;
}

.payimg {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.payimg img {
    width: 100%;
}

.hovrclass {
    position: relative;
    overflow: hidden;
}

.onhovr {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: scale(0);
    transition: all 0.5s ease;
}

.hovrclass:hover .onhovr {
    transform: scale(1);
}

.mtop {
    margin-top: 30px;
}

.flor_innr {
    width: 100%;
    /* min-height: 278px;
    max-height: 258px; */
    height: 100%;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.flor_innr img {
    width: 100%;
    height: 87%;
    object-fit: fill;
    object-position: center;
    padding: 0px 5px;
}

.flor_innr h4 {
    display: block;
    text-align: center;
}

.siteplan {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    min-height: 550px;
    height: 100%;
}

.siteplan img {
    width: 100%;
    height: 100%;
}

.ameniti_innr {
    position: relative;
    box-shadow: 0px 0px 13px -5px #003f4f;
    padding: 15px 6px;
    border-radius: 10px;
    /* z-index: 4; */
    background: #fff;
    height: 155px;
    overflow: hidden;
}

.ameniti_innr i {
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    animation: btns 5s linear infinite forwards;
    text-align: center;
    display: block;
}

.ameniti_innr h4 {
    text-align: center;
    font-size: 14px;
    margin: 15px 0px 5px;
    color: #003f4f;
    text-transform: capitalize;
    line-height: 26px;
}

.owlimg {
    width: 100%;
    height: 165px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 3px 10px -3px #333;
    margin: 10px 0px;
}

.owlimg img {
    width: 100%;
    height: 100%;

}

.ifram {
    /* height: 306px; */
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    /* margin: auto; */
}

.ifram img {
    width: 100%;
    height: auto;
}

.ifram .btns {
    display: block;
    text-align: center;
}

.footersection {
    background-color: rgba(256, 256, 256, 0.9);
    text-align: center;
}

.footersection p {
    margin: 0px;
    font-weight: 600;
    padding: 10px 0px;
}

.divmodalouter {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
    overflow: auto;
}

.divmodalouter2 {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    display: none;
    overflow: auto;
}

.modalsize {
    background-color: #fff;
    padding: 0px;
    width: 40%;
    position: relative;
    z-index: 1;
    border-radius: 10px;

}

.imagmodl {
    margin-bottom: 20px;
    width: 90%;

}

.imagmodl img {
    width: 100%;
    height: 100%;
}

.left_irns {
    text-align: center;
    padding: 10px;


}

.lrft div:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.left_irns i {
    display: block;
    text-align: center;
    font-size: 60px;
    margin-bottom: 10px;

    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    animation: btns 5s linear infinite forwards;
    text-align: center;
    display: block;
}

.left_irns h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.lrft {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* width: 100%; */
    background-color: #fafafa;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}

.modlcal a {
    display: block;
    text-align: center;
    background: #2196f3;
    border-radius: 0px 0px 8px 8px;
    padding: 12px 10px;
}

.payplan {
    overflow: hidden;
}

.clos {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 8;
}

.clos i {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 10px;
    cursor: pointer;
}

.footersection {
    display: block;
}

.mobdiv {
    display: none;
}

.imagmodl {
    width: 35%;
    position: relative;
}


.mobilfoticon {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    z-index: 1;
    left: 0px;
    height: max-content;
}

.mobilfoticon ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.mobilfoticon ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    flex: 1;
    background-color: #b43768;

    text-align: center;
    animation: btns 5s linear infinite forwards;
    position: relative;
}

.mobilfoticon ul li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.mobilfoticon ul li a {
    padding: 13px 5px;
    display: inline-block;

    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;

}

.mobilfoticon ul li i {
    margin-right: 7px;
    display: inline-block;
}

.mobil {
    display: none;
}

.phjone {
    display: block;
}

.hjd {
    display: none !important;
}

@media(max-width:768px) {
    .hjd {
        display: block !important;
    }

    .phjone {
        display: none;
    }

    .mynavbar {
        line-height: 50px;
        min-height: 78px;
    }

    .mobil {
        display: block;
    }

    .mobilfoticon {

        display: block;

    }

    .footersection {
        display: none;
    }

    .mobdiv {
        display: block;
    }

    .right_section {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .left_section {
        width: 100%;
        max-width: 100%;
    }

    .bannr_section {
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .bannr_section img {
        height: 185px;
    }

    .adboard {
        width: 100%;
        top: 0px;
        position: relative;
        left: 0px;
        border-radius: 0;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin-right: 0;
    }

    .sec_2conent {
        padding-top: 30px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hdingtag {
        font-size: 35px;
    }

    .ptags {
        width: 100%;
    }



    .modalsize {
        width: 96%;
        top: 50px;
    }

    .flor_innr h4 {

        margin: 0px;
    }

    .flor_innr,
    .siteplan {
        max-height: fit-content;
        min-height: fit-content;
        height: auto;
    }

    .ameniti_innr,
    .ifram {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {
    .modalsize {
        width: 96%;
        top: 0px;
    }

    .modalsize .col-sm-4 {
        display: none;
    }

    .locadvantg ul li {
        width: 100%;
    }
}