@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Lato', sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1390px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #ffffff;
  }
  
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

.logo {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #475658;
}

.header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrapper .link {
    margin: 0 30px;
}

header {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.callme {
    padding: 15px 45px;
    background-color: #FFFFFF;
    border: 1px solid #121761;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #121761;
}

.content_wrapper {
    display: flex;
}

.contenttitle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    color: #c0aa96;
}

.items {
    padding-top: 40px;
    padding-left: 50px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    border: 6px solid #c0aa96;  
}

.content_wrapper img {
    width: 50%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.paragraphs {
    margin-bottom: 50px;
}

.paragraphs h2 {
    margin: 20px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #D44B4B;
}

.listimg {
    margin-top: 10px;
    margin-left: 20px;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.listimg img {
    float: right; 
    width: 40%;
    height: 40%;
}

.itemsnames {
    margin-top: 60px;
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    color: #475658;
}

.itemsnames a:hover { 
    text-decoration: underline;
    color: #D44B4B;
}

h1 {
    margin: 30px 0;
    text-align: center;
    color: #D44B4B;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
}

.paragraphs p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

span {
    border-bottom:4px dotted #c0aa96;
}

.location {
    margin-bottom: 15px;
}

.locatephone {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.footer_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.icon {
    max-width: 100%;
    margin-right: 10px;
}

.footertext {
    color: #FFFFFF;
}

.imgandtext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgandtext1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgandtext2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer_section hr {
    display: none;
}

.imgandtext-mobile {
    display: none;
}

footer {
    background-color: #475658;
    padding: 50px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0 auto;
        max-width: 700px;
    }

    .header_wrapper {
        font-size: 14px;
    }

    .header_wrapper .link {
        margin: 0 15px;
    }   
    
    .callme {
        display: none;
    }

    .icon {
        max-width: 70%;
        margin-right: 5px;
    }

    .callme {
        padding: 5px 10px;
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 35px;
        line-height: 43px;
    }

    .content_wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contenttitle {
        font-size: 30px;
    }

    .itemsnames {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }

    .items {
        padding-top: 40px;
        padding-left: 50px;
        width: 100%;
        border-radius: 20px 20px 0 0;
        border: 6px solid #c0aa96;  
    }

    .content_wrapper img {
        width: 100%;
        object-fit: cover;
        border-radius: 0 0 15px 15px;
    }

    .listimg img {
     display: none;
    }

    .paragraphs h2 {
        margin: 20px 0 10px 0;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .container {
        margin: 0 auto;
        max-width: 320px;
    }

    .logo {
        max-width: 36px;
        max-height: 40px;
    }

    .callme {
        display: none;
    }

    .phone {
        font-size: 14px;
    }

    .icon {
        max-width: 17px;
        max-height: 17px;
    }

    ul.breadcrumb {
        padding: 40px 16px;
        list-style: none;
    }
      
    ul.breadcrumb li {
        display: inline;
        font-size: 16px;
    }

    .realtor-advices-img {
        max-width: 320px;
        max-height: 197px;
    }


   .mobile-display-none {
        display: none;
    }  
    
    h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .content_wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contenttitle {
        font-size: 25px;
    }

    .itemsnames {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .items {
        padding-top: 40px;
        padding-left: 50px;
        width: 100%;
        border-radius: 20px 20px 0 0;
        border: 6px solid #c0aa96;  
    }

    .content_wrapper img {
        width: 100%;
        object-fit: cover;
        border-radius: 0 0 15px 15px;
    }

    .listimg img {
     display: none;
    }

    .paragraphs h2 {
        margin: 20px 0 10px 0;
        font-weight: 700;
        font-size: 25px;
    }

    .paragraphs p {
        font-size: 18px;
    }

    .paragraphs li {
        font-size: 18px;
    }

    .footer_section .imgandtext {
        display: none;
    }

    .clock {
        text-align: center;
    }

    .imgandtext-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_section {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer_section div {
        font-size: 12px;
    }

    .footer_section hr {
        display: block;
        border: 1px solid #BDBDBD;
        width: 320px;
        margin: 25px 0px;
    }

    .footer_section .logo {
        display: none;
    }
        
}