@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,700,900&display=swap');
* {
    margin: 0 ;
    border: 0 ;
    padding: 0 ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Muli", sans-serif;
}
body {
    background-position-y: 0 !important;
    background-color: #fff;
    color: #aa35ee;
    font-weight: 300;
}
.top-bar {
    color: #868686;
    font-size: 9px;
    line-height: 14px;
    padding: 5px;
    font-weight: 300;
}
.top-bar p {
    margin-bottom: 0;
    line-height: 14px;
    text-align: center;
}
.background-footer {
    background-color: #00aeef;
    padding: 40px 0 40px;
    color: #fff;
}
.footer-col span {
    line-height: 1.3;
    font-weight: 100;
}
footer {
    text-align: center;
    font-weight: 100;
    background-color: #00aeef;
    color: #fff;
    padding: 10px 0;
}
footer p {
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
}
.text-bold {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

section {
    overflow: hidden;
}
.section {
    padding: 40px 0;
}
.sectionMain {
    background-position: center top;
    background-repeat: no-repeat no-repeat;
}

.logoPart {
    text-align: center;
    padding: 50px 0;
}
.logoPart img {
    width: 250px;
    margin-bottom: 50px;
}
.sectionMain {
    height: 100%;
    padding: 40px 0 70px;
}

.price {
   margin: 0;
   font-size: 90px;
   line-height: 0.9;
   color: #363636;
   font-weight: 500;
}
.currency {
    color: #363636;
    font-size: 20px;
}
.trial-period {
    color: #363636;
    font-size: 16px;
}

.form-horizontal .form-group {
    margin: 10px 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 25px;
}
.form-group label {
    color: #363636;
    text-transform: capitalize;
}
.form-control {
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 0;
    color: #000;
    box-shadow: none;
}
.form-control::placeholder {
    color: #495057;
}
.form-control:focus {
    border-color: #ff5f17;
    box-shadow: none;
}

.btn-success {
    background-color: #ff5f17;
    border-radius: 0;
    padding: 15px 0;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    transition: all .4s;
}
.btn-success:hover {
    background-color: #328de0;
    color: #fff;
    border: none;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-color: #328de0;
    color: #fff;
    border: none;
    outline: none;
}
.btn-success.focus, .btn-success:focus {
    background-color: #328de0;
    color: #fff;
    border: none;
    outline: none;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #328de0;
    color: #fff;
    border: none;
    outline: none;
}

.formPart {
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    border: 2px solid #328de0;
}

.formPart__top {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #ff5f17;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.formPart__top::before {
    content: '\f090';    
    font-family: 'FontAwesome';
    font-weight: 900;
    display: block;
    line-height: 110px;
    font-size: 50px;
}

.formPart__bottom {
    padding: 0 30px 25px;
}
.price,
.currency,
.trial-period {
    text-align: center;
}

.featureGrid {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
}
.feature {
    display: flex;
    align-items: baseline;
    color: #328de0;
}
.feature__image {
    margin-right: 10px;
    flex: none;
}
.feature__title {
    font-size: 17px;
}

@media(max-width: 768px) {
    .footer-col {
        margin-bottom: 20px;
    }
    .footer-col:nth-child(4) {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .featureGrid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
