﻿.content-div {
    background: #e6eff9;
}

.minpght {
    padding: 50px 0;
}

.control-label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 0;
}

.textmsg {
    font-size: 14px;
    color: red;
}

h2.pname {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.left-panel {
    background: linear-gradient(135deg, #4f7ea8, #9bb8cc);
    color: #fff;
    min-height: 100vh;
    padding: 60px 40px;
}

    .left-panel h1,
    .left-panel h2,
    .left-panel p,
    .left-panel span {
        color: #fff;
    }

    .left-panel h1 {
        text-align: center;
        margin: 0 !important;
    }

    .left-panel h2 {
        text-align: center;
    }

.right-panel {
    overflow-y: auto;
    padding: 20px 50px;
    background: linear-gradient(135deg, #4f7ea8, #9bb8cc);
    border-left: 20px solid #fff;
    padding: 30px 30px !important;
}

.pdetails {
    font-weight: 300;
    padding: 10px 50px 20px;
}

p.pprice {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

    p.pprice sub {
        font-size: 40%;
        bottom: 0;
        font-weight: 300;
    }

.form-section {
    padding: 40px 30px;
    margin-bottom: 20px;
    background: #fff;
}

.headerdiv h3 {
    margin-bottom: 30px;
}

    .headerdiv h3 span {
        font-size: 63px;
        line-height: 0;
    }

.btn-submit, .btn-submit:hover {
    padding: 8px 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #6796B9;
    color: #ffffff;
    border: none;
    font-size: 14px;
    transition: all 0.3s;
    display: block;
    width: 100%;
}

    .btn-submit:hover {
        transform: translateY(-2px);
    }

.addons table {
    width: 100%;
}

.addons .tblframe td, .addons .tblframe th {
    padding: 8px 15px;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    border-left: 0;
    border-right: 0;
}

.platfroms td label {
    padding-left: 10px;
    font-weight: 500;
    color: #000;
}

.addons th {
    background: #eee;
}

.notetxt {
    font-size: 13px;
    color: red;
    margin: 10px 0 20px;
}

    .notetxt p {
        margin: 0;
    }

.sucmsg {
    font-size: 18px;
    text-align: center;
}

a.orderbtn.btn-red {
    background: #6487AF;
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px;
}

@media (min-width: 1500px) {
    .leftpanelblock {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .leftpanelblock {
        margin: 0 auto;
        max-width: 80%;
        padding-top: 3pc;
    }
}

@media (max-width: 767px) {
    .right-panel {
        border-left: 0;
        padding: 0px 0px !important;
    }

    .pdetails {
        padding: 10px 15px 20px;
    }
}

@keyframes preloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
