

/*Defaults*/
body {
    background-color: #d0d0d0 !important;
}

body,
p,
tr td,
tr th {
    color: #222222;
    font-family: Comfortaa Light, Comfortaa Light, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.Header-Border-Btm {
    background-color: #FFFFFF;
    border-bottom: solid 0px #FFFFFF;
	height:0%;
    width: 100%;
    margin: 0;
}

a {
    color: #3c3c3c;
    text-decoration: bold;
}

a-item:hover {
    color: #3c3c3c;
    text-decoration: none;
}

/*Bootstrap Elements*/
.text-primary {
    color: #023047 !important;
}

.Login-ContactUs-Btn a 
{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.bg-primary, .btn-primary {
    background-color: #073046 !important;
    border-color: #073046 !important;
    color: #ffffff !important;
}

    .bg-primary:hover, .btn-primary:hover, .bg-primary:focus, .btn-primary:focus {
        background-color: #7fb4ce !important;
        border-color: #7fb4ce !important;
        color: #ffffff;
    }

    a.bg-primary, .bg-primary a {
        color: #ffffff !important;
    }

.text-secondary {
    color: #686868 !important;
}

.btn-secondary {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #686868;
}


/*Menu*/
/* ============ medium breakpoint ============ */
@media all and (min-width: 768px) {
    .Menu-Flex-Item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #navbarSupportedContent {
        position: absolute;
        top: 45px;
        right: 10px;
        background-color: #ffffff;
    }

    #navbarSupportedContent .navbar-nav {
        text-align: right;
    }

    #navbarSupportedContent .dropdown-menu {
        text-align: right;
    }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

.navbar-toggler {}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item:hover {
    background-color: #dfdfdf;
}

.nav-link,
.nav-link:hover {
    color: #686868;
}

.dropdown-item:hover {
    color: #023047;
}

/*Template*/
.layout-box {
    padding: 20px;
    box-shadow: -1px 2px 5px 6px rgb(0 0 0 / 9%);
    -webkit-box-shadow: -1px 2px 5px 6px rgb(0 0 0 / 9%);
    -moz-box-shadow: -1px 2px 5px 6px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.Header-Menu-Collapse {}

.Header-btn-Logout {}

.Header-btn-MyAccount {}

.Header-btn-Search {}

.Header-btn-Login {}

.Header-btn-Register {
    color: #686868;
    text-decoration: none;
    display: inline-block;
}

.Header-btn-ViewAll, .Header-btn-ViewAll:hover { 
    color: #ffffff !important;
}
.Header-btn-ViewAll i {
    margin-left: 5px;
    margin-right: 10px;
}

.Header-btn-ViewAll span {
    margin-right: 5px;
}

.Header-Border-Btm {
    background-color: #FFFFFF;
    border-bottom: solid 0px #FFFFFF;
    width: 100%;
    margin: 0;
}

ul#FooterNavigation {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul#FooterNavigation li {
    display: inline;
    margin: 0;
    padding: 0;
    padding: 0 20px 2px 20px;
    border-left: 1px solid #dfdfdf;
}

ul#FooterNavigation li:first-child {
    border-left: 0;
}

ul #FooterNavigation li a,
ul#FooterNavigation li a:link,
ul#FooterNavigation li a:visited,
ul#FooterNavigation li a:active {
    font-size: 0.875rem;
    text-decoration: none;
    color: #686868;
}

/*Page Specific*/
.Cardblock {
    background-color: #efefef;
    margin: 10px;
    padding: 20px;
}

.CardHeaders {}

@media (min-width: 768px) {
    .Register-label {
        text-align: right;
    }
}

.activityTable {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.activityTable thead {
    display: none;
}

.activityTable td {
    border: 0px !important;
}

.activityTable td a {
    color: #686868;
}

.activityTable tr {
    background-color: #efefef !important;
}

/*Additional code*/

.column3 {
    float: left;
    width: 33.33%;
}

.row3:after {
    content: "";
    display: table;
    clear: both;
}

.column2 {
    float: left;
    width: 33.33%;
}

.row2:after {
    content: "";
    display: table;
    clear: both;
}

/******************************************** Block Elements ********************************************/
.BlockHeaders {
    color: #4d5690;
    font: Comfortaa Light, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    background: #e9eef6;
}

.Formblock {
    padding: 15px;
    margin-bottom: 15px;
    background: #efefef;
    color: #727272;
    margin-top: 0;
}

.Formblock p {
    color: #727272;
}

.Formblock a {
    color: #727272;
    display: inline-block;
}

.Formblock input {
    width: 360px;
    margin: 5px 0;
}

.Formblock table {
    background: none;
}

.Formblock td input {
    width: auto;
}

input.widebtn {
    width: auto;
}

.siteform select {
    width: 210px;
}

select {
    width: 235px;
}

.Formblock_white {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    color: #727272;
    margin-top: 0;
}

.Formblock p {
    color: #727272;
}

.Formblock a {
    color: #727272;
    display: inline-block;
}

.Formblock input {
    width: 360px;
    margin: 5px 0;
}

.Formblock table {
    background: none;
}

.Formblock td input {
    width: auto;
}

input.widebtn {
    width: auto;
}

.siteform select {
    width: 210px;
}

select {
    width: 235px;
}

.Formblock2 {
    padding: 20px;
    margin-bottom: 20px;
    background: #eaeaea;
    margin-top: 0;
}

.Formblock2 p {
    color: #727272;
}

.Formblock2 a {
    color: #727272;
    display: inline-block;
}

.Formblock2 input {
    width: 360px;
    margin: 5px 0;
}

.Formblock2 table {
    background: none;
}

.Formblock2 td input {
    width: auto;
}

.Formblock3 {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    margin-top: 0;
}

.Formblock3 p {
    color: #727272;
}

.Formblock3 a {
    color: #727272;
    display: inline-block;
}

.Formblock3 input {
    width: 360px;
    margin: 5px 0;
}

.Formblock3 table {
    background: none;
}

.Formblock3 td input {
    width: auto;
}

.h1,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    font-size: 1.75rem;
}
a {
    color: #5c5c5c !important;
    text-decoration: none !important;
}

a:hover {
    color: #073046 !important;
    text-decoration: none !important;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px; /* You can adjust this height to suit your layout */
}

.plus-icon {
  font-size: 24px;
  font-weight: bold;
  color: #023047;
  cursor: pointer;
  display: inline-block;
}

.card p:last-child {
  margin-top: auto;
  text-align: right;
}
