*{
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}
.container
{
    width: 100%;
}
.container-fluid
{
    width: 100%;
}
.col-1{ width: 8.33%; }
.col-2{ width: 16.66%; }
.col-3{ width: 25%; }
.col-4{ width: 33.33%; }
.col-5{ width: 41.66%; }
.col-6{ width: 50%; }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%; }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width:100%; }

[class*='col-']
{
    float: left;
    /* border: 1px solid gray; */
}

.row{
    position: relative;
}
.radio-inline {
    display: inline-block;
    margin-right: 10px;
}
.document-content {
    padding: 15px;                     /* Adds padding around the content */
    background-color: #f9f9f9;         /* Light background color for contrast */
    border: 1px solid #ddd;            /* Light border for separation */
    border-radius: 8px;                /* Rounded corners */
    margin-bottom: 20px;               /* Space below the content block */
}

/* Styling for headings */
.document-content h2 {
    font-size: 18px;                   /* Font size for the main heading */
    font-weight: bold;                 /* Bold font for emphasis */
    color: #333;                       /* Dark color for readability */
    margin-bottom: 10px;               /* Space below the heading */
}

/* Paragraph styling */
.document-content p {
    font-size: 16px;                   /* Standard font size */
    color: #555;                       /* Slightly lighter color */
    margin: 10px 0;                    /* Space around paragraphs */
    line-height: 1.6;                  /* Improved readability with line height */
}

/* Styling for unordered lists */
.document-content ul {
    margin: 10px 0;                    /* Space around the list */
    padding-left: 20px;                /* Indent for list items */
    list-style-type: disc !important;             /* Standard bullet points */
}
ul li {
    margin-left: 16px;
}
.ibox-content4 ul {
    list-style-type: disc; /* Sets the list style to disc */
    padding-left: 0;      /* Remove default padding */
}
/* List items */
.document-content li {
    font-size: 16px;                   /* Same font size as paragraphs */
    color: #555;                       /* Matching text color */
    margin-bottom: 5px;                /* Space between list items */
}

/* Emphasized text */
.document-content b {
    font-weight: bold;                 /* Bold font for important notes */
    color: #d9534f;                    /* Red color for emphasis */
}
.row:after{
    content: ' ';
    clear: both;
    display: block;
}
.full-bg-image{
    background-image: url('/static/assets/img/bknd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    /* Adjust background properties */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
height: 680px;
}
.full-bg-image ::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
   
    left: 0;
    top: 0;
  
    z-index: -1;
}

.middle_box{
    background-color: #fff;
    padding:14px 0;
    max-width: 700px;
    margin: 0 auto; /* Center align the container */
    text-align: left;

}
.middle_box img{
    max-width: 100%; /* Ensure image doesn't exceed container width */
    height: 200px; /* Maintain aspect ratio */
    display: block; /* Remove default inline spacing */
    margin: 0 auto;
}

.middle_box_login img{
    max-width: 100%; /* Ensure image doesn't exceed container width */
    height: 100px; /* Maintain aspect ratio */
    display: block; /* Remove default inline spacing */
    margin: 0 auto;
}
.middle-box-header {
    padding: 15px !important;
    margin-top: 24px;
   
}

.ibox-title-form1{
    margin-top: 20;
}
.ibox-title-form1 h6{
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
}
.heading {
    background-color: #16a0dc;
    background-repeat: repeat-x;
    
}
.heading h1{
    color: white;
    font-size: 34px;
}

.ibox{
    text-align: left;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 16px 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    
}
.ibox-content{
margin-top: 25px;
border-top: 1px solid #4955a5 !important;

}
.ibox-content {
    background-color: #ffffff;
    /* color: inherit; */
    /* padding: 15px 20px 20px 20px; */
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.type {
    display: block;
    text-align: center;
    padding: 10px 20px 20px 20px;
    background-color: #c2c2c2;
    border-radius: 100px;
}

a {
    color: #006699;
}
.ibox-content-main h2 {
    /* padding: 30px; */
    /* margin-left: -61px; */
    font-size: 20px;
    margin-top: 10px;
}
.ibox-content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.ibox-content-main {
margin: 20px;
/* margin-left: -61px;  */
 
}
.ibox-content .ibox-content-main .type {
    color: #f8f9fa;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
}

.ibox-content .ibox-content-main .type:hover {
    text-decoration: underline; /* Optional: Add underline on hover */
}
.last-bc{
    background-color: #fff;
padding: 10px;
    max-width: 700px;
    margin: 0 auto; /* Center align the container */
    text-align: center;
    height: 100px;
}

.bug{
    height: 20px;
    width: 20px;
    background-image: cover;
    object-fit: cover;
}

.form-container {
    display: none; /* Initially hide all forms */
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;

}
.form-container1 {
    display: none; /* Initially hide all forms */
    padding: 40px;
    margin-top: 60px;
    border: 1px solid #ccc;

}
.ibox-title-form1-content {
    /* padding: 25px; */
    border-top: 1px solid rgb(19, 19, 135);
    height: 80px;
}
.ibox-title-form1-content,.document-content,.personal-content
    {   
        border-top: 1px solid rgb(19, 19, 135);
         

    }
.myborder{
border-bottom:1px solid rgb(19, 19, 135);
padding: bottom 16px;
}
.ibox-title-form1-content h6{
    font-size: 14px;
    text-align: left;
}

.form2{
    margin-top: 100px;
}
.document-content p {
    text-align: left;
    color: #212529;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.document-content ul li{
    text-align:left;
}
/* .document-content wwc_p * { 
    margin: 0;
} */
.documents-title,.pdetails-title h6{
    text-align: left;
}
.personal-contenty,.pdetails-content{
    padding: 13px;

}
.form-horizontal,.form-group{
    margin-right: -15px;
    margin-left: -15px;
}
.ibox-content1 {
    text-align: left;
    border-top: 5px solid #4955a5 !important;
    
}