/*------------------------------------------------------------------

wLander - Responsive Multipurpose Landing Page Template 
Version :	1.0 
Author  : Weblab X 
URI		: http://themeforest.net/user/weblabx 
=====================================================================


[Table of contents]

 1. Global CSS
	1.1 General CSS
	1.2 Typography

 2. Master color setting
    2.1 Background Color
    2.2 Text Color

 3. Navbar
 4. Banner 
 5. About Section 
 6. Feature Section
 7. Screenshot Section
 8. Pricing Section
 9. Team Section 
10. Testimonial Section
11. Contact Section
11. Footer



/* ========================
    1. Global CSS
======================== */
/* -----------------------
    1.1. General CSS
----------------------- */
body{
    color: #5f6368;
}
section{
	padding: 90px 0px;
}
@media (max-width: 575.98px) {
    section{
        padding: 50px 0px;
    }
}
button{
    cursor: pointer;
}


/* -----------------------
    1.2. Typography 
----------------------- */
body{
    font-family: 'Roboto', sans-serif;
}
h1, 
h2,
h3,
h4, 
h5, 
h6{
	font-family: 'Roboto Slab', sans-serif;
    color: #111;
}
h5{
    font-size: 18px;
}
h1{
	font-weight: 300;
}
h2{
	font-size: 2.5rem;
}
.heading{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 300;
    font-size: 42px;
}
@media (max-width: 575.98px) {
    .heading{
        font-size: 36px;
    }
    h3{
        font-size: 1.5rem;
    }
}
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6{
    color: #fff;
}


/* ================================
    2. Master Color Setting
================================= */
/*----------------------------------
    2.1. Background Color Setting
----------------------------------*/
.button,
.heading,
.heading::after,
.jumbotron::before,
.sign_up_button,
.play-button
{
	background-color: #770DDB;
	background-image: linear-gradient(to top left, #C845AA, #770DDB);
}
/*----------------------------------
    2.2 Text color Setting
----------------------------------*/
.icon,
.icon-cirlce,
.pricing_title,
.icon-circle{
    color: #770DDB;
    background: linear-gradient(to bottom right, #C845AA, #770DDB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* ==================================
   3. Common CSS
================================== */
.btn{ 
	font-size: 17px;
    padding: 12px 30px;
}
.section_head{
	margin-bottom: 30px;
}
.button{
	color: #fff;
	padding: 10px 40px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	float: left;
}
.background{
	background-size: cover !important;
}
.parallax{
	background-attachment: fixed !important; 
}
.overlay{
	position: relative;
}
.overlay::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.9;
}
.mb-2r{
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .xs-mb-1{margin-bottom: 0.25rem;}
    .xs-mb-2{margin-bottom: 0.5rem;}
    .xs-mb-3{margin-bottom: 1rem;}
    .xs-mb-4{margin-bottom: 1.5rem;}
    .xs-mb-5{margin-bottom: 3rem;}
    .xs-mb-2r{margin-bottom: 2rem;}
    
}
@media (max-width: 767.98px) {
    .sm-mb-1{margin-bottom: .25rem;}
    .sm-mb-2{margin-bottom: 0.5rem;}
    .sm-mb-3{margin-bottom: 1rem;}
    .sm-mb-4{margin-bottom: 1.5rem;}
    .sm-mb-5{margin-bottom: 3rem;}
    .sm-mb-2r{margin-bottom: 2rem;}
}
@media (max-width: 991.98px) {
    .md-mb-1{margin-bottom: .25rem;}
    .md-mb-2{margin-bottom: 0.5rem;}
    .md-mb-3{margin-bottom: 1rem;}
    .md-mb-4{margin-bottom: 1.5rem;} 
    .md-mb-5{margin-bottom: 3rem;}
    .md-mb-2r{margin-bottom: 2rem;}
}


/* ========================= 
   4. Header 
========================= */
/* ------------------------- 
   4.1 Navbar 
------------------------- */
.navbar{
	background: none !important;
	padding: 8px 15px;
	margin-top: 10px;
}
.nav-link{
	color: #fff !important;
	padding: 0px 15px !important;
    font-family: 'Roboto Slab';
    font-size: 15px;
}

.nav-link .button
{
    margin-top: -10px;
    background: #fff;
    color: #770ddb;
    padding: 10px 20px;
}

.nav-bg .button
{
    background: #770ddb;
    color: #fff;
}

.nav-bg{
	background: #fff !important;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-top: 0;
}
.nav-bg a{
	color: #111 !important;
}
.logo-color{
    display: none;
}
.nav-bg .logo-color{
    display: block;
}
.nav-bg .logo-white{
    display: none;
}
@media (max-width: 400px) {
    .navbar-brand img{
        max-width: 200px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg{
        background: #fff !important;
    }
    .navbar{
        margin-top: 0 !important;
    }
    .nav-link{
        color: #666 !important;
    }
    .nav-item {
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
    }
    .nav-item:last-child{
        border-bottom: none;
    }
    .logo-color{
        display: block;
    }
    .logo-white{
        display: none;
    }
}


/* -------------------------
   4.2. jumbotron
------------------------- */
.jumbotron{
	background: url(../images/assets/pexels-photo-672358.html) center bottom;
	background-size: cover;
	position: relative;
	padding: 220px 0px;
    color: #fff;
}
.jumbotron::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
canvas{
    display:block;
    vertical-align:bottom;
}
#particles-js{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.display-4{
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 500;
    color: #fff;
	font-size: 60px;
}
@media (max-width: 420px) {
    .display-4{
        font-size: 3rem;
    }
}
.display-4 span{
    font-weight: 400;
}
.lead{
    font-family: Roboto;
}

.jumbotron .btn{
	font-size: 16px;
	padding: 12px 35px;
    line-height: 30px;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}
.btn .fa{
    margin-right: 5px;
}
.btn-outline-light{
	padding: 10px 35px;
    border: solid 2px #fff;
}
@media (max-width: 575.98px) {
    .jumbotron .btn{
        font-size: 14px;
        padding: 8px 15px;
    }
    .btn-outline-light{
        padding: 8px 35px;
    }
}


/* =========================
   5. About Section 
========================= */
.about_features{
    margin-top: -200px; 
    background: #fff; 
    position: relative;
    padding: 4rem 1.5rem;
}
.about_features .mb-4{
/*    margin-bottom: 2rem !important;*/
}
.play-button{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    padding-left: 35px;
    font-size: 50px;
    line-height: 100px;
    transition: 0.5s;
}
.play-button:hover{
    transform: scale(1.1);
}
.list-with-icon{
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.list-with-icon li{
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
}


/* =========================
   6. Feature Section
========================= */
.feature{
    background: #eee;
}
.icon-circle{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1.5px;
}
.icon-circle .icon{
    font-size: 32px;
    margin-top: 16px;
}


/* =========================
   7. Screenshot Section
========================= */



/* =========================
   8. Pricing Section 
========================= */
.price_box{
	transition: all linear 0.3s;
	    background: #fff;
}
.price_box:hover{
	margin-top: -10px;
}

.price_box .price-Was
{
	color: #f00;
    text-decoration: line-through;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.price_box .price-Was span
{
	color: #f00;
}

.price_box .price-Was-Text
{
	    color: #ff0000;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.pricing_top{
	background: #fff;
	border-radius: 8px 8px 0 0;
    padding: 30px 0 5px;
}
.price_box h5{
    margin-bottom: 12px;
	font-size: 1.5em;
	letter-spacing: .01em;
	font-weight: 400;
}
.price_box h2{
    font-size: 3.6em;
	line-height: 1.25;
	font-weight: 300;
	    margin-bottom: 0px;
}
.pricing_bottom{
	background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 5px 30px 30px 30px;
}
.pricing_bottom ul{
	list-style: none;
}
.pricing_bottom ul li{
	    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
    color: #666;
}
.sign_up_button{
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    float: none;
    width: 100%;
}
/* =========================
   9. Team Section 
========================= */
.team{
	background: #eee;
}
.team_expert{
	position: relative;
}
.team_info{
	width: 1px;
	height: 1px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom right, #C845AA, #770DDB);
	opacity: 0.8;
	transition: all linear 0.2s;
	
}
.team_expert:hover .team_info{
	width: 100%;
	height: 100%;
	padding-top: 100px;
	border-radius: 0;
	top: 0;
	left: 0;
}
.team_info a{
	color: #fff;
	padding: 0 5px;
}
.team_info h4{
	margin-bottom: 0;
}
.team_expert p{
	margin-top: 0;
}


/* =========================
   10. Testimonial Section
========================= */
.owl-carousel .owl-item img{
	width: auto;
	display: inline;
    margin-top: 0 !important;
}
.testimonial-item img{
	margin-bottom: 15px;
}
.testimonial-item h5{
	margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    font-size: 80px !important;
    padding: 0 5px !important;
    line-height: 1;
    outline: none;
}
.testimonial blockquote{
    font-size: 18px;
}
.blockquote-footer{
    color: #5f6368;
}

/* =========================
   11. Download Section
========================= */
@media (max-width:350px){
    .download_icon{
        width: 125px;
    }
}

/* =========================
   11. Contact Section 
========================= */
.contact{
	background: #eee;
}
.contact .form-field:nth-child(odd){
    padding-right: 7px;
}
.contact .form-field:nth-child(even){
    padding-left: 7px;
}
@media (max-width: 767.98px) {
   .contact .form-field:nth-child(odd){
        padding-right: 15px;
    }
    .contact .form-field:nth-child(even){
        padding-left: 15px;
    } 
}
.form-field input{
    padding: 11px 15px;
	border-radius: 8px;
}
.location_map{
    border-radius: 10px;
    border: solid 2px #eaeaea;
    box-shadow: 0 5px 20px #ddd;
}


/* =========================
   12. Footer
========================= */
.footer{
	background: #404040;
    padding: 60px 0;
}
.footer p{
	color: #979797;
    font-size: 16px;
    margin-top: 10px;
	margin-bottom: 10px;
    line-height: 1.7;
    letter-spacing: .01em;
    font-weight: 300;
}

.footer_icon .fa{
	padding: 0 12px;
	font-size: 20px;
	color: #fff;
}
.footer_icon .fa:hover{
	color: #007bff;
}




.pricing .nav-pills .nav-link
{
	    padding: 5px 10px 5px 10px !important;
    font-size: 20px;
    margin: 0px 10px !important;
    font-weight: 500;
    background: #770ddba6;
    color: #ffffff !important;
    cursor: pointer;
}

.pricing .nav-pills .nav-link.active
{
	background-color: #770DDB;
    background-image: linear-gradient(to top left, #C845AA, #770DDB);
    color: #ffffff !important;
    font-weight: 500;
}

.Login-Form
{
	    margin-top: 120px;
}

.Login-Form .Heading
{
	color: #000;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.Login-Form .login-button
{
	    background-color: #000000;
    border-color: #000;
    padding: 8px 15px;
    color: #fff;
	    font-size: 15px;
}

.Login-Form .login-button:hover
{
	    background-color: #e05560;
    border-color: #e05560;
}

.Login-Form .Forgot-Pass
{
	     font-weight: 600;
    text-align: left;
    position: relative;
    top: 10px;
    font-size: 18px;
    color: #111111;
}

.Login-Form .Forgot-Pass:hover
{
	color: #e05560;
	text-decoration: none;
}

.Login-Form .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 4px;
	    margin-left: -3px;
}

.Login-Form  .form-control 
{
    height: 40px;
    color: #fff;
    background-color: #111111;
    background-image: none;
	border: none;
	    font-size: 15px;
}

.Login-Form input::placeholder 
{
        color: #fff;
		font-size: 15px;
}

.Login-Form input:-webkit-autofill 
{
    -webkit-box-shadow: inset 0 0 0px 9999px #e05560;
	color: #fff !important;
	    font-size: 15px;
		-webkit-text-fill-color: #fff;
}

.Register-Form
{
	    margin-top: 50px;
}

.Register-Form .Heading
{
	color: #000;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.Register-Form .login-button
{
	    background-color: #000000;
    border-color: #000;
    padding: 8px 15px;
    color: #fff;
	    font-size: 15px;
		    margin-bottom: 30px;
}

.Register-Form .login-button:hover
{
	    background-color: #e05560;
    border-color: #e05560;
}


.Register-Form .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 4px;
	    margin-left: -3px;
}

.Register-Form  .form-control 
{
    height: 40px;
    color: #fff;
    background-color: #111111;
    background-image: none;
	border: none;
	    font-size: 15px;
}

.Register-Form input::placeholder 
{
        color: #fff;
		font-size: 15px;
}

.Register-Form input:-webkit-autofill 
{
    -webkit-box-shadow: inset 0 0 0px 9999px #e05560;
	color: #fff !important;
	    font-size: 15px;
		-webkit-text-fill-color: #fff;
}





.payment-form{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.payment-form.dark{
	background-color: #f6f6f6;
	    padding-bottom: 80px;
}

.payment-form .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.payment-form .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.payment-form.dark .block-heading p{
	opacity:0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
	margin-bottom:1.2rem;
	color: #770DDB;
}

.payment-form form{
	border-top: 2px solid #770ddb;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	padding: 0;
	max-width: 600px;
	margin: auto;
}

.payment-form .title{
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8em;
	font-weight: 600;
	padding-bottom: 8px;
}

.payment-form .products{
	background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item{
	margin-bottom:1em;
}

.payment-form .products .item-name{
	font-weight:600;
	font-size: 0.9em;
    text-transform: uppercase;
}

.payment-form .products .item-description{
	font-size:0.8em;
	opacity:0.6;
}

.payment-form .products .item p{
	margin-bottom:0.2em;
}

.payment-form .products .price{
	float: right;
	font-weight: 600;
	font-size: 0.9em;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
	    text-transform: uppercase;
}

.payment-form .card-details{
	padding: 25px 25px 15px;
}

.payment-form .card-details label{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #79818a;
	text-transform: uppercase;
}

.payment-form .card-details button{
	margin-top: 0.6em;
	padding:12px 0;
	font-weight: 600;
}

.payment-form .date-separator{
 	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

#Paypal-Checkout-Sec .Promocode
{
	    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #2874f0;
    cursor: pointer;
}

#Paypal-Checkout-Sec .Promocode:hover
{
    color: #9824c7;
}

.PromocodeCustomPackage
{
	width: 100%;
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    color: #2874f0 !important;
    cursor: pointer;
}

.PromocodeCustomPackage:hover
{
    color: #9824c7;
}

@media (min-width: 576px) {
	.payment-form .title {
		font-size: 1.2em; 
	}

	.payment-form .products {
		padding: 40px; 
  	}

	.payment-form .products .item-name {
		font-size: 1em; 
	}

	.payment-form .products .price {
    	font-size: 1em; 
	}

  	.payment-form .card-details {
    	padding: 40px 40px 30px; 
    }

  	.payment-form .card-details button {
    	margin-top: 2em; 
    } 
}



.S-jumbotron {
    background: #eee;
    padding: 120px 0px;
}

.User-Wrapper 
{
        min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 40px;
}

.User-Wrapper .table .View-My-Order
{
	
}

.User-Wrapper .table .View-My-Order:hover
{
	color: #fff;
}

.User-My-Order-Page
{
}

.User-My-Order-Page .Main-Heading
{
	text-align: center;
	color: #770DDB;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 30px;
}

.User-My-Order-Page .Service-Main-Outer-Box
{
	border: 1px solid #770DDB;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box
{
	    border: 1px solid #770DDB;
	    padding: 20px 30px 25px 30px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Name-Sec
{
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Name-Sec .Service-Name
{
	    padding-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec
{
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Final-Doc-Download
{
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Final-Doc-Download:hover
{
	color: #fff;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Service-Status
{
    width: fit-content;
       padding: 10px 20px 8px 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .PENDING
{
	background: yellow;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .ON-PROGRESS
{
	    background: #4a00ff;
    color: #fff;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .COMPLETED
{
	    background: #027d02;
    color: #fff;
}


.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Journal-List-Selection
{
    margin: 15px 0px 0px 0px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Journal-List-Selection .Journal-Selection
{
	    margin: 0px 0px 10px 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Journal-List-Selection .Journal-Selection span
{
	    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Status-Sec .Journal-List-Selection .Journal-Selection a
{
	    color: #770DDB;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Comments-Sec
{
	    margin-top: 15px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Comments-Sec .Service-Comments
{
	    margin-bottom: 3px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Comments-Sec .Service-Comments .Heading
{
	    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Comments-Sec p:nth-last-child(2) 
{
    margin-bottom: 0px !important;
}

.User-My-Order-Page .Service-Main-Outer-Box .Service-Outer-Box .Service-Comments-Sec p:last-child 
{
    margin-bottom: 0px !important;
}

.User-My-Order-Page  .Order-Revison-Sec
{
	margin-top: 60px;
}

.User-My-Order-Page .Order-Revison-Sec button {
    padding: 5px 0px 5px 0px;
}

.User-My-Order-Page .Order-Revise-Btn-Sec
{
	padding-top: 30px;
	cursor: pointer;
}

.User-My-Order-Page .Order-Revise-Btn-Sec .Outer-Box
{
}

.User-My-Order-Page .Order-Revise-Btn-Sec .Outer-Box ul 
{
}

.User-My-Order-Page .Order-Revise-Btn-Sec .Outer-Box ul li
{
}

.User-My-Order-Page .Order-Revise-Btn-Sec .Outer-Box ul li a
{
	color: #fff;
}

.User-My-Order-Page  .Order-Revison-Sec .RO-Accordition
{
	color: #770DDB;
    font-weight: 500;
    font-size: 20px;
}


#rivisonModal label {
    font-weight: 600;
}

.Upload-Document-Sec
{
	    background-color: #f6f6f6;
    padding: 120px 0px 60px 0px;
    height: 100vh;
}

.Upload-Document-Sec .Heading
{
	    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
	    color: #770DDB;
}

.Upload-Document-Sec label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}




.about {
    padding-top: 10px;
}


.team {
    display: none;
}

.error {
    color: red;
}

@media (min-width: 576px)
{
	.modal-dialog 
	{
		max-width: 60%;
	}
}




.User-Profile-Page
{background: #fff;padding: 100px 0px 40px 0px;}

.User-Profile-Page .Outer-Box
{
}

.User-Profile-Page .Outer-Box .Heading
{text-align: center;/* color: #fff; *//* text-transform: uppercase; */font-weight: 600;line-height: 1;margin-top: 0px;margin-bottom: 20px;font-size: 32px;}

.User-Profile-Page .Outer-Box .P-Tag
{font-weight: 100;line-height: 1;margin-top: 0px;margin-bottom: 20px;font-size: 24px;}

.User-Profile-Page .Outer-Box .P-Tag span
{font-weight: 600;}

.User-Profile-Page .Outer-Box a
{
}

.User-Profile-Page .Outer-Box button
{
}

.User-Profile-Page .Outer-Box a:hover
{
}

.User-Profile-Page .Outer-Box button:hover
{
}


.User-Edit-Profile-Page
{background: #fff;padding: 100px 0px 40px 0px;}

.User-Edit-Profile-Page .Outer-Box
{
}

.User-Edit-Profile-Page .Outer-Box .Heading
{text-align: center;/* color: #fff; *//* text-transform: uppercase; */font-weight: 600;line-height: 1;margin-top: 0px;margin-bottom: 20px;font-size: 32px;}

.User-Edit-Profile-Page .form-group {
    margin-bottom: 30px;
}

.User-Edit-Profile-Page label.control-label {
    font-weight: 600;
}

.User-Edit-Profile-Page .required
{
	color: red;
}


.Custom-Package-Page
{
    padding: 120px 0px 60px 0px;
}


.Custom-Package-Page .Main-Heading
{
	    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #770DDB;
}


.Custom-Package-Page .Main-Text
{
	    font-size: 18px;
    line-height: 1.5;
	    text-align: center;
		    margin-bottom: 40px;
}

.Custom-Package-Page label
{
	    font-weight: 600;
    font-size: 18px;
}


.Custom-Package-Page .form-group {
    margin-bottom: 30px;
}

