@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');
html
{
    min-height: 100%;
    position: relative;
}
body{
    font-family: 'IBM Plex Sans', sans-serif !important;
    background-color: #f7fafe;    
}
.header-bg
{
    background-color: var(--headerbg);
}
.logo-div
{
    max-width: 240px;
}
.menu-bg {
    background-color: var(--hmenubg);
}
.search-my {
    position: relative;
}
.search-my input {
    border: 1px solid #d6d4d4;
    padding-right: 25px;
}
.search-my input:focus {
    box-shadow: none;
    border: 1px solid blue
}
.search-my button {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 20px;
    width: 30px;
    background: none;
    border: none;
    color: var(--buttonbg);
    outline: none !important;
    box-shadow: none !important;
}
.search-my button:hover,.search-my button:focus,.search-my button:active
{
    background: none !important;
    border: none !important;
    color: var(--buttonbgh);
    outline: none !important;
    box-shadow: none !important;
}
.bx-main
{
    box-shadow: rgba(26,108,225,10%) 0px 0px 25px;
    padding: 5px;
    background-color: #ffffff;
}
.img-div
{
    height: 220px;
    overflow: hidden;
    position: relative;
}
.img-div .main-img
{
    width: 100%;
}
.grd-div
{
    background: -webkit-linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0.1));
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0.1));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.rbn
{
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: var(--lblbg);
    color: var(--lblclr);
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
.bx-main h5
{
    font-size: 16px;
    font-weight: 500;
}
.lnk {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--buttonbg);
    color: var(--buttontxt);
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    border: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.lnk:hover
{
    background-color: var(--buttonbgh);
    color: var(--buttontxth);
}
.bx-main span.dte
{
    color: #333333;
    font-size: 13px;
    line-height: 13px;
}
.bx-space
{
    padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.dtbl-div
{
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #e7e7e7;
}
.bx-social {
    box-shadow: rgba(26,108,225,10%) 0px 0px 25px;
    padding: 10px 10px 10px 80px;
    background-color: #ffffff;
    position: relative;
}
    .bx-social .sc-img {
        width: 120px;
        position: absolute;
        top: 50%;
        left: -60px;
        transform: translateY(-50%);
    }
.hr-chkbg {
    display: inline-block;
    margin: 6px;
    padding: 4px;
    float: left;
    background-color: #f4f4f4;
    box-shadow: 0px 0px 5px #c0c0c0;
}
.form-div{margin: 10px 0;}
.form-div label{color: #001737; font-size: 14px; font-weight: 500; line-height: 20px; float: left; padding-bottom: 4px;}
.form-div input[type="text"],.form-div input[type="password"]{    
    display: block;
    margin-top: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8392a5;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #becddf;
    border-radius: 4px;
    font-family: 'IBM Plex Sans', sans-serif;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-div input[type="text"]:focus,.form-div input[type="password"]:focus{
    border-color: #001737;
    outline: none;
}
.form-submit{
    display: inline-block;
    color: var(--buttontxt);
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 50px;
    margin-top: 10px;
    background-color: var(--buttonbg);
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    transition: all 0.2s ease-in-out;
}
.form-submit:hover,.form-submit:focus{background-color: var(--buttonbgh); color: var(--buttontxth);}
.error-message{
    color:red;
}
button{
    border:none;
}
.bx-social .con-link {
    font-size: 14px;
    word-break: break-all;
}
.icheck-belizehole > input:first-child:checked + input[type=hidden] + label::before, .icheck-belizehole > input:first-child:checked + label::before {
    background-color: var(--buttonbg) !important;
    border-color: var(--buttonbg) !important;
}

@media (min-width: 767px) {
    .menu-fix
    {
        position: fixed !important;
        top: 0;
        width: inherit;
    }
    #menu-parent
    {
        height: 500px;
        overflow-y: auto;
    }
}

@media (min-width: 991px) and (max-width: 1200px) 
{
    .bx-social .sc-img
    {
        width: 100px;
        left: -50px;
    }
}

@media (min-width: 576px) and (max-width: 991px)
{   
    .bx-social .sc-img
    {
        width: 80px;
        left: -40px;
    }
}
@media (max-width: 576px) {
    .bx-social .sc-img {
        width: 60px;
        left: 0px;
    }
}