@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primary: #3B3F2B;
    --paragraph: #000000;
    --paragraph-dark: #000000;
    --background: #eaeceb;
    --white: #fff;
    --block: #141517;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    color: var(--block);
    background: var(--white);
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

ul,
ul li,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border: none;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

section {
    margin-top: 50px;
}

.container {
    max-width: 1190px;
    margin: 0 auto;
}

.mt {
    margin-top: 75px;
}

.gap {
    display: grid;
    gap: 20px;
}

.grid-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.heading {
    display: inline-block;
    position: relative;
    color: #f09810;
    font-size: 28px;
    margin: 10px 10px 10px 0;
        font-weight: 600;
}

.heading::before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0px;
}

h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
}

h2,
h3.heading,
h4.heading {
    font-size: 27px;
    line-height: 54px;
    font-weight: 500;
}

h3,
h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

h5,
h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

p,
span,
ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 20px 0;
    color: var(--paragraph);
    font-family: "Roboto",
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.list li h3 {
    font-size: 17px;
}

.list li {
    border: 1px solid var(--primary);
    margin: 10px 5px;
    padding: 5px 20px;
    border-radius: 50px;
}

.list li span {
    color: var(--white);
    background: var(--primary);
    padding: 5px 5px 5px 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.table6 {
    width: 100%;
    border-collapse: collapse;
}

.table6 td,
.table6 th {
    border-bottom: 1px solid var(--primary);
    text-align: left;
    padding: 8px;
}

.table6 tr:hover {
    background-color: var(--primary);
    color: var(--white);
}

.table6 th {
    background-color: var(--primary);
    color: var(--white);
}

.table6 tr:hover th {
    background-color: var(--primary);
    color: var(--white);
}

.table5 {
    width: 100%;
}

.table5 td,
.table5 th {
    border: 1px solid var(--primary);
    text-align: left;
    padding: 8px;
}

.table5 tr:nth-child(even) {
    background-color: var(--primary);
}

.table7 {
    border-collapse: collapse;
    width: 100%;
}

.table7 tr th:nth-child(1) {
    background-color: var(--primary);
    color: var(--white);
}

.table7 tr th:nth-child(2) {
    background-color: #fa2b77;
    color: var(--white);
}

.table7 tr th:nth-child(3) {
    background-color: #f88eb5;
    color: var(--white);
}

.table7 td,
.table7 th {
    text-align: left;
    padding: 8px;
    width: 50px;
}

.table7 tr:nth-child(odd) {
    background-color: #bdd9f1;
}

.fixed-call {
    display: none;
}
.info {
    background: var(--background);
    padding: 50px 0;
}

.info .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info img {
    margin-right: 30px;
}

.info div i {
    color: var(--primary);
    margin-right: 20px;
    font-size: 20px;
}

.page2 .top,
.page3>.container>.top,
.page4 .top,
.page6 .top,
.page7 .top,
.about-page1 .top,
.review-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.page2 .top,
.page7 .top {
    margin-bottom: 0px;
}

.page2 .top p:nth-child(2) {
    margin: 10px;
}

.page2 .bottom .box {
    display: flex;
    border-bottom: 1px solid var(--primary);
    padding-top: 30px;
}

.page2 .bottom .left .box:last-child,
.page2 .bottom .right .box:last-child {
    border-bottom: 0px solid var(--primary);
}

.page2 .bottom .box i {
    font-size: 45px;
    margin: 15px 25px 0 0;
}

.page2 .bottom .box .content {
    flex-direction: column;
}

.page2 .center {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .bottom h2 {
    font-size: 21px;
}

.page2 .bottom p {
    margin: 0 0 10px 0;
}

.page6 h3 {
    margin-top: 40px;
}

.page6 h3 i {
    color: var(--primary);
}

/* about page css */
.about-page1 {
    margin-top: 100px;
}

.about-page1 .bottom .left {
    border-right: 1px solid var(--primary);
    padding-right: 30px;
    margin-right: 30px;
}

.about-page1 .bottom span {
    color: var(--primary);
    margin: 0;
}

input,
textarea,
select {
    width: 80%;
    margin-top: 20px;
    border-bottom: 1px solid var(--primary);
    background: #e7d9d9;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
}

input::placeholder,
textarea::placeholder {
    color: var(--black);
    opacity: .8;
    font-size: 17px;
    font-family: "Roboto",
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

input[type="submit"],
.button {
    background: var(--primary);
    display: inline-block;
    margin-top: 25px;
    color: var(--white);
    padding: 15px 80px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50px;
}

.contact-page1 li {
    margin: 0;
}

.contact-page1 li,
.contact-page1 li a {
    color: var(--paragraph);
}

.contact-page1 li i {
    color: var(--primary);
    margin-right: 10px;
}

.contact-page1 iframe {
    margin-top: 30px;
}

/* list css */
.list-1 li,
.list-2 li,
.list-3 li {
    padding: 10px 20px;
    margin: 10px;
}

.list-1 li a,
.list-2 li a,
.list-3 li a {
    color: var(--paragraph-dark);
}

.list-1 li i,
.list-2 li i,
.list-3 li i {
    color: var(--primary);
    margin-right: 10px;
    font-size: 18px;
}

.list-1 li {
    background: var(--background);
}

.list-2 li {
    border: 1px solid var(--paragraph);
}

.list-3 li {
    border-bottom: 1px solid var(--paragraph);
}

@media only screen and (max-width : 991px) {
    .fixed-call {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: var(--primary);
    z-index: 15;
    display: inline;
}

.fixed-call .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fixed-call .container a {
    display: flex;
    align-items: center;
    color: var(--white);
}

.fixed-call .container a img,
.fixed-call .container a i {
    margin-right: 10px;
    font-size: 25px;
}
    .faq-page1 .grid-two-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 30px;
    }

    .grid-two-col,
    .faq-page1 .grid-two-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-three-col,
    .grid-four-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .page2 .grid-three-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .page2 .center img {
        width: 80% !important;
        height: 100% !important;
    }

    .page2 .bottom .right .box {
        flex-direction: row-reverse;
    }

    .page4 .img-container {
        flex-wrap: wrap;
    }

    .about-page1 .top {
        display: block;
    }

    .about-page1 .bottom .left {
        border-right: 0px solid var(--primary);
        padding-right: 0px;
        margin-right: 0px;
    }

    .about-page1 input,
    .about-page1 textarea {
        width: 90vw;
    }
}

@media only screen and (max-width : 767px) {
    .container {
        max-width: 90vw;
        margin: 0 auto;
    }

    .page7 .bottom .right .contact-card {
        margin-left: 0px;
    }

    .grid-three-col,
    .grid-four-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width : 500px) {
    .info .container {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}