.modal-strip.reveal-modal {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
}

.modal-strip .close-modal {
    position: absolute;
    right: 32px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal-strip i.close-modal {
    font-size: 18px;
}

.modal-strip .icon + p {
    padding-left: 32px;
    position: relative;
    top: 3px;
}

.modal-strip p + .btn {
    margin-left: 24px;
}

@media all and (max-width: 1024px) {
    .modal-strip {
        margin: 0;
        width: 100%;
        bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .modal-strip .close-modal {
        position: relative;
        top: 0;
        right: 0;
        left: 15px;
        transform: none !important;
        -webkit-transform: none !important;
        margin-top: 16px;
    }

    .modal-strip .icon {
        display: none;
    }

        .modal-strip .icon + p {
            padding-left: 0;
            top: 0;
        }
}

.bg-white {
    background: #fff;
}

.modal-focus {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #555;
    opacity: .5;
}

.popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 65%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 12.5%;
    right: 12.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}

    .popup-modal h1 {
        text-transform: uppercase;
        border-bottom: 1px solid;
        padding-bottom: .5em;
    }

    .popup-modal p {
        margin: 0em 0;
    }

.close-modal {
    float: right;
    cursor: pointer;
}

.modal-border {
    clear: both;
    border: 2px solid;
    margin: 2em;
    padding: .5em 1em 2em;
}

.modal-btn-color {
    width: 80%;
    color: white;
    border-color: #006b76;
    background-color: #006b76;
}
@media (min-width:200px) AND (max-width: 375px) {
    .popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 90%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 5%;
    right: 7.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}
    .mt {
        margin-top:20%;
    }
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #a61756 !important;
    }
    .bot-mar {
        margin-bottom: 15px !important;
    }
}

@media (min-width:376px) AND (max-width: 400px) {
    .popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 90%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 5%;
    right: 7.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}
    .mt {
        margin-top:20%;
    }
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #a61756 !important;
    }
    .bot-mar {
        margin-bottom: 15px !important;
    }
}

@media (min-width:401px) AND (max-width: 485px) {
    .popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 90%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 5%;
    right: 7.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}
    .mt {
        margin-top:20%;
    }
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #006b76 !important;
    }
    .bot-mar {
        margin-bottom: 15px !important;
    }
}

@media (min-width:486px) AND (max-width: 618px) {
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #006b76 !important;
    }
    .bot-mar {
        margin-bottom: 15px !important;
    }
    .popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 90%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 5%;
    right: 7.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}
    .mt {
        margin-top:20%;
    }
}

@media (min-width:619px) AND (max-width: 800px) {
    .popup-modal {
    position: fixed;
    background: #fff;
    z-index: 31;
    width: 90%;
    border-radius: 10px;
    background: whitesmoke;
    max-width: 95%;
    left: 5%;
    right: 7.5%;
    line-height: 0;
    text-align: center;
    bottom: 1%;
    padding: 1.5em 1em;
    margin: 0vh auto 0;
    text-align: center;
    border: 1px solid #bbbbbb;
}
    
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #006b76!important;
    }
    .bot-mar {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 1200px) {
    .btn-color {
        width: 90% !important;
        color: white !important;
        border-color: orangered !important;
        background-color: orangered !important;
        font-size: 9px !important;
    }
    .mobile-btn-color {
        background-color: #006b76!important;
    }
    .bot-mar {
        margin-bottom:15px!important;
    }
}
.modal-black{
    color: black;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}
.full {
    width:100%;
    float:left;
}
.half {
    width:50%;
    float:left;
}
.quater {
    width:25%;
    float:left;
}

@media only screen and (min-width:768px){
    .modal-btn {
    display: inline-block;
    margin-bottom: 0;
    width:33%;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
}
@media only screen and (max-width:415px){
    .modal-btn {
    display: inline-block;
    margin-bottom: 0;
    width:82%;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
}