.border-line {
    background: #ddd;
    width: 100%;
    height: 1px;
}

.height {
    height: 100%;
    transition: all ease-in-out .7s;
    -moz-transition: all ease-in-out .7s;
    -ms-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

.color-blue {
    color: #3192e9 !important;
}

.mobile-menu-innerheader {
    display: none;
}

.cleardrive-banner {
    background: url(../../images/header-bg.jpg);
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.cld-logo {
    float: left;
    margin: 5px 0;
    border-radius: 50%;
    background: #fff;
}

.cleardrive-banner img {
    width: 70px;
}

.right-sec-header {
    float: right;
    position: relative;
}

.menu-navbar ul {
    padding: 0;
    margin: 0;
}

.menu-navbar li {
    display: inline-block;
    position: relative;
    padding: 25px 0;
}

.menu-navbar li a::after,
.right-sec-header li:first-child a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    margin: 5px 0 0px 0;
}

.menu-navbar li a:hover::after,
.right-sec-header li:first-child a:hover::after {
    width: 100%;
}

.menu-navbar li a::after,
.right-sec-header li:nth-child(2) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    margin: 5px 0 0px 0;
}
.menu-navbar li a:hover::after,
.right-sec-header li:nth-child(2) a:hover::after {
    width: 100%;
}

.menu-navbar li a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    position: relative;
    font-weight: 600;
}

.menu-navbar li a:before,
.footer-privacy li a:before {
    content: '|';
    position: absolute;
    top: 0;
    left: -4px;
}

.menu-navbar li:first-child a:before,
.print-list li:first-child:before,
.footer-privacy li:first-child a:before {
    display: none;
}

.right-sec-header li {
    display: inline-block;
    padding: 23px 0;
}

.right-sec-header li a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    display: block;
    position: relative;
    font-weight: 600;
}

.right-sec-header li a.login {
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 4px 20px;
}

.right-sec-header li a.login:hover {
    background: #0762b3;
}

.wraper-inner h1 {
    font-size: 24px;
    padding: 40px 0 10px 0;
    margin: 0 0 10px 0;
    color: #000;
}

.print-list li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 15px 0 0;
    color: #000;
}

.print-list li a {
    padding: 0 0 0 15px;
    color: #000;
}

.print-list li a:before {
    background: #000;
    content: '';
}

.parag {
    font-size: 16px;
    padding: 20px 0;
    color: #000;
}

.wraper-inner a {
    color: #3192e9;
}

.tabs-listing li {
    display: block;
}

.tabs-listing li a {
    font-size: 15px;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    min-width: 220px;
}

.tabs-listing li.active a {
    background: #ddd;
}

.tabs-listing li:hover a {}

.content-privacy h2 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 15px 0;
}

.content-privacy p {
    font-size: 16px;
    color: #000;
    padding: 0 0 15px 0;
    margin: 0;
}

.content-privacy {
    border-left: solid 1px #ddd;
    padding: 0 30px;
    margin-bottom: 60px;
}

.footer-privacy {
    font-size: 15px;
    color: #4f4f4f;
    border-top: solid 1px #ddd;
    margin: 20px 0 0 0;
    padding: 8px;
    background: #fff;
    z-index: 9;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-privacy .left {
    float: left;
}

.footer-privacy .right {
    float: right;
}

.footer-privacy li {
    display: inline-block;
    position: relative;
}

.footer-privacy li a:hover {
    color: #3192e9;
}

.footer-privacy li a {
    color: #4f4f4f;
    padding: 0 15px;
    text-decoration: underline;
}

.footer-privacy p {
    display: block;
    clear: both;
    padding: 5px 0 0 0;
    margin: 0;
}

.wraper-inner {
    background: #fff;
    position: relative;
    min-height: 100%;
    padding: 90px 0 105px;
}

.fixed-wrap {
    position: fixed;
    top: 100px;
    width: 20%;
    word-break: break-all;
}


/*--------------- sign up 1 ----------------*/

.signup-sec p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}

.radio-check {
    display: inline-block;
}

.leading-wrap2 input[type="radio"]+label>span {
    background-color: #c1cfe4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-image: none;
    top: -1px;
}

.leading-wrap2 input[type="radio"]:checked+label>span {
    background-color: transparent;
    border-radius: 0;
    background: url(../../images/check.png) no-repeat;
}

.radio-check label {
    font-size: 18px;
    padding: 0 30px 0 0;
    color: #000;
    font-weight: 400;
}

.plan-column {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.18);
        min-height: 400px;
        position:relative;
}

.plan-column .in {
    padding: 5px 20px 20px;
}

.plan-column h2 {
    color: #323232;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
    background: #bcc9dd;
}

.plan-column h3 {
    padding: 10px 0 15px 0;
    margin: 0;
    color: #3192e9;
    font-size: 32px;
    font-weight: 400;
}

.plan-column h3 span {
    font-size: 18px;
}

.plan-column ul {
    padding: 0 0 10px 0;
}

.plan-column li {
    color: #767676;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 0 0;
        line-height: 2;
}

.plan-column li.includes {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.plan-column p {
    color: #767676;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.plan-column a.btn {
    font-size: 16px;
    color: #3192e9;
    border: solid 2px #3192e9;
    display: block; 
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0;   
        margin: 0 25px; 
}
.plan-column .btnwrapper {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: 0 0px;
    width: 100%;
}
.plan-column a.btn:hover {
    background: #3192e9;
    color: #fff;
    text-decoration: none;
}

.owl-item.active.center .plan-column p {
    color: #000;
}

.owl-item.active.center .plan-column h2 {
    color: #ffffff;
    background: #3192e9;
}

.signup-slider .owl-stage-outer {
    padding: 40px 0;
}

.signup-slider .owl-carousel {
    padding: 0 30px;
}

.signup-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ddd;
}

.signup-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ddd;
}


/*-- accrodian--*/

.accrodian-log {
    padding: 35px 0 60px;
    max-width: 550px;
    margin: 0 auto;
}

.login-accrodian {
    font-size: 18px;
    margin: 30px 0 0 0;
    color: #000;
    position: relative;
    cursor: pointer;
    padding-left: 60px;
    padding-top: 5px;
}

.login-accrodian:before {
    position: absolute;
    left: 0;
    background-color: #3192e9;
    width: 28px;
    height: 28px;
    background-image: url(../../images/btn-plus.png);
    content: '';
    border-radius: 50%;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 8px;
    top: 0;
}

.login-accrodian.current:before {
    content: '';
    transform: rotate(135deg);
}

.login-accrodian-wrap {
    font-size: 15px;
    color: #000;
    margin: 20px 0 0 60px;
    display: none;
}

.signup-accordian a:hover,
.plan-column a:hover {
    text-decoration: underline;
}

.signup-accordian h2 {
    font-size: 24px;
    padding: 30px 0 0 0;
    margin: 0;
    color: #000;
    text-align: center;
}

.signup-accordian p {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}

.signup-accordian {
    padding: 40px 0;
}

.signup-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}

.signup-accordian .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    background-image: none;
    border-color: transparent !important;
}

.signup-accordian .panel-title a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    padding: 8px 0;
    line-height: 1.3;
}

.signup-accordian .more-less {
    float: left;
    color: #fff;
    background: #3192e9;
    border-radius: 50%;
    padding: 6px 6px 6px 7px;
    font-size: 14px;
    position: relative;
    top: -5px;
    margin: 0 10px;
}

.signup-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    color: #000;
    font-size: 20px;
    padding: 0px 0 15px 50px;
}

.signup-accordian .container {
    max-width: 880px;
}

.signup-accordian .panel-group {
    margin: 40px;
}

.leading-wrap2 .owl-theme .owl-dots .owl-dot span {
    background: #bcc9dd !important;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.leading-wrap2 .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #3192e9 !important;
}


/* account setting */

.account-wraper {
    background: #ebebeb none repeat scroll 0 0;
    margin: 0 auto;
    min-height: 100%;
    padding: 80px 0 0 160px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.sideNav-left {
    position: absolute;
    top: 148px;
    left: 160px;
    z-index: 11;
    width: 230px;
    bottom: 0;
    padding: 0;
    background: #f7f7f7;
}

.account-heading {
    padding: 20px 15px 20px 44px;
}

.account-footer {
    padding-left: 170px;
    padding-bottom: 10px;
}

.account-form {
    padding: 0 20px 50px;
}

.account-nav ul {
    width: 100%;
    padding: 15px;
}

.account-nav li {
    display: inline-block;
    margin: 4px 2px;
}

.account-nav ul li a {
    font-size: 14px;
    color: #8c8c8c;
    padding: 10px 14px 10px 10px;
    display: block;
    background-color: #fff;
    border-left: solid 4px transparent;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.account-nav ul li.active a {
    border-left: solid 4px #009ddc;
    color: #000;
}

.account-nav ul li a:hover {
    color: #000;
}

.account-form-inner {
    background: #fff;
    border-radius: 4px;
    padding: 20px 30px;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.payment-category-list h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px 0;
}

.payment-category-divide-1,
.payment-category-divide-2 {
    display: inline-block;
}

.payment-category-divide-2:hover,
.payment-category-divide-2:active {
    color: #fff;
}

.payment-category-divide-1 {
    width: 160px;
    padding: 0 20px 0 0;
    bottom: 62px;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 0;
}

.payment-category-divide-2 {
    width: 200px;
    border: 2px solid #3192e9;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    background: #fff;
    margin: 0 5px;
}

.catgory-price-detail {
    background: #ffffff;
    padding: 12px 0;
}

.catgory-price-detail h5 {
    font-size: 18px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #000;
    display: block;
    white-space: normal;
    line-height: 1.5;
    padding: 0 20px;
}

.catgory-price-detail h5:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    text-align: center;
    background: #000;
}

.catgory-price-detail p.c-price {
    text-align: center;
    font-size: 32px;
    margin: 30px 0 0 0;
    color: #3192e9;
}

.payment-catNav li a {
    color: #000;
    font-size: 16px;
    text-align: right;
    display: block;
    padding: 11px 0;
}

.catgory-price-list li img {
    position: absolute;
    top: 5px;
    left: 0;
}

.catgory-price-list {
    padding: 10px 20px 0;
}

.catgory-price-list li {
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 0 0 0 30px;
    margin: 6px 0 15px 0;
    white-space: normal;
}

.catgory-price-check li {
    text-align: center;
    padding: 12px 0;
    border-bottom: solid 1px #f7f7f7;
}

.catgory-price-check li:last-child {
    border-bottom: none;
}

.payment-category-divide-2 .btn-dash {
    font-size: 16px;
    width: 100%;
    display: block;
}

p.buy-now {
    padding: 0 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.payment-category-list .bootstrap-select {
    padding: 0 25px 0 0;
    position: relative;
    top: -8px;
}

.setting-labelwrap label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: normal;
    color: #8c8c8c;
}

.setting-labelwrap {
    position: relative;
    padding: 0 0 0 60px;
}

.payment-category-divide-3 {
    float: right;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 75px 20px 0 415px;
}

.payment-category-divide-3 h2 {
    font-family: 'ProximaNovaA-Regular';
    font-size: 26px;
    padding: 30px 0 8px 0;
    margin: 0;
}

.payment-category-divide-3 h3 {
    color: #3192e9;
    font-size: 18px;
    font-family: 'ProximaNovaA-Regular';
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.payment-category-divide-3 label {
    font-weight: normal;
    color: #000;
    font-size: 14px;
    padding: 25px 0 15px 0;
    margin: 0;
}

.payment-category-divide-3 p {
    font-size: 14px;
    color: #000;
    padding: 0 60px 0 0;
    text-align: justify;
}

.account-form-inner {
    display: none;
}

#Payment-Plans h1,
#Payment-History h1 {
    font-size: 20px;
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.catgory-price-list li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/right-check-blue.png);
    left: 0;
    top: 7px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.payment-category-divide-2.active .catgory-price-list li:before {
    background-image: url(../../images/right-check.png);
}

.payment-category-divide-2.active .catgory-price-detail h5,
.payment-category-divide-2.active .catgory-price-detail p.c-price,
.payment-category-divide-2.active .catgory-price-list li {
    color: #fff;
}

.payment-category-divide-2.active .catgory-price-detail h5:before {
    background: #fff;
}

.payment-category-divide-2.active .catgory-price-detail {
    background: #3192e9;
}

.payment-category-divide-2.active {
    z-index: 3;
    box-shadow: 2px 0 4px 0px rgb(202, 202, 204);
    position: relative;
}

.payment-category-combine-sec, .payment-category-combine-2sec {
    position: relative;
    padding-bottom: 20px;
    overflow: auto;
    padding-left: 165px;
    white-space: nowrap;
    width: 100%;
}

.payment-category-divide-1 {
    width: 160px;
    padding: 0 20px 0 0;
    bottom: 57px;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 0;
    top: 90px;
}

.payment-category-divide-1.shadow {
    box-shadow: 2px 2px 6px -4px #3192e9;
}

.payment-category-divide-1 ul.payment-catNav {
    position: absolute;
    bottom: 75px;
    right: 20px;
}


/*----------- Change-Password --- */

#Payment-Plans {
    background-image: url(../../images/setting-bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.password-grad {
    height: 5px;
    margin: 0 0 5px 0;
    background: #ff5d57;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff5d57 0%, #ff9c57 8%, #f2b653 25%, #bdb142 48%, #9ba936 70%, #7da12d 85%, #789128 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff5d57 0%, #ff9c57 8%, #f2b653 25%, #bdb142 48%, #9ba936 70%, #7da12d 85%, #789128 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff5d57 0%, #ff9c57 8%, #f2b653 25%, #bdb142 48%, #9ba936 70%, #7da12d 85%, #789128 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.upload-imagesec figure {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    border: solid 1px #ddd;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.upload-imagesec figure img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0 !important;
}

.view-password {
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 9;
    font-size: 18px;
    color: #aaaaaa;
    width: 35px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}


/*----------- Switch-Organisation --- */

#Switch-Organisation img {
    max-width: 100%;
    max-height: 100%;
}

figure.profile-image {
    width: 120px;
    float: left;
    margin: 0 15px 10px 0;
    height: 60px;
    border: solid 1px #ddd;
    text-align: center;
}

figure.radio-image {
    width: 120px;
    height: 80px;
    float: left;
    margin: 5px 15px 0 0;
    border: solid 1px #ddd;
    text-align: center;
}

#Switch-Organisation h3.heading {
    padding: 5px 0;
}

.switch-organisation .input-label {
    font-weight: 100;
}

#Switch-Organisation .radio-check label {
    font-size: 18px;
    margin: 0;
}

.switch-organisation {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}

#Switch-Organisation .orag-name {
    padding: 25px 0;
    display: inline-block;
}

#Switch-Organisation .switch-loader {
    width: 80px;
    position: absolute;
    top: 35px;
    left: 450px;
}

#Switch-Organisation .radio-image {
    margin: 0 15px 0 0;
    border: none;
}

.upload-imagesec .input-label {
    font-weight: 100;
}

.switch-organisation .profile-image {
    border: none;
    width: 80px;
    height: auto;
    margin: 0 25px;
}

.switch-organisation .content {
    padding: 12px 0;
}

#organization-list-div .radio-check {
    padding: 15px 0;
}


/*----------- Permissions --- */

#Permissions .btn-dash,
#permissin-modal .btn-dash-modal {
    background: #fff;
    color: #3192e9;
    text-transform: capitalize;
    border: solid 2px #3192e9;
    display: inline-block;
    width: auto;
    padding: 6px 20px;
    text-shadow: none;
}

#permissin-modal .btn-dash-modal.reset {
    color: #939393 !important;
    border-color: #939393 !important;
}

#permissin-modal .closed {
    background: #ff6464 !important;
}

.table-blank>tbody>tr>td {
    border-top: none;
    font-size: 14px;
    color: #000;
}

.table-blank>thead>tr>th {
    vertical-align: middle;
    border-bottom: none;
    background: #e0e9f2;
    color: #173f64;
    font-size: 16px;
    font-weight: 600;
}

.table-blank a.btn-delete-role {
    color: #ff4646;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 45px;
}

.table-blank>tbody>tr td:first-child {
    padding-left: 20px;
}


/* modal--- */

#permissin-modal .input-form {
    margin-bottom: 15px !important;
}

#permissin-modal .dropdown-toggle {
    margin-bottom: 15px;
}

#permissin-modal .modal-dialog {
    width: 600px;
    max-width: 100%;
}

.table-modal h3,
.table-modal .information-block a {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.table-modal .information-block a {
    color: #ff6464;
}

.table-modal>thead>tr>th {
    background: #ffffff;
    color: #173f64;
    font-size: 14px;
    border-top: solid 2px #88b0d5 !important;
    border-bottom: solid 2px #88b0d5;
    text-transform: uppercase;
    font-weight: 600;
}

.table-modal>tbody>tr>td {
    position: relative;
}

.table-modal>tbody>tr>td>div>a.pull-right {
    position: absolute;
    top: 10px;
    right: 30px;
}

.table-modal .none {
    color: #939393;
}

.table-modal .delete {
    color: #ff6464;
}

.table-inner-strip {
    padding-left: 20px;
}

.table-inner-strip td:first-child {
    padding-left: 25px !important;
}

.table-inner-strip td {
    padding: 6px !important;
}

.table-heightscroll {
    height: 400px;
    overflow: hidden;
}

.table-modal a.dropdown:hover .table-dropdown {
    display: block;
}

.table-modal .table-dropdown h3 {
    color: #000;
}

.table-dropdown {
    width: 300px;
    border: solid 2px #3192e9;
    box-shadow: 0 0 10px 0px #3192e9;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    top: 20px;
    right: -42px;
    margin: 8px 0 0 0;
    z-index: 9;
    padding: 0 !important;
    display: none;
}

.information-block:hover .table-dropdown {
    display: block;
}

.information-block {
    position: relative;
}

.table-modal {
    margin-bottom: 40px;
}

.table-dropdown:before {
    border-color: transparent transparent #3192e9;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 50px;
    top: -10px;
}

.table-dropdown p {
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #939393;
}

.table-dropdown li {
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.table-dropdown li:hover {
    background: #e8e8e8;
}

#Change-Password {
    display: block;
}


/*------------------------------------------------ leading page ------------------ */

.leading-banner {
    background: url(../../images/login-banner.jpg);
    position: relative;
    padding: 90px 0 0 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 365px;
}

.leading-header {
    background-image: none;
    position: absolute;
}

.leading-banner .in {
    padding: 30px 0 0px 0;
}

.leading-banner h1 {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.6;
}

.leading-banner p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 300;
}

.leading-wrapper h2.head {
    font-size: 22px;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.leading-wrap1 {
    text-align: center;
    background: #fff;
}

.leading-wrap1 .container {
    max-width: 900px;
}

.leading-wrap1 ul {
    float: left;
    width: 100%;
    padding: 50px 0 80px;
}

.leading-wrapper p.para {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.leading-wrap1 li {
    float: left;
    width: 33%;
    padding: 0 35px;
}

.leading-wrap1 li a {
    color: #2d527c;
    font-size: 16px;
    display: block;
    padding: 20px;
    border-radius: 25px;
}

.leading-wrap1 li a:hover {
    background: #f7f7f7;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.leading-wrap1 li a img {
    width: 60px;
    margin: 0 0 20px 0;
}

.leading-wrap2 {
    background: #f7f7f7;
    padding: 40px 0;
}

.leading-wrap2 .owl-stage-outer {
    padding: 40px 0 20px;
}

.leading-wrap3 {
    padding: 80px 0 20px 0;
}

.leading-wrap4 {
    background: url(../../images/leading-bg2.jpg);
    position: relative;
    background-repeat: no-repeat;
    min-height: 130px;
    background-size: cover;
    height:210px !important;
}

.leading-wrap4 .in {
    padding: 32px 0;
}

.leading-wrap4 .head {
    color: #fff !important;
    font-weight: 100 !important;
}

.leading-wrap4 .para {
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 20px !important;
    font-weight: 300;
    margin: 0;
}

.leading-wrap4 .btn-cld {
    border: solid 1px #fff;
    border-radius: 0;
    padding: 6px 24px;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    margin: 45px 0 0 0;
    border-radius: 4px;
}

.leading-wrap4 .btn-cld:hover,
.leading-wrap4 .btn-cld:active {
    background: #0762b3;
}

.leading-wrapper footer {
    border-top: none;
}


/*------------ login modal ------- */

#myloginModal .modal-dialog {
    width: 750px;
}

#myloginModal .modal-content {
    border-radius: 12px;
}

.login-wraper {
    position: relative;
    min-height: 500px;
}

.login-wraper .image {
    width: 340px;
    float: left;
}

.image-inside-wraper {
    overflow: hidden;
    min-height: 500px;
    position: relative;
}

.login-wraper .form-wraper {
    padding: 30px;
}

.login-wraper h3 {
    margin: 0;
    font-size: 17px;
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.login-wraper h2 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    padding: 20px 0 40px 0;
    line-height: 1.6;
}

.login-wraper .form-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-wraper .form-footer ul {
    border-top: solid 1px #ddd;
    padding: 0 30px;
    text-align: center;
}

.login-wraper .form-footer li {
    display: inline-block;
}

.login-wraper .form-footer li a {
    color: #767676;
    text-transform: uppercase;
    padding: 15px 10px;
    display: block;
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
}

.login-wraper .form-footer li a:hover {
    color: #3192e9;
}

.login-wraper .input-form {
    position: relative;
    padding: 0 0 10px 0;
}

.login-wraper .input-form input[type="text"],
.input-form input[type="password"] {
    padding: 5px 10px 10px 40px !important;
    width: 100%;
    border-bottom: solid 1px #b0b0b0 !important;
    box-shadow: none !important;
}

.login-wraper .input-form input[type="text"]:focus,
.login-wraper .input-form input[type="password"]:focus {
    border: none !important;
}

.login-wraper .input-form .input {
    position: relative;
}

.login-wraper .input-form img {
    position: absolute;
    top: 5px;
    left: 0;
}

.login-wraper .login-error-msg {
    color: #ea0e0e;
    font-size: 16px;
    float: right;
    display: none;
}

.login-wraper .btn-dash {
    width: 150px;
    margin-top: 10px;
}

.login-wraper .input-form span {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 1px;
    border-bottom: solid 1px #3192e9;
    box-shadow: 0px 0px 4px 0px #3192e9;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.login-wraper .input-form input[type="text"]:focus~span,
.login-wraper .input-form input[type="password"]:focus~span {
    width: 100%;
    left: 0;
}


/* ------------------------- payment sec--------------- */

.payment-wraper {
    padding: 50px 0;
}

.payment-list h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
}

.payment-list ul {
    padding: 15px 0 40px 0;
}

.payment-list li {
    font-size: 14px;
    color: #000;
    position: relative;
    display: block;
    padding: 5px 0 0 35px;
}

.payment-list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    padding-top: 10px;
}

.payment-column {
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 0 2px 0px #ddd;
    max-width: 500px;
    margin: 0 auto 25px;
}

.payment-column .tabwrap {
    padding: 20px;
    position: relative;
    display: none;
}

.payment-column .steps-label {
    font-size: 16px;
    color: #000;
    position: absolute;
    top: -30px;
}

.payment-column h2 {
    color: #3192e9;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

.payment-column .para {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.payment-column .input {
    position: relative;
    padding: 0 0 0 145px;
    margin-bottom: 20px;
}

.payment-column .input label {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    overflow: hidden;
    padding-top: 10px;
}

.payment-column .btn-dash {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}


/*/------- second step---------*/

.payment-radio-step2 .radio-check {
    position: relative;
    border: solid 2px #ddd;
    border-radius: 4px;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
}

.payment-radio-step2 .radio-check h3 {
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
}

.payment-column .input-2 {
    margin-bottom: 15px;
}

.payment-radio-step2 .in {
    padding: 0 0 0 40px;
}

.payment-radio-step2 label {
    position: absolute;
    top: 15px;
    left: 15px;
}

.payment-radio-step2 .radio-check h3 span {
    color: #e32121;
}

.payment-check.check {
    position: relative;
    padding-left: 30px;
    margin: 8px 0;
}

.payment-check label.checkbox-label {
    position: absolute;
    top: 0;
    left: 0;
}

.payment-radio.m-t-sm {
    position: relative;
}

.payment-radio .input-label {
    position: absolute;
    top: 0;
    left: 0;
}

.payment-radio .in {
    position: relative;
    padding-left: 160px;
}

.payment-radio .radio-check {
    margin-bottom: 10px;
}

.payment-column .tab {
    border-bottom: solid 1px #ddd;
    padding: 20px 20px 40px;
}

.tab-inside-wrap {
    overflow: hidden;
}

.payment-column .tab ul {
    margin: 0 -100px;
}

.payment-column .tab li {
    float: left;
    width: 33.3%;
    position: relative;
}

.payment-column .tab a {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #ebebeb;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.payment-column .tab li:before {
    content: '';
    position: absolute;
    background: #ebebeb;
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
}

.payment-column .tab li.active a {
    background: #3192e9;
}

.payment-column .tab li.active:before {
    background: #3192e9;
    left: 50%;
    z-index: 10;
}

.payment-column #column_id1 {
    display: block;
}

#forgot-id {
    display: none;
}

.login-wraper .input-validation-error {
    border-bottom: solid 1px red !important;
    position: relative;
    bottom: -2px;
}

#signupForm .fileupload-popup-outer {
    border-bottom: solid 2px #ddd;
    margin: 25px 0;
    padding-bottom: 25px;
}

.fileupload-popup input#UserImageFile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
}

#signupForm .input i.fa {
    color: red;
    position: absolute;
    right: 10px;
    top: 10px;
}

input#txtSubDomainName {
    padding-right: 115px!important;
}

.browser-signupbtn {
    position: relative;
    background: #319cee;
    color: #fff;
    padding: 8px 25px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    bottom: -35px;
}

.existing-user-block {
    background: #fff;
    border-radius: 4px;
    padding: 20px 20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 14px;
    position: relative;
    top: -10px;
}

.existing-user-block:before {
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: -12px;
    position: absolute;
    left: 48%;
}

.existing-user-block h3 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #3192e9;
    font-size: 18px;
}

.existing-user-block p,
#userName,
#emailID {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    margin: 0;
}

.existing-user-block .img-block {
    width: 80px;
    overflow: hidden;
    float: left;
}

.existing-user-block .img-block img {
    width: 100%;
    max-height: 100%;
}

.existing-user-block .content-block {
    display: inline-block;
    margin-left: 10px;
}

.existing-user-block .content-outer {
    margin: 20px 0 10px 0;
}

#signupForm .maindomain-name {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px;
    font-weight: 600;
}

.browser-signupbtn i.fa {
    color: red;
    position: absolute;
    right: -30px;
    top: 10px;
}

.payment-innertabs {
    padding: 0 0 25px 0;
}

.payment-innertabs li {
    display: inline-block;
}

.payment-innertabs li a {
    padding: 10px 20px;
    font-size: 16px;
    color: #3192e9;
    background: #fff;
    border-radius: 2px;
    border: solid 2px #3192e9;
}

.payment-innertabs li.active a {
    background: #3192e9;
    color: #fff;
}
