/* Responsive */
@media (max-width: 576px) { 
    .about_section {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .business-content-div {
        font-size: 14px;
    }

    .business-content-div-2 { 
        font-size: 14px;
    }  

    .about-left-side-logo {
        padding-bottom: 24px;
    }

    .about-left-side-logo img {
        height: 30px;
        width: 100%;
    }

    .about-left-side-logo h3 {
        font-weight: bold;
        font-size: 10px;
    }

    .business-info-container div {
        font-size: 14px !important;
    }
    
    .business-info-container h2 {
        font-size: 25px !important;
    }

    .trustpilot {
        height: 200px;
    }

    .trustpilot_slogan {
        font-size: 17px;
    }

    .brand-box {
        height: 120px;
        border-radius: 10px;
    }

    .brand-box h4 {
        font-size: 22px;
    }

    .brand-box p {
        font-size: 11px;
    }

    .brand-box-title-2 {
        font-size: 20px !important;
    }

    .quote-box ul {
        min-height: auto;
    }

    .quote-box-logo img {
        width: 100px;
    }

    .quote-box h3 {
        min-height: 130px;
        font-size: 18px;
    }

    .quote-box-item p {
        font-size: 14px;
    }

    .quote-box-button {
        font-size: 14px !important;
        border-radius: 7px;
    }

    .get-in-touch {
        background-color: rgba(234, 208, 83, .1);
    }

    .get-in-touch span {
        font-size: 16px;
    }

    .get-in-touch a {
        font-size: 14px;
    }

    .our-values h3 {
        font-size: 18px;
    }

    .our-values p {
        font-size: 14px;
    }

    .best-of-british h3 {
        font-size: 27px;
    }
}

@media (min-width: 576px) { 
    .about-left-side-logo {
        padding-bottom: 24px;
    }

    .business-content-div {
        font-size: 18px !important;
    }

    .business-content-div-2 { 
        font-size: 18px !important;
    } 

    .about-left-side-logo img {
        height: 50px;
        width: 100%;
    }

    .about-left-side-logo h3 {
        font-weight: 600;
        font-size: 20px;
    }

    .trustpilot {
        height: 240px;
    }

    .trustpilot_slogan {
        font-size: 27px;
    }

    .brand-box {
        height: 200px;
        border-radius: 25px;
    }

    .brand-box h4 {
        font-size: 35px;
    }

    .brand-box p {
        font-size: 18px;
    }

    .brand-box-title-2 {
        font-size: 25px !important;
    }

    .quote-box ul {
        min-height: auto;
    }

    .quote-box-logo img {
        width: 120px;
    }

    .quote-box h3 {
        min-height: 140px;
        font-size: 23px;
    }

    .quote-box-item p {
        font-size: 16px;
    }

    .quote-box-button {
        font-size: 18px !important;
    }

    .get-in-touch span {
        font-size: 22px;
    }

    .get-in-touch a {
        font-size: 20px;
    }

    .our-values h3 {
        font-size: 25px;
    }

    .our-values p {
        font-size: 16px;
    }

    .best-of-british h3 {
        font-size: 40px;
    }
}

@media (min-width: 768px) { 
    .about_section {
        margin-top: 100px;
        margin-bottom: 150px;
    }

    .about-left-side-logo {
        padding-bottom: 30px;
    }

    .about-left-side-logo img {
        height: 80px;
        width: 100%;
    }

    .trustpilot {
        height: 270px;
    }

    .trustpilot_slogan {
        font-size: 35px;
    }

    .brand-box {
        height: 300px;
        border-radius: 40px;
    }

    .brand-box h4 {
        font-size: 45px;
    }

    .brand-box p {
        font-size: 25px;
    }

    .brand-box-title-2 {
        font-size: 35px !important;
    }

    .quote-box ul {
        min-height: 800px;
    }

    .quote-box-logo img {
        width: 180px;
    }

    .quote-box h3 {
        min-height: 185px;
        font-size: 20px;
    }

    .quote-box-item p {
        font-size: 22px;
    }

    .quote-box-button {
        font-size: 25px !important;
        border-radius: 12px;
    }

    .get-in-touch {
        background-color: #fff;
    }
}

@media (min-width: 992px) { 
    .about-left-side-logo {
        padding-bottom: 60px;
    }

    .about-left-side-logo img {
        height: 80px;
        width: 100%;
    }

    .business-content-div {
        font-size: 20px !important;
    }

    .business-content-div-2 { 
        font-size: 20px !important;
    }  

    .business-info-container div {
        font-size: 20px;
    }
    
    .business-info-container h2 {
        font-size: 50px;
    }

    .trustpilot {
        height: 270px;
    }

    .trustpilot_slogan {
        font-size: 30px;
    }

    .brand-box {
        height: 270px;
        border-radius: 40px;
    }

    .brand-box p {
        font-size: 23px;
    }

    .brand-box-title-2 {
        font-size: 35px !important;
    }

    .quote-box ul {
        min-height: 600px;
    }

    .quote-box-logo img {
        width: 207px;
    }

    .quote-box h3 {
        min-height: 200px;
        font-size: 25px;
    }

    .quote-box-item p {
        font-size: 22px;
    }

    .quote-box-button {
        font-size: 28px !important;
    }

    .get-in-touch span {
        font-size: 28px;
    }

    .get-in-touch a {
        font-size: 35px;
    }

    .our-values h3 {
        font-size: 35px;
    }

    .our-values p {
        font-size: 18px;
    }

    .best-of-british h3 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) { 
    .about-left-side-logo {
        padding-bottom: 80px;
    }

    .about-left-side-logo img {
        height: 80px;
        width: auto;
    }

    .business-content-div {
        font-size: 25px !important;
    }

    .business-content-div-2 { 
        font-size: 25px !important;
    }  

    .trustpilot {
        height: 300px;
    }

    .trustpilot_slogan {
        font-size: 35px;
    }

    .brand-box {
        height: 300px;
        border-radius: 40px;
    }

    .brand-box h4 {
        font-size: 55px;
    }

    .brand-box-title-2 {
        font-size: 45px !important;
    }

    .brand-box p {
        font-size: 25px;
    }

    .quote-box ul {
        min-height: 800px;
    }

    .quote-box h3 {
        min-height: 200px;
        font-size: 25px;
    }

    .quote-box-item p {
        font-size: 22px;
    }

    .quote-box-button {
        font-size: 26px !important;
    }

    .our-values h3 {
        font-size: 40px;
    }

    .our-values p {
        font-size: 20px;
    }
}

@media (min-width: 1400px) { 
    .container {
        max-width: 1300px;
    }

    .about-left-side-logo {
        padding-bottom: 80px;
    }

    .about-left-side-logo img {
        height: 80px;
        width: auto;
    }

    .trustpilot {
        height: 300px;
    }

    .trustpilot_slogan {
        font-size: 40px;
    }

    .brand-box {
        height: 300px;
        border-radius: 40px;
    }

    .quote-box ul {
        min-height: 700px;
    }

    .quote-box h3 {
        min-height: 200px;
        font-size: 25px;
    }

    .quote-box-button {
        font-size: 28px !important;
    }

    .our-values h3 {
        font-size: 40px;
    }

    .our-values p {
        font-size: 20px;
    }
}


/* major bootstrap styles */
.container {
    padding: 0;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important; 
}

/* div {
    border: 1px solid grey;
} */

img {
    width: 100%;
}

.container-settings p {
    margin: 0;
}

/* page styles */
.about-left-side-logo h3 {
    color: #555;
    letter-spacing: 0;
    font-family: 'Quicksand', sans-serif;  
}

.business-content-div {
    font-family: Lato, sans-serif;
    color: #555;
    letter-spacing: 0;
}

.business-content-div span {
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #EA4C5F;
}

.business-content-div-2 {
    font-family: Lato, sans-serif;
    color: #555;
    letter-spacing: 0;
}

.business-content-div-2 span {
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #FD8C25;
}

.business-content-div-2 p {
    display: inline;
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #8DB849;
    margin: 0;
}

/* third section */

.business-info-container h2 {
    color: #63C8C4;
    font-weight: bold;
    letter-spacing: 0;
}


/* Trustpilot section */

.trustpilot_parent {
    background-color: #E3F5F5;
}

.trustpilot {
    background-color: #E3F5F5;
}

.trustpilot_slogan {
    font-weight: bold;
    letter-spacing: 0px;
    color: #1BB67A;
}


.test {
    height: 30px;
    width: 70%;
    background-color: black;
}

/* Value of brands Section */

.brand-box h4 {
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;  
}

.brand-box p {
    color: #555555;
    letter-spacing: 0;
    font-family: Lato, sans-serif;
}

.orange-title h4 {
    color: #FD8C25;
}

.blue-title h4 {
    color: #63C8C4;
}

.blue-box {
    background-color: #F1FAFA;
}

.pink-box {
    background-color: #FEF3F4;
}

.orange-box {
    background-color: #FFF3E8;
}

.yellow-box {
    background-color: #FCF8E5;
}

/* Quotes Section */

.quote-box {
    height: auto;
    background-color: rgba(234, 208, 83, .1);
}

.quote-box h3 {
    color: #555555;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.quote-box-item img {
    width: 17px;
    height: 18px;
}

.quote-box-item p {
    color: #555555;
    letter-spacing: 0;
}

.quote-box-button {
    color: #fff;
    background-color: #EA4C5F;
    cursor: pointer;
    text-decoration: none;
}

.quote-box-button:hover {
    opacity: 0.9;
    color:  #fff;
}

/* Get in touch */

.get-in-touch span {
    color: #555555;
    font-weight: bold;
    font-family: Lato, sans-serif;
}

.get-in-touch a {
    color: #EA4C5F;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.get-in-touch a:hover {
    text-decoration: none;
}

/* "Our values" Section */

.our-values-parent {
    background-color: #E3F5F5;
}

.our-values {
    background-color: #E3F5F5;
}

.our-values h3 {
    letter-spacing: 0px;
    font-weight: bold;
    color: #FD8C25;
    text-transform: capitalize;
}

.our-values p {
    color: #555555;
    letter-spacing: 0px;
}

/* "BEST OF BRITISH" */
.best-of-british-parent {
    background-color: #fff8f2;
}

.best-of-british {
    background-color: #fff8f2;
}

.best-of-british h3 {
    line-height: 35px !important;
    font-family: Lato;
    color: #000;
}
