﻿@charset "utf-8";
/* CSS Document */

/*#region Fonts */

@font-face {
    font-family: 'Museo Slab 500';
    src: url('../font/MuseoSlab-500.eot');
    src: url('../font/MuseoSlab-500.eot?#iefix') format('embedded-opentype'),
        url('../font/MuseoSlab-500.woff') format('woff'),
        url('../font/MuseoSlab-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../font/ACaslonPro-Bold.eot');
    src: url('../font/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/ACaslonPro-Bold.woff') format('woff'),
        url('../font/ACaslonPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../font/Segoe_UI.eot');
    src: url('../font/Segoe_UI.eot') format('embedded-opentype'),
        url('../font/Segoe_UI.woff') format('woff'),
        url('../font/Segoe_UI.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe UI semibold';
    src: url('../font/Segoe_semibold.eot');
    src: url('../font/Segoe_semibold.eot?#iefix') format('embedded-opentype'),
        url('../font/Segoe_semibold.woff') format('woff'),
        url('../font/Segoe_semibold.ttf') format('truetype');
}

@font-face {

    font-family: 'Segoe UI light';
    src: url('../font/Segoe_UI-light.eot');
    src: url('../font/Segoe_UI-light.eot') format('embedded-opentype'),
        url('../font/Segoe_UI-light.woff') format('woff'),
        url('../font/Segoe_UI-light.woff') format('truetype');
}


/*#endregion */
/*#region HTML Elements */






/*body                          { background: #ffffff; color: #525859; font-family: 'Open Sans',Arial,Helvetica,sans-serif;}
ul                              { margin-left: 0px;}
h1, h2, h3, h4, h5, h6          { }
label, p                        { }
a                               { }
table tr th, table tr td        { color: #525859; font-size: 1rem; }
table tr.even, table tr.alt, table tr:nth-of-type(even) 
                                { background: #FFF;}*/




* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
}

html,
body,
form {
    height: 100%;
}

form {
    margin: 0;
    padding: 0
}

html* body {
    height: 100%;
}

html > body {
    height: 100%;
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

body {
    margin: 0;
    padding: 0;
    color: #636363;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #F2F2F2
}

h1 {
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

ul,
li,
ol {
    list-style: none;
}

p {
    color: #adadad;
    line-height: normal;
    margin-bottom: 20px;
}

.p-privacy,
.p-terms,
.p-scon {
    color: #757575;
}

.clear {
    clear: both;
}

.img {
    padding: 0;
}

.sizeing,
.size {
    -webkit-box-sizing: border-box;
    /*Safari/Chrome, other WebKit*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Opera/IE 8+*/
}

a,
a img {
    text-decoration: none;
    border: none;
    outline: none;
}

a:focus {
    outline: -webkit-focus-ring-color auto 2px;
    outline: #207cb1 solid 2px;
}

a.headerLink:focus {
    outline: white solid 2px;
}

input:focus {
    outline: -webkit-focus-ring-color auto 2px;
    outline: #207cb1 solid 2px;
}

.select2-container-active {
    border-color: #207cb1 !important;
    border-style: solid !important;
    border-width: 2px !important;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus {
    color: #fff;
    background-color: #4766ff;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.wrap,
.twrap {
    max-width: 1350px;
    margin: 0 auto;
}

#wrapper {
    min-height: 100%;
}

.main {
    padding: 10px 10px 63px 10px;
    max-width: 1200px;
    margin: 0 auto;
}

#footer {
    background-color: #f5f5f5;
    height: 96px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

.lft {
    float: left;
}

.rght {
    float: right;
}


/*------------default form --------*/

/*-----------footer*/
#footer .wrap {
    text-align: center;
    padding: 25px 0 0 0;
}

#footer .footlink {}

#footer .footlink ul li {
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #625e5e;
    line-height: 13px;
}

#footer .footlink ul li:first-child {
    border: none;
}

#footer .footlink ul li a {
    color: #625e5e;
}

#footer #copyright ul {
    color: #625e5e;
    font-size: 12px;
    padding-top: 12px;
}

#footer #copyright a {
    color: #625e5e;
}

/*----------End Footer*/

/*----------Header*/
#header {
    padding: 0;
    background-color: #4766ff;
    color: #FFF;
    line-height: 60px
}

#header .efile_logo {
    float: left;
    padding: 25px 0 25px 25px;
}

#header .efile_logo h1 {
    margin: 0px;
    padding: 0px;
}

#header .efile_logo h1 a {
    display: inline-block;
}

#header .efile_logo img {
    margin-bottom: -6px;
}

#header .welcometext {
    float: left;
    font-size: 14pt
}

#header .tnav {
    float: right;
}

#header .tnav li {
    padding: 0 25px;
    display: inline-block;
}

#header .tnav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#header .tnav li a.logbtn {
    font-size: 14px;
    color: #494949;
    padding: 5px 15px;
    background: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#header .tnav li a:hover,
#header .tnav li a.logbtn:hover {
    opacity: 0.8;
}

/*--------End Header*/

.font-segoe-regular {
    font-family: 'Segoe UI'
}

/*-------login form */
/*.logcont                        { background:url("../images/landing/bannimg.jpg") no-repeat; background-size:100% auto; padding:70px 0;}*/
.logcont {
    background-color: #F0F0F0;
    background-size: 100% auto;
    padding: 70px 0 0 0;
    height: 340px;
}

.welctxt {
    color: #fff;
    text-align: center;
    padding-top: 0px;
    text-align: right;
    width: 400px;
    margin: 0 auto;
}

.welctxt hr {
    margin-top: .5rem;
}

.welctxt .title {
    font-size: 15px;
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    color: #6d6d6d;
    letter-spacing: 0.15em;
}

.welctxt .bigtxt {
    font-size: 80px;
    line-height: normal;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-style: normal;
    color: #4766ff;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 0.2em;
}

.jumbotron-text-separator {
    border-bottom: 2px solid #888888;
    margin-top: 10px;
    width: 85%;
    float: right;
}

.marketing-message {
    color: #888888;
    background-color: white;
    width: 100%;
    border-radius: 10px;
}

.marketing-message-container {
    padding: 1.2em 1.8em;
}

.marketing-message-title {
    margin-bottom: 0.4em;
    font-weight: 600;
    color: black;
}

.marketing-message-subtitle {
    color: black;
    margin-bottom: 1em;
}

.marketing-message-link {
    text-decoration: underline;
    color: #0088bc;
}

.home-content {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.wrap-content-left {
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.wrap-content-left h1 {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    color: black;
    margin-bottom: .8rem;
    text-align: center;
}

.home-content-right {
    width: 50%;
    text-align: right;
    order: 1;
}

.icons_select2 {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border-color: #cbcbcb;
}

.login_input {
    padding: 10px 10px 10px 10px !important;
}

.form-container {}

.formbox {
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    /*box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 1.3px 9.9px rgb(0 0 0 / 7%), 0 9.8px 12.4px rgb(0 0 0 / 3%), 0 19px 18px rgb(0 0 0 / 5%);*/
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%);
}

.formbox h2 {
    color: #000;
    margin: 0px 0 15px;
}

.formbox .inputdiv {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.formbox label {
    display: block;
    color: #161616;
    margin-bottom: 5px;
}

.formbox input {
    padding: 10px 10px 10px 40px;
    width: 100%;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.formbox input:-webkit-autofill {
    background-color: red !important;
}

.formbox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.formbox .inputicon {
    position: relative;
}

.formbox .inputicon .email {
    background: url("../images/landing/email_icon.png") no-repeat 6px 5px;
    position: absolute;
    width: 36px;
    height: 36px;
}

.formbox .inputicon .pass {
    background: url("../images/landing/pass_icon.png") no-repeat 6px 5px;
    position: absolute;
    width: 36px;
    height: 36px;
}

.formbox .forgbtn {
    color: #757575;
    font-size: 14px;
    text-align: center;
    margin: 0px;
}

.formbox .forgbtn a {
    color: #757575;
    font-size: 14px;
}

.formbox .bluebtn {
    background: #4766ff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 12px;
    font-weight: 600;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.formbox .alert_box button {
    top: 8px;
    right: 3px;
    height: 15px;
    width: 15px;
    padding: 0px;
}

.iebox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16pt;
}

.iebox .iecontainer {
    padding: 20px;
    background-color: #FEFEFE;
    border-radius: 5px;
    text-align: center;
    max-width: 50%
}

.iebox .bluebtn {
    background: #4766ff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 12px;
    font-weight: 600;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.alert_box {
    padding: 11px 15px;
    background: #b80000;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.alert_box button {
    position: absolute;
    right: 15px;
    background: url(../images/poup-close.png) no-repeat;
    background-size: 80% auto;
    height: 18px;
    padding: 20px 18px;
    text-align: center;
    top: 15px;
    width: 18px;
    z-index: 1;
    border: none;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.alert_box button span {
    font-size: 27px;
    display: none;
    line-height: 30px;
}

.alert_box button:hover {
    opacity: 0.8;
}

.alert_box p {
    color: #ffffff;
}

/*------End Login form*/

.main .lftpanel {
    width: 845px;
    float: left;
    padding: 50px 0;
}

.main .rghtpanel {
    width: 305px;
    float: right;
    padding: 50px 0;
}

.main .lftpanel h2 {
    color: #14141a;
    margin: 0 0 15px 0;
    font-size: 25px;
}

.main .lftpanel p {
    color: #636363;
    font-size: 16px;
}

.main .lftpanel p a {
    text-decoration: underline;
    color: #4766ff;
}


.main .rghtpanel .smtbox {
    background: #f2f2f2;
    min-height: 250px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.main .rghtpanel .smtbox h2 {
    background: #4766ff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.main .rghtpanel .smtbox_wrap {
    padding: 20px;
}

.main .rghtpanel .smtbox_wrap a {
    text-decoration: underline;
    color: #006dc7;
}

.main .questbox {
    text-align: center;
    font-size: 18px;
    color: #14141a;
    margin: 50px 0;
}

.main .questbox h3 {
    font-size: 18px;
    color: #4766ff;
    margin-bottom: 15px;
}

.temscheckbox input:focus + .r-checkbox_label {
    outline: dashed 2px lightgrey;
    outline-offset: 5px;
}

#ExistingFiling:focus {
    outline: #207cb1 solid 2px;
}






/*#endregion */

/*#region General Classes*/

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.tiny-text {
    font-size: 10px;
    font-weight: normal;
}

.rowseparator {
    border-bottom: 1px solid #dfdeda;
}

.button {
    background: #4766ff;
    margin: 0 auto;
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'whitneybold';
    font-size: 15px;
    border: solid 2px #4766ff;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    text-transform: uppercase;
}

.button:hover {
    background: #ffffff;
    color: #4766ff;
    border: solid 2px #4766ff;
}

/*#endregion*/

/*#region HEADER */

/*#header {
    width: 100%;
    padding: 0;
    background-color: #4766ff;
    color: #FFF;
}*/


/*#header .hlogo { float:left;}*/



.top-buttons {
    background: none;
    height: 3.8125rem;
    line-height: 2.8125rem;
    margin-top: 1rem;
    margin-bottom: 0;
    overflow: visible;
    position: relative;
}

.top-buttons:before,
.top-buttons:after {
    content: " ";
    display: table;
}

.top-buttons:after {
    clear: both;
}

.top-buttons ul {
    list-style: none;
    margin-bottom: 0;
}

.top-buttons .title-area {
    float: left;
}

#header .top-bar-section .dropdown {
    background: rgba(99, 123, 143, 0.5);
    width: 149px;
    margin-top: 5px;
}

.top-bar-section .has-dropdown > a:after {
    margin-top: 18.5px;
    left: 44%;
}

#header .top-bar-section .dropdown li a {
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
}

#header .top-bar-section .dropdown li {
    color: #ffffff;
    padding-left: 10px;
}

#header .top-bar-menu .logbtn {
    background: #fff;
    color: #494949;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#header .top-bar {
    background: none;
    margin-top: 17px;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    min-width: auto;
    background: none;
}

#header .top-bar-menu ul {
    margin-top: 2px;
    padding-right: 0;
}

#header .top-bar-menu ul li {
    list-style: none;
    display: inline;
    line-height: 14px;
    padding: 0px 2rem;
}

#header .top-bar-menu ul li a {
    color: #FFF;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background: none;
    text-align: center;
    line-height: 42px;
    padding: 0px 8px;
}

#header h1 {
    line-height: 34px;
}

/*#endregion */

/*#region Header 2 */

#header2 {
    width: 100%;
    background-color: #FFF;
    padding: 0;

    height: 100px;
}

#header2 h2 {
    font-size: 36px;
    line-height: 36px;
    color: #4766ff;
    text-transform: uppercase;
    font-weight: bold;
}


#header2 h3 {
    color: #525859;
    font-family: 'aleolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}

#header2 .navwrapper {
    text-align: center;
    margin-top: 0;
}

#header2 ul.btn {
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
}

#header2 ul.btn li {
    list-style: none;
    padding: 0px 0px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    vertical-align: middle;
    margin-top: 30px;
    float: left;
    /*width: 14.2%;*/
}

#header2 ul.btn li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 1rem 1.0625rem 1rem;
}

#header2 ul.btn li.active {
    background-color: #fff;
    border-top: 6px solid #ccc;
    line-height: 50px;
}

#header2 ul.btn li.active a {
    color: #55595c;
}

#header2 ul.btn li .button {
    background: none;
    margin-bottom: 0px;
}

#header2 .welcomesign {
    background: url("../images/header-banner-badge-dec-8-mandate.png") no-repeat top left;
    padding-top: 5.1rem;
}

.mobilemenu {
    padding-left: 0;
    padding-right: 0;
}

/*#endregion  */


/*#region INDEX */

#features {
    background-color: #f3f3f3;
    padding: 2.5rem 0px 0rem 0px;
}

#features ul li {
    list-style: none;
    margin-bottom: 2rem;
}

#features ul li img {
    margin-right: 1.6rem;
    width: 30px;
}

#startnow {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

#startnow p {
    margin-bottom: 0.8rem;
}

#startnow p span {
    color: #4766ff;
    font-weight: bold;
}

#startnow .text-center {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

#startnow .text-center p {
    margin-bottom: 0.4rem;
}

#startnow .text-center p span {
    color: #4766ff;
    font-weight: normal;
}

/*#endregion INDEX END */

/*#region PRIVACY */

#privacy {
    width: 100%;
    background-color: #FFF;
    padding: 0;
    padding-top: 4.6rem;
    padding-bottom: 3rem;
}

#privacy h1 {
    font-size: 36px;
    line-height: 36px;
    color: #4766ff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem;
}

#privacy h2 {
    color: #525859;
    font-family: 'aleolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1rem;
}

/*#endregion PRIVACY END*/



/*#region Login/SignUp */

.popup {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.45);
    display: none;
    left: 50%;
    margin-left: -275px;
    position: fixed;
    top: 20%;
    width: 550px;
    z-index: 9999;
}

.view_popup {
    background: none repeat scroll 0 0 #404040;
    padding: 25px;
    position: absolute !important;
    left: 51%;
    width: 550px;
}

.closePopup_btn {
    background: none repeat scroll 0 0 #404040;
    border-radius: 0;
    height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 1;
}

.closePopup_btn img {
    display: block;
    margin: 15px auto;
    width: auto;
}

.view_cont {
    padding: 0;
    display: table;
    width: 500px;
    background: #fff;
}

.view_cont tbody tr td {
    border-bottom: 1px solid #dcdcdc;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: Segoe UI;
    font-size: 18px;
}

.view_cont tbody tr td.fieldbox {
    width: 33%;
    text-align: right;
    display: table-cell;
}

.view_cont tbody tr td.nobrdr {
    border-bottom: none;
}

.view_cont table tr:nth-child(2n+1) {
    background: #fff;
}

.view_cont table tr th:first-child,
.view_cont table tr td:first-child {
    border-left: none;
}


.add_srvice {
    width: 830px;
    left: 50%;
    top: 20%;
    margin-left: -415px;
    position: absolute;
}

.add_srvice .add_cont {
    padding: 20px 0 0;
    width: 780px;
}

.add_srvice .add_cont .cancel {
    margin: 0;
}

.submit:hover {
    background: #e64b4b !important;
}

.cancel:hover {
    background: #5f9431 !important;
}

.login_popup {
    width: 550px !important;
    left: 50% !important;
    margin-left: -275px;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    behavior: url(../pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.login_popup .add_cont {
    width: 100% !important;
    background: #fff !important;
}

.login_popup .popup_head {
    border-bottom: 1px solid #ededed;
}

.popupbtn {
    color: #888888;
    font-size: 14px;
    margin: 10px 0 20px
}

.popupbtn a {
    font-size: 14px;
    color: #888888;
    margin: 0 10px;
}

.popupbtn a:hover {
    color: #707070;
}

.popupbtn a:first-child {
    margin-left: 0px;
}

.login_popup .popup_head h2 {
    color: #464646;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 25px;
    font-weight: bold;
    padding: 25px 40px;
    text-rendering: optimizelegibility;
}

.login_popup .popupCont {
    /*background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 0;*/
    padding: 25px 25px 40px;
}


.login_popup .popupCont .alert_box {
    margin: 0px 15px 24px;
}

.login_popup .popupCont label {
    font-size: 14px !important;
}

.login_popup .popupCont input {
    border-radius: 5px;
    behavior: url(../pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-top: 5px;
}


.login_popup .loginfoot {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px;
    padding: 20px 0 30px;
    position: relative;
    text-align: center;
}

.login_popup .login_linkedin {
    background: #188dd7 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    line-height: 27px;
    padding: 10px 30px;
    min-height: 73px;
    font-size: 22px !important;
    width: 100%;
}

.login_popup .login,
.login_popup .login_linkedin,
.login_popup .submit,
.login_popup .cancel,
.login_popup .signup_email {
    border-radius: 5px;
    behavior: url(../pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-decoration: none;

}

.login_popup .signup_email {
    background: #2b55c2 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    font-size: 22px !important;
    line-height: 27px;
    padding: 15px 30px;
    width: 100%;
}

.login_popup .or {
    bottom: -25.5px;
    left: 50%;
    margin-left: -24.5px;
    position: absolute;
}

.login_popup .forgot {
    float: right;
    position: relative;
    right: 25px;
    color: #008cba;
    line-height: 22px;
    font-size: 16px;
}

.login_popup .forgot:hover {
    color: #e64b4b;
}

.serve .card_cont {
    width: 100%;
}

.serve .card_cont table {
    width: 100% !important;
}

.service_cont {
    padding-top: 15px;
    background-color: #f5f5f5 !important;
}

.service_cont h2 {
    padding: 0 25px 20px;
}

.service_cont .btn {
    padding: 15px !important;
}

.add_srvice .add_cont {
    padding: 20px 0 0;
    width: 780px;
}

.add_srvice .add_cont .cancel {
    margin: 0;
}

.overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    display: none;
}

.required {
    border: 1px solid #FE0000;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3333%;
}

.col4 {
    width: 25%;
}

.col5 {
    width: 20%;
}

.col6 {
    width: 16.6667%;
}

.add_srvice .add_cont .submit,
.add_srvice .add_cont .cancel {
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    width: 100%;
    padding: 10px 15px !important;
    text-align: center;
    text-decoration: none;
}

.cancel {
    margin: 0;
}

.submit {
    background: #ed0c0c;
}

.submit:hover {
    background: #e64b4b !important;
}

.cancel {
    background: #4766ff;
    border-radius: 5px;
    behavior: url(../pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.cancel:hover {
    background: #0069bd !important;
}

.overlay_up {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    display: none;
}

.loading {
    top: 50%;
    left: 50%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    width: 200px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.45);
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    margin-left: -110px;
    margin-top: -150px;
    border-radius: 5px;
    behavior: url(../pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.loadingcont {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    line-height: normal;
}



/*#endregion */
.login-container {
    background: #F2F2F2;
    display: table;
    width: 100%;
}

.login-col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-top: 4rem;
    position: relative;
}

.login-box {
    width: 350px;
    margin: 0 auto;
}

.home-content-x-design-img {
    width: 350px;
    bottom: -95px;
    right: 0;
    position: absolute;
}

.support-center {
    width: 500px;
    height: 20px;
    margin-left: -80px
}

.support-center i {
    font-size: 14pt;
    vertical-align: middle;
    color: #444
}

.support-center a {
    color: #4766ff;
    text-decoration: underline;
}

.support-center div {
    display: inline-block;
}

.support-center div:first-child {
    padding-right: 1rem;
}

.support-center img {
    vertical-align: middle;
}

#main-container {
    min-height: calc(100vh - 160px);
    position: relative;
}

.x-logo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50%;
    z-index: 1;
    background-image: url(../images/landing/X.png);
    background-size: cover;
}

/* Landing page styling */

.landing-page .loginbtn {
    border: none;
    border-radius: 20px;
    margin-bottom: 1rem;
    padding: 10px 20px;
}

.landing-page #header .loginbtn a {
    color: #494949;
}

@media screen and (max-width: 991px) {

    /* sticky footer styles */

    .landing-page#wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100% !important;
    }

    .landing-page #header,
    .landing-page #footer {
        flex: 0;
    }

    .landing-page #main-container {
        flex: 1;
    }

    /* end sticky footer */

    .landing-page #header .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .landing-page #header .welcometext {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 1rem;
        text-align: center;
    }

    .landing-page #loginandcontact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 0 !important;
    }

    .landing-page #loginandcontact li a {
        font-size: 1rem;
    }

    .landing-page .login-container {
        display: inherit;
    }

    .landing-page .login-col {
        display: inherit;
        vertical-align: unset;
        width: auto;
    }

    .landing-page .login-box {
        max-width: 350px;
        width: auto;
    }

    .landing-page #main-container {
        min-height: 100%;
    }

    .landing-page .form-container {
        padding-bottom: 2rem;
    }

    .landing-page .support-center {
        height: auto;
        line-height: 2rem;
        margin-left: unset;
        margin-top: 1rem;
        width: auto;
    }

    .landing-page #footer .wrap {
        padding: 1.5rem 0;
    }

    .landing-page #footer .footlink li {
        padding: 0 1rem;
    }
}

/* End landing page styles */

/**/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .right-col {
        display: none;
    }

    .login-box {
        width: 100%;
        margin: 0 auto;
    }

    .login-col.left-col {
        display: block;
        width: 100%;
    }

    .login-container {
        display: block;
        padding: 0 1rem;
    }

    #wrapper {
        min-height: auto;
    }

    #footer .footlink ul li,
    #copyright .footlink ul li {
        padding: 0 .5rem
    }

    #copyright ul li {
        border-left: none !important;
    }

    .efile_logo {
        display: none;
    }

    .x-logo {
        display: none;
    }

    #header .tnav {
        padding-top: 0;
        float: none;
        text-align: center;
    }

    #header .tnav ul {
        padding-top: .8rem;
    }

    #header .tnav ul li:last-child a {
        position: relative;
        bottom: -15px
    }

    /* landing page styling */

    .landing-page #header ul li .loginbtn a {
        bottom: unset;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footlink ul li {
        border: none;
    }

    .x-logo {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right-col {
        display: none;
    }

    .login-box {
        width: 100%;
        margin: 0 auto;
    }

    .login-col.left-col {
        display: block;
        width: 100%;
    }

    .login-container {
        display: block;
        padding: 0 1rem;
    }

    #wrapper {
        min-height: auto;
    }

    .x-logo {
        display: none;
    }
}

@media only screen and (min-width: 992px) {}