*{
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  background: #f2f2f2;
  padding-top: 49px;
  padding-right: 0 !important;
}
.mar-t-20{
  margin-top: 20px;
}
.mar-t-30{
  margin-top: 30px;
}
.mar-t-40{
  margin-top: 40px;
}
.login-bg{
  background: url('../images/login-bg.jpg');
  background-size: cover;
  padding-top: 20px;
}
.login-bg.signup-bg{
  padding-top: 0;
}

.langing-bg{
  padding-top: 0;
}
.login-logo-box{
  margin: 30px 0;
  text-align: center;
}
.login-bg.signup-bg .login-logo-box{
    margin-top: 0;
    margin-bottom: 15px;
}
.login-box{
  background: rgba(255,255,255,.6);
  border-radius: 40px;
}
.login-box h2{
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  margin: 25px 0;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.login-content{
  padding: 0 30px 30px 30px;
}
.login-content .form-group{
  margin-bottom: 1.5rem;
}
.login-content .input-field{
  position: relative;
}
.login-content .input-field i{
  position: absolute;
  left: 0;
  color: #4c4743;
  font-size: 26px;
  width: 40px;
  height: 30px;
  line-height: 32px;
  /*border-right: 1px solid #e3c196;*/
  text-align: center;
}
.login-content .input-field .form-control{
  background: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #4c4743;
  border-radius: 0;
  padding: 10px 0 10px 55px;
  color: #4c4743;
}

.login-content input[type="text"].form-control::-webkit-input-placeholder,
.login-content input[type="password"].form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4c4743;
  font-size: 12px;
  letter-spacing: 2px;
}
.login-content input[type="text"].form-control::-moz-placeholder,
.login-content input[type="password"].form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4c4743;
  font-size: 12px;
  letter-spacing: 2px;
}
.login-content input[type="text"].form-control:-ms-input-placeholder,
.login-content input[type="password"].form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4c4743;
  font-size: 12px;
  letter-spacing: 2px;
}
.login-content input[type="text"].form-control:-moz-placeholder,
.login-content input[type="password"].form-control:-moz-placeholder { /* Firefox 18- */
  color: #e3c196;
  font-size: 12px;
  letter-spacing: 2px;
}
.login-btn{
  background: #f4582a;
  border: 1px solid #dd4619;
  border-radius: 40px;
  color: #fff;
  padding: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 20px;
}
.login-btn:hover{
  box-shadow: 0 3px 20px #767676;
  cursor: pointer;
}
.forgot-link{
  font-size: 11px;
  text-transform: uppercase;
  color: #4c4743;
  font-weight: 500;
  padding-left: 55px;
}
.login-btn-box{
  position: relative;
  background: rgba(225,225,225,.6);
  padding: 25px;
  border-radius: 70px;
}

.login-btn-section  [class*="col-"] {
  padding: 0;
}
.line{
  position: relative;
  height: 2px;
  background: rgba(225,225,225,.6);
  width: 100%;
  margin-top: 54px;
}
.login-btn-section{
  margin-top: 50px;
  margin-bottom: 15px;
}









.custom-nav{
  background: #fff;
  /*box-shadow: 0 1px 5px #e2e2e2;*/
  padding: 0;
}
.custom-nav .logo-box{
  background: #4c4743;
  padding: 0.2rem 1rem;
  display: inline-block;
  width: 243px;
  position: relative;
}
.custom-nav .logo-box .navbar-toggle{
  float: right;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 16px;
  cursor: pointer;
  padding: 5px;
  margin-right: 5px;
}
.custom-nav .logo-box .navbar-toggle:focus{
  outline: none;
}
.right-user-detail{
	background: #f9b33a;

}
.user-detail{
	padding-left: 15px;
	position: relative;
}
.user-detail > span{
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin: 4px;
  position: absolute;
	left: -24px;
	top: 0;
	z-index: 1;
}
#Preview{
  display: inline-block;
  color: #fff;
  font-weight: 300;
  padding: 14px;
}
.log-out a i{
  color: #4d4844;
  font-size: 22px;
}
.log-in a i{
  color: #4d4844;
  font-size: 22px;
  float: left;
  margin-right: 10px;
  line-height: 34px;
}
.log-in a{
  float: left;
  line-height: 29px;
  color: #fff;
}
.log-out a {
  width: 50px;
  text-align: center;
}




/* Sidebar Styles */
/* Toggle Styles */

 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s  ease-in-out;
    -moz-transition: all 0.5s  ease-in-out;
    -o-transition: all 0.5s  ease-in-out;
    transition: all 0.5s  ease-in-out;
    overflow: hidden;
}

/*#wrapper.toggled-2 {
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #4c4743;
    -webkit-transition: all 0.5s  ease-in-out;
    -moz-transition: all 0.5s  ease-in-out;
    -o-transition: all 0.5s  ease-in-out;
    transition: all 0.5s  ease-in-out;
    box-shadow: 0 0 10px #ccc;
}
#wrapper.toggled-2 #sidebar-wrapper {
    width: 210px;
}

#page-content-wrapper {
    position: relative;
    padding: 15px;
    /*width: 100%;*/
    overflow-x: hidden;
    background: #f8f3f0;
}
.xyz{
    min-width: 360px;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}
.fixed-brand{
    width: auto;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ddd;
    border-radius: 0;
    font-weight: 400;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-nav li.active a{
  background: #f9b33a;
  border-radius: 0;
  color: #000;
  /*border-left: 5px solid #fab409;*/
  font-weight: 500;
}
.sidebar-nav li.active a i{
  color: #000;
}
.sidebar-nav li a:hover {
  background: #f9b33a;
    text-decoration: none;
    color: #000;
    /*border-left: 5px solid #fab409;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li.submenu a{
  position: relative;
}
.sidebar-nav li.submenu > a:before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-nav li.submenu a.arrow:before{
  transform: rotate(180deg);
  right: 0;
}

.sidebar-nav li.submenu ul{
  background: #403b37;
  box-shadow: 0 0 10px #35302b inset;
}
.sidebar-nav li.submenu ul li a{
  border-bottom: 1px solid #4c4743;
}
.sidebar-nav li.submenu ul li a:hover{
  border-left: 0;
  background: transparent;
}
.sidebar-nav li.submenu ul li a i{
  margin-right: 15px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
/* Sidebar Styles End */

.content-heading{
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
/*h2.content-heading:before {
    border-top: 2px solid #f6582b;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 54%;
    left: 0;

    bottom: 0;
    width: 50%;
    z-index: -1;
}*/
.heading-line{
  width: 50px;
  height: 3px;
  background: #fab409;
  display: inline-block;
  margin-bottom: 15px;
}
.btn-min-pad{
  padding: 0 5px;
}


.custom-modal .scroll-modal{
  max-height: 450px;
  overflow: auto;
}



/*=MEDIA QUERIES=*/

@media(min-width:768px) {
    #wrapper {
        padding-left: 210px;
    }
    .fixed-brand{
        width: 210px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 210px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 210px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 210px;
    }


    #page-content-wrapper {
        padding: 10px 0;
        position: relative;
        -webkit-transition: all 0.5s  ease-in-out;
        -moz-transition: all 0.5s  ease-in-out;
        -o-transition: all 0.5s  ease-in-out;
        transition: all 0.5s  ease-in-out;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 210px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s  ease-in-out;
        -o-transition: all 0.5s  ease-in-out;
        transition: all 0.5s  ease-in-out;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -160px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s  ease-in-out;
        -o-transition: all 0.5s  ease-in-out;
        transition: all 0.5s  ease-in-out;
        width: auto;

    }

}
/*********29sept**********/
.navbar-expand-md .navbar-nav .nav-link{
      background: #f9b33a;
}
.circle-menu{
  border-radius: 50%;
  background: #f6582b;
  position: absolute;
  right: -15px;
  top: 4px;
  width: 39px;
}
.table-box{
  background: white;
  margin-top: 143px;
}
.card-signup{
  padding: 10px;
  min-height: 85px;
  position: relative;
}
.upperlatter{
  text-transform: uppercase;
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
}
.btn-circle{
    border-radius: 50%;
    height: 55px;
    width: 55px;
    background: #f9b33a;
    color: #fff;
	line-height: 40px;
}
.ciclr-po{
    position: absolute;
    top: 55px;
	left: 0;
    right: 0;
}
.btn-circle1{
  border-radius: 50%;
  height: 55px;
  width: 55px;
  color: #fff;
  background: #f4572a;
  line-height: 40px;
}
.arow-fon{
  font-size:25px;
}
.deco-none {
  text-decoration: none !important;
}

.red-class {
  color: red !important;
}
.h2-bg{
  background: #f8f3f0;
  font-size: 26px;
}
.bordcast-botom-mar{
  margin-bottom: 50px;
}
#home-tab , #profile-tab{
  padding: 10px;
}
#home-tab {
      color: #4b4642;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
}
#profile-tab{
  color: #9a9a9a;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.pad-l0{
  padding-left: 0;
}
.pad-r0{
  padding-right: 0;
}
.nav-tabs .nav-link.active {
    border: none;
    background-color: #fff;
    border-bottom: 5px solid #f8b33a;
}
.nav-tabs .nav-link{
  background: #fff;
}
.green{
  color: #21a667;
}

.custom-table{
    font-size: 12px;
}
.custom-table thead tr th{
    font-weight: 500;
}
.custom-tabs .nav-link{
    border: 0;
    border-bottom: 5px solid #fff;
}
.custom-tabs .nav-link:hover{
    border-bottom: 5px solid #ccc;
}
.navbar-toggler{
    margin-right: 15px;
    border: 1px solid #f8b33a;
}
.custom-accordion .card{
  /*background: transparent;*/
  border: 0;
}
.custom-accordion .card .card-title{
  margin-bottom: 0;
}
.custom-accordion .card .card-header{
  padding: 0;
}
.custom-accordion .card .card-title a{
  color: #f9b33a;
  font-weight: 400;
  font-size: 18px;
  padding: 0.75rem 1.25rem;
  display: block;
  background: #444;
}
.custom-accordion .card .card-title a:hover{
  text-decoration: none;
  color: #f9b33a !important;
}
.custom-accordion .card .card-title a.collapsed{
  color: #fff;
}
.custom-table-1, .custom-table-2{
  text-align: center
}
.custom-table-1 thead th, .custom-table-2 thead th{
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.custom-table-1 thead th, .custom-table-2 thead th,
.custom-table-1 tbody td, .custom-table-2 tbody td{
  padding: 5px;
}
.custom-table-1 thead th{
  background: #299ee4;
}
.custom-table-2 thead th{
  background: #13ad60;
}

.landing-form{
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 4px 10px #e6dcd5;
}
.notes-box{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.notes-box p{
  margin-bottom: 0;
  color: #555;
}
.landing-logo{  
  padding: 10px;
  background: #1268b3;
  
}


/*----PRICING PAGE----*/
.credit-box{
  background-color: #1c2334;
}
.credit-box .header-box{
  text-align: center;
  padding: 20px;
}
.credit-box .header-box h1{
  text-transform: uppercase;
  color: #f9b33a;
  text-align: center;
  margin-bottom: 20px;
}
.plan-price {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.plan-price p {
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.plan-price .price {
    vertical-align: top;
    font-size: 8em;
    line-height: .73em;
    padding: 0;
    margin: 0;
}
.stacked {
    display: inline-block;
}
.denomination {
    margin-top: -10px;
}
.plan-price .denomination {
    font-size: 4em;
    line-height: .84em;
    padding: 0;
    margin: 0;
}
.stacked p {
    display: block;
}
.plan-description p {
    margin: 0;
    font-size: 12px;
    color: #aaa;
    font-weight: 300;
}
.price-table-box {
  background: #fff;
}
.price-table-box .pricingtable{
  margin-bottom: 0;
}
.price-table-box th{
  background: #f9b33a;
  border-top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 8px;
  border-bottom: 0 !important;
}
.price-table-box td{
  text-align: center;
  padding: 8px;
  font-size: 12px;
  color: #555;
}
.btn-box{
  padding: 1em;
  background-color: #1c2334;
  text-align: center;
}
.btn-box .btn{
  background-color: #f9b33a;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
}


/*----Pricing Signup----*/
.order-summary {
    border-top: 15px solid #d7d9da;
    background-color: #fff;
    text-align: left;
}
.order-summary ul {
    margin: 0;
    padding: 0;
}
.order-summary .receipt-header {
    padding: 20px;
    border-bottom: 2px solid #d7d9da;
    color: #223655;
    font-size: 24px;
    line-height: 48px;
    font-weight: 800;
}
.order-summary li {
    list-style: none;
    padding-left: 20px;
}
.order-summary .plan-perks {
    padding-top: 10px;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    border-bottom: 2px solid #d7d9da;
}
.order-summary .order-price {
    font-size: 14.4px;
    border-bottom: 2px solid #d7d9da;
    padding: 20px;
}
.order-summary .total {
    padding: 20px;
    border-bottom: none;
}
.order-summary .order-price p {
    margin-bottom: 5px;
}
.order-summary .total p:first-child {
    margin-left: 0;
}
.order-summary .total p {
    color: #223655;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.order-summary .order-price .titles {
    display: inline-block;
    margin-right: 20px;
}
.order-summary .order-price .amounts {
    display: inline-block;
    text-align: left;
}
.order-summary .total p:first-child+p {
    float: right;
    margin-right: 10px;
}
.account-form {
  background: #fff;
  padding: 25px;
}
.account-form h3{
  margin-bottom: 25px;
  color: #223655;
}

webcam.form-control {
  width: 330px;
}
span.f-build {
  display: inline-block;
  width: 115px;
  padding: 6px 0px;
}
img.ftv-img {
  width: 338px!important;
  margin-left: 6%;
}
.btn-warning {
  color: #fff;
  background-color: #1268b3;
  border-color: #186bb4;
}
.btn-warning:hover {
  color: #fff;
  background-color: #1268b3;
  border-color: #1268b3;
}
@media (min-width: 320px) and (max-width: 480px) {
  
  .landing-logo {
    padding: 10px;
    background: #1268b3;
    margin: 3px;
}
  app-external-photo h4 {
    text-align: center;
}
span.f-build {
     font-size:20px;
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
    text-align: center;
}
webcam.form-control {
  width: 330px;
}
button#btnMainGate {
  margin-left: 18%;
}
img.ftv-img {
  width: 338px!important;
  margin-left:1%;
}
app-internal-photo h4 {
  text-align: center;
}
.btn-warning {
  color: #fff;
  background-color: #1268b3;
  border-color: #186bb4;
}
.btn-warning:hover {
  color: #fff;
  background-color: #1268b3;
  border-color: #1268b3;
}
}
