/* CSS Document */
/***** Fonts CSS *****/
@font-face {
  font-family: 'Airbnb Cereal App Book';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Book'), url('../fonts/AirbnbCerealBook.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Light';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Light'), url('../fonts/AirbnbCerealLight.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Medium'), url('../fonts/AirbnbCerealMedium.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Bold'), url('../fonts/AirbnbCerealBold.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Extra Bold'), url('../fonts/AirbnbCerealExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Airbnb Cereal App Black';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Black'), url('../fonts/AirbnbCerealBlack.woff') format('woff');
}
/***** Common CSS *****/
body {
  background: #fff;
  font-family: 'Airbnb Cereal App Book';
  font-size: 15px;
  overflow-x: hidden;
  color: #6e6e6e;
  margin: 0 auto;
}
html, body {
  height: 100%;
  width: 100%;
  position: relative;
}
a, a:focus, a:hover {
  color: #c10309;
  text-decoration: none;
  cursor: pointer;
}
a, a:focus, a:hover, a:active, a.active:hover, a.active:focus, select, option, select:focus, button, button:focus {
  outline: none;
}
.aligncenter {
  margin: 0 auto;
  display: inline-block;
}
.transition {
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-left-pad {
  padding-left: 0;
}
.no-right-pad {
  padding-right: 0;
}
.less-pad {
  padding-left: 5px;
  padding-right: 5px;
}
span, a, abbr {
  display: inline-block;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  margin-bottom: 20px;
}
.list li {
  position: relative;
  padding: 3px 5px 3px 18px;
}
.list li:before {
  content: '\f101';
  color: #fe6e0e;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 12px;
  vertical-align: middle;
  font-family: 'Fontawesome';
}
.no-margin {
  margin: 0 !important;
}
p {
  margin-bottom: 10px;
}
.hide {
  display: none;
}
/***** Site Header CSS *****/
.main-header {
  background: rgba(254, 254, 254, 1);
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
  padding: 8px 0;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: 0px 6px 5px 0px rgba(201, 201, 201, 1);
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-footer {
  background: rgba(254, 254, 254, 1);
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(238, 238, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 -6px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: 0 -6px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: 0 -6px 5px 0px rgba(201, 201, 201, 1);
  -webkit-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
/***** Common Spacing CSS *****/
.padding10x {
  padding: 10px;
}
.padding20x {
  padding: 20px;
}
.padding1x {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding2x {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding3x {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding4x {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding5x {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding6x {
  padding-top: 60px;
  padding-bottom: 60px;
}
.paddingtop1x {
  padding-top: 10px;
}
.paddingtop2x {
  padding-top: 20px;
}
.paddingtop3x {
  padding-top: 30px;
}
.paddingtop4x {
  padding-top: 40px;
}
.paddingtop5x {
  padding-top: 50px;
}
.paddingtop6x {
  padding-top: 60px;
}
.paddingtop7x {
  padding-top: 70px;
}
.paddingtop8x {
  padding-top: 80px;
}
.paddingbottom1x {
  padding-bottom: 10px;
}
.paddingbottom2x {
  padding-bottom: 20px;
}
.paddingbottom3x {
  padding-bottom: 30px;
}
.paddingbottom4x {
  padding-bottom: 40px;
}
.paddingbottom5x {
  padding-bottom: 50px;
}
.paddingbottom6x {
  padding-bottom: 60px;
}
.paddingbottom7x {
  padding-bottom: 70px;
}
.paddingbottom8x {
  padding-bottom: 80px;
}
.spacetop-xs {
  margin-top: 5px;
}
.spacetop1x {
  margin-top: 10px;
}
.spacetop2x {
  margin-top: 20px;
}
.spacetop3x {
  margin-top: 30px;
}
.spacetop4x {
  margin-top: 40px;
}
.spacetop5x {
  margin-top: 50px;
}
.spacetop6x {
  margin-top: 60px;
}
.spacetop7x {
  margin-top: 70px;
}
.spacetop8x {
  margin-top: 80px;
}
.spacebottom1x {
  margin-bottom: 10px;
}
.spacebottom2x {
  margin-bottom: 20px;
}
.spacebottom3x {
  margin-bottom: 30px;
}
.spacebottom4x {
  margin-bottom: 40px;
}
.spacebottom5x {
  margin-bottom: 50px;
}
.spacebottom6x {
  margin-bottom: 60px;
}
/***** Common Heading CSS Style *****/
.lg-heading, .md-heading, .sm-heading, .xs-heading {
  position: relative;
}
.lg-heading, .md-heading, .sm-heading, .xs-heading {
  font-family: "Airbnb Cereal App Bold";
  font-size: 26px;
  color: #585858;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
.md-heading {
  color: #585858;
  font-family: "Airbnb Cereal App Extra Bold";
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sm-heading {
  font-family: 'Airbnb Cereal App Book';
  font-size: 18px;
  color: #585858;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
.xs-heading {
  font-family: 'Airbnb Cereal App Book';
  font-size: 16px;
  color: #c10309;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 16px;
}
.bold {
  font-family: "Airbnb Cereal App Medium";
}
.lg-text {
  font-size: 18px;
}
.md-text {
  font-size: 15px;
}
.sm-text {
  font-size: 13px;
}
.succes-wrap .lg-heading {
  background: #d1ffd4;
  font-size: 18px;
  color: #008e09;
  border-color: #008e09;
}
.succes-wrap.error-wrap .lg-heading {
  background: #ffcece;
  font-size: 18px;
  color: #ca0000;
  border-color: #ca0000;
}
/***** Form CSS *****/
.form-group {
  position: relative;
  margin-bottom: 18px;
}
.common-table .form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  font-weight: normal;
  font-family: 'Airbnb Cereal App Medium';
  color: #6e6e6e;
  margin-bottom: 2px;
}
.form-group label i, .common-table th i {
  font-size: 8px;
  color: #c10309;
  position: relative;
  top: -4px;
}
.form-check label {
  font-size: 14px;
}
.form-group label.error {
  max-width: initial;
  padding: 2px 0;
  color: #dc0000;
  text-align: right;
  background-color: transparent;
  border-radius: 0;
  font-size: 11px;
  margin: 0 1px;
}
.form-control, .form-control:focus, textarea.form-control {
  background: #fff;
  border-width: 1px;
  border-color: #d3d3d3;
  border-style: solid;
  border-radius: 6px;
  color: #585858;
  height: 42px;
  position: relative;
  font-size: 15px;
  padding: 6px 12px;
  box-shadow: none !important;
}
.form-control.country-code {
  text-align: center;
  border-width: 1px !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e4e4e4;
  color: #000 !important;
}
textarea.form-control, textarea.form-control:focus {
  height: 70px;
}
select.form-control[multiple] {
  padding: 12px 18px;
  height: 195px;
}
select.form-control[multiple] option {
  padding: 4px 0;
}
.form-group .input-group-prepend {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1;
  color: #bbbbbb;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border-width: 1px 0 1px 1px;
  border-color: #bbbbbb;
  border-style: solid;
}
.form-group .input-group {
  background: #fff;
  align-items: center;
}
.form-group .input-group .input-group-text {
  background: #ebebeb;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #c10309;
}
.pswrd-eye {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #bbbbbb;
  cursor: pointer;
  z-index: 9999;
}
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background: none;
	padding-right:12px !important;
}
.valid-feedback, .invalid-feedback {
  position: absolute;
  color: #c10309;
  font-size: 11px;
  margin-top: 0;
}
.valid-feedback {
  color: #009522;
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #b50011;
}
.captcha-box {
  background: #d6d6d6;
  padding: 6px 15px;
  color: #434343;
  border-width: 1px;
  border-color: #bbbbbb;
  border-style: solid;
  border-radius: 0;
  margin-left: 2%;
}
.success-msg {
  padding: 0;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.msg-header {
  position: relative;
}
.msg-header .small-heading {
  color: #3a7543;
  padding-top: 12px;
}
.close-btn {
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -12px;
  text-shadow: none;
  background: #75c582;
  color: #fff;
  opacity: 1;
  line-height: 0;
  padding: 12px 7px;
  border-radius: 20px;
  font-size: 18px;
  border: none;
}
.msg-body {
  padding: 0;
  font-size: 16px;
}
.success-msg .medium-heading {
  background: transparent;
  font-family: "Airbnb Cereal App Bold";
  color: #2c9f08;
  margin-bottom: 0;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
}
.success-msg.error-msg .medium-heading {
  color: #b50000;
}
.error-msg .msg-header .small-heading {
  color: #ce0000;
  font-size: 20px;
}
.error-msg .close-btn {
  background: #ce0000;
}
.icon {
  font-size: 70px;
  color: #2c9f08;
  line-height: normal;
}
.success-msg.error-msg .icon {
  color: #b50000;
}
.countryCode {
  position: relative;
  width: 15%;
  margin-right: 2%;
  float: left;
}
.mobileNo {
  position: relative;
  width: 83%;
  float: left;
}
/***** Placeholder ******/
.form-control::placeholder {
  color: #979797;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #979797;
}
.form-control::-ms-input-placeholder {
  color: #979797;
}
/***** Checbox CSS Style ******/
/*** Custom checkbox ***/
.custom-control {
  padding-left: 40px;
}
.custom-control label {
  font-family: 'Airbnb Cereal App Medium';
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 0;
}
.custom-control-input {
  width: 24px;
  height: 24px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #c10309;
  background-color: #c10309;
}
.custom-control-label::before {
  border: #c10309 solid 1px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::before, .custom-control-label::after {
  width: 24px;
  height: 24px;
  top: 2px;
  left: -40px;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.6);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #585858;
}
.custom-control label a {
  color: #c10309;
}
.custom-control label a:hover, .custom-control label a:focus {
  color: #fff;
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #585858;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #c10309;
  background-color: #c10309;
}
.custom-radio {
  padding-top: 12px;
  padding-left: 32px;
}
.custom-radio label {
  font-size: 18px;
}
.custom-radio .custom-control-input {
  width: 20px;
  height: 20px;
}
.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: -28px;
}
/***** Before Login Pages *****/
.heading-wrap {
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(230, 230, 230, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(230, 230, 230, 1) 100%);
  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(230, 230, 230, 1) 100%);
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(230, 230, 230, 1) 100%);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(230, 230, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);
  padding: 12px 20px;
  border-radius: 8px 8px 0 0;
}
.login-page-wrap .lg-heading {
  font-size: 20px;
  margin-bottom: 0;
}
.form-wrap {
  padding: 20px 25px;
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 0 0 8px 8px;
}
.login-section {
  width: 100%;
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.center-box {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.login-page-wrap .login-frame {
  padding-left: 0;
  padding-right: 0;
}
.login-box {
  width: 25%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.login-body {
  position: relative;
  height: 100%;
}
.useful-link {}
.useful-link a {
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 13px;
  color: #7e7e7e;
  border-right: 1px solid #7e7e7e;
  text-decoration: none;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.useful-link a:last-child {
  padding-right: 0;
  border-right: none;
}
.useful-link a:focus, .useful-link a:hover {
  color: #c10309;
}
.red-btn, .grey-btn {
  background: #585858;
  font-family: "Airbnb Cereal App Bold";
  font-size: 16px;
  padding: 4px 22px;
  margin: 0 6px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.grey-btn {
  background: #878787;
}
.red-btn:hover, .red-btn:focus, .grey-btn:hover, .grey-btn:focus {
  background: #c10309;
  color: #fff;
  border: 1px solid #c10309;
  text-decoration: none;
}
.info-text, .info-text a {
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
}
.sml-logo {
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 15px;
}
.copyright {
  background: rgba(94, 152, 55, 0.7);
  padding: 10px;
  color: #fff;
  border-radius: 6px;
}
.modal {
  padding: 0 !important;
}
.modal-header {
  justify-content: center;
}
.modal-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #c10309;
}
.modal-dialog, .common-modal .modal-dialog {
  word-break: break-word;
}
.modal-body .medium-heading {
  background: transparent;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border: none;
  padding: 0;
  text-align: left;
}
.modal-body .small-heading {
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 0;
}
.modal .close {
  background: #c10309;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  right: -8px;
  top: -8px;
  padding: 12px 6px;
  margin: 0;
  text-shadow: none;
  opacity: 1 !important;
  line-height: 0;
  border-radius: 20px;
}
/***** Main Website Pages CSS *****/
.main-page-wrap .login-box {
  width: 45%;
}
.main-page-wrap .red-btn {
  background: #878787;
  font-size: 30px;
  padding: 15px 50px;
  border-radius: 15px;
}
.main-page-wrap .order-btn {
  background: #585858;
}
.main-page-wrap .red-btn:hover, .main-page-wrap .red-btn:focus {
  background: #c10309;
  color: #fff;
  border: 1px solid #c10309;
  text-decoration: none;
}
.main-menu {
  position: relative;
}
.main-menu .navbar, .main-menu .navbar-collapse {
  justify-content: flex-end;
  padding: 0;
}
.main-menu .navbar-default .navbar-nav li {
  border-right: 2px solid #585858;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-menu .navbar-default .navbar-nav li:last-child {
  border-right: none;
}
.main-menu .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 2px 20px;
  font-family: 'Airbnb Cereal App Medium';
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-menu .navbar-default .navbar-nav li a {
  color: #585858;
}
.main-menu .navbar-default .navbar-nav li a:focus, .main-menu .navbar-default .navbar-nav li a:hover {
  color: #c10309;
  outline: 0;
  outline-offset: 0;
  text-shadow: none;
}
.main-menu .navbar-default .navbar-nav li.active a {
  color: #c10309;
}
.main-menu .navbar-default .navbar-nav li:hover .dropdown-menu {
  display: block;
  margin: 0;
}
/*.main-menu .navbar-default .navbar-nav li .dropdown-menu {
  width: 200px;
}*/
.main-menu .navbar-default .navbar-nav li .dropdown-menu a {
  color: #585858;
  text-align: left;
  justify-content: flex-start;
  overflow-wrap: break-word;
  word-break: break-all;
}
.main-menu .navbar-default .navbar-nav li .dropdown-menu a:hover, .main-menu .navbar-default .navbar-nav li .dropdown-menu a:focus, .main-menu .navbar-default .navbar-nav li .dropdown-menu a:hover, .main-menu .navbar-default .navbar-nav li .dropdown-menu a.active {
  background: #c10309;
  color: #fff;
}
/***** Inner Page CSS *****/
.inner-page-wrap {
  padding: 3% 3% 6%;
}
.inner-page-wrap .red-btn, .inner-page-wrap .grey-btn {
  font-size: 18px;
  padding: 6px 22px;
}
.main-heading-wrap {
  padding: 10px 0 30px;
}
.main-heading-wrap .lg-heading {
  color: #c10309;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
.inner-form-box-frame {
  padding: 30px;
  border: 1px solid #bfbfbf;
}
/***** Common Table CSS Style *****/
.common-table .table {
  margin-bottom: 0;
}
.common-table .table thead tr th {
  background: #d1d1d1;
  color: #000000;
  font-family: 'Airbnb Cereal App Medium';
  font-size: 16px;
  padding: 8px 12px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0.3px;
  border-left: 1px solid #7e7e7e;
}
.common-table .table thead tr th:last-child {
  border-right: 1px solid #7e7e7e;
}
.common-table .table thead tr th, .common-table .table tbody tr td {
  vertical-align: middle;
}
.common-table .table tbody tr td {
  padding: 8px 12px;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
.common-table .table tbody tr td:last-child {
  border-right: 1px solid #d1d1d1;
}
.closed-row {
  background: #ecffee;
}
.edit-icon, .edit-icon:hover, .edit-icon:focus {
  color: #007bff;
}
.delete-icon, .delete-icon:hover, .delete-icon:focus {
  color: #c10309;
}
.green-icon, .green-icon:hover, .green-icon:focus {
  color: #39c900;
}
.yes-btn, .yes-btn:hover, .yes-btn:focus, .no-btn {
  background: #13b300;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 4px 15px;
}
.no-btn, .no-btn:hover, .no-btn:focus {
  background: #c10309;
}
.ticketno {
  font-family: 'Airbnb Cereal App Bold';
  font-size: 25px;
  color: #c10309;
}
.page-link {
  color: #c10309;
}
.page-item.active .page-link {
  background-color: #c10309;
  border-color: #c10309;
}
.page-link:focus {
  box-shadow: 0 0 0 .2rem rgba(193, 3, 9, .25);
}
.page-link:hover {
  color: #c10309;
  background-color: rgba(193, 3, 9, .25);
}
/***** RESPONSIVE CSS *****/
@media all and (max-width: 1536px) {
  .login-box {
    width: 38%;
  }
}
@media all and (max-width: 1380px) {
  .login-box {
    width: 45%;
  }
}
@media all and (max-width: 1280px) {
  .login-box {
    width: 56%;
  }
}
@media screen and (min-width:1024px) and (max-width:1180px) {
  /***** Before Login Pages *****/
}
@media screen and (min-width:992px) and (max-width:1023px) {
  /***** Before Login Pages *****/
}
@media screen and (min-width:781px) and (max-width:991px) {
  /***** Before Login Pages *****/
}
@media all and (max-width: 990px) {
  .login-box {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .login-section {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .login-box {
    width: 70%;
    padding: 20px 0;
  }
  .center-box {
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 576px) {
  /***** Before Login Pages *****/
  .login-box {
    width: 90%;
  }
}
@media all and (max-width: 425px) {
  /***** Before Login Pages *****/
  .blue-btn {
    width: 100%;
  }
}
@media all and (max-width: 376px) {
  /***** Before Login Pages *****/
}
@media all and (max-width: 320px) {}