.tm-bredcurm {
    text-align: center;
}
.heading1.leftbd p {
    font-weight: 800;
}
.app-card {
    display: none;
}

.new-bredcurm {
    text-align: center;
}
.choose-packages-box .column strike {
    font-size: 16px;
}

.provisonal-section h1 {
    text-align: center;
}
.brandName img {
    height: 51px !important;
}
.menu-drop {
  opacity: 0;
  pointer-events: none;
}

.menu-item:hover .menu-drop {
  opacity: 1;
  pointer-events: auto;
}

.holiday-bg {
  background: url("../images/valentines_background.svg") center center no-repeat;
  object-fit: cover;
  background-size: 100%;
  background-color: #ffffff;
  /* min-height: 510px; */
}

.small-screen-vday {
  color: #f49569;
}

.small-screen-vday2 {
  color: #e57775;
  font-weight: bold;
}

.wave {
  display: none;
}

/* Trademark International Filling CSS*/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.reg-countries-box-main div {
  font-size: 14px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 800px;
  max-height: 420px;
  position: absolute;
}

.right-section > ul > li {
  border-right: none !important;
}

li.right-ul-list-li {
  font-size: 14px;
  padding-top: 8px !important;
  padding-bottom: 10px !important;
  border-right: none;
}

@media (max-width: 767px) {
  .right-section > ul > li a {
    border-right: none !important;
  }

  li.right-ul-list-li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .logo-div img {
    max-height: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1600px) {
  .holiday-bg {
    background-image: none;
    background-color: #f8fafe;
  }

  .wave {
    display: block;
  }

  .small-screen-vday {
    color: #4380ec;
  }

  .small-screen-vday2 {
    color: black;
    font-weight: 500;
  }
}

@media (max-width:767px) {
    .brandName img {
    width: 100% !important;
    height: 60px !important;
}
}


/*Contact Us Page CSS*/
.contactus-section {
    padding: 100px 0;
    padding-bottom: 0;
}

.heading1 p {
    font-size: 20px;
}

.contactus-section .cont-sec h4 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 700;
}

.contactus-section .cont-sec a {
    font-size: 16px;
    font-weight: 600;
    color: #0071bc;
}

.contactus-section label {
    color: black;
    font-size: 12px;
    padding:10px 0;
}

.contactus-section input, .contactus-section textarea {
    margin: 10px 0;
}

.contactus-section input{
    height:45px;
}

.contactus-section .btn {
    background: #0071bc;
    color: white;
    padding: 15px 40px !important;
    font-weight: 600;
}

.contactus-section textarea {
    height: 150px !important;
}

.contactus-section .cont-sec .fflex {
    padding: 5px 0;
}
h1.Footer-logo img {
    width: 220px;
    margin-left: 30px;
}
