* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    color: #2e344a;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    font-family: 'Lora', serif;
}
a{
    text-decoration: none;
    display: inline-block;
}
p{
    margin: 0;
}
ul{
    margin-bottom: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.py-80 {
    padding: 80px 0;
}

.hd-top {
    background-image: url("../images/bg-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.my-logo-area a {
    color: #2e344a;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.price-title h2 {
    font-size: 45px;
}
.price-area {
    padding: 50px 24px;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(4, 4, 4, .1);
}
.price-top .price-count {
    background-color: #3162FF;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.price-top .price-count h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1;
}
.price-top .price-count p {
    color: #eee;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.price-list li {
    font-weight: 500;
    line-height: 2;
    font-size: 18px;
    list-style: circle;
}

.signup-form {
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(4, 4, 4, .1);
}
.form-hdd h2 {
    font-size: 45px;
    margin-bottom: 20px;
}
.form-hdd p {
    font-size: 15px;
}
.other-signup {
    border: 1px solid #b3c8ff;
    padding: 12px 0;
    text-align: center;
    border-radius: 12px;
}
.other-signup a i {
    color: #3162FF;
    margin-right: 20px;
}
.other-signup a span {
    color: #2e344a;
    font-size: 14px;
}

.commns {
    position: relative;
}
.commns i {
    color: #3162FF;
    font-size: 14px;
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
}
.commns input {
    font-size: 16px;
    padding: 12px 12px 12px 30px;
    background-color: #f7f9ff;
    border: 1px solid #b3c8ff;
    outline: none;
    border-radius: 12px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.commns input:focus {
    border: 1px solid #b3c8ff;
    box-shadow: 0 0 4px #b3c8ff;
}
.commns label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.terms-check input, .other-check input {
    accent-color: #3162FF;
}
.terms-check label, .other-check label {
    display: inline;
    font-size: 14px;
}
.terms-check label a {
    color: #2e344a;
    text-decoration: underline;
}
.terms-check label a:hover {
    color: #3162FF;
    text-decoration: none;
}
.submit-form-btn button {
    font-size: 16px;
    color: #fff;
    background-color: #3162FF;
    padding: 14px 50px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.submit-form-btn button:hover  {
    background-color: #0C2551;
}
.already-account p {
    font-size: 14px;
}
.already-account p a {
    color: #3162FF;
}

.signup-img img {
    width: 80%;
}

.copyright-txt p {
    font-size: 14px;
    
}

@media all and (max-width: 1199px) {
    .signup-form {
        padding: 40px 24px;
    }
    .other-signup a i {
        margin-right: 8px;
    }
    .price-top .price-count {
        height: 180px;
        width: 180px;
    }
}
@media all and (max-width: 991px) {
    .signup-form {
        padding: 50px;
    }
    .other-signup a i {
        margin-right: 20px;
    }
    .price-area {
        flex-direction: column;
    }
    .mb-100 {
        margin-bottom: 70px;
    }
}
@media all and (max-width: 400px) {
    .form-hdd h2 {
        font-size: 36px;
    }
    .signup-form {
        padding: 40px 30px;
    }
    .price-list li {
        font-size: 16px;
    }
    .price-trail p {
        font-size: 14px;
    }
}