﻿.modal-header {
    border: none;
}

.modal-title {
    text-align: center;
    width: 100%;
    position: absolute;
    font-family: Montserrat,Helvetica,'Helvetica Neue',Arial,sans-serif;
    color: #D71D3E;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 35px;
}

.lefteligible {
    padding: 0px 0px 0px 10px;
}

p {
    text-align: justify;
}

ul {
    padding: 0px 0px 0px 22px;
}

h4 span {
  /*  background: white;*/
    padding: 0 20px;
    text-align: Center;
}

.strike {
    /* border-top: solid 1px #586977; */
    padding-top: 28px;
    margin-top: 5px;
    width: 95%;
    position: absolute;
    top: 60px;
}

.modal-body {
    font-family: Montserrat,Helvetica,'Helvetica Neue',Arial,sans-serif;
    line-height: 25px;
    color: #586977;
    font-size: 16px;
/*    margin-top: 3%;
    height: 475px;*/
    /*overflow-y: scroll;*/
}

.noteSection {
    font-size: 12px;
    color: #d41d3a;
}

.point_height {
    line-height: 32px;
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width: 990px) {

    .strike {
        border: none;
    }

    .modal-title {
        font-size: 110%;
        text-align: left;
    }

    h4 span {
        padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .modal-title {
        font-size: 100%;
    }

    h4 span {
        padding: 0;
    }
}
