.style1 {
  border-right-width: 0px;
  border-top-right-radius: 0.01rem;
}
.style2 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .style1 {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.01rem;
  }
}

/* input.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
} */

/* tooltip styling */

.tooltip {
  position: relative;
  display: inline-block;
}

.upload-btn {
  color: rgb(255, 255, 255);
  background: rgba(48, 48, 48, 0.7);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#imgupld {
  display: none;
}

.imageform {
  margin-top: -21px;
}

.divnegmargin {
  margin-top: -41px;
}

@media (max-width: 1400px) {
  .divnegmargin {
    margin-top: -41px;
  }
}

/* .borderdotted {
  border: 2px dotted #ded9d9;
} */

.borderdotted:hover {
  border: 2px dotted #ebe7e7;
}

.text-uppcase {
  text-transform: capitalize;
}

.style3 {
  margin-bottom: 3px;
}

.style4 {
}

.style5 {
}

.fileupload-img {
}

.fileupload-img {
}

.cus_btn1 {
  width: 110px;
  height: 37.5px;
}

.colspacerheight {
  height: 75px;
}

.colmaxHeight {
  height: 25px;
}

.inpcalcboxsize {
  width: 35%;
}

.cellheight {
  height: 25px;
}

/* Home hero page top styling*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding-top: 19px;
  padding-bottom: 60px;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.post-resume-btn1 {
}

.watchvideobox {
  height: 450px;
}

@media (max-width: 992px) {
  .watchvideobox {
    height: 451px;
  }
}

@media (max-width: 576px) {
  .watchvideobox {
    height: 350px;
  }
}

.bg-transparent {
  z-index: 2000;
}

.style6 {
  font-size: 0px;
  line-height: 0.3;
  font-family: sans-serif;
}

.h1-modify {
  font-size: 30px;
}

.test-input-long {
  width: 233px;
}

.btn-modify-1 {
  width: 100px;
}

.style7 {
  margin-top: -13px;
}

.style8 {
}

.style9 {
  width: 232px;
  height: 200px;
}
