/*------------------------------------------------------------------
Project:
Author: The_Krishna
Last change: 
Primary use:
------------------------------------------------------------------ */
/*-----------------------[Table of contents]------------------------
1.Default CSS
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: "IBM Plex Sans", system-ui;
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
a {
    text-decoration: none;
}
ol,
ul {
    padding-left: 0rem !important;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
ul li {
    list-style: none;
}
button {
    border: none;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-corner {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: #edeef2;
    background-clip: content-box;
}
::-webkit-scrollbar-track {
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 100%);
}
body {
    background: #edf0f4;
}
/*-----------------------[ 2.header CSS ]------------------------*/
.site-containe {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
header {
    background: var(--1, #FFF);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.roofing-text {
    color: #000;
    text-align: right;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.roofing-text-date {
    color: #FE8500;
    text-align: right;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.img1 {
    width: 100%;
}
.main-email-box {
    padding: 20px;
}
.admin {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 10px;
}
.quote {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.box1 {
    margin: 30px 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}
.customer-datails {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 15px;
    border-radius: 8px 8px 0px 0px;
    background: #FE8500;;
    margin-top: 30px;
}
.table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
}
.table-radius {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #E3E3E3;
}
.quote-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-width: 275px;
    width: 100%;
}
.quote-text-thin {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 200px;
    width: 100%;
}
.Regards {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 30px;
}
.Request {
   color: #FE8500;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}
.footer-text,
.footer-text a {
    color: var(--2, #000);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 30px;
}
.reviw-text {
    padding-top: 10px;
}
/* Customer Temp */
.quote span {
   color: #FE8500;
    font-weight: 500;
    line-height: 24px;
}
.touch-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
@media (max-width:425px) {
    .main-email-box {
        padding: 12px;
    }
    .table-row {
        gap: 12px;
        padding: 14px 12px;
    }
    .Regards {
        padding-top: 15px;
    }
}