.eq-form .form-control
{
    color: #FFFFFF;
}
.btn-submit-blue button {
    color: #fff;
    border: 2px solid #064db7;
    background: #064db7;
    padding: 10px 30px;
    margin: 1em 0;
    text-transform: uppercase;
    outline: none;
    text-decoration: none !important;
    font-size: 18px;
}

.btn-submit-blue button:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}

.btn-submit button {
    color: #fff;
    border: 2px solid #369536;
    background: #369536;
    padding: 10px 30px;
    margin: 1em 0;
    text-transform: uppercase;
    outline: none;
    text-decoration: none !important;
    font-size: 18px;
}

.btn-submit button:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}

.newsbox .m-t-4{ display:block;}
.newsbox .m-t-4 a, .newsbox .m-t-4 span{ display:block;}
button.owl-dot {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}
.owl-nav button {
    background: transparent;
    border: none;
    outline: none;
}

.customized-packages-table thead tr th{
    background-color: #064db7;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 20px 20px 0px 0px;


    border-bottom: 0px!important;
    border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;
}

.customized-packages-table thead tr td{
    background-color: #4ab64a;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;

    border-bottom: 0px!important;
    border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;
}

.customized-packages-table thead tr td p{
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.customized-packages-table thead tr td p em
{
    background-color: #fff;
    color: #000;
    font-size: 26px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 12px;
    box-shadow: 0px 0px 8px #237023; 
}
#work-slider01 img {
    width: 100px !important;
    height: 100px;
    margin: 20px auto;
    border-radius: 50%;
}

a.packagelink
{
    color: #5e5e5e;
    text-decoration: none;
    outline: none;
}

a.packagelink:hover
{
    color: #5e5e5e;
}
.head-title-blk span {
    font-size: 27px;
    text-transform: capitalize;
}
.news-sidebar ul li {
    padding: 2px;
    margin: 2px;
}
.news-sidebar ul li a {
    font-size: 14px;
    color: #000;
}