* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333c43;
    text-align: left;
    background-color: #fff;
}

.second-div {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;   */
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 12%) !important;
}

.fourth-div {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;             */
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 12%) !important;
}

.sixth-div {
    background-color: #4EA819;
}

.eight-div {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;             */
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 12%) !important;
    background-color: #f8f9fa;
}

.nine-div {
    background-color: #4EA819;
    color: white;
}

.container {
    width: 80%;
    height: auto;
    /* border: 1px solid red; */
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    gap: 30px;

}

.container>div {
    width: 50%;
    height: auto;
    /* border: 1px solid blue; */
    margin: auto;
    padding: 0px 16px;
}

.demo-page {
    padding: 60px 0px;
}

h1 {
    font: 42px "Source Sans Pro", sans-serif;
}

h3 {
    line-height: 2.875rem;
    font-size: 2.25rem;
}

h4 {
    line-height: 2rem;
    font-size: 1.625rem;
}

h5 {
    line-height: 1.875rem;
    font-size: 1.25rem;
}

.h2 {
    line-height: 3.375rem;
    font-size: 2.625rem;
    font-weight: 400;
}

.h6 {
    line-height: 1.75rem;
}



p {
    font: 18px "Source Sans Pro", sans-serif;
}

.btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font: 16px "Source Sans Pro", sans-serif;
}

a {
    text-decoration: none;
    /* border: 1px solid red; */
    /* padding: 9px 25px; */
    border-radius: 5px;
    background-color: transparent;
}

.btn-primary {
    background-color: #4EA819;
    color: white;

}

.btn-secondary {
    border: 1px solid #999DA1;
    color: #475056;

}

img {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-lg-left {
    text-align: left;
}

.font-weight-bold {
    font-weight: 700 !important;


}
.mb-0{
    margin-bottom: 0;
}

.mb-1{
    margin-bottom: 0.125rem;
}

.mb-2 {
    margin-bottom: 0.25rem;
}

.mb-3 {
    margin-top: 0.5rem;
}

.mb-4 {
    margin-bottom: 0.625rem;
}

.mb-6 {
    margin-bottom: 1rem;
}

.mb-7 {
    margin-bottom: 1.25rem;
}

.wd-70 {
    width: 70%;
}

.btn {
    border-radius: 0.1875rem;
    display: inline-flex;
    align-items: center;
    line-height: 1rem;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.6875rem 1rem;
    min-height: 2.5rem;
    font: 14px "Source Sans Pro", sans-serif;
}

.btn-lg {
    padding: 0.8125rem 2rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    min-height: 3rem;
}

.btn-outline-secondary {
    border: 1px solid #fff;
    background-color: #4EA819;
    color: #fff;
}
.btn-outline-secondary:hover{
    background-color: #fff;
    color: black;
}



img {
    border-style: none;
    vertical-align: middle;
}

.flex-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.h-100 {
    height: 100%;
}

.img-responsive {
    width: 30%;
}


p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.625rem;
}

.rating {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.lazyload {
    width: 13%;
    border-radius: 50%;
    margin-top: 2px;
}

.main {
    position: relative;
}

#left-btn {
    left: 100px;
}

#right-btn {
    right: 100px;
}

.nextprevBtn {
    position: absolute;
    top: 60%;
    border: 1px solid green;
    background-color: green;
    color: white;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 5px;
}

.d-inline-block {
    display: inline-block;
    width: 15%;
}

.media {
    display: flex;
    align-items: flex-start;
}
.media-body{
    margin-left: 12px;
}

.card-body {
    flex: 1 1 auto;
}

.card-footer {
    padding: 0.5rem 1rem 1rem;
}

.shadow {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-control {
    border-radius: 0.125rem;
    border-color: #999DA1;
    color: #70777B;
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 1rem;
}

.form-control-lg{
    min-height: 3rem;
    height: 3rem;

}

.form-inline{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
}
.justify-content-center{
    justify-content: center;
}
input[type=email] {
    min-width: 15.125rem;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 12px;

}
.font-size-small{
    font-size: .875rem;
}