/* Lato Fonts Cdn */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

html{

}
#{
 margin: 0;
padding: 0;
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}



/* Whatsapp Ico Css Starts */
    .whatsapp{
        position: fixed;
        right: 2%;
        bottom:5%;
        z-index: 9999;
    }
.whatsapp a img{
    transition: ease-in-out 0.5s;

}

.whatsapp{
animation: blinker 1.5s linear infinite;
}

.whatsapp:hover{
    opacity: 100%!important;
}

@keyframes blinker {
    50% {
        opacity: 10%;
    }
}
        .whatsapp a img:hover{
            transform: scale(1.1);
            transition: ease-in-out 0.5s;

        }



/* Whatsapp Ico Css Ends */


/* Loader Css Starts */

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 10;
    display: none;
}


/* Loader Css Ends */


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;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(117, 117, 117, 0.61);
    border-radius: 50px;
    opacity: 0.1;
}


body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden !important;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.announcement-bar h6 {
    color: #002461;
    font-size: 1.1rem !important;
    font-weight: 400;
}

.announcement-bar a {
    color: #002461 !important;
}

nav {
    /* old color */
    /* background: #002461 !important; */
    /* New Color */
    background: #ec1c2c !important;
    min-height: 3rem;
    font-family: 'Lato', sans-serif !important;
}

nav .navbar-brand img {
    max-width: 170px;
    position: absolute;
    top: -7% !important;
    left: 5%;
}

nav .nav-item .nav-link {
    font-size: 1.3rem;
    font-weight: 400;
    margin-right: 1rem;
}

nav .nav-item .nav-link:hover {
    color: white !important;
}

.user-image-container {
    position: absolute;
    top: 0% !important;
    margin-top: -1rem !important;
    left: 85% !important;
    border-radius: 7px;
}

.user-image-container img {
    width: 6.8rem !important;
    height: 6.8rem !important;
    border-radius: 9px;
}

.swiper {
    width: 100%;
    height: 100%;
}



/* Hero Section Css */

.hero-container {
    height: 100vh !important;
    /* background-size: cover;
    position: relative;
    /* Fallback for browsers that do not support Custom Properties */
}


.hero-container .carousel-item img {
    height: 100vh;
}

.hero-container h4 {
    vertical-align: middle !important;
    position: absolute !important;
    top: 50% !important;
    text-align: center;
    font-size: 5rem;
    color: white;
    font-weight: 600;
}

.hero-container h4 a {
    background: white !important;
    border-radius: 14px;
    margin: 0 auto;
    position: absolute;
    top: 110% !important;
    font-size: 1.4rem;
    font-weight: 600;
    color: #002461 !important;
    padding: 10px !important;
    text-align: center;
    text-decoration: none !important;
    transition: 1s;
    text-shadow: 01px 0px 0px #000,
        0px 0px 0px transparent;

}

.hero-container a:hover {
    color: #002461 !important;
    transition: 1s;
    transform: scale(1.1);
    /* Results in 40 pixels square */
}

/* Hero Section Ends */


/* About Us Css Starts */

.new-listing-container a {
    background: #002461;
}

.new-listing-container a:hover {
    background: #012460;
}



.new-listing-container .listing-col {
    width: auto !important;
}


.new-listing-container .listing-col img {
    width: 100%;
    max-height: 11.5rem;
}

.new-listing-container .listing-col h5 {
    font-size: 1.1rem !important;
}

.new-listing-container .listing-col p {
    font-size: 1rem !important;
    padding: 0;
    margin: 0;
}

.new-listing-container .listing-col a {
    max-width: 100% !important;
}


.new-listing-container h4 {
    font-size: 2rem;
    padding-bottom: 2rem;
    text-align: center !important;
    color: black;
    margin: 0 auto !important;

}


.new-listing-container .mySwiper {
    width: 80%;
}

.new-listing-container .swiper-wrapper {
    width: 100% !important;
    z-index: 0 !important;

}


.
/* About Us Css Ends */


/* Our Services Css Starts */

.services-section {
    height: auto;
    background: #f1f1f1 !important;
}


.services-section .title-col {
    background-image: url("../imgs/services-bg-img.png");
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;

}


.services-section .title-col .content {
    padding: 40px;
}

.services-section .title-col img {
    width: 10rem;
}

.services-section .title-col h4 {
    font-size: 1.9rem;
    color: #002461;
}

.services-section .title-col p {
    font-size: 1rem;
}

.services-section .title-col a {
    font-size: 0.8rem !important;
    font-weight: 600;
    background: #002461;
    border: 0;
}

/* Cards Css  */
.services-section .card {
    position: relative;
    top: 30%;
}

.services-section .card-col {
    margin: 0 auto;
}

.services-section .card img {
    width: 100%;
    height:10rem;
    border-radius: 13px;

}

.services-section .card h4 {
    font-size: 1.3rem;
    padding-top: 0.5rem;

}

.services-section .card h5 {
    font-size: 1rem;
}

.services-section .card p {
    font-size: 0.9rem;
    overflow-y: scroll !important;
    max-height: 8rem;
    padding: 0.7rem;
}

.services-section .card .card-body {
    position: relative;
}

/* Our Services Css ends */


/* Testimonial Section Css Starts */


.testimonial-container {
    min-height: 50vh;
    padding: 5rem 0px;
    scroll-margin-top: 10em;
}

.testimonial-container .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: #002461;
    transition: 1s;
}



.testimonial-container .card {

    width: auto !important;
    border-radius: 14px;
    border-color: #000;
    padding: 10px;
    min-height: 10rem;
}


.testimonial-container h3 {
    padding-bottom: 2rem;
}

.testimonial-container .review-container .info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: auto;
    padding-top: 0.1rem;
    ;
}

.testimonial-container .row {
    width: 90%;
    margin: 0 auto;
}

.testimonial-container .controls-container {
    width: 9% !important;
    padding-bottom: 5rem;
    position: relative;
    right: -90%;
}

.testimonial-container .swiper-wrapper {
    padding-bottom: 3rem;
}

.testimonial-container .swiper-pagination {
    color: #002461 !important;
    bottom: 0%;
}

.testimonial-container i {
    color: #183052;
    font-size: 2.4rem;
}


.testimonial-container .controls-container .swiper-button-prev::after {

    display: none;
}

.testimonial-container .controls-container .swiper-button-next::after {

    display: none;
}

.testimonial-container .card .review-container {
    display: flex;
    gap: 2%;
}

.testimonial-container .card .description {
    font-size: 0.9rem;
}

.testimonial-container .card .stars {
    padding: 7px 0px;
}

.testimonial-container .card .stars i {
    color: #ffbe19;
    font-size: 1.3rem;
}

.testimonial-container .card img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.testimonial-container .card .review-container .google-ico {

    /* position: relative;
right: -50%; */
    margin-left: auto;
    margin-right: 0px;
    text-align: right;

}

.testimonial-container .card .info p {
    font-size: 0.6rem;
    color: gray;
}

/* Testimonial Section Css ends */


/* Testimonial Section Css ends */

/* Instagram Section Css Starts */

.insta-container {
    /* Fallback for browsers that do not support Custom Properties */
    margin-bottom: -10rem;
}

.insta-container h4 {
    font-size: 2.3rem;
    color: dark;
}

/* Instagram Section Css Ends */


/* Contact us Page Starts */
.contact-us-section {
    height: 100vh;
    padding-top: 120px;
    position: relative;
    scroll-margin-top: 15em !important;
}

.contact-us-section h4 {
    text-align: center;
    font-size: 2.3rem;
    color: #002461;
    position: absolute;
    top: 30%;

}

.contact-us-section form {
    padding: 40px 0px 0px 20px;
    margin-top: 8rem;
    Shankar
}

.contact-us-section form input {

    border: 2px solid #002461;
}

.contact-us-section form .btn {
    background: #002461;
    padding: 8px 50px 8px 50px;
    border: 0px;
    font-weight: 500;
    font-size: 1rem;
}

.contact-us-section iframe {
    border-radius: 15px;
    max-width: 25rem;
    height: 32rem;
    margin-left: 2rem;
    margin-top: 13rem;
}

/* Contact us Page Ends */



/* Footer Section Css Stars */
.footer-section {
    background: #002461;
    height: 100vh;
    padding: 30px 0px 30px 0px;
}

.footer-section .image-container img {
    width: 12rem;
    border-radius: 14px !important;
}

.footer-section ul {

    padding-left: 3.5rem;
}

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



.footer-section .social-profiles ul {
    list-style-type: none;
    /* /* margin-top: 12rem; */
    margin-right: 1rem;


}

.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:hover {
    color: #FFFFFF !important;
}

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

.footer-section .social-profiles ul li .fa-facebook {
    margin-left: 0.2rem;
}




/* Footer Section Css ends */

/* Media Queries Starts */


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* Hero Css Starts */
    body {
        overflow-x: hidden !important;
    }

    .hero-container {
        position: relative;
    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 3rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }


    /* Hero Css End */

    /* Listing Css Starts */



    /* Listing Us Css Ends */

    /* Listing Css Starts */



    /* Hero Css Starts */

    .hero-container {
        position: relative;
    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 3rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 120% !important;
        left: 40%;
        font-size: 1.4rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 20% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;
    }

    /* Hero Css End */

    /* About Us Css Starts */

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;
    }

    .about-container .col-4 {
        min-width: 30% !important;
    }

    .about-container .col-1 {
        width: 10% !important;
        margin-top: 0.5rem;
    }

    .about-container .content-row {
        margin-top: 1rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100% height:5rem;
        margin-left: 3rem !important;
        margin-top: 2rem;


    }

    .about-container p {
        padding: 20px;
        font-size: 1.4rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    /* About Us Css Ends */


    /* Services Css Starts */


    /* Services Css end */




    /* Instagram Section Css Starts */
    .insta-container {

        margin-top: 1rem !important;
        height: auto !important;
        padding-bottom: 15rem;

    }

    .insta-container h4 {
        font-size: 1.8rem !important;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: -60rem !important;
        height: auto !important;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: -13% !important;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 90% !important;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 0rem !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 */
        {
        font-size: 1.6rem;
    }



    /* Services Css end */


    /* Testimonial Section Css Starts */


    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {

        margin-top: 0rem !important;
        height: auto !important;
        padding-bottom: 15rem;

    }

    .insta-container h4 {
        font-size: 1.8rem !important;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: -60rem !important;
        height: auto !important;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: -13% !important;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        /* New */
        background: #000000;
        /* old */
        /* background: #002461; */
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 5rem !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 */

}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    body {
        overflow-x: hidden !important;
    }

    .user-image-container {

        position: absolute;
        left: 28%;
        margin-top: 0.0rem;
        display: inline-block;
        width: 0%;
    }

}



/* Tablets, Ipads (portrait) ##Screen=B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {

    body {
        overflow-x: hidden !important;
    }

    .announcement-bar {
        min-height: 4rem !important;
    }

    .user-image-container {

        position: absolute;
        left: 28%;
        margin-top: 0.0rem;
        display: inline-block;
        width: 0%;
    }

    nav {
        padding: 1.2rem;
    }

    .navbar-brand {
        position: relative;
        margin-top: -3rem;
    }


    body {
        overflow-x: hidden;
    }

    .navbar-nav {
        margin-top: 3.5rem;
    }

    .about-container h4 {
        margin-left: -4rem !important;
    }

    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .user-image-container {
        position: absolute;
        top: 0% !important;
        margin-top: -0.8rem;
        left: 29% !important;
        border-radius: 7px;
    }

    .user-image-container img {
        width: 7rem !important;
        height: 7rem !important;
        border-radius: 9px;
    }


    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: unset;
        margin-top: 43rem;
        z-index: 99999999 !important;
        left: 36% !important;
        font-size: 1.3rem;
        color: #002461 !important;
        padding: 12px 40px 12px 40px !important;
        width: 50% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 01px 0px 0px #000,
            0px 0px 0px transparent;


    }


    /* Testimonials Css Starts */

    .testimonial-container {
        min-height: auto;
        padding-bottom: 0rem;
    }


    .testimonial-container .card .review-container .google-ico {
        margin-left: 1rem;
    }


    /* Testimonials Css ends */


    /* Instagram Section css starts */
    .insta-container {
        height: auto !important;

    }

    /* Instagram Section css end */

    /* Services Section Css Starts */


    /* Services Section Css Ends */


    /* Contact Us Css Starts */

    .contact-us-section {
        height: auto !important;
        margin-top: 0rem;
        padding-bottom: 2rem;
        margin-bottom: 0rem;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: 5%;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 33rem;
        margin-top: 2rem;
        margin-left: 1.2rem;
    }


    .services-section {
        overflow-x: hidden;
    }

    .new-listing-container {
        /* min-height: 100vh; */
    }

    /* Contact us Css Ends */
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    body {
        overflow-x: hidden !important;
    }

    /* Hero Css Starts */
    .hero-container {
        position: relative;
    }

    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 3rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 120% !important;
        left: 35%;
        font-size: 1.4rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 30% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;
    }

    /* Hero Css End */

    /* About Us Css Starts */

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;

    }

    .about-container .col-4 {
        min-width: 30% !important;
    }

    .about-container .col-1 {
        width: 10% !important;
        margin-top: 0.5rem;
    }

    .about-container .content-row {
        margin-top: 1rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100% height:5rem;
        margin-left: 3rem !important;
        margin-top: 2rem;


    }

    .about-container p {
        padding: 20px;
        font-size: 1.4rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    /* About Us Css Ends */


    /* Services Css Starts */

    /* Hero Css Starts */

    .hero-container {
        position: relative;
    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 3rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 120% !important;
        left: 35%;
        font-size: 1.4rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 30% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;
    }

    /* Hero Css End */

    /* About Us Css Starts */

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;

    }

    .about-container .col-4 {
        min-width: 30% !important;
    }

    .about-container .col-1 {
        width: 10% !important;
        margin-top: 0.5rem;
    }

    .about-container .content-row {
        margin-top: 1rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100% height:5rem;
        margin-left: 3rem !important;
        margin-top: 2rem;


    }

    .about-container p {
        padding: 20px;
        font-size: 1.4rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    /* About Us Css Ends */


    /* Services Css Starts */


    /* Services Css end */


    /* Testimonial Section Css Starts */

    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {

        margin-top: 1rem !important;
        height: auto !important;
        padding-bottom: 15rem;

    }

    .insta-container h4 {
        font-size: 1.8rem !important;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: -60rem !important;
        height: auto !important;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: -13% !important;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }



    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 0rem !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 */
        {
        font-size: 1.6rem;
    }



    /* Services Css end */


    /* Testimonial Section Css Starts */


    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {

        margin-top: 0rem !important;
        height: auto !important;
        padding-bottom: 15rem;

    }

    .insta-container h4 {
        font-size: 1.8rem !important;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: -60rem !important;
        height: auto !important;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: -13% !important;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 5rem !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 */

}


/* //iPad 10.5" */
@media screen and (min-width: 1113px) and (max-width: 1116px) {
    nav .nav-item a {
        font-size: 1rem !important;
    }

    body {
        overflow-x: hidden !important;
    }
}



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

    .user-image-container {
        position: absolute;
        left: 88% !important;
        margin-top: 1.5rem;
        display: inline-block;
        width: 0%;
    }

    .header .navbar-brand img {
        width: 9rem !important;
        margin-left: -2rem;
        padding-top: 1rem;
    }

    nav {
        height: 5rem;
        min-height: 2rem;
    }

    nav .navbar-nav .nav-item {
        margin-top: -3rem;
    }

    nav .navbar-nav .nav-item a {
        font-size: 1.2rem !important;
    }

    .user-image-container img {
        height: 1.5rem;
        width: 1.5rem;
    }


    /* your css rules for ipad landscape */
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    body {
        overflow-x: hidden !important;
    }

    .user-image-container {
        position: absolute;
        left: 30.5% !important;
        border-radius: 7px;
        margin-top: 0 !important;
        top: 0 !important;

    }

    .user-image-container img {
        width: 3.5rem !important;
        height: 3.5rem !important;
        border-radius: 9px;
    }

    nav .nav-item a {
        font-size: 1rem !important;
    }
}

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

    body {
        overflow-x: hidden !important;
    }

    /* Hero Css Starts */
    .hero-container {
        position: relative;
        width: 100%;
    }


    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .user-image-container {
        position: absolute;
        top: 0% !important;
        margin-top: -1rem !important;
        left: 30% !important;
        border-radius: 7px;

    }

    .user-image-container img {
        width: 7rem !important;
        height: 7rem !important;
        border-radius: 9px;
    }


    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 3rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 120% !important;
        left: %;
        font-size: 1.4rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 30% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;

    }

    /* Hero Css End */

    /* About Us Css Starts */


    .new-listing-container {

        padding: 0%;
        margin: 0%;

    }

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;

    }

    .about-container .col-4 {
        min-width: 30% !important;
    }

    .about-container .col-1 {
        width: 10% !important;
        margin-top: 0.5rem;
    }

    .about-container .content-row {
        margin-top: 1rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100% height:5rem;
        margin-left: 3rem !important;
        margin-top: 2rem;


    }

    .about-container p {
        padding: 20px;
        font-size: 1.4rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    /* About Us Css Ends */


    /* Services Css Starts */

    /* Listing Us Css Ends */
    .services-section {
        height: auto;
        background: #f1f1f1;
        width: 100%;
    }

    .services-section .card-col {
        padding-top: 1rem;
        padding-bottom: 2rem;
        width: 100%;

    }

    .services-section .title-col {
        background-image: url("../imgs/services-bg-img.png");
        background-size: cover;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;

    }

    .services-section .title-col .content {
        padding: 40px;
    }

    .services-section .title-col img {
        width: 10rem;

    }

    .services-section .title-col h4 {
        font-size: 1.9rem;
        color: #002461;
    }

    .services-section .title-col p {
        font-size: 1rem;
    }

    .services-section .title-col a {
        font-size: 0.8rem !important;
        font-weight: 600;
        background: #002461;
        border: 0;
    }

    /* Cards Css  */
    .services-section .card {
        top: 5%;
        width: 90% !important;
        margin-bottom: 1rem !important;
        margin: 0 auto;

    }

    .services-section .card img {
        max-width: 10rem;
    }

    .services-section .card h4 {
        font-size: 1.3rem;
        padding-top: 0.3rem;
    }

    .services-section .card h5 {
        font-size: 1rem;
    }

    .services-section .card p {
        font-size: 0.9rem;
    }

    /* Listing Css Starts */
    /* Services Css end */


    /* Testimonial Section Css Starts */


    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {

        margin-top: 1rem !important;
        height: auto !important;
        padding-bottom: 15rem;

    }

    .insta-container h4 {
        font-size: 1.8rem !important;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: -60rem !important;
        height: auto !important;

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: -13% !important;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 0rem !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: 0rem;
        position: relative;
        float: right;
    }

    .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 */

}

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

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

    body {
        overflow-x: hidden !important;
    }

    /* Navbar Css Starts */

    .user-image-container {

        position: absolute;
        left: auto !important;
        right: 12% !important;
        margin-top: -0.1rem !important;
    }

    .user-image-container img {

        border-radius: 7px;
        height: 6rem !important;
        width: 6rem !important;
        border-radius: 9px;
    }

    .navbar-brand img {
        width: 8rem;
        margin-top: -2rem;
    }


    /* Hero Css Starts */
    .hero-container {
        position: relative;
    }


    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 2rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 130% !important;
        left: 35%;
        font-size: 1rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 30% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;

    }

    /* Hero Css End */

    /* About Us Css Starts */

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;

    }



    .about-container .col-4 {
        min-width: 30% !important;
    }

    .about-container .col-1 {
        width: 10% !important;
        margin-top: 0.5rem;
    }

    .about-container .content-row {
        margin-top: 1rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100%
    }

    .about-container p {
        padding: 20px;
        font-size: 1.4rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    /* About Us Css Ends */


    /* Services Css Starts */

    /* Services Css end */


    /* Testimonial Section Css Starts */

    .testimonial-container {}


    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {
        height: 100vh;
        margin-top: 4rem;


    }

    .insta-container h4 {
        font-size: 1.5rem;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


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

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: 15%;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: 95% !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: auto !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 */

}

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    body {
        overflow-x: hidden !important;
    }

    .announcement-bar {
        min-height: 4rem !important;
    }


    .user-image-container {

        position: absolute;
        left: 30%;
        margin-top: 0.0rem;
    }

    .user-image-container img {

        border-radius: 7px;
        height: 3.5rem !important;
        width: 3.5rem !important;
        border-radius: 9px;
    }


    .announcement-bar a {
        color: #002461 !important;
    }

    .announcement-bar h6 {
        color: #002461 !important;
        font-size: 0.9rem !important;
    }

    nav .navbar-brand img {
        max-width: 85px;
        position: absolute;
        top: 3px !important;
        left: 5%;
        border-radius: 5px;
    }

    nav {
        background: #002461 !important;
        height: auto !important;
    }

    nav .nav-item .nav-link {
        font-size: 1rem;
        font-weight: 300;
        margin-left: 0.8rem;
    }

    .nav .nav-nav {
        padding-bottom: 50px !important;
        display: none;
    }

    /* Hero Css Starts */
    .hero-container {
        position: relative;
    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 2rem;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;

    }

    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 130% !important;
        left: 33%;
        font-size: 1rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 35% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;

    }

    /* Hero Css End */

    /* About Us Css Starts */

    .about-container {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px;
        height: auto;

    }

    .about-container .col-4 {
        min-width: 0% !important;
    }

    .about-container .col-1 {
        width: auto !important;
        margin-top: 0.5rem;
    }

    .about-container h4 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;
    }

    .about-container .col-1 {
        width: 100%;
    }

    .about-container .content-row img {
        max-width: 100%;
        margin-top: 1rem;
    }

    .about-container p {
        padding: 20px;
        font-size: 1.1rem;
    }

    .about-container .content-row {
        padding: 20px 0px 0px 0px;
        padding-bottom: 0px;
    }

    .about-container {
        height: 100vh;
        position: relative;
        z-index: -99999 !important;
    }


    .new-listing-container .listing-col {
        width: 200% !important;
    }


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


    .new-listing-container .listing-col h5 {
        font-size: 1.1rem !important;
    }

    .new-listing-container .listing-col p {
        font-size: 1rem !important;
        padding: 0;
        margin: 0;
    }

    .new-listing-container .listing-col a {
        max-width: 100% !important;
    }

    .new-listing-container h4 {
        font-size: 2rem;
        padding-bottom: 2rem;
        font-weight: 600;
        text-align: center !important;
        color: #002461;
        margin: 0 auto !important;

    }

    .new-listing-container .mySwiper {
        width: 80%;
    }

    .new-listing-container .swiper-wrapper {
        width: 100% !important;

    }

    /* About Us Css Ends */


    /* Listing Us Css Ends */

    .services-section {
        height: auto;
        background: #f1f1f1;
    }



    .services-section .card-col {
        padding-top: 1rem;
        padding-bottom: 2rem;
        width: 100%;
    }

    .services-section .title-col {
        background-image: url("../imgs/services-bg-img.png");
        background-size: cover;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;

    }

    .services-section .title-col .content {
        padding: 40px;
    }

    .services-section .title-col img {
        width: 10rem;
    }

    .services-section .title-col h4 {
        font-size: 1.9rem;
        color: #002461;
    }

    .services-section .title-col p {
        font-size: 1rem;
    }

    .services-section .title-col a {
        font-size: 0.8rem !important;
        font-weight: 600;
        background: #002461;
        border: 0;
    }

    /* Cards Css  */
    .services-section .card {
        top: 5%;
        width: 90% !important;
        margin-bottom: 1rem !important;
        margin: 0 auto;

    }

    .services-section .card img {
        max-width: 10rem;
    }

    .services-section .card h4 {
        font-size: 1.3rem;
        padding-top: 0.3rem;
    }

    .services-section .card h5 {
        font-size: 1rem;
    }

    .services-section .card p {
        font-size: 0.9rem;
    }

    /* Listing Css Starts */




    .testimonial-container .swiper-slide {
        width: 100% !important;
    }

    .testimonial-container .swiper-slide .review-col {
        padding: 1rem;
    }

    /* Testimonial Section Css Starts */



    /* Testimonial Section Css ends */


    /* Instagram Section Css Starts */
    .insta-container {
        height: 100vh;
        margin-top: 5rem;

    }

    .insta-container h4 {
        font-size: 1.5rem;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


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

    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: 15%;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


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


    .footer-section .image-container {
        margin-top: 0.5rem;
    }

    .footer-section .image-container img {
        max-width: 10rem;
        border-radius: 14px !important;
    }

    .footer-section ul {
        padding-left: 2.2rem !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 .image-container {
        float: left;
    }

    .footer-section .social-profiles ul {
        position: relative;
        left: -33%;
        top: 100%;
    }

    .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 */


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/


@media (min-width: 320px) and (max-width: 480px) {
    body {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
        padding: 0;
        margin: 0 !important;
    }

    .announcement-bar {
        min-height: 4rem !important;
    }

    .announcement-bar a {
        color: #002461 !important;
    }

    .announcement-bar h6 {
        color: #002461 !important;
        font-size: 0.9rem !important;


    }

    nav .navbar-brand img {
        max-width: 85px;
        position: absolute;
        top: 3px !important;
        left: 0%;
        border-radius: 5px;
    }

    nav {
        background: #002461 !important;
        height: auto !important;
    }

    nav .nav-item .nav-link {
        font-size: 1rem;
        font-weight: 300;
        margin-left: 0.8rem;
    }

    .nav .nav-nav {
        padding-bottom: 50px !important;
        display: none;
    }

    /* Hero Css Starts */

    .user-image-container {

        position: absolute;
        left: 26% !important;
        margin-top: 0.0rem !important;
        display: inline-block;
        width: 0%;
    }

    .user-image-container img {

        border-radius: 7px;
        height: 3.5rem !important;
        width: 3.5rem !important;
        border-radius: 9px;
        display: block;
    }



    .hero-container {
        position: relative;
        overflow-x: hidden !important;
    }

    .hero-container h4 {
        vertical-align: middle !important;
        position: absolute;
        top: 40%;
        right: auto;
        left: auto;
        font-size: 1.5rem;
        text-align: center;
        color: white;
        font-weight: 600;
        text-shadow: 1px 1px 1px #000,
            3px 3px 5px black;
            padding-right: 0px!important;

    }

    .carousel .carousel-item img {
        width: auto !important;
        margin: auto !important;

    }

    .hero-container h4 a {
        background: white !important;
        border-radius: 14px;
        margin: 0 auto;
        position: absolute;
        top: 130% !important;
        left: 20%;
        font-size: 1.3rem;
        color: #002461 !important;
        padding: 12px 0px 12px 0px !important;
        width: 60% !important;
        text-align: center;
        text-decoration: none !important;
        text-shadow: 0px 0px 0px #000,
            0px 0px 0px transparent;
    }

    /* Hero Css End */



    /* About Us Css Starts */


    .new-listing-container h4 {
        font-size: 1.5rem;
    }

    .new-listing-container .swiper-slide {
        width: 100% !important;
        margin: 0%;
        padding: 0%;
    }

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

    .new-listing-container .mySwiper {
        padding: 5% !important;
        width: 100%;
    }

    .new-listing-container .swiper-button-next::after {
        margin-left: 0.5rem !important;

    }

    .new-listing-container .swiper-button-prev::after {
        margin-left: -0.5rem !important;

    }


    /* About Us Css Ends */


    /* Services Css Starts */

    /* Listing Us Css Ends */
    .services-section {
        height: auto;
        background: #f1f1f1;
        width: 100%;
        overflow-x: hidden;

    }

    .services-section .card-col {
        padding-bottom: 4rem;

    }

    .services-section .title-col {
        background-image: url("../imgs/services-bg-img.png");
        background-size: cover;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }

    .services-section .title-col .content {
        padding: 40px;

    }



    .services-section .title-col img {
        width: 10rem;
    }

    .services-section .title-col h4 {
        font-size: 1.9rem;
        color: #002461;
    }

    .services-section .title-col p {
        font-size: 1rem;
    }

    .services-section .title-col a {
        font-size: 0.8rem !important;
        font-weight: 600;
        background: #002461;
        border: 0;
    }

    /* Cards Css  */
    .services-section .card {
        top: 5%;
        width: 90% !important;
        margin-bottom: 1rem !important;
        margin: 0 auto;

    }

    .services-section .card img {
        max-width: 15rem;

    }

    .services-section .card h4 {
        font-size: 1.3rem;
        padding-top: 0.1rem;
    }

    .services-section .card h5 {
        font-size: 1rem;
    }

    .services-section .card p {
        font-size: 0.9rem;
    }

    /* Listing Css Starts */
    /* Services Css end */


    /* Testimonial Section Css Starts */

    .testimonial-container {
        height: auto;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }

    .testimonial-container .swiper-wrapper {
        margin-left: -0.5rem;
        padding: 0;

    }

    .testimonial-container .row {
        width: 100%;
        margin: 0 auto;
    }



    .testimonial-container .swiper-wrapper {
        padding-bottom: 3rem;
    }

    .testimonial-container .swiper-pagination {
        color: #002461 !important;
        bottom: 0%;
    }



    .testimonial-container .card {

        width: 105% !important;
        border-radius: 14px;
        border-color: #000;
        padding: 10px;
        min-height: 10rem;
    }


    .testimonial-container .card .google-ico {
        margin-left: -2rem;
        margin-right: auto;
    }

    .testimonial-container .controls-container {
        position: normal;
        top: 50rem;
        width: 7rem;
        margin: 0 auto;
        padding-top: 2rem;
    }

    .testimonial-container .controls-container i {
        font-size: 2.5rem;
        color: #183052;
    }

    .testimonial-container .swiper-button-next::after {
        display: none;
    }

    .testimonial-container .swiper-button-prev::after {
        display: none;
    }




    .testimonial-container .review-container .info h5 {
        font-size: 1rem;
        margin: auto;
        padding-top: 0.1rem;
    }


    .testimonial-container .row .swiper {
        padding-bottom: 0rem !important;
    }


    .testimonial-container .review-col {
        margin-top: 2rem;
        width: 100% !important;
    }


    .testimonial-container .review-col .card span {
        font-size: 0.7rem !important;

        width: 100rem !important;
    }

    .testimonial-container .review-col .card .user-info {
        padding-bottom: 0.7rem;
        width: 100%;
    }

    .testimonial-container .review-col .card img {
        width: 3rem;
        height: 3rem;
        border-radius: 50px;
    }


    .testimonial-container .review-col .card p {
        font-size: 0.9rem;

    }

    .testimonial-container .row span {
        font-size: 0.7rem !important;
        padding-left: 0.6rem;
        color: gray;

    }

    .testimonial-container .stars {
        padding-bottom: 0.7rem;
    }

    .testimonial-container .stars i {
        color: #FFBE19;
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }




    .testimonial-container .review-col .card h5 {
        padding-left: 0.7rem;
        font-size: 1rem !important;
        color: black;
        font-weight: 600;
    }

    .testimonial-container .review-col .card p {
        font-size: 0.9rem;
        padding: 0;
        margin: 0;
    }

    .testimonial-container .swiper-slide {
        width: 100% !important;
    }

    /* Testimonial Section Css ends */

    /* Instagram Section Css Starts */
    .insta-container {
        height: auto !important;
        padding-bottom: 5rem;

    }

    .insta-container h4 {
        font-size: 1.5rem;
        color: dark;
        z-index: 99999999;
    }

    /* Instagram Section Css ends */


    /* Contact Us Css Starts */
    .contact-us-section {

        margin-top: 0rem !important;
        margin-bottom: 3rem;
        height: auto !important;
    }

    .contact-us-section h4 {
        text-align: center;
        font-size: 1.8rem;
        color: #002461;
        top: 12%;
    }

    .contact-us-section form {
        padding: 0px 0px 0px 0px;
        max-width: 100% !important;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }


    .contact-us-section form input {

        border: 2px solid #002461;
    }

    .contact-us-section form .btn {
        background: #002461;
        padding: 8px 50px 8px 50px;
        border: 0px;
        font-weight: 500;
        font-size: 1rem;
    }

    .contact-us-section iframe {
        border-radius: 15px;
        max-width: 100%;
        height: 20rem;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    /* Contact Us Css Ends */


    /* Footer Section Css Stars */
    .footer-section {
        background: #002461;
        height: auto !important;
        padding: 30px 0px 30px 0px !important;
        margin-top: 1rem !important;
    }

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

    .footer-section .social-profiles {
        text-align: left !important;
    }

    .footer-section .social-profiles ul {
        list-style-type: none;
        margin-top: 1rem;
        position: relative;
        left: -17%;

        float: left !important;

    }

    .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 */

}


/* Iphones Small Device Media Queries */
