/* Custom Styles */
/*============================================================================
  #Custrom Styles Here Are Loaded Last
==============================================================================*/
/*============================================================================
  #Custrom Styles Here Are Loaded Last
==============================================================================*/
.pop{cursor: pointer;}
.pop_cont {
    position: fixed;
    z-index: 111;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000070;
    height: 100%;
        display: none;
}
.pop_holder {
    margin: auto;
    width: 54%;
    background: #fff;
    padding: 1rem 2rem;
    margin-top: 4%;
    max-height: 81%;
    overflow-y: scroll;
}
.close_holder {
    text-align: right;
    font-size: 23px;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    .pop_holder {
    margin: auto;
    width: 97%;
    background: #fff;
    padding: 1rem 1.5rem;
    margin-top: 4%;
    max-height: 95%;
    overflow-y: scroll;
}
div#section-1602308425947 .col-2 {
    width: 50%;
}
}
.line::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #f7a2b7;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.line::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #f7a2b7;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.line {
    display: inline-block;
    position: relative;
    z-index: 11;
}

