@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.swal2-popup {
    width: 25em!important;
}
body, div, span, p, li {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: 'Poppins', sans-serif;
}
h1{
	font-size: 70px;
    font-weight: 700;
    line-height: 1.6em;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 28px;
}
h4{
    font-size: 22px;
    font-weight: 300;
}
h5{
    font-size: 17px;
    font-weight: 300;
}
p{
    font-size: 16px;
}
.card-body p{
	font-size: 15px !important;
}
/*----Header-Start----*/
.homeheader {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #0062cc;
}
/*navbar-start*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding-right: .7rem;
    padding-left: .7rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background: #007bff;
    border-radius: 5px;
}
/*navbar-end*/
nav form .btn {
    border-radius: 30px;
    padding: 10px 40px;
    border: 1px solid #0062cc;
}
header .main-text {
    transform: translateY(30%);
}
header .search-form {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    margin-top: 6% !important;
}
header form .location{
    background-image: url(../images/address.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}

.navbar-brand{
    width: 30%;
}
.navbar-brand img{
    width: 35%;
}

.header .navbar-dark .navbar-nav .nav-link{
color: #000 !important;
}
.header .btn.btn-outline-light.mr-3 {
    color: #000 !important;
}

/*----Header-End----*/


/* login form */

.simple-login-container{
    width:300px;
    max-width:100%;
    margin:150px auto;
}
.simple-login-container h2{
    text-align:center;
    font-size:20px;
}

.simple-login-container .btn-login{
    background-color:#0062cc;
    color:#fff;
}

.simple-register-container{
    width:600px;
    max-width:100%;
    margin:100px auto;
}



/*featured-properties-start*/

blockquote {
    padding: 1rem 1rem;
    border-left: 20px solid #0065b3;
    border-radius: 10px;
}
 .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}

.carousel-control-prev-icon {
    background-image: url(../images/prev-round.png);
}
.carousel-control-next-icon {
    background-image: url(../images/next-round.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    }

.carousel-control-next, .carousel-control-prev {
    width: 6% !important;
    top: -19px;
}
/*featured-properties-end*/

/* meet-our-clients */
.card-border-none{
    border: 0px solid transparent !important;
}
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #fff !important;
    -webkit-box-shadow: 0 0 5px #fff !important;
    box-shadow: 0 0 5px #fff !important;
    border: 0px solid #fff !important;
    background: #fff !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none !important;
}
.bx-wrapper .bx-controls-direction a {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
    }
.bx-wrapper .bx-prev {
    left: 0 !important;
    background: url(../images/prev-round.png) !important;
    background-repeat:no-repeat !important;
    background-size: 30px 30px !important;
}
.bx-wrapper .bx-next {
    right: 0 !important;
    background: url(../images/next-round.png) !important;
    background-repeat:no-repeat !important;
    background-size: 30px 30px !important;
}



/* footer-start */
footer{
    background-color: #00020c;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
footer h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8em;
}
footer ul{
    display: block;
    list-style-type: none;
    padding-left: 0px !important;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
footer li {
    list-style-type: none !important;
    padding-left: 0px !important;
    }
footer li a{
color: #fff !important;
}
footer li:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.mediaIcon:hover{
    background-color: #0565b3;
    border-radius: 25px;
}
.phone a:hover{
    background-color: #0565b3;
    color: #FFFFFF;
}
footer li a:hover{
    text-decoration: underline;
}
footer a{
color: #fff !important;
font-size: 14px;
line-height: 2.4em;
}
footer a:hover{
text-decoration: none;
transform: scale(1, 2);
}

/* footer-ends */


/*--------------------------Responsive---------------------------*/

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

}
/*featured-properties-start*/
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}


/*featured-properties-end*/






/*-------------Media Queries------------------
/* Extra large devices (big landscape large laptops and desktops, 1920px and up) */
@media (min-width: 1920px){}

/* Extra large devices (big landscape large laptops and desktops, 1200px and up) */
@media (min-width: 1440px) and (max-width: 1919px) {}

/*large devices (big landscape large laptops and desktops, 1200px and up) */
@media (min-width : 1024px) and (min-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  {
.navbar-brand{
    width: 30%;
}
.navbar-brand img{
    width: 70%;
}


}

/* Large devices (landscape laptops/desktops, 992px and up) */
@media (max-width: 990px) {}

/* Large devices (portrait laptops/desktops, 992px and up) */
@media (max-width: 800px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px)  {
.navbar {
position: absolute;
background-color: #3a4c6f !important;
z-index: 999;
width: 95%;
}
 .display-none{
    display: none;
 }
header h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 0px 110px;
}
header .main-text {
    transform: translateY(30%);
}

/* footer */
footer a {
    font-size: 10px;
}
footer h5 {
    font-size: 18px;
}

}
@media (max-width: 600px){
    .modal-dialog {
        max-width: 60% !important;
        top:10%;
    }
}
/* Extra small devices (phones, landscape Iphone, 600px and down) */
@media (min-width: 501px) and (max-width: 750px) {

}

    /* mobile */
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media (max-width: 500px) {
        /* header */
        .navbar-brand {
            width: 60% !important;
        }

        .navbar-brand img {
            width: 100%;
        }

        .navbar {
            position: absolute;
            background-color: #3a4c6f !important;
            z-index: 999;
        }

        header .main-text {
            transform: translateY(20%);
            padding: 10px 20px;
            z-index: -1;
        }

        header h1 {
            font-size: 60px;
            font-weight: 700;
            line-height: 1.3em;
        }

        header h4 {
            font-size: 18px;
            font-weight: 300;
        }

        header .search-form {
            margin-top: 12% !important;
        }

        /* featured-property */
        .card-body h5 {
            font-size: 16px;
            font-weight: 500;
        }

        /* footer */
        footer {
            font-size: 14px;
            line-height: 2em;
            margin-left: 0;
            margin-right: 0;
        }

        .footer-contact-icons {
            display: none;
        }

        .house-text-center {
            justify-content: center;
            text-align: center;
        }

        /*featured-properties-start*/
        .carousel-inner .carousel-item > div {
            display: none;
        }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    .card-body p {
        font-size: 14px !important;
        color: #000 !important;
    }

    /* agent */
    h4 {
        font-size: 18px !important;
        font-weight: 300;
    }

    h6 {
        font-size: 10px !important;
        font-weight: 300;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100% !important;
    }

    .bx-viewport {
        height: 390px !important;
    }

    /* property view page css  */
    .property {
        color: #fff;
        background-image: url(../images/banner.jpg);
        padding: 150px;
        text-align: center;
    }

    .listing {
        font-size: 50px;
        font-weight: bold;
    }

    .minimum {
        font-size: 25px;
        font-weight: bold;
    }

    .credit {
        padding: 60px;
    }

    .dollar {
        display: inline-block;
        margin-left: 10px;
        font-size: 35px;
        font-weight: bold;
        color: #003c7e;
    }

    .minimum {
        font-size: 30px;
        font-weight: bold;
        display: inline-block;
    }

    .label {
        border: 2px solid #000;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .pics {
        float: right;
    }

    .sort {
        display: inline-block;
    }

    .house {
        margin-top: 30px;
    }

    .property-form {
        background-color: #005aa9;
        border-radius: 10px;
        text-align: center;
        padding: 30px;
        height: auto;

    }

    .btns {
        background-color: #7dd2f1;
        width: 100%;
    }

    .pagination {
        display: inline-block;
        padding-top: 25px;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

    .pagination a.active {
        background-color: #4CAF50;
        color: white;
        border-radius: 5px;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
        border-radius: 5px;
    }

    .luxury {
        margin-top: 15px;
    }

    .locate {
        color: #fff;
        text-align: left;
        padding: 5px;
    }

    .payment {
        line-height: 15px;
        color: #fff;
        margin-bottom: 15px;
        text-align: left;
        font-size: 14px;
    }

    .range {
        text-align: left;
        color: #fff;
        margin-top: 15px;
    }

    /* Rent file Css */
    #generic_price_table {
        background-color: #f0eded;
    }

    /*PRICE COLOR CODE START*/
    #generic_price_table .generic_content {
        background-color: #fff;
    }

    #generic_price_table .generic_content .generic_head_price {
        background-color: #f6f6f6;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        color: #525252;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

    #generic_price_table .generic_content .generic_feature_list ul li span {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_feature_list ul li:hover {
        background-color: #E4E4E4;
        border-left: 5px solid #0065b3;
    }

    #generic_price_table .generic_content .generic_price_btn a {
        border: 1px solid #0065b3;
        color: #0065b3;
    }

    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
        border-color: #0065b3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0065b3;
        color: #fff;
    }
    #generic_price_table .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .free{
        border-color: #0065b3  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0065b3 ;
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_price_btn a,
    #generic_price_table .generic_content.active .generic_price_btn a {
        background-color: #0065b3;
        color: #fff;
    }

    #generic_price_table {
        margin: 50px 0 50px 0;
        font-family: 'Raleway', sans-serif;
    }

    .row .table {
        padding: 28px 0;
    }

    /*PRICE BODY CODE START*/
    #generic_price_table .generic_content {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content {
        margin: 0 0 50px 0;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-style: solid;
        border-width: 90px 1411px 23px 399px;
        position: absolute;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
        padding-top: 40px;
        position: relative;
        z-index: 1;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-family: "Raleway", sans-serif;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 2px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag {
        padding: 0 0 20px;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
        display: block;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
        display: inline-block;
        font-family: "Lato", sans-serif;
        font-size: 28px;
        font-weight: 400;
        vertical-align: middle;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
        font-family: "Lato", sans-serif;
        font-size: 60px;
        font-weight: 300;
        letter-spacing: -2px;
        line-height: 60px;
        padding: 0;
        vertical-align: middle;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
        display: inline-block;
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 400;
        vertical-align: bottom;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 3px;
        vertical-align: bottom;
    }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #generic_price_table .generic_content .generic_feature_list ul li {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        padding: 15px 0;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table .generic_content .generic_feature_list ul li:hover {
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;

    }

    #generic_price_table .generic_content .generic_feature_list ul li .fa {
        padding: 0 10px;
    }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

    #generic_price_table .generic_content .generic_price_btn a {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        -webkit-border-radius: 50px;
        display: inline-block;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        outline: medium none;
        padding: 12px 30px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #generic_price_table .generic_content,
    #generic_price_table .generic_content:hover,
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
    #generic_price_table .generic_content .price,
    #generic_price_table .generic_content:hover .price,
    #generic_price_table .generic_content .generic_price_btn a,
    #generic_price_table .generic_content:hover .generic_price_btn a {
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    @media (max-width: 320px) {
    }

    @media (max-width: 767px) {
        #generic_price_table .generic_content {
            margin-bottom: 75px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        #generic_price_table .col-md-3 {
            float: left;
            width: 50%;
        }

        #generic_price_table .col-md-4 {
            float: left;
            width: 50%;
        }

        #generic_price_table .generic_content {
            margin-bottom: 75px;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
    }
    @media (min-width: 1200px) {
    }
    #generic_price_table_home {
        font-family: 'Raleway', sans-serif;
    }

    .demo-pic {
        margin: 0 auto;
    }

    .demo-pic:hover {
        opacity: 0.7;
    }

    #generic_price_table_home ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: table;
    }

    #generic_price_table_home li {
        float: left;
    }

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

    #generic_price_table_home .blue {
        background: #3498DB;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .emerald {
        background: #2ECC71;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .grey {
        background: #7F8C8D;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .midnight {
        background: #34495E;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .orange {
        background: #E67E22;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .purple {
        background: #9B59B6;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .red {
        background: #E74C3C;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .turquoise {
        background: #1ABC9C;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

    #generic_price_table_home .divider {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 20px;
    }

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

    #generic_price_table_home .itemname {
        text-align: center;
        font-size: 50px;
        padding: 50px 0 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
        text-decoration: none;
        font-weight: 300;
    }

    #generic_price_table_home .itemnametext {
        text-align: center;
        font-size: 20px;
        padding-top: 5px;
        text-transform: uppercase;
        display: inline-block;
    }

    #generic_price_table_home .footer {
        padding: 40px 0;
    }

    .price-heading {
        text-align: center;
    }

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

    .demo-button {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 50px;
        outline-color: -moz-use-text-color;
        outline-style: none;
        outline-width: medium;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .bottom_btn {
        background-color: #333333;
        color: #ffffff;
        display: table;
        font-size: 28px;
        margin: 60px auto 20px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
    }

    .demo-button:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;

    }

    .bottom_btn:hover {
        background-color: #666;
        color: #FFF;
        text-decoration: none;
    }

    /* Property-detail css */
    .propert {
        color: #fff;
        background-image: url(../images/banner.jpg);
        padding: 60px;
        text-align: center;
    }

    .listin {
        font-size: 55px;
    }

    .in {
        font-weight: bold;
        color: #fff;
    }

    .house {

        font-weight: bold;
        justify-content: space-between;
        display: flex;
    }

    .col-md-4.trade {
        background-color: #7ed3f2;
        border-radius: 10px;
        padding: 25px;
    }

    table, th, td {
        border-collapse: collapse;
    }

    .payment {
        text-align: center;
        color: #fff;
        background-color: #0065b3;
        padding: 10px;
    }

    .mortgage {
        font-size: 20px;
        font-weight: 600;
        background-color: #f3f3f3;
    }

    .credit {

        font-size: 20px;
        font-weight: 600;
        background-color: #fff;
        padding: 37px !important;
    }

    .current {
        font-size: 25px;
        font-weight: 600;
        background-color: #fff;
        padding: 37px !important;
        font-weight: bold;
    }

    .value {
        font-size: 30px;
        font-weight: 600;
        background-color: #fff;
        padding: 37px !important;
        color: #00baeb;
        font-weight: bold;
        text-align: end;
    }

    .total {
        font-size: 30px;
        font-weight: 600;
        background-color: #fff;
        padding: 37px !important;
        text-align: end;
        color: #00baeb;
    }

    .trading {
        width: 100%;
        border: 2px solid #eee;
        height: 100%;
    }

    .taxes {
        display: flex;
        justify-content: space-between;

    }

    .villa {
        color: #00b6ed;
        font-size: 30px;
        font-weight: bold;
    }

    .park {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;

    }

    .carousel-control-prev-icon {
        background-image: url(../images/prev-round.png);
    }

    .carousel-control-next-icon {
        background-image: url(../images/next-round.png);
    }

    ul.carousel-indicators {
        display: none;
    }

    .description {
        margin-top: 40px;
    }

    .lorem {
        padding: 5px 0px 5px 10px;
        border-left: 10px solid #0065b3;
        border-radius: 10px;
    }

    .sale {
        display: flex;
        justify-content: space-between;
        align-items: baseline;

    }

    ul {
        list-style: none;
    }

    .air {
        padding-bottom: 10px;
    }

    .map-container {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    img.ipsum {
        width: 50%;
        border-radius: 89%;
        display: block;
        margin: 0 auto;
    }

    .image {
        padding-top: 20px;
    }

    .button {
        text-align: center;
    }

    .filter-button {
        border-radius: 26px;
    }

    .agent {
        background-color: #e3f8ff;
        padding: 40px;
        border-radius: 15px;
    }

    img.bullets {
        padding-right: 10px;
    }

    #btnDonate {
        border: 1px solid;
        background-color: #007bff;
        color: #fff;
    }


