@import url("variable.css");
html {
    height: auto;
    min-height: 100%;
}

body {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/background/background1.jpg");
  background-size:cover;
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;*/
    background: rgba(255, 255, 255, 1);
    /*margin-bottom: 10%;*/
    font-size: 16px !important;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo-continer {
    width: 160px;
    height: 160px;
    background-color: rgba(255, 255, 255, 1);
    margin: 1em 0;
    padding: 1em;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.12);
    -moz-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.12);
    box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.12);
}

.brand-logo-img {
    width: 100%;
    height: auto;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.paymentdetails {
    display: flex;
    align-items: center;
}

.welcome-msg {
    color: rgba(0, 0, 0, 1);
    font-size: 1.5em;
    /*letter-spacing: 2px;*/
}


/*Signin and signup css*/

.signinform {
    background: #f4f4f4;
    color: #000;
    padding: 5%;
    border-radius: 1em;
}


/*Signin and signup css*/

.wrapper {
    padding-top: 2%;
}

.panel-heading {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000;
}


/*.btn{
  background:#F57F21;
  color:#fff;
  border-color:#F57F21;
}
.btn:hover{
  background:#F57F21 !important;
  color:#fff !important;
  border-color:#F57F21 !important;
}
.btn:focus{
  background:#F57F21;
  color:#fff;
  border-color:#F57F21;
}*/

hr {
    margin-top: 0;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}

.flexcontainer {
    width: 100%;
    height: 300px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flexs {
    display: flex;
    width: 100%;
    height: auto;
}

.barnd-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 30%;
    height: auto;
}

.title {
    color: #F57F21;
    font-size: 3rem;
    text-align: center;
}

.signformcontrol {
    margin-top: 2%;
}

.orsectionline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orline {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    width: 40%;
    border-top: 1px solid #00000030;
    float: left;
}

.account {
    text-align: center;
    margin-top: 5%;
}

.signuplink {
    text-decoration: none;
    color: #F57F21;
}

.signuplink:hover,
.signuplink:focus {
    text-decoration: none;
    color: #F57F21;
}

.progress {
    height: 1px;
}


/* start Sidebar*/

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.sidenavicon {
    font-size: 30px;
    cursor: pointer;
    /*color:#fff;*/
    color: #000;
}


/*.sidenavicon:hover, .sidenavicon:focus{
  font-size:30px;
  cursor:pointer;
  text-decoration:none;
  color:#F57F21;
}*/

.sidenavlogo {
    width: 100%;
    height: auto;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    margin-top: 24px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    text-align: left;
    /*center*/
}

#sidebar ul li a:hover {
    color: #000;
    text-decoration: none;
}

#sidebar ul li a:focus {
    color: #000;
    text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* End Sidebar*/

.topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topnavlogo {
    width: 200px;
    height: auto;
    padding-bottom: 5px;
}

.homeicon {
    font-size: large;
    text-decoration: none;
    /*color:#fff;*/
    color: #000;
    transition: color 0.3s;
}

.homeicon:hover,
.homeicon:focus {
    font-size: large;
    text-decoration: none;
    color: #F57F21;
}

.orderdetatils {
    width: 70%;
    margin-left: 15%;
}


/*Profile Title*/

.profiletitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profiletitle .btn-link {
    color: #F57F21;
}

.profiletitle .btn-link:hover {
    color: #F57F21;
}

.profiletitle .btn-link:focus {
    color: #F57F21;
}

.profiledetails label {
    margin-top: 5%;
}

.profilelable {
    width: 15%
}

.h5value {
    width: 85%;
}


/*End Profile Title*/


/*Bootstrap default value change*/

.panel-warning {
    border-color: #F57F21;
}

.panel-warning>.panel-heading {
    color: #ffffff;
    background-color: #F57F21;
    border-color: #faebcc;
}

.btn {
    border-radius: 0 !important;
}

.btn-default {
    color: #fff;
    background-color: #F57F21;
    border-color: #F57F21;
}

.btn-default:focus {
    color: #fff;
    background-color: #F57F21;
    border-color: #F57F21;
}

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

.progress-bar {
    background-color: #F57F21;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.6em 1em !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: none;
    /*border-bottom:1px solid #000;*/
    border-radius: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: all 0.5s;
    /*box-shadow:  6px 6px 12px #dcdcdc, -6px -6px 12px #ffffff;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-control:focus {
    display: block;
    width: 100%;
    /*height: 34px;*/
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: none;
    /*border-bottom:1px solid #000;*/
    border-radius: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: all 0.5s;
    box-shadow: 6px 6px 12px #dcdcdc, -6px -6px 12px #ffffff;
}

textarea:focus.form-control {
    height: auto;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}


/*Bootstrap default value change*/

.nav-pills>li {
    float: left;
    width: 33%;
}

.nav-pills>li>a {
    border-radius: 4px;
    text-align: center;
}

.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    /* background-color: red; */
    border: none;
}

.controls {
    margin: 10px 0px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}


/*card*/

.card {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 2%;
}

.card>div {
    color: #000;
    width: fit-content;
    margin: 5px;
}

.cardimg {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.carddetails {
    flex-grow: 9
}

.textjustify {
    text-align: justify;
}


/* end card*/


/*header start*/

.back-arrow {
    font-size: 1em;
    padding: 2em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    outline: none;
}

.navgat-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.back-arrow:hover {
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.back-arrow:focus {
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
}


/*header end*/


/*my bills card start*/

.text-white {
    color: rgba(255, 255, 255, 1);
}

.navgat {
    background-color: #F67F21;
}

.navgat-logo {
    width: 200px;
    height: auto;
}

.back-arrow {
    font-size: 1em;
    padding: 2em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    outline: none;
}

.back-arrow:hover {
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.back-arrow:focus {
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.well {
    /*margin: 20px;*/
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    /*padding: 10px;*/
    /*19px*/
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-white {
    /*margin: 20px;*/
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    /*padding: 10px;*/
    /*19px*/
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.font16 {
    font-size: 16px !important;
}

.font15 {
    font-size: 15px !important;
}

.custom-label {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 530;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*my bills card end*/


/*upload btn customize start*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    /*max-width: 80%;*/
    max-width: -webkit-fill-available;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /*display: inline-block;*/
    display: flex;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 6 */

.inputfile-6+label {
    color: #000;
    outline: none;
}

.inputfile-6+label {
    border-bottom: 1px solid #000;
    background-color: transparent;
    padding: 0;
    outline: none;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
    border-color: #000;
    outline: none;
}

.inputfile-6+label span,
.inputfile-6+label strong {
    padding: 1rem;
    /* 10px 20px */
}

.inputfile-6+label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6+label strong {
    height: 100%;
    color: #fff;
    background-color: #317BBA;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 4px;
}

.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
    background-color: #317BBA;
}

@media screen and (max-width: 50em) {
    .inputfile-6+label strong {
        display: block;
    }
}


/*upload btn customize end*/


/*.modal-dialog-center {
    margin-top: 10% !important;
}*/


/*@media (min-width: 768px)
{  
  .modal-dialog 
  {
      width: 600px;
      margin: 30px auto;
      margin-top: 10% !important;
  }
}*/


/*@media screen and (max-width: 1366px) and (min-width: 768px) 
{
 body{
  padding-top: 7%;
  }
}*/

@media screen and (max-width: 375px) {
    .buttonlist .btn {
        margin-top: 5%;
        padding: 25px 16px;
        width: 100%;
    }
    .buttonlist {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        /*padding-block-start: 25%;*/
        padding-block-start: 8%;
    }
}

@media screen and (max-width: 768px) and (min-width: 400px) {
    .buttonlist .btn {
        margin-top: 5%;
        padding: 25px 16px;
        width: 100%;
    }
    .buttonlist {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding-block-start: 30%;
        padding-top: 20%;
    }
}

@media screen and (max-width: 768px) {
    .orderdetatils {
        width: 100%;
        margin: 0;
    }
    .profilelable {
        width: 30%
    }
    .labelvalue {
        width: 70%;
    }
}