@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,700;1,400&display=swap');@font-face {
    font-family: gilroy;
    src: url(../assets/fonts/evolventa-cufonfonts/Evolventa-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: gilroy;
    src: url(../assets/fonts/evolventa-cufonfonts/Evolventa-Bold.otf);
    font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
}

body{
    font-family: "Source Sans Pro",sans-serif;
}
.h1,
.h2,
.h3,
.h4 {
    font-family: gilroy !important;
    font-weight: 700 !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Quicksand" !important;
    font-weight: 700 !important;
}

.font-1 {
    font-family: "Quicksand", sans-serif;
}
.font-3{
    font-family: "Roboto",sans-serif;
}
.font-2 {
    font-family: "Source Sans Pro", sans-serif;
}

.w-max {
    width: max-content;
}
p{
    line-height:2.2;
}

.h-max {
    height: max-content;
}

.col-primary {
    color: #007a6b;
    font-weight: inherit;
}
.col-secondary{
    color:#00024a;
}

.background-primary {
    background-color: #007a6b !important;
}
.bg-smoke{
    background-color: whitesmoke;
}

.top-25 {
    top: 25%;
}

.px-6 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-7 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.bg-smoke{
    background-color: whitesmoke;
}

.price-list-box ul li p{
    text-transform: capitalize;
}

.my-7 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

ul li,
ul {
    list-style-type: none;
    padding-left: 0 !important;
}
.reason i.fa{
    font-size:24px;
    margin-top:-10px;
}

@media screen and (max-width:767px) {
    .px-7 {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}