.price-head{padding-top:40px;
   
    }
.demo {
    margin: 20px 0px 20px 0px;
}
.pricingTable{
    color: #3a3a3a;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0 20px 35px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    background: #fff;
    border-radius: 30px 0;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.pricingTable .price-value{
    color: #fff;
    height: 120px;
    width: 120px;
    padding: 35px 0 0;
    margin: 0 auto 50px;
    position: relative;
}
.pricingTable .price-value:before{
    content: '';
    background: linear-gradient(to top right,#49b5ff,#00124c);
    height: 100%;
    width: 100%;
    border-radius: 50% 50% 0 50%;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pricingTable .price-value .amount{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: block;
}
.pricingTable .price-value .duration{
    text-transform: uppercase;
    font-size:14px;
    display: block;
}
.pricingTable .title{
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .title:after{
    content: '';
    background: linear-gradient(to top right,#49b5ff,#00124c);
    height: 3px;
    width: 40%;
    margin: 10px auto 30px;
    clear: both;
    display: block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #666;
    font-size: 18px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    position: relative;

}
.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #777;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    font-weight: 900;
    position: absolute;
   top: -3px;
    left: 63px;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricingTable-signup a{
    color: #fff;
background: linear-gradient(to top right,#49b5ff,#00124c);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    padding: 11px 30px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: -2px 2px 1px #333;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
}
.pricingTable.pink .price-value:before,
.pricingTable.pink .title:after,
.pricingTable.pink .pricingTable-signup a{
    background: linear-gradient(to top right,#49b5ff,#00124c);
}
.pricingTable.orange .price-value:before,
.pricingTable.orange .title:after,
.pricingTable.orange .pricingTable-signup a{
    background: linear-gradient(to top right,#49b5ff,#00124c);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}


/** Contact support**/
.support-page {
    padding: 40px 0;
}

@media only screen and (max-width: 1199px) {
    .support-page {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .support-page {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .support-page {
        padding: 60px 0;
    }
}
.active-dark-mode .contact-form-box {
    background-color: var(--dark-main-body);
}

.active-dark-mode .contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.25);
}

.active-dark-mode .contact-address .address p {
    color: var(--dark-body-text);
}

.active-dark-mode .contact-address .address p a {
    color: var(--dark-body-text);
}
.contact-form-box {
    background-color: var(--color-white);
    padding: 50px;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .contact-form-box {
        padding: 40px 30px;
    }
}

.contact-form-box .title {
    font-size: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .contact-form-box .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-form-box .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-box .title {
        font-size: 28px;
    }
}

.contact-form-box .form-group .axil-btn::after {
    width: calc(100% + 50px);
}

.contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, 0.25);
}
input, .form-control {
    border: var(--border-lighter);
    border-radius: 16px;
    background-color: transparent;
    color: var(--color-text-dark);
    padding: 15px 20px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input {
height: 60px;}
.get-btn-price{padding:10px;border-radius:10px;}

/** Mission & Core values**/
p.mission-head-text {
    font-size: 20px;
    color: #221668;
	font-weight:500;
	text-align:center;
}
p.core-head-text {
    font-size: 20px;
    color: #221668;
	font-weight:500;
	text-align:center;
}
.mission-inner-text{
	font-size: 16px;
    color: #000;
	font-weight:400;
	text-align:center;margin-bottom:30px;}
.core-inner-text{
	font-size: 16px;
    color: #000;
	font-weight:400;
	text-align:center;margin-bottom:30px;}