@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
a:focus,
a:hover {
  border: none;
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
}
p {
  color: #2b2b2b;
}

.container {
  max-width: 1440px;
}

.top__header {
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #e4e4e4;
}
.top__header a {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
}
.location__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 78px;
  margin-left: 15px;
}
.location__header .icon {
  width: 26px;
  height: 26px;
  border: solid 1px #c3c3c3;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 18px;
  flex-shrink: 0;
}

.location__header .icon i {
  color: #0397aa;
}

.location__header .iconphone {
  width: 26px;
  height: 26px;
  border: solid 1px #c3c3c3;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 18px;
  flex-shrink: 0;
}

.location__header .iconphone i {
  color: #0397aa;
}

.location__header p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.location__header a {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.login__header {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.login__header a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding: 3px 0;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.navbar .navbar-brand {
  position: relative;
  z-index: 6;
}
.navbar .navbar-brand .header__logo {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  max-height: 90px;
  max-width: 163px;
}
.navbar .main__nav {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.navbar .navbar-nav {
  margin: 0px auto 0px auto;
}
.navbar .navbar-nav li {
  height: 100%;
  -moz-flex: auto;
  flex: auto;
  padding: 0px 29px;
}
.navbar .navbar-nav li:last-child {
  padding-right: 0px;
}
.navbar .navbar-nav li a {
  padding: 0px 0px;
  text-align: center;
  font-size: 18px;
  color: #404040;
  font-weight: 400;
  position: relative;
  line-height: 30px;
  height: 100%;
  display: block;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.navbar .navbar-nav li a:hover {
  color: #0397aa;
}

.navbar .navbar-nav li a:after {
  height: 2px;
  width: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background-color: #0397aa;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.navbar .navbar-nav li a:hover:after {
  width: 100%;
}
.navbar .navbar-nav li ul.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  display: none;
  padding: 0px;
  min-width: 270px;
  margin: 0px;
}
.navbar .navbar-nav li:hover ul.dropdown-menu {
  display: block;
  border: 0px;
}
.navbar .navbar-nav li:hover ul.dropdown-menu li {
  width: 100%;
  display: block;
}
.navbar .navbar-nav li:hover ul.dropdown-menu li a {
  padding: 10px 15px;
  display: block;
  clear: both;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  line-height: normal;
}
.navbar .navbar-nav li:hover ul.dropdown-menu li a:after {
  display: none;
}
.navbar .navbar-nav li:hover ul.dropdown-menu li a:hover {
  color: #cf1178;
}
.navbar .navbar-nav li ul.dropdown-menu li ul.dropdown-menu {
  display: none;
}
.navbar .navbar-nav li ul.dropdown-menu li ul.dropdown-menu li {
  position: relative;
}
.navbar .navbar-nav li ul.dropdown-menu li:hover ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: -2px;
  display: block;
}
.navbar .button__wrapp {
  display: block;
  clear: both;
  margin-left: 20px;
}
.navbar .button__wrapp a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  width: 119px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #730099;
  margin: 0px auto;
  border-radius: 50px;
  border: solid 1px #730099;
}
.navbar .button__wrapp a:hover {
  background-color: transparent;
  border: 1px solid #730099;
  color: #000;
}
.shrink {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shrink .navbar-brand img {
  max-height: 95px;
  margin-top: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.shrink .navbar-nav li a {
  line-height: 30px;
}
.navbar .main__header__content .nav__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.shrink .menuToggle {
  top: 26px;
}
.navbar .main__header__content .contact__info .phone__wrapp {
  margin: 0 105px;
}

.main__body__wrapp {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  clear: both;
  /* padding: 82px 0 0 0; */
  position: relative;
}
.main__body__wrapp .main__banner {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: calc(100vh - 164px);
  overflow: hidden;
}
.main__body__wrapp .main__banner .image__box {
  position: relative;
  width: 100%;
  height: 100%;
}
/* .main__body__wrapp .main__banner .image__box:before {
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
} */
.main__body__wrapp .main__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main__body__wrapp .main__banner .banner__content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.main__body__wrapp .main__banner .banner__content h3 {
  text-align: left;
  max-width: 353px;
  border-bottom: solid 1px #faedae;
  border-top: solid 1px #faedae;
  padding: 17px 0;
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
.main__body__wrapp .main__banner .banner__content h2 {
  text-align: left;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 30px; line-height: 71px; max-width: 709px;
}
.main__body__wrapp .main__banner .banner__content h1 {
  text-align: left;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.oeder__holder {
  width: 288px;
  height: 60px;
  background: #faedae;
  color: #000;
  text-align: center;
  line-height: 60px;
  display: block;
  
}
.oeder__holder:hover {
  color: #000;
}

.order__button {
  padding: 16px 19px;
  background: #faedae;
}
.order__button a {
  color: #000;
  font-size: 18px;
  text-align: center;
  display: block;
}
.need__help {
  text-align: left;
  font-size: 18px;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: block;
  max-width: 207px;
  margin: 25px 0 0 0;
}
.need__help:hover {
  border-bottom: solid 2px #fff;
  color: #fff;
}
.about__wrapp {
  padding: 100px 0 70px;
  width: 100%;
}
.about__dhar {
  width: 100%;
  border: solid 1px #e2e0db;
  padding: 85px 32px 60px;
  position: relative;
  margin-bottom: 60px;
}
.about__dhar h2 {
  color: #000;
  max-width: 478px;
  background: #fff;
  text-align: center;
  margin: -122px auto 0 auto;
  font-weight: 300;
  font-size: 48px;
}
.about__dhar::before {
  content: "";
  width: 303px;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: -17px;
  left: 42px;
}
.about__dhar::after {
  content: "";
  width: 303px;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: -17px;
  right: 42px;
}
.about__dhar p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.line__holder {
  margin-bottom: 60px;
}
.know__more {
  width: 200px;
  height: 60px;
  background: #faedae;
  line-height: 60px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 59px auto 0 auto;
  display: block;
  text-align: center;
}
.box__icon {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 70px 6px 20px;
  margin: 0px 0 0 0;
  position: relative;
  z-index: 999;
  background: #fff; text-align: center;
  height: 100%; transition: .3s; top: 0;
}
.box__icon .icon {
  width: 76px;
  height: 76px;
  border-radius: 100px;
  border: solid 2px #0397aa;
  margin: -113px auto 20px auto;
  display: block;
  background: #0397aa; position: relative;
}
.box__icon .icon img{filter: brightness(0) invert(1);}
.icon__con {
  margin: 13px auto 0 auto;
}
 .box__icon:hover{background: #f1f1f1; transition: .3s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); top: -10px;}
/*.box__icon:hover .icon img{} */

.box__icon h4 {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 16px; margin-bottom: 0;
}
.box__icon::before {
  content: "";
  width: 100px;
  height: 3px;
  /* background: #0397aa; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
}

.box__icon__row{margin-top: -50px;}

.ourservices {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.ourservices::before {
  width: 100%;
  background: #f3f3f3;
  content: "";
  position: absolute;
  height: 700px;
  top: 0;
}

.ourservices h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
}
.lineone {
  margin: 0 auto 50px auto;
}

.nav-pills-custom .nav-link {
  color: #aaa;

  position: relative;
  border-radius: 0;
}

.nav-pills-custom .nav-link.active {
  color: #000;
  background: none;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.ourservices .nav-pills-custom .nav-link {
  font-size: 22px;
  color: #b8b8b8;
  font-weight: 300;
  box-shadow: none !important;
  border-bottom: solid 1px #b8b8b8;
}

.ourservices .nav-pills-custom .nav-link.active {
  color: #000;
  font-weight: 600;
}

.text__holder {
  margin-top: 0px;
}
.more {
  width: 200px;
  height: 60px;
  background: #faedae;
  text-align: center;
  color: #000;
  line-height: 60px;
  display: block;
  font-size: 18px;
  margin-top: 49px;
}
.testimonial__wrapp {
  padding: 0 0 70px;
  width: 100%;
}
.testimonial__wrapp h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.testi__wrapp {
  width: 100%;
  border-top: solid 1px #bdbdbd;
  border-left: solid 1px #bdbdbd;
  border-bottom: solid 1px #bdbdbd;
  padding: 36px 0 17px 37px;
  position: relative;
  /* height:260px; */
  min-height:260px;
}

.testi__wrapp img {
  width: 80px!important;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}


.star__wrapp {
  width: 225px;
  padding: 10px;
  background: #fff;
  text-align: right;
  float: right;
  margin: -58px 0 0 0;
}
.star__wrapp i {
  font-size: 20px;
  color: #ffae00;
  text-align: center;
}
.testimonial__wrapp .slide-item {
  margin: 25px 0 0 0;
}
.testi__wrapp p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  margin-bottom: 60px;
  display: block;
  height: 145px;
  overflow: auto;
}

.testi__wrapp::before {
  content: "";
  width: 214px;
  height: 214px;
  background: url(../images/linr.png) no-repeat;
  position: absolute;
  top: -16px;
  z-index: 999;
  left: 17px;
}
.testimonial__wrapp .owl-dots {
  text-align: center;
  margin: 50px 0 0 0;
}
.testimonial__wrapp .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #000;
  margin: 0 15px 0 0;
}
.testimonial__wrapp .owl-dots .active {
  background: #faedae;
}

.getintouch {
  width: 100%;
  padding: 90px 0 70px;
  position: relative;
}
.getintouch::before {
  content: "";
  background: #159eb0;
  width: 68%;
  height: 616px;
  position: absolute;
  top: 0;
}
.get__img {
  width: 100%;
}
.get__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 638px;
}

.form__contacthome {
  width: 100%;
  padding: 60px 85px;
  background: #fff;
}
.box-shdow__one {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form__contacthome h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 300;
}


.name__holder textarea {
  border-bottom: solid 1px #000;
  height: 100px;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  outline: none;
  margin: 10px 0 50px;
  font-size: 14px;
}
.name__holder input[type="submit"] {
  width: 200px;
  height: 60px;
  background: #faedae;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  margin: 0 auto 0 auto;
  color: #000;
  border: none;
  display: block;
  text-transform: capitalize;
}

.our__blog {
  width: 100%;
  padding: 0 0 70px;
}
.our__blog h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.blog__box {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.blog__box img {
  width: 100%;
  background-size: cover;
}
.blog__boxtext {
  width: 90%;
  position: absolute;
  z-index: 99;
  background: #fff;
  bottom: 22px;
  padding: 26px 18px;
  margin: 0 auto 0 auto;
  left: 0;
  right: 0;
}
.blog__boxtext span {
  font-size: 16px;
  color: #404042;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.blog__boxtext a {
  font-size: 20px;
  color: #000;
  display: block;
  margin: 8px 0 0 0;
}
.blog__boxtext p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0;
  font-weight: 300;
}

.footer__wrapp {
  background: #f6f6f6;
  padding: 45px 0 0;
  width: 100%;
}
.footer__logo img {
  width: 100%;
}
.footer__socialicon a {
  width: 36px;
  height: 36px;
  background: #000000;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  display: inline-block;
  margin: 30px 30px 0 0;
}
.footer__logo a {
  display: block;
}

.footer__box {
  width: 100%;
}
.footer__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__box ul li {
  font-size: 18px;
  color: #404040;
  font-weight: 400;
}
.footer__box ul li a {
  color: #404040;
  display: block;
  white-space: nowrap;
}

.footer__box ul li:not(:last-child) a {
  padding-bottom: 20px;
}

.footer__wrapp .row > *:nth-child(3) .footer__box {
  margin-left: -40px;
}

.location__wrapp {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.location__wrapp:not(:last-child) {
  margin-bottom: 30px;
}


.footer__location {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 2px #aaaeb3;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.footer__location i {
  color: #159eb0;
  font-size: 22px;
}
.location__wrapp h5 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.location__wrapp a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.footer__locationtext {
  margin: 5px 0 0 0;
}
.footer__location .fa-location-dot {
  padding: 2px;
}
.footer__locationtext p {
  font-size: 16px;
  font-weight: 300;
}

.subscribe__wrapp  {
  max-width: 400px;
  margin-inline: auto;
}

.subscribe__wrapp h4 {
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
}
.subscribe__form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.subscribe__form input[type="text"] {
  width: 80%;
  border-bottom: solid 1px #000;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  color: #000;
}
.subscribe__form input[type="submit"] {
  background: #faedae;
  color: #000;
  padding: 19px 30px;
  text-align: center;
  border: none;
  font-size: 18px;
}
.down__footer {
  padding: 20px 0;
  width: 100%;
  background: #159eb0;
  margin-top: 32px;
}
.down__footer p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.down__footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}
.down__footer ul li {
  font-size: 16px;
  color: #fff;
  display: inline;
  font-weight: 300;
}
.down__footer ul li a {
  color: #fff;
  font-weight: 500;
}

.down__footer ul li:not(:last-child) {
    margin-right: 30px;
}

.main__body__wrapp .header__inner__banner {
  max-height: 200px;
  overflow: hidden;
}
.main__body__wrapp .header__inner__banner .banner__content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
}
.main__body__wrapp .header__inner__banner .banner__content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  padding: 0px;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}
.banner__content__inner .breadcrumb {
  background: none;
  border: none;
  margin: 0;
}
.banner__content__inner .breadcrumb li {
  color: #fff;
}
.banner__content__inner .breadcrumb li a {
  color: #fff;
}

.inner__about {
    /* 6th april vivek */
  padding: 70px 0;
  width: 100%;
}

/* 6th april vivek */

.inner__about_order {
    padding: 70px 0;
  width: 100%;
}

.whowe__wrapp h2 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  margin: 0;
}
.line_two {
  margin-top: 20px;
  margin-bottom: 40px;
}
.whowe__wrapp p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 30px;
}
.trustscene__wrapp {
  padding: 20px 0 70px;
  width: 100%;
}
.trustscene__wrapp h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.old__man img {
  object-fit: cover;
}
.old__man h4 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  background: #159eb0;
  padding: 30px 9px;
  max-width: 644px;
  margin: -39px auto 0 auto;
  position: relative;
  margin-bottom: 35px;
}

.old__man p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0 0 30px;
  font-weight: 300;
}
.old__man {
  margin-bottom: 80px;
}
.our__mission {
  width: 100%;
  padding: 70px 0;
  background: url(../images/bg_1.jpg) no-repeat center top;
  background-size: cover;
}
.mission__holder {
  width: 100%;
  background: #fff;
  padding: 44px 40px 65px 40px;
  height: 100%;
}
.mission__holder h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.mission__holder p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  text-align: center;
}
.map__holder {
  height: 100%;
}
.contact__address {
  width: 100%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  border-left: none;
  padding: 26px 26px;
}
.contact__icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 1px #fff;
  text-align: center;
  padding: 12px;
  margin-right: 15px;
  margin: 0 auto 0 auto;
}
.contact__before {
  position: relative;
}
.contact__icon i {
  color: #fff;
  font-size: 22px;
}
.contact__before::before {
    content: "";
    background: #159eb0;
    width: 51%;
    height: 605px;
    position: absolute;
    right: 49px;
    top: 13px;
}
.contact__address a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 18px;
  word-break: break-all;
}
.contact__address p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}

#faq .card {
  border: 0;
}

#faq .card .card-header {
  border: 0;
  background: none;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  border: none;
  font-size: 18px;

  color: #222;
  padding: 20px 0;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  color: #000;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#faq .card .collapsing {
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.collapse .card-body {
  /* border-top: solid 1px #bdbdbd; */
  border-bottom: solid 1px #bdbdbd;
}
.accordion h4 {
  margin-top: 43px;
}
.im__holder {
  width: 100%;
}
.im__holder img {
  width: 100%;
}
.login__wrapp {
  border: solid 1px #9b9b9b;
  width: 100%;
  padding: 50px 0 57px;
}
.login__im {
  width: 100%;
  padding: 30px;
  background: url(../images/login.jpg) no-repeat center top;
  height: 478px;
  background-size: cover;
  /* 6th april vivek */
  margin: 0 0 0 0;
}
.login__form h2 {
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
}
.login__form a {
  color: #159eb0;
  text-decoration: underline;
}
.reg__im {
  width: 100%;
  padding: 30px;
  background: url(../images/re1.jpg) no-repeat center top;
  height: 890px;
  background-size: cover;
  margin: -79px 0 0 -31px;
}
.name__holder input[type="text"] {
  border-bottom: solid 1px #000;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  outline: none;
  margin: 10px 0 17px;
  font-size: 14px;
}
.name__holder input[type="password"] {
  border-bottom: solid 1px #000;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  outline: none;
  margin: 10px 0 50px;
  font-size: 14px;
}
.login__form {
  padding-right: 59px;
}
.account__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
}
.account__img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}
.account__holder {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding-bottom: 26px;
  border-bottom: solid 2px #d1d1d1;
  margin-bottom: 60px;
  align-items: center;
}

.account__text {
  margin-left: 16px;
}

.account__text h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.account__text span {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 300;
  display: block;
}

.account__wrapp .nav-pills .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 25px;
  line-height: 30px;
}
.account__wrapp .nav-pills .nav-link.active {
  background: #159eb0;
  border-radius: 0;
  color: #fff;
}
.account__wrapp .tab-content {
  padding-left: 50px;
  border-left: solid 1px #aeaeae;
}
.personal__text {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
}
.personal__text span {
  margin-left: 60px;
  color: #159eb0;
}
.account__form input[type="text"] {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 15px;
}
.search__holder__account {
  margin-bottom: 50px;
}
.account__form textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 15px;
  height: 164px;
}
.search__holder__account button {
  background: #faedae;
  padding: 12px 50px;
  text-align: center;
  color: #000;
  font-size: 18px;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
}
.button__account a {
  padding: 20px 15px;
  text-align: center;
  color: #000;
  display: block;
  font-size: 20px;
  background: #faedae;
}
.button__account span {
  margin-left: 20px;
}
.button__account {
  margin: 275px 0 0 0;
}
.what__box {
  width: 100%;
  position: relative;
  margin-bottom: 50px; 
}
.what__box img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 37px;height: 350px;
}
.what__box h2 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.what__box p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.button__readmore {
  width: 60px;
  height: 60px;
  background: #fff;
  border: solid 1px #9b9b9b;
  border-radius: 100%;
  display: block;
  padding: 21px;
  margin-left: auto;
  margin-top: 39px;
  position: relative;
}
.button__readmore:hover {
  border: solid 1px #9b9b9b;
}
.button__readmore i {
  color: #000;
}
.button__readmore a:focus {
  border: solid 1px #9b9b9b !important;
}
.what__box::before {
  content: "";
  background: #9b9b9b;
  width: 100%;
  position: absolute;
  bottom: 29px;
  height: 1px;
}

.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  padding: 0 50px;
}
#carousel-thumbs img:hover {
  opacity: 100%;
}

#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
}
#carousel-thumbs .selected img {
  opacity: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

.carousel-fullscreen-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.carousel-fullscreen-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.pause .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}
.pause .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
#lightbox-container-image img {
  width: auto;
  max-height: 520px;
}
.binding__wrapp {
  margin: 57px 0 0 0;
}
.binding__wrapp h2 {
  font-size: 36px;
  color: #000;
  font-weight: 300;
  margin-bottom: 35px;
}
.binding__wrapp p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.upload__wrapp {
  width: 100%;
  background: #fff;
  padding: 80px 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-bottom: 0px;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: 0px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  outline: none !important;
  cursor: pointer;
  text-align: center;
  font-size:12px;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
    font-size:20px;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 2px;
  left: 49%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;

  border-radius: 50%;
  background-color: #159eb0;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d9d9d9;
  border: solid 1px;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #159eb0;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
  height: 100% !important;
}

.multisteps-form__panel {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  display: none;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  display: block;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form {
  width: 100%;
}
.padd__holder {
  padding: 0px 0px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*these two are set to not display at start*/
.imgupload.ok {
  display: none;
  color: green;
  text-align: center;
}
.imgupload.stop {
  display: none;
  color: red;
  text-align: center;
}

/*this sets the actual file input to overlay our button*/
.fileup {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width: 310px;
  cursor: pointer !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 126px;
  top: 217px;
}

#btnup {
  width: 100%;
  background: #faedae;
  display: block;
  /* 6th april vivek */
  margin: 15px auto 15px auto; 
}

/*switch between input and not active input*/
#submitbtn {
  padding: 5px 50px;
  display: none;
}
#fakebtn {
  padding: 5px 40px;
}

/*www.emilianocostanzo.com*/
#sign {
  color: #1e2832;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 0px #1e2832;
  transition: all.3s;
}
#sign:hover {
  color: #1e2832;
  text-shadow: 0px 0px 5px #1e2832;
}
#namefile {
  color: #5c5c5c;
  text-align: center;
  margin: 15px 0;
}
.all__holder {
  width: -webkit-fill-available;
  padding: 30px 0 40px;
  border: solid 1px #d2d2d2;
  border-radius: 5px 5px 5px 5px;
}
.all__holder h6 {
  text-align: center;
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 20px;
}
#namefile span {
  color: #0075ff;
  font-size: 18px;
}
.next__button {
  padding: 10px 30px;
  background: #faedae;
  border: none;
}
.conv {
  text-align: center;
  margin: 20px 0;
  color: #000;
}
.document__details {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.document__details h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  margin: 0;
}
.document__details h3 span {
  text-transform: capitalize;
  color: #19bed4;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}

.document__details table td {
  padding: 16px 20px!important;
}

.document__detailsone {
  padding-top: 16px;
}


.table-striped td {
  font-size: 16px;
  border: none;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background: #f0feff;
}

.document__detailsone h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  /*padding-left: 20px;*/
}

.Select_type {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 25px;
}

.check__holder {
  border-right: solid 1px #d9d9d9;
  padding: 20px 20px;
  text-align: center;
}

.custom-control-label::before {
  top: -1px;
  left: -1.5rem;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border: 3px solid #159eb0;
}

.custom-radio {
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    border: 2px solid #007bff;
  }
  .custom-control-label:hover.custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0, 117, 201, 0.6);
  }

  .custom-control-label::after {
    top: 0.4rem;
    left: -1.25rem;
    width: 1rem;
    height: 1rem;
  }

  .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #007bff;
    border-radius: 50%;
    border: 2px solid white;
  }
}

.custom-control-label {
  padding-left: 18px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.custom-checkbox {
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    border: 3px solid #159eb0;
  }
  .custom-control-label:hover.custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0, 117, 201, 0.6);
  }
  .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%23007bff' stroke='%23007bff' stroke-width='1'/%3e%3c/svg%3e ");
  }

  .custom-control-label::after {
    top: -1px;
    left: -25px;
    width: 2rem;
    height: 2rem;
  }

  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
  }

  .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e9ecef;
  }

  .custom-control-input:disabled:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%239ca0b1' stroke='%239ca0b1' stroke-width='1'/%3e%3c/svg%3e ");
  }
}

.ordersummary__wrapp {
  background: #fff;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.ordersummary__wrapp h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.border-solid th {
  border: none;
  color: #5c5c5c;
  padding: 0.5rem 0;
}
.border-solid td {
  border: none;
  color: #5c5c5c;
  padding: 0.5rem 0;
}
.total__holder {
  border-top: solid 1px #d2d2d2;
  padding: 15px 0 0 0;
  width: 100%;
  display: flex;
}
.total__holder h3 {
  font-size: 24px;
  font-weight: 700;
  color: #159eb0;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.document__detailsone .card-header {
  background: #f0feff;
  display: flex;
  flex-wrap: nowrap;
}
.document__detailsone .card {
  margin: 0 0 20px;
  border: none;
}
.searche__wrapp select {
  outline: none;
  color: #8f8f8f;
  /* border: solid 1px #159eb0; */
  border: solid 1px #b3b3b3;
  height: 50px;
  border-radius: 0px;
}
textarea {
  border: solid 1px #b3b3b3;
  border-radius: 0px; 
}
.custom-select:focus {
    border: solid 1px #159eb0;
    box-shadow: 0 0 0 .2rem #159eb045;
    outline:0;
}
.searche__wrapp input[type="text"] {
  width: 100%;
  outline: none;
  color: #000;
  border: solid 1px #d2d2d2;
  height: 50px;
  padding: 0 15px;
}
.qty-container .btn-light {
    border: solid 1px #b3b3b3 !important;
}
.qty-container .input-qty {
    border: solid 1px #b3b3b3 !important;
}
/*--------------------------*/
.qty-container {
  display: flex;
  align-items: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
  height: 60px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid transparent;
  outline: none;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  background: none;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}
#add-button {
  padding: 15px 60px;
  color: #000;
  text-align: center;
  font-size: 16px;
  background: #faedae;
  margin-bottom: 50px;
}
.binding__details {
  width: 100%;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.bin__holder {
  width: 100%;
  margin: 20px 0 0 0;
}

.ddone img {
  width: 100%;
  margin-bottom: 10px;
}
.spine__holder {
  display: flex;
  /* 6th april vivek */
  flex-wrap: wrap;
}
.printing__wrapp {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.printing__Details {
  border: solid 1px #d8d8d8;
  margin-bottom: 30px;
}
.printing__Details p {
  border-bottom: solid 1px #d8d8d8;
  margin: 0;
  padding: 7px 7px;
}
.printing__Details span {
  padding: 7px 7px;
  display: block;
}
.printing__Details .table thead th {
  border: none;
  font-size: 14px;
}
.printing__Details .table th {
  border: none;
}
.printing__Details .table {
  margin-bottom: 0px;
}
.sub_total {
  border-top: solid 1px #d8d8d8;
  padding: 7px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_total h4 {
  font-size: 20px;
  font-weight: 700;
  color: #159eb0;
  margin: 0;
}
.sub_total h5 {
  font-size: 20px;
  font-weight: 700;
  color: #159eb0;
  margin: 0;
  margin-left: auto;
}
.edit__wrapp {
  text-align: right;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.edit__wrapp .fa-pen-to-square {
  font-size: 20px;
  color: #159eb0;
}
.colo__holder {
  font-size: 32px;
  font-weight: 500;
  color: #159eb0;
  margin-bottom: 25px;
  width: 100%;
  display: block;
}
.proceed {
  width: 100%;
  padding: 15px 30px;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #faedae;
  color: #000;
  margin-top: 30px;
}

/* testimonial */

.name__testimonial {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.name__testimonial .testimonial {
  width: 66px;
  height: 66px;
  border-radius: 100px;
}
.name__testimonial .testimonial img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 100px;
}
.heading__tes {
  margin-left: 10px;
  width: 100%;
  max-width: 126px;
}
.heading__tes h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  border-bottom: solid 3px #159eb0;
  padding-bottom: 5px;
}

/* image zoom */
.container-enlarge {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.container-enlarge > img {
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}
.container-enlarge span {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.container-enlarge:hover span {
/* 6th april vivek */
  top: -200px;
  left: 450px;
  width: 400px;
}
.zoom-area {
  max-width: 390px;
  margin: 50px auto 80px;
  font-size: 19px;
  color: #999;
}

.accicononere .fa-trash {
  color: #e92029;
  margin: 3px 10px;
}

.offcanvas-active {
  overflow: hidden;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.offcanvas {
  width: 100%;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.2s;
}

.offcanvas .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.chat__holder img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.sender-name {
  color: #000;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 54, 126, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.vertical-timeline {
  width: 100%;
  position: relative;
  /*padding: 1.5rem 0 1rem;*/
}

.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 135px;
  height: 100%;
  width: 4px;
  background: #e9ecef;
  border-radius: 0.25rem;
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 128px;
}

.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.vertical-timeline-element-content p{margin-left: 67px;}

.badge-dot-xl {
  width: 18px;
  height: 18px;
  position: relative;
}

.badge:empty {
  display: none;
}

.badge-dot-xl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 0.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  background: #fff;
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 90px;
  font-size: 0.8rem;
}

.vertical-timeline-element-content .timeline-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 2px 0 0;
  font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  position: absolute;
  left: -90px;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #adb5bd;
  font-size: 0.7619rem;
  white-space: nowrap;
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}
.widget-area {
  background-color: #fff;

  position: relative;
  width: 100%;
}

.status-upload {
  background: none repeat scroll 0 0 #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;

  width: 100%;
}

.status-upload form {
  width: 100%;
}

.status-upload form textarea {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #777777;

  font-size: 14px;
  height: 142px;
  letter-spacing: 0.3px;
  padding: 20px;
  width: 100%;
  resize: vertical;
  outline: none;
  border: 1px solid #f2f2f2;
}

.status-upload ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 15px;
  width: auto;
}

.status-upload ul > li {
  float: left;
}

.status-upload ul > li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #777777;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 30px;
  cursor: pointer;
}

.status-upload ul > li > a:hover {
  background: none repeat scroll 0 0 #606060;
  color: #fff;
}

.status-upload form button {
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;

  font-family: Lato;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-right: 9px;
  margin-top: 9px;
  padding: 6px 15px;
}

.dropdown > a > span.green:before {
  border-left-color: #2dcb73;
}

.status-upload form button > i {
  margin-right: 7px;
}

.my-holder .card-header {
  width: 100%;
}

.accicononere {
  width: 25px;
  margin-left: auto;
  display: flex;
  margin-top: -36px;
  margin-right: 50px;
}

.collapse {
  padding-top: 20px;
}

/* vishal */

/* thank you */

.thinkyou__wrapp {
  padding: 80px 0;
}

.thank__holder {
  padding: 40px;
  background-color: rgb(255, 255, 255);
  width: auto;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.thank__holder h2 {
  font-size: 40px;
  text-align: center;
  color: #000;
  margin: 40px 0 0 0;
  font-weight: 700;
}

.thank__holder p {
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-top: 15px;
}

.home {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #00b050;
  color: #000;
  margin: 30px auto 0 auto;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
}

.thinkyou__wrapp table {
  width: 100%;
}

.thinkyou__wrapp table th {
  padding: 10px;
}

.thinkyou__wrapp table td {
  padding: 10px;
  border: solid 1px #f0f4f5;
}

/* drag and drop file */

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.extra-progress-wrapper .progress {
  background: #faedae;
}

.panel-body .dropzone {
  width: 100% !important;
  padding: 15px;
}

.modal-dialog {
  background: #fff;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  isolation: isolate;
}

.chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list a.d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}

.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.msg-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

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

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}

.msg-body ul li.sender:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.msg-body ul li.repaly:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #159eb0 transparent;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

.msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #159eb0;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}

.time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

li.repaly .time {
  margin-right: 20px;
}

.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}

.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.send-box {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.send-box .form-control {
  display: block;
  width: 85%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
  border: none;
  background: #3867d6;
  padding: 0.375rem 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 24%;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;
  margin-left: 5px;
}

.add-apoint a {
  text-decoration: none;
  background: #f6f7fa;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}

.add-apoint a svg {
  margin-right: 5px;
}

.chat-icon {
  display: none;
}

.closess i {
  display: none;
}

@media (max-width: 767px) {
  .chat-icon {
    display: block;
    margin-right: 5px;
  }

  .chatlist {
    width: 100%;
  }

  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }

  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  .send-box button {
    width: 28%;
  }

  .send-box .form-control {
    width: 70%;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }

  .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

.next__buttonone {
  padding: 10px 30px;
  background: #faedae;
  border: none;
  display: flex;
}

#submit {
  color: #ffffff;
  font-size: 15px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  border: none;
  margin: 15px 0 0 0;
}

#submit:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.app__text textarea {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin: 15px 0 0 0;
}

.app__text form {
  display: none;
}

.button_wrapp {
  display: flex;
  margin: 15px 0 0 0;
}

/* approve */

.approve__wrapp {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.preview__holder {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.im__holder {
  width: 100px;
  height: 100px;
}

.im__holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pdfPreview {
  width: 150px;
  height: 100px;
}

#pdfPreview {
  width: 50px;
  height: 150px;
  overflow: hidden;
  /* Hide the parts of the iframe that overflow */
  position: relative;
}

#pdfPreview iframe {
  position: absolute;
  top: -75px;
  /* Adjust these values to focus on a specific part of the PDF */
  left: -225px;
  border: none;
}

#pdfPreview {
  width: 150px;
  height: 150px;
  overflow: hidden;
  /* Hide the parts of the iframe that overflow */
  position: relative;
}

#pdfPreview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  /* Match the width of the container */
  height: auto;
  /* Auto-adjust the height */
  transform: scale(0.25);
  /* Scale down the PDF to fit the width */
  transform-origin: top left;
  /* Anchor the scaling to the top left */
  border: none;
}

.preview__holder a {
  margin: 18px 0 0 0;
  font-size: 20px;
  display: block;
  text-align: right;
  flex: auto;
}

.app__text {
  margin-left: 15px;
}
.app__text button {
  background: #159eb0;
  border: solid 1px #159eb0;
}
.ulaa {
  width: 150px;
  height: auto;
}
.ulaa img {
  width: 100%;
  height: 100%;
}
.app__text h3 {
  font-size: 18px;
}
.button_wrapp button {
  margin: 18px 10px 0 0;
  height: 40px;
}

/* File Upload CSS Start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

.file-input__btn {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  aspect-ratio: 1/1;
  max-width: 360px;
  display: grid;
  place-items: center;
}

.file-input__btn.active {
  border: 2px dashed green;
}

.file-input__btn i {
  font-size: 40px;
    margin-bottom: 16px;
    color: #159eb0;
}

.dropbox__progress-bar {
  width: 0;
  height: 20px;
  background-color: #4caf50;
  margin-top: 10px;
}

/* .dropbox__preview img {
                  max-width: 100%;
                  max-height: 200px;
                } */

.dropbox__preview {
  aspect-ratio: 1/1;
  max-width: 360px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  display: none;
}

.dropbox__preview iframe {
  width: 100%;
  height: 100%;
}

.dropbox__preview .dropbox__btn--preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
  border: 0;
  color: rgb(231, 6, 6);
  font-size: 20px;
}

.dropbox-container {
  width: min(100%, 270px);
  margin-inline: auto;
  margin-top: 4rem;
}

.file-input-wrap {
  position: relative;
}

.file-input {
  position: absolute;
  visibility: hidden;
}

.error-text {
  font-size: 15px;
  color: rgb(209, 5, 5);
  display: block;
  margin-top: 8px;
  display: none;
  text-align: center;
}
.dropbox__preview::before {
  content: "";
  aspect-ratio: 1/1;
  max-width: 360px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.dropbox__preview .dropbox__btn--preview-close {
    background-color:red;
  position: absolute;
    top: 0.75rem;
    left: auto;
    right: 0.75rem;
    /* transform: translate(-50%, -50%); */
    border: 0;
    color: #ffffff;
    font-size: 20px;
    z-index: 10;
}

/* File Upload CSS Stop */

.link--dev-src {
  color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.link--dev-src:hover {
  color: #fff;
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: -66px;
  z-index: 1040;
}

.breadcrumb {
  justify-content: center;
}

.owl-dots {
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
}

.owl-dots .owl-dot.active {
  background-color: #159eb0;
}

.owl-dots .owl-dot:not(:last-child) {
  margin-right: 8px;
}

.main__banner .owl-dots .owl-dot {
  background-color: #fff;
}

.main__banner .owl-dots .owl-dot.active {
  background-color: #159eb0;
}

.main__banner .owl-dots {
  position: absolute;
  bottom: 32px;
  z-index: 50;
}

.form-control {
  border: 1px solid #b3b3b3!important;
  color: #000!important;
  border-radius: 0!important;
  font-size: 17px!important;
  font-family: "Josefin Sans", sans-serif!important;
}

input, textarea, select, button {
  font-family: "Josefin Sans", sans-serif!important;
}

.form-control::placeholder {
  font-size: 17px!important;
}

.blog-grid {
  row-gap: 16px;
}

.testimonial-profile {
  display: flex;
  column-gap: 16px;
  align-items: center;
  position: absolute;
  bottom: 12px;
}

.testimonial-profile .testimonial-profile__avatar {
  width: 50px;
    height: 50px;
    background-color: #159eb0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.testimonial-profile h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  line-height: 1;
}

.testimonial-profile p {
  margin: 0;
    line-height: 1;
    font-weight: 400;
    color: #159eb0;
}

.slide-item {
  height: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.owl-prev {
  left: 12px;
}

.owl-next {
  right: 12px;
}

.main__banner .owl-carousel,
.main__banner .owl-stage-outer,
.main__banner .owl-stage,
.main__banner  .owl-item {
  height: 100%;
}

.map-section {
  margin-top: 40px;
}

.map-section .map__holder {
  height: 450px;
}

.contact-section .form__contacthome {
  padding: 0 150px 0 0;
}

.highlighted-info-box {
  background-color: #f6f6f6;
  padding: 20px 20px 20px 24px;
  margin-top: 20px;
  border-left: 4px solid #159eb0;
}

.highlighted-info-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.highlighted-info-box ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.helper-text {
  text-align: center;
  display: block;
  color: #444;
  margin-top: 20px;
  margin-bottom: 4px;
}

.ext-link {
  text-align: center;
}

.ext-link a {
  color: #1cc0d6;
  text-decoration: underline;
  /* text-align: center; */
  text-underline-offset: 4px;
}

.ext-link a:hover {
  color: #159eb0;
}

@media (max-width: 767px) {
  .map-section .map__holder {
    height: 360px;
  }
}

/* --- Price Page --- */
.table-wrap:not(:last-child) {
  margin-bottom: 60px;
}

.table-wrap h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.table-wrap .content-box {
    margin-top: 30px;
}

.table-wrap .content-box h6 {
    font-weight: 700;
}

.table-wrap th {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.table-wrap th,
.table-wrap td {
    border: 1px solid #ddd;
}

.table-wrap .table td {
  text-align: center;
}

.table-wrap .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ddd;
    border-width: 1px;
}

.bg-highlight {
    background-color: rgb(255, 255, 109)!important;
}

.register-form .name__holder input {
  margin: 0;
}

.register-form .form-group {
  margin-bottom: 32px;
}

.image__box__banner {
  width: 100%;
  height: 100%;
}

/* --- My Account Page --- */
.doc-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.doc-placholder {
  padding: 40px 24px;
  background-color: #f1f1f1;
  border-radius: 12px;
}

.doc-placholder img {
  max-width: 72px;
}

.doc-placholder h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.preview__holder .btn {
  font-size: 14px;
  padding: 12px 20px;
  line-height: 1;
}

.my-account-drop .my-account__profile-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #159eb0;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 1;
}

.my-account-drop .my-account__text {
  font-size: 16px;
  color: #000;
  padding-left: 12px;
}

.my-account-drop .dropdown-toggle {
  background-color: transparent;
  border: 0;
}

.help-ticket-offcanvas .msg-footer {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

.help-ticket-offcanvas .msg-footer .form__field {
  position: relative;
}

.help-ticket-offcanvas .msg-footer textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 16px 50px 16px 16px;
  border-radius: 8px;
  height: 60px;
  font-size: 15px;
}

.help-ticket-offcanvas .msg-footer [type="submit"] {
  position: absolute;
  top: 30px;
  right: 26px;
}

.btn-primary {
  border-color: #159eb0!important;
  background-color: #159eb0!important;
}

.help-ticket-offcanvas {
  width: 30%;
}

.help-ticket-offcanvas .msg-body {
  height: calc(100vh - 120px);
  overflow-y: auto;
}

.btn--open-chat {
  background-color: #ccf9ff;
  color: #159eb0;
  border-color: transparent;
  padding: 2px 10px;
}

.btn--open-chat:hover {
  color: #096975;
}

/*6th April Vivek*/
#synopsis_binding_cover_design_file{
    margin-top:20px;
}
.subscribe__form{
    flex-direction: column;
    gap: 10px;
}
.subscribe__form input[type="text"] {
    width: 100%;
}
.subscribe__form input[type="submit"] {
    padding: 10px 20px;
}
.ourservices img {
    max-height: 469px;
    object-fit: cover;
    min-width: -webkit-fill-available;
}
.searche__wrapp input[type="email"] {
    width: 100%;
    outline: none;
    color: #000;
    border: solid 1px #d2d2d2;
    height: 50px;
    padding: 0 15px;
}
.cover_page_preview{
    display: none;
}
#step-6 h2 {
    font-size:1.5rem;
}
.profile-edit-btn, .profile-update-btn {
    width: fit-content;
}
#synopsis_upload {
        max-width: fit-content;
}
.form-check-input{
    display:none;
}
.form-check-label{
    display: inline-block;
    padding:8px 22px;
    background-color: transparent; 
    color:#159eb0;
    cursor:pointer;
    border:1px solid #159eb0;
}
.form-check-input:checked + .form-check-label {
    background-color: #159eb0; 
    color:white;
    outline: 1px solid #159eb0;
    outline-offset: 2px;
}
.image-radio-label {
    position: relative;
    padding: 4px !important;
    margin:4px;
}
.form-check-input:checked + .image-radio-label div {
    color: white;
}
.image-radio-label div {
    color: #159eb0;
    text-align: center;
    margin-top:4px;
}

.image-zoom-viewer{
    height: 100vh;
    display: none;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position:fixed;
    right: 0;
    top:0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
    padding:10px;
}
#image-zoom {
    margin-top:auto;
    height: 100%;
}
.horizontal_line{
    height: 2px;
    width: 261px;
    margin: 0px auto 37px auto;
    background-color: #159eb0;
}
.btn-container .col-6 {
    flex: none !important;
    width: auto !important;
}
.hard_binding_cover_design_upload{
    padding:20px;
}
.soft_binding_cover_design_upload{
    padding:20px;
}
.all__holder{
    cursor: pointer;
}
.fileup{
    display: none;
}

#next_step_2{margin-right: 20px;}
.multisteps-form > .row{margin-right: 0; margin-left: 0;}
select option {
  font-family: "Roboto", sans-serif;
  line-height: 1.8em !important;
  padding: 12px 10px !important;
  min-height: 50px !important;
  height: 20px !important;
  margin: 10px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.about-card > div{padding-top: 40px;}



.feedback-modal-main{background: rgba(0,0,0,.6);}
.feedback-modal-main .modal-dialog{background: transparent;}
.feedback-modal-main .modal-content{background: #fff;}
.feedback-modal-main .close{position: absolute; right: 5px; top: 10px;}
.feedback-modal-main .modal-header{flex-wrap: wrap; border: 0; background: #eee;}
.feedback-modal-main .modal-header p{margin: 0; font-size: 14px;}
.rating-radio-area{display: flex; justify-content: center; gap: 10px;}
.rating-radio-area .form-check{padding: 0;}
.rating-radio-area .form-check label{border-color: #1faf01; line-height: 1;}
.rating-radio-area .form-check label i{color: #1faf01; font-size: 20px;}
.rating-radio-area .form-check .form-check-input{visibility: visible; background: #d0cccc; width: 100%; height: 100%;  border-radius: 0; margin: 0; appearance: none; display: block;  opacity: 0; z-index: 1;}
.rating-radio-area input[type="radio"]:checked+label i::before{font-weight: 900; color: #fff;}
.rating-radio-area .form-check-input:checked + .form-check-label, .rating-radio-area.add .form-check-label{ background-color: #1faf01; color: white;  outline: 0;  outline-offset: 0; border-color: #1faf01;}
.rating-radio-area.add .form-check-label i::before{font-weight: 900; color: #fff;}
.rating-radio-area.add .form-check.active ~ div .form-check-label{background-color: #fff; border-color: #1faf01;}
.rating-radio-area.add .form-check.active ~ div .form-check-label i::before{font-weight: 400; color: #1faf01;}

.rating-area{ margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: nowrap; gap: 10px;}
.rating-area li{display: inline-block; }
.rating-area li i{color: #1faf01; font-size: 18px;}
.rating-area li.active i::before{font-weight: 900;}

.team-item {text-align: center;}
.team-item .image-area{width: 100%; height: 370px; border: 5px solid #ccc; box-sizing: border-box; border-radius: 5px;}
.team-item .image-area img{width: 100%; height: 100%; object-fit: cover;}
.team-item a{display: block; text-align: center; margin: 10px 0 0; padding: 0 30px 0 5px; position: relative;}
.team-item a::after{content: '\f061'; position: absolute; top: 0; right: 0; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #2b2b2b; }
.team-item a h4{font-size: 17px; text-align: left; margin: 0;}
.team-item a:hover h4{text-decoration: underline;}


.team-modal .content-area h6{font-size: 24px; text-decoration: underline; margin-bottom: 12px;}
.btn-same{min-width: 230px; padding: 8px 10px; text-align: center;}

