body {
    padding: 0;
    margin: 0;
    background-color: #000932;
}

.fullbody {
    width: 90%;
    margin: auto;
    padding: 0;
    align-items: center;
}

#topband-container {
    padding: 0;
    margin: auto;
    align-items: center;
    display: flex;
    background-color: white;
}

.m-m-l-box {
    width: 72%;
}

.index-ongoing {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 1.5rem;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.menulinks {
    margin-top: 50px;
    margin-left: auto;
}

.menulinks ul {
    display: flex;
    padding: 0;
}

.menulinks ul li {
    list-style: none;
    margin-right: 30px;
}

.menulinks ul li a {
    font-family: 'Roboto', sans-serif;
    color: yellow;
    font-size: 1.2rem;
    list-style: none;
    text-decoration: none;
    padding: 10px;
}

.menulinks ul li a:hover {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.2rem;
    list-style: none;
    text-decoration: none;
    background-color: #6307AA;
    padding: 10px;
}

.menu-clicked {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.2rem;
    list-style: none;
    text-decoration: none;
    background-color: #6307AA;
    padding: 10px;
}

#h-p-b-text {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.home-page-left {
    width: 50%;
    background-color: white;
}

.b-txt-hdr {
    font-family: 'Blinker', sans-serif;
    color: #0063b5;
    font-size: 2.8rem;
    line-height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.b-txt p {
    font-family: 'Roboto', sans-serif;
    color: rgb(66, 66, 65);
    font-size: 1.2rem;
    line-height: 25px;
    margin-left: 90px;
    margin-right: 90px;
}


.home-page-right {
    width: 50%;
}

#index-highlights {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#index-highlights .i-h-left {
    width: 30%;
    border: 1px solid #c1c2c3;

}

.i-o-h {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #455066;
}

.i-h-left p {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 20px;
    line-height: 30px;
}

.i-o-h-b-txt {
    font-family: 'Roboto', sans-serif;
    color: #dadadd;
    font-size: 1rem;
}

.i-o-h-b-txt li {
    margin-bottom: 10px;
}

.o-p-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#grad1 {
    background-image: linear-gradient(to right, #843900, #ffbc02);
    padding: 15px;
    border: 1px solid #c1c1c2;
    display: flex;
}

#grad2 {
    background-image: linear-gradient(to right, #b34d35, #b6afa4);
    padding: 15px;
    border: 1px solid #c1c1c2;
    display: flex;
    margin-top: 25px;
}

.img-shadow {
    filter: drop-shadow(5px 5px 5px rgb(29, 28, 28));
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 175px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ecb604;
    color: black;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: yellow;
    text-decoration: none;
    background-color: transparent;
}

.dropbtn:hover {
    border: none;
    background-color: #6307AA;
}

#complated-page-row1 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0px 0px;
}

.index-proj-img-col {
    width: 28%;
    display: block;
}

.index-proj-txt-box {
    display: block;
    text-align: center;
    width: 48%;
    padding: 0;
    margin: 0;
}

.index-proj-price-col {
    width: 24%;
    margin-right: 40px;
}

.t-v-hdr {
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    color: white;
    padding: 0;
    margin: 0;
    text-shadow: 2px 5px 15px #000000;
}

.t-v-v-p-hdr {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    color: white;
    padding: 0;
    margin: 0;
}

.t-v-f-s-hdr {
    font-family: 'teko', sans-serif;
    font-size: 5rem;
    color: white;
    padding: 0;
    margin: 0;
}

.t-v-a-h-hdr {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    color: white;
    padding: 0;
    margin: 0;
}

.t-v-i-price {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: rgb(7, 7, 7);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f1c04a;
    border: 1px solid #b3b1b1;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.t-v-i-price-onwards {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: rgb(7, 7, 7);
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.t-v-i-price-near {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(53, 52, 52);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f1c04a;
    border: 1px solid #b3b1b1;
    padding: 10px;
    text-align: center;
    width: 100%;
}


.t-v-i-price2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: rgb(241, 240, 240);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #2f2c26;
    border: 1px solid #b3b1b1;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.t-v-i-price-near2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(202, 200, 200);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #2f2c26;
    border: 1px solid #b3b1b1;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.t-v-i-price-onwards2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: rgb(202, 200, 200);
    font-weight: normal;
    padding: 0;
    margin: 0;
}


#index-invest-in-land {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#index-invest-in-land .i-i-l-left {
    width: 24%;
}

#index-invest-in-land .i-i-l-center {
    width: 52%;
    text-align: center;
}

#index-invest-in-land .i-i-l-right {
    width: 24%;
}

.i-i-l-l-hdr {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 1.7rem;
    text-align: center;
    margin: 0;
    padding: 0;

}

.i-i-l-left p {
    font-family: 'Roboto', sans-serif;
    color: rgb(221, 219, 219);
    font-size: 1.2rem;
    text-align: left;
    padding: 10px;
    margin: 15px 0 0 40px;
}

.i-i-l-right p {
    font-family: 'Roboto', sans-serif;
    color: rgb(221, 219, 219);
    font-size: 1.2rem;
    text-align: left;
    padding: 10px;
    margin: 15px 0 0 40px;
    line-height: 30px;
}

.footer {
    display: flex;
    padding: 15px;
    background-color: #073e52;
    margin-top: 40px;
}

.footer-col1 {
    width: 18%;
    border-right: #b3b1b1 1px solid;
}

.footer-col2 {
    width: 24%;
    border-right: #b3b1b1 1px solid;
    text-align: center;
}

.footer-col3 {
    width: 24%;
    text-align: center;
}

.footer-col1 h4 {
    font-family: 'Roboto', sans-serif;
    color: rgb(221, 219, 219);
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-col2 h4 {
    font-family: 'Roboto', sans-serif;
    color: rgb(221, 219, 219);
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-col3 h4 {
    font-family: 'Roboto', sans-serif;
    color: rgb(221, 219, 219);
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-col1 .bala-hdr {
    font-family: 'Roboto', sans-serif;
    color: rgb(165, 197, 255);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

.footer-col1 .bala-b-txt {
    font-family: 'Roboto', sans-serif;
    color: rgb(210, 211, 212);
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    line-height: 24px;
}

.footer-col1 .bala-b-txt-nos {
    font-family: 'Roboto', sans-serif;
    color: rgb(210, 211, 212);
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    line-height: 34px;
}

.footer-col1 .bala-f-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    margin: 0;
    line-height: 34px;
}

.emi-input {
    border: #d4d4d4 1px solid;
    border-radius: 3px;
    background-color: transparent;
    height: 24px;
    width: 90%;
    color: white;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}

.emi-res {
    border: #a4a5a4 1px solid;
    border-radius: 3px;
    background-color: #120366;
    height: 30px;
    width: 90%;
    color: white;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}

.emi-button {
    background-color: #014b4b;
    padding: 5px;
    border-radius: 5px;
    border: #c1c2c2 1px solid;
    width: 93%;
    font-size: 1.2rem;
    font-family: sans-serif;
    color: #f0eded;
    cursor: pointer;
    margin-top: 20px;
}

#enqiryformbox {
    display: relative;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.inputbox {
    width: 84%;
    border-radius: 10px;
    border: #e7e7e7 1px solid;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    background-color: transparent;
}

.name1 {
    display: inline-block;
    width: 94%;
    margin-top: 15px;
}

.enqtextarea {
    width: 82%;
    height: 100px;
    border-radius: 10px;
    border: #e7e7e7 1px solid;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    background-color: transparent;
    margin-top: 15px;
}

.enqbutton {
    background-color: #014949;
    padding: 5px;
    border-radius: 5px;
    border: #c1c2c2 1px solid;
    width: 50%;
    font-size: 1.2rem;
    font-family: sans-serif;
    color: #e0dfdf;
    cursor: pointer;
    margin-bottom: 30px;
}

.butcent {
    text-align: center;
    margin: 15px;
}

.about-page-left {
    width: 50%;
    background-color: #DDDDA8;
}

.about-hdr-txt {
    font-family: 'Roboto', sans-serif;
    color: rgb(250, 199, 250);
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    margin: 0;
}

.nice {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #DDDDA8;
}

.about-box-hdr {
    font-family: 'Caveat Brush', sans-serif;
    color: #00080e;
    font-size: 3.2rem;
    line-height: 60px;
    padding: 0;
    margin-top: 60px;
    text-align: center;
    background-color: #DDDDA8;
}

.nice p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: #3d3d3d;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #DDDDA8;
}

.about-body-txt {
    font-family: 'Roboto', sans-serif;
    color: #dbdcdd;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

#index-highlights .a-p-col {
    width: 30%;
}

.a-p-col p {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 20px;
    line-height: 30px;
}

#services-main-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#services-box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 50px 10px;
    /* t r l b */
}

#services-box2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 50px 10px;
    /* t r l b */
}

#services-box3 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 50px 10px;
    /* t r l b */
}

#services-box4 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 50px 10px;
    /* t r l b */
}

.services-subbox1 {
    display: flex;
    justify-content: space-between;
    background-color: #1b213b;
    width: 80%;
    align-items: center;
    padding: 20px;
    margin: auto;
}

.services-left-col {
    width: 70%;

}

.services-right-col {
    width: 30%;
    text-align: left;
    margin-left: 25px;

}

.services-box-hdr {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    background-color: #034b86;
    padding: 10px;
    margin: 0px;
}

.services-left-col p {
    font-family: 'Roboto', sans-serif;
    color: #d6d6d6;
    font-size: 1.2rem;
    text-align: justify;
    margin: 0px 00px 0px;
    line-height: 30px;

}

.services-body-txt {
    font-family: 'Roboto', sans-serif;
    color: #dbdcdd;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0;
    margin-top: 30px;
    text-align: center;
}

#contact-box {
    display: flex;
    margin: 0;
    padding: 0;
    background-color: #d7f2fd;
    text-align: center;
}

.contactbox1 {
    padding: 30px;
    border-right: #9e9e9e dotted;
    color: #474546;
    width: 25%;
}

.contactbox2 {
    padding: 30px;
    width: 25%;
}

.lochdrs {
    color: #474546;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    text-align: center;
}

.lochdrs1 {
    color: #004289;
    font-family: 'Cabin', sans-serif;
    font-size: 1.50rem;
    text-align: center;
    margin-top: 15px;
}

.locbtxt {
    color: #474546;
    ;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-top: 15px;
}


.quickinq {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #8f8f91;
    font-weight: 300;
    padding: 0;
    margin-top: 25px;
}

.enqform-contact-page {
    display: flex;
    padding: 0;
    margin: auto;
    text-align: center;
}


.inputbox-cnt {
    width: 80%;
    border-radius: 10px;
    border: #e7e7e7 1px solid;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    background-color: transparent;
}


.name1-cnt {
    display: inline-block;
    width: 94%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.name2-cnt {
    display: inline-block;
    width: 94%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.enqtextarea-cnt {
    width: 90%;
    height: 100px;
    border-radius: 10px;
    border: #e7e7e7 1px solid;
    font-family: sans-serif;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px;
    background-color: transparent;
    margin-top: 15px;
}

.butcent-cnt {
    text-align: center;
    margin: 15px;
}

.enqbutton-cnt {
    background-color: #07ece1;
    padding: 10px;
    border-radius: 5px;
    border: #c1c2c2 1px solid;
    width: 30%;
    font-size: 1.2rem;
    font-family: sans-serif;
    color: #222121;
    cursor: pointer;
    margin-bottom: 30px;
}

#enqiryformbox-cnt {
    display: block;
    background-color: transparent;
    margin: auto;
    padding: 0;
    text-align: center;
}

#proj-page-container {
    padding: 0;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 90%;
    background-color: transparent;
}

.proj-page-left-col {
    width: 45%;
    padding: 15px;
    background-image: linear-gradient(to bottom, #843900, #ffbc02);
}

.proj-page-right-col {
    width: 45%;
    padding: 15px;
    background-image: linear-gradient(to bottom, #b34d35, #b6afa4);
}

.p-p-t-v-img {
    width: 100%;
    display: block;
    text-align: center;
}

.p-p-t-v-hdr {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
    text-shadow: 2px 5px 15px #000000;
}

.p-p-t-v-v-p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}

.p-p-t-v-f-s {
    font-family: 'teko', sans-serif;
    font-size: 4rem;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}

.p-p-t-v-a-h {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}


.p-p-t-v-i-price {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: rgb(7, 7, 7);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f1c04a;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-t-v-p-o {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: rgb(7, 7, 7);
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.p-p-t-v-p-n {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(53, 52, 52);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f1c04a;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-t-v-rera {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(53, 52, 52);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #f1c04a;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-3-boxes {
    width: 60%;
    padding: 0;
    margin: auto;
    align-items: center;
}

.p-p-3-boxes-margin {
    margin-top: 25px;
}

.p-p-t-m-i-price {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #2f2c26;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-t-m-p-o {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.p-p-t-m-p-n {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(214, 234, 248);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #2f2c26;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-t-m-hntda {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(214, 234, 248);
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #2f2c26;
    border: 1px solid #7e7d7d;
    padding: 10px;
    text-align: center;
}

.p-p-ongoing {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 2.5rem;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.proj-page-left-col2 {
    width: 45%;
    padding: 15px;
    background-image: linear-gradient(to bottom, #8633a6, #da2432);
}

.proj-page-right-col2 {
    width: 45%;
    padding: 15px;
    background-image: linear-gradient(to bottom, #42cca2, #195c9d);
}

.proj-anchors {
    text-decoration: none;
}

/* Thirupathi Valley */

.t-v-proj-hdr {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
    color: #e7e5e5;
    text-align: center;
    letter-spacing: 3px;
}

.t-v-link-hdr {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #e7e5e5;
    text-align: left;
    background-color: #022b61;
    padding: 10px;
    margin-top: 20px;
    display: flex;
}

.t-v-link-hdr h5 {
    padding: 0;
    margin: 0;
}

.t-v-link-hdr span {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #a8a6a6;
    margin-top: 15px;
    margin-left: 15px;
}


.t-v-o-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #e7e5e5;
    text-align: justify;
    padding: 10px;
    line-height: 28px;
}

.t-v-ame-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    width: 80%;
    align-items: center;
    margin: auto;
}

.t-v-ame-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #e7e5e5;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #022b61;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #e7e5e5;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    background-color: #fcd603;
    color: black;
    font-weight: bold;
}


.collapsible span {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #a8a6a6;
    margin-top: 15px;
    margin-left: 15px;
}


/* Style the collapsible content. Note: hidden by default */
.t-v-proj-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.t-v-proj-specs-box {
    border: #969797 1px solid;
    margin-top: 20px;
}

.t-v-proj-specs-hdr {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: #fce8b1;
    padding: 10px;
}

.t-v-proj-specs-box ul {}

.t-v-proj-specs-box li {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
    margin-bottom: 10px;
    background-color: rgb(24, 37, 70);
    padding: 5px;
}

.t-v-proj-specs-subhdr {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(250, 247, 247);
    text-align: left;
    background-color: #4e4c47;
    padding: 10px;
}

.t-v-proj-specs-note {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(250, 247, 247);
    text-align: left;
    background-color: #242321;
    padding: 10px;
}

.t-v-proj-f-p-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t-v-p-f-p-left {
    width: 48%;
    border: #000000 1px solid;
}

.t-v-p-f-p-left h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(250, 247, 247);
    text-align: center;
    background-color: #0442a0;
    padding: 10px;
}

.t-v-proj-routemap {
    width: 100%;
    margin: 25px;
    text-align: center;
}

.t-v-proj-avail-box {
    display: block;
    border: rgb(110, 110, 110) 1px solid;
    width: 70%;
    align-items: center;
    padding: 0;
    margin: auto;
}

.avail-col-hdr {
    display: flex;
    width: 100%;
    background-color: rgb(52, 2, 99);
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.avail-col-txt {
    display: flex;
    width: 100%;
    background-color: rgb(53, 60, 78);
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.t-v-proj-avail-box ul {
    width: 100%;
    display: flex;
    padding: 5px;
    margin: 0;
}

.t-v-proj-avail-box li {
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
    text-align: center;
    list-style: none;
    border-right: rgb(253, 251, 251) 1px solid;
}


.t-v-proj-price-box {
    display: block;
    border: rgb(110, 110, 110) 1px solid;
    width: 70%;
    align-items: center;
    padding: 0;
    margin: auto;
}

.price-col-hdr {
    display: flex;
    width: 100%;
    background-color: rgb(4, 72, 150);
    padding: 0;
    margin: 0;
    font-weight: bold;
    height: 40px;
}

.price-col-txt {
    display: flex;
    width: 100%;
    background-color: rgb(25, 35, 59);
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.t-v-proj-price-box ul {
    width: 100%;
    display: flex;
    padding: 5px;
    margin: 0;
}

.t-v-proj-price-box li {
    width: 25%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
    text-align: center;
    list-style: none;
    border-right: rgb(253, 251, 251) 1px solid;
}

.t-v-proj-paym-box {
    display: block;
    border: rgb(110, 110, 110) 1px solid;
    width: 70%;
    align-items: center;
    padding: 0;
    margin: auto;
}

.payment-details-hdr {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(180, 180, 180);
    text-decoration: underline;
}

.payment-details-notes {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(255, 136, 1);
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.payment-details-txt {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgb(201, 227, 248);
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}


.wire-transfer-box {
    display: flex;
    width: 50%;
    border: 1px solid #807f7f;
    align-items: center;
    padding: 0;
    margin: auto;
}

.wire-transfer-hdr {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: rgb(236, 245, 253);
    text-align: center;
    text-decoration: underline;
    height: 30px;
    padding: 0;
    margin: auto;
}

.wire-col1 {
    background-color: rgb(110, 94, 2);
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgb(234, 236, 236);
    text-align: left;
    width: 50%;
    padding: 5px;
}

.wire-col2 {
    background-color: rgb(44, 42, 33);
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgb(234, 236, 236);
    text-align: left;
    width: 50%;
    margin-left: 15px;
    padding: 5px;
}

.t-v-proj-b-l-box {
    display: block;
    width: 100%;
}


.bank-loan-col1 {
    background-color: rgb(110, 94, 2);
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgb(234, 236, 236);
    text-align: center;
    width: 10%;
    padding: 5px;
}

.bank-loan-col2 {
    background-color: rgb(44, 42, 33);
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgb(234, 236, 236);
    text-align: left;
    width: 90%;
    margin-left: 15px;
    padding: 5px;
}

/* Thirupathi Majestic */

.main-proj-title {
    font-family: 'Changa', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: yellow;
    text-align: center;
    margin: 0;
    padding: 0;
}


