@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
body {
    font-family: 'Montserrat';
}
.navbar-default.headernew .navbar-nav.rightmenu>li>a {
    color: rgb(255, 255, 255);
    padding: 3.2rem 2rem;
    font-size: 17px;
}
.navbar-default {
    background-color: #0778e5;
    border-color: transparent;
    margin:0;
    border-radius:0;
}
.navbar-brand {
    height: 90px;
    padding: 0;
    margin: 7px 0;
}
.navbar-brand>img {
    max-height: 100%;
}
.navbar-default .navbar-nav:not(.navbar-right)>li>a {
    padding: 40px 18px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    background-color: transparent;
    font-family: 'Montserrat';
    color: #FFF;
}
.navbar-default .navbar-nav:not(.navbar-right) {
    float: right;
    margin: 0;
}
.navbar-default .navbar-nav>li.upgrade {
	margin-right:50px;
}
.navbar-default .navbar-nav>li.upgrade>a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ffffff;
    padding: 6px 30px;
    border-radius: 20px;
    margin: 23px 0;
}

.navbar-nav.navbar-right .dropdown figure {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    overflow: hidden;
    float:left;
    margin-right:10px;
}
.navbar-nav.navbar-right .dropdown a::after, .navbar-nav.navbar-right .dropdown a::before {
    display: table;
    clear: both;
    content: "";
}
.navbar-nav.navbar-right>.open>a {
	background-color:transparent !important;
}
.navbar-nav.navbar-right .dropdown>a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    font-weight: 300;
}
.navbar-nav.navbar-right .dropdown.authHeader>a{
    position: relative;
}
.nav>li.authHeader>a>img{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.navbar-nav.navbar-right .dropdown .dropdown-menu>li a {
    display: block;
    padding:14px 20px;
}
.navbar-nav.navbar-right .dropdown .dropdown-menu {
    top: 78%;
    background-color:rgb(255, 255, 255);
    padding:0;
}
.navbar-nav.navbar-right .dropdown .dropdown-menu>li a:hover {
    background-color: #0778e5;
    color: #ffffff;
}
.navbar-nav.navbar-right .dropdown-menu .divider {
    margin:0;
    background-color: #136dc7;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 10px;
}
.menu_wrap {
    background-color: #00458a;
    padding: 15px 15px 0;
    border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
}
.themebg {
	background-color:#0778e5;
}

.dbmenutitle {
    margin: 0;
    padding: 11px 0 17px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #FFF;
}
.menu_wrap .nav-tabs>li>a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat';
    color: #ffffff;
    padding: 16px 20px;
}

.menu_wrap .nav-tabs>li>a:hover,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#0778e5;
}
.menu_wrap .nav-tabs {
    border-bottom: 0 none;
}

.tabbox {
	background-color:#f7f8fa;
	padding-bottom:20px;
}
.box-shadow,
.tabbox .tab-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
}
.checkFld {
	display:inline-block;
	font-family:'Roboto', sans-serif;
	vertical-align:top;
	position:relative;
	padding:0;
	color:#2b2b2b;
	font-size:14px;
	line-height:20px;
	font-weight:300;}

.checkFld input{display:block; position:absolute; top:0; left:0; width:1px; height:1px; opacity:0; visibility:hidden;}

.checkFld .fa{
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 5px;
}
.checkFld input:checked + .fa:before{content:"\f046"; color:#0d79e6;}


.btnbig {
	background-color:#0d79e6;
	border-color:#0d79e6;
	padding:13px 84px;
}
.btntheme {
	background-color:#0d79e6;
	border-color:#0d79e6;
}
.btntheme:hover,
.btnbig:hover {
	background-color:#00458a;
	border-color:#00458a;
}

.tabbox .panel-body label,
.tabbox label {
	font-weight:500;
	font-size:14px;
	line-height:20px;
    color: #3a3a3a;
    font-family: 'Montserrat';
}
.modal .form-control,
.tabbox .form-control {
    border-color: #0d79e6;
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.modal textarea.form-control,
.tabbox textarea.form-control {
	height:auto;
}

.modal .form-control::-webkit-input-placeholder,
.tabbox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}

.modal .form-control::-moz-placeholder,
.tabbox .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

.modal .form-control:-ms-input-placeholder,
.tabbox .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

.modal .form-control:-moz-placeholder,
.tabbox .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.avatarfigure {
	width:182px;
	height:182px;
	border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
     border: 1px solid rgba(0,0,0,0.62);
}
.avatarfigure .file-upload {
	position:absolute;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.62);
	width:100%;
	text-align:center;
	color:#ffffff;
	border:0 none;
}
.avatarfigure .file-upload:hover {
	background-color:#00458a;
}
.avatarfigure button {
	position:absolute;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.62);
	padding:10px 0;
	width:100%;
	text-align:center;
	color:#ffffff;
	border:0 none;
}

.tabbox div label.file_upload__label {
    color: #fff;
    padding: 5px 0;
}
.file_upload__label:hover {
  cursor: pointer;
}

.file_upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
 font-size: 1px;
  width: 0;
  height: 100%;
  width:100%;
  opacity: 0;
  cursor: pointer;
}

.slinktitle {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.tabbox .input-group-addon {
	min-width:47px;
	text-align:center;
	color:#ffffff;
}
.facebook span.input-group-addon {
    background-color: #4867aa;
    border-color: #4867aa;
}

.tabbox .facebook .form-control {
    border-color: #4867aa;
}

.twitter span.input-group-addon {
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.tabbox .twitter .form-control {
    border-color: #1da1f2;
}
.googleplus span.input-group-addon {
    background-color: #dc4a38;
    border-color: #dc4a38;
}

.tabbox .googleplus .form-control {
    border-color: #dc4a38;
}

footer {
	background-color:#0778e5;
	color:#ffffff;
	padding:2px 0;
}
footer p {
/*	font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: inherit;
    margin: 11px 0;
}
footer p  a {
    text-decoration:underline;
    color:inherit;
    margin:0 3px;
}
footer p  a:hover {
    text-decoration:none;
    color:#000000;
}

footer ul.fsocial {
	margin:0;
}
footer ul.fsocial li {
    margin: 5px 0 0;
}
footer ul.fsocial li a {
	background-color: #a8a9ad;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
footer ul.fsocial li a:hover {
	background-color:#00458a;
}


.csswitch {
    background-color: #f87d24;
    position: relative;
}


.i-switch.csswitch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 20px;
	margin: 0;
	cursor: pointer;
	background-color:rgba(7, 120, 229, 0.64);
	border-radius: 30px;
}
.i-switch.csswitch input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-switch.csswitch input:checked + i:before {
	top: 50%;
	right: 5px;
	bottom: 50%;
	left: 50%;
	border-width: 0;
	border-radius: 5px;
}
.i-switch.csswitch input:checked + i:after {
	margin-left: 16px;
}
.i-switch.csswitch i:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background-color:rgb(167, 167, 167);
	border: 1px solid #f0f0f0;
	border-radius: 30px;
	content: "";
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.i-switch.csswitch i:after {
    position: absolute;
    top: -3px;
    bottom: 1px;
    width: 20px;
    height: 20px;
    background-color: #fdfdfd;
    border-radius: 100%;
    content: "";
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}


.i-switch-md.csswitch {
    width: 40px;
    height: 15px;
}
.i-switch-md.csswitch input:checked + i:after {
	margin-left: 17px;
	background-color:#0778e5;
}
.i-switch-md.csswitch i:after {
	width: 22px;
}

.dbsubtitle {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #3a3a3a;
    font-weight: normal;
    font-family: 'Montserrat';
}
.tabbox .panel-body label.bigtext {
	font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
    color: #3a3a3a;
    font-weight: normal;
    font-family: 'Montserrat';
}
.bigtext  + div .avatarfigure {
	width: 145px;
    height: 145px;
    margin: 0 0 20px;
}
.dmpara {
	font-size: 14px;
    line-height: 20px;
    margin: 7px 0 0 8px;
    font-weight: normal;
    font-family: 'Montserrat';
}
.dbtitle {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
    color: #3a3a3a;
    font-weight: normal;
    font-family: 'Montserrat';
}
.dbtitle i {
    color: #0778e5;
    margin: 0 5px 0 0;
}
.dbtitle + .btntheme {
    margin-bottom: 10px;
}
.delete,
button.delete {
    border: 0 none;
    background-color: transparent;
    padding: 0;
    color: #ff0000;
    font-size: 24px !important;
    line-height: normal;
}
.viewbtn:hover,
.delete:focus,
.delete:hover {
	color:#00458a;
	outline:none;
}
.themecolor {

}
.viewbtn {
    border: 0 none;
    background-color: transparent;
    padding: 0;
    color: #333333;
    font-size: 24px;
    line-height: normal;
}

.themecolor .table-bordered>tbody>tr>th,
.themecolor .table-bordered>tfoot>tr>th,
.themecolor .table-bordered>thead>tr>th {
/*	border:1px solid #00458a !important;*/
}

.themecolor .table-bordered>tbody>tr>td,
.themecolor .table-bordered>tfoot>tr>td,
.themecolor .table-bordered>thead>tr>td {
/*	border-color:#00458a;*/
}

.themecolor .table-bordered>tbody>tr>th,
.themecolor .table-bordered>tfoot>tr>th,
.themecolor .table-bordered>thead>tr>th {
/*	border-color:#0778e5;*/
/*	background-color:#0778e5;*/
/*	color:#ffffff;*/
}
.modal-header {
    background-color: #0778e5;
    color: #fff;
}
button.btn.btn-default.addmore {
    border: 0 none;
    outline: 0 none;
    color: #00458a;
    font-size: 24px;
    line-height: normal;
}
.doculink {
    text-decoration: underline;
    color: #0778e5;
}
.doculink:hover {
    text-decoration: none;
    color: #000000;
}
.inputgrstyle .input-group-addon {
    background-color: #0778e5;
    border: 1px solid #0778e5;
    color: #fff;
}
.serachfild {
    background:transparent url("../images/search-src.png") no-repeat center left;
}

.dashboardexmenu .box-shadow {
    padding:40px;
}
.navbar-default .navbar-nav.rightmenu>li>a {
    color: #1d1d1d;
    padding: 3.2rem 2rem;
}

.paginationstyl .pagination > li a:hover,
.paginationstyl .pagination > .active > a,
.paginationstyl .pagination > .active > span,
.paginationstyl .pagination > .active > a:hover,
.paginationstyl .pagination > .active > span:hover,
.paginationstyl .pagination > .active > a:focus,
.paginationstyl .pagination > .active > span:focus,
.paginationstyl .ngx-pagination > li a:hover,
.paginationstyl .ngx-pagination > .active > a,
.paginationstyl .ngx-pagination > .active > span,
.paginationstyl .ngx-pagination > .active > a:hover,
.paginationstyl .ngx-pagination > .active > span:hover,
.paginationstyl .ngx-pagination > .active > a:focus,
.paginationstyl .ngx-pagination > .active > span:focus{
    background-color:#ececec;
    border-color: #ececec;
    color:#617283;
}
.paginationstyl  .ngx-pagination > li > a, 
.paginationstyl  .ngx-pagination > li > span,
.paginationstyl  .ngx-pagination > li > a, 
.paginationstyl  .ngx-pagination > li > span {
    color: #aab1b9;
    background-color: #fff;
    border-color: #ececec;
    margin:0 7px;
    padding:7px 15px;
}

.resultnpagination select,
.resultnpagination .paginationstyl {
    display:inline-block;
    width:auto;
}
.resultnpagination .paginationstyl  .pagination,
.resultnpagination .paginationstyl  .ngx-pagination {
    margin:0;
}
.dashboardexmenu .form-group.inputgrstyle {
    margin: 10px 0 30px;
}
.inline-block {
    display:inline-block;
}
.editbtn {
    border-color:transparent;
    background-color:transparent;
    font-size:24px;
    line-height:normal;
    color:#313132;
}
.editbtn:hover,
.editbtn:focus {
    outline:0 none;
    color:#00458a;
}
.smalltable {
    margin-top:15px;
}
.checkFld{display:inline-block;vertical-align:top;position:relative;padding: 0 0 0 35px;color: #333;font-size:14px;line-height:16px;font-weight:600;}

.checkFld input{display:block; position:absolute; top:0; left:0; width:1px; height:1px; opacity:0; visibility:hidden;}

.checkFld .fa{display:block;position:absolute;top: -10px;left: 0;font-size: 35px;margin-left: 0;}

.checkFld input:checked + .fa:before{content:"\f046"; color:#459849;}

.tabbox.extabpage .input-group-addon {
    background-color:#0d79e6;
    border-color:#0d79e6;
}


/* form-checkbox */

.i-checks {
    cursor: pointer;
}

.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #9195A0;
}
.radio .i-checks input:checked + i::before,
.radio .i-checks > i {
    border-radius:100%;
    -o-border-radius:100%;
    -ms-border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
}

.i-checks input:checked + i {
    border-color: #0d79e6;
}

.i-checks input:checked + i::before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color:#0d79e6;
}

.i-checks > i::before {
    background-color: transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease 0s;
    width: 0;
}

.i-checks > i {
    margin-right: 10px;
    margin-left: -20px;
}

/*]] FORM CHECKBOX*/

.form-inline .radio label {
    padding: 0 13px 0 7px;
}
.extabpage .dbsubtitle {
    margin: 10px 0 20px;
}
.ui-widget-header {
    border-color:#dddddd;
    background: #0778e5;
    color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-color: #0778e5;
    background: #0778e5;
    color: #ffffff;
}
.boxborder {
    border: 1px solid #0778e5;
    padding: 10px;
    min-height: 150px;
}
.mrtop30 {
    margin-top:30px;
}

/*home page*/
.banner .navbar-default {
    background-color:transparent;
    position:relative;
    z-index:99;
}
.banner {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 542px;
    position: relative;
    font-family:'Montserrat' !important;
}
.banner::before {
    display:block;
    content:"";
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:rgba(0, 0, 0, 0.55);
}
.banner::after {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: transparent url(../images/home_page3-2.png) no-repeat bottom center / 100% auto;
    z-index: 1;
}
.banner .textcol h1 {
    color: #ffffff;
    font-size: 62px;
    line-height: 49px;
    font-weight: bold;
    text-align: center;
}
.banner .textcol h1 small {
    font-weight: 300;
    font-size: 34%;
    color: #fff;
    line-height: normal;
}
.regibox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0072e5+0,000000+100 */
    background: #0072e5; /* Old browsers */
    background: -moz-linear-gradient(top, #0072e5 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0072e5 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0072e5 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072e5', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    width: 286px;
    float: right;
    padding: 20px;
    border-radius: 20px;
    font-family:'Montserrat' !important;
}
.cont {
    position:relative;
    z-index:9;
}
.banner .navbar-nav.navbar-right img.pull-left {
    margin: 15px 6px 0 0;
}

.regibox h3 {
    /*font-size: 26px;*/
    /*line-height: 32px;*/
    color: #ffffff;
    font-family:'Montserrat';
    margin: 0;
    font-weight: normal;
    padding: 0 0 15px;
}
.regibox .form-control {
    height: 39px;
    font-size: 15px;
    line-height: 21px;
    color: #333;
    font-weight: normal;
}
.regibox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}
.regibox .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}
.regibox .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}
.regibox .form-control:-moz-placeholder { /* Firefox 18- */
    color: #333;
}
.regibox .checkFld {
    color: #ffffff;
    font-weight: normal;
}
.regibox .btn-danger {
    background-color:#ed5564;
    border-color:#ed5564;
    font-weight:normal;
}
.regibox .or {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
}
.ssign li a {
    background-color: #ffffff;
    color: #333333;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    display: table;
    font-size: 28px;
    vertical-align: middle;
    text-align: center;
    text-decoration:none;
}
.ssign li a i {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}
.ssign li a i.fa-google-plus {
    color:#f14336;
}
.ssign li a i.fa-facebook {
    color:#385c8e;
}
p.alredym {
    color: #ffffff;
    font-weight: 300;
}
p.alredym a {
    text-decoration:underline;
    color:inherit;
}
p.alredym a:hover {
    text-decoration:none;
    color:#ed5564;
}
.banner .textcol h1 {
    color: #ffffff;
    font-size: 62px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
}


.howitworklist h1 {
    font-size: 37px;
    line-height: 43px;
    text-align: center;
    font-weight: 500;
    color: #3a3a3a;
}
.howitworklist h1 small {
    display: block;
    color: #858585;
    font-size: 40%;
    font-weight: 300;
    margin: 8px 0 60px;
}
.howitworklist {
    padding: 0 0 76px;
    background-color: #ffffff;
}
.hwtitle {
    font-size:28px;
    line-height:34px;
    color:#3b495b;
    padding:0 0 10px;
    font-weight:500;
}
.hwpara {
    font-size:16px;
    line-height:22px;
    color:#4c4c4c;
    font-weight:300;
}
.contentbox {
    padding:0 0 0 135px;
    position:relative;
    margin-top:90px;
}
.numberbx {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #ed70a7;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 44px;
    display: table;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;

}
.numberbx span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 99;
}

.numberbx::after {
    display: block;
    content: "";
    background-color: rgba(237, 112, 167, 0.6);
    width: 120%;
    height: 120%;
    position: absolute;
    top: -10%;
    left: -10%;
    border-radius: 100%;
    z-index: 9;
}

.numberbx::before {
    display: block;
    content: "";
    background-color: rgba(237, 112, 167, 0.5);
    width: 140%;
    height: 140%;
    position: absolute;
    top: -20%;
    left: -20%;
    border-radius: 100%;
    z-index: 0;
}


.howitworklist .list li:nth-child(odd) .srccol {
    float:right;
}

.howitworklist .list li:nth-child(even) .srccol {
    float:left;
}

.howitworklist .list li:first-child .contentbox {
    margin-top:0;
}
/*
.howitworklist .list li:nth-child(2) .numberbx {
    background-color:#fbc25d;
}

.howitworklist .list li:nth-child(2) .numberbx::before {
    background-color:rgba(251, 194, 93, 0.5);
}

.howitworklist .list li:nth-child(2) .numberbx::after {
    background-color:rgba(251, 194, 93, 0.6);
}


.howitworklist .list li:nth-child(3) .numberbx {
    background-color:#60c3e8;
}

.howitworklist .list li:nth-child(3) .numberbx::before {
    background-color:rgba(96, 195, 232, 0.5);
}

.howitworklist .list li:nth-child(3) .numberbx::after {
    background-color:rgba(96, 195, 232, 0.6);
}



.howitworklist .list li:nth-child(4) .numberbx {
    background-color:#797fbc;
}

.howitworklist .list li:nth-child(4) .numberbx::before {
    background-color:rgba(121, 127, 188, 0.5);
}

.howitworklist .list li:nth-child(4) .numberbx::after {
    background-color:rgba(121, 127, 188, 0.6);
}
*/


.howitworklist .list li:first-child .contentbox::after {
    background: rgba(255, 66, 66, 0) url(../images/line-1.png) no-repeat left top;
    display: block;
    content: "";
    width: 111%;
    height: 280px;
    position: absolute;
    top: 93px;
    left: 39px;
}


.howitworklist .list li:nth-child(3) .srccol {
    text-align:right;
}

.howitworklist .list li:nth-child(3) .srccol img {
    display:inline-block;
}

.howitworklist .list li:nth-child(2) .srccol::after {
    background: rgba(255, 66, 66, 0) url(../images/line-2.png) no-repeat left top;
    display: block;
    content: "";
    width: 99%;
    height: 230px;
    position: absolute;
    bottom: -190px;
    right: -50px;
    opacity: 0.5;
}

.howitworklist .list li:nth-child(3) .contentbox::after {
    background: rgba(255, 66, 66, 0) url(../images/line-3.png) no-repeat left top / 100% 100%;
    display: block;
    content: "";
    width: 100%;
    height: 238px;
    position: absolute;
    top: 90px;
    left: 47px;
}



.howitworklist .list li:nth-child(4) .contentbox::after {
    background: rgba(255, 66, 66, 0) url(../images/line-4.png) no-repeat left top;
    display: block;
    content: "";
    width: 110px;
    height: 79px;
    position: absolute;
    top: 91px;
    left: -15px;
}
.howitworklist .btn-success {
    color: #fff;
    background-color: #0778e5;
    border-color: #0778e5;
    border-radius: 25px;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 30px;
}

.feature {
    background: #ececec url(../images/feature_bg.png) no-repeat center top / 100% auto;
    padding: 230px 0 0;
}
.fcontent p {
    color: #676666;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.fcontent h4 {
    color: #0072e5;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0;
}
.fcontent  img {
    position: absolute;
    left: 0;
    top: 0;
}

.fcontent {
    position: relative;
    padding-left: 50px;
    min-height: 120px;
}
.feature h2 {
    color: #3a3a3a;
    font-size: 37px;
    line-height: 43px;
    padding: 0 0 80px;
    margin: 0;
    position: relative;
    display:inline-block;
}
.feature h2::after {
    display: block;
    content: "";
    background: transparent url(../images/ftitle-bg.png) no-repeat center left;
    width: 73px;
    height: 49px;
    position: absolute;
    right: -80px;
    top: 24px;
}

.subscription_plan_bd {
  margin-top: -25px;
}
.S_block_bd {
  background: #0072e5 none repeat scroll 0 0;
  border: 1px solid #0072e5;
  border-radius: 17px;
  overflow: hidden;
}
.S_block_bd.plan_2 {
   background: #ed5564 none repeat scroll 0 0;
  border: 1px solid #ed5564;
  border-radius: 17px;
  overflow: hidden;
}
.S_block_bd.plan_3 {
   background: #2ac19c none repeat scroll 0 0;
  border: 1px solid #2ac19c;
  border-radius: 17px;
  overflow: hidden;
}
.S_block_bd.plan_4 {
   background: #ffbc2b none repeat scroll 0 0;
  border: 1px solid #ffbc2b;
  border-radius: 17px;
  overflow: hidden;
}
.subscription_plan_bd > h1 {
  font-family: "Roboto",sans-serif;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 16px;
}
.S_block_bd > h2 {
  background: #00458a none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 12px;
  text-align: center;
}
.S_block_bd.plan_2 > h2 {
  background: #9f111f none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 12px;
  text-align: center;
}
.S_block_bd.plan_3 > h2 {
  background: #097359 none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 12px;
  text-align: center;
}
.S_block_bd.plan_4 > h2 {
  background: #a47000 none repeat scroll 0 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 12px;
  text-align: center;
}

.p_sec_bd > h1 {
  color: #fff;
  font-size: 50px;font-family: "Roboto",sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 26px 0;
  background:transparent url("../images/sub_flow_bd.png") no-repeat center left;
  text-align: center;background-size:cover;
}
.p_sec_bd > p {
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-align: center; font-family: "Roboto",sans-serif;
}

.s_feature_bd {
  background: #fff;
}
.s_feature_bd > ul {
  padding: 0;
  margin: 0;
}
.s_feature_bd li {
  border-bottom: 1px solid #eee;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 300;
  list-style: outside none none;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-top: 7px;
  text-align: left;
}
.s_feature_bd li .fa {
 color:#0072e5;margin-right: 5px;
}
.plan_2 .s_feature_bd li .fa {
 color:#ed5564;
}
.plan_3 .s_feature_bd li .fa {
 color:#2ac19c;
}
.plan_4 .s_feature_bd li .fa {
 color:#ffbc2b;
}
.plan_action_bd > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 17px;
  box-shadow: 1px 2px 0px #444;
  display: inline-block;
  font-size: 19px;
  margin: 20px 0;
  padding: 8px;font-family: "Roboto",sans-serif;
  text-align: center;color:#00458a;
  width: 202px;
}
.plan_2 .plan_action_bd > a {
  background: #fff none repeat scroll 0 0;

 box-shadow: 1px 2px 0px #a71826;

  text-align: center;color:#c42333;

}
.plan_3 .plan_action_bd > a {
  background: #fff none repeat scroll 0 0;

  box-shadow: 1px 2px 0px #0c7b60;

  text-align: center;color:#0c7b60;

}
.plan_4 .plan_action_bd > a {
  background: #fff none repeat scroll 0 0;

 box-shadow: 1px 2px 0px #ad7704;

  text-align: center;color:#ad7704;

}
.plan_action_bd > a:hover {
  text-decoration:none;
}
.plan_action_bd {
  text-align: center;
}

.modal-header.morestep_bd {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0d79e6;
  border: none;
}
.modal-header.morestep_bd h4 {
  color: #0d79e6;
  font-size: 30px;font-family: "Roboto",sans-serif;
  font-weight: 400;
}
.modal-dialog.step_bd {
  background: #fffaf8;width: 800px;
}
.step_bd .modal-content {
  background-color: #fffaf8;
}
.stepon_bd h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 13px;
}
.stepon_bd .row .form-group {
  color: #444;
  font-weight: 300;
}
.stepon_bd h1 {
  font-size: 28px;
  font-weight: 500;font-family: "Roboto",sans-serif;
  margin-top: 0;
}
.save_bd {
  background: #ff7b1a none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 4px 12px;
  text-align: center;
  width: 200px;
}
.s_bd {
  padding-left: 17px;
}
.stepon_bd label {
  font-weight: 400;font-family: "Roboto",sans-serif;
  font-size: 14px;
}

.input-group-addon.span_icon_bd {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:1px solid #0d79e6;
  position: relative;
  right: 0;
  width: 13%;
}
.expad {
    padding:53px 0 0;
}
.addbox {
    background-color: #0778e5;
    margin: 50px 0 0 0;
    border-top: 6px solid rgb(106, 164, 220);
}
.addtitle {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    position: relative;
    padding: 20px 0 20px 220px;
    color: #ffffff;
}
.addtitle img {
    position: absolute;
    top: -191px;
    left: 0;
}
.hfooter {
    background-color:#0b212f;
    padding:35px 0;
}
.hfooter ul {
    margin-bottom:0;
}
.ohour span {
    display:block;
}
.fmenu li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 8px 0;
    display: block;
}
.fsocil li a:hover,
.fmenu li a:hover {
    color: #0778e5;
    text-decoration:none;
}
.fsocil li a{
    position: relative;
    padding: 7px 0 7px 39px;
    color: #ffffff;
    display: block;
    margin: 0 0 10px;
}
.fsocil li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #a8a9ad;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    font-size: 14px;
    line-height: 32px;
}
.hfooter h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #fff;
}
.ohour p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.copyr {
    font-size: 12px;
    line-height: 27px;
    margin: 19px 0 0;
}
/*end home*/
.loginbtn a::before {
    border-left: 1px solid #fff;
    display: block;
    content: "";
    height: 35%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 33%;
}

.modal .input-group-addon {
    background-color: #0d79e6;
    border-color: #0d79e6;
    color: #fff;
}

.ssign li a:hover {
    background-color: #e0e0e0;
}
.fullpage.open .formcol,
.fullpage.open .othercontent,
.fullpage.open .banner::after {
    display:none;
}
.fullpage.open .banner .textcol h1 {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.fullpage.open .banner .textcol h1 small {
    font-size: 18px;
    display: block;
    text-transform: initial;
    font-style: italic;
    margin: 9px 0 0 0;
    color: #fff;
    font-weight: 100;
}
.fullpage.open .loginbox.registrebox,
.loginbox {
    display:none !important;
}
.fullpage.open .banner {
    /* min-height:732px; */
    min-height: 800px;
}
.fullpage.open .loginbox {
    display:block !important;
}

.fullpage.open.forregister .loginbox {
    display:none !important;
}

.fullpage.open.forregister .loginbox.registrebox {
    display: block !important;
    margin-bottom: 7rem;
}
.fullpage.open .textcol {
    width:100%;
}
.loginbox.center-block {
    background-color: #ffffff;
    max-width: 410px;
    padding: 0;
    margin-top: 40px;
    border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
}
.loginbox .closelgbox {
    position: absolute;
    right: 0;
    font-size: 90px;
    color: #fff;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    top: 0;
    font-weight: 300;
}


.closelgbox span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}



.closelgbox span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closelgbox span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.closelgbox span::before, .closelgbox span::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffffff;
}
.closelgbox span::before, .closelgbox span::after {
    height: 1px;
}
.closelgbox span:hover::before, .closelgbox span:hover::after {
    background: #ed5564;
}

.loginbox .closelgbox:focus,
.loginbox .closelgbox:hover {
    color: #ed5564;
    outline:0 none;
}
.loginbox .panel-heading {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e0dfdf;
}
.loginbox .panel-title {
    font-size: 24px;
    line-height: 30px;
    color: #1e2e42;
    text-align: center;
}
.loginbox .panel-title {
    font-size: 24px;
    line-height: 30px;
    font-weight:normal;
    color: #1e2e42;
    text-align: center;
}
.loginbox.center-block .panel-body {
    padding: 25px;
}
.loginbox.center-block .form-group label {
    color: #868585;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.loginbox.center-block .form-control {
    border-radius: 0;
    border-color: #e0dfdf;
    height: 45px;
}
.submitbtn.btn-lg {
    font-size: 16px;
    line-height: 22px;
}
.submitbtn {
    background-color: #ed5564;
    border-color: #ed5564;
    font-weight: normal;
}
.loginbox.center-block .checkbox label, .loginbox.center-block .text-muted {
    color: #617283;
}
.loginbox.center-block .text-muted a {
    color: inherit;
    display: block;
    margin: 10px 0;
}
.topbg::before {
    background-color: #0778e5;
    height:100px;
    width:100%;
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.dashboard {
    background-color:#F7F8FA;
    padding:20px 0;
}
.topbg {
   position:relative;
}

.panel-title.titlewrp {
    padding: 12px 26px;
    border-bottom: 1px solid #e5e5e5;
    font-size:14px;
}

.table-responsive .panel-title.titlewrp {
    padding-left:0;
    padding-top:0;
}
.panel-title.titlewrp p {
    color: #4f5c6a;
    font-size:16px;
    line-height:normal;
    margin: 0;

}
.panel-title.titlewrp .vewall {
    color:#0778e5;
    text-decoration:underline;
}
.panel-title.titlewrp .vewall:hover {
    color:#4f5c6a;
    text-decoration:none;
}
.panel-box {
    border: 1px solid #dadada;
    max-width: 298px;
}
.panel-box .panel-title h5 {
    color: #0778e5;
    font-size: 19px;
    line-height: 25px;
    margin: 8px 0 8px 10px;
}
.panel-box .panel-title i {
    color: #696969;
    margin: 12px 10px 0 0;
}
.tag_menu {
    margin: 0;
    padding: 12px 0;
}
.tag_menu a.btn.btn-tags {
    border: 1px solid #3b3b3b;
    border-radius: 20px;
    color: #4f5c6a;
    font-size: 12px;
    line-height: normal;
    padding: 4px 10px;
}

.tag_menu a.btn.btn-tags:hover {
    color: #ffffff;
    background-color:#3b3b3b;
}
.tag_menu li {
    padding: 0 1px;
}
.date_wrap h5 {
    font-size:12px;
    line-height:18px;
    color:#4f5c6a;
    font-weight:300;
    padding:0 13px;
    margin:0;
}
.date_wrap h5 span {
    display:block;
    color:#0778e5;font-weight:normal;
}
.btnlist {
    margin:20px 0 0;
    padding:8px;
    border-top:1px solid #e5e5e5;
}

.btnlist li {
    width: 18.95%;
    text-align: center;
}
.btnlist a {
    color: #767676;
    font-size: 17px;
}
.vr_tour_img {
    width: 116px;
    height: 116px;
    background-color: #25272a;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.17);
    -o-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.17);
    -ms-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.17);
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.17);
    overflow: hidden;
}

.vr_tour_title {
    color:#000000;
    font-weight:300;
    font-size:23px;
    line-height:29px;
    margin-bottom:20px;
}
.vr_tour_title small {
    color:#4f5c6a;
    font-size:50%;
    display:block;
}
.btn_tour {
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
    border-radius: 34px;
    padding: 10px 33px;
}
.bigavatar {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
}
.rightdb .menuwrap {
    padding:26px;
}
.wecome {
    padding: 13px;
    color: #4f5c6a;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
}
.uname {
    padding: 11px 0;
    color: #0778e5;
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.membr_ship {
    color: #4f5c6a;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    padding: 17px 0;
}
.membr_ship i {
    margin-right:5px;
}
.btn_upgrade {
    font-weight: 300;
    border-radius: 30px;
    padding: 10px 36px;
    font-size: 20px;
    line-height: normal;
}
.menuwrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.menuwrap .panel-body {
    background-color: #f6f7f8;
}
.db_notification_list {
    margin:22px -12px;
}
.db_notification_list li {
    position: relative;
    padding:15px 0 15px 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
    border-left: 5px solid #0778e5;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 12px;
    width: 17.6384%;
}
.db_notification_list h4 {
    color: #0778e5;
    font-size: 42px;
    line-height: 9px;
    font-weight: 500;
}
.db_notification_list h4 small {
    color: #4f5c6a;
    font-size: 40%;
    display: block;
    font-weight: 300;
    margin: 0 0 30px;
}
.db_notification_list .ico {
    margin: 14px;
}
.db_notification_list .view_bg h4 {
    color:#fa5601;
}
.db_notification_list li.view_bg {
    border-left-color:#fa5601;
}

.db_notification_list .share_bg h4 {
    color:#19c683;
}
.db_notification_list li.share_bg {
    border-left-color:#19c683;
}

.db_notification_list .click_bg h4 {
    color:#ffae00;
}
.db_notification_list li.click_bg {
    border-left-color:#ffae00;
}

.db_notification_list .like_bg h4 {
    color:#ff1800;
}
.db_notification_list li.like_bg {
    border-left-color:#ff1800;
}

.tabebox {
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
    border-radius: 10px;
    background-color: #fff;
    overflow:hidden;
}
.tabebox caption {
    padding:0;
}
.trash {
    color:#ff0000;
}
.tabebox p {
    color: #4f5c6a;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    padding: 14px;
    margin: 0;
}
.captionbtn {
    padding: 14px;
    background-color: #0778e5;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
}
.captionbtn:focus,
.captionbtn:hover {
    color:#ffffff;
    text-decoration:none;
}
.table>thead>tr>th {
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    padding: 10px 15px;
}
.table>tbody>tr>td {
    font-weight: 300;
    color: #7f7f7f;
    font-size: 14px;
    background-color: #fff;
    padding: 9px 18px;
}
table thead {
    background-color:#eeeff1;
}
.datetd {
    min-width: 110px;
    padding-right: 0 !important;
}
.filepdf {
    color: #3fad97;
    font-size: 24px;
}
.tourpage .panel-box,
.biigerpanel .panel-box {
    max-width:inherit;
}
.tourpage .panel-box {
    margin: 15px 0;
    border-radius: 8px;
}
.biigerpanel .panel-box .panel-title h5 {
    font-size: 20px;
    margin: 12px 0 11px 10px;
}
.biigerpanel .panel-box .panel-title i {
    font-size:20px;
}
.biigerpanel .tag_menu a.btn.btn-tags {
    font-size: 14px;
    padding: 6px 11px;
}
.biigerpanel .date_wrap h5 {
    font-size: 14px;
    line-height: 20px;
}
.biigerpanel .btnlist a {
    font-size: 22px;
}
.tourpage .tag_menu a.btn.btn-tags {
    font-size: 11px;
    padding: 4px 5px;
}
.tourpage .btnlist li {
    width: 18.722%;
    text-align: center;
}
.btnlist a:hover {
    color: #0778e5;
}

.form-inline .number input,
.form-inline .numbercode input {
    width: 100%;
}
.form-inline .numbercode {
    max-width: 70px;
    width:18%;
    margin-right: 20px;
}


.form-inline .number {
    width: 82%;
}
.loginbox.center-block .termlink a {
    color:#0d79e6;
    margin-left:5px;
    text-decoration:underline;
}
.loginbox.center-block .termlink a:hover{
    text-decoration:none;
    color:inherit;
}

 .go-top {
    position: fixed;
    bottom: 0.25em;
    right: 0.2em;
    text-decoration: none;
    color: #AB526A;
    background-color: #ab526a;
    font-size: 12px;
    padding: 12px 10px;
    display: none;
    margin: 0;
    border-radius: 4px;
    width: 37px;
}
    .go-top img {
      margin:0 auto;
    }

    .go-top:hover {
      background-color: rgba(0, 0, 0, 0.6);
      color: #AB526A;
      text-decoration: none;
      }
.dashboardexmenu .form-inline.styleone .form-control {
    max-width: inherit;
    width: 206px;
}
.form-inline.date .form-group input {
    width: 86px;
    padding-right: 4px;
}

.form-inline.date .form-group label {
    margin: 0 8px 0 0;
    font-weight: normal;
}

.formstyle .input-group-addon {
    background-color: #0778e5;
    border: 1px solid #0778e5;
    color: #fff;
}

.formstyle .form-control {
    border-color: #0d79e6;
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.searchfortour ul.pagination,
.searchfortour ul.ngx-pagination {
    margin: 0;
}

.ng-click {
  cursor: pointer;
}

.settings-loader-outer{
    position: relative;
}
.setting-http-load{
    position: absolute;
    background: rgba(247, 248, 250, 0.9);
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.setting-http-load i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.calgrp{
    margin: 0 10px 20px;
}
.calgrp.left{
    float: right;
}
.calgrp.right{
    float: left;
}
.hasmarginbtm{
    margin-bottom: 20px;
}
.outerfrmgrp{
    margin-bottom: 20px;
}

.tabbox .outerfrmgrp .form-control{
    width: 100%;
}

.panel-title.titlewrp.db-client-datatable-heading{
    padding-right: 0px;
}
.panel-title.titlewrp.db-client-datatable-heading p{
    float: left;
    margin-top: 10px;
}
.panel-title.titlewrp.db-client-datatable-heading a.btn{
    float: right;
    color: #fff;
}
.filterareawrap{
    max-width: 850px;
    margin: 0 auto;
}

 .client-table .ui-datatable.ui-datatable-resizable .ui-datatable-thead>tr>th, 
.client-table .ui-datatable.ui-datatable-resizable .ui-datatable-tfoot>tr>td, 
.client-table .ui-datatable.ui-datatable-resizable .ui-datatable-data>tr>td{
    padding: 12px 15px;
}
/* .client-table .ui-datatable .ui-paginator {
    padding: 15px 15px;
} */
.client-table tbody tr.ui-widget-content:first-child{
    border-top: 2px solid #D5D5D5;
}

.backto-listorg-wrap{
    background: #00458a;;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
}

/* scroll table */
.scroll-table tbody {
    display:block;
    height:100px;
    overflow:auto;
}
.scroll-table thead, 
.scroll-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
/* scroll table */
.table.subscription-plan-table>tbody>tr>td{
    padding: 5px 14px;
}

/* linear progress */
.linear-progress {
	background: #bbdefb;
	height: 10px;
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-top: 2rem;
	overflow: hidden;
	animation: start 0.3s ease-in;
}

.linear-progress.small {
	width: 15%;
	height: 2px;
}

.linear-progress.med {
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 9999;
    margin-top: 0px;
}

.linear-progress .bar {
	position: absolute;
	background: #1565c0;
	transition: transform 0.2s linear;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.linear-progress .bar1 {
	animation: progressLinearMovement 2.5s infinite;
	animation-delay: 0;
}

.linear-progress .bar2 {
	left: -100%;
	animation: progressLinearMovement 2.5s infinite;
	animation-delay: 0.7s;
}

.linear-progress-material {
	background: #aad1f9;
	height: 10px;
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-top: 2rem;
	overflow: hidden;
	animation: start 0.3s ease-in;
}

.linear-progress-material.small {
	width: 15%;
	height: 2px;
}
.linear-progress-material.med {
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 9999;
}

.linear-progress-material .bar {
	position: absolute;
	background: #0778e5;
	transition: transform 0.2s linear;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.linear-progress-material .bar1 {
	animation: growBar1 2.5s infinite, moveBar1 2.5s infinite;
}

.linear-progress-material .bar2 {
	animation: growBar2 2.5s infinite, moveBar2 2.5s infinite;
}

@-moz-keyframes growBar1 {
	0% {
		animation-timing-function: linear;
		transform: scaleX(0.1);
	}

	36.6% {
		animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
		transform: scaleX(0.1);
	}

	69.15% {
		animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
		transform: scaleX(0.83);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-webkit-keyframes growBar1 {
	0% {
		animation-timing-function: linear;
		transform: scaleX(0.1);
	}

	36.6% {
		animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
		transform: scaleX(0.1);
	}

	69.15% {
		animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
		transform: scaleX(0.83);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-o-keyframes growBar1 {
	0% {
		animation-timing-function: linear;
		transform: scaleX(0.1);
	}

	36.6% {
		animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
		transform: scaleX(0.1);
	}

	69.15% {
		animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
		transform: scaleX(0.83);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@keyframes growBar1 {
	0% {
		animation-timing-function: linear;
		transform: scaleX(0.1);
	}

	36.6% {
		animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
		transform: scaleX(0.1);
	}

	69.15% {
		animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
		transform: scaleX(0.83);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-moz-keyframes moveBar1 {
	0% {
		left: -105.16667%;
		animation-timing-function: linear;
	}

	20% {
		left: -105.16667%;
		animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
	}

	69.15% {
		left: 21.5%;
		animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
	}

	100% {
		left: 95.44444%;
	}
}

@-webkit-keyframes moveBar1 {
	0% {
		left: -105.16667%;
		animation-timing-function: linear;
	}

	20% {
		left: -105.16667%;
		animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
	}

	69.15% {
		left: 21.5%;
		animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
	}

	100% {
		left: 95.44444%;
	}
}

@-o-keyframes moveBar1 {
	0% {
		left: -105.16667%;
		animation-timing-function: linear;
	}

	20% {
		left: -105.16667%;
		animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
	}

	69.15% {
		left: 21.5%;
		animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
	}

	100% {
		left: 95.44444%;
	}
}

@keyframes moveBar1 {
	0% {
		left: -105.16667%;
		animation-timing-function: linear;
	}

	20% {
		left: -105.16667%;
		animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
	}

	69.15% {
		left: 21.5%;
		animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
	}

	100% {
		left: 95.44444%;
	}
}

@-moz-keyframes growBar2 {
	0% {
		animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
		transform: scaleX(0.1);
	}

	19.15% {
		animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
		transform: scaleX(0.57);
	}

	44.15% {
		animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
		transform: scaleX(0.91);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-webkit-keyframes growBar2 {
	0% {
		animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
		transform: scaleX(0.1);
	}

	19.15% {
		animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
		transform: scaleX(0.57);
	}

	44.15% {
		animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
		transform: scaleX(0.91);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-o-keyframes growBar2 {
	0% {
		animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
		transform: scaleX(0.1);
	}

	19.15% {
		animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
		transform: scaleX(0.57);
	}

	44.15% {
		animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
		transform: scaleX(0.91);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@keyframes growBar2 {
	0% {
		animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
		transform: scaleX(0.1);
	}

	19.15% {
		animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
		transform: scaleX(0.57);
	}

	44.15% {
		animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
		transform: scaleX(0.91);
	}

	100% {
		transform: scaleX(0.1);
	}
}

@-moz-keyframes moveBar2 {
	0% {
		left: -54.88889%;
		animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
	}

	25% {
		left: -17.25%;
		animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
	}

	48.35% {
		left: 29.5%;
		animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
	}

	100% {
		left: 117.38889%;
	}
}

@-webkit-keyframes moveBar2 {
	0% {
		left: -54.88889%;
		animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
	}

	25% {
		left: -17.25%;
		animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
	}

	48.35% {
		left: 29.5%;
		animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
	}

	100% {
		left: 117.38889%;
	}
}

@-o-keyframes moveBar2 {
	0% {
		left: -54.88889%;
		animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
	}

	25% {
		left: -17.25%;
		animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
	}

	48.35% {
		left: 29.5%;
		animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
	}

	100% {
		left: 117.38889%;
	}
}

@keyframes moveBar2 {
	0% {
		left: -54.88889%;
		animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
	}

	25% {
		left: -17.25%;
		animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
	}

	48.35% {
		left: 29.5%;
		animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
	}

	100% {
		left: 117.38889%;
	}
}

@-moz-keyframes start {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 20px;
		opacity: 1;
	}
}

@-webkit-keyframes start {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 20px;
		opacity: 1;
	}
}

@-o-keyframes start {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 20px;
		opacity: 1;
	}
}

@keyframes start {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 20px;
		opacity: 1;
	}
}

@-moz-keyframes end {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 2px;
		opacity: 1;
	}
}

@-webkit-keyframes end {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 2px;
		opacity: 1;
	}
}

@-o-keyframes end {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 2px;
		opacity: 1;
	}
}

@keyframes end {
	from {
		max-height: 0;
		opacity: 0;
	}

	to {
		max-height: 2px;
		opacity: 1;
	}
}

@-moz-keyframes progressLinearMovement {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

@-webkit-keyframes progressLinearMovement {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

@-o-keyframes progressLinearMovement {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

@keyframes progressLinearMovement {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}

/* linear progress */

.rejeted .ui-messages {
    margin: 0px;
    border-radius: 0;
}



/* flag fix */
.lang-flag{
    display: inline-block;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 40px;
    overflow: hidden;
    margin-left: 2px;
    vertical-align: middle;
}
.banner .navbar-nav.navbar-right .lang-flag img.pull-left{
    margin: 0px;
}
.lang-flag img{
    width: 100%;
    height: 100%;
    transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
}
/* flag fix */



/* apploading */
#apploading{
    background: #0070e2;
    background: -moz-radial-gradient(center, ellipse cover, #0070e2 0%, #003f7e 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #0070e2 0%,#003f7e 100%);
    background: radial-gradient(ellipse at center, #0070e2 0%,#003f7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e2', endColorstr='#003f7e',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.holder img{
    position: absolute;
    /* width: 210px; */
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.holder span{
    color: #fff;
    position: absolute;
    width: 50px;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 180%);
}
.holder span i{
    font-size: 35px;
}
/* apploading */


.member-type{
    padding: 5px;
    background: #eee;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}













#noperoverly{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
}
#noperoverly .middle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    background: #fd4e4e;
    border: 4px solid #f00;
    color: #fff;
    box-shadow: 8px 8px 10px #00000040;
}
#noperoverly .middle h3{
    margin: 0px;
    line-height: 65px;
}


.invoice-box{
    max-width:800px;
    margin:auto;
    padding:30px;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:16px;
    line-height:24px;
    font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color:#555;
}

.invoice-box table{
    width:100%;
    line-height:inherit;
    text-align:left;
    border-spacing: 0;
    padding: 0;
    border-width: 0;
}

.invoice-box table td{
    padding:5px;
    vertical-align:top;
}

.invoice-box table tr td:nth-child(2){
    text-align:right;
}


.invoice-box table tr.top table td.title{
    font-size:45px;
    line-height:45px;
    color:#fff;
    background: #0778e5;
    padding-left: 20px
}
.invoice-box table tr.top table td.info{
    color:#fff;
    background: #0778e5;
    padding-right: 20px;
    padding-top: 10px;
}

.invoice-box table tr.information table td{
    padding-bottom:40px;
}

.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.invoice-box table tr.details td{
    padding-bottom:20px;
}

.invoice-box table tr.item td{
    border-bottom:1px solid #eee;
}

.invoice-box table tr.item.last td{
    border-bottom:none;
}

.invoice-box table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}
.button-holder{
    padding: 20px;
    text-align: center;
}
.btn {
    background: #0778e5;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover{
    background: #0764bd;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }
    
    .invoice-box table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}
@media print {
    /* styles go here */
    .button-holder{
        display: none;
    }
}












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

.socialshare li,
.socialshare li a{
    display: block;
    width: 64px;
    float: left;
    margin-right: 10px;
}

.socialshare li a{
    font-style: 34px;
}


.paginationstyl .ngx-pagination .pagination-previous a::before, 
.paginationstyl .ngx-pagination .pagination-previous.disabled::before{
    display: none;
}
.paginationstyl .ngx-pagination .pagination-next a::after, 
.paginationstyl .ngx-pagination .pagination-next.disabled::after{
    display: none;
}
.paginationstyl .ngx-pagination > li > a, 
.paginationstyl .ngx-pagination > li > span, 
.paginationstyl .ngx-pagination > li > a, 
.paginationstyl .ngx-pagination > li > span{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ececec;
    border-radius: 2px;
}
.paginationstyl .ngx-pagination .disabled:hover{
    cursor: not-allowed;
}
.paginationstyl .ngx-pagination .disabled{
    padding: 0px;
}
.paginationstyl .ngx-pagination .current{
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #617283;
    margin: 0 7px;
    padding: 7px 15px;
}
.tag_menu a.btn.btn-tags{
    color: #fff;
    border-color: #fff;
    pointer-events: none;
    cursor: pointer;
}
.tag_menu {
    padding: 12px 4px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.tag_menu .notagadded a.btn.btn-tags {
    background: #767676;
}

.tourpage .panel-box .panel-title h5{
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.white_bg {
    background-color: #ffffff;
}
.topstc {
    position: relative;
}
.revstat {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
}


.admin-dashboard .admin-filter{
    display: none !important;
}


.date-filter.form-group .ant-input{
    border-color: #0778e5 !important;
    color: #000 !important;
    height: 39px !important;
}
.date-filter.form-group .ant-calendar-range-picker-separator{
    line-height: 34px !important;
}
.date-filter.form-group .ant-input{
    padding: 0px;
}


.stattable .ant-table table{
    background: #fff;
}

.stattable .ant-table table thead {
    background-color: #eeeff1 !important;
}
.stattable .ant-table-thead > tr > th{
    background: none;
    border-bottom: 2px solid #ddd;
}


section.adminsupport .mydrp {
    top: 14px !important;
}

.mydrp .mydrpicon.headerbtn {
    display: none !important;
}
.mydrp .header td:nth-child(2){
    display: none !important;
}




.outerwrapfraccess{
    position: relative;
}
.noaccessLeads{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #abababbd;
    z-index: 999;
}
.noaccessLeads a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: #0778e5;
    padding: 20px;
    color: #fff !important;
    border-radius: 8px;
    outline: none;
    text-decoration: none;
    box-shadow: 3px 4px 4px #00000082;
    border: 2px solid #fff;
}
.privtermscontent{
    max-width: 1160px;
    margin: 0 auto;
}

.mt-10 {margin-top: 10px;}

.configuration-btns{
    padding-top: 20px;
    padding-bottom: 10px;
    }
    
    .haslogo{
    display: block;
    margin: 24px 0 0 0;
    }
    .config-email{
    margin-top: 40px;  
    }
/* .rersizable-table table > thead > tr > th:first-child {min-width: 130px !important;} */
/* .rersizable-table table > thead > tr > th:nth-child(3) {min-width: 50px !important;} */





