.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-dialog{
        max-width: unset !important;
    margin-top: 30% !important;
    }
    
    .modal-content{
        width: 95% !important;
    }
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 1000px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

    .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}


.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
    .modal-header {
    padding: 2px 16px;
    background-color: #1f8ceb;
    color: white;
    padding: 5px 20px !important;
}
.modal-header h2
{
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0px;
	margin-bottom: 0px;
	}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/*index popup*/

.new_tabs_verrticle nav {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    word-spacing: -5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new_tabs_verrticle nav ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 35%;
    float: left;
}

.new_tabs_verrticle nav li {
    background: white;
    word-spacing: 0;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-bottom: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.2);
    cursor: pointer;
	text-align: left;
	color: #333333;
}

.new_tabs_verrticle nav li:hover {
    box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.1);
}

.new_tabs_verrticle nav li:active {
    background: rgba(255, 170, 118, .5);
}

.new_tabs_verrticle nav li span {
    float: right;
    font-weight: bold;
    display: none;
}

.new_tabs_verrticle nav li:hover span {
    display: block;
}

/*.new_tabs_verrticle nav>div {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    width:80%
    height: 100%;
    background: white;
    padding: 25px;
    font-family: calibri;
    word-spacing: 3px;
}*/

.new_tabs_verrticle nav li>div {
    display: none;
    overflow-y: auto;
    cursor: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    float: left;
    height: 100%;
    background: white;
    padding: 25px;
    font-family: calibri;
    letter-spacing: 1px;
    z-index: 10;
}

.new_tabs_verrticle nav div h1 {
    margin: 0 auto;
    font-family: calibri light;
    font-size: 25px;
}

.new_tabs_verrticle nav li:focus {
    outline: none;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.new_tabs_verrticle nav li:focus>div {
    display: block;
}
.modal-content p {
font-size:18px;
display: flex;
  align-items: left;
}

.modal-content li {
font-size:18px;
 display: flex;
  align-items: left;
}