img.pm-logo-nav
{
    height: 50px;
    width: auto;
    height: 61px;
}
p.profile-desc1
{
    font-size: 16px;
    color: white;
    line-height: 22px;
    font-family: 'Inter';
    text-align: left;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
}
#enquiry-submit-btn
{
    background-color: green;
    border: none;
    border-radius: 6px;
}
.modal-title
{
    margin-bottom: 0;
    line-height: 1.5;
    color: #423f3f;
    font-size: 18px;
}
.enq-form-label-therchi
{
    color: #1d76d5;
    font-weight: 600;
}
.therchi-banner-img.img-fluid
{
    max-width: 100%;
    height: auto;
    width: 74%;
    filter: drop-shadow(5px 5px 33px black);
}
.image-container
{
    width: 100%;
    text-align: center;
}
.therchi-banner-cont
{
    padding: 3% 2%;
}
#banner1 h2
{
    font-size: 37px;
    line-height: 1;
    letter-spacing: -1px;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.therchi-icon
{
    height: 52px;
    filter: reverturl;
    filter: grayscale(100%);
}



/***************/
.context {
    width: 100%;
    position: absolute;
    top:50vh;
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.area{
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;

}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

body
{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #444242;
    font-size: 14px;
}
.about-us.how-it-work-section p
{
    text-align: justify;
}

.why-choose-us
{
    text-align: center !important;
    background-color: #ffffff6e;
    border-radius: 0px;
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 25px;
}

.why-choose-us h3
{
    font-size: 20px;
    margin: 20px 0px 20px 0px;
}
.why-choose-us i
{
    font-size: 46px;
    color: #626a6c;
}
.therchi-icon
{
    height: auto;
    filter: brightness(0) invert(1);
    width: 152px;
}
.custom-navbar
{
    background: #fcfcfc !important;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    position: fixed;
    text-align: 0;
    top: 0;
    width: 100%;
}
#banner1
{
    margin-top: 80px;
}
.blinkwarning
{
    animation: blinkers 1s step-start infinite !important;
    font-weight: 700;
    position: fixed;
    top: 2px;
    z-index: 9999;
    right: 2px;
    background-color: #044a16;
    padding: 1px 12px;
    line-height: 18px;
}

@keyframes blinkers {
    50% {
        opacity: 5;
        color: white;
    }
    100% {
        opacity: 1;
        color:orange;
    }
}

.why-choose-us:hover  i
{
    color: #936715;
}
.why-choose-us:hover
{
    background-color: #ffb9331c;
}

.custom-navbar
{
    color: red !important;
    opacity: 1;
}
.custom-navbar .nav-link.active
{
    color: red !important;
    opacity: 1;
}
button.btn.btn-success.go-top
{
    background-color: #5683e0;
}
.why-choose-us p
{
    line-height: 16px;
}

.nav-message p {
    margin-bottom: 0px;
    line-height: 24px;
}
.nav-message {
    padding: 2px 25px;
    background-color: #eb4242;
    color: white;
    font-weight: 700;
}

button.btn.btn-warning.create-p-ba-s1:hover {
    background: linear-gradient(to right, #ffc64a, #fdd55c);
    font-weight: 700;
    color: black;
}
.pbg {
    background: linear-gradient(0deg, rgb(238 239 239 / 96%), rgb(238 239 239 / 87%)), url(pmland_assets/land_asset/images/people.jpg);
    background-size:cover;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
a.profile-links {
    background-color: #cee4b4;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 12px;
    font-family: 'Inter';
}
.footer-section .border-top.copyright {
    margin-top: 15px;
}
.usefullinks {
    margin-top: 15px;
    margin-bottom: 15px;
}
.usefullinks h1 {
    font-size: 18px;
}
a.profile-links {
    background-color: #cee4b4;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 12px;
    font-family: 'Inter';
    text-decoration: none;
}
a.profile-links:hover {
    background-color: #afcd8b;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: white;
}
.uslink {
    background-color: white;
    /*border-bottom: 1px solid #f6f6f6;*/
}

.img-fluid
{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.ban-warning
{
    color: white;
    background-color: orange;
    font-weight: 700;
}
em
{
    color: #db0f0f;
    font-style: inherit;
    font-size: 14px;
}
.form-control
{
    height: 39px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
    margin-bottom: 0px;
}
#footer_send_mail .form-control
{
    height: 39px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
    margin-bottom: 10px;
}
.btn.btn-success.get_plan {
    border-radius: 5px;
    background-color: #689F38;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.btn.btn-success.get_plan:hover{
    border-radius: 5px;
    background-color: #7CB342;
}
.btn-close {
    font-weight: 700 !important;
    background-color: #ffb224;
    opacity: 1;
    border-radius: 26px;
    position: absolute;
    right: 25px;
    top: 16px;
    color: white !important;
}
.btn-close {
    background: none;
}
.btn-close i {
    color: orange;
    font-size: 26px;
}
.btn-close:focus {
    box-shadow: none;
}
.modal-backdrop {
    background-color: black;
   opacity:0.9 !important;
        
}
@media only screen and (max-width: 600px) {
    .therchi-banner-img.img-fluid
    {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .therchi-banner-img.img-fluid
    {
        width: 74%;
    }
}