body { background: #FBFBFF; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; overflow-x: hidden; text-align: center;}

.red {
    color: red;
}

.footer-flex svg {
    fill: #163172;
}

#phone-link {
    color: #163172;
    text-decoration: none;
    font-weight: bold;
}

#con-name {
    color: #163172;
}

.contact-info div {
    margin-bottom: 10px;
}

.contact-info svg {
    fill: #163172;
}

.full-width-title a {
    color: #163172;
}

.small {
    font-size: 14px;
    font-weight: normal;
}

.i {
    font-style: italic;
}

.l-g-background {
    background-color: #f0f0f2;
}

.icon-btn:hover {
    cursor: pointer;
}

.info-section {
    width: 100%;
}

.side-by-side {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.footer-links a {
    text-decoration: none;
    color: black;
}

.side {
    width: 50%;
}

.side-img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}

.side-text {
    padding: 20px 120px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.g-background {
    background-color: #D6E4F0;
}

.footer {
    background-color: #E6E3D2;
    min-height: 100px;
    position: relative;
    /* padding: 20px; */
    color: gray;

}

.footer-section a {
    text-decoration: none;
    color: gray;
}

.footer-section li {
    margin-top: 15px;
}

.footer-section ul {
    list-style-type: none;
    padding-inline-start: 0px
}

.marg-top {
    margin-top: 35px;
}

.marg-top-nav {
    margin-top: 80px;
}

.social-icons {
    padding-top: 20px;
    position: relative;
}

.social-icons svg {
    font-size: 30px;
    color: #163172;
    padding: 0 10px;
} 

.footer-head-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: gray;
}

.copyright {
    font-size: 14px;
    padding: 20px 0;
    font-style: italic;
    width: 100%;
}


.side-menu {
    height: 100%;
    background-color: #f6f6f6;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.4s ease-out;
    padding:10px;
  }
  
  .side-menu__logo a {
    margin-top:20px;
    font-weight: 700;
    font-size: 20px;
  }
  
  .side-menu .link-container {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0px 0px;
    width: 100%;
  }

  .link {
    text-align: left;
  }
  
  .link a {
    text-decoration: none;
    color: #393939;
    width: 100%;
    line-height: 55px;
  }
  
  .side-menu .link {
    border-bottom: solid 1px #00000030;
    width: 100%;
    color: #393939;
    font-size: 20px;
    display: flex;
  }
  
  .side-menu.open {
    transform: translateX(0);
  }

@media screen and (max-width: 600px) {
    .inner-text {
        width: 90%;
        margin: auto;
        text-align: left;
        font-size: 16px;
        line-height: 40px;
    }

    .footer-inner {
        width: 100%;
        margin: auto;
        padding-bottom: 40px;
    }

    .footer-section {
        width: 100%;
    }

    #f-logo{
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }
    #menu {
        order: 3;
    }
    #company{
        order: 4;
    }
    #sites{
        order: 5;
    }
    #f-signup{
        order: 1;
        margin-bottom: 20px;
    }

    .desktop-footer-logo {
        display: none;
    }

    .uk-navbar__toggle-button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
      }

      .toggle-button {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 24px;
        width: 30px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        box-sizing: border-box;
      }
      .toggle-button:focus {
        outline: none;
      }
      .toggle-button__line {
        width: 30px;
        height: 2px;
        background: #393939;
      }

      .about-img {
        height: 200px;
        width: 200px;
    } 

    .me-about-img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
    }

    .whatsApp{
        position: fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:30px;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
        background-color:#25d366;
        z-index:100;
    }

    .whatsApp svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contact-form {
        width: 90%;
        background-color: #ffffff;
        min-height: 615px;
        margin: 20px auto;
    }

    .contact-info {
        width: 100%;
        padding: 10px;
        text-align: left;
        font-size: 20px;
    }
}

@media screen and (min-width: 601px) {
    .contact-info {
        width: 800px;
        margin: 0px auto 40px auto;
        text-align: left;
        font-size: 18px;
    }

    .inner-text {
        width: 60%;
        margin: auto;
        text-align: left;
        font-size: 18px;
        line-height: 40px;
    }

    .contact-form {
        width: 100%;
        background-color: #ffffff;
        min-height: 530px;
        padding: 40px 0;
    }

    .whatsApp{
        position: fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:30px;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
        background-color:#25d366;
        z-index:100;
    }

    .whatsApp svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .inner-about {
        padding: 0 40px 0 20px; 
    }

    .inner-about p {
        font-size: 18px;
        line-height: 40px;
        text-align: left;
        margin-top: 0;
    }

    .about-me-b-img {
        max-width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .side-by-side {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 10px auto 0 auto;
    }

    .side-by-side div:nth-child(1) {
        width: 60%;
    }

    .side-by-side div:nth-child(2) {
        width: 40%;
    }

    .top-about {
        padding-top: 180px;
        padding-bottom: 40px;
    }

    .about-me-title {
        text-align: left;
        width: 80%;
        margin: 40px auto 20px auto;
        padding-left: 40px;
    }

    .top-profile {
        margin-top: 67px;
        background-image: url('/resources/images/profile.png');
        position: relative;
        padding-top: 50px;
        height: 180px;
    }

    .round-img {
        position: absolute;
        transform: translate(-50%);
        width: 300px;
        height: 300px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .about-img {
        height: 200px;
        width: 200px;
    }
    
    .me-about-img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
    }

    .side-menu, .uk-navbar__toggle-button {
        display: none;
    }

    .footer-inner {
        width: 100%;
        margin: auto;
        padding: 40px 0;
    }

    .footer-section {
        text-align: left;
    }

    .footer-section:first-child {
        margin-right: 40px;
    }

    .footer-section:nth-child(3) {
        margin-right: 5px;
    }

    #f-logo{
        width: 33%;
    }

    .footer {
        display: flex;   
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding-top: 20px;
    }

    #menu {
        width: 175px;
    }
    #company{
        width: 150px;
    }
    #sites{
        width: 250px;
    }
    #f-signup{
        width: 300px;
    }
}

.signup-newsletter {
    position: relative;
}

.input {
    outline: none;
    padding: 0;
    border: none;
    text-indent: 10px;
}

.submit {
    background-color: #163172;
    color: #393939;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.signup-segment form {
    display: flex;
    margin-top: 20px;
}

.header, .sub-header {
    margin-bottom: 20px;
}

.aff-disc {
    padding-bottom: 20px;
}

.page-wrap {
    margin-top: 70px;
}



.mini-menu-card h3 {
    margin: 5px 0;
}

.mini-menu-card-img {
    object-fit: cover;
    width: 170px;
    max-height: 120px;
}

.mini-menu-card div {
    padding: 0 10px;
    text-align: left;
}

.mini-menu-card p {
    font-size: 12px;
    margin-top: 0;
}

.cat-card-wrapper a {
    position: relative;
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
}

.branded-card-logo {
    border-radius: 50%;
    list-style-type: none;
    cursor: grab;
    background-color: #E6E3D2;
    margin: auto;
}

.branded-card-logo {
    position: relative;
    width: 175px;
    height: 175px;
}

.branded-card-logo:hover {
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
}

.cat-card {
    position: relative;
    width: 100%;
    height: 100%;
}

.brands-cat-name {
    margin-top: 15px;
    font-weight: bold;
}

.brand-page-hr {
    margin-top: 20px;
    border-radius: 50%;
    border-color: #163172;
}

.uk-brands-logo {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.black {
    filter: brightness(0);
}

.h2 {
    width: 70%;
    margin: 50px auto;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .inner-about {
        padding: 0 40px 0 20px; 
    }

    .inner-about p {
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-top: 0;
    }

    .about-me-b-img {
        max-width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .side-by-side {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 10px auto 0 auto;
    }

    .top-about {
        padding-top: 150px;
        padding-bottom: 40px;
    }

    .about-me-title {
        text-align: center;
        width: 80%;
        margin: 40px auto 20px auto;
    }

    .top-profile {
        margin-top: 67px;
        background-image: url('/resources/images/profile.png');
        position: relative;
        padding-top: 50px;
        height: 150px;
    }

    .round-img {
        position: absolute;
        transform: translate(-50%);
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin-bottom: 10px;
        top: 100px;
    }

    .navbar {
        overflow: hidden;
        border-top: 4px solid #163172;
        height: 63px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #FBFBFF;
        z-index: 100;
    }

    .nav_items {
        display: none;
    }

    .navbar .logo {
        float: left;
        text-decoration: none;
    }

    .input {
        height: 35px;
        width: 70%;
    }
    
    .submit {
        height: 35px;
        width: 30%;
        font-size: 15px;
    }

    .signup-segment form {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .header {
        font-size: 20px;
    }
    
    .sub-header {
        font-size: 15px;
    }

    .cat-card-wrapper {
        width: 100%;
        margin: 5px;
    }

    .branded-card-logo {
        position: relative;
        width: 150px;
        height: 150px;
    }

    .brand-page-description {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .hero-image-wrap {
        margin-top: 67px;
        height: 400px;
    }
    
    .hero-image-slim-wrap {
        margin-top: 67px;
        height: 400px;
    }

    .hero-image {
        display: none;
    }
    
    .mobile-hero-image {
        height: 400px;
        object-fit: cover;
        object-position: 50% 30%;
        overflow: hidden;
        width: 100%;
    }
    
    .hero-image-slim {
        height: 400px;
        object-fit: cover;
        object-position: 50% 30%;
        overflow: hidden;
        width: 100%;
    }
    
    .hero-overlay {
        height: 200px;
        background-color: rgba(131, 142, 131, 0.6);
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        border: none;
        border-radius: 20px;
        color: #FBFBFF;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-style: italic;
    }

    .hero-overlay img {
        width: 300px;
    }

    .news-section {
        background-color: #F5F5F5;
        padding-bottom: 20px;
        height: 350px;
    }
    
    #news-items {
        width: 90%;
        margin: auto;
        height: 100px;
    }
    
    .news-item {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        color: black;
        text-decoration: none;
    }
    
    .news-item:nth-child(2) {
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
    }
    
    
    .news-item-wrapper {
        display: flex;
        flex-direction: row;
    }
    
    .news-item-img {
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 5px;
        object-fit: cover;
        margin-right: 20px;
    }

    .full-width-title {
        width: 90%;
        margin: auto;
        padding: 20px 0;
        text-align: left;
    }

    .info-section-inner {
        padding-top: 20px;
        width: 85%;
        margin: auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 20px;
        font-size: 18px;
    }
    
    .icons-about-inner {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .icon-about {
        margin: 40px 0px;
        text-align: center;
        width: 100%;
    }

    .icon-about p {
        font-size: 18px;
        line-height: 30px;
    }

    .icon-about h3 {
        font-size: 20px;
    }

    .icon-btn {
        border: solid 1px #163172;
        border-radius: 5px;
        background-color: transparent;
        padding: 5px;
        width: 45%;
        font-size: 18px;
        font-weight: 600;
    }

    .full-width-text {
        width: 90%;
        margin: auto;
        font-size: 18px;
        line-height: 40px;
        text-align: left;
    }

    .menu-flex-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: auto;
    }
    
    .mini-menu-card {
        width: 100%;
        display: flex;
        flex-direction: row;
        border: none;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px 0;
        text-decoration: none;
        color: black;
        max-height: 160px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .line-style {
        width: 85%;
        border: 2px solid #163172;
        border-radius: 50%;
    }

    .h2-country {
        width: 90%;
        margin: 20px auto;
        text-align: left;
    }

    .desktop-img {
        display: none;
    }

    .main-text {
        text-align: center;
    }

    .menu-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin-bottom: 40px;
        color: black;
        position: relative;
    }
    
    .menu-card-img {
        border-radius: 50%;
        height: 250px;
        width: 250px;
        margin: auto;
        opacity: 0.5;
    }
    
    .menu-card p {
        font-size: 18px;
        line-height: 30px;
    }

    .overlay {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        margin: 20px auto 10px auto;
        width: 90%;
        justify-content: space-evenly;
    }

    .mort-calc {
        margin-top: 70px;
    }
}

@media screen and (min-width: 601px) {
    .main-container {
        margin-top: 100px;
        min-height: 80vh;
    }

    .mort-calc {
        margin-top: 100px;
    }

    .mobile-hero-image {
        display: none;
    }

    .footer-flex {
        display: flex;
        width: 60%;
        margin: auto;
        justify-content: space-between;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        width: 30%;
        justify-content: space-evenly;
        align-items: center;
    }

    .icon-about p {
        font-size: 18px;
        line-height: 25px;
        min-height: 180px;
    }

    .navbar {
        overflow: hidden;
        border-top: 4px solid #163172;
        height: 63px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #FBFBFF;
        z-index: 100;
    }

    .nav_items {
        float: right;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .nav_items a {
        height: 100%;
        color: #666;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .nav_items a:hover {
        background-color: #a39e9e;
        color: #000;
    }

    .navbar .logo {
        float: left;
        text-decoration: none;
    }

    .input {
        height: 35px;
        width: 70%;
    }
    
    .submit {
        height: 35px;
        width: 30%;
        font-size: 13px;
    }

    .header {
        font-size: 30px;
    }
    
    .sub-header {
        font-size: 20px;
    }

    .cat-card-wrapper {
        height: 20%;
        width: 25%;
        margin: 30px;
    }

    .brand-page-description {
        font-size: 14px;
        line-height: 25px;
        height: 250px;
    }

    .hero-image-wrap {
        margin-top: 67px;
        height: 600px;
    }
    
    .hero-image-slim-wrap {
        margin-top: 67px;
        height: 400px;
    }
    
    .hero-image {
        height: 600px;
        object-fit: cover;
        object-position: 50% 30%;
        overflow: hidden;
        width: 100%;
    }
    
    .hero-image-slim {
        height: 400px;
        object-fit: cover;
        object-position: 50% 30%;
        overflow: hidden;
        width: 100%;
    }
    
    .hero-overlay {
        height: 400px;
        background-color: rgba(131, 142, 131, 0.6);
        position: absolute;
        top: 150px;
        right: 200px;
        width: 30%;
        border: none;
        border-radius: 20px;
        color: #FBFBFF;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-style: italic;
    }
    
    .news-section {
        background-color: #F5F5F5;
        padding-bottom: 20px;
    }
    
    #news-items {
        display: flex;
        width: 70%;
        margin: auto;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }
    
    .news-item {
        width: 33%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 40px;
        text-align: left;
        color: black;
        text-decoration: none;
    }
    
    .news-item:nth-child(2) {
        padding-left: 20px;
        border-right: 1px solid grey;
        border-left: 1px solid grey;
    }
    
    .news-item:nth-child(3) {
        padding-left: 20px;
    }
    
    .news-item-wrapper {
        display: flex;
        flex-direction: row;
    }
    
    .news-item-img {
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 5px;
        object-fit: cover;
        margin-right: 20px;
    }

    .full-width-title {
        width: 70%;
        margin: auto;
        padding: 20px 0;
        text-align: left;
    }

    .info-section-inner {
        padding-top: 40px;
        width: 70%;
        margin: auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 100px;
        font-size: 18px;
    }
    
    .icons-about-inner {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
    }

    .icon-about {
        padding: 30px;
        text-align: center;
        width: 100%;
    }

    .icon-btn {
        border: solid 1px #163172;
        border-radius: 5px;
        background-color: transparent;
        padding: 5px;
        width: 45%;
        font-size: 14px;
        font-weight: 600;
    }

    .full-width-text {
        width: 70%;
        margin: auto;
        font-size: 18px;
        line-height: 40px;
        text-align: left;
    }

    .menu-flex-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 85%;
        margin: auto;
    }
    
    .mini-menu-card {
        width: 30%;
        display: flex;
        flex-direction: row;
        border: none;
        border-radius: 5px;
        overflow: hidden;
        margin: 40px 20px;
        text-decoration: none;
        color: black;
        max-height: 120px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .line-style {
        width: 25%;
        border: 2px solid #163172;
        border-radius: 50%;
    }

    .h2-country {
        width: 80%;
        margin: 50px auto;
        text-align: left;
    }

    .mobile-img {
        display: none;
    }

    .menu-card {
        width: 30%;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        margin: 40px 15px;
        padding: 10px;
        color: black;
        position: relative;
    }
    
    .menu-card-img {
        border-radius: 50%;
        height: 250px;
        width: 250px;
        margin: auto;
        opacity: 0.5;
    }
    
    .menu-card p {
        font-size: 16px;
        line-height: 30px;
    }

    .overlay {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 22px;
    }
}