@charset "utf-8";

/* CSS Document */
f {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  outline: none !important;
}

a:hover {
  color: #222;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #353535;
}

button:focus,
input:focus {
  outline: none;
}

img {
  width: 100%;
}

body {
  /*font-family: 'Archivo Black', sans-serif;*/
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Lexend', sans-serif;
}

/*=======================*/
body {
  padding-top: 85px;
}

.modal .close {
  background-color: #fff;
  border: none;
  color: #f00;
  font-size: 25px;
}

.enquiry_form_wpr {
  width: 100%;
  float: left;
}

.enquiry_form_wpr .info_title {
  font-size: 14px;
}

.enquiry_form_wpr .fields {
  width: 100%;
  float: left;
}

.enquiry_form_wpr .field {
  width: 100%;
  float: left;
}

.enquiry_form_wpr label {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.enquiry_form_wpr .form-field {
  width: 100%;
  float: left;
  height: 45px;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #FFC107;
}

.mb-15 {
  margin-bottom: 15px;
}

.ft_btn_wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ft_btn_wpr .btn-submit {
  width: auto;
  float: left;
  padding: 15px 50px;
  border: none;
  background-color: #FFC107;
  cursor: pointer;
}

.enquiry_form_wpr input[type="radio"]:checked+.col-select-blk {
  background-color: #FFC107;
  color: #fff;
  border: solid 1px #ffbe00;
}

.course_radio_blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header-wpr {
  width: 100%;
  float: left;
  padding: 15px 0;
  height: 85px;
  /*box-shadow: 0 1px 19px 5px rgb(0 0 0 / 8%);*/
  position: fixed;
  top: -2px;
  z-index: 1040;
  background-color: #fff;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.hugbar {
  width: 100px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

.hugbar span {
  width: 30px;
  height: 4px;
  background-color: #007cc2;
  margin-bottom: 4px;
  display: block;
  border-radius: 25px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.hugbar span:nth-child(2) {
  width: 22px;
}

.hugbar:hover span:nth-child(2) {
  width: 30px;
}

.header-wpr .logo-blk {
  width: 100px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wpr .nav-menus {
  width: auto;
  float: left;
}

.header-wpr .nav-ul {

  width: 100%;
  float: left;
  display: flex;
}

.header-wpr .nav-ul li .nav-link {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
}

.header-wpr .nav-ul li .nav-link.active {
  color: #FFC107;
}


.nav-blk {
  width: 300px;
  float: left;
  position: fixed;
  top: 0;
  left: -305px;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  box-shadow: 0 0 20px 2px rgb(0 0 0 / 21%);
}

.nav-blk.active {
  left: 0;
}


.nav-blk .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.nav-blk .close-btn:hover {
  color: #f00;
}

.nav-blk .menu-logo-wpr {
  width: 100%;
  float: left;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;

}

.nav-blk .menu-logo-wpr img {
  width: 120px;
}

.left-menu-ul {
  width: 100%;
  float: left;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.left-menu-ul li .menu-li {
  width: 100%;
  float: left;
  padding: 5px 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  position: relative;
}

.left-menu-ul li .menu-li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.left-menu-ul li .menu-li .icon-expend {
  position: absolute;
  right: 15px;
}


.dropdown-li .dropdown-blk {
  width: calc(100% - 30px);
  float: left;
  padding: 15px;
  background-color: aliceblue;
  margin: 0 15px;
}



.dropdown-li .dropdown-blk .head-label {
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 10px 15px;
}

.dropdown-li .dropdown-ul {
  width: 100%;
  min-width: 100%;
  float: left;
}

.dropdown-li .dropdown-ul li {
  width: 100%;
  float: left;
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-li .dropdown-ul li .img {
  width: 30px;
  float: left;
  margin-right: 15px;
}

.dropdown-li .dropdown-ul li .title {
  font-size: 12px;

}




.left-menu-ul li .menu-li:hover {
  color: #007cc2;
}

.left-menu-ul li .menu-li.active {
  color: #007cc2;
}

.left-menu-ul li .menu-li .icon img {
  width: 30px;
}

.overlay-menu {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgb(0 0 0 / 28%);
  z-index: 9998;
  display: none;

  animation: animate_overlay linear .2s;
  animation-iteration-count: 1;

}

@keyframes animate_overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }


}

.home-slider {
  width: 100%;
  float: left;
  position: relative;
}

.slider-bgimg {
  width: auto;
  float: left;
  height: 612px;
}


.slider_img_logo_wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.slider_img_logo_wpr img {
  width: 100%;
  float: left;
  max-width: 150px;
}

/*===========================*/



.c-hero-tag-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50vw;
  background-color: #fff;
  transform: translate(-50%);
  content: ""
}

.c-hero-tag-banner .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  padding: 0
}



.c-hero-tag-banner__background svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: auto;
  fill: #fff
}

.c-hero-tag-banner__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 826px;
  width: 100%;
  padding: 10px 20px 30px;
  justify-content: center;
  flex-shrink: 0
}

.c-hero-tag-banner__content:before {
  display: none;
  position: absolute;
  top: 42%;
  right: 80px;
  z-index: -1;
  transform: translateY(-50%);
  width: 827px;
  height: 633px;
  -webkit-clip-path: url(#tagMask);
  clip-path: url(#tagMask);
  background-color: #ffc107;
  content: ""
}

@media(min-width: 767px) {
  .c-hero-tag-banner__content:before {
    display: block;
    right: 0
  }
}

@media(min-width: 767px) {
  .c-hero-tag-banner__content {
    order: -1;
    width: calc(50% + 175px);
    padding-right: 85px;
    height: 704px;
  }
}

@media(min-width: 1240px) {
  .c-hero-tag-banner__content {
    padding-right: 175px;
    width: 826px
  }
}

@media(min-width: 1480px) {
  .c-hero-tag-banner__content {
    right: auto;
    left: 0
  }
}



/*===========================*/



.home-slider-col {
  width: 100%;
  float: left;
  display: flex;
}

.home-slider-col .col-text {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  padding-left: 50px;
}

.home-slider-col .col-image {
  /*width: 950px;*/
  float: left;
  position: absolute;
  /*max-width: 70%;*/
  right: 0;
}

.home-slider-col .col-text .text-blk {
  width: 100%;
  float: left;
  position: relative;
}

.home-slider-col .col-text .text-blk h2 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 900;
  color: #06103f;
}

.home-slider-col .col-text .text-blk h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #3a4953;
  font-weight: 200;
  letter-spacing: 2px;
}

.home-slider-col:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 1;
  transform: translateY(-50%);
  width: 826px;
  height: 778px;
  -webkit-clip-path: url(#tagMask);
  clip-path: url(#tagMask);
  background-color: #fff;
  content: "";
}

.slider_btnwpr {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.btn_enquiry {
  width: auto;
  float: left;
  padding: 15px 50px;
  /* border: solid 2px #ffbe00; */
  cursor: pointer;
  background-color: #00103f;
  color: #fff;
  border-radius: 5px;
}


.slider-txt-wpr {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slider-txt-blk {
  width: 100%;
  float: left;
  max-width: 780px;
}

.slider-txt-blk h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 760;
}

.slider-txt-blk h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.slider-txt-blk h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}


.search-blk {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 25px 20px;
  border-radius: 50px;
  box-shadow: 0 0 15px 6px rgb(0 0 0 / 9%);
}

.search-blk .search-input {
  width: 100%;
  float: left;
  height: 68px;
  border: 0;
  font-size: 16px;
}

.search-blk .icon {
  width: 120px;
  height: 55px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #828282;
  margin-left: 5px;
}

.search-blk .btn-search {
  width: 260px;
  min-width: 150px;
  float: left;
  margin-left: 10px;
  background-color: #ffc107;
  height: 60px;
  margin-right: 5px;
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  cursor: pointer;
}


.dropdown-menu-blk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  position: relative;
}

.dropdown-menu-blk .icon {
  width: 35px;
  float: left;
  text-align: center;
}

.dropdown-menu-blk .icon img {
  padding-right: 10px;
}

.dropdown-menu-blk .title-icon {
  width: 10px;
  float: left;
  margin-right: 5px;
}

.dropdown-menu-blk .down-arrow {
  font-size: 10px;
  margin-left: 10px;
}

.dropdown-menu-blk .dropdown-blk {
  position: absolute;
  width: auto;
  float: left;
  background-color: #fff;
  top: 30px;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 0 0 7px 2px rgb(0 0 0 / 19%);
  display: none;
  animation: animate_dropdown linear .2s;
  animation-iteration-count: 1;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}


@keyframes animate_dropdown {
  0% {
    transform: translate(0px, -10px);
    opacity: 0;
  }

  90% {
    transform: translate(0px, 5px);
    opacity: 1;
  }

  100% {
    transform: translate(0px, 0px);
  }


}

.dropdown-menu-blk:hover .dropdown-blk {
  display: block;
}

.dropdown-menu-blk .dropdown-ul {
  width: auto;
  float: left;
  max-height: 60vh;
  overflow: auto;
  min-width: 150px;
  margin-bottom: 15px;
}

.dropdown-menu-blk .dropdown-blk .li-selection {
  width: 100%;
  float: left;
  display: flex;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.dropdown-menu-blk .dropdown-blk .li-selection:hover {
  background-color: #fffbf0;
  color: #ffbe00;
}


.dropdown-menu-blk .dropdown-blk .li-selection .img {
  width: auto;
  float: left;
}

.dropdown-menu-blk .dropdown-blk .li-selection .img img {
  width: 35px;
  float: left;
  min-width: 35px;
}


.dropdown-menu-blk .dropdown-blk .li-selection .title {
  width: auto;
  padding: 0 15px;
  float: left;
}

.dropdown-menu-blk .head-label {

  padding: 8px 15px;

  border-bottom: solid 1px #e7e7e7;
}


.dropdown-menu-mob-blk .dropdown-blk {
  left: 0;
  color: #555;
}

.dropdown-menu-mob-blk .dropdown-ul {
  margin-bottom: 0;
}



/* width */
.scroll-bar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-bar::-webkit-scrollbar-track {}

/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 5px;
}

/* Handle on hover */
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.page-section {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.page-title {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 35px;
}

.page-title h3 {
  text-align: center;
}

.bg-card {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 25px;


}

.bg-card img {
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -ms-transition: 0.9s;
}

.bg-card:hover img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  transform: scale(1.1);
}


.bg-card .text-wpr {
  width: 100%;
  ;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-card .text-wpr .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
}

.col-five {
  width: 20%;
}

.bg-gray {
  background-color: #f2f2f2;
}

.card-info-blk {
  width: 100%;
  float: left;
  text-align: center;
}

.card-info-blk .icon-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.card-info-blk .icon-wpr .icon-blk {
  width: 60px;
  height: 60px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e7f1f5;
  color: #ffc107;
  font-size: 28px;
}

.card-info-blk h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}


.download-app-wpr {
  width: 100%;
  float:
    left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ecf9fd;
  padding: 50px 35px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.download-app-wpr .col-txt {
  width: 60%;
  float: left;
}

.download-app-wpr .col-img {
  width: 40%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.download-app-wpr .col-img .phone-img {
  width: 145px;
}

.download-app-wpr:after {
  content: '';
  position: absolute;
  background-color: #dbf0f9;
  width: 39%;
  float: left;
  right: 0;
  top: -80px;
  height: 140%;
  border-radius: 50% 0 0 50%;
}

.download-app-wpr .col-txt h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.download-app-wpr .col-txt .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.form-sendphone {
  width: 100%;
  float: left;
}

.form-sendphone h6 {
  width: 100%;
  float: left;
  font-size: 15px;
  margin-bottom: 15px;
}

.form-sendphone .input-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.phone-txt {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #bbb;
}

.form-sendphone .btn-send {
  margin-left: 5px;
  background-color: #dedede;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.form-sendphone .btn-send:hover {
  background-color: #0d99ff;
  color: #fff;
}

.email-link-download {
  font-size: 12px;
  color: #0d99ff
}

.col-download-app {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.col-download-app .col-download-img {
  width: 60%;
  float: left;
  display: flex;
}

.col-download-app .col-download-qr {
  display: flex;
  width: 40%;
  padding: 0 15px;

}

.col-download-app .col-download-qr img {
  width: 100px;
}

.card-place-blk {
  width: 100%;
  float: left;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px 3px rgb(0 0 0 / 13%);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.card-place-blk:hover {
  box-shadow: 0 0 15px 3px rgb(0 0 0 / 23%);
}

.card-place-blk .img-wpr {
  width: 100%;
  float: left;
  position: relative;
}

.card-place-blk .card-ft-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 15px;
}

.rating-blk {
  width: 100%;
  float: left;
}

.card-place-blk .fav-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgb(255 255 255 / 56%);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;

  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.card-place-blk .fav-btn:hover {
  background-color: #0d99ff;
  color: #fff;
}

.card-place-blk h5 {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 15px;
}

.card-place-blk .amount-blk {
  width: auto;
  float: left;
  display: flex;
  padding-left: 15px;
  font-size: 14px;
  align-items: center;
}

.card-place-blk .amount-blk span {
  float: right;
  padding-left: 5px;
  font-weight: 600;
  font-size: 15px;
}

.star-rating {
  display: flex;
  align-items: center;
  color: #767676;
}

.star-rating .active {
  color: #ffc107;
}

.star-rating span {
  padding-left: 8px;
}

.btn-see-all-wpr {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}

.btn-see-all {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80px;
  font-size: 14px;
  color: #ffc107;
  cursor: pointer;
}

.explore-wpr {

  background-size: cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.explore-wpr h4 {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #06103f;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 60px;
}

.explore-wpr .desc {
  width: 100%;
  float: left;
  font-size: 19px;
  color: #34322a;
}


.top_enquiry_btn {

  background-color: #fff3d0;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;

}




.tobpage_banner_wpr {
  width: 100%;
  float: left;
  background-attachment: fixed;
  background-size: cover;
}

.tobpage_banner_wpr .txt_wpr {
  width: 100%;
  float: left;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tobpage_banner_wpr .txt_inwpr {

  width: 100%;

  float: left;

  text-align: center;

  max-width: 700px;
}

.tobpage_banner_wpr .txt_inwpr h2 {
  width: 100%;
  float: left;
  color: #0d1856;
  margin-bottom: 15px;
  font-weight: 800;
}

.tobpage_banner_wpr .txt_inwpr h6 {
  width: 100%;
  float: left;
  color: #222222;
  font-weight: 400;
  letter-spacing: 1px;
}





.carousel-nav .owl-nav.disabled {
  display: block;
}

.carousel-nav .item {
  padding: 15px;
}

.carousel-nav .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  font-size: 32px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  top: calc(50% - 15px);
  left: -35px;
  position: absolute;
}

.carousel-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  font-size: 32px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  top: calc(50% - 15px);
  right: -35px;
  position: absolute;
}

.carousel-nav .owl-prev span {
  margin-top: -7px;
}

.carousel-nav .owl-next span {
  margin-top: -7px;
}

.explore-card {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 15%);
  /*margin: 5px;*/
}

.explore-card img {
  border-radius: 10px;
}

.explore-card .txt-wpr {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 5px rgb(0 0 0 / 35%);
}



.card-col-blk {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.card-col-blk .col-img {
  width: 20%;
  float: left;
}

.card-col-blk .col-img img {
  border-right: 6px;
}

.card-col-blk .col-text {
  width: 80%;
  float: left;
  padding: 15px;
}

.card-col-blk .col-text h5 {
  font-size: 16px;
  margin-bottom: 5px
}

.card-col-blk .col-text .desc {
  font-size: 12px;
}




.card-review-wpr {
  width: 100%;
  float: left;
  padding: 15px;
  box-shadow: 0 1px 16px 1px rgb(0 0 0 / 4%);
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #fff;
}

.card-review-wpr .head-blk {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.card-review-wpr .img-blk {
  width: 60px;
  float: left;
}

.card-review-wpr .img-blk img {
  border-right: 50%;
  min-width: 50px;
  height: 50px;
}

.card-review-wpr .title-blk {
  width: 100%;
  float: left;
  padding: 0 15px;
}

.card-review-wpr .title-blk h5 {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
}

.card-review-wpr .title-blk p {
  width: 100%;
  float: left;
  font-size: 12px;
}

.card-review-wpr .star-blk {
  width: 100px;
  float: left;
  text-align: right;
  font-size: 15px;
  color: #5c5c5c;
}

.card-review-wpr .star-blk i {
  color: #ffb329;
  padding-left: 5px;
}

.card-review-wpr .desc-blk {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #5e5e5e;
}


.popular-wpr {
  width: 100%;
  float: left;
}

.popular-wpr .col-popular-blk {
  width: auto;
  float: left;
  padding: 5px 12px;
  margin-bottom: 5px;
  border-right: solid 1px #d3d3d3;
  font-size: 14px;
}




.footer-wpr {
  width: 100%;
  float: left;
  background-color: #FFC107;
  padding: 50px 0;
  color: #7a7c7f;
}

.from-subscribe {
  color: #010932;
  font-size: 14px;
  margin: 15px 0;
}

.from-subscribe .form-title {
  font-size: 14px;
}

.from-subscribe .form-title-2 {
  font-size: 12px;

}

.from-subscribe .form-title-2 a {
  text-decoration: underline !important;
  color: #7a7c7f;
}

.from-subscribe .input-wpr {
  width: 100%;
  float: left;
  display: flex;
  margin: 15px 0;
}

.from-subscribe .input-wpr .input-txt {
  width: 100%;
  float: left;
  height: 45px;
  border: solid 1px #FFEB3B;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
}

.from-subscribe .input-wpr .btn-subscribe {
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background-color: #000;
  margin-left: 5px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.from-subscribe .input-wpr .btn-subscribe:hover {

  background-color: #000000;
}


.ft-menu-wpr {
  width: 100%;
  float: left;
}

.ft-menu-wpr h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
}

.ft-menu-wpr .ft-ul a {
  font-size: 14px;
  color: #000000;
}

.ft-menu-wpr .ft-ul a:hover {
  color: #007cc2;
}

.footer-wpr hr {
  color: #fff;
}

.ft-bottom-wpr {
  font-size: 12px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.social-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.social-icon {
  color: #fff;
  font-size: 18px;
  width: 35px;
}

.social-icon:hover {
  color: #007cc2 !important;
}

.ft-logo {
  width: 110px;
}

.ft-app-download img {
  width: 150px;
}

/*login*/
.login-bg-wpr {
  background: url('../../assets/images/login_bg.png');
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-wpr {
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.login-container {
  width: 100%;
  float: left;
  max-width: 360px;
  padding: 30px 15px;
}

.login-container .login-logo-wpr {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.login-container .login-logo-wpr img {
  width: 150px;
  margin-bottom: 15px;
}

.login-container h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.login-container h6 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.login-container p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
}

.login-form-wpr {
  width: 100%;
  float: left;
}

.login-form-wpr .input-group-wpr {
  width: 100%;
  float: left;
  display: flex;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 6px;
  border: solid 1px #e7e7e7;
  margin-bottom: 15px;
  padding-right: 60px;
}

.login-form-wpr .input-group-wpr .icon {
  min-width: 60px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.login-form-wpr .input-group-wpr .input-txt {
  background-color: transparent;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 45px;
}

.login-form-wpr .input-group-wpr .iti__selected-dial-code {
  color: #fff;
}

.login-form-wpr .input-group-wpr .title {
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.login-form-wpr .input-group-wpr .input-txt::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

.login-form-wpr .input-group-wpr .input-txt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 300;
}

.login-form-wpr .input-group-wpr .input-txt::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 300;
}

.login-form-wpr .input-group-wpr.btn-white {
  background-color: #fff;
}

.login-form-wpr .input-group-wpr.btn-white .title {
  color: #000;
}

.login-form-wpr .input-group-wpr.btn-blue {
  background-color: #1877f2;
  border-color: #1877f2;
}

.login-form-wpr .input-group-wpr.btn-black {
  background-color: #222222;
  border-color: #222222;
}

.btn-login-wpr {
  cursor: pointer;
  opacity: 0.9;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.btn-login-wpr:hover {
  opacity: 1;
}

.login-form-wpr .input-group-wpr.btn-white .icon {
  color: #000;
}

.btn-login-wpr-2 {
  height: 45px;
  padding-left: 60px;
  cursor: pointer;
}

.or-wpr {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
}

.or-wpr:before {
  content: '';
  float: left;
  width: 45%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}

.or-wpr:after {
  content: '';
  float: left;
  width: 45%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 13px;
}

.ft-btn-login-wpr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-round {
  width: 50px;
  height: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 5%);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.btn-round:hover {
  color: #0d99ff;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 12%);
}

.otp-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.otp-wpr .otp-txt-wpr {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 5px;
  color: #fff;
  background-color: rgb(255 255 255 / 26%);
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  font-size: 30px;
}

.otp-black .otp-txt-wpr {
  border: solid 1px #000;
  color: #000;
}

.txt-black {
  color: #000 !important;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.max-w-300 {
  max-width: 320px;
}

.radio-flex {
  display: flex;
  align-items: center;
}

.radio-flex label {
  margin: 0 !important;
  margin-left: 8px !important;
}



.resent-wpr {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 400;
}

.resent-wpr b {
  color: #0d99ff;
  cursor: pointer;
}

.forgot-text-wpr {
  width: 100%;
  float: left;
  text-align: right;
  margin: 5px 0;
  color: #fff;
}

.forgot-text-wpr a {
  cursor: pointer;
  color: #fff;
}

.forgot-text-wpr a:hover {
  color: #0d99ff;
}

/*=====*/
.breadcrumb-ul {
  width: 100%;
  float: left;
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.breadcrumb-ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5;
}

.breadcrumb-ul li a {
  color: #7e7c7c;
}

.breadcrumb-ul li:last-child {
  border: 0;
}

.breadcrumb-ul li:last-child a {
  color: #007cc2;

}

.head-project-title {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.head-project-title-2 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.btn-share {
  width: 35px;
  height: 35px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 500;
  color: #007cc2;
  background-color: #e6f2f9;
  margin: 0 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.col-inblk {
  width: auto;
  float: left;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}


.image-gallery-wpr {
  width: 100%;
  float: left;
}

.img-main-wpr {
  width: 100%;
  float: left;
  border-radius: 6px;
  margin-bottom: 15px;
}

.img-thump-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.img-thump-wpr .thump-img-blk {
  width: calc(25% - 10px);
  float: left;
  border-radius: 6px;
  position: relative;
}

.img-thump-wpr .thump-img-blk .seemore {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background-color: rgb(0 0 0 / 25%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking-wpr hr {
  width: 100%;
  float: left;
}

.booking-wpr {
  width: 100%;
  float: left;
  color: #505050;
  padding: 15px 15px;
  border: solid 1px #b7b7b7;
  border-radius: 6px;
  min-height: calc(100% - 25px);
}

.booking-wpr .amount {
  color: #1877f2;
  font-size: 35px;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.booking-wpr .label {
  font-size: 14px;
  width: 100%;
  float: left;
}

.book-group-wpr {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.book-group-wpr label {
  width: 100%;
  float: left;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.book-group-wpr .txt-input-wpr {
  width: 100%;
  float: left;
  position: relative;
}

.book-group-wpr .txt-input {
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #b9b9b9;
}

.book-group-wpr .txt-input-wpr i {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  font-size: 20px;
  color: #b9b9b9;

}

.booking-wpr h4 {
  font-size: 14px;
  width: 100%;
  float: left;
}

.booking-wpr p {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-bottom: 15px;
}



.btn-form-defult {
  width: 100%;
  float: left;
  display: flex;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px #e7e7e7;
  margin-bottom: 15px;
  background-color: #1877f2;
  border-color: #1877f2;
  color: #fff;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.detail-title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;

}

.detail-title-2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;

}


.desc-wpr {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}

.desc-wpr p {
  width: 100%;
  float: left;
  font-weight: 300;
  margin-bottom: 15px;
}

.wpr {
  width: 100%;
  float: left;
}

.activity-wpr {
  width: 100%;
  float: left;
}

.row-activity {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.row-activity .icon {
  width: 35px;
  float: left;
  font-size: 20px;
  color: #7a7a7a;
}

.row-activity .txt-wpr {
  width: calc(100% - 35px);
  float: left;
}

.row-activity .txt-wpr h4 {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.row-activity .txt-wpr .desc {
  font-size: 14px;
  width: 100%;
  float: left;
  color: #7a7a7a;
}


.h-wizard-wpr {
  width: 100%;
  float: left;
}

.row-wizard {
  width: 100%;
  float: left;
  padding: 15px 0;
  position: relative;
}

.row-wizard .count-blk {
  width: 50px;
  float: left;
}

.row-wizard .content-blk {
  width: calc(100% - 50px);
  float: left;


}

.row-wizard .count-blk span {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #7a7a7a;
  background-color: #fff;
  color: #7a7a7a;
  position: relative;
  z-index: 9;
}

.row-wizard.active .count-blk span {
  border: solid 1px #1877f2;
  background-color: #1877f2;
  color: #fff;
}

.row-wizard h4 {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.row-wizard h4 span {
  font-size: 12px;
  color: #7a7a7a;
  margin-left: 15px;
}

.row-wizard .desc {
  font-size: 14px;
  width: 100%;
  float: left;
  color: #7a7a7a;
}

.row-wizard:after {
  content: '';
  border-left: dashed 1px #1877f2;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 15px;
  top: 15px;
}

.row-wizard:last-child:after {
  display: none;
}


.v-wizard-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.v-wizard-wpr .row-wizard .count-blk {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.v-wizard-wpr .row-wizard .content-blk {
  width: 100%;
  text-align: center;
}


.v-wizard-wpr .row-wizard:after {
  content: '';
  border-bottom: dashed 1px #1877f2;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 29px;
}

.v-wizard-wpr .row-wizard h4 {
  font-size: 14px;
  color: #7a7a7a;
}

.v-wizard-wpr .row-wizard.active h4 {
  color: #000;

}

.link-txt {
  color: #ffc107;
  cursor: pointer;
}

.txt-center {
  text-align: center;
}

.txt-blue {
  color: #ffc107 !important;
}

.txt-red {
  color: #f00 !important;
}

.txt-blue i {
  color: #ffc107;
}

.txt-red i {
  color: #f00;
}

.disc-ul {
  width: 100%;
  float: left;
  list-style: disc;
  padding-left: 15px;
}

.disc-ul li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #7a7a7a;
  font-weight: 500;
}


.accordion-wpr {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: solid 1px #dddddd;
}

.accordion-wpr .head-blk {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}

.accordion-wpr .head-blk h2 {
  width: 100%;
  float: left;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #484848;
}

.accordion-wpr .head-blk .icon {
  width: 50px;
  float: left;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0px;
}

.accordion-wpr .desc-blk {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #686868;
  font-weight: 400;
  display: none;
  animation: animate_accordion linear .2s;
  animation-iteration-count: 1;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.accordion-wpr.active .desc-blk {
  display: block;
}

.max-300 {
  max-width: 300px;
}

@keyframes animate_accordion {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }


}



.rating-cust-wpr {
  width: 100%;
  float: left;
  text-align: center;
  padding: 35px 0;
  border-right: solid 1px #c9c9c9;
}

.rating-cust-wpr h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 40px;
}

.rating-cust-wpr .star-rating {
  justify-content: center;
  align-items: center;
  text-align: center;

}

.rating-cust-wpr .desc {
  font-size: 14px;
  color: #7a7a7a;
  width: 100%;
  float: left;
  margin: 15px 0;
}

.rating-progress-wpr {
  width: 100%;
  float: left;
}

.rating-progress-wpr .row-progress {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px 0;
  font-size: 14px;
}

.rating-progress-wpr .row-progress .start-count {
  width: 10%;
  float: left;
}

.rating-progress-wpr .row-progress .start-count i {
  color: #ffc107;
}

.rating-progress-wpr .progress-bar {
  width: 70%;
  float: left;
  position: relative;
  height: 6px;
  background-color: #c5c5c5;
  border-radius: 7px;
}

.rating-progress-wpr .progress-bar span {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  height: 6px;
  background-color: #ffc107;
  border-radius: 7px;
}

.rating-progress-wpr .row-progress .count-no {
  width: 20%;
  float: left;
  text-align: center;
}


.cust-review-blk {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.cust-review-blk .review-desc {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 10px 0;
  color: #7a7a7a;
}

.cust-review-blk .review-action {
  width: 100%;
  float: left;

}

.cust-review-blk .review-action .btn-review {
  width: auto;
  float: left;
  color: #7a7a7a;
  cursor: pointer;
}

.card-cart {
  width: 100%;
  float: left;
  box-shadow: 0 2px 13px 3px rgb(0 0 0 / 13%);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.card-cart .desc {
  width: 100%;
  float: left;
  font-size: 14px;
}

.cart-ft {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  align-items: center;
  font-size: 14px;
}

.cart-ft label {
  width: auto;
  float: left;
  min-width: 100px;
  margin-bottom: 5px;
}

.cart-ft .select-control {
  width: auto;
  padding: 10px 15px;
  min-width: 200px;
  border: solid 1px #bdbdbd;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.btn-cancellation {
  margin-bottom: 5px;
}

.btn-cancellation i {
  color: #007cc2;
  font-size: 16px;
}

.booking-wpr {
  border: none;
}

.cart-row-wpr {
  width: 100%;
  float: left;
}


.cart-row-wpr {
  width: 100%;
  float: left;
  padding: 15px 0;
  margin-bottom: 15px;
}

.cart-row-wpr .cart-img-blk {
  width: 100%;
  float: left;
  border-radius: 6px;
  margin-bottom: 15px;

}

.cart-row-wpr h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-row-wpr .rating-blk {
  margin-bottom: 5px;
}

.cart-row-wpr .amount {
  font-size: 22px;
  color: #007cc2;
  font-weight: 600;
  margin-bottom: 10px;
}

.cart-row-wpr .row-activity {
  margin: 2px 0;
}

.cart-row-wpr .row-activity h4 {
  font-size: 14px;
}

.cart-row-wpr .row-activity .icon {
  font-size: 16px;
}

.cart-row-wpr .activity-wpr {
  margin-bottom: 15px;
}

.cart-row-wpr h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.cart-row-wpr .desc {
  font-size: 14px;
}

.cart-row-wpr hr {
  width: 100%;
  float: left;
  margin: 5px 0;
}

.cart-row-wpr .link-txt {
  width: auto;
  float: left;
  padding: 10px 15px;
  font-size: 14px;
  padding-left: 0;
}

.card-cart hr {
  width: 100%;
  float: left;
}

.txt-info-right {
  font-size: 12px;
  width: 100%;
  float: left;
  text-align: right;
}

.cart-head-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-head-wpr .amount {
  font-weight: 600;
  font-size: 26px;
  color: #1877f2;
}

.card-cart h4 {
  font-size: 16px;
  color: #7a7a7a;
}

.card-cart p {
  font-size: 14px;
  color: #7a7a7a;
}


.h-border {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 15px;
}

.book-group-wpr .iti {
  width: 100%;
}

.cart-sm-items-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-sm-items-wpr .col-img {
  width: 25%;
  float: left;
}

.cart-sm-items-wpr .col-img img {
  border-radius: 5px;
}

.cart-sm-items-wpr .col-desc {
  width: 75%;
  float: left;
  font-size: 14px;
  padding-left: 10px;
}


.tag-wpr {
  width: 100%;
  float: left;
}

.tag-blk {
  width: auto;
  float: left;
  margin: 5px;
  padding: 7px 15px;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
  cursor: pointer;
}

.tag-blk .icon {
  width: auto;
  float: left;
  text-align: center;
  color: #ffc107;
  margin-right: 10px;
}

.alert-wpr-info {
  width: 100%;
  float: left;
  background-color: aliceblue;
  border: solid 1px #cce7ff;
  margin: 15px 0;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
}

.alert-wpr-info .icon-wpr {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #0f8fff;
}

.alert-wpr-info h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 5px;
}

.alert-wpr-info .desc {
  font-size: 12px;
}

.filter-wpr {
  width: 100%;
  float: left;
}

.filter-wpr .filter-blk {
  width: 100%;
  float: left;
  padding: 10px 0;
  cursor: pointer;

}

.filter-wpr .filter-blk .col-title {
  width: 75%;
  float: left;
}

.filter-wpr .filter-blk .col-icon {
  width: 25%;
  float: left;
  text-align: right;
}

.filter-wpr .filter-blk.head-filter .col-title {
  font-weight: 600;
}

.filter-blk-out {
  width: 100%;
  float: left;
  border-bottom: solid 1px #dddbdb;
}

.filter-blk-out .filter-body-blk {
  width: 100%;
  float: left;
  display: none;
}

.filter-blk-out .filter-body-blk ul {
  width: 100%;
  float: left;
}

.filter-blk-out .filter-body-blk li {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #000000;
  padding: 5px 15px;
  background-color: #fff;
  margin-bottom: 2px;
  border-radius: 6px;
}

.white-space-nowrap {
  white-space: nowrap;

}

.font-22 {
  font-size: 22px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.color-gray {
  color: #7a7a7a;
}

.max-witdh-auto {
  max-width: none;
}

.d-flex-center {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-300 {
  width: 300px;
}

.max-w-600 {
  width: 600px;
}

.project-list-row {
  border-radius: 6px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 14%);
  margin: 5px 0;
  margin-bottom: 15px;
}

.project-list-row .img-wpr {
  border-radius: 6px;
  overflow: hidden;
}

.projects-desc-wpr {
  width: 100%;
  float: left;
  padding: 10px;
  padding-top: 35px;
  position: relative;
}

.projects-desc-wpr .p-status {
  position: absolute;
  top: 0;
  right: 80px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background-color: #1a2b49;
  padding: 5px 15px;
  border-radius: 0 0 6px 6px;
}

.price-blk {
  width: auto;
  float: left;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.price-blk .amount {
  font-size: 20px;
  color: #0f8fff;
}

.line-break {
  text-decoration: line-through;
}

.justify-content-right {
  justify-content: right;
}

.show-success-wpr {
  width: 100%;
  float: left;
  padding: 25px 0;
  text-align: center;
}

.show-success-wpr .icon-blk {
  width: 100%;
  float:
    left;
  display:
    flex;
  justify-content:
    center;
  align-items:
    center;
  margin-bottom: 15px;
}

.show-success-wpr .icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6ebc42;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
}

.show-success-wpr h3 {

  width: 100%;

  float: left;

  font-size: 17px;
}


.empty-img-wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.empty-img-wpr img {
  width: 200px;
}

.apply-container {
  width: 100%;
  float:
    left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
}

.apply-card {
  width: 100%;
  float:
    left;
  max-width: 500px;
  border: solid 1px #cbcbcb;
  padding: 15px;
  border-radius: 6px;
}

.icon-wpr {
  width: 100%;
  float:
    left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #247dff;
  font-size: 25px;
  margin: 15px 0;
}

.icon-wpr .icon {
  width: auto;
  float: left;

}

.col-select-wpr {
  width: 100%;
  float: left;
  position: relative;
}

.col-select-wpr input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.col-select-blk {
  width: 100%;
  float: left;
  position: relative;
  border: solid 1px #b9b9b9;
  border-radius: 6px;
  /*padding: 15px;*/
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.col-select-blk .icon {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;

}

.col-select-blk .title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  height: 35px;
}

.apply-container input[type="radio"]:checked+.col-select-blk {
  background-color: #007cc2;
  color: #fff;
  border: solid 1px #007cc2;
}

.boader-none {
  border: none;
}





.profile-card-wpr {
  width: 100%;
  float: left;
  border: solid 1px #e9e9e9;
  border-radius: 6px;
}

.profile-card-wpr .profle-head-wpr {
  width: 100%;
  float:
    left;
  padding: 35px 15px;
}

.profile-card-wpr .profile-img-wpr {
  width: 100%;
  float:
    left;
  display:
    flex;
  justify-content:
    center;
  align-items:
    center;
  margin-bottom: 15px;
}

.profile-card-wpr .profile-img-blk {
  width: 80px;
  height: 80px;
  float:
    left;
  border-radius: 50%;
  position:
    relative;
}

.profile-card-wpr .edit-btn {
  width: 30px;
  height: 30px;
  float:
    left;
  position:
    absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 50%;
  color: #7a7a7a;
  box-shadow: 0 0 7px 2px rgb(0 0 0 / 20%);
  cursor: pointer;
}

.profile-card-wpr .profile-name {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}


.profle-body-wpr {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.profle-body-wpr ul {
  width: 100%;
  float: left;
}

.profle-body-wpr ul li {
  width: 100%;
  float: left;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.profle-body-wpr ul li.active {
  color: #1877f2;
  background-color: #ecf4ff;
}

.profile-form-wpr {
  width: 100%;
  float: left;
}

.profile-form-wpr .head-title {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}


.profile-form-wpr h4 {
  font-size: 16px;
  margin-bottom: 15px;

}

.profile-form-wpr .desc {
  font-size: 14px;
  color: #7a7a7a;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.btn-account {
  width:
    auto;
  float:
    left;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cbcbcb;
  padding-right: 10px;
  cursor: pointer;
  border-radius: 2px;
}

.btn-account .icon {
  width: 35px;
  float:
    left;
  padding: 5px;
}

.btn-deactive {
  width: auto;
  float: left;
  padding: 10px 15px;
  background-color: #d5d5d5;
  border-radius: 6px;
  color: #555;
  font-size: 14px;
  cursor: pointer;
}


.paymant-btn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
  height: 50px;
}

.paymant-btn .icon {
  width: 50px;
  float: left;
}

.paymant-btn .title {
  width: calc(100% - 100px);
  float: left;
  padding: 0px 10px;
}


.payment-edit-card {
  width: 100%;
  float: left;
  position: relative;
  border: solid 1px #ededed;
  padding: 15px;
  border-radius: 6px;
}

.payment-edit-card .edit-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
}

.payment-edit-card .icon-img {
  width: 50px;
  float: left;
}

.payment-edit-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pay-card-no-wpr {
  width: 100%;
  font-size: 14px;
  float: left;
  padding: 5px 0px;
  color: #7a7a7a;
}

.pay-card-no-wpr b {
  color: #000;
}




.switch-checkbox[type="checkbox"] {
  position: relative;
  width: 55px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
  transition: 0.7s;
}

.switch-checkbox:checked[type="checkbox"] {
  background: #03a9f4;
}

.switch-checkbox[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 2px;
  left: 3px;
  background: #ffffff;
  transform: scale(1.1);
  transition: .5s;
  cursor: pointer;
}

.switch-checkbox:checked[type="checkbox"]:before {
  left: 32px;
}

.foot-nav-blk {
  display: none;
}

/* =============== */

.syllabus_wpr {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}

.syllabus_wpr h2 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  color: #06103f;
  margin-top: 25px;
}

.syllabus_wpr .desc-blk {
  width: 100%;
  float: left;
}

.syllabus_wpr .desc-blk p {
  margin-bottom: 25px;
}

.view_more_wpr {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.view_more_wpr .btn_viewmore {
  width: auto;
  float: left;
  background: #ffc107;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.images_syllabus {
  width: 100%;
  float: left;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.images_syllabus .img_blk {
  width: 100%;
  float: left;
  max-width: 410px;
  box-shadow: 13px 13px 0px 2px #ffc107;
  border: solid 2px #fff;
  border-radius: 5px;
}


.mob_hugbar {
  display: none;
}

.mt-25 {
  margin-top: 25px;
}

.dflex_align_items_center {
  align-items: center;
  display: flex;
}



.row_address {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.row_address .icon {
  width: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  color: #FFC107;
}

.row_address .info_txt {
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 500;
}


.get_start_wpr {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffefa;
  padding: 25px 15px;
}

.get_start_wpr .text-blk {
  max-width: 600px;
  float: left;
  text-align: center;
}

.get_start_wpr .text-blk h2 {
  font-size: 35px;
  font-weight: 900;
}

.dflex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.career_form_wpr {
  width: 100%;
  float: left;
  box-shadow: 0 20px 48px 0 rgba(153, 161, 170, 0.25);
  padding: 25px;
  border-radius: 15px;
}


/*------ responsive -------*/
@media (max-width:1024px) {

  .mob_hugbar {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mob_hugbar .mob_hugbar_inblk {
    width: 100%;
    float: left;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .mob_hugbar span {
    width: 100%;
    height: 2px;
    margin: 3px 0;
    float: left;
    background-color: #000;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .mob_hugbar.active .mob_hugbar_inblk {
    transform: scale(0.7, 0.7);
  }

  .mob_hugbar.active span:nth-child(2) {
    opacity: 0;
  }

  .mob_hugbar.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 10px);
  }

  .mob_hugbar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -3px);
  }



  .container {
    max-width: calc(100% - 60px);
  }

  .top_menu {
    /*display: none;*/
  }


  .top_menu {
    display: none;
    position: fixed;
    z-index: 9999;
    background: #fff;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 75px;
    padding-top: 15px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .top_menu.show {
    display: block;
  }

  .top_menu {

    animation: animate_overlay linear .2s;

    animation-iteration-count: 1;

    padding: 15px;
  }

  @keyframes animate_overlay {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }


  }

  .header-wpr .nav-ul {
    flex-wrap: wrap;
  }

  .header-wpr .nav-ul li {
    width: 100%;
  }

  .dropdown-menu-blk {
    justify-content: flex-start;
  }

  .header-wpr .nav-ul li .nav-link {
    padding: 15px 15px;
  }

}

@media (max-width:940px) {
  .header-wpr .nav-ul li .nav-link {
    /*padding: 5px 15px;*/
  }

  .col-five {
    width: 25%;
  }
}

@media (max-width:820px) {
  .download-app-wpr .col-txt {
    width: 100%;
  }

  .download-app-wpr:after {
    width: 30%
  }

  .download-app-wpr .col-img .phone-img {
    width: 100px;
    margin-left: 25px;
  }
}

@media (max-width:768px) {

  .home-slider-col .col-text {
    background: #ffbe00;
  }

  .slider-bgimg {
    height: 100%;
  }

  .home-slider-col .col-text .text-blk h2 {
    font-size: 25px;
  }

  .home-slider-col .col-text .text-blk h4 {
    font-size: 16px;
  }

  .home-slider-col .col-text {
    padding-left: 15px;
  }

  .slider_img_logo_wpr img {
    max-width: 80px;
  }

  .container {
    max-width: calc(100% - 60px);
  }

  /*.nav-menus{display: none;}*/
  .col-five {
    width: 33.3%;
  }

  .bg-card .text-wpr .card-title {
    font-size: 16px;
  }

  .slider-txt-blk h2 {
    font-size: 36px;
  }

  .slider-txt-blk h5 {
    font-size: 20px;
  }

  .search-blk {
    width: calc(100% - 18px);
    margin: 10px;
    padding-left: 8px;
  }

  .slider-txt-wpr {
    top: 35%;
  }

  .download-app-wpr .col-img .phone-img {
    display: none;
  }

  .download-app-wpr:after {
    display: none;
  }

  .download-app-wpr .col-txt {
    width: 100%;
    min-width: 100%;
  }

  .slider-txt-blk h6 {
    font-size: 13px;
  }

  .search-blk .search-input {
    font-size: 14px;
  }

  .bg-card .text-wpr {
    justify-content: space-between;
    align-items: end;
  }

  .bg-card .text-wpr .card-title {

    padding: 0px 10px;
  }

  .destination-wpr .bg-card {
    height: 110px;
    position: relative;
  }

  .destination-wpr .bg-card img {
    position: absolute;
    transform: scale(2);
  }

  .col-download-app .col-download-qr {
    display: flex;
    width: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: space-around;
    margin-top: 35px;
  }

  .foot-nav-blk {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 99999;
  }

  .foot-nav-blk .foot-nav-inblk {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 3px 9px 0px rgb(0 0 0 / 46%);
  }

  .foot-nav-blk .foot-nav-inblk .menu-blk {
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 5px;
    height: 50px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  .foot-nav-blk .foot-nav-inblk .menu-blk.active {
    color: #ffc107;
  }

}

@media (max-width:560px) {

  .explore-wpr h4 {
    width: 100%;
    float: left;
    font-size: 35px;
    color: #06103f;
    font-weight: 600;
    margin-bottom: 5px;
    /*margin-top: -40px;*/
  }

  .explore-wpr .desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .page-section {
    padding: 30px 0;
  }

  .col-five {
    width: 50%;
  }

  .form-sendphone .input-wpr {
    flex-wrap: wrap;
  }

  .form-sendphone .btn-send {
    margin-top: 8px;
    width: 160px;
    text-align: center;
  }

  /*.header-wpr{height: 70px;}*/
  body {
    /*padding-top: 70px;*/
  }

  .download-app-wpr {
    padding: 20px 15px;
  }

  .slider-txt-blk h2 {
    font-size: 30px;
  }

  .slider-txt-blk h5 {
    font-size: 15px;
  }

  .search-blk .search-input {
    height: 35px;
  }

  .search-blk .btn-search {
    height: 48px;
  }

  .container-full-wpr {
    max-width: calc(100% - 30px) !important;
  }

  .rating-cust-wpr {
    border-right: none
  }

  .cust-review-blk .review-desc {
    font-size: 12px;
  }

  .detail-title {
    font-size: 18px;
  }

  .slider-txt-blk h6 {
    font-size: 12px;
  }

  .login-container {
    width: 500px;
  }

  .head-project-title {
    font-size: 18px;
  }

  .head-project-title-2 {
    font-size: 16px;
  }

  .disc-ul li {
    font-size: 14px;
  }

  .accordion-wpr .head-blk h2 {
    font-size: 14px;
  }

  .accordion-wpr .desc-blk {
    font-size: 12px;
  }

  .col-half-sm {
    width: 50% !important;
    padding: 5px;
  }

  .col-select-blk {
    margin-bottom: 0px;
  }

  .col-select-blk .title {
    font-size: 12px;
  }

  .apply-container {
    padding: 30px 15px;
  }

  .v-wizard-wpr .row-wizard h4 {
    font-size: 12px;
  }

  .book-group-wpr label {
    font-size: 14px;
  }

  .book-group-wpr .txt-input {
    font-size: 14px;
  }

  .btn-form-defult {
    font-size: 14px;
  }
}

@media (max-width:480px) {
  .container {
    max-width: calc(100% - 60px);
  }

  .col-five {
    width: 50%;
    padding: 5px;
  }

  .container-full-wpr .bg-card {
    margin-bottom: 0
  }

  .slider-txt-blk h2 {
    font-size: 30px;
  }

  .slider-txt-blk h5 {
    font-size: 15px;
  }

  .search-blk .search-input {
    height: 35px;
  }

  .search-blk .btn-search {
    width: auto;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    min-width: 110px;
  }

  .search-blk .icon {
    width: 70px;
  }

  .login-container {
    width: auto;
  }
}

@media (max-width:360px) {
  .slider-txt-blk h2 {
    font-size: 25px;
  }

  .container {
    max-width: calc(100% - 30px);
  }

  .search-blk .btn-search {
    font-size: 14px;
  }

  .search-blk .search-input {
    font-size: 14px;
  }

  .ft-app-download img {
    width: 100px;
  }
}

@media (max-width:320px) {
  .container {
    max-width: calc(100% - 50px);
  }

  .search-blk .btn-search {
    font-size: 14px;
  }
}


label.error {
  /* font-size: 12px !important; */
  color: #f00 !important;
  /* background-color: #000000; */
  /* width: auto !important; */
  margin: 0;
  /* right: 0; */
  /* top: 0; */
  /* position: absolute; */
  /* margin-bottom: 0 !important; */
  /* box-shadow: 0 1px 7px 1px rgb(0 0 0 / 4%); */
  /* font-weight: 600 !important; */
  /* height: 23px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* border-radius: 3px !important; */
}

input.error {
  color: #f00 !important;
}


label.error {
  color: #f00;
  font-size: 12px;
  /* padding: 0 10px; */
  /*position: absolute;*/
  /*bottom: -20px;*/
}

input.error {
  border: solid 1px #f00;
}

input.error:focus {
  border: solid 1px #f00;
}



.page_loader .page_loader_inner {
  width: 100%;
  float: left;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 0 0 / 18%);

}

.page_loader .page_loader_inner .loader_blk {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  box-shadow: 0 0 6px 3px rgb(0 0 0 / 29%);
}