/**
    default margin class
 */
.margin-left-0{
    margin-left: 0 !important;
}
.margin-top-20{
    margin-top: 20px !important;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.xgp-tab-nav.ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.xgp-tab-nav.ui-tabs-nav li {
    display: inline-block;
}

.xgp-tab-nav.ui-tabs-nav li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 25px;
    background-color: #A46497;
}

.xgp-tab-nav.ui-tabs-nav li a:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.xgp-tab-nav.ui-tabs-nav li.ui-tabs-active a {
    background-color: #18a530;
}

.content-wrap {
    position: relative;
    margin: 25px 40px 0 20px;
    max-width: 1050px;
    font-size: 16px;
}

.settings-area-wrapper {
    background-color: #fff;
    padding: 20px 30px;
}

.settings-area-wrapper .title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}


.xgp-heading-area .page-title {
    font-size: 50px;
    font-weight: 600;
}

.xgp-heading-area p {
    font-size: 18px;
    max-width: 800px;
    color: #515151;
}

.xgp-heading-area {
    margin-bottom: 50px;
}

/*
form element style
*/
/*.xgp-form-element{*/
    /*display: inline-block;*/
/*}*/
.xgp-form-element .xgp-input-field {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    padding: 5px 25px;
    font-size: 16px;
    padding-right: 80px;
}

.typography-content-wrapper ,
.styling-content-wrapper,
.general-content-wrapper{
    padding: 40px 0 0 0;
}
.has-icon{
    position: relative;
    display: block;
    width: 200px;
}
.the-icon{
    position: absolute;
    right: -1px;
    top: 1px;
    width: 50px;
    height: 50px;
    background-color: #F2F2F2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.the-icon .ictext{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #515151;
    display: block;
}
.xgp-submit-btn:focus{
    outline: none;
    box-shadow: none;
}
.xgp-submit-btn {
    display:  block;
    width:  180px;
    height:  50px;
    font-weight:  600;
    text-transform:  capitalize;
    font-size:  18px;
    background-color: #18a530;
    border:  none;
    border-radius:  3px;
    color: #fff;
    cursor: pointer;
}
.xgp-form-element .label{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}
.width-200{
    width: 200px !important;
}
.form-element-label .label {
    font-size:  18px;
    font-weight:  600;
    margin-bottom:  5px;
    display: block;
}

.form-element-label .help-text {
    font-size:  12px;
    display:  block;
    margin-bottom: 15px;
}
.xgp-form-element .select-field{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.xgp-form-element .select-field:focus{
    outline: none;
    box-shadow: none;
}
.xgp-form-element .input-field {
    height:  50px;
    width:  200px;
    padding: 10px 20px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.main-row {
    display:  block;
    width: 100%;
}

.main-row .col-lg-4 {
    width: 33%;
    display:  inline-block;
}


.xgp-panel .icon {
    font-size:  50px;
    line-height:  50px;
    margin-bottom:  20px;
    display:  block;
}

.xgp-panel .content .title {
    font-size:  21px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
}

.xgp-panel .content p {
    font-size:  16px;
    line-height:  26px;
    color: #777;
}

.xgp-panel {
    text-align: center;
    padding-bottom: 30px;
}

.xgp-panel .action-btn {
    display:  inline-block;
    padding:  15px 30px;
    background-color: #18a530;
    border-radius:  3px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease-in;
}

.xgp-panel .action-btn:hover {
    background-color: #a46497;
}

.xgp-panel .action-btn:focus {
    outline: none;
}
.xgp-overlay{
    position: relative;
    z-index: 0;
}
.xgp-overlay:after{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.5);
}
.typography-content-wrapper.xgp-overlay,
.styling-content-wrapper.xgp-overlay{
    position: relative;
}
.typography-content-wrapper.xgp-overlay .pro-area,
.styling-content-wrapper.xgp-overlay .pro-area{
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 2;
}

.typography-content-wrapper.xgp-overlay .pro-area .pro-inner,
.styling-content-wrapper.xgp-overlay .pro-area .pro-inner{
    padding-top: 50px;
    padding-left: 0;
}

.typography-content-wrapper.xgp-overlay .pro-area .pro-inner .pro-btn,
.styling-content-wrapper.xgp-overlay .pro-area .pro-inner .pro-btn{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    background-color: #f00;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease-in;
}
.typography-content-wrapper.xgp-overlay .pro-area .pro-inner .pro-btn:hover,
.styling-content-wrapper.xgp-overlay .pro-area .pro-inner .pro-btn:hover{
    background-color:#18A530;
}
