/* --- Main CSS by JS Starts --- */
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #1e1e1e;
    margin-bottom: 15px;
}
p {
    margin-bottom: 15px;
    color: #474747;
}
h1,
h2,
h3,
h4 {
    /* color: #116962; */
    color: #087D74;
    font-family: Helvetica, sans-serif;
    margin-bottom: 10px;
}
h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 68.38px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48.84px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 43.57px;
}
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.3px;
}
ul,
li {
    list-style: none;
}
/* li,
li a {
    /* font-size: 16px;
    
} */
footer {
    border-top: 2px solid #e1e1e1;
}

.custom-container {
    /* height: 100%; */
    height: auto;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: #fff !important;
    color: #116962 !important;
    border: 1px solid #cccccc;
}

.w-color {
    color: white;
}

/* --- Content With Image CSS Starts --- */
.has-bg-color {
    background-color: #f5faf9;
}
.section {
    padding-top: 64px;
    padding-bottom: 64px;
}
.content-with-image-template-heading h1 {
    margin: 0;
}

table {
    border-radius: 8px;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #e4f1ef;
}

tr:nth-child(even) {
    background-color: #f5faf9;
}
.w100{
    width: 100%     ;
}
input[type=checkbox], input[type=radio]{
    accent-color: #087D74;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #087D74;
    background-color: #087D74;
}
.btn-primary{
    border-color: #fff;
}
.page-item.active .page-link{
    background-color: #087D74;
}
.page-link{
    color: #1e1e1e;
}
.contact-us{
    text-align: center;
}
.btn-primary.focus, .btn-primary:focus{
    border-color: #087d74;
    box-shadow: none
}
.btn-primary:hover{
    border-color: #087d74;
}
.btn-group-lg>.btn, .btn-lg{
    font-size: 1rem;
    font-family: 'Inter';
}
::-moz-selection {
    color: #ffffff;
    background-color: #116962;
}

::selection {
    color: #ffffff;
    background-color: #116962;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
    border-color: #116962;
    border: 2px solid #116962;
}
.form-control:focus{
    border-color: #116962;
    outline: 0;
    box-shadow:none;
    border: 2px solid #116962;
}
.btn-outline-primary.focus, .btn-outline-primary:focus{
    box-shadow:none ;
}
svg:hover {
    fill: #087D74;
}
.form-group input:focus {
    border: 2px solid #116962;
    outline: none;
}
.form-group textarea:focus{
    border: 2px solid #116962;
    outline: none;
}
button:focus{
    outline: none;
    border: 2px solid #116962;
}
.close:focus{
    border: none;
}
/* ---  Content With Image CSS Ends  --- */

/* ---  Main CSS by JS Ends  --- */

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    h1 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
      
        line-height: normal;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 26px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
