#accordian .card-header {
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url(../../images/bg_panel.png);
}
.themecolor.big {
  animation-duration: 1200ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation: blink 500ms infinite;
  text-align: center;
  color: #0b235b;
}
@keyframes blink {
  from {
    color: #6175ac;
  }
  to {
    color: #f44336;
  }
}
@-webkit-keyframes blink {
  from {
    color: #6175ac;
  }
  to {
    color: #f44336;
  }
}
@font-face {
  font-family: "Whitney Medium";
  src: url("../../fonts/whitney/whitney-medium.otf");
}

@font-face {
  font-family: "Whitney SemiBold";
  src: url("../../fonts/whitney/whitney-medium.otf");
}

@font-face {
  font-family: "Whitney Bold";
  src: url("../../fonts/whitney/whitney-bold.otf");
}

@font-face {
  font-family: "Whitney Black";
  src: url("../../fonts/whitney/whitney-blacksc.otf");
}

@font-face {
  font-family: "Whitney BoldSC";
  src: url("../../fonts/whitney/whitney-boldsc.otf");
}

@font-face {
  font-family: "Whitney MediumSC";
  src: url("../../fonts/whitney/whitney-mediumitalicsc.otf");
}
@font-face {
  font-family: "Whitney Light";
  src: url("../../fonts/whitney/whitney-light.otf");
}
span .themecolor.big {
  color: #000;
}
.steps-form-2 {
  display: table;
  width: 100%;
  position: relative;
}
.steps-form-2 .steps-row-2 .steps-step-2 {
  display: table-cell;
  text-align: center;
  position: relative;
}
.steps-form-2 .steps-row-2 .steps-step-2 .lvlandhwwp:hover {
  color: #4285f4 !important;
  background-color: white !important;
}
.steps-form-2 .steps-row-2:before {
  top: 18px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #3c5296, #116bf2);
}
.steps-form-2 .steps-row-2 .steps-step-2 .lvlandhwwp {
  width: 100px;
  height: 100px;
  background-color: #0b235b !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 13px 14px 0px 16px;
  margin-top: -35px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
body {
  color: #212529;
  font-family: "Poppins", sans-serif;
  padding-top: 68px;
  margin: 0px;
  padding: 0px;
  padding-right: 0px !important;
  overflow-x: hidden;
  background-color: #f9f9f9;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("../fonts/micon.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span {
  font-family: "Whitney Bold", sans-serif;
  color: #212529;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}
h4 {
  font-size: 1rem !important;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h4,
h5,
h6 {
  font-weight: 500;
}
p,
a,
li,
span,
label,
tr,
td,
th,
input {
  color: #212529;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h1 span,
h2 span {
  line-height: 1.2;
}
input,
select,
.form-control {
  color: rgba(0, 0, 0, 0.87);
}
small,
.small {
  font-size: 13px;
}
label {
  width: auto !important;
}
.fs-12 {
  font-size: 12px;
}
.lh-16 {
  line-height: 16px;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
/*::-webkit-input-placeholder { color: red; } :-ms-input-placeholder {  color: red; } ::placeholder { color: red; }*/
select option {
  color: #333;
}
.lv-links:hover {
  color: #0b235b !important;
}
.text-view:hover {
  color: #0b235b !important;
}
.text-view {
  color: #0b235b !important;
}
.bg-primary {
  /* background: #0b235b !important; */
  background:linear-gradient(45deg, #0b235b, #035497);
}
.bg-bluegreen-gradient {
  background:linear-gradient(45deg, #0b235b, #035497);

}
.bg-gradient {
  background: linear-gradient(to right, #3c5296, #116bf2) !important;
}
.lv-view:hover {
  background: #0b235b;
  color: #fff;
}
.color-view {
  color: #0b235b;
}
.lv-view {
  bcakground: #0b235b;
}
.bg-dark {
  background-color: #116bf2 !important;
}
span.badge {
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
  height: 26px;
  font-weight: 500;
}
.lv_btn_light {
  color: #a0a0a0;
  background: transparent !important;
  box-shadow: none !important;
}
.lv_btn_light:hover {
  background: #f8f9fa !important;
  color: #a0a0a0;
}
.cursor-pointer {
  cursor: pointer;
}
.blue-text {
  color: #0b235b !important;
}
.lv-custom-table th {
  font-weight: 400;
}
.lv_btn_sm {
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.map {
  position: absolute;
  left: 6px;
  top: -4px !important;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  font-size: 18px;
  line-height: 12px;
  color: #5b5d64;
  z-index: 9;
}
.caret {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  color: #6f6f6f;
  z-index: 9;
}
.box-shadow-none {
  box-shadow: none !important;
}
.accordian .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.align-sub {
  vertical-align: sub !important;
}
.dropdown-content {
  max-height: 350px;
}
.com-padd {
  padding-top: 55px;
  padding-bottom: 40px;
}
/* .mainpic-bg{
  background-image: url("https://img.freepik.com/premium-photo/banner-image-ecommerce-no-people-inside-flat-design_954932-1450.jpg?w=1060");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
} */
.banner-bg {
  /* background-image: url("https://img.freepik.com/free-vector/outdoor-farm-market-stalls-wooden-fair-booths-kiosks-with-striped-awning-farmer-food-honey-dairy-products-vegetables-wood-vendor-counters-street-trading-cartoon-vector-illustration_107791-10531.jpg?t=st=1710394751~exp=1710398351~hmac=d53707d203ac45f7094b88d09c31049fe294c62b5776202f7c219a4107f0378d&w=1380"); */
  background-image:url("/images/mainbanner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px;
}

.banner-bg:before {
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position the pseudo-element absolutely */
  top: 0; /* Adjust top position as needed */
  left: 0; /* Adjust left position as needed */
  width: 100%; /* Make it cover the entire width of its parent */
  height: 100%; /* Make it cover the entire height of its parent */
  background-color: rgba(0, 0, 0, 0.3); /* Background color with transparency */
}
.shadow-box-light {
  background: #fff;
  box-shadow: 1px 4px 14px #ccc;
  padding: 15px;
  border-radius: 18px;
}
.com-padd-redu-top {
  padding-bottom: 40px;
}
.com-padd-redu-bot {
  padding-bottom: 0px;
}
.com-padd-redu-bot1 {
  padding-bottom: 40px;
}
.com-padd-incre-top {
  padding-top: 100px;
}
.com-padd-incre-bot {
  padding-bottom: 100px;
}
.com-mar-bot-70 {
  margin-bottom: 70px;
}
.com-mar-bot-30 {
  margin-bottom: 30px !important;
}
.input-field label {
  color: rgba(0, 0, 0, 0.38);
}
.dir1-home-head {
  position: relative;
}
.recom_color11:hover {
  color: #0b235b;
}
.icon span.fa,
.icon span.fas {
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(45deg, #0b235b, #035497);
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.about-grids {
  border-top: 1px solid #0b235b;
  margin-top: 2em;
}
.about-head {
  padding-left: 1em;
  border-left: 4px solid #17a2b8;
}
.about-grid1 {
  padding-top: 1em;
  border-top: 2px solid #0b235b;
}
.about-hover-grid {
  padding-top: 1em;
  border-top: 2px solid transparent;
}
.about-hover-grid:hover {
  border-top: 2px solid #0b235b;
}
.about-grids h5 {
  color: #0b235b;
  font-weight: 500;
}
.funt-agile-grids {
  border: none;
  border-right: 3px solid #fff;
}
.funt-agile-text h4 {
  color: #fff;
}
.funt-agile-text p {
  color: #fff;
}
.funt-agile-grids h6 {
  color: #fff;
  font-size: 28px;
}
.testimonial-thum {
  margin-left: auto !important;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wl-trusted-by {
  width: 80px;
  height: 80px;
}
.add-bg {
  background: linear-gradient(
      to right,
      rgba(51, 51, 51, 0.5) 0%,
      rgba(51, 51, 51, 0.5) 100%
    ),
    url("../../images/add_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.list-bg {
  background: linear-gradient(
      to right,
      rgba(51, 51, 51, 0.5) 0%,
      rgba(51, 51, 51, 0.5) 100%
    ),
    url("../../images/list.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#background {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#background1 {
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url("../../images/banner2.jpg") no-repeat;
  background-size: cover;
}
.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 0 #0b235b;
}
.dir-ho-tl ul {
  padding: 0px;
  margin-bottom: 0px;
}
.dir-ho-tl ul li {
  display: inline-block;
}
.dir-ho-tl ul li a {
  color: #fff;
  font-size: 1em;
}
.dir-ho-tl ul li a img {
  padding: 5px;
  margin-top: 0px;
  margin-top: 5px;
}
.dir-ho-tr {
}
.dir-ho-tr ul {
  padding: 0px;
  float: right;
  margin-bottom: 0px;
  margin-top: 19px;
}
.dir-ho-tr ul li {
  float: left;
  list-style-type: none;
  margin-left: 5px;
}
.dir-ho-tr ul li:nth-child(1) a {
}
.dir-ho-tr ul li:nth-child(2) a {
}
.dir-ho-tr .login_button {
  border-radius: 4px;
  color: #fff;
  background-color: #0b235b;
  border: 1px solid #0b235b;
  font-weight: 400;
  border-radius: 3px;
  padding: 6px 10px;
}
.dir-ho-tr .logout_button {
  color: #fff;
  background-color: #0b235b;
  border: 1px solid #1d2e63;
  font-weight: 400;
  border-radius: 3px;
  padding: 6px 10px;
}
.dir-ho-tr ul li:nth-child(3) a i {
  padding-right: 2px;
}
table.dataTable {
  border-collapse: collapse !important;
}
.dir-ho-tr ul li a {
  color: #fff;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 400;
}
.bottomMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #151f31;
  background: #151f31;
  z-index: 99;
  transition: all 1s;
  -webkit-box-shadow: 0 1px 3px #960;
  -moz-box-shadow: 0 1px 3px #960;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
  border-bottom: 1px solid #111a29;
  background: #141e30;
  background: -webkit-linear-gradient(to right, #243b55, #141e30);
  background: linear-gradient(to right, #243b55, #141e30);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c2-hide {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c2-show {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tourz-search-form .dropdown-content {
  overflow: auto;
}
.ts-menu {
  position: relative;
}
.ts-menu-1 {
  float: left;
  width: auto;
}
.ts-menu-1 a {
}
.ts-menu-1 a img {
  width: 190px;
  padding: 5px;
  margin-top: 2px;
}
.ts-menu-2 {
  float: left;
  width: auto;
  padding: 17px 62px 15px 62px; /*border-left:1px solid #273244;border-right:1px solid #273244;*/
}
.ts-menu-2 a {
  vertical-align: middle;
  font-weight: 600;
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
  display: -webkit-box;
}
.ts-menu-2 a i {
  color: #333;
  padding: 5px;
}
.ts-menu-3 {
  float: left;
  padding: 0px 0px 0px 15px;
}
.ts-menu-4 {
  float: left;
  width: 27%;
  padding: 10px 0px 0px 1px;
}
.top-search {
}
.top-search form {
}
.top-search form ul {
  padding: 0px;
}
.top-search form ul li {
  width: 50%;
  float: left;
  display: inline-block;
}
.top-search form ul li:nth-child(1) {
  width: 90%;
}
.top-search form ul li:nth-child(1) input {
  padding: 5px 10px;
  line-height: 28px;
  background: #fff;
}
.top-search form ul li:nth-child(2) {
  width: 10%;
}
.top-search form ul li input {
  width: 100%;
  padding: 5px;
  border: 0px;
}
.top-search form ul li input[type="submit"] {
  background: url(../../images/search_bg1.png) no-repeat center center #0b235b;
  color: #eac610;
  font-weight: 600;
  padding: 7px;
  background-size: 24px;
}
.top-links {
}
.top-links ul {
  float: right;
  padding-left: 0px;
}
.top-links ul li {
  display: inline-block;
}
.top-links ul li a {
  color: #ffffff;
  font-weight: 500;
  padding: 5px;
  border: 1px solid #1e3069;
  border-radius: 2px;
  font-size: 14px;
  background: #0b235b;
  border-radius: 2px;
}
.cat-menu {
  width: 100%;
  background: #f8f8f8;
  position: absolute;
  overflow: hidden;
  display: none;
  z-index: 99;
  padding: 15px;
  border: 1px solid #cccccc69; /*box-shadow:0px 2px 12px rgba(0, 0, 0, 0.5);*/
  margin-top: 1em;
  left: 0px;
}
.top-menu-ani {
  transition: all 0.5s ease;
}
.cat-menu ul {
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.cat-menu ul li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: url(../../images/arrow.png) no-repeat center left;
  background-size: 10px;
}
.cat-menu ul li:nth-child(5) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(10) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(15) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(20) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(25) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(30) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(35) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li:nth-child(40) {
  border-right: 0px solid #dedede;
}
.cat-menu ul li a {
  display: block;
  color: #727a7f;
  line-height: 45px;
  font-weight: 400;
  transition: all 0.5s ease;
  padding-left: 20px;
  font-size: 13.5px;
  text-transform: capitalize;
  line-height: 34px;
}
.cat-menu ul li a:hover {
  transition: all 0.5s ease;
  padding-left: 12px;
}
.cat-menu ul li a i {
  color: #5f6f71;
}
.cat-menu {
}
.cat-menu h4 {
  font-size: 18px;
  padding-bottom: 15px;
  color: #2d3c43;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
.cat-menu h4 span {
  font-size: 18px;
}
.cat-menu-1 {
}
.com-title {
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.com-title h2 {
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  text-align: center;
}
.com-title h2 span {
  font-weight: 400;
  font-size: 40px;
  color: #2a2b33;
}
.com-title p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  font-weight: 400;
  padding-top: 0px;
  color: #212529;
  margin: 0 0 35px;
  text-align: center;
}
.dz-menu {
  position: relative;
  overflow: hidden;
}
.dz-menu h4 {
  padding-top: 15px;
  font-size: 14px;
  text-transform: capitalize; /*border-bottom:1px solid #d6d6d6;*/
}
.dz-menu-inn {
  position: relative;
  overflow: hidden;
  float: left;
  width: 16.5%;
}
.dz-menu-inn ul {
  /*border-right:1px solid #d6d6d6;*/
  padding: 15px;
}
.lat-menu {
}
.lat-menu ul {
  border-right: 0px solid #d6d6d6;
}
.dz-menu-inn ul li {
}
.dz-menu-inn ul li a {
}
.to-ho-hotel-con-23 {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.to-ho-hotel-con-2 {
}
.to-ho-hotel-con-2 h4 {
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.to-ho-hotel-con-3 {
}
.to-ho-hotel-con-3 ul {
  padding: 0px;
  margin-bottom: 0px;
}
.to-ho-hotel-con-3 ul li {
  list-style-type: none;
  float: left;
}
.to-ho-hotel-con-3 ul li {
  padding-top: 10px;
}
.to-ho-hotel-con-3 ul li span {
  background: #253d52;
  padding: 2px 8px 3px 8px;
  color: #fff;
  border-radius: 1px;
  margin-right: 5px;
}
.ho-hot-rat-star {
  padding-bottom: 0px !important;
}
.ho-hot-rat-star i {
  font-size: 14px !important;
  padding-left: 3px;
}
.ho-hot-rat-star-list {
}
.ho-hot-rat-star-list i {
  color: #04abc0;
}
.hot-list-left-part-rat {
  width: 25px;
  height: 25px;
  background-color: #04abc0;
  padding: 4px;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
  margin-right: 10px;
}
.ho-hot-pri {
  font-size: 38px;
  font-weight: 600;
  color: #00bcd4;
  float: right;
}
.ho-hot-pri-dis {
  font-weight: 400;
  color: #888;
  float: right;
  padding: 0px 5px;
  display: none;
}
.hot-page2-hli-3 {
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: rgba(255, 197, 37, 0.79);
  padding: 4px;
  margin: 9px 5px;
  right: 5px;
  border-radius: 5px;
}
.to-ho-hotel-con-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 14px;
}
.to-ho-hotel-con-4 a {
  float: left;
  width: 47%;
  text-align: center;
}
.hom-list-share {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 12px;
}
.hom-list-share ul {
  margin-bottom: 0px;
  padding: 0px;
}
.hom-list-share ul li {
  float: left;
  list-style-type: none;
  display: inline-block;
  width: 25%;
}
.hom-list-share ul li a {
  display: block;
  border: 1px solid #ececec;
  margin: 2px;
  padding: 0px 5px;
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
}
.hom-list-share ul li a i {
  padding-right: 5px;
}
.hom-hot-book-btn {
  margin-right: 3%;
}
.hom-hot-view-btn {
  margin-left: 3%;
}
.hom-hot-av-tic {
  position: absolute;
  background-color: rgba(0, 188, 212, 0.82);
  bottom: 15px;
  padding: 3px 8px;
  margin: 0px 0px;
  right: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 0px;
}
.hom-hot-av-tic-list {
  left: 10px;
  right: inherit;
  bottom: 10px;
  border-radius: 2px;
  background: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 3px 8px;
  font-size: 13px;
}
.link-btn {
  background: #1ebef0;
  color: #000;
  font-weight: 600;
  border-radius: 2px;
  padding: 2px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.37);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.to-ho-hotel-con-4 a {
  float: left;
  width: 47%;
  text-align: center;
}
.hom-hot-book-btn {
  margin-right: 3%;
}
.mob-right-nav {
  position: fixed;
  right: -270px;
  background: #333;
  top:0px;
  
  width: 250px;
  padding: 5px 15px 5px 15px;
  height: 100%;
  overflow-y: scroll;
  z-index: 9;
  transition: all 0.5s ease;
  box-shadow: -6px 5px 13px rgba(0, 0, 0, 0.24);
}
.mob-right-nav:hover {
  overflow-y: scroll;
}
.mob-right-nav h5 {
  color: #b9b9b9;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 1px solid #303b40;
  padding: 12px 0px;
}
.mob-right-nav ul {
}
.mob-right-nav ul li {
}
.mob-right-nav ul li a {
  color: #98999a;
  transition: all 0.5s ease;
  display: block;
  font-size: 13.5px;
  padding: 10px 0px;
  border-bottom: 1px solid #303b40;
  padding: 12px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mob-right-nav ul li a:hover {
  transition: all 0.5s ease;
  color: #98999a;
  padding-left: 25px;
}
.mob-right-nav ul li a i {
  padding-right: 5px;
}
.mob-right-nav-close {
}
.mob-right-nav-close i {
  cursor: pointer;
  border: 1px solid #607d8b;
  padding: 5px;
  color: #ffffff;
  border-radius: 25px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.mob-menu-icon {
}
.mob-right-nav:hover {
  overflow-y: scroll;
}
.t-bb {
}
.dir-home-nav-bot {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
  font-family: "Whitney Bold", sans-serif;
  font-weight: 600;
}
.dir-home-nav-bot ul {
  margin-bottom: 0px;
}
.dir-home-nav-bot ul li span {
  display: block;
  font-size: 32px;
  color: #694e45;
  padding-top: 10px;
}
.dir-home-nav-bot ul li {
  border-right: 0px solid #dedede;
  background: none;
}
.dir-home-nav-bot ul li:nth-child(1) {
  width: 60%;
}
.dir-home-nav-bot ul li:nth-child(2) {
  width: 20%;
}
.dir-home-nav-bot ul li:nth-child(3) {
  width: 20%;
}
.dir-home-nav-bot ul li a {
  padding-left: 2px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: inherit;
  padding: 10px;
  color: #fff;
  background: #0b235b;
}
.dir-home-nav-bot ul li a i {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-ani-btn {
  position: relative;
  background-color: #15b0f6;
  border: none;
  font-size: 28px;
  color: #ffffff;
  padding: 2px;
  width: 200px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(14, 14, 13, 0.42);
  border-bottom: 1px solid #0793d2;
  color: #fff;
  background-color: #1ebef0;
  border: 1px solid #1ebef0;
  font-weight: 600;
  border-radius: 2px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-ani-btn:after {
  content: "";
  background: #90ee90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.dir-ani-btn:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.dir-ho-t2l {
}
.dir-ho-t2l form {
}
.dir-ho-t2l form ul {
  padding: 10px;
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
}
.dir-ho-t2l form ul li {
  width: 50%;
  float: left;
  display: inline-block;
}
.dir-ho-t2l form ul li:nth-child(1) {
  width: 60%;
}
.dir-ho-t2l form ul li:nth-child(1) input {
  padding: 15px 10px 15px 20px;
  line-height: 28px;
  background-size: 10px;
  border-right: 1px solid #eaeaea;
  background-position: 98% 50%;
  background: #fff;
}
.dir-ho-t2l form ul li:nth-child(2) {
  width: 20%;
}
.dir-ho-t2l form ul li:nth-child(2) input {
  padding: 15px 35px;
  line-height: 28px;
  background: url(../../images/hsicon.png) no-repeat center left #fff;
  background-size: 1em;
  border-right: 1px solid #eaeaea;
  background-position: 8% 52%;
}
.dir-ho-t2l form ul li:nth-child(3) {
  width: 20%;
}
.dir-ho-t2l form ul li input {
  width: 100%;
  padding: 5px;
  border: 0px;
  outline: none;
}
.dir-ho-t2l form ul li input[type="submit"] {
  color: #ffffff;
  font-weight: 600;
  padding: 17px;
  background-size: 30px;
  font-size: 18px;
  background: #0b235b;
  background: linear-gradient(to bottom, #455ca2, #0b235b);
  text-transform: uppercase;
}
.dir-v2-ho-t2l form ul li input[type="submit"] {
  color: #ffffff;
  font-weight: 600;
  padding: 15px;
  background-size: 30px;
  font-size: 18px;
  background: #0b235b;
  background: linear-gradient(to bottom, #455ca2, #0b235b);
  text-transform: uppercase;
}
.dir-v2-ho-t2l form ul li:nth-child(1) {
  width: 80%;
}
.dir-v2-ho-t2l form ul li:nth-child(2) {
  width: 20%;
}
.dir-v2-ho-t2l form ul li:nth-child(2) input {
  border-right: 0px solid #eaeaea;
}
.dir-ho-t-sp {
  padding: 95px 0px 125px 0px;
}
.dir1-home-head:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.76) 14%,
    rgba(0, 0, 0, 0.35) 66%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.dir-ho-t-tit {
}
.dir-ho-t-tit h1 {
  font-size: 2.5em;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 3%;
}
.dir-ho-t-tit-2 {
}
.dir-ho-t-tit-2 h1 {
  padding-top: 10%;
}
.dir-ho-t-tit p {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 18px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
}
.home-tab-search {
}
.home-tab-search ul li a {
  font-size: 1em;
}
.home-tab-search ul li a i {
  margin-right: 8px;
}
.dir-ho-t2r {
  padding: 45px 40px;
  position: relative;
  z-index: 999;
  background: rgba(0, 0, 0, 0.32);
}
.dir-ho-com-head {
  text-align: center;
  padding: 0px 0px 60px 0px;
}
.dir-ho-com-head h2 {
  font-size: 36px;
}
.dir-ho-com-head p {
  font-size: 1em;
  margin-bottom: 0px;
  padding-top: 15px;
  color: #989898;
}
.dir-ho-best-list {
  border: 1px solid #dfdfdf;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dir-ho-best-list:hover {
  background: #ffffff;
  box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dir-ho-best-list-p1 {
  position: relative;
}
.dir-ho-best-list-p1:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 14%,
    rgba(0, 0, 0, 0.08) 35%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.dir-ho-best-list-p1 img {
  width: 100%;
  height: 225px;
}
.dir-ho-best-list-p2 {
  padding: 25px;
}
.dir-ho-best-list-p2 h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #343c42;
  padding-bottom: 10px;
}
.dir-ho-best-list-p2 p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dir-ho-cat {
  font-size: 14px;
  color: #7a7a7a;
  text-transform: capitalize;
}
.dir-ho-best-list a {
}
.dir-ho-best-list a:hover {
  text-decoration: none;
}
.dir-ho-best-list-btn {
  border: 1px solid #0793d2;
  -moz-box-shadow: #b7b8b8 0px 1px 0px inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Whitney Bold", sans-serif;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
  font-weight: bold;
  color: #000000;
  background-color: #ffd65e;
  background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
  background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
  background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
  background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
  background-image: -o-linear-gradient(top, #ffd65e, #febf04);
  background-image: linear-gradient(to bottom, #1bb8ff, #0ba4e9);
}
.rating-mark {
  position: absolute;
  background: #fdb714;
  padding: 8px;
  font-weight: 600;
  color: #fff;
  right: 10px;
  top: 10px;
  font-size: 1em;
  border-radius: 2px;
}
.best-mark {
  position: absolute;
  background: #8bc34a;
  padding: 3px 8px;
  font-weight: 600;
  color: #000;
  right: 0px;
  font-size: 14px;
  border-radius: 0px;
  bottom: 0px;
}
.dir-ho-dis {
  font-size: 52px;
  color: #1cafdb;
  display: inline-block;
  margin-top: 18px;
}
.web-app {
  background-size: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: repeat-x;
  background-color: #fff;
}
.web-app:before {
  content: none;
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.68) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.web-app-img {
}
.web-app-img img {
  width: 85%;
}
.web-app-con {
  padding-top: 20px;
}
.web-app-con h2 {
  font-size: 1.825em;
  line-height: 32px;
}
.web-app-con h2 span {
  font-family: "Whitney Bold", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 35px;
  color: #333333;
}
.web-app-con p {
  padding-top: 10px;
  font-size: 18px;
}
.web-app-con span {
  font-size: 1em;
  padding-bottom: 15px;
}
.web-app-con ul {
  padding: 10px 0px;
}
.web-app-con ul li {
  list-style-type: none;
  font-size: 15px;
  line-height: 34px;
}
.web-app-con ul li i {
  color: #0b235b;
  margin-right: 5px;
}
.web-app-con form {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 8px;
}
.web-app-con form ul {
  padding: 0px;
  margin: 0px;
}
.web-app-con form ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.web-app-con form ul li input {
  width: 100%;
  background: #fff;
  border: 1px solid #f1f3f5;
  padding: 8px;
  font-size: 15px;
}
.web-app-con form ul li input[type="submit"] {
  color: #fff;
  border: -1px solid #1ebef0;
  font-weight: 600;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #0b235b;
}
.web-app-con form ul li:nth-child(1) {
  width: 10%;
}
.web-app-con form ul li:nth-child(2) {
  width: 60%;
}
.web-app-con form ul li:nth-child(3) {
  width: 30%;
}
.web-app-con a img {
  width: 150px;
}
.wl-appgetlink li:nth-child(1) {
  width: 15% !important;
}
.wl-appgetlink li:nth-child(2) {
  width: 55% !important;
}
.wl-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #3c5296, #116bf2);
  overflow-x: hidden;
  transition: 0.2s linear;
  padding-top: 10px;
}
#mySidenav .badge {
  background-color: #45b987;
}
.wl-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  transition: 0.3s;
}
.wl-sidenav a:hover {
  color: #f1f1f1;
}
.wl-sidenav .lv-or,
.lv_gradient_modal_bg .lv-star {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.wl-sidenav .lv-or:before,
.wl-sidenav .lv-or:after,
.lv_gradient_modal_bg .lv-star:before,
.lv_gradient_modal_bg .lv-star:after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #ffffff;
  left: 0;
  right: 0;
  top: 1em;
  width: 40%;
}
.wl-sidenav .lv-or:after,
.lv_gradient_modal_bg .lv-star:after {
  left: auto;
  right: 0;
}
.lv_gradient_modal_bg .lv-star:before,
.lv_gradient_modal_bg .lv-star:after {
  top: 8px;
}
.wl-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.wl-side-openbtn {
  position: fixed;
  top: 50%;
  left: -40px;
  font-size: 1em;
  transition: 0.2s linear;
  cursor: pointer;
  color: #fff;
  padding: 0px 1em;
  border-radius: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#rotate.wl-side-openbtn {
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.wl-left-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #e9e9e9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
#myleftSidenav .badge {
  background-color: #45b987;
}
.wl-left-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.wl-left-sidenav a:hover {
  color: #f1f1f1;
}
.wl-left-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.wl-left-side-openbtn {
  position: fixed;
  top: 50%;
  left: -50px;
  font-size: 15px;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  background-color: #45b987;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#leftrotate.wl-left-side-openbtn {
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
footer {
  background: #fff;
  border-top: 1px solid #d6d6d6;
}
footer {
  color: #9a9a9a;
  font-weight: 300;
  padding: 60px 0 10px;
}
footer h4,
footer .strong {
  color: #0b235b;
  font-weight: 400;
  font-size: 21px;
}
footer h4 {
  margin-bottom: 15px;
}
footer .highlighted {
  color: #a0a0a0;
  font-size: 21px;
  vertical-align: -1px;
}
footer ul.two-columns li {
  width: 100%;
  float: left;
}
footer ul.two-columns::after {
  content: "";
  display: table;
  clear: both;
}
footer ul {
  padding: 0px;
}
footer ul li {
  list-style-type: none;
  background-size: 9px;
}
footer ul li a {
  color: #555555 !important;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul li a:hover {
  color: #0b235b !important;
}
footer p {
  font-size: 13px;
  color: #555555;
}
.foot-sec2 {
}
.foot-sec2 p {
  font-size: 13px;
}
.foot-logo {
  border-right: 1px solid #e9e9e9;
}
.foot-logo img {
  margin-top: -30px;
}
.foot-sec2 {
  padding-top: 50px;
}
.foot-social {
}
.foot-social ul {
  padding: 0px;
}
.foot-social ul li {
  list-style-type: none;
  float: left;
  padding-right: 10px;
  background: none;
  padding-left: 0px;
}
.foot-social ul li i:hover {
  border: 1px solid #0b235b;
  color: #0b235b;
}
.foot-social ul li i {
  font-size: 1em;
  width: 32px;
  height: 32px;
  border: 1px solid #555555;
  border-radius: 50px;
  padding: 7px;
  text-align: center;
  color: #555555;
  padding-top: 9px;
}
.foot-social ul li:nth-child(1) i {
  background: #fff;
}
.foot-social ul li:nth-child(2) i {
  background: #fff;
}
.foot-social ul li:nth-child(3) i {
  background: #fff;
}
.foot-social ul li:nth-child(4) i {
  background: #fff;
}
.foot-social ul li:nth-child(5) i {
  background: #fff;
}
.foot-social ul li:nth-child(6) i {
  background: #fff;
}
.foot-social ul li a:hover {
  padding-left: 0px;
}
.copy {
  background: #f6f8fd;
}
.copy p {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
  padding: 8px;
}
.copy p a {
  color: #555555;
}
.dir-foot {
}
.dir-foot h3 {
  text-transform: capitalize;
  color: #d0d0d0;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px #676767;
  border-bottom-style: dashed;
  padding-bottom: 14px;
}
.dir-foot ul {
  padding: 0px;
}
.dir-foot ul li {
  list-style-type: none;
  background: url(../../images/f_p.png) no-repeat left center;
  padding-left: 15px;
  background-size: 6px;
}
.dir-foot ul li a {
  text-decoration: none;
  color: #929292;
  font-weight: 600;
  line-height: 32px;
}
.dir-foot-foll-soc {
  padding: 0px;
  float: right;
}
.dir-foot-foll-soc li {
  float: left;
  list-style-type: none;
  padding-right: 5px;
}
.dir-foot-foll-soc li h5 {
  color: #f2be33;
  font-size: 1em;
  font-weight: 500 !important;
  padding-right: 15px;
}
.dir-foot-foll-soc li h5 span {
  padding-left: 30px;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 700;
}
.dir-foot-foll-soc li a {
}
.dir-foot-foll-soc li a i {
  font-size: 1em;
  width: 32px;
  height: 32px;
  background: #ffc732;
  color: #343c42;
  padding: 8px;
  text-align: center;
  border-radius: 1px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
.dir-foo2 {
  position: relative;
  overflow: hidden;
}
.dir-foo-cen {
}
.dir-foo-cen img {
  float: left;
  padding-right: 15px;
}
.dir-foo-cen h5 {
  font-size: 24px;
  color: #7d7d7d;
  margin-top: 14px;
}
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
}
#loading-animation {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  margin: -100px 0 0 -100px;
  background: url("../../images/loading.gif") center center no-repeat;
}
.dir-sp-tit {
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dir-sp-tit h3 {
  padding-bottom: 20px;
}
.dir-sp-tit h3:before {
  content: "";
  position: absolute;
  left: 38%;
  height: 3px;
  width: 12%;
  border-top: 1px dotted #ff9800;
  border-bottom: 1px dotted #ff9800;
  margin-top: 45px;
}
.dir-sp-tit h3:after {
  content: "";
  position: absolute;
  left: 51%;
  height: 3px;
  width: 12%;
  border-top: 1px dotted #6f6e6b;
  border-bottom: 1px dotted #6f6e6b;
  margin-top: 45px;
}
.dir-sp-tit-2 {
}
.dir-sp-tit-2 h2 {
  padding-bottom: 20px;
}
.dir-sp-tit-2 h2:before {
  content: "";
  position: absolute;
  left: 38%;
  height: 5px;
  width: 12%;
  border-top: 2px dotted #ff9800;
  border-bottom: 2px dotted #ff9800;
  margin-top: 55px;
}
.dir-sp-tit-2 h2:after {
  content: "";
  position: absolute;
  left: 51%;
  height: 5px;
  width: 12%;
  border-top: 2px dotted #6f6e6b;
  border-bottom: 2px dotted #6f6e6b;
  margin-top: 55px;
}
.dir-hr1 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.dir-hli {
  position: relative;
  overflow: hidden;
}
.dir-hli a {
  text-decoration: none;
}
.dir-hli ul {
  padding: 0px;
}
.dir-hli ul li {
  list-style-type: none;
}
.dir-hli-1 {
  position: relative;
  overflow: hidden;
}
.dir-hli-1:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 14%,
    rgba(0, 0, 0, 0.08) 35%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.dir-hli-1 img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dir-hli-1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.dir-hli-3 {
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: rgba(255, 197, 37, 0.79);
  display: none;
  padding: 4px;
  margin: 9px 5px;
  right: 5px;
  border-radius: 5px;
}
.dir-hli-3 img {
}
.dir-hli-4 {
}
.dir-hli-5 {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  background: #000000;
}
.dir-hli-2 {
  padding: 15px;
  background: #f5f5f5;
}
.dir-hli-2 h4 {
  color: #273440;
  font-size: 14px;
}
.dir-hli-2 h4 span {
  float: right;
  font-size: 12px;
  line-height: 20px;
}
.dir-il-top-fix {
  opacity: 1 !important;
  display: block;
}
.dir-pa-sp-top {
  margin-top: 60px;
}
.dir-pa-sp-top-bg {
  background: #fff;
}
.dir-alp {
  border-bottom: 1px solid #e9e9e9;
  background: #f6f8fd;
  background-size: cover;
  background-attachment: fixed;
}
.dir-alp-1 {
  background: #f6f8fd;
  margin-top: 0px;
}
.dir-alp-tit {
}
.dir-alp-tit h1 {
  font-weight: 600;
  color: #0b235b;
  padding-top: 30px;
}
.lv-logo {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  opacity: 0.8;
  min-width: 180px;
}
.dir-alp-tit ol {
  background: none;
}
.dir-alp-tit ol li {
}
.dir-alp-tit ol li a {
  color: #ffffff;
}
.breadcrumb > .active {
  color: #20344c !important;
}
.breadcrumb > li + li:before {
  color: #8a8a8a;
}
.dir-alp-con {
  position: relative;
  overflow: hidden;
  background: #f6f8fd;
}
.dir-alp-con-1 {
  background: #ffffff;
}
.dir-alp-con-left {
  margin: 15px 0px 15px;
  padding-left: 0px !important;
}
.dir-alp-con-right {
  padding-bottom: 70px;
}
.dir-alp-con-left-1 {
  background: #20344c;
  color: #fff;
  padding: 25px;
}
.dir-alp-con-left-1:after,
.dir-alp-con-left-1:before {
  top: 72px;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dir-alp-con-left-1:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #20344c;
  border-width: 9px;
  margin-left: -9px;
}
.dir-alp-con-left-1 h3 {
  font-size: 20px;
}
.dir-hom-pre ul li:hover .dir-hom-pre-2 h5 {
  padding-left: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-left-near {
}
.list-left-near img {
  width: 24px;
  height: 24px;
  border-radius: 28px;
  border: 1px solid #fff;
}
.list-left-near h5 {
  color: #20344c;
  font-size: 15px;
}
.list-left-near span {
  color: #949fa9;
  font-size: 13px;
}
.lln1 {
  width: 10%;
}
.lln2 {
  width: 80%;
  padding: 0px 15px;
}
.lln3 {
  width: 10%;
}
.lln3 span {
  width: 24px;
  height: 24px;
  background: #7dc34a;
  padding: 2px 3px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-weight: 800;
  font-size: 12px;
}
.dir-hom-pre {
}
.dir-hom-pre div {
  float: left;
}
.dir-alp-left-ner-notb {
  border-top: 0px;
}
.dir-alp-l3 {
}
.dir-alp-l3 ul {
  padding: 0px;
}
.dir-alp-l3 ul li {
  list-style-type: none;
}
.dir-alp-l3 ul li:nth-child(5) {
}
.dir-alp-l3 ul li:last-child {
  border-bottom: 0px solid #d4d4d4;
}
.dir-alp-l3 ul li label {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px !important;
  color: #20344c;
}
.dir-alp-l-com {
  margin-bottom: 20px;
}
.dir-alp-l-com h4 {
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #fff;
  color: #282c3f;
  padding: 10px 15px;
  text-transform: capitalize;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  border: 1.4px solid #c2c2c2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14;
  height: 14;
  z-index: 0;
  border-radius: 1px;
  margin-top: 0px;
  transition: 0.2s;
}
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 30px !important;
  line-height: 15px !important;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #0b235b;
  border-bottom: 2px solid #0b235b;
}
.dir-alp-l-com1 form {
  padding-bottom: 8px;
}
.dir-alp-l-com1 {
  padding: 15px;
  background: #ffffff;
}
.dir-alp-l-com1 a {
  margin-top: 5px;
  background: #20344c;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #1d2b3c;
}
.dir-alp-l-com1 a:hover {
  color: #fff;
  background: #0b235b;
  border: 1px solid;
}
.dir-alp-l-com1 a i {
  font-size: 10px;
}
::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
}
.dir-hom-pre {
  background: #ffffff;
}
.dir-hom-pre ul {
  margin: 0px;
  padding: 15px;
}
.dir-hom-pre ul li {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.dir-alp-p3-btn-h {
  display: none;
}
.dir-alp-p4-btn-h {
  display: none;
}
.dir-alp-p4 ul li:nth-child(1n + 6) {
  display: none;
}
.dir-alp-p5-btn-h {
  display: none;
}
.dir-alp-p5 ul li:nth-child(1n + 6) {
  display: none;
}
.dir-lp-rat {
  padding: 6px 6px 15px 8px;
}
.dir-alp-ri-p2 {
  padding: 15px 0px;
}
.dir-alp-ri-p2 h3 {
  color: #343c42;
  font-size: 22px;
}
.dir-alp-ri-p2 ul {
  padding: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.dir-alp-ri-p2 ul li {
  list-style-type: none;
  float: left;
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 30px;
}
.dir-alp-ri-p2 ul li:nth-child(1) {
  color: #343c42;
  background: url(../../images/list-i1.png) no-repeat center left;
  background-size: 18px;
  font-size: 15px;
  font-weight: 600;
}
.dir-alp-ri-p2 ul li:nth-child(2) {
  color: #979797;
  width: 50%;
  background: url(../../images/list-i2.png) no-repeat center left;
  background-size: 18px;
}
.dir-alp-ri-p2 ul li:nth-child(3) {
  color: #979797;
  width: 50%;
  background: url(../../images/list-i3.png) no-repeat center left;
  background-size: 18px;
}
.dir-alp-ri-p2 p {
  color: #979797;
  padding-bottom: 12px;
}
.dir-alp-ri-p2 p b {
  padding-right: 5px;
  color: #343c42;
}
.dir-alp-ri-p2 a {
}
.dir-alp-quot-btn {
  background: #ffb600;
  color: #000;
  font-weight: 600;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
}
.dir-alp-quot-free-btn {
  background: #234767;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
}
.dir-alp-r-list-re-sp {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dir-alp-r-list {
  border: 1px solid #dedede;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: #ffffff;
  margin-right: 15px;
}
.dir-alp-r-list:hover {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(121, 121, 121, 0.33);
}
.dir-alp-r-cbb-rat {
  background: #44637d;
  position: absolute;
  padding: 4px 8px;
  right: -1px;
  border-radius: 1px;
  color: #fff;
  top: 0px;
  font-weight: 600;
  font-size: 12px;
}
.sa-list-pre-soci {
  right: 5px;
  position: absolute;
  bottom: 0px;
}
.sa-list-pre-soci ul {
  padding-top: 8px;
  margin-bottom: 0px;
}
.sa-list-pre-soci ul li {
  float: left;
  margin-right: 5px;
}
.sa-list-pre-soci ul li a {
}
.sa-list-pre-soci ul li i {
  width: 24px;
  height: 24px;
  background: #e6e6e6;
  color: #414f5a;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}
.sa-sh-icon {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sa-hi-icon {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sa-list-pre-soci ul li i:hover {
  background: #1f4363;
  color: #fff;
}
.sa-li-desc-left-sp {
  padding-left: 30px !important;
}
.sa-list-pre-soci ul li {
  background: none !important;
  width: initial !important;
  padding-left: 0px;
}
.sa-list-pre-soci ul li:last-child i {
  background: #ffc107;
  color: #000;
}
.sa-pop-full {
  background-color: #1f4363 !important;
  text-align: center;
  color: #fff;
}
.sa-pop-full span {
  display: block;
}
.sa-pop-le {
  float: left;
  width: 30%;
  padding: 50px 10px;
}
.sa-pop-ri {
  float: left;
  width: 70%;
  background: #fff;
}
.sa-pop-l0 {
}
.sa-pop-l0 i {
  font-size: 58px;
  color: #ffffff;
}
.sa-pop-l1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
}
.sa-pop-l2 {
  font-size: 50px;
  line-height: 54px;
  padding: 18px 0px;
  border-top: 2px #ffffff;
  border-top-style: dashed;
  border-bottom: 2px #ffffff;
  border-bottom-style: dashed;
  margin: 15px;
  color: #fff;
}
.sa-pop-l3 {
  font-size: 18px;
  color: #fdc600;
  font-weight: 600;
}
.h_signin form p label {
  color: #2b3239;
  text-align: left;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.h_signin {
  overflow: hidden;
  padding: 20px 40px !important;
}
.h_signin form p input {
  float: right;
  padding: 5px 34px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  width: 100%;
  margin: 4px 0px 14px 0px;
}
.h_signin form p textarea {
  padding: 5px 34px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  width: 100%;
}
.h_signin form p input[type="submit"] {
  border: 1px solid #dcad04;
  -moz-box-shadow: #b7b8b8 0px 1px 0px inset;
  -moz-border-radius: 3px;
  font-size: 1em;
  font-family: "Whitney Bold", sans-serif;
  padding: 7px 10px 7px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #000000;
  background-color: #fdc600;
  background-image: -moz-linear-gradient(top, #ef9f41, #f79623);
  background-image: -ms-linear-gradient(top, #ef9f41, #f79623);
  background-image: -o-linear-gradient(top, #ef9f41, #f79623);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
  text-transform: uppercase;
}
.dir-pr-p1 {
  background: url(../../images/list-p-bg.jpg) no-repeat center center;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 25px;
  background-size: cover;
}
.dir-pr-p1 ul {
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.dir-pr-p1 ul li {
  float: left;
  list-style-type: none;
  width: 100%;
}
.dir-pr-p1 ul li:nth-child(2) {
  padding-bottom: 15px;
}
.dir-pr-p1 ul li:nth-child(3) {
  width: 50%;
  color: #fff;
  font-size: 1em;
  background: url(../../images/list-pre-i1.png) no-repeat left center;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.dir-pr-p1 ul li:nth-child(4) {
  width: 50%;
}
.dir-pr-p1 ul li h1 {
  color: #fff;
  padding-bottom: 20px;
}
.dir-pr-p1-rat {
  position: relative;
  padding: 0px 6px 15px 0px;
}
.dir-pr-p1-rev {
  float: right;
  position: relative;
  margin-top: 25px;
}
.dir-pr-p2o {
  background: #1f4363;
}
.dir-pr-p2 {
}
.dir-pr-p2 ul {
  margin-bottom: 0px;
  padding: 0px;
}
.dir-pr-p2 ul li {
  float: left;
  padding: 15px 10px 15px 35px;
  list-style-type: none;
}
.dir-pr-p2 ul li:nth-child(1) {
  color: #fff;
  font-size: 1em;
  background: url(../../images/list-pre-i1.png) no-repeat left center;
  background-size: 25px;
}
.dir-pr-p2 ul li:nth-child(2) {
  color: #fff;
  font-size: 1em;
  background: url(../../images/list-pre-i2.png) no-repeat left center;
  background-size: 25px;
}
.dir-pr-p2-soc {
  position: relative;
  overflow: hidden;
  float: right;
}
.dir-pr-p2-soc ul {
  padding: 13px 15px 15px 15px;
  position: relative;
}
.dir-pr-p2-soc ul li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
}
.dir-pr-p2-soc ul li h5 {
  color: #fff;
  padding-right: 10px;
  padding-top: 6px;
  text-transform: capitalize;
  font-size: 14px;
}
.dir-pr-p2-soc ul li i {
  width: 28px;
  height: 28px;
  background: #afc3d6;
  color: #000;
  padding: 8px 6px;
  text-align: center;
  border-radius: 3px;
}
.dir-p-p1-rev-btn {
  font-size: 14px;
  padding: 8px;
}
.fb1 {
  background: #3b5998;
}
.gp1 {
  background: #dd4b39;
}
.tw1 {
  background: #1da1f2;
}
.li1 {
  background: #0077b5;
}
.yt1 {
  background: #cd201f;
}
.wa1 {
  background: #34af23;
}
.dir-pr-p3 {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.db-user-left {
  background: #161512;
  border: 1px solid #161512;
  box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
.db-user-img {
}
.db-user-img img {
  width: 100%;
}
.db-user-left-menu {
  padding: 15px;
}
.db-user-left-menu ul {
  padding: 0px;
  margin-bottom: 0px;
}
.db-user-left-menu ul li {
  display: block;
  padding: 4px 0px;
}
.db-user-left-menu ul li a {
  color: #c3c3c3;
  display: block;
  border-bottom: 1px solid #33322d;
  padding: 7px;
  font-size: 15px;
  text-transform: capitalize;
}
.db-user-left-menu ul li a:hover {
  background: #335c82;
  color: #fff;
  transform: scale(1.1);
}
.db-user-left-menu ul li:last-child a {
  border-bottom: 0px solid #ebebeb;
}
.db-left-icon {
  display: inline-block;
  padding-right: 7px;
  vertical-align: sub;
}
.db-left-icon img {
  width: 20px;
}
#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.db-left-pro-pos {
  position: absolute;
  margin-top: -42px;
  right: 45%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.db-left-pro-pos i {
  width: 50px !important;
  height: 50px;
  text-align: center;
  background: #0d70b5;
  color: #fff;
  font-size: 34px;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
}
.db-left-pro-edit {
  width: 32px !important;
}
.db-user-img:hover .db-left-pro-pos {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dir-pr-p3-right {
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
  padding: 20px;
}
.dir-pr-tit-first {
  padding-top: 0px !important;
}
.dir-pr-tit-first h2 {
}
.dir-pr-tit {
  padding-top: 25px;
  padding-bottom: 25px;
}
.dir-pr-tit h2 {
  color: #343c42;
  font-size: 24px;
}
.dir-pr-tit h2 span {
  font-family: "Whitney Bold", sans-serif;
  color: #9c9d9e;
  font-size: 24px;
}
/*.service-list{box-shadow:2px 2px 9px #eee;}*/
.service-list ul li i {
  color: #555555;
  font-size: 10px;
  margin-right: 5px;
  font-weight: 600;
}
.pricing-grid {
  float: left;
  padding: 2em;
  background: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.dir-pr-p3-rp1 {
}
.dir-pr-p3-right p,
li {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.dir-pr-p3-rp-com {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.dir-pr-p3-rp2 {
}
.dir-pr-p3-rp2 img {
  width: 100%;
}
.dir-pr-p3-rp3 {
  position: relative;
  overflow: hidden;
}
.dir-pr-p3-rp3 ul {
  padding: 0px;
  margin-bottom: 0px;
}
.dir-pr-p3-rp3 ul li {
  background: url(../../images/pre-ser-i.png) no-repeat center left;
  background-size: 16px;
  padding-left: 40px;
  float: left;
  list-style-type: none;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ececec;
  margin: 5px;
  background-position: 5px;
}
/**/
.cbb3-pr-pr-sli-left-btn {
  position: absolute;
  left: 37px;
  z-index: 9;
  margin-top: 10%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.41);
  border-color: #9e9e9e;
  padding: 25px 10px;
  border-radius: 2px;
}
.cbb3-pr-pr-sli-right-btn {
  position: absolute;
  right: 37px;
  z-index: 9;
  margin-top: 10%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.41);
  border-color: #9e9e9e;
  padding: 25px 10px;
  border-radius: 2px;
}
.dir-pr-ri-pro {
  border: 1px solid #dcdcdc;
}
.dir-pr-ri-pro-con {
  padding: 15px 10px 20px 10px;
}
.dir-pr-ri-pro-con h5 {
  font-size: 1em;
  padding-bottom: 12px;
}
.dir-pr-ri-pro-con p {
  font-size: 13px;
  padding-bottom: 10px;
}
.dir-pr-ri-p4-pro-enq {
}
.dir-ri-pr-pro-main {
  width: 75%;
  margin: 0 auto;
  margin-top: 5%;
}
.dir-ri-pr-pro-dec {
  position: relative;
  overflow: hidden;
}
.dir-ri-pr-pro-dec-left {
  width: 30%;
  float: left;
}
.dir-ri-pr-pro-dec-left img {
  width: 100%;
}
.dir-ri-pr-pro-dec-right {
  width: 70%;
  float: left;
  padding: 0px 25px;
}
.dir-ri-pr-pro-dec-right h3 {
  padding-bottom: 20px;
}
.dir-ri-pr-pro-dec-right h3 span {
  font-size: 22px;
  color: #333;
  padding-left: 5px;
}
.dir-ri-pr-pro-dec-right p {
}
.dir-pr-pro-pop-clo-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ffc107 !important;
  border-radius: 40px;
  width: 24px;
  height: 24px;
  opacity: 1 !important;
  z-index: 9;
}
.dir-pr-pro-pop-clo-btn i {
  font-size: 14px;
  text-align: center;
  margin-top: -7px;
  position: absolute;
  margin-left: -5px;
}
.dir-pr-p3-rp5 {
}
.dir-pr-p3-rp5 iframe {
  width: 100%;
  height: 300px;
  border: 0px;
}
.dir-pr-p3-rp6 {
  position: relative;
  overflow: hidden;
}
.dir-pr-p3-rp6 ul {
  padding: 0px;
}
.dir-pr-p3-rp6 ul li {
  list-style-type: none;
}
.stars {
  background: url("../../images/stars.png") repeat-x 0 0;
  width: 150px;
  position: relative;
  overflow: hidden;
}
.stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -30px;
}
.stars label.star-5:hover ~ span {
  width: 100% !important;
}
.stars label.star-4:hover ~ span {
  width: 80% !important;
}
.stars label.star-3:hover ~ span {
  width: 60% !important;
}
.stars label.star-2:hover ~ span {
  width: 40% !important;
}
.stars label.star-1:hover ~ span {
  width: 20% !important;
}
.stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../../images/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffeb3b;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffeb3b;
}
.sa-list-left-filter-1 {
}
.sa-list-left-filter-1 ul {
  margin-bottom: 0px !important;
}
.sa-list-left-filter-1 ul li {
  border-bottom: 0px !important;
  padding: 8px 0px 6px 0px !important;
}
.stars_1 {
}
.stars_1 input[type="radio"] {
}
.stars_1 label {
}
.l-info-5 {
}
.l-info-5 li {
  float: left;
  padding: 10px;
  color: #8f8f8f;
}
.l-info-5 li:nth-child(1) {
  width: 50%;
}
.l-info-5 li:nth-child(2) {
  width: 50%;
}
.l-info-5 li:nth-child(3) {
  width: 100%;
}
.l-info-5 li:nth-child(4) {
  padding: 0px 10px;
}
.l-info-5 li input {
  width: 100%;
  padding: 5px;
  border: 1px solid #c2c2c2;
}
.l-info-5 li textarea {
  resize: none;
  width: 100%;
  padding: 5px;
  border: 1px solid #c2c2c2;
}
.l-info-5 li input[type="submit"]:hover {
  transition: all 0.5s ease;
  background: #ffc314;
}
.para-ac-repair {
  font-size: 14px;
}
.dir-pr-p3-rp7 {
}
.dir-pr-p3-rp7-left {
}
.dir-pr-p3-rp7-left img {
  margin: 0 auto;
  display: table;
  padding-bottom: 10px;
}
.dir-pr-p3-rp7-right {
}
.dir-pr-p3-rp7-right h4 {
  padding-bottom: 15px;
}
.dir-pr-p3-rp7-right span {
  color: #75797b;
  font-size: 14px;
  font-weight: 600;
}
.dir-pr-p3-rp7-right p {
  line-height: 22px;
  color: #75797b;
  font-size: 14px;
}
.dir-pr-p3-rp7-1 {
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.dir-pr-p7-rat {
  position: relative;
}
.dir-pr-p3-rp8 {
  background: #1f4363;
  padding-top: 15px;
  padding-bottom: 40px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.dir-pr-p3-rp8-img {
}
.dir-pr-p3-rp8-img img {
  height: inherit;
}
.dir-pr-p8-rel-list {
  background: #fff;
  border: 0px solid #fff;
}
.dir-p8-list-tit {
}
.dir-p8-list-tit h2 {
  color: #fff;
  padding-left: 15px;
}
.dir-p8-list-tit h2 span {
  color: #afc2d2;
}
.dir-pr-p3-left-2 {
  background: #fff;
  margin-top: 25px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
.dir-pr-p3-left-2 h3 {
  background: #1f4363;
  color: #fff;
  font-size: 20px;
  padding: 15px;
}
.dir-pr-p3-left-21 {
  padding: 15px;
}
.dir-pr-p3-left-21 ul {
  padding: 0px;
  margin-bottom: 0px;
}
.dir-pr-p3-left-21 ul li {
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.dir-pr-p3-left-21 ul li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid #e2e2e2;
}
.dir-pr-p3-left-21 ul li span {
  float: right;
  background: #ffc51d;
  color: #000;
  font-weight: 600;
  padding: 0px 8px;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
}
.dir-pr-p8-rp8 {
}
.dir-pr-p8-rp8 ul {
}
.dir-pr-p8-rp8 ul li {
  background: url(../../images/pre-pro-i.png) no-repeat center left;
  background-position: 5px;
  background-size: 16px;
}
.pricing1 {
}
.list-featu ul {
  padding: 0px;
}
.list-featu ul li {
  list-style-type: none;
}
.pricing {
  border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.pricing:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.3);
}
.pricing li:nth-child(1) {
  background: #19d3e8;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 800;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.82);
}
.pricing li:nth-child(2) {
  background: #05c6db;
  color: #000;
  font-size: 24px;
  padding: 25px 0px;
  font-weight: 600;
  background: -webkit-linear-gradient(to bottom, #03c4da, #19d3e8);
  background: linear-gradient(to bottom, #03c4da, #19d3e8);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
.pricing li:nth-child(2) span {
  font-size: 50px;
  padding-right: 5px;
  padding-top: 14px;
  display: inline-block;
  font-weight: 800;
  color: #000;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
.pricing li + li {
}
.pricing li {
  padding: 12px;
  text-align: center;
  font-size: 15px;
  color: #444;
}
.pricing li i {
  font-size: 20px;
}
.pricing li .fa-times {
  color: #ff5722;
}
.pricing li .fa-check {
  color: #8bc34a;
}
.pricing li:last-child a {
}
.price-start {
}
.price-start a {
  padding: 2px;
}
.list-featu {
  position: relative;
  overflow: hidden;
}
.pricing-detail {
}
.pricing-detail li:nth-child(1) {
  font-size: 24px;
  line-height: 128px;
}
.pricing-detail li {
  padding: 12px;
  font-size: 1em;
  color: #343c42;
  font-weight: 600;
}
.pricing-detail img {
  width: 100%;
}
.custom-plan-wrap {
  margin-bottom: 32px;
  background-color: #116bf2;
  border-radius: 8px;
  color: #fff;
}
.custom-plan-divchild {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.custom-plan-divchild h3,
.custom-plan-divchild p {
  color: #fff;
}
.p-one {
  background: #e5e5e5;
}
.p-two {
}
.p-pro {
}
.p-pro li:nth-child(1) {
  background: #e3e819;
}
.p-pro li:nth-child(2) {
  background: #d6da07;
  background: -webkit-linear-gradient(to bottom, #f9f609, #d3d807);
  background: linear-gradient(to bottom, #d9de06, #e3e819);
}
.p-ppro li:nth-child(1) {
  background: #aae819;
}
.p-ppro li:nth-child(2) {
  background: #9cdd03;
  background: -webkit-linear-gradient(to bottom, #9adc00, #aae819);
  background: linear-gradient(to bottom, #9adc00, #aae819);
}
.p-listing {
  padding: 35px 0px;
  position: relative;
  overflow: hidden;
}
.ak-field {
  overflow: hidden;
}
.p-listing form {
  padding: 25px;
  border: 1px solid #ccc;
}
.p-listing form input,
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  font-size: 14px !important;
  font-weight: 400;
  color: #686a76;
}
.p-listing form textarea {
  resize: none;
  height: 100px;
}
.p-listing h2 {
  padding-bottom: 20px;
}
.p-listing h2 span {
  color: #ff9800;
  font-size: 30px;
}
.p-listing form input[type="submit"] {
  border-radius: 3px;
  border: 1px solid #d7a307;
  font-weight: 600;
}
dir-pop-width {
  margin: 0 auto;
  width: 70% !important;
}
.dir-pop-head {
  background: url("../../images/pop_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 25px 25px 50px 25px !important;
  border-bottom: 0px !important;
}
.dir-pop-head h4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
}
.dir-pop-body {
  padding: 35px 50px 20px 50px !important;
  border-bottom: 10px solid #263b57;
}
.dir-pop-body form {
  background: #fff;
  margin-top: -65px;
  padding: 30px 50px 25px 50px;
  border-radius: 5px;
  box-shadow: 0px 2px 34px rgba(80, 80, 80, 0.3);
  position: relative;
  overflow: hidden;
}
.dir-pop-tem-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.dir-pop-tem-row textarea {
  margin-top: 0px !important;
}
.dir-pop-com {
}
.dir-pop-com label {
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.dir-pop-com input,
textarea,
select {
  font-size: 15px;
}
.dir-pop-foot {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 20px;
}
.dir-pop-foot a {
}
.pop-btn {
  outline: none;
  background: #0b235b;
  border: 1px solid #0b235b;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pop-btn:hover {
  background: #0b235b;
  border: 1px solid #0b235b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wl-login-register-form .modal-dialog.cascading-modal {
  /* margin-top: 9%; */
}
.wl-login-register-form .modal-dialog .modal-content {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
}
.light-blue.darken-3 {
  background-color: #116bf2 !important;
}
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: -1.5rem 1rem 0 1rem;
  border: 0;
  padding: 0.7rem;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.wl-login-register-form .nav-tabs .nav-link {
  border: 0;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-color: inherit;
  color: #fff;
}
.wl-login-register-form .nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.modal-dialog.cascading-modal .nav-tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding: 1.7rem 0 0 0;
}
.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #616161;
}
.wl-form-login {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wl-form-login input[type="date"],
.wl-form-login input[type="datetime-local"],
.wl-form-login input[type="email"],
.wl-form-login input[type="number"],
.wl-form-login input[type="password"],
.wl-form-login input[type="search-md"],
.wl-form-login input[type="search"],
.wl-form-login input[type="tel"],
.wl-form-login input[type="text"],
.wl-form-login input[type="time"],
.wl-form-login input[type="url"],
.wl-form-login textarea.md-textarea {
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
}
.wl-form-login label {
  position: absolute;
  top: 0.65rem;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: text;
  color: rgba(0, 0, 0, 0.38);
}
.wl-form-login label.active {
  transform: translateY(-140%);
  -webkit-transform: translateY(-140%);
}
.wl-form-login .prefix {
  position: absolute;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.wl-form-login.form-sm .prefix ~ label {
  margin-left: 2rem;
  
}
.wl-form-login.form-sm label {
  font-size: 0.875rem;
}
.wl-form-login.form-sm label.active {
  font-size: 0.75rem;
  
}
.wl-form-login.form-sm .prefix {
  top: 0.35rem;
  font-size: 1.5rem;
}
.wl-form-login.form-sm .prefix ~ input,
.wl-form-login.form-sm .prefix ~ textarea {
  margin-left: 2rem;
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.proj {
  margin-top: -50px;
  position: relative;
  padding-bottom: 40px;
}
.hom-pro {
  text-align: center;
  position: relative;
  overflow: hidden;
}
/*.hom-pro:hover{background:#f3f2ee;}*/
.wl-home-subcat-name {
  color: #292b32;
  letter-spacing: 0.25px;
}
.hom-pro img {
  padding-bottom: 20px;
}
.hom-pro h4 {
  padding-bottom: 15px;
  font-size: 18px;
}
.hom-pro p {
  margin-bottom: 0px;
  padding-bottom: 18px;
  font-size: 14px;
}
.hom-pro a {
  padding: 4px 7px;
  border-radius: 3px;
  color: #253d52;
  font-size: 13px;
  border: 1px dashed #fff;
  box-shadow: 0 0 0 3px #151f31;
  background-color: #3f4550;
  color: #fff;
}
.sec-bg-white {
  background: #fff;
}
.list-spac {
  margin: 15px 1px;
  padding: 15px 0px;
}
.list-spac-1 {
  border: 1px solid #e2e2e2;
}
.home-list-pop {
  min-height: 185px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  background-color: #fff;
  border-radius: 4px;
}
.home-list-pop:hover {
  /* -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); */
  box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-list-pop img {
  max-width: 100%;
}
.img-contain{
  border: 1px solid #bbb;
  padding: 0px;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  /* margin: -8px 0px; */
}
.home-list-pop-desc {
  padding: 10px;
}
.home-list-pop-desc span {
  text-transform: capitalize;
  background: #28a745;
  box-shadow: 2px 2px 9px #eee;
  color: #555555;
  font-size: 12px;
  border: none;
}
.home-list-pop-desc strong {
  font-size: 15px;
  font-weight: 600;
  color: #2a2b2e;
}
.web-app-spec .card-header {
  padding: 10px;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer;
}
.web-app-spec ol li {
  font-size: 15px;
  color: #555555;
  margin-bottom: 8px;
}
.web-app-spec ol li strong {
  font-size: 1em;
  line-height: 34px;
}
.web-app-spec p {
  color: #555555;
  font-size: 17px;
  font-family: "Whitney Bold", sans-serif;
  font-weight: 400;
}
.web-app-spec h4 {
  font-size: 25px;
  font-weight: 500;
}
.home-list-pop-desc h6 {
  font-size: 15px;
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 1px solid #f6f8fd;
}
.home-list-pop-desc h4 {
  font-size: 13px;
  padding-top: 12px;
}
.home-list-pop-desc p {
  margin-bottom: 0px;
  font-size: 12px;
}
.service-map {
  /* padding-top: 6px; */
  font-size: 15px;
  margin-right: 7px;
  /* padding-bottom: 10px; */
  color: #555;
}
.home-list-pop-rat {
  background: #28a745;
  padding: 0 5px;
  font-weight: 600;
  color: #fff;
  right: 0px;
  top: 0px;
  font-size: 14px;
  border-radius: 2px;
}
.wl-feapro-review-footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
.home-list-pop-rat span {
}
.btn,
.btn-large, .btn-large span {
  height: 40px !important;
  line-height: 25px !important;
  font-size: 16px !important;
  padding: 0 1rem !important;
}

.btn-large {
  background: #0b235b;
}
.btn-large:hover {
  background: #116bf2 !important;
}
.home-list-pop-rat i {
}
.list-inn-rat {
}
.list-inn-rev {
}
.list-inn-links {
}
.list-number {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
.list-number ul {
  padding: 0px;
}
.list-number ul li {
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  width: 50%;
  color: #555555;
  font-size: 14px;
}
.list-number ul li img {
  width: 15px;
  margin-right: 6px;
}
.list-number ul li:nth-child(1) {
  width: 30%;
}
.list-number ul li:nth-child(2) {
  width: 70%;
}
.inn-list-pop-desc {
}
.inn-list-pop-desc h3 {
  font-size: 18px;
  font-weight: 500;
}
.inn-list-pop-desc {
}
.inn-list-pop-desc h3:hover {
  color: #0b235b;
}
.fa-write {
  color: #0b235b !important;
}
.fa-write:hover {
  color: #fff !important;
}
.inn-list-pop-desc p {
  font-size: 14px !important;
}
.inn-list-pop-desc p b {
  color: #333;
}
.list-enqu-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
.list-enqu-btn ul {
  padding: 0px;
}
.list-enqu-btn ul li {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0px;
}
.list-enqu-btn ul li a {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  text-align: center;
  display: block;
  padding: 8px;
  color: #0b235b;
  box-sizing: border-box;
  margin: 4px;
  border-radius: 2px;
  font-weight: 600;
}
.list-enqu-btn ul li a:hover {
  color: #fff;
  background-color: #116bf2;
  border: 0;
}
.list-enqu-btn ul li a:hover i {
  margin-right: 5px;
}
.list-enqu-btn ul li a i {
  margin-right: 5px;
}
.list-enqu-btn ul li:last-child a {
  background: #116bf2;
  border: 1px solid #116bf2;
  color: #fff;
}
.list-enqu-btn ul li:last-child a:hover {
  color: #fff;
  border: 1px solid;
}
/*.lv-bg-city{min-height:370px;}*/
.home-dis {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-dis h2 {
  color: #fff;
  font-size: 1.825em;
  vertical-align: middle;
  text-align: center;
}
.home-dis h2 span {
  color: #fdb714;
  font-size: 46px;
  font-family: "Whitney Bold", sans-serif;
  font-weight: 600;
}
.home-dis h2 a {
  padding: 4px 7px;
  border-radius: 3px;
  color: #253d52;
  font-size: 24px;
  border: 1px dashed #fff;
  box-shadow: 0 0 0 3px #ceae0c;
  background-color: #eac610;
  color: #fff;
  vertical-align: middle;
}
.lv-add-btn {
  background: #fff;
  color: #0b235b;
  /* border: 1px solid #0b235b; */
  border-radius: 3px;
}
.lv-submit-btn {
  background: #fff;
  color: #0b235b;
  /* border: 1px solid #0b235b; */
}
.lv-submit-btn:hover {
  background: #116bf2;
  color: #fff;
  /* border: 1px solid #116bf2; */
}
.lv-add-btn:hover {
  text-decoration: none;
  background: #0b235b;
  color: #fff;
  /* border: 1px solid #0b235b; */
}
.hom-cre-acc-left {
}
.hom-cre-acc-left h3 {
  font-weight: 200;
  font-size: 30px;
}
.hom-cre-acc-left h3 span {
  font-family: "Whitney Bold", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
  color: #2a2b2e;
}
.hom-cre-acc-left h5 {
  font-weight: 500;
}
.hom-cre-acc-left p {
  padding-top: 8px;
  font-size: 15px;
}
.hom-cre-acc-left ul {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.hom-cre-acc-left ul li {
  padding-top: 25px;
  padding-bottom: 25px;
  list-style-type: none;
}
.hom-cre-acc-left ul li img {
  text-align: center;
  float: left;
  width: 50px;
}
.hom-cre-acc-left ul li div {
  display: block;
  margin-left: 80px;
  margin-top: -10px;
}
.hom-cre-acc-right {
}
.hom-cre-acc-right form {
  background-color: transparent;
  padding: 0 20px;
}
.hom-cre-acc-right .wl-form {
  border: 1px solid #ededed;
  background-color: #f9f9f9;
  padding: 30px;
  box-sizing: border-box;
  background: #eaedef;
}
.animate-lab {
  color: #9e9e9e;
  z-index: 9;
  font-size: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  position: absolute;
  pointer-events: none;
  margin-top: -35px;
  margin-left: 24px;
}
.hom-cre-acc-right form input:focus ~ label {
}
.cbox-res {
  width: auto !important;
}
.hom-cre-acc-right form input:focus {
  outline: none;
}
.select-box input[type="text"] {
  height: 30px;
  position: relative;
  padding: 5px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #bec8d4;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  -webkit-appearance: none;
  width: 100%;
  font-size: 14px;
  background-color: #fff !important;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #bec8d4;
  border-radius: 0;
  outline: none;
  width: 100%;
  transition: all 0.3s;
}
.hom-cre-acc-right form input {
  height: 45px;
  position: relative;
  padding: 5px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #bec8d4;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  background-color: #fff !important;
  border-radius: 4px;
}
.hom-cre-acc-right form select {
  height: 45px;
  position: relative;
  padding: 5px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #bec8d4;
  border-radius: 4px;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 15px;
  background: #fff;
}
.hom-cre-acc-right form textarea {
  height: 120px;
  position: relative;
  padding: 15px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #bec8d4;
  text-indent: 0;
  line-height: 25px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 15px;
  background: #fff !important;
}
.hom-cre-acc-right form input[type="submit"] {
  font-size: 20px;
  border: none;
  width: 100%;
  padding: 18px;
  background: #31c6f5;
}
.hom-cre-acc-right form input[type="submit"]:hover {
  background: #0b235b;
}
.img-border {
  border: 1px solid transparent;
}
.blue-btn {
  color: #fff;
  background-color: #1ebef0;
  border: 1px solid #1ebef0;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blue-btn:hover {
  background: #0b235b;
  border: 1px solid #0b235b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hom-cre-acc-right form input[type="submit"] {
}
.hom-cre-acc-right .checkbox {
  padding: 10px 0px;
}
.hom-cre-acc-right .checkbox label {
}
.sea-drop {
}
.sea-drop-com {
  background: #fff;
  display: none;
  position: relative;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(46, 46, 46, 0.2);
  overflow: hidden;
}
.sea-drop-1 {
  position: absolute;
  width: 58.4%;
}
.sea-v2-drop-1 {
  position: absolute;
  width: 78%;
}
.sea-drop-com ul {
  background: #fff !important;
  padding: 0px !important;
}
.sea-drop-com ul li {
  display: block !important;
  width: 100% !important;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}
.sea-drop-com ul li a:hover {
  background: #ededed;
}
.sea-drop-com ul li a {
  text-align: left;
  display: block;
  padding: 10px 20px;
  color: #303848;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.sea-drop-com ul li a img {
  margin-right: 10px;
  width: 24px;
}
.mar-bot-0 {
  margin-bottom: 0px;
}
.soc-login {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
  padding-top: 15px;
}
.soc-login h4 {
  text-align: center;
  padding-bottom: 15px;
}
.soc-login ul {
  padding: 0px;
  margin: 0px;
}
.soc-login ul li {
  list-style-type: none;
  float: left;
  width: 33.333%;
  padding: 5px;
}
.soc-login ul li a {
  display: block;
  color: #fff;
  padding: 7px 18px;
  text-align: center;
  border-radius: 2px;
}
.soc-login ul li:nth-child(1) a {
  background: #3b5998;
}
.soc-login ul li:nth-child(2) a {
  background: #00aced;
}
.soc-login ul li:nth-child(3) a {
  background: #d34836;
}
.soc-login ul li a i {
  padding-right: 5px;
}
.get-quo {
}
.get-quo textarea {
  margin-top: 0px !important;
}
.list-rat-ch {
}
.list-rat-ch span {
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  background-color: #116bf2;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
  margin-right: 10px;
}
.list-rat-ch i {
  color: #ffeb3b;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
  padding: 3px 2px 2px 2px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
}
.lv-submit-btn {
  background: linear-gradient(45deg, #0b235b, #035497);
  color: #fff;
  border-radius: 50px;
  padding: 0px 16px !important;
}
.full-btn {
  width: 100%;
  font-size: 1em;
}
.white-btn {
  background: #fff !important;
  color: #0b235b !important;
}
.white-btn:hover {
  background: #0b235b !important;
  color: #fff !important;
}
.btn-change-pre {
  background: linear-gradient(45deg, #0b235b, #035497) !important;
  border: none;
}
.btn-change-pre:hover {
  background: #0b235b;
  border: none;
}
.hom-cr-acc-check {
  padding: 15px 8px !important;
}
.hom-cr-acc-check input {
}
.hom-cr-acc-check label {
  font-size: 12px;
  color: #a1aab3;
}
.list-pg-lt {
  width: 70%;
  float: left;
}
.list-pg-rt {
  width: 30%;
  float: left;
  padding: 0px 0px 0px 20px;
}
.list-page-enq {
  padding-top: 72px;
  background-size: cover;
  position: relative;
}
.list-page-enq:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(32, 52, 76, 0.64) 14%,
    rgba(0, 0, 0, 0.55) 66%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.lpe-com-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 20px 35px;
}
.lpe-com {
  width: 60%;
  float: left;
}
.lpe-left {
  /* padding: 14% 0%; */
  color: #fff;
}
.lpe-left h4 {
  text-transform: capitalize;
}
.lpe-left h5 {
  font-size: 20px;
}
.lpe-left h2 {
  font-size: 60px;
}
.lpe-com.lpe-left h1 span {
  font-size: inherit;
  font-weight: bold;
}
.lpe-com.lpe-left ul:not(.browser-default) li {
  margin-bottom: 5px;
  font-size: 15px;
  color: #fff;
}
select.browser-default {
  /*border:1px solid #e8e8e8;padding: 7px 12px;font-weight:500;*/
  display: block;
}
.lpe-com.lpe-left li:before {
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 10px;
  font-size: 12px;
}
.lpe-com.lpe-left ul:not(.browser-default) {
  list-style-type: disc;
}
.lpe-right {
  width: 38%;
  /* width: 100%; */
  text-align: left;
}
section.list-page-enq section.list-page-enq .lpe-com.lpe-left {
  display: none !important;
}
section.list-page-enq section.list-page-enq .lpe-com.lpe-right {
  width: 100% !important;
}
.main-frame{
  width: 100%;
  height: 100%;
  min-height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b5b5b5;
}
.lpe-right h3 {
  color: #000000;
  font-size: 18px;
}
.lpe-right h4 {
  font-size: 18px;
}
.lpe-right p {
  font-size: 13px;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 5px;
}
.lpe-right form {
  position: relative;
  background: #fff;
  padding: 0px 12px 0;
  border-radius: 4px;
  /* box-shadow: 0px 16px 40px -10px rgb(0, 0, 0); */
  /* min-height: 555px; */
}
.lpe-right input,
textarea {
  height: 45px;
  position: relative;
  padding: 15px 12px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  background: #fff;
}
.lpe-right label {
  top: 11px;
  left: 24px;
  margin-bottom: 0;
}
.lpe-right textarea {
  height: 75px;
}
.lpe-right input[type="submit"] {
}
/*.enquiry_body_wrap {max-height:450px;overflow:hidden;overflow-y:scroll;}*/
.list-red-btn {
  background: #f44336;
  background: linear-gradient(to top, #ec3123, #f44336);
  color: #fff;
  height: 45px;
  line-height: 45px;
}
.list-pagenat {
  margin-bottom: 0px;
  margin-top: 15px;
  margin: 0 auto;
  display: table;
}
[type="radio"]:checked + label:before {
  border: 2px solid #0b235b;
}
[type="radio"]:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  padding: 2px 5px 10px 35px;
  height: 40px;
  line-height: 18px;
}
.enquiry_body_wrap {
  height: 380px;
  overflow: hidden;
  overflow-y: scroll;
}
#advance-enquiry-from [type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  padding: 2px 5px 7px 35px;
  height: 40px;
  line-height: 18px;
}
.lv-bg-light-hover:hover {
  background: #f7f8fa;
}
.lv_nav_btn {
  height: 34px !important;
  line-height: 32px !important;
  font-size: 14px !important;
}
.lv_nav_btn span {
  font-size: 14px;
}
.lv_nav-arrow {
  font-size: 21px;
}
.lv_previous_btn {
  background: #fff !important;
  color: #969696 !important;
  border: 1px solid #969696 !important;
  border-radius: 2px;
  box-shadow: none;
}
.lv_previous_btn:hover {
  background: #e6e6e6 !important;
  box-shadow: none;
  border: 1px solid #969696 !important;
}
.lv-fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lv-formq-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  text-transform: capitalize;
  font-family: "Whitney Medium", sans-serif;
}
.lv-formq-checkbox {
  top: 6px !important;
}
.pg-list-1 {
  margin-top: 0;
  background-size: cover;
  position: relative;
  padding: 250px 0 10px 0;
  width: 100%;
}
.pg-list-prop {
  background: url(../../images/list-deta/prop-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: content-box;
}
.pg-list-shop {
  background: url(../../images/list-deta/shop-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: content-box;
}
.pg-list-auto {
  background: url(../../images/list-deta/auto-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: content-box;
}
.pg-list-1-left {
  float: left;
  width: 50%;
  position: relative;
}
.pg-list-1-left h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.pg-list-1-left p {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.pg-list-1-left h4 {
  color: #b7b7b7;
  padding: 5px 0 10px;
}
.pag-p1-phone ul li {
  color: #fff;
  font-size: 1em;
  width: 33.33%;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.pag-p1-phone ul li i {
  width: 24px;
  height: 24px;
  font-size: 18px;
}
.lv_custom_pag_p1-phone ul li i {
  width: auto;
  height: auto;
  font-size: inherit;
  color: #fff;
}
.pg-list-1-right {
  float: left;
  width: 50%;
  padding: 0px 15px;
}
.pg-list-1-right-p1 {
  padding-top: 165px;
}
.pg-list-1-right-p1 ul {
}
.pg-list-1-right-p1 ul li {
}
.pg-list-1-right-p1 ul li a {
  background: #ffffff;
  border: 0;
  color: #162336;
  padding: 12px 5px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  font-size: 14px;
}
.pglist-p1 {
}
.pglist-p2 {
}
.pglist-p3 {
}
.pglist-p4 {
}
.pglist-p5 {
}
.pglist-p-com {
  margin-bottom: 20px;
}
.pglist-p-com-ti {
  border-bottom: 1px dashed #e2e2e2;
}
.pglist-p-com-ti h3 {
  color: #2a2b2e;
  font-weight: 500;
  padding: 15px 20px;
  background: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.pglist-p-com-ti h3 span {
  font-size: 24px;
  color: #828282;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.list-360 {
}
.list-360 iframe {
  width: 100%;
  height: 300px;
  border: 0px;
}
.list-tit-mar-0 {
  padding-top: 0px !important;
}
.pglist-p-com-ti h3 i {
}
.list-slider {
}
.list-slider-nav {
  margin-top: 175%;
  position: absolute;
  background: #ffe500;
  width: 32px;
  height: 32px;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  color: #000;
}
.list-slider-nav-rp {
  margin-right: 40px;
  position: initial;
}
.list-page-com-p {
}
.lv-biz-pg-list {
  padding: 150px 0px 10px 0px;
}
.lv-biz-pg-list:before {
  content: none;
}
.lvbobot_select {
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #757575;
}
.lvbobot_select:focus {
  outline: 0;
}
.share-btn {
  padding-bottom: 10px;
}
.share-btn ul {
  margin-bottom: 0px;
}
.share-btn ul li:nth-child(1) a {
  background: #3b5998;
}
.share-btn ul li:nth-child(2) a {
  background: #00aced;
}
.share-btn ul li:nth-child(3) a {
  background: #d34836;
}
.share-btn ul li a {
  padding: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 3px;
  text-transform: uppercase;
}
.share-btn ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
.share-btn ul li i {
  padding-right: 3.75pt;
}
.pg-list-ser i.fa.fa-star {
  color: #ffeb3b;
  font-size: 12px;
}
.pg-list-ser i.fa {
  font-size: 12px;
  color: #ffeb3b;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
  padding: 3px 2px 2px 2px;
  text-align: center;
}
.pg-list-ser ul {
}
.pg-list-ser ul li {
  padding: 8px;
}
.pg-list-ser-p1:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.71) 14%,
    rgba(0, 0, 0, 0.32) 66%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.pg-list-ser ul li h4 {
}
.pg-list-ser-p1 {
  position: relative;
  overflow: hidden;
}
.pg-list-ser-p1:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pg-list-ser-p1 img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pg-list-ser-p2 {
  position: absolute;
  width: 89.5%;
  margin-top: -35px;
}
.pg-list-ser-p2 h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.pg-list-ser h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  transition: color 0.4s;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.pg-list-ser h5:hover {
  color: #0b235b;
}
.pg-list-ser-wrapper {
  min-height: 87px;
  transition: all 0.3s ease;
}
.pg-list-ser-wrapper:hover {
  border: 1px solid #0b235b !important;
}
.pg-list-ser-wrapper:hover h5 {
  color: #0b235b;
}
.pg-list-ser-amt:before {
  content: "\f155";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 14px;
}
.lv_similar_biz {
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  background-color: #fff;
  padding: 12px 5px;
  min-height: 180px;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0 2px 2px rgba(57, 73, 76, 0.35);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.lv_similar_biz:hover {
  border-top: 1px solid #0b235b;
  box-shadow: 0 1px 2px 2px rgba(57, 73, 76, 0.17);
}
.list-pg-bg {
  background: #f7f8fa;
}
.pglist-bg {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
}
.list-pg-inn-sp {
  padding: 20px;
}
.list-rom-pric {
  font-size: 26px !important;
  background: #fff;
}
.list-room-type {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
.list-room-type ul {
  padding: 0px;
}
.list-room-type ul li {
  display: inline-block;
  float: left;
  color: #555555;
  font-size: 14px;
}
.list-room-type ul li img {
  width: 18px;
  border-radius: 40px;
}
.list-room-type ul li:nth-child(1) {
}
.list-room-type ul li:nth-child(2) {
}
.list-room-deta {
}
.list-room-deta h3 {
  font-size: 20px;
  color: #141f31;
  font-size: 18px;
  text-transform: capitalize;
}
.list-room-rati {
  padding: 10px 0px 5px 0px;
}
.list-rom-ami {
}
.list-rom-ami ul li {
  padding-bottom: 6px;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-right: 5px;
  padding: 4px 8px;
  margin-bottom: 5px;
}
.list-rom-ami ul li img {
  vertical-align: sub;
  width: 15px;
}
.list-room-mar-o {
}
.lp-ur-all {
  position: relative;
}
.lp-ur-all-rat {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
}
.lp-ur-all-left {
  float: left;
  width: 40%;
  border-right: 4px solid #6b7f8a;
  padding-right: 20px;
}
.lp-ur-all-left-1 {
  float: left;
  width: 100%;
}
.lp-ur-all-left-2 {
}
.lp-ur-all-left-11 {
  line-height: 1.75;
  float: left;
  width: 50%;
  font-size: 15px;
  padding-right: 14px;
  color: #555555;
}
.lp-ur-all-left-12 {
  float: left;
  width: 50%;
  height: 1em;
  background: #dadada;
  margin-top: 7px;
  border-radius: 0px;
}
.lp-ur-all-left-13 {
  width: 100%;
  background: #0b235b;
  height: 1em;
  border-radius: 0px;
}
.lp-ur-all-left-Good {
  width: 50%;
  background: #0b235b;
}
.lp-ur-all-left-satis {
  width: 18%;
  background: #3dbbd0;
}
.lp-ur-all-left-below {
  width: 20%;
  background: #0b235b;
}
.lp-ur-all-left-poor {
  width: 5%;
  background: #0b235b;
}
.lp-ur-all-right {
  float: left;
  width: 60%;
  padding: 2px 20px;
}
.lp-ur-all-right h5 {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}
.lp-ur-all-right p {
}
.lp-ur-all-right p span {
  background: #28a745;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 0 9px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 10px;
}
.lp-ur-all-right p span i {
  font-size: 12px;
  vertical-align: text-top;
}
.lp-ur-all-rat {
}
.lp-ur-all-rat h5 {
  padding: 15px 0px 5px 0px;
  background: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.lp-ur-all-rat ul {
  margin-bottom: 0px;
}
.lp-ur-all-rat ul li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}
.lv-perc-rating {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  font-size: 13px;
}
.lr-user-wr-img {
  float: left;
  display: inline-block;
}
.lr-user-wr-img img {
  width: 42px;
}
.lr-user-wr-con {
  float: left;
  width: 90%;
  display: inline-block;
  padding: 0px 20px;
}
.lr-user-wr-con h6 {
  line-height: 26px;
  font-size: 15px;
}
.lr-user-wr-con p {
  font-size: 15px;
  color: #21344c;
}
.lr-revi-date {
  font-size: 14px;
  color: #21344c;
}
.lr-user-wr-con h6 span {
  background: #28a745;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  padding: 0px 9px;
  border-radius: 4px;
  vertical-align: top;
  margin-left: 6px;
}
.lr-user-wr-con h6 span i {
  font-size: 10px;
  vertical-align: text-top;
}
.lr-user-wr-con ul {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.lr-user-wr-con ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  padding-top: 0px;
  border: 0px;
}
.lr-user-wr-con ul li a {
  color: #333;
  font-size: 14px;
}
.lr-user-wr-con ul li a span {
  padding-right: 7px;
  color: #21344c;
  font-size: 15px;
}
.lr-user-wr-con ul li a i {
}
.list-pg-write-rev {
  position: relative;
  overflow: hidden;
}
.list-pg-write-rev form input {
  height: 45px;
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  background: #fff;
}
.list-pg-write-rev form label {
  top: 12px;
  left: 18px !important;
}
.list-pg-write-rev form textarea {
  height: 100px;
  position: relative;
  padding: 15px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  background: #fff;
}
.list-pg-guar {
}
.list-pg-guar ul {
  margin-bottom: 0px;
}
.list-pg-guar ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0px 5px 0px;
}
.list-pg-guar ul li:nth-child(1) {
  padding: 5px 0px 5px 0px;
}
.list-pg-guar ul li:nth-child(3) {
  border-bottom: 0px solid #e2e2e2;
  padding-bottom: 5px;
}
.list-pg-guar ul li h4 {
  font-size: 1em;
  padding-bottom: 5px;
}
.list-pg-guar ul li p {
  line-height: 18px;
  font-size: 13px;
}
.list-pg-guar-img {
  display: inline-block;
  float: left;
  height: 100%;
  margin-right: 15px;
  margin-bottom: 8px;
}
.list-pg-guar-img img {
}
.list-pg-btn {
  width: 100%;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
.pglist-p-com-ti-right {
}
.pglist-p-com-ti-right h3 {
  background: #fff;
  color: #212121;
  font-size: 15px;
}
.pglist-p-com-ti-right h3 span {
  color: #fff;
  font-size: 15px;
}
/* .btn, .btn-large{
  background: linear-gradient(to right, #0b235b, #116bf2);
} */
.pg-list-user-pro {
  background: linear-gradient(to right, #0b235b, #116bf2);
  height: auto;
  background-size: cover;
}
.pg-list-user-pro img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.list-pg-upro {
  text-align: center;
  padding-top: 30px;
}
.list-pg-upro h5 {
  font-size: 1em;
}
.list-pg-upro p {
  padding-bottom: 5px;
  font-size: 15px;
}
.list-pg-upro a {
  background: #f44336;
}
.list-pg-map {
}
.list-pg-map iframe {
  height: 180px;
  width: 100%;
  border: 0px;
}
.list-pg-oth-info ul {
  margin-bottom: 0;
}
.list-pg-oth-info ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 0px;
  transition: all 0.3s ease;
}
.list-pg-oth-info ul li:hover {
  background-color: #0b235b;
}
.list-pg-oth-info ul li:hover a {
  color: #fff;
}
.list-pg-oth-info ul li:last-child {
  border-bottom: 0px solid #e2e2e2;
}
.list-pg-oth-info ul li span {
  float: right;
  text-align: right;
  background: #f7f8fa;
  border-radius: 5px;
  padding: 0px 5px;
  border: 1px solid #e2e2e2;
}
.green-bg {
  background: #55bf15 !important;
  color: #fff;
}
.list-mig-like {
}
.list-mig-like-com {
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #0b235b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-mig-lc-img {
}
.list-mig-like-com:hover img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.list-mig-lc-img img {
  width: 100%;
  border-radius: 5px;
  min-height: 130px;
}
.list-mig-like-com:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 10%,
    rgba(84, 84, 84, 0.35) 80%
  );
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
}
.list-mig-lc-con {
  width: 100%;
  /* margin-top: 0; */
  padding: 20px 20px 10px;
  display: flex;
  text-align: center;
  background: #0b235b24;
  border-radius: 17px;
  align-items: center;
  justify-content: center;
}
/*.list-mig-lc-con2{margin-top:-90px;}*/
.list-mig-lc-con h5 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-mig-lc-con h6 {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -20px;
  border: 1px solid #fff;
  padding: 8px 10px 3px 10px;
  border-radius: 18px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.list-mig-lc-con p {
  color: #212529;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.list-mig-lc-con p:hover {
  color: #0b235b;
}
.list-mi-pr {
  top: 15px;
}
.list-ri-spec-tit {
}
.list-ri-spec-tit h3 {
  padding: 5px 20px 18px 20px;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
}
.list-ri-spec-tit h3 span {
  font-weight: 500;
  font-size: 18px;
}
.lv_gradient_modal_bg {
  /*background:linear-gradient(to right, #3c5296, #116bf2e0) no-repeat;*/
  background-position: bottom;
  padding: 50px 20px 50px 30px;
  background-color: #0b235b;
}
.modal_bg1 {
  background-position: bottom;
  padding: 20px 20px 20px 30px;
  background-color: #0b235b;
}
.lv_gradient_modal_bg li {
  color: #fff;
  line-height: 40px;
}
.lv_modal_quote_form .form-sm .prefix ~ input,
.lv_modal_quote_form .form-sm .prefix ~ textarea {
  width: -webkit-calc(100% - 3rem);
  width: calc(100% - 3rem);
}
.lv_modal_quote_form .form-sm .prefix ~ input:focus,
.lv_modal_quote_form .form-sm .prefix ~ textarea:focus {
  border-bottom: 1px solid #34bbd6;
}
.lv_modal_quote_form .wl-form-login.form-sm .prefix {
  top: 0.75rem;
  font-size: 1rem;
  color: #0b235b;
}
.lv_modal_quote_form .form-sm .prefix ~ .select-wrapper {
  margin-left: 2rem;
  width: calc(100% - 2rem);
}
.inn-pag-ban {
  position: relative;
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  padding: 140px 35px;
  color: #fff;
  text-align: center;
}
.inn-pag-ban h4 {
  font-size: 20px;
}
.inn-pag-ban h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
}
.inn-pag-ban h5 {
  font-size: 20px;
  color: #fff;
}
.how-com {
  padding-top: 20px;
}
.how-com ul {
  margin-bottom: 0px;
}
.how-com ul li {
  position: relative;
  overflow: hidden;
  padding-left: 95px;
  padding-bottom: 30px;
}
.how-com ul li:last-child {
  padding-bottom: 0px;
}
.how-com ul li img {
  text-align: center;
  margin-left: -95px;
  position: absolute;
  color: #fff;
}
.how-com ul li h4 {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 4px;
}
.how-com ul li p {
  margin-bottom: 0px;
  font-size: 15px;
}
.inn-page-bg {
  margin-top: 0px;
  background: linear-gradient(
      to top,
      rgba(32, 52, 76, 0.64) 14%,
      rgba(0, 0, 0, 0.55) 66%
    ),
    url(../../images/rsz_cus-review.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.inn-page-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.how-border {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 25px 25px 28px 25px;
}
.p-about {
  background: #fff;
}
.page-about {
}
.page-about img {
  width: 100%;
}
.page-about h3 {
}
.page-about span {
  display: inline-block;
  padding: 20px 0px;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  color: #a2a2a2;
}
.page-about p {
  font-size: 1em;
}
.page-about a {
  margin-top: 10px;
  width: 200px;
}
.p-about-count {
  background: #253d52;
  padding: 0px;
  padding: 40px 0px;
}
.page-about-count {
  text-align: center;
  color: #fff;
  border-right: 1px solid #30485d;
}
.page-about-count-no-bor {
  border: 0px;
}
.page-about-count span {
  font-size: 35px;
  color: #0b235b;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
.page-about-count h4 {
  padding-top: 15px;
  font-size: 1em;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.62);
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 20px;
}
.page-about-count p {
  color: #aba9a9;
}
.con-page {
  background: url(../../images/con-bg.jpg) no-repeat left center;
  background-attachment: fixed;
  background-size: 40%;
  position: relative;
  overflow: hidden;
}
.con-page-ri {
  width: 100%;
  float: right;
  padding: 58px 0px 0px;
  /* padding-top: 150px; */
  background: #f3f3f3;
}
.con-com {
  border: 1px solid #e0e0e0;
  padding: 25px;
  margin-bottom: 25px;
  background: #fff;
}
.con-com1 {
  /* border: 1px solid #e0e0e0; */
  /* padding: 25px; */
  /* margin-bottom: 25px; */
  background: #fff;
}
.con-com h4 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.con-com p {
  font-size: 1em;
}
.con-com span img {
  width: 20px;
  margin-right: 15px;
}
.con-com span {
  font-size: 1em;
  display: block;
  padding-top: 5px;
}
.foot-soc {
}
.foot-soc ul {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.foot-soc ul li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.foot-soc ul li i {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  padding: 8px;
}
.sh1 {
  background: #4c4c4c;
}
.con-tit-top-o {
  margin-top: 0px !important;
}
.cpn-pag-form {
}
.cpn-pag-form form {
}
.cpn-pag-form form h3 {
}
.sidebarform {
  overflow: initial;
}
.cpn-pag-form form p {
  padding-top: 7px;
  margin-bottom: 20px;
}
.cpn-pag-form form input,
textarea,
.cpn-pag-form input {
  height: 45px;
  position: relative;
  padding: 15px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 14px;
  background: #fff;
}
.cpn-pag-form textarea {
  height: 75px !important;
}
.con-pag-map iframe {
  width: 100%;
  border: 0px;
  margin-top: 15px;
}
.con-com-mar-bot-o {
  margin-bottom: 0px !important;
}
.cpn-pag-form label {
  top: 14px;
}
.blog-single {
  border: 1px solid #e4e4e4;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.blog-img {
}
.blog-img img {
  width: 100%;
}
.page-blog {
}
.page-blog h3 {
  font-size: 28px;
}
.page-blog span {
  font-size: 1em;
  padding: 12px 0px;
  display: inline-block;
  color: #888;
}
.page-blog p {
  padding-bottom: 10px;
}
.page-blog a {
  width: 200px;
}
.share-pad-bot {
  padding-bottom: 10px;
}
.blog-comment {
}
.blog-comment h3 {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.pg-re-rat {
  padding: 1px 0px 0px 61px;
}
.pg-revi-re {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
}
.pg-revi-re img {
  width: 60px;
  height: auto;
  max-height: 60px;
  float: left;
  margin-right: 15px;
}
.pg-revi-re h6 {
  float: right;
  margin-right: 15px;
}
.enquiry_border {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.pg-revi-re p {
  color: #2a2b2e;
  font-family: "Whitney Bold", sans-serif;
  font-weight: 400;
}
.pg-revi-re p span {
  font-weight: 400;
  color: #a0a0a0;
  padding-left: 5px;
}
.pointer {
  cursor: pointer;
}
.span-none {
}
.span-none span {
  display: none;
}
.list-grid-rig-pad {
  padding-right: 30px !important;
  padding-top: 30px;
}
.cus-rev {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.cus-re-com {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  margin-top: 20px;
}
.cus-re-com h4 {
  font-size: 18px;
  font-weight: 500;
}
.cus-re-com img {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 15px;
}
.cus-re-com h4 {
}
.cus-re-com span {
}
.lv_user_bookings .tz-2,
.lv_user_enquiry .tz-2,
.lv_add_business .tz-2,
.lv_billing .tz-2 {
  width: 78%;
}
.cus-re-com h4 {
}
.cus-re-com span {
}
.lv_user_bookings .side-booking {
  width: 98% !important;
}
.lv_user_bookings .card {
  border: 1px solid #eaedef;
}
.lv_user_bookings .card:hover,
.lv_user_bookings .cus-rev:hover {
  background: #f7f8fa;
  border: 1px solid #d6d6d6;
  transition: all 0.3s ease;
}
.lv_user_bookings .pg-revi-re .lv_enquiry_img {
  margin-right: 3px;
}
.lv_user_bookings .pg-revi-re .lv_subcategory_smimg {
  /* width: 20px !important;
  height: 20px !important;
  margin-right: 16px !important; */
  width: 50px !important;
  height: 50px !important;
  margin-right: 16px !important;
  object-fit: contain;
  background: #f4f4f4;
  border-radius: 4px;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../../images/localvyapar_mascot.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.rating {
  border: none;
  float: left;
  height: 48px;
  overflow: hidden;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 22px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  border: 0px !important;
}
.rating > label:after {
  background: none !important;
  border: 0px !important;
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
  border: 0px;
}
.rating > label {
  color: #ddd;
  float: right;
}
.half {
  display: none !important;
}
.pg-elem {
  border: 1px solid #e4e4e4;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0px 16px 25px -22px rgb(0, 0, 0);
  border-bottom: 2px solid #d6c492;
}
.pg-elem h3 {
  padding-bottom: 10px;
}
.pg-elem span {
}
.pg-elem-inn {
  margin-top: 20px;
}
.ele-btn {
}
.ele-btn a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.icon-container .icon-preview {
  height: 120px;
  text-align: center;
}
.icon-container i {
  font-size: 3em;
  margin-bottom: 10px;
}
.icon-container span {
  display: block;
}
.pg-ele-tab {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.text-primary {
  color: #0b235b !important;
}
.text-green {
  color: #0b235b !important;
}
.tz {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f7f8fa;
  padding: 90px 50px;
}
.tz-l {
  float: left;
  width: 20%;
}
.tz-2 {
  float: left;
  width: 58%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-left: 12px;
  margin-right: 12px;
}
.tz-3 {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 9px #eee;
  border-radius: 4px;
}
.tz-l-1 {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 9px #eee;
  border-radius: 4px;
}
.tz-l-1 ul {
  padding: 0px;
}
.tz-l-1 ul li {
  color: #adadad;
  list-style-type: none;
  text-align: center;
  font-size: 14px;
}
.tz-l-1 ul li span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  color: #21252b;
}
.tz-l-1 ul li:nth-child(1) {
  width: 100%;
  float: left;
}
.tz-l-1 ul li:nth-child(1) img {
  width: 100%;
}
.tz-l-1 ul li:nth-child(2) {
  width: 50%;
  float: left;
  padding: 20px 10px;
}
.tz-l-1 ul li:nth-child(3) {
  width: 50%;
  float: left;
  padding: 20px 10px;
}
.tz-l-2 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  margin-top: 12px;
  box-shadow: 2px 2px 9px #eee;
  border-radius: 4px;
}
.tz-l-2 ul {
  padding: 0px;
}
.tz-l-2 ul li {
  border-bottom: 1px solid #eaedef;
  list-style-type: none;
}
.tz-l-2 ul li:last-child {
  border-bottom: 0px solid #dcdcdc;
  padding: 12px 0px 0px 0px;
}
.tz-l-2 ul li a {
  font-size: 14px;
  color: #555555;
  padding: 12px 0px;
  display: block;
  text-decoration: none !important;
}
.tz-l-2 ul li a:hover {
  color: #333;
  padding-left: 8px;
  background: #eaedef;
  padding-left: 12px;
}
.tz-lma {
  color: #333;
  background: #eaedef;
  padding-left: 12px !important;
}
.tz-l-2 ul li a img {
  width: 20px;
  margin-right: 8px;
}
.tz-3 h4 {
  border-bottom: 1px solid #eaedef;
  margin: 0px;
  background: #fff;
  padding: 15px;
  color: #0b235b;
}
.tz-3 ul {
  margin-bottom: 0px;
  padding: 20px;
  padding-left: 20px !important;
}
.tz-3 ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0px;
}
.tz-3 ul li a {
}
.tz-3 ul li a img {
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  margin-right: 10px;
}
.tz-3 ul li a h5 {
  color: #333;
  font-size: 15px;
  margin-top: 0px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.tz-3 ul li a p {
  padding-left: 22px;
  margin-bottom: 0px;
  color: #969595;
  font-size: 12px;
  line-height: 18px;
}
.tz-3 ul li:last-child {
  border-bottom: 0px solid #dcdcdc;
  padding: 12px 0px 0px 0px;
}
.tz-2-com {
}
.tz-2-com h4 {
  margin: 0px;
  background: #fff;
  padding: 15px;
  color: #0b235b;
}
.tz-2-main {
}
.tz-2-main-com {
  background: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.tz-2-main-com img {
  display: block;
  margin: 0 auto;
  border: 1px solid #c7c0c0;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.tz-2-main-com span {
  font-size: 21px;
  font-weight: 500;
  font-family: "Whitney Bold", sans-serif;
}
.tz-2-main-com h2 {
  color: #0b235b;
  font-size: 72px;
}
.tz-2-main-com ul {
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}
.tz-2-main-com ul li {
  text-align: left;
  border-bottom: 1px solid #eaedef;
  padding: 12px 0px;
  list-style-type: none;
  background: url("../../images/icon/tz-arrow.png") no-repeat center left;
  background-size: 10px;
  text-overflow: ellipsis;
  white-space: inherit;
  overflow: hidden;
}
.tz-2-main-com ul li a {
  display: block;
  color: #333;
  font-size: 13.5px;
  padding-left: 14px;
}
.tz-2-main-com ul li a:hover {
  padding-left: 10px;
}
.tz-done {
  font-size: 12px !important;
  background: #3e8e41;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  text-transform: lowercase;
  margin-left: 5px;
}
.tz-done:hover {
  color: #fff;
}
.tz-not-done {
  font-size: 12px !important;
  background: #f4a321;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  text-transform: lowercase;
  margin-left: 5px;
}
.tz-2-main-1 {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.3%;
  text-align: center;
}
.tz-2-main-2 {
  border: 1px solid #eaedef;
  padding: 15px 5px;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.recom_color span:hover {
  color: #0b235b;
}
.tz-2-main-com-table {
}
.tz-2-main-com-table th {
  font-weight: 600;
  padding: 10px 4px;
}
.tz-2-main-com-table tr {
  border-bottom: 1px solid #eaedef;
  line-height: 37px;
  padding: 10px;
}
.tz-2-main-com-table tr td {
  padding: 16px 4px 13px 4px;
}
.tz2-form-com {
}
.tz2-form-com form {
  padding: 35px 50px 35px 50px;
  background: #eaedef;
  margin-top: 15px;
}
.tz2-form-com form input {
  border: 1px solid #e4e4e4;
  line-height: 44px;
  padding: 0px 20px;
  background: #fff;
  font-size: 14px;
}
.tz2-form-com form input[type="submit"] {
  padding: 0px;
  color: #fff;
}
.tz2-form-com form label {
  font-size: 14px;
  color: #646464;
}
.btn-listing {
  color: #0b235b;
  border: 1px solid #0b235b;
  background: #fff;
}
.btn-listing:hover {
  color: #fff;
  border: 1px solid #0b235b;
  background: #0b235b;
}
.tz2-form-pay {
}
.full-btn {
  height: 45px;
  line-height: 45px;
  background: linear-gradient(45deg, #0b235b, #035497);
  outline: none;
  font-size: 1em;
  border-radius: 100px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Whitney Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.full-btn:hover {
  background: #116bf2;
  color: #fff;
  border: none;
}
.lv_user_dash .tz-2-main-1,
.lv_billing .tz-2-main-1 {
  width: 20%;
}
.dash-recom {
  min-height: 145px;
  width: 33.33% !important;
}
.lv_user_dash .tz-2-main-com img,
.lv_billing .tz-2-main-com img {
  padding: 8px;
  margin-bottom: 10px;
}
.lv_user_dash .tz-2-main-com span,
.lv_billing .tz-2-main-com span {
  font-size: 14px;
}
.lv_user_dash .tz-2-main-2:hover,
.lv_billing .tz-2-main-2:hover {
  border: 1px solid #d6d6d6;
  background: #f7f8fa;
}
.lv_user_dash .tz-2-main-2:hover img,
.lv_billing .tz-2-main-2:hover img {
  border: 1px solid #0b235b;
}
.wl-submit {
  color: #fff !important;
}
.tz-pay-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #eaedef;
  padding: 1px 10px;
}
.tz-pay-card h5 {
  display: inline-block;
  padding: 10px 5px;
}
.tz-pay-card img {
  width: 175px;
  border: 0px;
  display: inline-block;
  margin-bottom: 0px;
  float: right;
  padding: 0px;
}
.tz2-form-pay ul li {
  background: none;
  padding: 5px 0px 12px 0px;
}
.tz-pay-amount {
  float: right;
  color: #ffc107;
  font-size: 22px;
}
.tz-down-pdf {
  border: 1px solid #c7c8c9;
  border-radius: 3px;
  padding: 4px 8px;
  color: #333;
}
.tz-make-pay {
  border: 1px solid #c7c8c9;
  border-radius: 3px;
  padding: 4px 8px;
  color: #333;
}
.tz-make-pay:hover {
  background: #3e8e41;
  color: #fff;
  border: 1px solid #317d34;
}
.tz-mak-pay-bot {
  margin-top: 25px;
}
.tz-mak-pay-bot p {
  color: #969595;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.tz-mak-pay-bot a {
  font-size: 1em;
  text-transform: capitalize;
}
.tz-mak-pay-bot a:hover {
  color: #fff;
}
.tz-up-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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;
  float: left;
  height: 3rem;
  line-height: 2rem;
  height: 45px;
  padding: 10px 25px;
  background: #0b235b;
  color: #fff;
}
.tz-file-upload {
  padding: 0 0.75rem;
}
.tz-com-p {
}
.tz-com-p h5 {
  font-size: 20px;
}
.tz-com-p p {
  color: #969595;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.update-form {
  background: #fff;
}
.ds-boar-title {
}
.ds-boar-title h2 {
  padding-top: 8px;
  font-size: 14px;
  color: #0b235b;
  font-weight: 300;
  padding-bottom: 8px;
}
.ds-boar-title p {
}
.tz-db-table {
}
.tz-db-table table {
}
.tz-db-table table tr {
  color: #969595;
}
.tz-db-table table tr td {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  padding: 10px;
}
.tz-db-table table tr th {
  font-size: 15px;
  color: #555555;
  padding: 10px;
  font-weight: 400;
}
.tz-db-table-bor {
}
.tz-db-table-bor table tr {
}
.db-list-com {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 9px #eee;
}
.db-list-rat {
  background: #ffe500;
  padding: 4px;
  font-weight: 600;
  color: #000;
  right: 15px;
  top: 0px;
  font-size: 14px;
  border-radius: 2px;
}
.db-list-ststus {
  background: #28a745;
  padding: 4px;
  font-weight: 600;
  color: #fff;
  right: 15px;
  top: 0px;
  font-size: 12px;
  border-radius: 2px;
}
.db-list-ststus-na {
  background: #e8e8e8;
  padding: 4px;
  font-weight: 600;
  color: #000;
  right: 15px;
  top: 0px;
  font-size: 14px;
  border-radius: 2px;
}
.db-list-edit {
  background: #e8e8e8;
  padding: 4px;
  font-weight: 600;
  color: #000;
  right: 15px;
  top: 0px;
  font-size: 14px;
  border-radius: 2px;
}
.lv-border {
  border: 1px solid #eaedef;
}
.db-list-edit:hover {
  background: #76cce6;
}
.db-mak-pay-bot {
  margin-top: 25px;
}
.db-mak-pay-bot p {
  color: #969595;
}
.tz-file-upload {
  padding: 0 0.75rem;
}
.tz-up-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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;
  float: left;
  height: 2rem;
  line-height: 2rem;
  height: 45px;
  padding: 8px 25px 10px 25px;
  background: #0b235b;
  color: #fff;
}
.tz-up-btn span {
  color: #fff;
}
.db-mak-pay-bot a {
  font-size: 14px;
}
.tz-mess {
}
.tz-mess ul {
  margin-bottom: 0px;
}
.tz-mess ul li {
  padding: 12px 0px;
}
.tz-mess ul li img {
}
.tz-mess ul li h5 {
  color: #333;
  font-size: 18px;
  vertical-align: top;
}
.tz-mess ul li h5 img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  margin-right: 22px;
}
.tz-mess ul li h5 span {
  font-size: 12px;
  color: #fff;
  padding: 0px 5px 2px 5px;
  border-radius: 35px;
  margin-top: 3px;
  position: absolute;
  margin-left: 5px;
}
.tz-mess ul li p {
  /* padding-left: 85px; */
  padding-top: 4px;
  color: #555555;
  margin-bottom: 0px;
}
.tz-msg-read {
  background: #607d8b;
}
.tz-msg-un-read {
  background: #4caf50;
}
.hid-msg {
  position: relative;
  overflow: hidden;
  margin-left: 72px;
  display: none;
}
.hid-msg a {
}
.hid-msg a i {
  border: 1px solid #eaedef;
  padding: 3px 3px;
  border-radius: 5px;
  color: #333;
  margin-right: 12px;
}
.view-msg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view-msg:hover .hid-msg {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hide-box {
  display: none;
}
.hide-box label {
  left: 18px;
  top: 12px;
}
.lv-badge {
  background: #28a745;
  color: #fff;
}
span.comp {
  color: #fff;
  background-color: #28a745;
}
span.pending {
  color: #fff;
  background-color: #ffc107;
}
span.cancelled {
  color: #fff;
  background-color: #dc3545;
}
.tz-revi-star {
}
.tz-revi-star i {
  font-size: 12px;
  color: #ffc107;
  margin-right: 2px;
}
.switch label {
  cursor: pointer;
  color: #555555;
  font-weight: 500;
}
.tz-2-main-1 p {
  text-align: center;
  color: #969595;
  font-size: 1em;
}
.lv_first_char {
  padding: 30px;
  background: linear-gradient(to right, #0b235b, #116bf2);
  color: #fff !important;
  font-size: 100px !important;
  line-height: 80px;
  font-weight: 700;
}
.lv_first_char_circle {
  padding: 10px;
  background: linear-gradient(to right, #3c5296, #116bf2);
  color: #fff !important;
  font-size: 100px !important;
  line-height: 80px;
  font-weight: 700;
}
.sp-name-wrap {
  background-color: #f4f4f4;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.lv_usrevpro_char {
  width: 80px;
  height: 80px;
}
.lv_usrevpro_char_circle {
  width: 45px;
  height: 45px;
  float: left;
  margin: 0 auto;
  text-align: center;
}
.lv_cirfilet {
  line-height: 24px;
  font-size: 28px;
}
.lv_cirfilet-text {
  line-height: 24px;
  font-size: 18px;
}
.userdash_img {
  max-height: 200px;
}
.lv_add_business_form input,
.lv_add_business_form .hom-cre-acc-right form textarea {
  color: #8b7b71 !important;
}
.lv_add_business_form .input-field label {
  color: #8b7b71;
  font-weight: 400;
}
.lv_add_business .steps {
  border: 0 !important;
  border-radius: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600 !important;
  min-width: 100px;
  text-align: center;
  padding: 18px 15px;
  line-height: 13px;
  transition: all 0.3s ease;
}
.lv_add_business .steps:hover {
  color: rgb(3, 77, 142);
}
.lv_add_business .lv-businesssteps {
  background-color: rgb(3, 77, 142);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 18px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 600;
}
.lv_add_business .db-list-com,
.lv_add_business .tz-2,
.lv_add_business.tz {
  overflow: unset !important;
}
.lv_add_business_form .lv_business_file_input {
  border: 0 !important;
  background-color: transparent !important;
}
.file_drag_area {
  width: 100%;
  height: auto;
  border: 3px dashed #bec8d4;
  text-align: center;
}
.file_drag_over {
  color: #116bf2;
  border-color: #116bf2;
  background: #fff;
  border: 3px solid;
}
.lv_add_business .lv_nav_btn {
  padding: 0 1rem;
  border-radius: 50px !important;
}
.btn-primary{
  border-color: none;
  background: linear-gradient(45deg, #0b235b, #035497);
  color: #fff !important;
  border-radius: 100px !important;
  height: auto !important;
  padding: 8px 30px !important;
  border: none !important;
  font-weight: 500;
}
.select2-container .select2-selection--single{
  height: auto !important;
}
.select2-container .select2-selection--single span{
line-height: inherit !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 10px !important;
  /* height: 50px !important; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 90% !important;
  width: 0;
}
.select2-container--default .select2-selection--multiple{
  padding: 10px !important;
}
.btn-secondary{
  box-shadow: none !important;
  border-radius: 100px !important;

}
.btn-outlined{
  background: transparent;
  border: 1px solid #0b235b;
  box-shadow: none !important;
  border-radius: 100px !important;

}
.btn-outlined:hover{
  color: #fff;
}
.tz-register {
  background: linear-gradient(45deg, #0b235b, #035497);
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.tz-register::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
}
.tz-login {
  background: url(../../images/banner5.jpg) #3f51b5;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 50px;
  background-size: cover;
  background-attachment: fixed;
}
.tz-login::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.21);
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
}
.tz-regi-form {
  margin: 0 auto;
  width: 45%;
  background: #fff;
  padding: 60px 50px 70px 50px;
  margin-top: 70px;
  margin-bottom: 70px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}
.tz-regi-form input {
  padding: 10px;
  border: 1px solid #c9c9c9;
  height: 45px;
  font-size: 1em;
}
.tz-regi-form textarea {
  padding: 10px;
  border: 1px solid #c9c9c9;
  height: 100px;
}
.tz-regi-form input[type="submit"] {
  padding: 0px;
  font-size: 18px !important;
}
.tz-regi-form label {
}
.tz-regi-form h4 {
  margin-top: 0px;
  font-size: 42px;
  margin-bottom: 8px;
}
.tz-regi-form h4 span {
  color: #ff6f6f;
  font-size: 42px;
  font-weight: 600;
}
.tz-regi-form form {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.tz-regi-form p {
  font-size: 18px;
  margin-bottom: 0px;
}
.tz-regi-form p a {
  color: #2c649e;
  font-size: 18px;
}
.full-btn {
  width: 100%;
  display: block;
}
.soc-login {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
  padding-top: 15px;
}
.soc-login h4 {
  text-align: center;
  padding-bottom: 15px;
}
.soc-login ul {
  padding: 0px;
  margin: 0px;
}
.soc-login ul li {
  list-style-type: none;
  float: left;
  width: 33.333%;
  padding: 5px;
}
.soc-login ul li a {
  display: block;
  color: #fff;
  padding: 7px 18px;
  text-align: center;
  border-radius: 2px;
}
.soc-login ul li:nth-child(1) a {
  background: #3b5998;
}
.soc-login ul li:nth-child(2) a {
  background: #00aced;
}
.soc-login ul li:nth-child(3) a {
  background: #d34836;
}
.soc-login ul li a i {
  padding-right: 5px;
}
.onclick_links {
  text-decoration: underline !important;
  cursor: pointer;
}
.tz-2-admin {
  width: 100%;
  margin: 0px;
}
.tz-2-main-admin {
  width: 25%;
}
.sb1 {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.22);
}
.sb1 h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  text-transform: capitalize;
}
.sb1-1 {
}
.sb1-2 {
  float: right;
}
.sb1-2 button {
  background: #2d3a40;
  border: 0px;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px;
  border-radius: 0px;
}
.sb2 {
  background: #ffffff;
  margin-top: 59px;
}
.sb2-1 {
  float: left;
  width: 20%;
  background: #ffffff;
  color: #fff;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sb2-1 a {
  color: #494b4b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sb2-1 a:hover {
  color: #fff;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.sb2-12 {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #ffffff;
}
.sb2-12 ul {
  padding: 10px 0px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.sb2-12 ul li {
  float: left;
  display: inline-block;
}
.sb2-12 ul li:nth-child(1) {
  width: 20%;
}
.sb2-12 ul li:nth-child(2) {
  width: 70%;
  padding: 0px 7px;
}
.sb2-12 ul li:nth-child(3) {
  width: 10%;
}
.sb2-12 ul li img {
  width: 30px;
  border-radius: 50%;
}
.sb2-12 ul li h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
}
.sb2-12 ul li h5 span {
  display: block;
  font-size: 12px;
  color: #989fa2;
  padding-top: 3px;
}
.sb2-13 {
  background: #ffffff;
}
.sb2-13 ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0),
    0 3px 1px -2px rgba(0, 0, 0, 0);
  margin-top: 0px;
}
.sb2-13 ul li {
  list-style-type: none;
}
.sb2-13 ul li a {
  display: block;
  font-size: 13.5px;
  padding: 10px 0px;
  border-bottom: 1px solid #e3e8ea;
  padding: 12px 20px;
  background: #ffffff;
}
.sb2-13 ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1em;
  display: block;
  position: absolute;
  margin-top: -15px;
  right: 20px;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
}
.sb2-13 ul li a:hover:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sb2-13 ul li a:focus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sb2-13 ul li a:hover {
  background: #57666d;
}
.sb2-13 ul li a:focus {
  background: #57666d;
  color: #fff;
}
.menu-act {
  background: #57666d;
}
.sb2-13 ul li a i {
  margin-right: 8px;
  width: 16px;
}
.sb2-2 {
  float: left;
  width: 80%;
  padding: 40px;
  margin-left: 20%;
  background: #e3e8ea;
}
.sb2-2-1 {
  background: #fff;
  padding: 25px;
}
.sb2-2-1 h2 {
  margin-top: 0px;
}
.sb2-2-1 p {
}
.sb2-2-1 table {
  width: 100%;
}
.sb2-2-1 table tr {
}
.sb2-2-1 table tr th {
}
.sb2-2-1 table tr td {
}
.sb2-2-1 table tr td a {
}
.sb2-2-1-edit {
}
.sb2-2-1-edit i {
  color: #ff5722;
}
.sb2-2-add-blog textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 200px;
}
.left-sub-menu {
}
.left-sub-menu ul {
}
.left-sub-menu ul li {
  list-style-type: none;
}
.left-sub-menu ul li:last-child {
  border-bottom: 0px solid #303b40;
}
.left-sub-menu ul li a {
  display: block;
  font-size: 13.5px;
  padding: 10px 48px;
}
.left-sub-menu ul li a:hover {
  background: none;
  padding-left: 55px;
  color: #494b4b;
}
.left-sub-menu ul li a:focus {
  background: none;
}
.left-sub-menu ul li a:after {
  display: none;
}
.sb2-2-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.sb2-2-2 ul {
  padding: 0px;
  margin-bottom: 0px;
}
.sb2-2-2 ul li {
  list-style-type: none;
  float: left;
  padding-right: 5px;
}
.sb2-2-2 ul li a {
  color: #495d65;
  vertical-align: middle;
}
.sb2-2-2 ul li a i {
  padding-right: 2px;
}
.active-bre:before {
  content: "/";
  padding: 0 5px;
  color: #333;
}
.my-acc {
}
.my-acc:hover {
  background: #4b5a61 !important;
}
.my-acc:focus {
  background: #4b5a61 !important;
}
.tab-inn {
  padding: 25px;
}
.tab-posi {
  position: relative;
  overflow: hidden;
}
.top-menu-sty {
  width: 250px !important;
}
.my-btn {
  color: #ffffff;
  background: #57666d;
  padding: 21px;
  line-height: 18px;
  font-weight: 700;
}
.app-search {
  position: relative;
  margin: 12px 15px 8px 5px;
  font-size: 13px;
  color: #626773;
  padding-left: 20px;
  padding-right: 40px;
  background: transparent;
  border: 1px solid rgba(122, 125, 132, 0.15);
  box-shadow: none;
  border-radius: 3px;
  height: 36px;
  font-weight: 600;
  width: 100%;
}
.app-search input {
  border: 0px !important;
  height: 35px !important;
  color: #cecece;
}
.app-search a {
  position: absolute;
  top: 6px;
  right: 16px;
  color: #7a7d84;
}
.box-second-inn {
  margin-top: 30px;
}
.mar-bot-20 {
  margin-bottom: 20px;
}
.icon-container .icon-preview {
  height: 90px;
  text-align: center;
}
.icon-container span {
  display: block;
}
.icon-container i {
  font-size: 3em;
  margin-bottom: 10px;
}
.tab-pad {
  padding-top: 20px !important;
}
.tab-col {
  padding: 20px !important;
  color: #000;
}
.top-not-cen {
  margin: 0 auto;
  display: table;
  padding-top: 5px;
}
.btn-noti {
  width: 35px;
  height: 23px;
  top: 18px;
  display: initial !important;
  color: #000;
  font-size: 20px;
  margin-right: 20px;
}
.btn-noti span {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
  height: 14px;
  border-radius: 10px;
  min-width: 15px;
  background: #4caf50;
  color: #fff;
  line-height: 14px;
  padding: 0px 2px;
  font-size: 11px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
  -ms-transform-origin: -10% center;
  transform-origin: -10% center;
  font-family: "Whitney Bold", sans-serif;
  box-shadow: 0 0 0 1px #3d793f;
  text-align: center;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.top-user-pro {
  padding: 18px 20px;
  color: #494b4b;
  float: right;
}
.top-user-pro img {
  width: 25px;
  margin-right: 10px;
  border-radius: 35px;
  border: 2px solid #a1adb3;
}
.top-user-pro i {
  margin-left: 5px;
}
.page-back {
  float: right !important;
}
.page-back a {
  background: #13addb;
  color: #fff !important;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 25px;
  font-weight: 600;
}
.inn-title {
  padding: 20px 15px 10px 15px;
  background: #253d52;
}
.inn-title h4 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  background: none;
  padding-left: 0px;
  padding-top: 0px;
}
.txt-danger {
  color: #ea6c41;
}
.inn-title p {
  color: #929292;
  margin-bottom: 0px;
  display: none;
}
.drop-down-meta {
  position: absolute;
  right: 30px;
  padding: 3px;
  color: black;
  z-index: 999;
  top: 15px;
  background: #e3e8ea;
  width: 30px;
  height: 30px;
  border-radius: 25px;
}
.drop-down-meta:hover {
  background: #29a0da;
  color: #fff;
}
.box-inn-sp {
  background: #fff;
  border: 1px solid #e3e8ea;
  margin-bottom: 40px;
}
.tab-inn {
}
.tab-inn th {
  font-size: 13px;
  text-transform: capitalize;
}
.tab-inn td {
  font-size: 14px;
  padding: 15px 8px 12px 8px !important;
}
.tab-inn table {
  margin-bottom: 0px;
}
.tab-inn table thead {
  background: #abbaab;
  background: -webkit-linear-gradient(to bottom, #e3e6e3, #afbcaf);
  background: linear-gradient(to bottom, #e3e6e3, #afbcaf);
}
.split-row {
  width: 100%;
  position: relative;
  display: block;
}
.table-desi i {
  background: #8bc34a;
  color: #ffffff;
  padding: 5px 6px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
.txt-success i {
  color: #ffffff;
  margin-right: 10px;
}
.txt-danger {
  color: #ea6c41;
}
.table-desi tbody tr td {
  color: #929292;
  padding: 15px 8px 12px 8px !important;
}
.list-enq-name {
  display: block;
  font-weight: 700;
  color: #263238;
}
.bot-sp-20 {
  margin-bottom: 20px;
}
.ad-inn-page {
  margin: 30px 15px;
}
.ad-mar-to-min {
  margin-top: 40px;
}
.ad-mar-to-min form {
  margin-top: 0px;
}
.ad-inn-page thead {
}
.ad-inn-page th {
  padding: 12px !important;
}
.ad-inn-page td {
  padding: 15px !important;
}
.ad-inn-page tr {
}
.ad-tab-inn {
  padding: 0px;
}
.ad-inn-page i {
  color: #253d52;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e8ea;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px;
}
.drop-down-meta-inn {
  top: 9px;
  right: 15px;
}
.admin-pag-na {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.admin-pag-na i {
  border: 0px;
  padding: 0px;
  width: inherit;
  height: inherit;
}
.ad-noto-text {
}
.ad-noto-text textarea {
  height: 120px;
  position: relative;
  padding: 15px 24px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  text-indent: 0;
  line-height: 12px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  width: 100%;
  font-size: 15px;
  background: #fff;
}
.atab-menu {
  display: inline-block;
  cursor: pointer;
}
.logo {
}
.logo img {
  width: 100%;
}
.tab-menu {
  display: none;
}
.btn-close-menu {
  display: none;
  z-index: 999;
  background: #0e76a8;
  color: #fff;
  position: absolute;
  left: 240px;
  padding: 5px 8px;
  border-radius: 2px;
  top: 0px;
}
.db-mak-sett-save {
  margin-top: 25px;
  padding: 0px 25px 25px 25px;
}
.list-img {
}
.list-img img {
  width: 28px;
  height: 28px;
  border-radius: 50px;
}
.invoice {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eaedef;
}
.invoice:hover {
  box-shadow: 0px 0px 50px 7px rgba(150, 150, 150, 0.8);
}
.invoice-1 {
  padding: 25px;
}
.invoice-1-logo {
  margin-bottom: 60px;
}
.invoice-1-logo img {
}
.invoice-1-logo span {
  float: right;
  text-transform: capitalize;
  font-size: 50px;
  font-family: "Whitney Bold", sans-serif;
  color: #2a2b33;
  font-weight: 700;
  line-height: 35px;
}
.invoice-1-add {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.invoice-1-add-left {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.invoice-1-add-left h3 {
}
.invoice-1-add-left p {
}
.invoice-1-add-left h5 {
}
.invoice-1-add-right {
  float: left;
  padding: 20px;
  background: #fdfae9;
  border-radius: 4px;
  width: 100%;
}
.invoice-1-add-right ul {
  margin-bottom: 0px;
}
.invoice-1-add-right ul li {
}
.invoice-1-add-right ul li span {
  float: left;
  width: 25%;
  color: #343c42;
}
.invoice-1-tab {
}
.invoice-1-tab table {
}
.invoice-1-tab table th {
  text-transform: capitalize;
}
.invoice-1-tab table td {
}
.invo-sub {
  font-family: "Whitney Bold", sans-serif;
  font-weight: 700;
  font-size: 24px !important;
}
.invoice-2 {
  background: #fdfae9;
  padding: 50px;
}
.invoice-price {
}
.invoice-price th {
  text-transform: capitalize;
}
#invo-date {
  font-family: "Whitney Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
#invo-tot {
  font-family: "Whitney Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #f44336;
}
.invoice-print {
  padding: 25px;
}
.invoice-print a {
  margin-right: 10px;
  font-size: 14px;
  background: #20344c;
}
.tz-invo-full {
  padding: 0px;
}
.tz-invo-full1 {
  width: 100%;
  margin: 0px;
}
.db-v2-list-form-inn-tit {
}
.db-v2-list-form-inn-tit h5 {
  font-weight: 600;
  padding: 0px 8px;
}
.db-v2-pg-inp {
}
.db-v2-pg-inp input {
  height: 45px !important;
}
.v2-db-form-note {
  font-size: 13px;
}
.v2-mar-top-40 {
  margin-top: 30px;
}
.cat-v2-hom-list {
}
.cat-v2-hom-list ul {
  margin-bottom: 0px;
}
.cat-v2-hom-list ul li {
  float: left;
  width: 12.5%;
  text-align: center;
}
.cat-v2-hom-list ul li .wl-other-services {
  background: linear-gradient(45deg, #0b235b, #035497);
  margin: 0 auto 8px;
  text-align: center;
  border-radius: 100% !important;
  color: #fff;
  font-size: 12px;
  width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.cat-v2-hom-list ul li .wl-other-services:hover {
  background: #116bf2;
}
.cat-v2-hom-list ul li a:hover {
  color: #0b235b;
}
.cat-v2-hom-list ul li a img {
  display: block;
  margin: 0 auto;
}
.custom_invoice_table tfoot th,
.custom_invoice_table tfoot td {
  padding: 5px !important;
}
.v3-top-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #ececec;
  background: #ffffff;
  z-index: 99;
  transition: all 1s;
  -webkit-box-shadow: 0 1px 3px #960;
  -moz-box-shadow: 0 1px 3px #960;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
  border-bottom: 1px solid #ececec;
}
.v3-menu {
  padding: 10px 0px;
  position: relative;
}
.v3-m-1 {
  float: left;
  width: 20%;
}
.v3-m-1 img {
  width: 85%;
}
.v3-m-2 {
  float: left;
  width: 60%;
  padding: 5px 20px;
}
.v3-m-2 ul {
  margin-bottom: 0px;
}
.v3-m-2 ul li {
  float: left;
}
.v3-m-2 ul li a {
  color: #333;
  padding: 10px 20px;
}
.v3-m-3 {
  float: left;
  width: 20%;
}
.dropdown-content {
  overflow-y: scroll;
}
#dropdown2 {
  left: 162px !important;
}
#dropdown3 {
  left: 184px !important;
}
.ed-sub-menu:after {
  content: "\f107";
  font-family: FontAwesome;
  padding: 5px 5px;
  position: relative;
  top: 0px;
  font-size: 14px;
  font-weight: 900;
}
.ed-sub-drop-menu:after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 5px 5px;
  position: relative;
  top: -5px;
  font-size: 14px;
  font-weight: 900;
  float: right;
}
.v3-top-ri {
  padding: 8px 0px;
}
.v3-top-ri ul {
  margin-bottom: 0px;
  float: right;
}
.v3-top-ri ul li {
  float: left;
}
.v3-top-ri ul li a {
  font-size: 14px;
  color: #fff !important;
  background: linear-gradient(45deg, #0b235b, #035497);
  /* border: 1px solid #0b235b; */
  font-weight: 400;
  border-radius: 50px;
  padding: 10px 11px;
  margin-left: 7px;
  text-decoration: none;
  
}
.v3-top-ri ul li a i {
  margin-right: 5px;
}
.v3-top-ri-1 {
  padding: 4px 0px;
}
.v3-top-ri-1 ul {
  margin-bottom: 0px;
  float: right;
}
.v3-top-ri-1 ul li {
  float: left;
}
.v3-top-ri-1 ul li:nth-child(2) a {
  font-size: 15px;
  color: #fff;
  background: linear-gradient(45deg, #0b235b, #035497);
  /* border: 1px solid #0b235b; */
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 10px;
  margin-left: 7px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.v3-top-ri-1 ul li:nth-child(1) a {
  font-size: 15px;
  /* color: #0b235b !important; */
  background: linear-gradient(45deg, #0b235b, #035497) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border: 1px solid #0b235b !important;
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 10px;
  margin-left: 7px;
  border-radius: 3px;
}
.main-header-link{
  font-size: 15px;
  /* color: #0b235b !important; */
  background: linear-gradient(45deg, #0b235b, #035497) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border: 1px solid #0b235b !important;
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 7px;
  border-radius: 3px;
  position: relative;
  top: 9px;
}
.v3-top-ri-1 ul li:nth-child(1) a:hover {
  color: #0b235b;
}
.v3-top-ri-1 ul li:nth-child(2) a:hover {
  background-color: #0b235b;
  /* border: 1px solid #0b235b; */
}
.v3-top-ri-1 ul li a i {
  margin-right: 5px;
}
.v3-add-bus {
}
.v3-menu-sign {
  background-color: #0b235b;
}
.v3-mob-top-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #ececec;
  background: #ffffff;
  z-index: 9;
  transition: all 1s;
  -webkit-box-shadow: 0 1px 3px #960;
  -moz-box-shadow: 0 1px 3px #960;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ececec;
}
.v3-mob-menu {
}
.v3-mob-m-1 {
  float: left;
}
.v3-mob-m-1 img {
}
.v3-mob-m-2 {
  float: right;
  padding: 8px 15px;
}
.v3-mob-m-2 ul {
}
.v3-mob-m-2 ul li {
}
.v3-mob-m-2 ul li a {
}
#v3-mob-menu-btn {
  width: auto;
  float: initial;
}
.v3-list-ql {
  position: fixed;
  top: 58px;
  width: 100%;
  height: 50px;
  background: #151f31;
  z-index: 9;
  transition: all 1s;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.v3-list-ql-inn {
}
.v3-list-ql-inn ul {
  margin-bottom: 0px;
}
.v3-list-ql-inn ul li {
  float: left;
}
.v3-list-ql-inn ul li a {
  color: #333;
  border-right: 0;
  line-height: 51px;
  display: block;
  padding: 0px 15px;
}
.v3-list-ql-inn ul li a i {
  margin-right: 5px;
}
.v3-list-ql-inn ul li a:hover {
  background: #116bf2;
  color: #fff;
}
.v3-list-ql-inn .active-list a {
  background: #fff;
  color: #333;
}
.list-check-out {
}
.list-check-out-inn {
  border: 1px solid #dcdcdc;
  margin: 0px;
}
.list-check-out-inn ul li b {
  color: #000000;
}
.chec-out-pay {
  border: 1px solid #dcdcdc;
  padding: 20px;
}
.chec-out-pay h5 {
  font-size: 20px;
}
.chec-out-pay label {
  margin-right: 15px;
}
.chec-out-pay [type="radio"] + label:before,
[type="radio"] + label:after {
  top: 0px;
}
.chec-out-pay label img {
}
.v4-pri-bg {
  background: #f6f6f6;
  background-size: cover;
  padding-bottom: 100px;
}
.v4-price-list {
}
.v4-pril-inn {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.v4-pril-inn-top {
  background: #222222;
  color: #eee;
  padding: 30px 10px;
  color: #ecf0f1;
  text-align: center;
}
.v4-pril-inn-top h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
.v4-pril-inn-top p {
  margin: 0px;
}
.v4-pril-price {
  margin: 0px;
}
.v4-pril-price b {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}
.v4-pril-curr {
  font-size: 28px;
  line-height: 40px;
  vertical-align: top;
  display: inline-block;
  color: #0b235b;
}
.v4-pril-mon {
  color: #ccc;
}
.v4-pril-inn-bot {
  border-top: 0px;
  background: #222222;
  text-align: center;
}
.v4-pril-inn-bot ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-bottom: 35px;
}
.v4-pril-inn-bot ul li {
  color: #fff;
  line-height: 18px;
  padding: 10px 5px 10px 10px;
  font-size: 14px;
}
.v4-pril-inn-bot ul li i {
  margin-right: 5px;
}
.v4-pril-inn-bot ul li .fa-check {
  color: #116bf2;
}
.v4-pril-inn-bot ul li .fa-times {
  color: #7b7b7b;
}
.v4-pril-inn-bot ul li:nth-child(odd) {
  background: #282828;
}
.v4-pril-inn-bot ul li:nth-child(even) {
  background: #2d2d2d;
}
.v4-pri-best {
  width: 200px;
  position: absolute;
  top: 20px;
  left: -55px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  background-color: #0b235b;
  font-size: 15px;
}
.tourz-search {
}
.tourz-search-form {
}
#select-city {
  background: #fff;
  border: 0px;
  height: 55px;
  border-radius: 2px;
  padding: 5px 21px;
  box-sizing: border-box;
  font-size: 14px;
}
#select-search {
  background: url(../../images/icon/searc.png) no-repeat left center #fff;
  border: 0px;
  height: 55px;
  border-radius: 2px;
  padding: 0px 10px 0px 35px;
  box-sizing: border-box;
  font-size: 14px;
  background-size: 17px;
  background-position-x: 10px;
}
#top-select-city,
#top-select-loc {
  background: #fff;
  border: 0px;
  height: 38px;
  border-radius: 2px;
  padding: 5px 5px 5px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
#top-select-search {
  background: url(../../images/icon/search.png) no-repeat left center #fff;
  border: 0px;
  height: 38px;
  border-radius: 2px;
  padding: 0px 10px 0px 35px;
  box-sizing: border-box;
  font-size: 14px;
  background-size: 17px;
  background-position-x: 10px;
}
.tourz-top-sear-btn {
  height: 38px;
  line-height: 38px;
  outline: none;
  display: block !important;
  background: url(../..//images/search_bg1.png) no-repeat center center #0b235b;
  color: #eac610;
  font-weight: 600;
  padding: 7px;
  background-size: 24px;
}
/*.tourz-top-search-form{margin-top:-4px;}*/
.search-hotel-type {
  padding-left: 18px;
}
.tourz-search-form input[type="submit"] {
  background: none !important;
}
.tourz-search-1 {
  padding: 150px 0px 100px 0px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.tourz-search-1 h1 {
  color: #fff;
  font-size: 50px;
}
.tourz-search-1 p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.tourz-search-1 form {
}
.tourz-search-form label {
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  right: 15px;
  left: 18px;
  top: 18px;
}
.tourz-search-form div:nth-child(1) {
  width: 20%;
  float: left;
}
.tourz-search-form div:nth-child(2) {
  width: 75%;
  float: left;
}
.tourz-search-form div:nth-child(3) {
  width: 36%;
  float: left;
}
.tourz-search:before {
  content: "";
  background: #141e30;
  background: linear-gradient(
    to right,
    rgba(36, 59, 85, 0.55),
    rgba(20, 30, 48, 0.82)
  );
  background: linear-gradient(
    to right,
    rgba(36, 59, 85, 0.55),
    rgba(20, 30, 48, 0.82)
  );
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
}
.tourz-search-form div {
  margin: 0px 5px;
}
.tourz-sear-btn {
  height: 55px;
  line-height: 57px;
  outline: none;
  display: block !important;
  color: #fff;
  font-weight: 600;
  font-family: "Whitney Bold", sans-serif;
  font-size: 1em;
  background: #0b235b;
  background: linear-gradient(to bottom, #455ca2, #0b235b);
  text-transform: uppercase;
}
.tourz-hom-ser {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 5px;
}
.tourz-hom-ser ul {
  margin-bottom: 0px;
  margin: 0 auto;
  display: table;
  padding: 0px;
}
.tourz-hom-ser ul li {
  float: left;
  display: inline;
  text-align: center;
  width: 25%;
  padding: 0px 5px;
}
.icon-star-empty:before {
  color: #dadada;
}
.tourz-hom-ser ul li a {
  background: #234868;
  width: 90px;
  height: 90px;
  display: block;
  padding: 18px 2px 10px 2px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-family: "Whitney Bold", sans-serif;
  line-height: 24px;
}
.tourz-hom-ser ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #1aa5d8;
}
.tourz-hom-ser ul li a img {
  display: table;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px;
  width: 36px;
}
.tourz-pop-ser-btn {
}
.tourz-pop-ser-btn img {
}
.tourz-top-phone {
  border: 1px solid #9a729a;
  border-radius: 50px;
}
.autocomplete-content ul li a {
  border-bottom: 1px solid #e0e0e0;
}
.profile-btn {
  border: none;
  height: 30px;
  line-height: 26px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  background: #1aa5d8;
  background: linear-gradient(to bottom, #1aa5d8, #1386b1);
  font-family: "Whitney Bold", sans-serif;
}
.profile-btn:hover {
  color: #fff;
}
.autocomplete-content li img {
  float: left;
  width: 26px !important;
  height: 26px !important;
  left: 0px;
  top: 15px;
}
.autocomplete-content li {
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px !important;
}

.tourz-top-search-form label {
  top: 10px;
}
.tourz-top-search-form div:nth-child(1) {
  width: 30%;
}
.tourz-top-search-form div:nth-child(2) {
  width: 60%;
}
.email-tem {
  background: #efefef;
  position: relative;
  overflow: hidden;
}
.email-tem-inn {
  width: 50%;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
}
.email-tem-main {
  background: #fdfdfd;
  box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.8);
  margin-bottom: 50px;
  border-radius: 10px;
}
.email-tem-head {
  width: 100%;
  background: #006df0 url("../../images/mail/bg.png") repeat;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
}
.email-tem-head h2 {
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
}
.email-tem-head h2 img {
  float: left;
  padding-right: 25px;
  width: 100px;
}
.email-tem-body {
  padding: 50px;
}
.email-tem-body h3 {
  margin-bottom: 25px;
}
.email-tem-body p {
}
.email-tem-body a {
  background: #006df0;
  color: #fff;
  padding: 12px;
  border-radius: 2px;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.email-tem-foot {
  text-align: center;
}
.email-tem-foot h4 {
}
.email-tem-foot ul {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: table;
  margin-bottom: 18px;
  margin-top: 25px;
}
.email-tem-foot ul li {
  float: left;
  display: inline-block;
  padding: 0px 10px;
}
.email-tem-foot ul li a {
}
.email-tem-foot ul li a img {
}
.email-tem-foot p {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 13px;
}
.email-point {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 20px;
}
.email-point-left {
  float: left;
  width: 20%;
}
.email-point-left img {
  width: 100%;
  padding: 0px 20px 0px 0px;
}
.email-point-righ {
  float: left;
  width: 80%;
}
.email-point-righ h4 {
  padding-bottom: 10px;
}
.email-point-righ p {
  font-size: 13px;
  margin-bottom: 15px;
}
.email-list {
}
.email-list ul {
  margin-bottom: 0px;
}
.email-list ul li {
  display: block;
  font-size: 14px;
}
.price-grid {
  padding: 30px 30px;
  background-color: #fff;
}
.price-gd-top h4 {
  font-size: 2em;
  color: #0b235b;
}
.price-gd-top p {
  font-weight: 400;
  color: #555555;
}
.price-grid p {
  color: #555555;
  padding: 10px 20px;
  line-height: 26px;
  font-size: 15px;
}
.price-grid h5 {
  color: #0b235b;
  position: relative;
  padding-right: 50px;
  line-height: 26px;
  font-size: 18px;
}
.faq-header {
  background-color: #f7f8fa;
  padding-top: 0;
  border: none;
  padding-bottom: 0;
}
.wl-hwworks:hover {
  transform: translateY(-6px);
}
.wl-hwworks {
  transition: all 0.3s ease;
  border-bottom: 3px solid #0b235b;
  background: #fff;
  text-align: center;
  padding: 25px 15px 15px 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  min-height: 256px;
}
.wl-media-body h3 {
  font-weight: 400;
  font-size: 18px;
}
.faq-header-list {
  background-color: #f7f8fa;
  border: none;
}
.faq-header i {
  font-size: 15px;
  color: #555555;
}
.faq-header-list i {
  font-size: 12px;
  color: #555555;
}
.faq-header-list p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
.faq-header p {
  color: #2a2b2e;
  font-size: 17px;
  font-weight: 500;
}
.log-in-pop {
  box-shadow: 2px 10px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 5%;
  align-items: center;
  display: flex;
}
.otp-layout {
  width: 40%;
  padding: 20px;
}
.log-in-pop-left {
  float: left;
  width: 50%;
  padding: 11% 6%;
  color: #fff;
  height: auto;
  bottom: 0px;
  background-color: #fff;
}
.log-in-pop-left::before {
}
.log-in-pop-left h1 {
  font-size: 32px;
}
.log-in-pop-left h1 span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0px;
}
.log-in-pop-left p {
  color: #fff;
}
.log-in-pop-left h4 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.log-in-pop-left ul {
  margin-bottom: 0px;
}
.log-in-pop-left ul li {
  margin-bottom: 5px;
}
.log-in-pop-left ul li a {
  display: block;
  background: #3f51b5;
  color: #fff;
  padding: 12px;
  border-radius: 2px;
  font-family: "Whitney Bold", sans-serif;
  cursor: pointer;
}
.log-in-pop-left ul li:nth-child(1) a {
  background: #39579a;
}
.log-in-pop-left ul li:nth-child(2) a {
  background: #f24033;
  color: #fff;
}
.log-in-pop-left ul li:nth-child(3) a {
  background: #39579a;
  color: #fff;
}
.log-in-pop-left ul li:nth-child(2) a:hover,
.log-in-pop-left ul li:nth-child(3) a:hover {
  color: #fff;
}
.log-in-pop-left ul li:nth-child(3) a {
  color: #fff;
}
.log-in-pop-left ul li a i {
  padding-right: 7px;
}
.log-in-pop-right {
  float: left;
  width: 50%;
  padding: 25px 50px;
}
.log-in-pop-right h4 {
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0b235b;
}
.log-in-pop-right p {
}
.log-in-pop-right a {
  color: #555555;
}
.log-in-pop-right form {
}
.log-in-pop-right form label {
  font-size: 14px !important;
  font-weight: 200;
  left: 15px;
  top: 14px;
}
.log-in-pop-right form input {
  border: 1px solid #dfdfdf;
  padding: 8px;
  box-sizing: border-box;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  color: #555555;
}
.log-in-pop-right form textarea {
  border: 1px solid #dfdfdf;
  padding: 8px;
  box-sizing: border-box;
  height: 70px;
  border-radius: 2px;
  font-size: 15px;
  color: #555555;
}
.log-in-pop-right form input[type="submit"] {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.padd-top {
  margin-top: 15px;
}
.log-in-btn {
  background: linear-gradient(45deg, #0b235b, #035497);
  color: #fff;
  padding: 2px 10px;
  font-weight: 600;
}
.log-in-btn input {
  color: #fff;
}
.pop-close {
  color: #333;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.pop-close:hover {
  transform: rotate(180deg);
}
.pop-close img {
  width: 24px;
}
.modal-open {
  overflow: inherit !important;
}
.log-ch-bx {
}
.log-ch-bx p {
}
.log-ch-bx p label {
  left: 1px;
  top: 10px;
  color: #727070;
}
.log-ch-bx p input {
}
.lv_custom_landing {
}
.dt-button.buttons-html5,
.dt-button.buttons-print {
  margin-bottom: 5px;
  border: 0;
  padding: 0.5em 1.5em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #fff;
  font-size: 12px;
}
.dt-button.buttons-html5:hover,
.buttons-print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  border: 0px;
}
.loader-outer {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0.5;
}
#loader {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
}
.preloader-outer {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.pin {
  /* background: #0b235b; */
  transform: rotate(0deg) !important;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 15px 0 0 15px;
  background: #fff;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 34px 0px 0px -5px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  margin: -13px 0 0 -15px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #0b235b;
  box-shadow: 0 0 1px 2px #0b235b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.lvusernotify .tz-mess ul li h5 i {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  margin-right: 22px;
}
.lv-trend-num {
  background: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #6c757d !important;
}
.lv-msg-read {
  color: #555555 !important;
  border-bottom: 1px solid #d6d6d6;
}
.lv-msg-read h5 {
  color: #555555 !important;
}
.lv-msg-read a {
  height: 25px;
}
.lv-msg-unread h5 {
  color: #000 !important;
  height: 25px;
}
.lv-msg-unread:hover {
  box-shadow: 2px 2px 9px #eee;
}
.lv-msg-unread {
  background-color: #f1f3f4;
  border-bottom: 1px solid #d6d6d6;
}
.lv-msg-read:hover {
  box-shadow: 2px 2px 9px #eee;
}
.user-login-btn {
  height: 38px !important;
  line-height: 38px !important;
}
hr.style-two {
  width: 100%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
}
#next11 {
  width: 77px;
  height: 77px;
  background: url(../../images/css_sprites.png);
  background-position: -88px 2px;
}
#next33 {
  background: url("../../images/css_sprites.png");
  width: 64px;
  height: 64px;
  background-position: -4px -10px;
}
#next22 {
  width: 53px;
  height: 64px;
  background: url(../../images/css_sprites.png);
  background-position: -10px -94px;
}
.stats {
  background: url("../../images/icon/stats.png");
}
#stat1 {
  width: 60px;
  height: 64px;
  background-position: -117px -295px;
  background-size: 198%;
}
#stat2 {
  background-position: -62px -353px;
  width: 60px;
  height: 63px;
  background-size: 198%;
}
#stat3 {
  background-position: -115px -353px;
  width: 60px;
  height: 64px;
  background-size: 198%;
}
#stat4 {
  width: 60px;
  height: 64px;
  background-position: -61px -59px;
  background-size: 198%;
}
.mobile-app {
  width: 3px;
  height: 458px;
  background: url(../../images/icon/giasly_mobile_app.png) no-repeat;
  background-position: 18px -10px;
  background-size: 80%;
}
.and-app {
  background: url(../../images/icon/create.png);
  width: 172px;
  height: 66px;
  background-position: -15px -524px;
}
.sidebar-page {
  width: 100%;
  height: 420px;
}
.wl-hwworks_single_pdt {
  border-bottom: 0px !important;
}
.list-pg-lt-single-pdt {
  width: 60% !important;
}
.list-pg-rt-single-pdt {
  width: 40% !important;
}
#testimonialTab .nav-item .nav-link {
  background-color: #0000;
  margin: 0 12px 0 0;
  border: 2px solid #0000;
}
#testimonialTab .nav-link.active,
#testimonialTab .nav-link:focus,
#testimonialTab .nav-link:hover {
  background-color: #0000;
  border-color: #0000;
  color: #0b235b;
  border-bottom: 2px solid #0b235b;
  border-radius: 0;
}

.testimonial1 .card-body {
  padding: 35px;
}
.testimonial1 .thumb {
  padding: 10px 20px 10px;
  padding-left: 90px;
  margin-left: -35px;
}
.testimonial1 .thumb .thumb-img {
  width: 60px;
  left: 20px;
  top: -10px;
}
.testimonial1 h5 {
  line-height: 22px;
}
.testimonial1 .devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  width: 100px;
}
.testimonial1 .bg-success-gradiant {
  background: #0b235b;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #0b235b 0%,
    #0b235b 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0b235b),
    to(#0b235b)
  );
  background: -webkit-linear-gradient(left, #0b235b 0%, #0b235b 100%);
  background: -o-linear-gradient(left, #0b235b 0%, #0b235b 100%);
  background: linear-gradient(to right, #0b235b 0%, #0b235b 100%);
}
.testimonial1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.navbar-main {
  transition: 0.4s 0ms;
}
.navbar-main.active {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.cards-design {
  border: 1px solid #cacaca;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  text-align: center;
}
.btn-success{
  background: #2b9417 !important;
}

.bg-main-contact{
  background: linear-gradient(45deg, #0b235b, #035497);
  padding: 100px !important;
  color: #fff !important;
  text-align: center;
}
.bg-main-contact h1{
  color: #fff !important;

}
.bg-main-contact p{
  color: #fff !important;


}
.static-padding {
  padding: 50px 110px !important;
}

@media (max-width: 930px) {
  .static-padding {
    padding: 30px !important;
  }
}
.box-card{
  padding: 30px;
  background: aliceblue;
  border-radius: 15px;
  margin-bottom: 20px;
}
.pagination li.active{
  background-color: #fff !important; 
}

.main-layout-margin{
  padding: 100px 50px;
}
@media (max-width:480px){

  .layer-one{
  display: none;
  }
}
@media (max-width:480px){
  .banner-bg {
    padding: 80px 10px;
    background-position: left !important;
  }
  .dir-ho-t-tit p {
        padding-bottom: 0px;
        font-size: 12px !important;
        line-height: 16px;
    }
	.dir-ho-t-tit h1 {
        font-size: 26px !important;
        margin-bottom: 5px;
		line-height: 30px !important;
    }
	.ts-menu-1 a img {
        width: 115px;
        margin-top: 15px;
        display: table;
        margin-left: 0px;
    }
	p {
        font-size: 12px !important;
        margin-bottom: 8px;
    }
	h2, .home-dis h2, .com-title h2, .web-app-con h2 {
        font-size: 22px;
        padding-bottom: 2px;
    }
	.sub-head{
		font-size: 14px;
	}
	.cards-design h5{
        font-size: 18px;
	}
	.card-heading{
		font-size: 20px;
    
	}
	.main-card-box .h6{
		font-size: 14px;
	}
	.main-card-box {
	    margin-bottom: 14px;

	}
	.select2-container .select2-selection--single span{
		font-size:12px;
	}
	#testimonialTab .nav-link.active, #testimonialTab .nav-link:focus, #testimonialTab .nav-link:hover{
		font-size:14px;
	}
	#testimonialTab .nav-item .nav-link{
		font-size:14px;
	}
  .foot-social ul li i{
    padding: 0px;
    padding-top: 8px;
  }
}
