﻿#dktn_btn {
    font-size: 15px;
    position: fixed;
    width: 190px;
    border-radius: 10px;
    bottom: 20px;
    left: calc(50% - 90px);
    z-index: 10;
    margin-bottom: 0;
    background: #8cc63e;
    padding: 5px 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

    #dktn_btn:hover {
        opacity: 0.8;
    }

    #dktn_btn a {
        display: block;
        color: #f8ec13;
        transition: all 0.5s;
        -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
        animation: slide-top 0.8s linear infinite alternate-reverse;
    }

.popup-form {
    display: none;
    z-index: 999999999999;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
    .form-row:nth-child(1) input {
        width: 100%;
    }

    .form-row input {
        width: 48%;
        font-size: 15px;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        padding: 15px 20px;
    }

.form-sendmail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 999999999999;
}

.form-sendmail {
    color: #fff;
}

.frm-main {
    padding: 20px;
    z-index: 999999999999;
    width: 600px;
    background: #1B4C87;
    box-shadow: 0px 0px 7px 1px #1B4C87;
}

.frm-send-txt {
    text-align: center;
    font-size: 16px;
    color: #5b2e89;
}

.frm-send-ttl {
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px;
    color: #fff;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    cursor: revert;
}

.form-group {
    margin-bottom: 15px;
}

.popup-form .form-row input, .popup-form .form-row textarea {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
}

.popup-form .form-row textarea {
    width: 100%;
    font-size: 15px;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    font-size: 14px;
}

.form-group-btn {
    text-align: center;
    margin-top: 25px;
    justify-content: center;
    display: flex;
}

    .form-group-btn button, .btn_Order  {
        background: #fff;
        width: 170px;
        margin-right: 10px;
        text-align: center;
        border: 3px solid #1B4C87;
        display: block;
        padding: 10px;
        color: #1B4C87;
        cursor: pointer;
        outline: none;
        transition: all 0.3s;
        border-radius: 5px;
        text-decoration:none;
    }

        .form-group-btn button:hover, .btn_Order:hover {
            background: #00095b;
            color: #fff;
        }

@media(max-width:768px) {
    .frm-main {
        width: 90%;
    }

    #dktn_btn {
        font-size: 12px;
        right: 30px;
    }
}
