/******------------------------------
-----------Default CSS------------
------------------------------******/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 15px;
    background: #fff;
    color: #000;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}


/* Global styles
================================================== */

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}


/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    display: block;
    color: #001737;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

.pricing-area-top {
    margin-top: 75px;
}

.section-title h2 {
    font-size: 30px;
    color: #2c2c54;
    text-transform: uppercase;
}

.pricing-plan.single-pbox {
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    background: #f8f8f8;
    transition: all 0.5s ease-in-out 0s;
}

h3.plan-name {
    font-size: 30px;
    font-weight: 700;
    color: #43325a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.plan-cycle {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 500;
}

.plan-price {
    font-size: 60px;
    color: #43325a;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px dashed #2c2c54;
    max-width: 80% !important;
    margin: auto;
    padding-bottom: 15px;
    overflow: hidden;
}

.plan-price sub {
    font-size: 24px;
}

.pricing-plan-top {
    padding-bottom: 30px;
}

.pricing-plan-content {
    margin-top: 10px;
}

ul.features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

ul.features-list li:before {
    position: absolute;
    left: 0;
    top: 4px;
    background: url(img/checkk.png) no-repeat scroll left center;
    content: "";
    width: 16px;
    height: 16px;
}

a.pricing-btn {
    background: #fff;
    display: inline-block;
    padding: 12px 44px;
    text-align: center;
    color: #43325a;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    border-radius: 6px;
    position: relative;
    transition: all .3s ease;
}

.pricing-area {
    margin-top: 75px;
    margin-bottom: 75px;
}

.pricing-plan-footer {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.pricing-plan-footer:before {
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(img/shape.png) no-repeat scroll center;
    content: "";
    width: 100%;
    height: 317px;
    background-size: cover;
}

.single-pbox.active {
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 16%);
    transform: scale(1.1);
}

a.pricing-btn:hover {
    background: #8341de;
    color: #fff;
}

.text-terms {}

.text-terms p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.text-terms p:before {
    position: absolute;
    left: 0;
    top: 4px;
    background: url(img/checkk.png) no-repeat scroll left center;
    content: "";
    width: 16px;
    height: 16px;
}

.text-terms.full a {
    display: inline-block;
    color: #8341de;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.privacy-title h2 {
    margin-bottom: 25px;
}

.ct-select-group {
    height: 64px;
    margin-bottom: 15px;
    position: relative;
    width: 250px;
    display: inline-block;
    margin-right: 40px;
}

.ct-select-group .ct-select {
    width: 250px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0px 20px;
    font-style: italic;
    color: #5d5d5d;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

.ct-select-group .ct-select option {
    font-size: 16px;
    background: #fff;
}

.ct-select-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: calc(100% - 40px);
    background: #fff;
    z-index: 0;
}

.ct-select-group:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 21px;
    height: 40px;
    background-color: transparent;
    background-image: url(https://raw.githubusercontent.com/solodev/styling-select-boxes/master/select1.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

#select-currency {
    left: 0;
    top: 0px;
    background: url(img/currency.png) no-repeat scroll left center;
    content: "";
}

#select-lang {
    left: 0;
    top: 0px;
    background: url(img/profile.png) no-repeat scroll left center;
    content: "";
}

.pricing-area-user {
    margin-top: 70px;
}

.bottom-term {
    margin-top: 115px;
    margin-bottom: 70px;
}

.subscription select:focus,
.subscription input.submit-btn:focus,
.subscription .sign-up-form input[type=text]:focus,
.subscription .sign-up-form input[type=password]:focus, .subscription .sign-up-form input[type=email]:focus, .subscription input.form-control:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.sign-up-form input[type=text],
.sign-up-form input[type=password], .sign-up-form input[type=email] {
    width: 100%;
    padding: 12px;
    border: 0px;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 10px;
    resize: vertical;
    background: transparent;
    border-bottom: 2px solid #ebebeb;
    color: #fff;
    font-style: italic;
	padding-left: 45px;
}

.pricing-sign-up-area {
    positioN: relative;
}

.pricing-sign-up-area:before {
    background: url(img/bgg.png) no-repeat scroll left;
    background-size: 158%;
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.user-thumb {
    text-align: center;
}

.user-thumb img {
    max-width: 375px;
}

.user-thumb {
    margin-top: 250px;
}

.sign-up-form.form-section {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.submit-btn {
    display: block!important;
    background: #fff!important;
    width: 100%!important;
    border: 0px solid!important;
    color: #8341de!important;
    border-radius: 30px!important;
    font-size: 22px!important;
    font-weight: 500!important;
    height: 50px!important;
    margin-top: 70px;
    cursor: pointer;
}

.submit-btn:hover {
	background: #000!important;
	color: #fff!important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cdb3f1!important;
    opacity: 1;
    /* Firefox */
}

input:focus::-webkit-input-placeholder {
    border: none;
}

.sign-up-form.form-section h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 12px;
    display: inline-block;
    border-bottom: 3px solid #d7d7d7;
    padding-left: 15px;
    padding-right: 15px;
}

.sign-up-form.form-section p {
    font-size: 18px;
    color: #e6d9f8;
}

.sign-up-form.form-section form {
    margin-top: 50px;
}

.account-text-bottom a {
    display: inline-block;
    color: #ff4e5a;
    font-weight: 700;
}

.account-text-bottom {
    font-size: 16px;
    font-weight: 700;
    max-width: 76%;
    margin: auto;
    margin-top: 50px;
}

.user-thumb {
    margin-top: 200px;
    margin-bottom: 150px;
}

.sign-in-section:before {
    background: url(img/bgg.png) no-repeat scroll left;
    background-size: 142%;
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    bottom: 0;
    content: "";
    right: auto;
}

.sign-up-form .email {
	position: relative;
}

.sign-up-form input[type=password] {
	background: url(img/pass.png) no-repeat scroll 5px 12px;	
}

.sign-up-form input[type=email] {
	background: url(img/mail.png) no-repeat scroll 5px 15px;
}

.sign-up-form input[type=text] {
	background: url(img/userr.png) no-repeat scroll 5px 15px;
}

.sign-logo img {
    max-width: 180px;
    margin: auto;
}

.sign-logo {
    margin-top: 0;
    margin-bottom: 25px;
}








