.dispatch-search-container {
  width: 100%;
  height: 600px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, transparent 100%),
    radial-gradient(circle at -100% 100%, rgba(187, 224, 243, 1), rgba(187, 224, 243, 0)),
    radial-gradient(circle at 100% -100%, rgba(255, 223, 0, 0.8), rgba(255, 223, 0, 0));
}
.dispatch-search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 200px;
}
.dispatch-search-form h1 {
  font-family: Archivo;
  font-weight: 700;
  font-size: 62px;
  line-height: normal;
  letter-spacing: 0;
  color: #191919;
  margin-bottom: 60px;
}
.dispatch-search-form input {
  width: 489px;
  height: 68px;
  background-color: transparent;
  border: 1px solid #6F6F6F;
  border-radius: 40px;
  padding: 0 0 0 36px;
  font-family: Archivo;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #6F6F6F;
}
.dispatch-search-form input[type=search]:focus {
  outline: unset;
}
.dispatch-search-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.dispatch-search-form label::before {
  content: '';
  width: 21px;
  height: 24px;
  mask-image: url('../images/magnifying-glass-solid.svg');
  -webkit-mask-image: url('../images/magnifying-glass-solid.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6e6e6e;
}
.search-city-option {
  margin-top: 40px;
  /* display: flex; */
  gap: 30px;
  margin-left:  20px;
  margin-right: 20px;
}
.child-pages {
  display: flex;
  gap: 21px;
}
.search-city-option a {
  font-family: Archivo;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  color: #191919;
  cursor: pointer;
  /* padding-left: 20px; */
  text-align: center;
  text-decoration: none;
}
.desktop-view{
  margin: 0;
}
.dispatch-video-desp{
  font-family: Archivo;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.invite-container {
  margin: 100px 0;
  padding: 0;
  max-width: unset;
}
.invite-content {
  height: auto;
  gap: 50px;
  padding: 54px 115px;
  justify-content: center;
  background: radial-gradient(circle at -100% -50%, rgba(187, 224, 243, 0.4) 0%, rgba(187, 224, 243, 0) 100%);
}
.invite-img {
  width: 609px;
  height: 508px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
/* .invite-img img {
  transform: scaleY(1.5);
} */
.invite-text {
  height: max-content;
  padding: 149px 0;
}
.invite-text h4{
  color: #757575;
  margin: 0;
  font-weight: 700;
}
.invite-text h2{
  display: none;
}
.invite-text p{
  font-family: Archivo;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0;
  margin: 16px 0 0;
  white-space: nowrap;
  color: #191919;
}
.invite-text a {
  padding: 17.5px 27.5px !important;
}
.invite-text a span{
  font-weight: 600;
  width: 78px;
}
.invite-text a div{
  margin-left: 20px;
}
.wpcf7{
  width: calc(100% - 200px);
  margin: 0 auto 100px;
}
.form_input h2{
  font-family: Archivo;
  font-weight: 700;
  font-size: 52px;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 15px;
}
.form-desp{
  font-family: Archivo;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.form-items{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.form-items p{
  margin: 0;
  font-size: 0;
}
.wpcf7-form-control-wrap input{
  width: 322px;
  border: 1px solid #6F6F6F;
  border-radius: 10px;
  padding: 21px 0 23px 21.5px;
  font-family: Archivo;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #6F6F6F;
}
.form_btn button{
  display: flex;
  border-radius: 100px;
  background-color: #FFDF00;
  text-decoration: none;
  padding: 17.5px 20px !important;
  align-items: center;
}
.form_btn span{
  width: 121px;
  font-family: Archivo;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  color: #000000;
}
.form_btn .button-svg{
  width: 19px;
  height: 20px;
}
.swiper-wrapper:first-child{
  padding: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  width: 545px;
  margin: 25px auto 0;
}
.swiper{
  margin: 30px 0 0 !important;
}
.dispatch-video-desp {
  margin-top: 4px;
  line-height: 31px !important;
}
.image-container .swiper-pagination {
  padding: 16px 0 17px !important;
}
@media (max-width: 767px) {
  .site-logo{
    margin-top: 30px;
  }
  .dispatch-search-container{
    max-height: 450px;
  }
  .dispatch-search-form {
    top: 177px;
  }
  .dispatch-search-form form{
    width: 100%;
  }
  .dispatch-search-form h1 {
    width: 100%;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
  }
  .dispatch-search-form input {
    height: 54px;
    width: 100%;
    border-radius: 31px;
    padding: 0 0 0 26px;
  }
  .dispatch-search-form label{
    width: calc(100% - 50px);
    left: 25px;
  }
  .dispatch-search-form label::before {
    width: 17px;
    height: 19px;
    right: 29px;
  }
  .search-city-option{
    width: calc(100% - 80px);
    margin: 40px auto 0;
  }
  .child-pages {
    justify-content: space-between;
    gap: unset;
  }
  .search-city-option a {
    font-size: 12px;
  }
  .image-swiper .swiper-heading .desktop-view {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .dispatch-video-desp{
    font-size: 18px !important;
    margin: 0 !important;
    line-height: normal !important;
  }
  .image-container .swiper {
    margin-top: 20px !important;
  }
  .wpcf7{
    width: calc(100%  - 30px);
    margin: 0 auto 30px;
  }
  .wpcf7-form-control-wrap input{
    max-width: 352px;
    width: calc(100% - 30px);
    margin: auto;
  }
  .form_input{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .form_input h2{
    font-weight: 500;
    font-size: 35px;
    color: #191919;
    margin: 0 10px;
  }
  .form-desp{
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    margin: 5px 20px 0;
    color: #191919;
  }
  .form-items {
    flex-direction: column;
  }
  .form_btn button{
    padding: 17.5px 24px !important;
  }
  .form_btn span{
    width: 124px;
    font-weight: 600;
  }
  .form_btn .button-svg{
    margin-left: 10px;
  }
  .wpcf7 form .wpcf7-response-output {
    max-width: 322px;
    width: calc(100% - 20px);
    margin: 25px auto;
  }
  .image-container .swiper-pagination {
		padding: 10px 0 11px !important;
		margin-top: 25px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1430px) {
  br {
    display: none;
  }
  .invite-img {
    width: auto;
    height: 408px;
  }
  .invite-text {
    padding: 0;
    margin: auto 0;
  }
  .invite-text p {
    white-space: normal;
  }
}
@media (max-width: 1024px) {
  .invite-container {
    display: none;
  }    
  .image-container .swiper-slide-active .videoID {
    display: inline-flex;
    top: auto !important;
    left: auto !important;
    bottom: 12px;
    right: 13px;
  }
  .form_input h2{
    font-size: 35px;
  }
  .form-desp{
    font-size: 18px ;
  }
}
@media (max-width: 435px) {
  .trending-detail,
  .all_stories-detail{
    padding-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .header-inner .nav-toggles {
      margin-right: 16px;
  }
}
