html, body { margin: 0; padding: 0; }
*:focus {
    outline: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*    background: #f8f8f8;*/
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 8888;
}

a:hover {
    text-decoration: none;
}

.margin_64 {
    margin-top: 135px;
}

#header-wrap nav {
    background: #fff;
    margin: 0;
    border: 0;
    border-radius: 0;
    /*-webkit-box-shadow: 0 0 20px 0px #00000030;
    -moz-box-shadow: 0 0 20px 0px #00000030;
    -ms-box-shadow: 0 0 20px 0px #00000030;
    -o-box-shadow: 0 0 20px 0px #00000030;
    box-shadow: 0 0 20px 0px #00000030;*/
	border-bottom: 1px solid #eee;
}

#header-wrap nav .navbar-brand {
    height: auto;
    max-width: 230px;
}

.navbar-nav > li > a {
    font-size: 14px;
    color: #444;
    padding: 23px 15px;
}




.navbar-nav > li.active a:after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
    outline: 0;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* SHIFT */
.shift ul li a {
    position: relative;
    z-index: 1;
}

.shift ul li a:hover {
    color: #fff;
}

.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #f26326;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.video_section video {
    width: 100%;
}

.get_started {
    background: #2d3353;
    color: #fff;
    padding: 30px 15px;
}

.get_started h2 {
    font-size: 18px;
    margin: 00px 0 20px 0;
}

.get_started p {
    font-size: 15px;
}

.get_started .White_BTN {
    position: relative;
}

.get_started .White_BTN:before {
    content: "";
    background-image: url(../../assets/newimages/arrow_BTN.png);
    width: 120px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
	
}

.Orange_BTN {
    background: none;
    color: #f26326;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #f26326;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: normal;
}

.Orange_BTN:hover {
    background: #f26326;
    color: #fff;
}

.Blue_BTN {
    background: none;
    color: #1f65b2;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #1f65b2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.Blue_BTN:hover {
    background: #1f65b2;
    color: #fff;
}

.White_BTN {
    background: none;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #f26b25;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.White_BTN:hover {
    background: #fff;
    color: #2d3353;
    border-color: #2d3353;
	
}

.Green_BTN {
    background: none;
    color: #137127;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #137127;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.Green_BTN:hover {
    background: #137127;
    color: #fff;
    border-color: #137127;
	
}

.Red_BTN {
    background: none;
    color: #d41236;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d41236;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.Red_BTN:hover {
    background: #d41236;
    color: #fff;
    border-color: #d41236;
	
}


.Black_BTN {
    background: none;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000;
}

.Black_BTN:hover {
    background: #000;
    color: #fff;
}



.get_started .Orange_BTN {
    margin-top: 15px;
}

.video_section {
    margin-top: 30px;
}

.feature_box {
    min-height: auto !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step_images ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.step_images ul li {
    width: calc(100%/2);
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.step_images ul li img {
    display: inline-block;
}

.services .service {
    margin: 50px 0 15px 0;
    padding: 15px;
}

.services .service h2 {
    line-height: 20px;
    margin: 0;
}

.services .service h2 a {
    color: #444;
    font-size: 18px;
    margin: 0;
}

.services .service p {
    color: #444;
    font-size: 14px;
    margin-top: 15px;
}

.team {
    text-align: center
}

.team_slider {
    width: 80%;
    margin: auto;
}

.team_box {
    margin: 0px 0 50px;
    padding: 0 20px
}

.teamM_img {
    background-image: url(../images/team_BG.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 250px;
    height: 250px;
    padding-top: 53px;
    padding-left: 17px
}

.member_img {
    width: 152px;
    height: 152px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto
}

.member_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team_box h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 0
}

.team_box h6 {
    color: #f26326;
    font-size: 20px;
    margin-top: 5px;
}

.team button {
    border: 0;
    background: #e7e7e7 !important;
    width: 45px;
    height: 45px;
    display: inline-block !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 2px;
    margin-bottom: 10px
}

.team .on_hover {
    display: none
}

.team button:hover {
    background: #f26326 !important
}

.team button:hover .without_hover {
    display: none
}

.team button:hover .on_hover {
    display: inline-block
}

.team button img {
    max-height: 12px
}

footer {
    background: #333333;
    color: #7C7C7C;
}

.footer-widget {
    margin: 30px 0px;
}

.social_icons ul li {
    display: inline-block;
}

.social_icons ul li a {
    display: block;
    border: 2px solid #7C7C7C;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    line-height: 46px;
    font-size: 25px;
    margin: 0 3px;
    color: #7C7C7C;
    margin-top: 14px;
}

.social_icons ul li a i {
    line-height: unset;
}

.social_icons ul li a:hover {
    background: #f26b25;
    color: #fff;
    border-color: #f26b25;
}

.footer-signup-button {
    background: #263238;
    color: #fff;
    border-radius: 18px;
    padding: 12px 25px;
    font-size: 13px;
    border: 1px solid #1a2429;
}

.footer-signup-button:hover {
    background: #fff;
    color: #263238;
    border: 1px solid #fff;
}

.footer-widget h3 {
    margin: 0 0 15px 0;
}

.footer-widget .menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-widget .menu a {
    color: red;
}

.footer-widget .menu a {
    color: #7C7C7C;
    margin: 0 0 6px 0;
    display: block;
}

.footer-widget .menu a:hover {
    color: #f26326;
}

.footer-widget .menu li.active a {
    color: #f26326;
}

#copyright p {
    margin: 0;
}

#copyright {
    background: #1D1D1D;
    padding: 20px 0;
}



.navbar-toggle .icon-bar {
    background: #f6f6f6;
}

.pricing_table_inner {
    margin-top: 60px;
    float: left;
    width: 100%;
}

.pricing_table_inner .headtext {
    background: #1f65b2;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.pricing_table_inner .blue-bg {
    background: #f26326;
    color: #fff;
    text-align: center;
}

.pricing_table_inner .blue-bg font {
    font-size: 19px;
}

.pricing_table_inner td .icon {
    width: 21px;
    height: 21px;
    background: transparent url(../images/yes-no-icons.png) no-repeat;
    text-indent: -9999px;
    margin: 0 auto;
}

.pricing_table_inner .icon.no {
    background-position: 0 -21px;
}

.pricing_table_inner tbody td {
    background: #ffffff;
}

.pricing_table_inner .table > tbody > tr > td,
.pricing_table_inner .table > tbody > tr > th,
.pricing_table_inner .table > tfoot > tr > td,
.pricing_table_inner .table > tfoot > tr > th,
.pricing_table_inner .table > thead > tr > td,
.pricing_table_inner .table > thead > tr > th {
    padding: 15px;
    border-top: 1px solid #e2e2e2;
}

.pricing_table_inner .table > thead > tr > th,
.pricing_table_inner .table > thead > tr > td {
    border-top: 0 !important;
    border-bottom: 0;
}

.pricing_table_inner tbody tr:last-child td {
    background: transparent;
    border: none;
    padding: 0;
}

.pricing_table_inner .green {
    background: #00ffe1;
    border-color: #00ffe1;
    color: #002d41;
    font-size: 20px;
    text-align: center;
    padding: 20px 100px;
    float: right;
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 9px 2px #cecece;
    -moz-box-shadow: 0 0 9px 2px #cecece;
    -ms-box-shadow: 0 0 9px 2px #cecece;
    -o-box-shadow: 0 0 9px 2px #cecece;
    box-shadow: 0 0 9px 2px #cecece;
}

.pricing_table_inner .green:hover {
    background: #02d8bf;
}

.pricing_table_inner select {
    padding: 10px 9px;
    margin: 13px 0 0 0;
}

.features {
	
    padding: 30px 0;
    margin-top: 30px;
}

.features h2 {
    color: #585b60;
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 48px;
}

.feature_box {
    margin-bottom: 30px;
    position: relative;
}

.featured-icon {
    position: absolute;
    color: #f26b25;
    width: 60px;
    font-size: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 9px;
    border: 1px solid #d2d2d2;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.featured-content {
    padding-left: 90px;
}

.featured-content h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.featured-content p {
    font-size: 14px;
    line-height: 25px;
}

.feature_box:hover .featured-icon {
    background: #f26326;
    color: #fff;
    border-color: #f26326;
}

.Testimonials_outer {
    padding: 50px 0;
    background: #2d3353;
}

.message {
    background: #2d3353;
    padding: 15px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    min-height: 180px;
    color: #ffffff;
    border: 1px solid #fff;
}

.slide_inner {
    padding: 0 15px;
}

.message:after {
    content: "";
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 16%;
}

.testimonial-review h3 {
    margin: 0 0 0 0;
}

.testimonial-review h3 a {
    color: #f26e2a;
    font-size: 16px;
}

.testimonial-review h5 {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.testimonial-review span {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.slick-dots li button:before {
    background: #f37d4a;
    font-size: 0;
    border-radius: 100%;
    width: 14px;
    height: 14px;
}

.slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 10px;
}

.INDEHOLDER_outer {
	
    padding: 40px 0 0 0;
}

.INDEHOLDER_outer h2 {
    color: #585b60;
    font-size: 28px;
    margin: 0 0 0px 0;
}

.INDEHOLDER_outer .listing_style {
    margin-top: 30px;
}

.listing_style li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #434343;
}

.listing_style li:after {
    content: "\f0a3";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    color: #f26326;
}

.green_box {
	
    background: #E0F1B5;
}

.green_box_inner {
    background: #E0F1B5;
    padding: 40px 20px;
    position: relative;
    text-align: center;
}

.green_box_inner span {
    position: absolute;
    top: 0;
    left: 0;
    background: #c6e085;
    padding: 9px;
    font-size: 11px;
}

.green_box_inner p {
    text-transform: uppercase;
}

.aboutus-section .text_block {
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.aboutus-section .text_block:hover {
    border-color: #bdbdbd;
}

.loginbox {
    padding-left: 0;
    max-width: 360px;
    margin: 140px auto 0 auto;
    overflow-x: hidden;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px 0px #d4d4d4;
    -moz-box-shadow: 0 0 5px 0px #d4d4d4;
    -ms-box-shadow: 0 0 5px 0px #d4d4d4;
    -o-box-shadow: 0 0 5px 0px #d4d4d4;
    box-shadow: 0 0 5px 0px #d4d4d4;
    border-radius: 4px;
}

.loginbox .error {
    position: static !important;
    margin: 7px 0 0 0 !important;
    font-size: 12px;
}

.loginbox_inner label {
    margin-bottom: 15px;
    margin-top: 4px;
    font-size: 18px;
    color: #111;
}

.loginbox_inner select {
    padding: 13px 10px;
    height: auto;
    border: 1px solid #bdbdbd !important;
    border-radius: 4px !important;
}

.input-group-addon {
    padding: 0px 5px;
    font-size: 0px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.input-group-addon i {
    font-size: 20px;
}

.my_input {
    border-radius: 0 !important;
    border: 0 !important;
    background: none;
    box-shadow: none !important;
    border-bottom: 1px solid #dadada !important;
}

.loginbox_inner .input-group {
    margin-bottom: 25px;
}

#frgtpwd {
    text-align: center;
    margin-top: 25px;
}

#frgtpwd a {
    color: #1f65b2;
    text-decoration: underline;
}

.step_inner {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    margin: 100px auto 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0px #d4d4d4;
    -moz-box-shadow: 0 0 5px 0px #d4d4d4;
    -ms-box-shadow: 0 0 5px 0px #d4d4d4;
    -o-box-shadow: 0 0 5px 0px #d4d4d4;
    box-shadow: 0 0 5px 0px #d4d4d4;
}

.step_inner h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #111;
    display: inline-block;
    float: left;
}

.steper-new {
    float: right;
}

.steper-new .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    border: 1px solid #b1b1b1;
    background: #dedede;
}

.step_inner .form-group {
    margin-top: 15px;
}

.steper-new .step.active {
    background: #f26326;
    opacity: 1;
    border-color: #f26326;
}

.steper-new .step.finish {
    background: black;
    border-color: black;
}

.step_inner form {
    border-top: 1px solid #d2d2d2;
}

.step_inner form label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.my_input:focus {
    border-color: #dadada;
    box-shadow: none;
    background: #f3f3f3;
}

.error {
    color: red;
    font-weight: normal;
    text-align: left;
    display: block;
    margin-top: 5px;
}

.step_header {
    overflow: hidden;
    margin-bottom: 20px;
}

.step_inner .select_box {
    margin: 20px 0;
}

.step_inner .select_box label {
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.step_inner .select_box input {
    display: none;
}

.head-line {
    text-align: left;
    font-weight: 600;
}

.step_inner .select_box input:checked + label {
    background: #f26326;
    color: #fff;
    border-color: #f26326;
}

.step_inner .check_BOX_outer {
    position: relative;
    margin: 10px 0;
}

.step_inner .check_BOX_outer input {
    position: absolute;
    top: 0px;
    left: 0;
}

.step_inner .check_BOX_outer label {
    padding-left: 25px;
}

/*after_login*/
.inner_header .navbar-collapse.collapse {
    display: block !important;
}

.inner_header .navbar-nav > li {
    float: left !important;
}

.inner_header .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.inner_header .navbar-right {
    float: right !important;
}

.inner_header .navbar-toggle {
    display: none;
}

/*SideBar*/
.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    background: #fdfdfd;
    width: 300px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 70px);
    position: fixed;
    top: 110px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11 !important;
}

.sidebar .user-info {
    padding: 20px 10px 10px 50px;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar .user-info .image {
    margin-right: 12px;
    display: inline-block;
}

.sidebar .user-info .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important;
}

.sidebar .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    color: #565656;
}

.sidebar .user-info .info-container .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    color: #333;
}

.sidebar .user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    display: inline-block;
}

.sidebar .user-info .info-container .email:before {
    content: "-";
}

.sidebar .user-info .info-container .user-helper-dropdown {
    position: absolute;
    right: -3px;
    bottom: -12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    padding: 0;
    background: none;
    border: 0;
}

.sidebar .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: -35px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

.sidebar .dropdown-menu > li > a {
    padding: 7px 18px;
    color: #666;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 25px;
}

.sidebar .dropdown-menu > li > a i.material-icons {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    font-size: 20px;
}

.sidebar .menu {
    position: relative;
    overflow-y: auto;
    height: 90vh;
}

.sidebar .menu .list {
    list-style: none;
    padding-left: 0;
}

.sidebar .menu .list a {
    color: #747474;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 15px 20px;
}

.sidebar .menu .list i.material-icons {
    margin-top: 4px;
}

.sidebar .menu .list a span {
    margin: 0px 0 0px 12px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.sidebar .menu .list a i {
    vertical-align: middle;
    font-size: 18px;
}

.sidebar .menu .list .menu-toggle:before {
    content: '+';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sidebar .menu .list .menu-toggle:after {
    content: '\2013';
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sidebar .menu .list .ml-menu {
    list-style: none;
    display: none;
    padding-left: 0;
}

.sidebar .menu .list .menu-toggle:after,
.sidebar .menu .list .menu-toggle:before {
    position: absolute;
    top: calc(50% - 14px);
    right: 17px;
    font-size: 19px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .menu .list .menu-toggle:before {
    content: '+';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sidebar .menu .list .menu-toggle.toggled:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sidebar .menu .list .menu-toggle.toggled:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sidebar .menu .list .menu-toggle.toggled:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sidebar .menu .list .ml-menu li a {
    padding-left: 55px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar .menu .list .ml-menu span {
    font-weight: normal;
    font-size: 14px;
    margin: 3px 0 1px 6px;
}

.sidebar a,
.sidebar a:hover {
    text-decoration: none;
}

.sidebar .menu .list .ml-menu li .ml-menu li a {
    padding-left: 80px;
}

.sidebar .legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
}

.ls-closed .sidebar {
    margin-left: -300px;
}

/*SideBar*/

/*Content area*/
.Content_area {
    margin-left: 50px; 
    margin-top: 120px;
    background: #fff;
    margin-right: 50px;
    /*border: 1px solid gainsboro;*/
    margin-bottom: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    min-height: 100px;
}

.content_header {
    padding: 25px;
    border-bottom: 1px solid gainsboro;
}

.content_body {
    padding: 25px;
}

.content_header h2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    /*    float: left;
	margin-top: 11px;*/
}

.content_block {
    min-height: 200px;
    margin: 10px 0;
    /* -webkit-box-shadow: 0 0 5px 0px #d4d4d4;
		-moz-box-shadow: 0 0 5px 0px #d4d4d4;
		-ms-box-shadow: 0 0 5px 0px #d4d4d4;
		-o-box-shadow: 0 0 5px 0px #d4d4d4;
	box-shadow: 0 0 5px 0px #d4d4d4; */
	border: dotted #ccc;
    background: #fff;
}

.content_block .header {
	
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.content_block .header h2 {
    font-size: 16px;
    margin: 0;
}

.content_block .body {
    padding: 15px;
}

.content_block .body .col-xs-6:nth-child(1) {
    border-right: 1px solid #c5c5c5;
}

.content_block .body .block .icon {
    font-size: 35px;
    font-weight: 400;
}

.content_block .body .block p {}

.headdahstp h6 {
    font-size: 16px;
}

.dash-img img {
    max-width: 70px;
}

.headdahstp {
    border-bottom: 1px solid gainsboro;
}

.headdahstp:last-child {
    border: 0;
}

.ls-closed .Content_area {
    margin-left: 15px;
}

.overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.ls-closed .bars:after,
.ls-closed .bars:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 20px;
    margin-right: 10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ls-closed .bars:before {
    content: '\E5D2';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ls-closed .bars:after {
    content: '\E5C4';
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-open .sidebar {
    margin-left: 0;
    z-index: 99999999 !important;
}

.inner_header .navbar-brand {
    margin-left: 35px;
    max-width: 200px;
}

.tooltip_BTN {
    background: #1f65b2;
    border: 0;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.step_label {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
}

.Content_area .step_inner {
    margin: 50px auto;
    position: relative;
}

.contacts .content_block img {
    margin-bottom: 20px;
    margin: auto;
}

.contacts .content_header h2 {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.card .header {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.card .header h2 {
    font-size: 18px;
    margin: 0;
}

.card.profile {
    background: linear-gradient(135deg, rgba(31, 102, 178, 1) 0%, rgba(31, 102, 178, 0.96) 3%, rgba(240, 47, 23, 0.66) 27%, rgba(204, 56, 50, 0.59) 33%, rgba(31, 102, 178, 0.64) 62%, rgba(246, 41, 12, 0.69) 91%, rgba(242, 99, 38, 0.7) 100%);
    margin-bottom: 30px;
}

.card.profile .profile-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
    margin: 20px 0px;
}

.filename.img-responsive {
    width: 100px;
    height: 100px;
}

.card.profile .deaprt {
    margin-top: 17px;
    color: #fff;
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 12;
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #1f91f3;
}

.form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
	
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-left: 0;
}

.form-label sup {
    color: red;
    font-size: 16px;
    top: 0;
}

.form-group .form-line.focused .form-label {
    top: -13px;
    left: 0;
    font-size: 13px;
}

.form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.add_employee .form-group {
    margin-bottom: 30px;
}

.label-count {
    width: 17px;
    height: 17px;
    text-align: center;
    position: absolute;
    top: 29px;
    right: 3px;
    font-size: 10px;
    line-height: 17px;
    background-color: #fff;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

input[type="search"] {
    -webkit-appearance: none;
    padding: 10px;
    border-radius: 60px;
    outline: none;
    box-shadow: 1px 1px 10px #e6e4e4;
    border: 1px solid #c3c3c3;
}

.breadcrumb > li {
    position: relative;
}

.employee-block {
    position: relative;
}

.employee-image {
    margin: 0 auto;
    display: block;
    width: 100px;
    overflow: hidden;
    height: 100px;
    border-radius: 100%;
}

.employee-name {
    text-align: center;
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.employee-email {
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
}

.employee-block_outer {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
}

.employee-block_outer a i {
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 18px;
}

.my_select {
    padding: 13px 10px;
    height: auto;
    border: 1px solid #bdbdbd !important;
    border-radius: 30px !important;
    background: #fff;
}

.mb-20 {
    margin-bottom: 30px !important;
}

.tooltip-new {
    display: none;
}

.tooltip-new:after {
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #2d3355;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0%, -50%);
}

.tooltip_BTN:hover .tooltip-new {
    position: absolute;
    width: 450px;
    max-width: 175px;
    font-size: 12px;
    top: -50%;
    bottom: auto;
    margin-left: 10px;
    border: 1px solid #000;
    display: block;
    padding: 10px;
    background: #2d3355;
    color: #ffffff;
    text-align: left;
    left: 100%;
    font-family: roboto;
    line-height: 18px;
    z-index: 999;
    border-radius: 5px;
    word-break: break-word;
}

.tooltip_BTN:hover .tooltip-new b {
    /*    font-weight: 300;*/
    margin: 5px 0;
    display: block;
}

.pb-30 {
    padding-bottom: 30px;
}

.white_txt {
    color: #fff;
}

.card.profile .profile-img img {
    width: 100%;
    height: 100%;
}

.thumbnail .caption h5 {
    font-weight: bold;
    font-size: 16px;
}

.thumbnail .caption h5 .Orange_BTN {
    font-size: small;
}



.thumbnail .caption h5 span {
    color: #000000;
    margin-left: 5px;
    font-weight: normal;
}

.inline_block {
    display: inline-block;
}

/*
	.nicescroll-cursors {
    height: 50px!important;
	}
*/
#ascrail2000-hr {
    display: none !important;
}

.nav-tabs > li > a {
    color: #8a8a8a;
    border-radius: 0;
    border: 0;
    margin: 0;
}

.nav-tabs > li > a > i {
    margin-right: 4px;
    font-size: 16px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #f26326;
}

.nav-tabs {
    border-bottom: 1px solid #f26326;
}

.contract-img {
    max-width: 60px;
    margin: 15px 0;
}

.alert i {
    vertical-align: middle;
}

.alert-danger a {
    color: #a94442;
}

#cv_with_icon_title .contract-img {
    margin: 0;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
    content: '\E315';
    font-family: 'Material Icons';
    position: relative;
    font-size: 21px;
    height: 20px;
    top: -5px;
    right: 0px;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
    font-weight: 600;
    margin-left: 5px;
}

.sidebar .menu .list li.active > :first-child span {
    font-weight: bold;
}

.padd-left0 {
    padding-left: 0 !important;
}

.padd-right0 {
    padding-right: 0 !important;
}

.breadcrumb {
    background: none;
}

.serch-bar .breadcrumb > li button {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    padding: 0 16px;
    border: 0;
    background: none;
    font-size: 16px;
}

.diskused {
    margin-top: 20px;
    border: 1px solid #d6d8da;
    padding: 10px;
    text-align: center;
    background: #1f65b214;
}

.pagination > li > a,
.pagination > li > span {
    border: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f26326;
    border-color: #f26326;
}

/*Content area*/
.gj-datepicker .input-group-append {
    display: none;
}

.gj-datepicker {
    width: 100%;
}

.reactive_BTN .Orange_BTN i {
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 18px;
}

/*
	.modal .code-popup .modal-header {
    border: none;
    padding: 18px 25px 5px 25px;
    background: #f26326;
    color: #fff;
    font-size: 15px;
	}
*/

.modal .code-popup .modal-header p {
    float: left;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal .code-popup .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}

#myModalre .my_select {
    display: block;
    width: 100%;
    border-radius: 6px !important;
    margin-top: 13px;
}

.inner_header .navbar-nav > li > a {
    color: #337ab7;
}

.inner_header .navbar-nav > li > a > i {
    font-size: 23px;
    color: #337ab7;
    margin: 0;
}

.inner_header .navbar-nav > li > a:hover {
    color: #f26326;
}

.inner_header .nav .open > a,
.inner_header .nav .open > a:focus,
.inner_header .nav .open > a:hover {
    background-color: transparent;
}

.inner_header .navbar-nav > li > .dropdown-menu {
    border: 0;
    font-size: 13px;
    border-top: 3px solid #f26326;
    padding: 0;
}

.inner_header .dropdown-menu {
    position: absolute;
    top: 85%;
    width: 150px;
    right: 0;
    background: white;
    box-shadow: 0 0 5px 0px #80808066;
}

.inner_header .navbar-nav > li > .dropdown-menu:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f26326;
    position: absolute;
    bottom: 100%;
    right: 14px;
}

.inner_header .dropdown-menu li a {
    padding: 10px 12px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}


.inner_header .dropdown-menu li a {
    display: block;
	
}

.inner_header .popover-title {
    display: none;
}

.popover-content {
    padding: 3px 9px;
    font-size: 12px;
    color: #424242;
}

.popover > .arrow {
    border-width: 7px;
}

.popover.bottom {
    margin-top: 10px;
    left: auto !important;
    right: 0;
    min-width: 120px;
}

.popover.bottom > .arrow {
    margin-top: 4px;
    left: auto !important;
    right: 16px;
	
}

.inner_header .dropdown-menu .dropdown-menu {
    display: block;
    position: static;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    background: #f3f3f3;
}


/*
	.inner_header .dropdown-menu > li:nth-child(2) > a:first-child {
    display: none;
	}
*/

.Inner-menu {
    position: absolute;
    right: 100%;
    opacity: 0;
    top: 50px;
    visibility: hidden;
    min-width: 160px;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 5px 0px #80808066;
    transition: .3s ease-in;
    font-size: 13px;
    border-top: 3px solid #f26326;
}

.Inner-menu li a {
    color: #333;
}

.Inner-menu li a:hover {
    background: #f5f5f5;
}

.dropdown-submenu2 {
    position: relative;
}

.dropdown-submenu2:after {
    content: "\f067";
    position: absolute;
    top: 14px;
    right: 10px;
    font-family: fontawesome;
    font-size: 9px;
    color: #6d6d6d;
}

.dropdown-submenu2:hover:after {
    content: "\f068";
}

.dropdown-submenu2:hover > .Inner-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.faded-section {
    opacity: .5;
}

.step_inner h2 {
    font-weight: bold;
}

.terms a {
    color: #f26b25;
    font-size: 18px;
}

.terms h1 {
    font-size: 36px;
    font-weight: bold;
}

.terms h2 {
    font-size: 26px;
    margin: 20px 0px;
    font-weight: 600;
}

.terms h3 {
    font-size: 22px;
    font-weight: bold;
}

.terms ol li,
.terms ul li {
    margin: 6px 0;
    font-size: 18px;
    line-height: 27px;
}

.disk_style {
    list-style: disc;
    padding-left: 25px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 27px;
}

.disk_style {
    list-style: disc;
    padding-left: 25px;
    margin: 20px 0;
}

.cookie h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0;
}

.cookie td,
.cookie th {
    padding: 8px;
}

.cookie .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.cookie td strong {
    color: #f26326;
}

.cookie .security_img {
    margin-top: 45px;
}

.cookie a,
.cookie a font {
    color: #f26326;
}

.cookie #accordion .card-header a {
    background: #fff;
    padding: 15px;
    height: auto;
    display: block;
    padding-left: 40px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-weight: bold;
    position: relative;
}

.cookie #accordion .content_block {
    min-height: auto;
}

.cookie #accordion .card-body {
    padding: 20px;
    background: #fff;
}

.cookie #accordion .card-header a:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    font-weight: bold;
    border: 1px solid #c3c3c3;
    width: 20px;
    text-align: center;
    color: #c3c3c3;
    font: normal normal normal 14px/1 FontAwesome;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

.cookie #accordion .card-header a.card-link:before {
    content: "\f068";
}

.cookie #accordion .card-header a.collapsed:before {
    content: "\f067";
}


.cookie #accordion .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.two_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.device_verify {
    padding: 20px;
    background: #fff;
    margin: 140px auto;
    display: block;
    max-width: 500px;
    text-align: center;
}

.device_verify h1 {
    font-size: 26px;
    margin: 15px 0;
    color: #f26326;
    font-weight: bold;
}

.device_verify > p {
    margin: 10px 0;
    font-size: 14px;
}

.device_verify #img {
    margin: 20px 0;
}

.device_verify .input-group {
    width: 100%;
}

.device_verify .input-group input {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.device_verify ul {
    font-size: 0;
    border-top: 1px solid #b7b7b7;
    padding-top: 20px;
}

.device_verify ul li {
    width: 50%;
    display: inline-block;
    font-size: initial;
    padding: 0 20px;
}

.device_verify ul li img {
    max-width: 80px;
    margin: 15px auto;
}

.device_verify ul li span {
    color: #333;
    font-weight: 600;
}

.device_verify ul li a:hover span {
    color: #f26326;
}

.d-block {
    display: block !important;
}

.contact_step_1 select {
    width: 100%;
}

.contact_step_1 #infotext {
    width: 100%;
    padding: 10px;
    border-color: #d8d8d8;
	
}

.contact_step_4 .container-fluid > ol > li {
    font-weight: bold;
    font-size: 18px;
}

.contact_step_4 .container-fluid > ol > li > ul {
    font-weight: normal;
    margin: 10px 0;
    font-size: 14px;
}


.contact_step_4 .container-fluid > ol > li > ul > li {
    margin: 10px 0;
    line-height: 30px;
}

.radio_box input[type="radio"] {
    position: absolute;
    left: 0;
    top: 4px;
}

.radio_box {
    position: relative;
    padding-left: 24px;
    margin-bottom: 18px;
    line-height: 30px;
}

.contact_step_4 td,
.contact_step_4 th {
    padding: 2px 8px;
}

.contact_step_4 .disk_style {
    font-weight: normal;
    font-size: 14px;
}

.dasabled {
    opacity: .5;
}


.add_signature .step_header {
    overflow: visible;
}


.contact_step_4 .form-float {
    display: inline-block;
    margin: 0 10px;
}

.contact_step_4 .form-float input {
    width: auto;
}

.contact_step_4 .form-group .form-line:after {
    border-bottom: 2px solid #f78060;
}

.employee_upload_sign .step_header {
    overflow: visible;
}

.fake {
	
	
    display: none;
	
}

.contact_step_4 .form-group .form-line sup {
    color: red;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
}

.contact_step_4 .form-group .form-line select + sup {
    right: -8px;
}

/*compliance Page*/
.compliance {
    margin-top: 40px;
}

.compliance .text_left h2 {
    font-size: 22px;
    margin-top: 0;
    margin: 0;
}

.compliance .text_left h5 {
    color: #f26c27;
    margin: 15px 0 0px 0;
}

.compliance .text_left p {
    margin: 5px 0 20px 0;
}

.compliance .table_area h2 {
    font-size: 22px;
    margin: 20px 0;
}

.compliance .table_area th {
    color: #f26326;
    text-align: center;
}

.compliance .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

/*
	.compliance .table_area {
    margin-bottom: 40px;
	}
*/

.compliance .table_area .table {
    margin-bottom: 0;
}

.compliance .table_area td {
    font-size: 14px;
}

/*compliance Page*/

.contact_step_5 .Green_BTN {
    margin: 0 0 0 15px;
}

.form-group .error {
    position: absolute;
    left: 0;
    bottom: 75%;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}

table {
    font-size: 14px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

#auth_form .inpu_form {
    margin: 15px 0;
}

#auth_form .inpu_form input {
    text-align: center;
    width: 55px;
    height: 55px;
    margin: 0 2px;
    font-size: 26px;
    font-weight: bold;
    color: #f26326;
    border-radius: 100px;
    border: 1px solid #a2a2a2;
}

.full_width {
    width: 100%;
}

.auth_footer {
    color: #9c9c9c;
    border-top: 1px solid #cecece;
    padding-top: 20px;
}

#target {
    font-size: 30px;
    font-weight: bold;
    color: #1f65b2;
}

.services .service img {
    max-width: 150px;
    margin: 50px auto;
}

.padd15 {
    padding: 15px;
}

.bg_white {
    background: #fff;
}

.height_auto {
    min-height: auto !important;
}

.padd_bottom0 {
    padding-bottom: 0;
}

.order_iMG {
    margin: 40px 0 0 0;
}

.height_100vh {
    min-height: 100vh;
}

.m_height_350 {
    max-height: 222px;
    overflow-y: auto;
}

.padd0 {
    padding: 0;
}

.D-inline-block {
    display: inline-block;
}

.ui-datepicker {
    z-index: 99 !important;
}

.form-group {
    position: relative;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes down_effect {
    from {
        bottom: 105px;
	}
	
    to {
        bottom: 5px;
	}
}

/* Standard syntax */
@keyframes down_effect {
    from {
        bottom: 105px;
	}
	
    to {
        bottom: 5px;
	}
}

/*Article Page Start*/
.article {
    margin: 40px 0;
}

.article_img {
    margin-bottom: 30px;
}

.article h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.article_details a {
    color: #f26326;
}

.article_list li {
    min-height: 80px;
}


.article_list .article_thumb {
    position: absolute;
    left: 0;
    max-width: 120px;
    height: 80px;
}

.article_list .article_item {
    position: relative;
    padding-left: 132px;
}


.article_list .article_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list .article_item h3 {
    margin: 0;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 24px;
}

.another_info {
    color: darkgrey;
}


.another_info span {
    margin-right: 8px;
    font-size: 12px;
}

.article_list ul li {
    margin-bottom: 20px;
}

.article_list .article_item {
    margin-bottom: 30px;
}



/*Article Page End*/

/*after Login Artical page start*/
.after_login_article .content_block {
    margin-top: 0;
}

/*after Login Artical page END*/

.content_block .BTN_div .White_BTN {
    font-size: 24px;
    background: #f26326;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0px 4px #f26326;
    border-radius: 14px;
    padding: 14px 60px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_block .small_BTN .White_BTN {
    padding: 6px 36px !important;
    font-size: 18px !important;
}

.content_block .BTN_div img {
    position: absolute;
    top: 34px;
    right: 20px;
}


/*Artical Listing*/

.artical_list h2 {
    padding: 0 15px;
}

.artical_list ul li h3 {
    font-size: 20px;
    color: #f26b25;
    margin: 0 0 10px 0;
}

.artical_list ul li span {
    color: gray;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.artical_list ul li p {
    color: #333;
    font-size: 18px;
}

.terms_inner p {
    color: #333;
    font-size: 18px;
}

#terms-section p {
    font-size: 18px;
    line-height: 27px;
}

.artical_list ul li {
    border-bottom: 1px solid #f26b25;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    min-height: 190px;
}

.artical_list ul li a {
    overflow: hidden;
    width: 80%;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.artical_list ul li a:hover * {
    color: #f2692e;
}


.artical_list ul li img {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 200px;
}

/*Artical Listing*/


/*PopUP START*/
.my_model .modal-content {
    border: 2px solid #1a1f38;
    background: #2d3353;
    padding: 30px 0;
    position: relative;
}

.my_model .modal-content > img {
    position: absolute;
    right: 81%;
    bottom: 10%;
}

.my_model .modal-content h1 {
    color: #fff;
    font-size: 44px;
    margin: 0;
}

.my_model .modal-content h2 {
    font-weight: bold;
    color: #f26326;
    font-size: 60px;
    margin: 20px 0;
}

.my_model .modal-content p {
    color: #000;
    margin: 0px 0 0 0;
    font-size: 15px;
}

.my_model .modal-header {
    padding: 0;
    border: 0;
}

.my_model .modal-header .close {
    color: #2d3353;
    opacity: 1;
    line-height: 1;
    padding: 0;
    bottom: 92%;
    position: absolute;
    left: 95%;
    background: #f26326;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-shadow: none;
    font-size: 42px;
}

.modal-backdrop.in {
    opacity: .8;
}

.my_model .modal-content .White_BTN {
    font-size: 18px;
    background: #f26326;
    border: 2px solid #fff;
    box-shadow: 0 0 0px 4px #f26326;
    border-radius: 14px;
    padding: 12px 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.BTN_div {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
}

.BTN_div img {
    position: absolute;
    top: 50px;
    right: 20px;
    max-width: 40px;
}

.modal.my_model {
    text-align: center;
    color: #fff;
}

.small_BTN .White_BTN {
    padding: 14px 50px !important;
    font-size: 18px !important;
}

.text-left {
    text-align: left !important;
}

.my_model .form-group .form-line:after {
    border-bottom: 2px solid #f26326;
}

/*PopUP END*/


table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ddd !important;
}

.paginate_button.current,
.paginate_button:hover {
    background: #f26326 !important;
    border-color: #f26326 !important;
    color: #fff !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

/*signGDPR Page*/

.chapter_head {
    font-size: 22px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px 0;
    font-weight: bold;
    margin: 50px 0;
}

.chapter_info ol li {
    position: relative;
    margin: 10px 0;
}

.chapter_info ol li:after {
    content: "";
    background: url(../../assets/newimages/dot.png);
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
}

.chapter_info ol li .text {
    background: white;
    z-index: 999;
    position: relative;
}

.chapter_info ol li .pull-right {
    background: white;
    position: relative;
    z-index: 99;
    min-width: 20px;
    text-align: right;
}

.chapter_info ol li .text:after {
    content: "";
    width: 5px;
    height: 1px;
    display: inline-block;
}

.chapter_info ol {
    padding: 12px 0 12px 14px;
}

.chapter_info h2 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.signGDPR .main_list > li {
    font-size: 18px;
    font-weight: 600;
}

.signGDPR .main_list {
    padding: 0 0 0 18px;
}

.signGDPR .sub_list li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.signGDPR .sub_list {
    padding-left: 0;
    margin-top: 12px;
}

.signGDPR .seond_sub_list {
    list-style-type: lower-latin;
    margin-top: 10px;
}

.signGDPR .seond_sub_list li {
    font-weight: bold;
}

.signGDPR .seond_sub_list li p {
    font-weight: normal;
}

.signGDPR .seond_sub_list li ul li {
    font-weight: normal;
    list-style-type: disc;
    padding-left: 0;
}

.signGDPR .seond_sub_list li ul {
    padding-left: 30px;
}

.signGDPR .form_inner label:after {
    content: ":";
    position: absolute;
    right: 0;
    font-weight: bold;
}

.signGDPR .form_inner label {
    font-weight: normal;
    position: relative;
    width: 100%;
    display: block;
}

.signGDPR .form_inner .form-group {
    margin-bottom: 1px;
}


.signGDPR .form_inner h2 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.sign_inner img {
    position: relative;
    top: 30px;
    left: 20px;
}

.sign_inner hr {
    margin: 0 0;
    border-color: black;
    width: 60%;
}

/*signGDPR Page END*/

/*signGDPR Download Page */
.download_area img {
    max-width: 110px;
    margin-bottom: 11px;
}

.download_area {
    padding-left: 14px;
}

/*signGDPR Download Page */

/*FAQ Start*/

.FAQ .video_section {
    margin-top: 0;
}

.FAQ .video_section video {
    width: 350px;
    margin: auto;
    display: block;
}

.FAQ h3 {
    font-size: 30px;
}

.FAQ #accordion .card-header a {
    font-size: 19px;
}

.FAQ #accordion .card-header a:before {
    top: 19px;
}

/*FAQ End*/

/*Press Page START*/
.press .artical_list ul li img {
    max-width: 130px;
}

.d-block {
    display: block;
}

/*Press Page END*/

.padd30 {
    padding-top: 30px;
}

#clock_popup {
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
    cursor: pointer;
    max-width: 80px;
}


/*under_agreement Page Start*/
.under_agreement .step_inner .form-float {
    display: inline-block;
}

/*
	.under_agreement #upload_agreement {
    display: none;
	}
	
	.under_agreement .upload_agreement {
    display: inline-block !important;
    width: auto !important;
    background: #d2d2d2;
    padding: 7px 15px;
    border-radius: 0px;
    cursor: pointer;
}*/

.agreement_upload {
    margin: 40px 0 90px;
}

/*under_agreement Page End*/


/*Add Employee Uplaod */
.uploading_area {
    border-bottom: 1px solid gainsboro;
    padding: 25px;
    margin-bottom: 30px;
	
}

.uploading_inner {
    position: relative;
    padding-right: 45px;
    display: inline-block;
}

.download_CSV {
    position: absolute;
    right: 0px;
    top: 0px;
}



.submission {
    display: block;
    margin-top: 10px;
}



.upload_BTN label {
    cursor: pointer;
}

.upload_BTN input[type="submit"] {}

.download_CSV img {
    margin: 0 12px 0 0;
    cursor: pointer;
}

.chhose_file span {
    font-size: 13px;
    margin-top: 3px;
}

.form-group .form-line select + sup {
    position: absolute;
    top: 0;
    right: 6px;
    color: red;
    font-size: 16px;
}

.uploading_area .upload_BTN {
    display: inline-block;
    margin-top: 10px;
}

.uploading_area .info {
    margin: 0;
}

.Rounded_BTN {
    border-radius: 250px;
}

/*Add Employee Uplaod END */

/*activation_link Page*/
.activation_link .step_inner form {
    border-top: 0;
}

.d-inline-block {
    display: inline-block;
}

.image_area {
    background: #ededed;
    margin: 20px 0 5px 0;
}

/*activation_link Page END*/

/*payment_error START*/
.payment_error p {
    display: inline-block;
    font-size: 18px;
}

.payment_error img {
    display: inline-block;
    max-width: 200px;
}

.payment_error {
    padding: 50px 0;
}

/*payment_error END*/

.Invoice ul {
    max-height: 100px;
    overflow: auto;
    width: 100%;
}

.bold_listing > li {
    font-weight: 600;
    font-size: 18px;
}

.bold_listing > li > ul {
    padding: 0;
	
}

.bold_listing > li * {
    font-weight: normal;
    font-size: 14px;
}

.Contract_form .tooltip-new:last-child {
    max-width: 500px;
}

.bold_listing > li small {
    font-size: 85%;
    margin: 4px 0;
    display: inline-block;
}


.feedback_mail .step_header {
    position: relative;
    overflow: visible;
    float: left;
    width: 100%;
}

.feedback_mail .step_header img {
    position: absolute;
    right: 0;
    max-width: 110px;
    z-index: 999;
}

/*************/
.listing_outer ul li {
    border-bottom: 1px solid orange;
    padding: 0px 0 20px 0;
    margin-bottom: 30px;
}

.listing_outer ul li h2 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
}

.listing_outer ul li h2 img {
    max-width: 26px;
}

.listing_outer ul li p {
    margin-top: 15px;
}

.imge_outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imge_boxx {
    max-width: 250px;
    margin-bottom: 40px;
    text-align: left;
}

.imge_boxx p {
    margin-top: 15px;
}

/*************/

.skabelonerDocs .artical_list ul li {
    min-height: auto;
}

.skabelonerDocs .artical_list h2 {
    margin-top: 0;
}

.pris_form .inpuT-area {
    display: inline-block;
    min-width: 115px;
}

.hidden_radio {
    opacity: 0;
    visibility: hidden;
}

.pris_form li {
    margin-bottom: 10px;
}

.pris_form .inpuT-area label {
    margin-left: 6px;
}

.pris_form .inpuT-area input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

.pris_form .inpuT-area input[type="text"] {
    width: 100px;
    padding: 4px 5px;
    font-size: 12px;
}

.odd_list {
    margin-bottom: 20px;
    font-size: 0;
}

.odd_list li {
    width: auto;
    float: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
    font-size: 14px;
}

.odd_list li input {
    display: inline-block;
    width: auto;
    margin: 0;
    height: auto;
    box-shadow: none;
    vertical-align: middle;
}


.odd_list li label {
    margin: 0;
    font-weight: normal;
    margin-left: 0px;
}

.form-group .form-line + i {
    position: absolute;
    top: 9px;
    right: 15px;
    cursor: pointer;
    font-size: 13px;
    color: #4e4e4e;
}

.folder_box {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    max-width: 100px;
}

.folder_box a {
    display: block;
}

.folder_box .folder_name {
    color: #222;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
    margin-top: 8px;
}

.folder_box:hover .folder_name {
    color: #e15c17;
}

.folder_box .delete_folder {
    color: #696969;
    position: absolute;
    bottom: 100%;
    left: 100%;
    font-size: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #d2d2d2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.folder_box .delete_folder:hover {
    background: #e15c17;
    color: #ffffff;
}

.content_header > .Orange_BTN {
    margin-left: 10px;
}

.calender_icon {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 24px;
    color: #fff;
}

.custom_model .tooltip_BTN {
    width: 18px;
    height: 18px;
    font-size: 13px;
}

#resignSendEmpModal input[type="checkbox"],
#contractSendEmpModal input[type="checkbox"],
#tillaegSendEmpModal input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}


/**************************************Custom Model CSS Start*******************************/
.gray_input {
    background: #5c5c5c;
    border-color: #5c5c5c;
    color: #fff;
    font-size: 13px;
}

.rounded_input {
    background: #bd4e1f;
    border: 1px solid #fd753c;
    border-radius: 200px !important;
    color: #fff;
    font-size: 13px;
    padding: 10px 23px;
    height: auto;
    width: 100%;
}


.gray_input::-webkit-input-placeholder {
    color: #000 !important
}

.gray_input::-moz-placeholder {
    color: #000 !important
}

.gray_input:-ms-input-placeholder {
    color: #000 !important
}

.gray_input:-moz-placeholder {
    color: #000 !important
}

.custom_select {
    background-image: url(../images/select_arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none
}

.custom_model {
    text-align: center;
    z-index: 9998;
}

.custom_model:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%
}

.custom_model .modal-header {
    padding: 15px 40px;
    border-bottom: 1px solid #ffffff;
}

.custom_model .modal-header .modal-title {
    font-size: 19px;
    /*font-weight: 500;*/
    font-weight: normal;
    color: #000;
}

.custom_model.my_model .modal-header .modal-title {
    /*color: #000;*/
}

.custom_model .modal-dialog {
    position: relative;
    width: 560px;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.custom_model .close_BTN {
    width: 11px;
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer
}

.custom_model .modal-body {
    padding: 0;
    margin-top: 0px;
    padding: 30px 40px;
}

.custom_model .modal-content {
    /*background: rgba(255, 255, 255, 0.70);*/
	background: #fff;
    border: 0;
    padding: 0px;
    -webkit-box-shadow: 0 0 22px 0 rgba(255, 255, 255, 0.69);
    -moz-box-shadow: 0 0 22px 0 rgba(255, 255, 255, 0.69);
    box-shadow: 0 0 22px 0 rgba(255, 255, 255, 0.69)
}

.custom_model .modal-body .gray_input {
    padding: 9px 23px;
    border: 2px dotted #fff;
    background-color: #eee;
}

.custom_model .modal-content input[type="file"] {
    display: none;
}

.custom_model .modal-body label.custom_select {
    margin: 0;
	
    margin-top: 0px;
}

.custom_model .modal-body label.file_upload2 {
    background-image: none;
    width: 40%;
    cursor: pointer;
}

.custom_model .modal-body .gray_input[type="text"],
.custom_model .modal-body .gray_input[type="password"],
.custom_model .modal-body .gray_input[type="email"] {
    border-radius: 0 !important;
    color: #000;
}

.custom_model .modal-body label {
    font-size: 13px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 20px
}

.custom_model .modal-body input[type="file"] {
    color: #fff
}

.custom_model .modal-body .form-group {
    margin-bottom: 10px
}

.custom_model .modal-body .note {
    font-size: 11px;
    color: #fff;
    margin: 5px 0 12px 0;
}

.custom_model .modal-body .primary_BTN {
    padding: 11px 34px;
    font-size: 15px;
}

.custom_model .modal-body .custom_select {
    color: #000;
}

.custom_model .form-group .error {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    margin-top: 6px;
}

/***************************************Custom Model CSS End***************************************/

/***************************************Orange colour Social Icon Bar START***************************************/
.social_links {
    background: #f26326;
    color: #fff;
    padding: 44px 0
}

.social_links .text {
    font-size: 18px
}

.social_links .icons {
    text-align: right
}

.social_links .icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.social_links .icons ul li {
    margin-left: 60px
}

.social_links .icons ul li a {
    transition: .3s ease-in;
    display: inline-block
}

.social_links .icons ul li a:hover {
    top: 10px;
    transform: rotate(360deg)
}

.social_links .icons ul img {
    max-width: 25px
}

/***************************************Orange colour Social Icon Bar END***************************************/


/***************************************Latest Footer START***************************************/
footer {
    background: #2a2a2a;
    color: #7C7C7C;
    padding: 45px 0
}

footer h2 {
    margin: 0 0 30px;
    font-size: 24px
}

.footer_widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer_widget ul li {
    line-height: 33px;
    font-size: 15px
}

.footer_widget ul li.footer_number {
    font-size: 24px
}

.footer_widget ul li .note {
    color: #f26326
}

.footer_widget ul li a {
    color: #7C7C7C
}

.footer_widget ul li a:hover {
    color: #f26326;
    text-decoration: none;
}

.copyright {
    color: #7C7C7C;    
    font-size: 12px;
	padding-left: 35px;
}

.footer_widget ul li i {
    color: #f26326;
    font-size: 20px;
    vertical-align: text-bottom;
    margin-left: 4px;
}

/***************************************Latest Footer END***************************************/

/*Login Page*/
/*
	.login_area2 {
    margin-top: 50px;
	}
	.inerpage2 {
    padding-top: 100px;
    padding-bottom: 70px;
	}
	.inerpage2 .contact_us .form_area {
    border:1px solid #f26326;
    background: #fff;
    padding: 50px;
	}
	.inerpage2 .contact_us .form_area .rounded_input {
    background: none;
    border: 1px solid #fd753c;
    color: #2d3355;
	}
	.inerpage2 .contact_us .form_area .custom_select{
	background-image: url(../images/select_arrow_gray.png);
	background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
	}
	
	.inerpage2 .contact_us .form_area .primary_BTN {
    width: 100%;
    margin-top: 15px;
	}
	
	.inerpage2.login{
    background-image: url('../../assets/images/broucher_BG.png')
	}
	.form_head {
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #f26326;
    padding: 25px 30px;
	}
*/

/*Login Page*/

/*Animated Button*/
.button--aylen {
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative
}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.button--aylen::before {
    background: #505a92
}

.button--aylen::after {
    background: #2d3355
}

.button--aylen:hover {
    color: #fff
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.button--aylen:hover::after {
    -webkit-transition-delay: .175s;
    transition-delay: .175s
}

.primary_BTN {
    font-size: 18px;
    color: #fff;
    background-color: #f26326;
    border: 0;
    padding: 18px 43px;
    border-radius: 500px;
    z-index: 3;
    display: inline-block
}

.primary_BTN:hover,
.primary_BTN:focus {
    background: #2d3355;
    text-decoration: none;
    color: #fff;
}

.secondry_BTN {
    background-color: #2d3355;
}

/*Animated Button*/


/*Logo Slider*/
.logo_slider_outer .container {
    position: relative
}

.logo_slider_outer .previous_BTN,
.logo_slider_outer .Next_BTN,
.testimonials .Next_BTN,
.testimonials .previous_BTN {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 999
}

.logo_slider_outer .previous_BTN,
.testimonials .previous_BTN {
    left: 0
}

.logo_slider_outer .Next_BTN,
.testimonials .Next_BTN {
    right: 0
}

.logo_slider .slick-track {
    display: flex;
    align-items: center
}

.logo_slider_outer .on_hover {
    display: none
}

.logo_slider_outer button:hover .without_hover {
    display: none
}

.logo_slider_outer button:hover .on_hover {
    display: inline-block
}

.logo_slide {
    margin: 0px 0
}

.logo_slide img {
    max-width: 180px;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.logo_slide img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.logo_slider .slick-track {
    display: flex;
    align-items: center
}

/*Logo Slider*/


/*New Navigation*/
.navbar {
    border: 0;
    margin: 0;
    min-height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8888;
    background: rgba(0, 0, 0, 0.2);
    transition: .2s ease-in;
    border-radius: 0px;
}

.darkHeader,
.darken_header {
    background: #2d3355
}

.navbar-brand {
    height: auto;
    margin: 9px 0
}

.navbar-brand img {
    max-width: 237px
}

#navbar {
    float: right;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 35px 10px;
    margin: 0 20px;
    position: relative
}

.navbar-nav > li > a i {
    color: #f26326;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 4px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff
}

.navbar-nav > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f26326;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform .3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform .3s;
    transition: height 0.3s, opacity 0.3s, transform .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.navbar-nav > li > a:hover:after,
.navbar-nav > li > a:focus:after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px)
}

#navbar .primary_BTN {
    font-size: 14px;
    padding: 10px 23px;
    margin: 25px 0
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

/*New Navigation*/


/*Social Icons*/
.social_links {
    background: #f26326;
    color: #fff;
    padding: 22px 0
}

.social_links .text {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.social_links .icons {
    display: inline-block;
    vertical-align: middle
}

.social_links .icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.social_links .icons ul li {
    margin-left: 60px
}

.social_links .icons ul li a {
    transition: .3s ease-in;
    display: inline-block
}

.social_links .icons ul li a:hover {
    top: 10px;
    transform: rotate(360deg)
}

.social_links .icons ul img {
    max-width: 25px
}

.newspaper_headline {
    font-size: 18px;
}

.newspaper_logo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.newspaper_logo li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.newspaper_logo li img {
    width: 100px;
}

/*Social Icons*/

.primary_heading {
    color: #272727;
    font-size: 36px;
    font-weight: 500;
}

/*Custom Accordian  */
#custom_accordian .panel-default {
    -webkit-box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    border: 0;
    margin-bottom: 20px;
}

#custom_accordian .panel-default h4 {
    position: relative;
}

#custom_accordian .panel-default a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #272727;
    font-weight: 500;
}

#custom_accordian .panel-default a:after {
    content: "";
    display: inline-block;
    background: url('../images/accordian_arrow.png');
    width: 11px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}

#custom_accordian .panel-default a[aria-expanded="true"] {
    color: #f26326;
}

#custom_accordian .panel-default a[aria-expanded="true"]:after {
    background: url('../images/accordian_arrow_active.png');
}

#custom_accordian .panel-default > .panel-heading {
    padding: 22px 30px;
    border: 0;
    background: none;
}

#custom_accordian .panel-body {
    border: 0;
    padding: 0 30px 30px 30px;
    font-size: 16px;
    color: #686868;
    line-height: 27px;
}

#custom_accordian .panel-body a {
    color: #f26326 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}

#custom_accordian .panel-body p b {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

/*Custom Accordian  */

/*Faq Page */

.faq_list .primary_heading {
    margin: 0 0 30px 0;
}

/*Faq Page */


/*Hammburger Menu*/
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

/*Hammburger Menu*/


.header_space {
    display: block;
    height: 80px;
}

.file_uploader input[type="file"] {
    display: inline-block;
}

.clone_input_type {
    font-size: 13px !important;
    width: 85% !important;
    display: inline-block;
    margin-left: 0 !important;
    cursor: pointer;
}

.plus_icon {
    display: inline-block;
}

.plus_icon .secondry_BTN {
    padding: 14px 15px;
    font-size: 13px;
    line-height: 1;
    margin: 0 !important;
    vertical-align: middle;
    cursor: pointer;
}

.d-inline-block {
    display: inline-block;
}

.sikkermail .contact_us {
    position: sticky;
    top: 90px;
}

.file_uploader .note {
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
}

.card .nav-tabs > li > a:hover {
    color: #8a8a8a;
    background-color: #f6f6f6;
}

.card .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #f26326;
}

.press p {
    font-size: 18px;
}

.Upload_staff input[type="file"] {
    display: none;
}

.version_inner {
    margin-bottom: 10px;
}

.version_inner .action_button {
    margin-left: 6px;
}


/******************************About Us page*/
.om-ansatte-dk {
    background: none !important;
}

.about_us2 {
    text-align: center;
}

.about_us2 .icon img {
    display: inline-block;
    margin-top: 40px;
}

.about_us2 .text p {
    font-size: 18px;
    color: #2d3355;
    line-height: 24px;
    margin-bottom: 60px;
}


/******************************About Us page*/


/*******************************Custom Table*/
.custom_table th {
    border: 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f26326;
    padding: 18px 20px !important;
}

.custom_table {
    border: 1px solid #b2b2b2;
    border-top: 0;
}

.custom_table tbody td {
    color: #262626;
    font-size: 18px;
    padding: 18px 20px !important;
}

.custom_table .table {
    margin: 0;
}

.custom_table {
    margin-bottom: 30px;
}


/*******************************Custom Table*/

/*******************************Cookie Page*/
.published_by {
    margin-top: 30px;
}

.published_by p {
    color: #4c4c4c;
    font-size: 18px;
}

.published_by .primary_heading {
    margin-bottom: 20px;
}

.policy_inner {
    margin-top: 60px;
}

.policy_inner .primary_heading {
    margin-bottom: 20px;
}

.policy_inner p {
    line-height: 27px;
    font-size: 16px;
}

.policy_inner #custom_accordian {
    width: 95%;
}

/*******************************Cookie Page*/

/*******************************Check List*/
.checklist {
    margin: 0;
    padding: 0;
}

.checklist li {
    position: relative;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    list-style-type: none;
}

.checklist li:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/check_icon.png);
    background-position: center;
    background-size: cover;
    margin-right: 8px;
}

/*******************************Check List*/

/*GDPR PAGE*/
.gdpr_page .hero_section {
    background: url(../images/gdpr_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gdpr_page .hero_content {
    width: 70%;
    margin: 140px auto 60px auto;
}

.gdpr_content {
    margin: 20px 00 0 0;
}

.gdpr_content h4 {
    font-size: 20px;
    color: #272727;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.gdpr_content p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 30px;
	
}

.document_pdf {
    text-align: center;
}

.document_pdf p {
    color: #4c4c4c;
    font-size: 18px;
    width: 75%;
    margin: 20px auto;
    line-height: 30px;
}

.pdf_doc {
    margin-bottom: 40px;
}

.pdf_doc h3 {
    font-size: 18px;
    color: #0f0f0f;
    line-height: 26px;
    min-height: 52px;
}

.pdf_doc .primary_BTN {
    font-size: 14px;
    padding: 10px 23px;
}

.doc_img {
    max-width: 262px;
    height: 145px;
    display: inline-block;
}

.doc_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gdpr_page .custom_table tbody tr td:first-child {
    border-right: 1px solid #b2b2b2;
}

/*Prisen Page*/
.plan_section {
    margin-top: 50px;
}

.plan {
    padding: 0 30px;
    margin-bottom: 40px;
}
@media (min-width:769px){
	.plan-center {
		max-width: 652px;
		display: block;
		margin: 0 auto;
	}
}

.plan_feature ul li {
    /*    border-bottom:1px solid rgba(67, 67, 67, 0.35);*/
    padding: 8px 0;
    position: relative;
    padding-right: 40px;
    transition: .2s;
}

.plan_feature ul li:hover {
    background: #fff;
}

.plan_feature ul li .feature_name {
    font-size: 18px;
    color: #434343;
    word-break: break-all;
    position: relative;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
}

.plan_feature ul li .feature_name.tooltip_BTN {
    border-bottom: 1px dashed #2d3355;
}

.plan_feature ul li .feature_name .tooltip_BTN {
    vertical-align: middle;
}

.plan_feature ul li .availablity {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.plan_feature ul li .availablity.available {
    background: url(../../assets/images/available.png);
	
}

.plan_feature ul li .availablity.not_available {
    background: url(../../assets/images/not_available.png);
	
}

.plan_head {
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.plan_head .note {
    background: #f26326;
    padding: 6px 0;
    font-size: 17px;
}

.plan_head h3 {
    margin: 0;
    font-size: 36px;
    padding: 24px 0;
	
}

.plan_head p {
    margin: 30px auto 0px auto;
    font-size: 18px;
    line-height: 30px;
    width: 80%;
	
}

.plan_head h2 {
    margin: 0;
    padding: 20px 0 40px 0;
    font-size: 30px;
    font-weight: bold;
}

.plan.free .plan_head {
    background: #f26326;
}

.plan.free .plan_head h3 {
    background: #c64f1c;
}

.plan.free .note {
    opacity: 0;
    visibility: hidden;
}

.plan.paid .plan_head {
    background: #2d3353;
}

.plan.paid .plan_head h3 {
    background: #252943;
}

.plan_body .custom_select {
    background-image: url(../images/select_arrow_gray.png);
    width: 90%;
    margin: 30px 0;
    border-color: #f26326 !important;
    padding: 13px 25px;
    cursor: pointer;
    margin-left: 20px;
}

.plan_body {
    background: #f4f4f4;
    padding-bottom: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 10px;
    height: 594px;
}

.plan_feature {
    height: 100%;
    padding: 0 20px;
	
}

.free_days_BTN {
    margin: 00px 00 20px 0;
}

.INDEHOLDER_inner {
    display: flex;
    align-items: flex-end;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-row:before,.flex-row:after{
	display:none;
}
.plan-area > div {
	margin-bottom:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.plan-area .plan {
	padding: 0;
    margin-bottom: 0;
}
.plan-area ul.modulerlist li{
    padding:10px;
    border-top:1px solid #eee
}
.plan-area ul.modulerlist li:last-child {
	border-bottom: 1px solid #eee;
}
.plan_body_area {
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
	min-height:150px;
}

#infocontent {
	max-width: 548px;
	width: 100%;
	margin-bottom: 15px;
}

.testimonials.testimonials-bg {background: url(../images/broucher_BG.png);margin: 0; padding: 60px 0;}

/*Prisen Page*/


/*Backup Section*/
.backup_img img {
    max-width: 80%;
    margin: 0px auto;
}

.backup_restore .content p {
    color: #4c4c4c;
    font-size: 18px;
    line-height: 30px;
}

.backup_restore .content h3 {
    font-size: 20px;
    color: #272727;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

/*Backup Section*/


.hero_section {
    background-image: url(../images/hero_img3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center
}

.hero_content {
    width: 70%;
    margin: 210px auto
}

.hero_content h1 {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1
}

.hero_content span {
    color: #f26326;
    text-transform: uppercase
}

.hero_content h3 {
    font-size: 25px;
    margin: 0 0 30px
}

.hero_content p {
    font-size: 18px;
    color: #d9d9d9;
    line-height: 28px;
    margin-bottom: 0
}

/*IS Css*/
.landing_page .hero_section {
    background: url(../images/gdpr_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.landing_page .hero_content {
    width: 70%;
    margin: 140px auto 60px auto;
    position: relative;
}

.landing_page .custom_table tbody tr td:first-child {
    border-right: 1px solid #b2b2b2;
}

.primary_BTN_pos .button_pos {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -90px;
    position: absolute;
}

.landing_page .banner_listing {
    padding-top: 60px;
    background: rgba(0, 0, 0, 0.60);
}

.logo_img_inner {
    width: 235px;
    height: 235px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 59px 0 rgba(45, 51, 85, 0.42);
    -moz-box-shadow: inset 10px 10px 59px 0 rgba(45, 51, 85, 0.42);
    box-shadow: inset 10px 10px 59px 0 rgba(45, 51, 85, 0.42);
}

.testimonials .container {
    position: relative;
}

.logo_img_inner img {
    width: auto;
    height: auto;
    object-fit: unset;
    max-width: 150px;
}

.logo_img {
    width: 350px;
    height: 350px;
    background-image: url(../images/testimonials_logo_BG.png);
    padding-top: 71px;
    padding-left: 26px;
}

.form-group .custom_select {
    background-image: url(../images/select_arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.landing_testimonials {
    background: linear-gradient(to right, rgba(26, 32, 65, 1) 0%, rgba(45, 51, 85, 1) 100%);
    padding: 30px 0;
}

.landing_testimonials .message_area p,
.landing_testimonials .message_area {
    color: #fff;
}

.landing_testimonials .message_area p:before,
.landing_testimonials .message_area p:after {
    display: none
}

.margin_t_25 {
    margin-top: 25px;
}

.faq_img {
    margin-top: 30px
}

.faq_img_content {
    text-align: center;
    margin-top: 30px
}

.faq_img_content_inside {
    max-width: 432px;
    margin: 0 auto;
}

.faq_img_content_inside p {
    margin-bottom: 20px;
}

.faq_img_content a.call-no {
    color: #000
}

.navbar.darken_header {
    background: #2d3355;
}

.testimonials .slick-dots li button:before {
    display: none;
}

.testimonials .slick-dots li {
    margin: 0;
}

.landing_testimonials.testimonials {
    margin: 0;
}

section.landing_onboard {
    padding: 30px 0;
}

section.FAQ {
    padding: 0px 0 0 0;
}

div.logo_slide {
    margin: 0;
}

/****Workshop CSS*****/
.top-offset {
    margin-top: 96px;
}

.juridisk-logo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 34px;
    display: inline-block;
}

.juridisk-logo-text span {
    color: #fc842d;
}

.juridisk-logo-text small {
    display: block;
    font-size: 19px;
    text-align: right;
    line-height: initial;
    color: #8c8b86;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

/***************************Sublisting START***************************/

.top-header-sec {
    margin-bottom: 30px;
    padding-top: 80px;
}

.sublisting-sec {
    padding: 0 0 50px 0;
}

.sublisting_header {
    padding: 25px 0 0;
    border-bottom: 1px solid gainsboro;
}

.sublisting_header_sec {
    position: relative;
    z-index: 5;
}

.dropdown_cart {
    clear: both;
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
    line-height: 18px;
    display: none;
    padding-top: 10px;
    border-color: #e1e1e1;
    color: #808080;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    z-index: 1001;
}

.dropdown_cart_block {
    padding: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    border-radius: 2px;
    background-color: #ffffff;
    border-color: #e1e1e1;
}

.dropdown_cart_block li {
    padding: 10px 12px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-top: none;
    font-size: 11px;
    position: relative;
    margin: 0;
    overflow: hidden;
    zoom: 1;
    color: #333333;
}

.dropdown_cart_block li a {
    color: #919191;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em !important;
}

.dropdown_cart_block li span.cart-name {
    display: block;
    font-weight: 700;
}

.dropdown_cart_block li span.quantity {
    display: block;
    color: #807d7d;
    font-weight: 400;
}

.dropdown_cart_block img {
    max-width: 100%;
}

.cart_block__total {
    font-size: 13px;
    border: none;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}

.cart_block__total strong {
    color: #f05a1a;
}

.dropdown_cart_arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    left: auto;
    margin-left: 0;
    right: 10px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    border-bottom: none;
    border-right: none;
}

.cart-block-buttons {
    font-size: 11px;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #fcfcfc;
    border-color: #e1e1e1;
}

.cart-block-buttons:before,
.cart-block-buttons:after {
    display: table;
    content: " ";
    clear: both;
}

.cart-button {
    min-width: 110px;
    line-height: 1em;
    float: left;
    font-size: 12px;
    width: auto;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    border-radius: 2px;
    width: 43%;
    float: left;
    margin: 0;
    background: transparent;
    padding: 2px;
    font-weight: 600;
    text-align: center;
    color: #919191;
}

.cart-checkout {
    float: right;
}

.cart-button:hover {
    color: #f05a1a;
}

.sublisting_header_sec:before,
.sublisting_header_sec:after {
    display: table;
    content: " ";
    clear: both;
}

.sublisting_header h2 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.sublisting_header_right_sec {
    text-align: right;
}

.sublisting_header_title {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.sublisting_header_subtitle {
    color: #009b00;
    font-size: 16px;
    font-weight: 400;
}

.sublisting_inner {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    margin: 100px auto 0 auto;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0px #d4d4d4;
    -moz-box-shadow: 0 0 5px 0px #d4d4d4;
    -ms-box-shadow: 0 0 5px 0px #d4d4d4;
    -o-box-shadow: 0 0 5px 0px #d4d4d4;
    box-shadow: 0 0 5px 0px #d4d4d4;
}

.sublisting_inner h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #111;
    display: inline-block;
    float: left;
}

.shopping-cart-icon .fa-shopping-cart {
    font-size: 20px;
    color: #717171;
}

.shopping-cart-icon {
    position: relative;
    float: right;
    top: -2px;
    right: 5px;
    cursor: pointer;
}

.shopping-cart-icon:before {
    display: none;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    position: relative;
    color: #717171;
}

.sublisting-new {
    float: right;
}

.sublisting-new .sublisting_step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    border: 1px solid #b1b1b1;
    background: #dedede;
}

.sublisting_inner .form-group {
    margin-top: 15px;
}

.sublisting-body .form-group select {
	
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: url('../../assets/newimages/select-arrow.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
    padding-right: 20px;
}

.sublisting-body .form-group select::-ms-expand {
    display: none;
}

.sublisting-new .sublisting_step.active {
    background: #f26326;
    opacity: 1;
    border-color: #f26326;
}

.sublisting-new .sublisting_step.finish {
    background: black;
    border-color: black;
}

.sublisting_inner form {
    border-top: 1px solid #d2d2d2;
}

.sublisting_inner form label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.sublisting-sec #infocontent {
    width: 100%;
    padding: 10px;
    border-color: #d8d8d8;
}

/***************************Sublisting END***************************/

/***************************Products listing START****************************/
.products-listing {
    padding: 80px 0 30px 0;
}

.product-category {
    margin: 0 0 80px
}

.product-title {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 20px;
}


.product-img {
    margin: auto;
    max-width: 220px;
}

.product-overlay > a {
    position: relative;
    display: block;
}

.product-overlay > a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: #fff;
    z-index: 300;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.product-overlay > a:after {
    content: "\f064";
    font-family: 'FontAwesome';
    background-color: #f05a1a;
    color: #ffffff;
    border-color: #d03808;
    position: absolute;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 black;
    ilter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.product-overlay:hover > a:before,
.product-overlay:hover > a:after {
    opacity: 0.7 !important;
}

.product-overlay:hover > a:after {
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
}

@-webkit-keyframes avia_pop_small {
    0% {
        -webkit-transform: rotate(-175deg) scale(0.2);
	}
	
    100% {
        -webkit-transform: rotate(0deg) scale(1);
	}
}

@keyframes avia_pop_small {
    0% {
        transform: rotate(-175deg) scale(0.2);
	}
	
    100% {
        transform: rotate(0deg) scale(1);
	}
}

/***************************Products listing END***************************/
/***************************Products Cart START***************************/
table.products_table .screen-reader-text {
    display: none;
}

.products-container-sec {
    padding: 0 0 50px 0;
}

table.products_table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #e1e1e1;
}

table.products_table caption {
    padding: 0 0 5px 0;
    width: auto;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}

table.products_table tr:first-child th,
table.products_table tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #ccc;
}

table.products_table tr th:first-child,
table.products_table tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ccc;
}

table.products_table th {
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
}

table.products_table td {
    font-size: 13px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
}

.products-container form {
    margin-bottom: 20px;
    color: #666666;
}

.products_table * {
    border-color: #e1e1e1;
}

.products_table a {
    color: #f05a1a;
}

table.products_table {
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    border-color: #e1e1e1;
    background: #ffffff;
    font-size: 13px;
}

table.products_table th {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px;
}

table.products_table th,
table.products_table td {
    vertical-align: middle;
}

table.products_table tr:nth-child(odd) {
    background: #ffffff;
}

table.products_table tr:nth-child(even) {
    background: #f8f8f8;
}

table.products_table td {
    padding: 6px 12px;
    vertical-align: middle;
}

table.products_table a.remove {
    display: block;
    height: 18px;
    width: 18px;
    text-indent: -9999px;
    background: url(../../assets/newimages/remove.png) #CCC;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    background-color: #f05a1a;
}

table.products_table img {
    width: 32px;
    height: auto;
}

.products_table td.product-quantity {
    min-width: 85px;
}

.products_table strong {
    color: #f05a1a;
}

.products_table {
    color: #666666;
    line-height: 21.45px;
}

table.products_table img {
    width: 32px;
    height: auto;
}

.products_table small {
    font-size: 80%;
}

.products-cart-form .button {
    min-width: 182px;
    width: 182px;
    margin: 3px 0 3px 7px;
    padding: 15px;
    line-height: 1em;
    float: right;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    border-radius: 2px;
    background-color: #f05a1a;
    color: #ffffff;
    border-color: #d03808;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.products-cart-form .button[name="update_cart"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-quantity .quantity input.plus,
.product-quantity .quantity input.minus {
    padding: 0;
    vertical-align: middle;
    line-height: 41px;
    border: none;
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E1E1E1;
    color: #666;
    background-image: url(../../assets/newimages/bg-button.png);
    background-repeat: repeat-x;
    outline: none;
    border-right: none;
    border-color: #e1e1e1;
    background-color: #eeeeee;
    color: #8d8d8d;
}

.product-quantity .quantity input.product-qty {
    height: 43px;
    width: 43px;
    display: inline;
    padding: 0px 5px 0px;
    line-height: 41px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    background-color: #f8f8f8;
    color: #8d8d8d;
    outline: none;
    font: 1em"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0px;
    -webkit-appearance: none;
}

.products-cart-collaterals {
    border-color: #e1e1e1;
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.products-cart-collaterals tbody,
.products-cart-collaterals tfoot,
.products-cart-collaterals thead,
.products-cart-collaterals tr,
..products-cart-collaterals th,
..products-cart-collaterals td {
    border-color: #e1e1e1;
}

.products-cart-collaterals .products_cart_totals {
    margin: 0px 0 0 0;
    clear: both;
    float: left;
    width: 48%;
    text-align: right;
}

.products-cart-collaterals h2 {
    text-align: left;
    float: none;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.products-cart-collaterals .products_cart_totals table td,
.products-cart-collaterals .products_cart_totals table th {
    padding: 6px 12px;
}

.products-cart-collaterals .products_cart_totals tr td,
.products-cart-collaterals .products_cart_totals tr th {
    padding: 6px 24px;
}

.products-cart-collaterals .products_cart_totals table small {
    display: block;
}

.products-checkout-button {
    min-width: 110px;
    padding: 15px;
    line-height: 1em;
    margin: 4px 2px 0 0;
    float: left;
    font-size: 12px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    border-radius: 2px;
    background-color: #f05a1a;
    color: #ffffff;
    border-color: #d03808;
    width: 193px;
    display: block;
    font-size: 0.92em;
}

.products-checkout-button:hover {
    color: #ffffff;
}


/***************************Products listing END***************************/
/***************************Payment Checkout Start***************************/
.payment-checkout-sec {
    padding: 0 0 50px 0;
}

.payment-checkout-top-text {
    padding: 30px 0;
}

.payment-checkout-top-text p {
    margin-bottom: 0;
}

.payment-checkout-bottom-text {
    padding-top: 30px;
}

.annuller-btn {
    max-width: 450px;
}

.annuller-btn .fa {
    color: #ff0000;
}

.payment-checkout-container-sec {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.payment-checkout-panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.payment-checkout-panel .panel-body {
    padding: 0;
}

.payment-checkout-panel label {
    display: block;
}

.payment-checkout-panel .input-group {
    display: block;
}

.payment-checkout-panel .input-group .form-control {
    border: 1px solid #ccc;
    background-color: white;
    display: block;
    float: none;
}

.payment-checkout-panel .fa-question-circle {
    color: #0EBFE9;
}

.payment-checkout-panel .form-control {
    padding-left: 12px;
    height: 50px;
    border: 1px solid #ccc;
    background-color: white;
}

.btn-pay {
    color: #fff;
    background-color: #0EBFE9;
    border-color: #0EBFE9;
}

.btn-pay:hover {
    color: #fff;
    background-color: #09b1d9;
    border-color: #09b1d9;
}

.pl-ziro {
    padding-left: 0;
}

.quickpay-card {
    max-width: 150px;
    margin-right: -5px;
    margin-left: -5px;
}

.quickpay-card > div {
    padding: 0 5px;
}

.quickpay-card img {
    max-height: 75px;
    width: 100%;
    border-radius: 7px;
    min-height: 52px;
}

.quickpay-card-block {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    border-radius: 7px;
}

.checkout_small_des {
    text-align: center;
    margin-top: 15px;
    color: #8f8f8f;
}

/***************************Payment Checkout END***************************/
/***************************Company Checkout START****************************/
.product_payment_method {
    text-align: center;
}

.company-checkout-form .form-group {
    margin-bottom: 55px;
}

.company-checkout-form label {
    display: none;
}

.company-checkout-form label.form-check-label {
    display: inline-block;
    color: #848484;
    font-weight: 400;
}

.company-checkout-form .form-control {
    border-bottom: 1px solid #ddd;
}

.company-checkout-form label.form-check-label a {
    text-decoration: underline;
    color: #f05a1a;
}

.form-control .required {
    display: inine-block;
    margin-left: 5px;
}

.checkout_BTN {
    float: right;
    margin-right: 15px;
}

.signUp_BTN {
    float: right;
    margin-right: 4px;
}

/***************************Payment Checkout END***************************/





/******************************Partner Page********************************/
.partner_banner {
    background: url(../images/partner_banner.jpg);
    margin-top: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 165px 0 50px 0;
}

.partner_banner .content {
    max-width: 600px;
    margin: auto;
}

.partner_banner .content h2 {
    font-size: 36px;
    font-weight: 500;
    word-break: break-all;
}

.partner_banner .content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.partner_box {
    -webkit-box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    overflow: hidden;
    margin: 70px 0;
}

.partner_img {
    background: #f6f6f6;
    padding: 30px;
}

.partner_img img {
    max-width: 230px;
}

.partner_box .main_content {
    padding: 30px;
    font-size: 18px;
    line-height: 30px;
    min-height: 410px;
	
}

.partner_box .discount {
    background: #f26326;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 17px 0;
    position: relative;
}

.contact_head p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

.partner_contact .text p {
    font-size: 18px;
    color: #2d3355;
    line-height: 24px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.partner_contact .about_us2_inner {
    margin-bottom: 40px;
}


/*Partner Admin page*/
.admin_partner_list .partner_box .discount {
    position: relative;
    width: 80%;
}


.admin_partner_list .partner_img img {
    max-width: 180px;
}

.admin_partner_list .partner_box .main_content {
    font-size: 14px;
}


.admin_partner_list .partner_box .discount {
    font-size: 14px;
}

.ribben_arrow {
    position: absolute;
    left: 100%;
    width: 0%;
    height: 100%;
    top: 0;
    margin-left: 37px;
}

.ribben_arrow:before {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 42px solid transparent;
    border-right: 30px solid #fb8756;
    display: block;
    position: absolute;
    top: 2px;
    right: 29px;
    transform: rotate(-14deg);
    z-index: 9;
}

.ribben_arrow:after {
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 62px solid transparent;
    border-right: 16px solid #a43d11;
    display: block;
    position: absolute;
    top: 13px;
    right: 26px;
    transform: rotate(-16deg);
}

/*Partner Admin page*/

@media screen and (max-width:767px) {
    .partner_box .main_content {
        min-height: inherit;
	}
}


/******************************Partner Page********************************/


/*******************************Moduler Detail*******************************/
.w-100 {
    width: 100%;
}

.moduler_detail .image_area2 img {
    width: 200px;
}

.moduler_detail .image_area2 .Orange_BTN {
    margin: 10px 0;
}

.slider-nav .thumbnail {
    width: 100px;
    height: 100px;
    margin: auto;
}

.slider-nav .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single {
    width: 100%;
    height: 400px;
}

.single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*******************************Moduler Detail*******************************/

.pbs_scheme {
    margin: 60px 0;
}

.pbs_scheme .text p {
    font-size: 18px;
    margin: 15px 0;
	
}

.pbs_scheme .text ul li {
    font-size: 18px;
    margin: 12px 0;
}

.pbs_scheme .text .primary_BTN {
    margin-right: 10px;
    min-width: 200px;
    margin-bottom: 30px;
}

.pbs_scheme .text hr{
	border-top: 1px solid #888;
    width: 60%;
    margin-bottom: 50px;
}



/*compensation_page CSS*/
.compensation_page {
    background: none;
}

.compensation_page .hero_content{
    width: 80%;
}

.compensation_page .hero_section{
    background: url(../../assets/newimages/s_bg.jpg);
}

.compensation_page .hero_section .hero_content {
    width: 70%;
    margin: 150px auto 40px;
}

.contact_us .form_area .error {
    bottom: auto;
    top: 100%;
    left: 3%;
    color: #a50000;
    margin-top: 2px;
}

.custom_file_type input{
    display: none;
}

.custom_file_type label{
    cursor: pointer;
    font-size: 13px!important;
    font-weight: normal!important;
}
.custom_checkbox input {
    display: none;
}
.custom_checkbox label {
    font-size: 13px!important;
    position: relative;
    padding-left: 20px;
}

.custom_checkbox label:before{
    content:"";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #bd4e1f;
    border: 2px solid #bd4e1f;
    position: absolute;
    top: 4px;
    left: 0;
}

.custom_checkbox input:checked + label:before{
    background: #fff;
}

.personnel_law{
    margin: 40px 0;
}


.personnel_law .screenshot img{
    max-width: 80%;
	box-shadow: 0 0px 25px 5px #00000040;
    margin: auto;
}

.custom_alert {
    font-size: 18px;
    padding: 30px 30px;
}

.without_charge{
    margin-bottom: 30px;
    /*background: url(../../assets/newimages/s_bg.jpg);*/
}

.without_charge p{
    font-size: 18px;
}

.compensation_page .contact_us{
    /*background: url(../../assets/newimages/s_bg.jpg);*/
}

.compensation_page .FAQ{
    margin: 30px 0;
}

.compensation_page .hero_section , .compensation_page .hero_content p{
    color: #000;
}

/*New css for app.datafeed.dk*/

.content_body{padding: 0 25px !important }

i.fa-home {	  
	font-size: 18px;
	color : #747474;
}

.breadcrumbs{ 
	position: relative;
	top: 110px;
	left: 57px; 
	width:980px;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

li.inactive a{color:#9ca3af}

ul.tab {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;  
	border-bottom:1px solid #eee;	
}

/* Float the list items side by side */
ul.tab li {float: left;margin-left:7px}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #747474;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of links on hover */
ul.tab li a:hover {border-bottom:1px solid #ccc;}

/* Create an active/current tablink class */
ul.tab li a:focus, .activetab {border-bottom:1px solid rgb(37 99 235);}	
ul.tab li.activetab a {color:rgb(37 99 235)}


.italicholder::-webkit-input-placeholder {
    color: #ddd !important;
	font-style : italic;
}

.italicholder::-moz-placeholder {
    color: #ddd !important;
	font-style : italic;
}

.italicholder:-ms-input-placeholder {
    color: #ddd !important;
	font-style : italic;
}

.italicholder:-moz-placeholder {
    color: #ddd !important;
	font-style : italic;
}

.footer_legal {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 10px;    
    background: #fff;
    /*z-index: 9999;*/
}
/*
@media (min-width: 1200px){
	.container {
	  width: 1430px;
	}
}

@media (min-width: 1800px){
	.container {
	  width: 1930px;
	}
}

@media (min-width: 2500px){
	.container {
	  width: 2470px;
	}
	.inner_header .topmenuright{
		margin-right:250px !important;
	}
	.inner_header .navbar-nav.navbar-right:last-child {
		margin-right: 250px !important;
	}
}*/

.shoprow{	
	background : #fff;
	border : 1px solid #eee;
	padding:10px;
	border-radius: 5px;
	color:#777
}

.shoprow:hover {
    background-color: #f7f5f5;
}

.content_block {
	min-height: 20px;
	margin: 10px 0;
	border: 1px solid #efefef;
	background: #fff;
	border-radius: 10px;
}

.content_block:hover {
	/*background-color: #f7f5f5;*/
}

.content_block .body p{
	color:#747474;
}
.content_block .body h3{
	color : #000
}

.nohover:hover{
		background: #fff;
	}
	/* 
li.nextanchor a{
	position : relative;
	right : 15px
}
li.prevanchor a{
	position : relative;
	right : 155px
} */
.paginationprod li a:hover{
	background-color : #fff !important;
}

ul.days li{
	display:inline;
	padding:0px 9px;
}

.mb-10{
	margin-bottom : 10px !important;
}