.bannerWidget .containerRow .bannerContent {
    width: 100%;
    max-width: 480px !important;
  }
  
  
  .form-group {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 20px;
  }
  
  
  .form-group .map-input {
    width: 100%;
    display: block;
    height: 45px;
    padding: 0 20px;
  }
  
  .delete-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
  
    justify-content: center;
  }

  
  
  .form-control {
    width: 100%;
    border: none;
    font-size: 12px;
    cursor: default;
  }
  
  .form-control::placeholder {
    color: #000000;
  }
  
  .form-control::-ms-input-placeholder {
    color: #000000;
  }
  
  .form-control:focus {
    border: none;
    outline: none;
  }
  
 
  @media (max-width: 767px) {
    
  
    .bannerWidget .tabNavRow a {
      height: 35px;
    }
  
    .bannerWidget .searchWidget {
      /* padding: 10px 10px; */
      position: relative;
    }
  
    .front-category-title {
      font-size: 18px;
    }
  }
  
  @media (max-width: 400px) {
    .locationModal .locationRow {
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media only screen and (max-width:500px) {
  
    html,
    body {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      overflow-x: hidden;
    }
  }
  
  .bannerContent {
    overflow: hidden;
  }
  
  .headerWidget {
    z-index: 999999 !important;
  }
  
 
  
  #address-map-container {
    border-radius: 13px;
    overflow: hidden;
  }
  
  
  .form-group {
    background: #fff;
  }
  
  .text-secondary,
  .text-secondary2 {
    font-size: 12px;
  }
  
  @media only screen and (max-width:724px) {
  
   
    .bannerWidget .containerRow .bannerImage {
      margin-bottom: 0 !important;
    }
  
    .map-search {
      left: 10% !important;
      top: 9% !important;
      width: calc(100% - 10% - 40px) !important;
    }
  
    .confirm-location {
      width: 100%;
    }
  }
  
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FEB51B;
    border-radius: 12px;
    height: 10px;
    -webkit-border-radius: 12px;
    background: #FEB51B;
  }
  
  .bannerImage {
    height: 100% !important;
  }
  
  
  .gm-style-mtc button {
    display: none;
  }
  
  
  .askAboutDropInputChange {
    background: #feb51b;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 13px;
    float: right;
    margin-top: 10px;
  }
  
  
  /* code by ab siddique  */
  .testimonials b {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .picker-wrapper {
    height: 140px !important;
  }
  
  .picker-scroller .option {
    position: relative !important;
  }
  
  
  .bannerWidget .templateContainer {
    padding: 60px 60px;
    margin: 0 50px;
    border-radius: 14px;
  }
  
  .bannerWidget .containerRow .bannerContent {
    background-color: white;
    height: 100%;
    border-radius: 14px;
  }
  
  .bannerWidget .containerRow {
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (max-width: 1024px) {
    .bannerWidget .containerRow .bannerImage {
      width: 100%;
      order: 1;
      margin-bottom: 30px;
      padding-left: 0;
      padding-top: 0;
      opacity: 1;
    }
  
    .bannerWidget .containerRow .bannerContent {
      margin: 0 auto;
    }
  }
  
  @media (max-width: 900px) {
    .bannerWidget .templateContainer {
      padding: 30px;
      margin: 0 5px;
    }
  }
  
  .noteWidget {
  
    padding: 0 80px;
    position: relative;
  
  }
  
  
  .noteWidget .noteWidgetRow h1 {
    font-size: 25px;
    /*font-style: italic;*/
    font-weight: 700;
    color: var(--blck);
    /* margin-bottom: 20px; */
    padding-top: 60px;
    /* padding-left: 0; */
  }
  
  .noteWidget .noteWidgetRow h1 span {
    background-color: rgb(250, 183, 11);
    font-size: 30px;
    /*font-style: italic;*/
    font-weight: 700;
    color: var(--blck);
    margin-bottom: 20px;
    padding: 3px;
  }
  
  .noteWidget .noteWidgetRow .content p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: small;
  }
  
  @media (max-width: 768px) {
    .noteWidget {
      padding: 0 10px;
    }
  
    .noteWidget .noteWidgetRow h1 {
      font-size: 18px;
      padding-top: 30px;
    }
  
    .noteWidget .noteWidgetRow h1 span {
      font-size: 22px;
      margin-bottom: 5px;
      padding: 1px;
    }
  
    .noteWidget .noteWidgetRow .content p {
      padding-top: 20px;
      font-family: 'outfit' 'regular';
      font-size: small;
    }
  
    .noteWidget .noteWidgetRow .content p span {
      font-weight: 700;
  
    }
  }
  
  .tabBodyH .templateContainer .templateContainer {
    padding: 0;
  }
  
  .tabBodyH .templateContainer p {
    padding-top: 20px;
    font-family: 'outfit' 'regular';
    font-size: small;
  }
  
  
  .tabBodyH .templateContainer .head {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 40px;
    z-index: 9;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* position: relative; */
  }
  
  .tabBodyH .templateContainer img {
    margin-bottom: 0;
    /* padding: 100px; */
    top: 30px;
    left: 30px;
    width: auto;
    max-width: 500px;
    /* position: absolute; */
  }
  
  @media (max-width: 767px) {
    .tabBodyH .templateContainer .templateContainer {
      padding: 0;
    }
  
    .tabBodyH .templateContainer .head {
      width: 100%;
      height: 100%;
      border-radius: 15px;
      margin-bottom: 20px;
      z-index: 9;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .tabBodyH .templateContainer img {
      margin-bottom: 0;
      padding: 40px;
      width: 100%;
      max-width: 600px;
    }
  
    .tabBodyH .templateContainer p span {
      font-weight: 700;
    }
  
  }
  
  .whyusWidget {
    padding-bottom: 0;
    padding-top: 0;
    background-color: var(--white);
    margin-top: -30px;
    margin-bottom: -20px;
  }
  
  .whyusWidget .templateContainer .templateRow {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  
  .whyusWidget .templateContainer .templateRow .wContentRow {
    max-width: 100%;
    flex: 40%;
    padding: 0;
    border-radius: 35px;
  }
  
  .whyusWidget .templateContainer h1 {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    padding-top: 50px;
  }
  
  .whyusWidget .templateContainer .templateRow .wContentRow h1 span {
    background-color: rgb(250, 183, 11);
    font-size: 19px;
    /*font-style: italic;*/
    font-weight: 700;
    color: var(--blck);
    margin-bottom: 20px;
    padding: 3px;
    font-style: italic;
  }
  
  .whyusWidget .templateContainer h1 span {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    /* padding-top: 60px; */
  }
  
  .whyusWidget .templateContainer .templateRow .wContentRow p {
    font-weight: var(--regular);
    font-size: 16px;
    color: var(--blck);
    font-family: 'outfit' 'regular';
    font-size: medium;
  }
  
  .whyusWidget .wContentRow3 .templateContainer,
  .whyusWidget .wContentRow2 .templateContainer {
    display: flex;
    gap: 10px;
  }
  
  .whyusWidget .wContentRow3 .templateContainer .column,
  .whyusWidget .wContentRow2 .templateContainer .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .whyusWidget .wContentRow3 .templateContainer .column .photo img,
  .whyusWidget .wContentRow2 .templateContainer .column .photo img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 350px;
    border-radius: 15px;
    object-fit: cover;
  }
  
  .whyusWidget .wContentRow .templateContainer {
    padding: 0;
  }
  
  
  
  
  @media only screen and (max-width: 768px) {
    .whyusWidget .templateContainer .templateRow .wContentRow {
      flex: 100%;
      max-width: 100%;
    }
  
    .whyusWidget .wContentRow3 .templateContainer .column {
      display: none;
    }
  
    .whyusWidget .templateContainer h1 {
      font-size: 20px;
      padding-top: 40px;
      text-align: center;
      border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
    }

    .whyusWidget .templateContainer .templateRow .wContentRow h2 {
        font-weight: 300;
    }
  
    .whyusWidget .templateContainer .templateRow .wContentRow h1 span {
      font-size: 20px;
      width: 100%;
      align-items: center;
    }
  
    .whyusWidget .templateContainer .templateRow .wContentRow p span {
      font-weight: 700;
    }
  
  }
  
  @media (min-width: 768px) {
    .whyusWidget .templateContainer h1 span {
      border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
    }
  
    .whyusWidget .wContentRow2 .templateContainer .column {
      display: none;
    }
  }
  
  
  .placeWidget {
    padding-bottom: 0;
    padding-top: 0;
    background-color: var(--white);
    margin-top: -30px;
    margin-bottom: -20px;
  }
  
  .placeWidget .templateContainer {
    padding-right: 80px;
    padding-left: 80px;
  }
  
  .placeWidget .templateContainer .templateRow {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  
  .placeWidget .templateContainer .templateRow .wContentRow {
    max-width: 100%;
    flex: 40%;
    padding-top: 25px;
    padding-right: 10px;
    border-radius: 35px;
  }
  
  .placeWidget .templateContainer h1 {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    padding-top: 50px;
  }
  
  .placeWidget .templateContainer h1 span {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    /* padding-top: 60px; */
  }
  
  
  .placeWidget .wContentRow .templateContainer {
    padding: 0;
  }
  
  .placeWidget .templateRow .wContentRow .card-container {
    display: flex;
    flex-direction: column;
  }
  
  .placeWidget .templateContainer .bannerImage .card-container {
    display: flex;
    align-items: center;
    padding: 50px;
  }
  
  .placeWidget .templateRow .wContentRow .card-container .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 16px;
    height: auto;
    width: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  
  .placeWidget .templateContainer .bannerImage .card-container .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 16px;
    height: auto;
    width: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    text-align: center;
  }
  
  .placeWidget .templateRow .wContentRow .card-container .card img {
    width: 150px;
    height: 150px;
  }
  
  .placeWidget .templateContainer .bannerImage .card-container .card img {
    width: 500px;
    height: 300px;
    padding: 10px;
  }
  
  @media (max-width: 768px) {
    .bannerWidget .containerRow .bannerImage {
      width: 100%;
      order: 1;
      margin-bottom: 15px;
      padding-left: 0;
      padding-top: 0;
      opacity: 1;
    }
  
    .bannerWidget .containerRow .bannerContent {
      margin: 0 auto;
    }
  
    .placeWidget .templateContainer .bannerImage .card-container {
      padding: 20px;
    }
  
    .placeWidget .templateContainer .bannerImage .card-container .card {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-bottom: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding: 5px;
      align-items: center;
      text-align: center;
    }
  
    .placeWidget .templateRow .wContentRow .card-container .card img {
      width: 100%;
      height: auto;
    }
  
    .placeWidget .templateContainer .bannerImage .card-container .card img {
      width: 100%;
      height: auto;
      padding: 10px;
    }
  }
  
  .placeWidget .templateRow .wContentRow .card-container .card .card-content {
    flex: 1;
    padding: 15px;
  }
  
  .placeWidget .card h3 {
    padding-left: 5px;
    font-size: 20px;
    font-weight: 700;
  }
  
  .placeWidget .card p {
    font-size: 11px;
  }
  
  @media only screen and (max-width: 768px) {
    .placeWidget .templateContainer h1 {
      font-size: 16px;
    }
  
    .placeWidget .templateContainer h1 span {
      font-size: 16px;
    }
  
    .placeWidget .templateRow .wContentRow .card-container .card .card-content {
      padding: 10px;
    }
  
    .placeWidget .card p {
      font-size: 10px;
    }
  }
  
  @media only screen and (min-width: 999px) {
    .placeWidget .templateContainer .bannerImage {
      display: none;
    }
  }
  
  @media only screen and (max-width: 999px) {
    .placeWidget .templateContainer .templateRow {
      display: none;
    }
  }
  
  @media only screen and (max-width: 768px) {
  
    .placeWidget .templateContainer h1 {
      font-size: 20px;
      padding-top: 40px;
      text-align: center;
      border-bottom: 2px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
    }
  
  }
  
  @media (min-width: 768px) {
    .placeWidget .templateContainer h1 span {
      border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .placeWidget .templateContainer {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .placeWidget .templateContainer .templateRow .wContentRow {
      flex: 100%;
      max-width: 100%;
    }
  
    .placeWidget .templateContainer .templateRow .wContentRow:last-child {
      flex: 100%;
    }
  
    .placeWidget .templateContainer h1,
    .placeWidget .templateContainer h1 span {
      font-size: 16px;
      padding-top: 40px;
      text-align: center;
    }
  
    .placeWidget .templateRow .wContentRow .card-container .card .card-content {
      padding: 10px;
    }
  
    .placeWidget .card p {
      font-size: 10px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 999px) {
    .placeWidget .templateContainer .bannerImage .card-container {
      padding: 20px;
    }
  
    .placeWidget .templateContainer .bannerImage .card-container .card {
      width: 100%;
    }
  
    .placeWidget .templateRow .wContentRow .card-container .card {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 999px) {
    .placeWidget .templateContainer .templateRow {
      display: none;
    }
    .whyusWidget .templateContainer .templateRow .car-img img {
        display: none;
    }
  }
  
  .onedayPlan {
    padding-bottom: 0;
    padding-top: 0;
    background-color: var(--white);
    margin-top: -30px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 50px;
  }
  
  .onedayPlan .templateContainer .templateRow {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow {
    max-width: 100%;
    flex: 40%;
    padding-top: 25px;
    padding-right: 35px;
    border-radius: 35px;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow1 {
    max-width: 100%;
    flex: 40%;
    padding-top: 25px;
    padding-right: 0;
    border-radius: 35px;
  }
  
  .onedayPlan .templateContainer h1 {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    padding-top: 50px;
  }
  
  .onedayPlan .templateContainer h1 span {
    font-size: 25px;
    font-weight: 700;
    color: var(--blck);
    /* padding-top: 60px; */
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow p,
  .onedayPlan .templateContainer .templateRow .wContentRow1 p {
    font-weight: var(--regular);
    font-size: 16px;
    color: var(--blck);
    font-family: 'outfit' 'regular';
  }
  
  .onedayPlan .templateContainer .wContentRow span,
  .onedayPlan .templateContainer .wContentRow1 span {
    /* font-size: 30px; */
    font-weight: 700;
    padding-right: 10px;
  }
  
  .onedayPlan .templateContainer span {
    font-weight: 600;
    padding-right: 10px;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow h3 {
    font-family: 'outfit' 'bold';
    font-weight: 700;
  }
  
  .whyusWidget .templateContainer .templateRow .wContentRow h2 {
    font-family: 'outfit' 'bold';
    font-weight: 700;
    font-size: 16px;
  }

  .whyusWidget .templateContainer .templateRow .wContentRow h2 span {
    font-size: 20px;
    color: #feb51b;
    font-weight: 700;
    padding-right: 10px;
  }

  .onedayPlan .templateContainer .templateRow .wContentRow1 h2 {
    font-family: 'outfit' 'bold';
    font-weight: 700;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow1 h2 span {
    font-size: 20px;
    color: #feb51b;
    font-weight: 700;
    padding-right: 10px;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow img {
    width: 750px;
    max-height: 400px;
    height: 100%;
    border: 15px;
    margin-top: 50px;
  }
  
  .onedayPlan .templateContainer .templateRow .wContentRow1 img {
    width: auto;
    height: 400px;
    margin-top: -80px;
  }
  
  .onedayPlan .templateContainer .templateRow p {
    font-family: 'outfit' 'regular';
  }

  .onedayPlan .templateContainer ul {
    padding-left: 20px;
  }
  
  .tabBodyHr .templateContainer {
    width: 100%;
    padding: 0 300px;
  }
  
  @media only screen and (max-width: 999px) {
  
    .onedayPlan .templateContainer .templateRow .wContentRow,
    .onedayPlan .templateContainer .templateRow .wContentRow1 {
      flex: 100%;
    }
  
    .onedayPlan .templateContainer .templateRow .note p {
      padding: 20px;
      font-size: 16px;
      text-align: center;
    }
  
    .onedayPlan .templateContainer .templateRow .wContentRow .templateContainer {
      display: none;
    }
  }
  
  @media only screen and (max-width: 999px) {
  
    .onedayPlan .templateContainer h1 {
      font-size: 20px;
      padding-top: 40px;
      text-align: center;
      border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
      width: 100%;
    }
  
  }
  
  @media (min-width: 999px) {
    .onedayPlan .templateContainer h1 span {
      border-bottom: 7px solid hsl(35.77deg 89.66% 65.88%);
      display: inline-block;
    }
  }
  
  @media only screen and (min-width: 999px) {
    .justImg .templateContainer {
      display: none;
    }
  }
  
  @media screen and (max-width: 999px) {
    .onedayPlan {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .onedayPlan .templateContainer .templateRow .wContentRow,
    .onedayPlan .templateContainer .templateRow .wContentRow1 {
      flex: 100%;
      max-width: 100%;
      padding-right: 0;
    }
  
    .onedayPlan .templateContainer h1,
    .onedayPlan .templateContainer h1 span {
      font-size: 20px;
      padding-top: 30px;
    }
  
    .onedayPlan .templateContainer h1 span {
      padding-top: 40px;
    }
  
    .onedayPlan .templateContainer .templateRow .wContentRow img,
    .onedayPlan .templateContainer .templateRow .wContentRow1 img {
      width: 100%;
      height: auto;
      display: none;
    }
  }
  
  .note {
    padding-bottom: 0;
    padding-top: 0;
    background-color: var(--white);
    margin-top: -30px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
  }
  
  .FooterInfo {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  
.FooterInfo .main_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  background: #373737;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
}
  
  .FooterInfo .main_wrapper .left_content {
    width: 25%;
    box-sizing: border-box;
  }
  
  .FooterInfo .main_wrapper .right_content {
    width: 25%;
    box-sizing: border-box;
  }
  
  .FooterInfo .main_wrapper .middle_content {
    width: 25%;
    box-sizing: border-box;
  }
  
  .FooterInfo .main_wrapper .left_content span img,
  .FooterInfo .main_wrapper .middle_content span img,
  .FooterInfo .main_wrapper .right_content span img {
    height: 13px;
    filter: invert(1);
}

.FooterInfo .main_wrapper .left_content p,
.FooterInfo .main_wrapper .middle_content p,
.FooterInfo .main_wrapper .right_content p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.FooterInfo .main_wrapper .left_content span,
.FooterInfo .main_wrapper .middle_content span,
.FooterInfo .main_wrapper .right_content span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  }
  
  @media only screen and (max-width: 768px) {
  
    .FooterInfo .main_wrapper .left_content,
    .FooterInfo .main_wrapper .right_content,
    .FooterInfo .main_wrapper .middle_content {
      width: 100%;
    }
  }