/* Desktop Css Starts */


textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-color: #021d4b !important;
}

.listing-container {
    height: auto;
    padding-top: 13rem;
}

.listing-container a {
    background: #002461;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    font-size: 1rem;
    width: 100% !important;
}

.listing-container .property-col {
    margin-bottom: 2.4rem;
}


.listing-container .property-col img {
    max-height: 180px;
    width: 100%;

}

.listing-container a:hover {
    color: white;
    background: #021d4b;
}

/* Form Css Starts */


.listing-container form {
    border: 1px solid #002461;
    padding: 1rem;
    border-radius: 10px;
    min-height: 35rem;
}

.listing-container form label {
    font-size: 0.9rem !important;
}

.listing-container .form .form-group {
    margin-top: -0.6rem !important;
}

.listing-container form input {
    height: 2rem;
}

.listing-container form a:hover {
    color: blue !important;
}


.fixed {
    position: fixed;
    right: 8%;
    top: 10%;
    width: 28% !important;

}

.listing-container img:nth-child(2) {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-top: 1rem;
}

.listing-container form input {
    border: 2px solid #021d4b;
}

.listing-container form .btn {
    background-color: #002461;
    border: 0px;
    border-radius: 7px;
}

/* Form Css Ends */

/* Contact us css Starts */
.contact-us-section {
    margin-top: 10rem !important;
}


.contact-us-section iframe {
    margin-left: 1.4rem;
    margin-top: 2.8rem;
}

/* Contact us End */



/* Footer Section Css Starts */

/* Footer Section Css Ends */



@media (min-width: 1025px) and (max-width: 1280px) {
    nav .nav-item a {
        font-size: 1rem !important;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


    .left-img {
        width: 1rem !important;
        margin-right: 20rem !important;
    }

    .two-col-img {
        padding-left: 5rem !important;
        margin-top: -3rem !important;
    }

    .two-col-img
     {
        width: 7.5rem !important;
        height: 7rem !important;

    }

}

/* Tablet Css Starts */
/* Tablets, Ipads (portrait) ##Screen=B/w 768px to 1024px */

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .basma-form {
        display: none;
    }

    .listing-container .first-col {
        width: 100%;
    }

    .listing-container .second-col {
        width: 100%;
        margin-bottom: 0rem;
        margin-top: 3rem;
    }

    .contact-us-section {
        margin-top: 6rem !important;
    }

    .contact-us-section iframe {
        min-width: 20rem;
    }
}

/* Tablet Css End */
/* Mobile Css Starts */

@media (max-width: 767px) {


    .listing-container {
        height: 100%;
        padding-top: 9.5rem;
        padding-bottom: 0rem !important;
        margin-bottom: -8rem;
    }

    .listing-container img {
        width: 100%;
    }

    .listing-container a {
        background: #002461;
        text-decoration: none;
        color: white;
        border-radius: 6px;
        font-size: 1rem;
        padding: 10px 0px 10px 0px;
    }

    .listing-container .property-col {
        margin-bottom: 2rem;
    }


    .listing-container form {
        border: 1px solid #002461;
        padding: 1rem;
        border-radius: 10px;
        height: auto;
        margin-bottom: 0px !important;
    }

    /* Form Css Starts */


    /* Form Css Ends */

    /* Contact Us Css Starts */
    .contact-us-section {
        margin-top: 6rem !important;
        margin-bottom: -0rem !important;
        padding-bottom: 0rem !important;

    }


    .contact-us-section iframe {
        margin-left: 0rem;
        margin-top: 3rem;
    }

    .contact-us-section form,
    h4 {
        display: none;
    }

    .contact-us-section iframe {
        min-width: 20rem;
        margin-bottom: 1rem !important;
    }

    /* Contact Us Css Ends */



    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 100vh;
        padding: 40px 0px 30px 0px;
        bottom: 0% !important;
        position: relative;
        bottom: 0% !important;
        margin-top: 0rem !important;
        position: relative !important;
    }

    .footer-section .line {
        height: 0.7px !important;
        background: white !important;
    }

    .footer-section .social-profiles ul {
        list-style-type: none;
        margin-top: 1rem;
        margin-left: -3rem;

    }

    .footer-section .social-profiles ul li {
        float: left;
        margin-left: 1rem;
        height: 40px;
        width: 40px;
        background: white;
        border-radius: 50%;
        line-height: 2.7rem !important;
        padding-left: 0.7rem;

    }

    .footer-section .social-profiles ul li i {
        font-size: 1.3rem;
        font-weight: 500;
        color: black;
    }

    .footer-section .social-profiles ul li i:hover {
        color: #002461;
    }

    /* Footer Section Css ends */
}

/* Mobile Css Starts */
@media (min-width: 320px) and (max-width: 480px) {


    .listing-container .property-col img {
        max-height: 100%;
    }


    .contact-us-section {
        margin-top: 1rem !important;
        margin-bottom: -7rem !important;
        padding-bottom: 0rem !important;
    }

    .footer-section {
        margin-top: 9rem !important;
    }

    .footer-section .social-profiles ul {
        margin-left: auto !important;
    }
}


/* Mobile Css Ends */