﻿body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
a {
    color: #03672e !important;
}
.btn {
    font-size: 1rem !important;
    
}


.btn-secondary {
    color: #fff !important;
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    padding: 8px 15px;
    font-size: 1rem !important;
    text-transform: capitalize;
    font-weight: 500;
    background: #03672e;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}

.btn-primary:hover {
    color: #fff;
}

    .btn-primary:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2C2D3F;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 4px;
    }

    .btn-primary:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
a.btn-primary {
    color: #fff !important;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: capitalize !important;
    font-size:1rem !important;
    font-weight: 500;
    background: #03672e;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}
.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    
    text-align: left; /* Ensures the text aligns to the left */
}
.btn-outline-primary {
    border-color: #03672e;
    color: #03672e;
}
    .btn-outline-primary:hover {
        border-color: #03672e !important;
        color: #03672e !important;
    }
input[type="radio"]:checked {
    border-color: #03672e !important;
    color: #03672e !important;
}
    h3 {
        font-size: 24px;
        font-weight: 600;
        color: #2C2D3F;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #03672e;
    }

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    color: #868686;
    margin-bottom: 12px;
}

    .list li i {
        height: 15px;
        width: 15px;
        line-height: 15px;
        text-align: center;
        background: #03672e;
        color: #fff;
        font-size: 14px;
        border-radius: 100%;
        padding-left: 2px;
        margin-right: 16px;
    }

.card {
   /* border-color: #03672e;*/
}
.breadcrumb li a {
    text-decoration: none !important;
    color: #666 !important;
}
    .breadcrumb li a:hover {
        color: #03672e !important;
    }
    .breadcrumb li a .active {
        color: #03672e !important;
    }

    .row{
        text-align:left;
    }