::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}

::-moz-placeholder {
  color: #c1c1c1 !important;
}

:-ms-input-placeholder {
  color: #c1c1c1 !important;
}

:-moz-placeholder {
  color: #c1c1c1 !important;
}

body, html {
  background: #f0f0f0;
}

body {
  padding-top: 68px;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}

/*Header Starts*/
header {
  background: #e77717;
  background: -webkit-gradient(linear, left top, left bottom, from(#e77717), to(#97281e));
  background: linear-gradient(to bottom, #e77717 0%, #97281e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77717', endColorstr='#97281e',GradientType=0 );
}

header h1 {
  margin: 0;
  display: inline-block;
}

header h1 a {
  width: 200px;
  height: auto;
  padding: 10px 0;
  display: inline-block;
  background: url(../images/logo.png) no-repeat center center/contain;
  text-indent: -9999px;
}

header .menu_btn {
  padding: 21px 0;
  display: inline-block;
  vertical-align: top;
}

/*Header Ends*/
.cstmbtn {
  min-width: 120px;
  padding: 10px 25px;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  background-color: #f27b1a;
  box-shadow: 0 3px 6px 0 rgba(60, 0, 0, 0.69);
  -webkit-box-shadow: 0 3px 6px 0 rgba(60, 0, 0, 0.69);
  -moz-box-shadow: 0 3px 6px 0 rgba(60, 0, 0, 0.69);
  color: #fff;
  font: bold 14px "Roboto", sans-serif;
  outline: 0 !important;
  text-decoration: none;
}

.title h2 {
  margin: 12px 0;
  color: #063b6d;
  font: 500 18px "Roboto", sans-serif;
  text-transform: capitalize;
}

.brdrBtm {
  border-bottom: 1px solid #fdefe2;
}

.no_bg {
  background: none !important;
}

.mainsec .accorDiv .card {
  border: 0;
  margin-bottom: 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.mainsec .accorDiv .card .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.mainsec .accorDiv .card .card-header a {
  padding: 13px 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  background-color: #fdefe2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  color: #063b6d;
  font: 500 16px "Roboto", sans-serif;
}

.mainsec .accorDiv .card .card-header a.card-link {
  background: #fdefe2 url(../images/down-arrow.png) no-repeat 98% center/16px;
}

.mainsec .accorDiv .card .card-header a.card-link.collapsed {
  background: #fdefe2 url(../images/right-arrow.png) no-repeat 98% center/16px;
}

.mainsec .accorDiv .card .card-body {
  padding: 0;
}

.mainsec .accorDiv .card .card-body .cmnbox {
  padding: 15px;
}

.mainsec .accorDiv .card .card-body label {
  color: #939393;
  font: 500 14px "Roboto", sans-serif;
}

.mainsec .accorDiv .card .card-body .tab_btns {
  padding: 0;
  margin: 0;
}

.mainsec .accorDiv .card .card-body .tab_btns li {
  margin: 0 15px 15px;
  display: inline-block;
  vertical-align: top;
}

.mainsec .accorDiv .card .card-body .tab_btns li button {
  width: 90px;
  height: 90px;
  border: solid 1px #d0d0d0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #063b6d;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
  outline: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.mainsec .accorDiv .card .card-body .tab_btns li span {
  margin-top: 5px;
  display: block;
  color: #4b4b4b;
  font: 500 12px "Roboto", sans-serif;
}

.mainsec .accorDiv .card .card-body .tab_btns li:hover button {
  background-color: #0b4e8c;
}

.mainsec .accorDiv .card .card-body .form-group a {
  position: absolute;
  bottom: 7px;
  right: 25px;
}

.mainsec .accorDiv .card .card-body .form-control {
  height: 36px;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  color: #262626;
  font: 400 14px "Roboto", sans-serif;
}

.mainsec .accorDiv .card .card-body .form-control.srch {
  padding-right: 30px;
  background: #fff url(../images/search.png) no-repeat 96% center;
}

.mainsec .accorDiv .card .card-body .form-control.dob {
  padding-right: 30px;
  background: #fff url(../images/calendar.png) no-repeat 96% center;
}

.mainsec .accorDiv .card .card-body .form-control.quest {
  padding-right: 35px;
}

.mainsec .accorDiv .card .card-body .form-control:focus {
  border-color: #DA6A18;
}

.mainsec .accorDiv .card .card-body .form-control:disabled {
  height: 20px;
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  color: #000;
  font: 500 18px "Roboto", sans-serif;
}

.mainsec .accorDiv .card .card-body .radio1 {
  height: 36px;
  border: solid 1px #d4d4d4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.mainsec .accorDiv .card .card-body .radio1 table {
  width: 100%;
}

.mainsec .accorDiv .card .card-body .radio1 table tr td {
  width: 50%;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.mainsec .accorDiv .card .card-body .radio1 table tr td input {
  display: none;
}

.mainsec .accorDiv .card .card-body .radio1 table tr td input:checked + label {
  background-color: #f27b1a;
  color: #fff;
}

.mainsec .accorDiv .card .card-body .radio1 table tr td label {
  padding: 9px 0;
  margin: 0;
  display: block;
  color: #343434;
  cursor: pointer;
}

.mainsec .accorDiv .card .card-body h4 {
  margin: 0 0 10px;
  color: #063f70;
  font: 500 14px "Roboto", sans-serif;
}

.rangediv {
  text-align: center;
}

.rangediv strong {
  color: #4b4b4b;
  font: 500 28px "Roboto", sans-serif;
}

.rangediv span {
  color: #4b4b4b;
  font: normal 15px "Roboto", sans-serif;
  text-transform: uppercase;
  vertical-align: top;
}

.rangediv input[type=range] {
  background-color: transparent !important;
}

.rangediv input[type=range]::-moz-range-thumb {
  background: #931f1f;
}

.rangediv input[type=range]::-moz-range-track {
  height: 7px !important;
  background-color: rgba(75, 75, 75, 0.55);
}

.rangediv input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 4px 0px #931f1f;
  -webkit-box-shadow: 0 0 4px 0px #931f1f;
  -moz-box-shadow: 0 0 4px 0px #931f1f;
}

.rangediv input[type=range]::-ms-thumb {
  background: #931f1f;
}

.rangediv input[type=range]::-ms-track {
  height: 7px !important;
  background-color: rgba(75, 75, 75, 0.55);
}

.rangediv input[type=range]:focus::-ms-thumb {
  box-shadow: 0 0 4px 0px #931f1f;
  -webkit-box-shadow: 0 0 4px 0px #931f1f;
  -moz-box-shadow: 0 0 4px 0px #931f1f;
}

.rangediv input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: solid 2px #ffffff;
  background: #931f1f;
  margin-top: -6px;
}

.rangediv input[type=range]::-webkit-slider-runnable-track {
  height: 7px !important;
  background-color: rgba(75, 75, 75, 0.55);
}

.rangediv input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 4px 0px #931f1f;
  -webkit-box-shadow: 0 0 4px 0px #931f1f;
  -moz-box-shadow: 0 0 4px 0px #931f1f;
}

.premiumUl {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  display: table;
  text-align: center;
}

.premiumUl li {
  width: 50%;
  padding: 5px;
  display: table-cell;
  vertical-align: top;
}

.premiumUl li div {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #063b6d;
}

.premiumUl li div span {
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font: 500 16px "Roboto", sans-serif;
}

.premiumUl li div strong {
  padding-left: 15px;
  background: url(../images/rupee.png) no-repeat left center/11px;
  color: #fff;
  font: 500 23px "Roboto", sans-serif;
}

.paymentmode ul {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.paymentmode ul li {
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}

.paymentmode ul li a {
  display: inline-block;
  text-decoration: none;
}

.paymentmode ul li a div {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  background-color: #FDF2E7;
}

.paymentmode ul li a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paymentmode ul li a span {
  margin-top: 5px;
  display: inline-block;
  color: #343434;
  font: 500 11px "Roboto", sans-serif;
}

.confrmDiv {
  margin-bottom: 15px;
}

.confrmDiv .innerdiv {
  min-height: 76px;
  height: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
}

.confrmDiv .innerdiv label {
  margin-bottom: 5px;
  display: block;
  color: #939393;
  font: 500 14px "Roboto", sans-serif;
}

.confrmDiv .innerdiv span {
  color: #262626;
  font: 500 18px "Roboto", sans-serif;
}

.confrmDiv .innerdiv .lnks {
  text-align: right;
}

.confrmDiv .innerdiv .lnks a {
  width: 41px;
  height: 41px;
  padding: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  background-color: #f27b1a;
  text-align: center;
  vertical-align: text-top;
}

.confrmDiv .innerdiv strong {
  padding-left: 15px;
  margin-top: 11px;
  display: inline-block;
  background: url(../images/big_rupee.png) no-repeat left center/12px;
  color: #454545;
  font: 500 23px "Roboto", sans-serif;
  vertical-align: top;
}

.modal .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.modal .modal-content .modal-header {
  padding: 14px 25px;
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background-color: #fdefe2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.modal .modal-content .modal-header h4 {
  margin: 0;
  color: #063b6d;
  font: 500 16px "Roboto", sans-serif;
}

.modal .modal-content .modal-header button {
  padding: 0;
  position: absolute;
  top: 28px;
  right: 33px;
  opacity: 1;
  outline: 0 !important;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .modal-body table {
  margin: 0;
}

.modal .modal-content .modal-body table tr {
  border-bottom: 1px solid #fdefe2;
}

.modal .modal-content .modal-body table tr td {
  padding: 12px 25px;
  border: 0;
  color: #4b4b4b;
  font: 500 14px "Roboto", sans-serif;
  vertical-align: middle;
}

.modal .modal-content .modal-body table tr td span {
  padding-left: 15px;
  background: url(../images/big_rupee.png) no-repeat left center/10px;
  color: #4b4b4b;
  font: 500 18px "Roboto", sans-serif;
}

.modal .modal-content .modal-body table tfoot tr {
  border: 0;
}

.modal .modal-content .modal-body table tfoot tr td input {
  height: 36px;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  color: #262626;
  font: 400 14px "Roboto", sans-serif;
}

.modal .modal-content .modal-body table tfoot tr td input:focus {
  border-color: #DA6A18;
}

.modal .modal-content .modal-footer {
  border: 0;
}

@media (max-width: 767px) {
  .rangediv strong {
    font-size: 20px;
  }
  .rangediv span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 58px;
  }
  header h1 a {
    width: 150px;
    padding: 5px 0;
    background: url(../images/logo.png) no-repeat center center/contain;
  }
  header .menu_btn {
    padding: 16px 0;
  }
  .cstmbtn {
    min-width: 115px;
    padding: 10px 20px;
    font-size: 12px;
  }
  .title h2 {
    text-align: center;
  }
  .mainsec .accorDiv .card .card-header a.card-link {
    background-position: 95% center;
  }
  .mainsec .accorDiv .card .card-header a.card-link.collapsed {
    background-position: 95% center;
  }
  .rangediv strong {
    font-size: 15px;
  }
  .rangediv span {
    font-size: 10px;
  }
  .premiumUl li {
    width: 100%;
    display: block;
  }
  .paymentmode ul li {
    margin: 10px;
  }
  .paymentmode ul li a div {
    width: 80px;
    height: 80px;
  }
  .paymentmode ul li a div img {
    width: 46%;
  }
  .confrmDiv .innerdiv .lnks {
    margin-top: 5px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */