.profileSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profileSection .title {
  margin-bottom: 25px;
}
.profileSection .profileLeft {
  width: 260px;
}
.profileSection .profileLeft .head {
  padding: 25px;
  background: #F7F7F7;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.profileSection .profileLeft .head .agentLogo {
  width: 51px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.profileSection .profileLeft .head .agentLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profileSection .profileLeft .head .agentName {
  color: #000;
  padding-left: 15px;
  font-weight: 600;
  width: calc(100% - 51px);
}
.profileSection .profileLeft .profileMenu {
  padding: 30px;
  background: #F7F7F7;
  border-radius: 6px;
}
.profileSection .profileLeft .profileMenu .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.profileSection .profileLeft .profileMenu .menus:first-child {
  padding-top: 0px;
}
.profileSection .profileLeft .profileMenu .menus:last-child {
  padding-bottom: 0px;
}
.profileSection .profileLeft .profileMenu .menus.active .menuName, .profileSection .profileLeft .profileMenu .menus:hover .menuName {
  color: #BF2639;
  font-weight: 700;
}
.profileSection .profileLeft .profileMenu .menuIcon {
  width: 20px;
}
.profileSection .profileLeft .profileMenu .menuName {
  color: #000;
  padding-left: 5px;
  width: calc(100% - 20px);
}
.profileSection .profileContent {
  width: calc(100% - 310px);
}
.profileSection .cover {
  position: relative;
  margin-bottom: 60px;
}
.profileSection .cover .coverImage {
  border-radius: 6px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profileSection .cover .image {
  position: absolute;
  left: 30px;
  bottom: -25px;
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}
.profileSection .profileDetails {
  padding-left: 30px;
}
.profileSection .profileDetails .profileTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.profileSection .profileDetails .profileTitle .leftSide {
  width: 50%;
}
.profileSection .profileDetails .profileTitle .leftSide h1 {
  word-break: break-word;
}
.profileSection .profileDetails .profileTitle .rightButtons {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profileSection .profileDetails .profileTitle .rightButtons a {
  margin-left: 15px;
  margin-top: 5px;
}
.profileSection .profileDetails .profileTitle .mail {
  padding-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4px;
}
.profileSection .profileDetails .profileTitle .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.profileSection .profileDetails .nodescription {
  border: 1px solid #8D8D8D;
  padding: 40px 70px;
  border-radius: 6px;
  font-size: 14px;
  color: #6B6B6B;
}

.editProfile {
  margin-bottom: 25px;
}
.editProfile .editField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.editProfile .editField.fullwidth .fields {
  width: 100%;
}
.editProfile .fields {
  width: 48%;
  margin-bottom: 15px;
  position: relative;
}
.editProfile .fields .verify {
  text-align: right;
  padding: 5px 0;
  font-size: 14px;
}
.editProfile .fields .verify span {
  cursor: pointer;
  color: #BF2639;
  font-weight: 600;
}
.editProfile .fields .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 12px;
}
.editProfile .fName {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #6B6B6B;
}
.editProfile .left.select {
  width: 15%;
}
.editProfile .fRight {
  width: 85%;
}
.editProfile .phoneNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 7px;
}
.editProfile .phoneNumber .fLeft {
  width: 50px;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.editProfile .phoneNumber .fLeft .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  z-index: 1;
}
.editProfile .phoneNumber .fLeft select {
  border: none;
  outline: none;
  appearance: none;
  position: relative;
  background: transparent;
  padding: 12px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editProfile .phoneNumber .fLeft select::-ms-expand {
  display: none;
}
.editProfile .phoneNumber .fLeft::before {
  content: "";
  position: absolute;
  background: #8D8D8D;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editProfile .phoneNumber .fRight {
  width: calc(100% - 50px);
}
.editProfile .phoneNumber .fRight input {
  border: none;
}
.editProfile .phoneNumber .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
}
.editProfile .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #BABABA;
  border-radius: 6px;
  outline: none;
  position: relative;
}
.editProfile .dropdown select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.editProfile .dropdown .select span {
  height: 19px;
  overflow: hidden;
  display: block;
}
.editProfile .dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
  max-height: 215px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  overflow: auto;
}
.editProfile .dropdown .dropdown-menu li {
  padding: 0 10px;
  word-break: break-word;
}
.editProfile .dropdown .dropdown-menu li:hover {
  color: #BF2639;
}
.editProfile .dropdown .dropdown-menu li:last-child {
  padding-bottom: 4px;
}
.editProfile .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.editProfile .dropdown .dropdown-menu::-webkit-scrollbar-track {
  width: 3px;
  background-color: #ddd;
}
.editProfile .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 50px;
  background-color: #bf2639;
}
.editProfile .dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/static/assets/images/down-arrow.svg);
  background-size: cover;
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
}
.editProfile .date input[type=date] {
  width: 100%;
  outline: none;
  padding: 8px;
  margin: 0;
  border: 1px solid #BABABA;
  border-radius: 6px;
}
.editProfile .add {
  text-align: right;
  margin-bottom: 40px;
}
.editProfile .add span {
  padding: 0 0px 10px 20px;
  color: #BF2639;
  cursor: pointer;
}
.editProfile .add span:hover {
  color: #d90923;
}
.editProfile .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.editImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 40px;
}
.editImage .profileImage, .editImage .coverImage {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.editImage .profileImage input[type=file], .editImage .coverImage input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.editImage .profileImage img, .editImage .coverImage img {
  border-radius: 6px;
  width: 100%;
  height: 157px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editImage .profileImage p, .editImage .coverImage p {
  padding-top: 10px;
}
.editImage .profileImage {
  width: 20%;
}
.editImage .coverImage {
  margin-left: 30px;
  width: 80%;
}

.editSave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editSave .primaryBtn {
  margin-left: 10px;
}

.addImage .uploadedImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addImage .imageUpload {
  border: 1px solid #BCBCBC;
  width: 184px;
  border-radius: 7px;
  padding: 40px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 181px;
  margin-right: 10px;
}
.addImage .imageUpload.uploaded {
  padding: 5px;
  overflow: hidden;
}
.addImage .imageUpload.uploaded img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addImage .imageUpload input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.addImage .imageUpload.imageProfile {
  padding: 10px;
}
.addImage .imageUpload.imageProfile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addImage .uploadedImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addImage .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.addImage .close img {
  width: 10px;
  height: 10px;
}

.addImage + .addImage {
  margin-top: 40px;
}

.profileSubscription .subscriptionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  margin-bottom: 30px;
}
.profileSubscription .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 40px;
  width: 272px;
  text-align: center;
  color: #fff;
  border-radius: 6px 0px 0px 6px;
}
.profileSubscription .leftSide h1 {
  color: #fff;
}
.profileSubscription .rightSide {
  padding: 20px 20px 20px 30px;
  width: calc(100% - 272px);
}
.profileSubscription .rightSide ul {
  list-style: none;
  padding-left: 0;
}
.profileSubscription .rightSide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.profileSubscription .rightSide ul li .check {
  margin-top: 10px;
  margin-right: 10px;
}

.profileBanner {
  margin-top: 78px;
  position: relative;
}
.profileBanner img {
  width: 100%;
}
.profileBanner .agentLogo {
  position: absolute;
  left: 65px;
  bottom: -20px;
  background: #fff;
  padding: 65px 35px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
  width: 185px;
  height: 185px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profileBanner .desktop img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.agentProfile {
  padding-top: 0px;
}
.agentProfile .profileLeft {
  padding: 60px 20px 24px 25px;
  border: 1px solid #E9E9E9;
  border-top: none;
  width: 310px;
  border-radius: 0 0 6px 6px;
}
.agentProfile .profileContent {
  width: calc(100% - 310px);
  padding-left: 50px;
  padding-top: 25px;
}
.agentProfile .profileName {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 7px;
}
.agentProfile .info {
  display: block;
  margin-bottom: 7px;
  position: relative;
  padding-left: 22px;
}
.agentProfile .phone {
  margin-bottom: 20px;
}
.agentProfile .mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/static/assets/images/mailicon.svg);
  width: 17px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.agentProfile .phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/static/assets/images/phone-icon.svg);
  width: 17px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.listTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.listTitle .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.listTitle h3 {
  margin-bottom: 0;
}
.listTitle .createNew {
  padding: 11px 20px 12px;
  margin-right: 28px;
  color: #BF2639;
  font-weight: 600;
}

.listingPackage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  margin-top: 16px;
}
.listingPackage .agentlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingPackage .agentlog p {
  padding-left: 10px;
}
.listingPackage .agentlog .loginImage {
  width: 37px;
  height: 37px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listingPackage .listingContent {
  padding-left: 25px;
  padding-right: 60px;
  position: relative;
  width: 50%;
}
.listingPackage .listingContent .listingContent h2 {
  font-size: 20px;
  font-weight: 600;
}
.listingPackage .listingContent .days {
  position: relative;
  padding-bottom: 15px;
  padding-left: 24px;
}
.listingPackage .listingContent .days::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(/static/assets/images/clock.svg);
  width: 16px;
  height: 16px;
}
.listingPackage .listingContent span.day {
  font-size: 14px;
}
.listingPackage .listingContent span.customize {
  color: #6B6B6B;
  font-size: 14px;
  border-left: 1px solid #C8C8C8;
  padding-left: 10px;
  margin-left: 10px;
}
.listingPackage .listingContent .place {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 15px;
}
.listingPackage .listingContent .places {
  position: relative;
  padding-right: 25px;
  padding-bottom: 5px;
  display: inline-block;
}
.listingPackage .listingContent .places:first-child {
  padding-left: 5px;
}
.listingPackage .listingContent .places::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 7px;
  background-image: url(/static/assets/images/right-arrow.png);
  width: 15px;
  height: 8px;
}
.listingPackage .listingContent .places:last-child::after {
  display: none;
}
.listingPackage .listingContent .highlights {
  padding-bottom: 15px;
}
.listingPackage .listingContent .highlights span {
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-size: 14px;
}
.listingPackage .listingContent .highlights img {
  padding-right: 5px;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.listingPackage .listingContent .more {
  color: #BF2639;
  cursor: pointer;
}
.listingPackage .listingContent::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #C8C8C8;
}
.listingPackage .pricing {
  padding-left: 26px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listingPackage .pricing .published {
  color: #BF2639;
}
.listingPackage .pricing .published, .listingPackage .pricing .saved {
  position: relative;
  padding-left: 20px;
}
.listingPackage .pricing .published::before, .listingPackage .pricing .saved::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.listingPackage .pricing .published::before {
  background-image: url(/static/assets/images/red-tick.png);
  width: 16px;
  height: 16px;
}
.listingPackage .pricing .saved::before {
  background-image: url(/static/assets/images/saved.png);
  width: 12px;
  height: 16px;
}
.listingPackage .pricing .starting {
  margin: 20px 0px;
}
.listingPackage .pricing .start, .listingPackage .pricing .strike {
  color: #8D8D8D;
  font-size: 14px;
  padding-bottom: 3px;
}
.listingPackage .pricing .strike {
  text-decoration: line-through;
}
.listingPackage .pricing .rate {
  font-size: 24px;
  font-weight: 600;
}
.listingPackage .pricing .person {
  font-size: 14px;
  font-weight: 600;
}
.listingPackage .pricing .primaryBtn {
  width: 143px;
  padding: 12px 20px;
}

.customerProfile .title {
  margin-bottom: 25px;
}
.customerProfile .title .agentlog.agentLoginProfile {
  display: none;
}
.customerProfile .profileSection .profileLeft {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.customerProfile .profileSection .profileLeft .head {
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 6px 6px 0 0;
}
.customerProfile .profileSection .profileLeft .head .agentName {
  font-size: 18px;
}
.customerProfile .profileSection .profileLeft .head .phone {
  display: block;
  font-size: 13px;
  color: #6B6B6B;
  margin-top: 5px;
}
.customerProfile .profileSection .profileLeft .head .agentLogo {
  width: 43px;
  height: 43px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}
.customerProfile .profileSection .profileLeft .profileMenu {
  background: #fff;
}
.customerProfile .editProfile {
  border: 1px solid #D8D8D8;
  padding: 46px 50px;
  border-radius: 6px;
  margin: 20px 0 30px 0;
}
.customerProfile .editProfile .editImage {
  margin-bottom: 0;
}
.customerProfile input[type=text], .customerProfile input[type=url], .customerProfile input[type=tel], .customerProfile input[type=email], .customerProfile input[type=password], .customerProfile select, .customerProfile textarea {
  color: #000;
}
.customerProfile .rightButtons {
  text-align: right;
}
.customerProfile .rightButtons .primaryBtn {
  width: 374px;
}
.customerProfile .enquiryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 27px;
}
.customerProfile .enquiryBox .slider {
  width: 230px;
}
.customerProfile .enquiryBox .contents {
  width: calc(100% - 230px);
  padding-left: 46px;
}
.customerProfile .enquiryBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.customerProfile .enquiryBox .top .download {
  color: #BF2639;
  font-weight: 600;
  cursor: pointer;
  width: 160px;
}
.customerProfile .enquiryBox .top h3 {
  width: calc(100% - 170px);
}
.customerProfile .enquiryBox .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 17px;
}
.customerProfile .enquiryBox .data .field {
  width: 130px;
  color: #6B6B6B;
  font-size: 14px;
  position: relative;
}
.customerProfile .enquiryBox .data .field::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
.customerProfile .enquiryBox .data .fieldData {
  padding-left: 30px;
  width: calc(100% - 130px);
}
.customerProfile .enquiryBox .bottom {
  padding-top: 15px;
  border-top: 1px solid #C8C8C8;
  text-align: right;
}
.customerProfile .enquiryBox .bottom .disableBtn {
  margin-left: 13px;
}
.customerProfile .noEnquiry {
  margin: 40px 0 0;
}
.customerProfile .noEnquiry img {
  margin-bottom: 25px;
}
.customerProfile .noEnquiry p {
  margin: 15px 0px 15px;
}
.customerProfile .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}
.customerProfile .tab .tabOne {
  padding-right: 32px;
  position: relative;
}
.customerProfile .tab .tabOne::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000;
  width: 1px;
  height: 75%;
  right: 0;
}
.customerProfile .tab .tabTwo {
  padding-left: 32px;
}
.customerProfile .tab h4 {
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.customerProfile .tab h4.active, .customerProfile .tab h4:hover {
  color: #000;
  font-weight: 700;
}
.customerProfile .tabBooking, .customerProfile .tabHistory {
  display: none;
}
.customerProfile .tabBooking .bookDetails, .customerProfile .tabHistory .bookDetails {
  margin-bottom: 30px;
}
.customerProfile .tabBooking.active, .customerProfile .tabHistory.active {
  display: block;
}

.customerProfile.booking .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customerProfile.booking .bottom .fieldData {
  font-size: 18px;
  font-weight: 700;
}

.enquirySection .tabs .tabPoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
}
.enquirySection .tabs .tabPoints li.active a, .enquirySection .tabs .tabPoints li:hover a {
  color: #BF2639;
  font-weight: 600;
}
.enquirySection .tabs .tabPoints li {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.enquirySection .tabs .tabPoints li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 70%;
  width: 1px;
  background: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.enquirySection .tabs .tabPoints li + li {
  margin: 0px 0px 0px 15px;
  padding-left: 15px;
}
.enquirySection .tabs .tabsContent {
  padding: 20px 0 30px;
}
.enquirySection .tabs .enquiryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.enquirySection .tabs .enquiryBox:last-child {
  margin: 0;
}
.enquirySection .tabs .enquiryBox:nth-child(2n) {
  background: #F7F7F7;
}
.enquirySection .tabs .enquiryBox:nth-child(2n+1) {
  border: 1px solid #E9E9E9;
}
.enquirySection .tabs .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
.enquirySection .tabs .leftSide .customerName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #707070;
}
.enquirySection .tabs .leftSide .image {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquirySection .tabs .leftSide .data {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.enquirySection .tabs .leftSide .packageName {
  font-weight: 500;
}
.enquirySection .tabs .leftSide .pName {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.enquirySection .tabs .leftSide .date {
  padding-left: 22px;
  position: relative;
}
.enquirySection .tabs .leftSide .pName::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  background-image: url(/static/assets/images/packages.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 17px;
}
.enquirySection .tabs .leftSide .date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  background-image: url(/static/assets/images/calander.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}
.enquirySection .tabs .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.enquirySection .tabs .rightSide .minutesAgo {
  position: relative;
  padding-left: 18px;
  margin-right: 25px;
}
.enquirySection .tabs .rightSide .minutesAgo::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  background-image: url(/static/assets/images/clock-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}
.enquirySection .tabs .rightSide .action .secondaryBtn {
  padding: 8px 15px;
}
.enquirySection .tabs .rightSide .action .intrested {
  text-decoration: underline;
  color: #BF2639;
  padding-bottom: 5px;
}
.enquirySection .tabs .rightSide .action .intrested, .enquirySection .tabs .rightSide .action .notintrested {
  text-align: center;
  cursor: pointer;
}

.detailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E9E9E9;
  padding: 33px;
  border-radius: 6px;
  margin: 15px 0 35px;
}
.detailBox .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detailBox .content {
  width: 50%;
  word-break: break-word;
}
.detailBox .content:first-child {
  padding-right: 30px;
}
.detailBox .content + .content {
  padding-left: 30px;
  border-left: 1px solid #C8C8C8;
}
.detailBox .name {
  width: 38%;
  position: relative;
  color: #6B6B6B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detailBox .name .icon {
  width: 20px;
  display: inline-block;
}
.detailBox .data {
  width: 50%;
  font-weight: 600;
}
.detailBox .field + .field {
  margin-top: 35px;
}

.editingSec {
  padding-top: 55px;
}
.editingSec .bottom {
  margin-top: 30px;
}

.topHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.topHead .head {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topHead .head .agentLogo {
  width: 51px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topHead .head .agentLogo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topHead .head .agentName {
  color: #000;
  padding-left: 15px;
  font-weight: 600;
  width: calc(100% - 51px);
}
.topHead .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topHead .info .phone {
  font-weight: 600;
  padding-top: 3px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .download {
  font-weight: 700;
  color: #BF2639;
  cursor: pointer;
}
.title .download:hover {
  color: #d90923;
}
.title h4 {
  margin-bottom: 0;
}

.itineraryBox {
  padding: 32px 40px;
  border-radius: 6px;
  margin: 20px 0 35px;
  background-color: #F7F7F7;
}
.itineraryBox .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itineraryBox .content {
  word-break: break-word;
}
.itineraryBox .name {
  width: 38%;
  position: relative;
  color: #6B6B6B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itineraryBox .name .icon {
  width: 20px;
  display: inline-block;
}
.itineraryBox .data {
  width: 50%;
  font-weight: 500;
  padding-left: 10%;
}
.itineraryBox .data.price {
  color: #BF2639;
  font-weight: 600;
}
.itineraryBox .field + .field {
  margin-top: 35px;
}
.itineraryBox .overview {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px;
}
.itineraryBox .overview h2 {
  margin-bottom: 25px;
}
.itineraryBox .overview .overviewContent {
  margin-bottom: 30px;
}
.itineraryBox .overview .overviewContent ul {
  margin-left: 10px;
}
.itineraryBox .overview .overviewContent ul li span {
  font-weight: 700;
}
.itineraryBox .overview .hotelDeatils {
  padding-left: 25px;
  position: relative;
  padding-bottom: 20px;
}
.itineraryBox .overview .hotelDeatils .title {
  position: relative;
  padding-bottom: 16px;
  font-weight: 600;
}
.itineraryBox .overview .hotelDeatils::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #BF2639;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.itineraryBox .inclusion {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 30px;
}
.itineraryBox .inclusion .list {
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
}
.itineraryBox .inclusion .list li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
.itineraryBox .inclusion .list .hName {
  font-weight: 600;
}
.itineraryBox .inclusion .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(/static/assets/images/highlighter.svg);
  width: 12px;
  height: 12px;
}
.itineraryBox .inclusion + .inclusion {
  border: none;
}

.itineraryDetails .plane {
  padding: 12px 0 12px 27px;
  color: #BF2639;
}

.itinerary .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}
.itinerary .tab .tabOne {
  padding-right: 32px;
  position: relative;
}
.itinerary .tab .tabOne::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #707070;
  width: 1px;
  height: 75%;
  right: 0;
}
.itinerary .tab .tabTwo {
  padding-left: 32px;
}
.itinerary .tab h4 {
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.itinerary .tab h4.active, .itinerary .tab h4:hover {
  color: #BF2639;
  font-weight: 700;
}
.itinerary .tabBooking, .itinerary .tabHistory {
  display: none;
}
.itinerary .tabBooking.active, .itinerary .tabHistory.active {
  display: block;
}

.bookDetails .packagedetails {
  border: 1px solid #E6E6E6;
  padding: 30px;
  border-radius: 6px;
}
.bookDetails .packagedetails + .packagedetails {
  margin-top: 30px;
}
.bookDetails .topsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 17px;
}
.bookDetails .topsection .name {
  font-weight: 700;
}
.bookDetails .topsection .view {
  font-weight: 700;
  color: #BF2639;
}
.bookDetails .topsection.nameTop {
  padding-top: 30px;
}
.bookDetails .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bookDetails .details .leftSide {
  width: 50%;
}
.bookDetails .details .leftSide .selected {
  color: #6B6B6B;
  width: 150px;
  padding-right: 5px;
}
.bookDetails .details .leftSide .pack {
  width: calc(100% - 150px);
}
.bookDetails .details .leftSide .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bookDetails .details .leftSide .select + .select {
  padding-top: 15px;
}
.bookDetails .details .rightSide {
  width: 50%;
  text-align: right;
}
.bookDetails .details .rightSide .pack {
  width: 70%;
  font-weight: 600;
}
.bookDetails .details .rightSide .amount {
  color: #6B6B6B;
  padding-right: 10px;
}
.bookDetails .details .rightSide .value {
  font-size: 24px;
  font-weight: 600;
}
.bookDetails .detailBox {
  padding: 22px 0px;
  border: none;
  margin-bottom: 0;
}

.reviewSection .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px 60px 10px 25px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #BABABA;
  border-radius: 6px;
  outline: none;
  position: relative;
  max-width: 218px;
}
.reviewSection .dropdown select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.reviewSection .dropdown .select span {
  height: 19px;
  overflow: hidden;
  display: block;
}
.reviewSection .dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
}
.reviewSection .dropdown .dropdown-menu li {
  padding: 0 10px;
  word-break: break-word;
}
.reviewSection .dropdown .dropdown-menu li:hover {
  color: #BF2639;
}
.reviewSection .dropdown .dropdown-menu li:last-child {
  padding-bottom: 4px;
}
.reviewSection .dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/static/assets/images/down-arrow.svg);
  background-size: cover;
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
}
.reviewSection .reviewTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewSection .reviewTitle .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewSection .reviewTitle h3 {
  margin-bottom: 0;
}
.reviewSection .reviewTitle .create .drop {
  margin-left: 20px;
}
.reviewSection .reviewsContent + .reviewsContent {
  margin-top: 30px;
}
.reviewSection .reviewTitle {
  margin-bottom: 20px;
}
.reviewSection .reviewTitle .pack {
  font-weight: 600;
}
.reviewSection .reviewsContent .rate {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  margin-right: 13px;
}
.reviewSection .reviewsContent .text {
  font-weight: 700;
}
.reviewSection .reviewsContent p {
  line-height: 30px;
}
.reviewSection .reviewsContent .rating {
  margin-bottom: 12px;
}
.reviewSection .reviewsContent .rate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(/static/assets/images/star-orange.svg);
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
}

.itineraryUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
}
.itineraryUpload .upgrade {
  width: 40%;
}
.itineraryUpload .upgrade .primaryBtn {
  margin-top: 12px;
}
.itineraryUpload .upload {
  width: 40%;
}
.itineraryUpload .upload .uploadBtn {
  position: relative;
  max-width: 200px;
  text-align: center;
  border: 1px dashed #BCBCBC;
  padding: 12px;
  border-radius: 5px;
  margin-top: 25px;
}
.itineraryUpload .upload .uploadBtn .file {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.itineraryUpload .or {
  width: 10%;
  text-align: center;
  font-weight: 700;
}

.shortlist .listingPackage .agentlog, .agentProfile .listingPackage .agentlog {
  margin-right: 30px;
}
.shortlist .reviewsRate, .agentProfile .reviewsRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #6B6B6B;
}
.shortlist .ratingStatus, .agentProfile .ratingStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shortlist .review, .agentProfile .review {
  font-size: 14px;
}
.shortlist .reviews, .agentProfile .reviews {
  font-size: 24px;
  font-weight: 700;
  color: #FF7003;
  padding-left: 20px;
}
.shortlist .bottom, .agentProfile .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shortlist .bottom .wish, .agentProfile .bottom .wish {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
.shortlist .bottom .wish.selected .active, .shortlist .bottom .wish .inactive, .agentProfile .bottom .wish.selected .active, .agentProfile .bottom .wish .inactive {
  display: block;
}
.shortlist .bottom .wish .active, .shortlist .bottom .wish.selected .inactive, .agentProfile .bottom .wish .active, .agentProfile .bottom .wish.selected .inactive {
  display: none;
}

.myReviews {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.myReviews .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.myReviews .leftSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}
.myReviews .leftSection .image {
  width: 88px;
  height: 81px;
}
.myReviews .leftSection .image img {
  height: 100%;
  border-radius: 15px;
  width: 100%;
}
.myReviews .leftSection .package {
  width: calc(100% - 88px);
  padding-left: 20px;
}
.myReviews .leftSection .name {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}
.myReviews .leftSection .location {
  position: relative;
  padding-left: 20px;
}
.myReviews .leftSection .location::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(/static/assets/images/location-red.png);
  width: 13px;
  height: 16px;
  top: 2px;
}
.myReviews .rightSection {
  width: 30%;
  border-left: 1px solid #D8D8D8;
  padding: 6px 0 6px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.myReviews .rightSection .agentLogo {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}
.myReviews .rightSection .agentName {
  padding-left: 15px;
  width: calc(100% - 51px);
  word-break: break-word;
}
.myReviews .reviewTitle span {
  display: inline-block;
}
.myReviews .rate {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-right: 15px;
}
.myReviews .rate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(/static/assets/images/star-orange.svg);
  width: 13px;
  height: 12px;
}
.myReviews .re {
  font-weight: 700;
}
.myReviews .edit {
  cursor: pointer;
  padding: 3px 12px;
}
.myReviews .reviewTitle {
  margin-bottom: 10px;
}
.myReviews .text p {
  line-height: 30px;
}

.editReviews {
  padding: 40px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: 30px;
}
.editReviews .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 26px;
}
.editReviews .stars.active path, .editReviews .stars:hover path {
  fill: #FF7003;
  stroke: #FF7003;
}
.editReviews .stars {
  padding-right: 10px;
  cursor: pointer;
}
.editReviews .textarea {
  padding: 20px 24px;
  border: 1px solid #BCBCBC;
  border-radius: 7px;
}
.editReviews .textarea textarea {
  line-height: 30px;
  border: none;
  padding: 0;
}
.editReviews p.desc {
  color: #6B6B6B;
}
.editReviews .rate {
  float: left;
  height: 24px;
  padding: 0 10px 0 0;
}
.editReviews .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.editReviews .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.editReviews .rate:not(:checked) > label:before {
  content: "";
  position: absolute;
  background-image: url(/static/assets/images/feather-star.png);
  width: 24px;
  height: 23px;
  background-repeat: no-repeat;
}
.editReviews .rate > input:checked ~ label {
  color: #ffc700;
}
.editReviews .rate > input:checked ~ label:before {
  content: "";
  position: absolute;
  background-image: url(/static/assets/images/feather-star-orange.png);
}
.editReviews .rate:not(:checked) > label:hover,
.editReviews .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.editReviews .rate > input:checked + label:hover,
.editReviews .rate > input:checked + label:hover ~ label,
.editReviews .rate > input:checked ~ label:hover,
.editReviews .rate > input:checked ~ label:hover ~ label,
.editReviews .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.select2-selection.select2-selection--multiple {
  padding: 10px;
  min-height: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .profileSection .profileDetails .profileTitle .rightButtons a {
    margin-left: 5px;
  }

  .listingPackage .slider {
    width: 30%;
  }
  .listingPackage .listingContent {
    width: 70%;
    padding-right: 0;
  }
  .listingPackage .pricing {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  .listingPackage .listingContent::before {
    display: none;
  }
  .listingPackage .pricing .starting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listingPackage .original {
    padding-right: 10px;
  }

  .customerProfile .enquiryBox {
    display: block;
  }
  .customerProfile .enquiryBox .slider {
    width: 100%;
    display: none;
  }
  .customerProfile .enquiryBox .contents {
    width: 100%;
    padding-left: 0;
  }

  .profileSubscription .leftSide {
    width: 250px;
    padding: 30px;
  }
  .profileSubscription .rightSide {
    width: calc(100% - 250px);
  }

  .enquirySection .tabs .tabsContent {
    padding: 0;
  }
  .enquirySection .tabs .tabTop {
    overflow: auto;
  }
  .enquirySection .tabs .tabPoints {
    width: 1000px;
  }
  .enquirySection .tabs .enquiryBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .enquirySection .tabs .leftSide {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .enquirySection .tabs .leftSide .customerName {
    width: 50%;
  }
  .enquirySection .tabs .rightSide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .myReviews .rightSection {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .enquirySection .tabs .tabTop {
    overflow: auto;
  }
  .enquirySection .tabs .tabPoints {
    width: 1000px;
  }
  .enquirySection .tabs .tabsContent {
    padding: 0;
  }

  .profileBanner .agentLogo {
    left: 45px;
    padding: 45px 25px;
    width: 150px;
    height: 150px;
  }

  .agentProfile .profileContent {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customerProfile .editProfile {
    padding: 25px 30px;
  }

  .editProfile .editField {
    display: block;
  }

  .editProfile .fields {
    width: 100%;
  }

  .editImage .profileImage {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .editImage .profileImage img, .editImage .coverImage img {
    height: 100px;
  }
  .editImage .coverImage {
    margin-left: 3%;
  }

  .profileSection {
    display: block;
  }
  .profileSection .profileLeft {
    width: 100%;
    position: relative;
  }
  .profileSection .profileLeft .head {
    margin-bottom: 10px;
    padding: 10px 25px;
    display: none;
  }
  .profileSection .profileLeft .profileMenu {
    position: fixed;
    right: -100%;
    top: 130px;
    width: 30%;
    z-index: 100;
    bottom: 0;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
  }
  .profileSection .profileLeft .profileMenu.showMenu {
    display: block;
    right: 0;
  }
  .profileSection .profileContent {
    width: 100%;
  }

  .customerProfile .profileSection .profileLeft {
    border: none;
  }
  .customerProfile .profileSection .profileLeft .profileMenu.showMenu {
    border-left: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
  }

  .customerProfile .title .agentlog.agentLoginProfile {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
  }
  .customerProfile .title .agentlog.agentLoginProfile img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }

  .editProfile {
    margin-bottom: 10px;
  }
  .editProfile .fields {
    margin-bottom: 10px;
  }
  .editProfile .add {
    margin-bottom: 20px;
  }

  .listingPackage .slider {
    width: 30%;
  }
  .listingPackage .listingContent {
    width: 70%;
    padding-right: 0;
  }
  .listingPackage .pricing {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  .listingPackage .listingContent::before {
    display: none;
  }
  .listingPackage .pricing .starting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listingPackage .original {
    padding-right: 10px;
  }

  .customerProfile.booking .bottom {
    display: block;
  }

  .customerProfile .enquiryBox {
    display: block;
  }
  .customerProfile .enquiryBox .slider {
    width: 100%;
    display: none;
  }
  .customerProfile .enquiryBox .contents {
    width: 100%;
    padding-left: 0;
  }
  .customerProfile .enquiryBox .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .enquirySection .tabs .tabPoints {
    padding-bottom: 10px;
    width: 760px;
  }
  .enquirySection .tabs .tabPoints li {
    font-size: 15px;
  }

  .profileBanner {
    margin-top: 58px;
  }
  .profileBanner .agentLogo {
    left: 35px;
    width: 100px;
    height: 100px;
  }

  .agentProfile .profileLeft {
    padding: 40px 20px 24px 25px;
  }
}
@media screen and (max-width: 639px) {
  .customerProfile .noEnquiry {
    margin: 20px 0 0;
  }

  .profileSection .cover .coverImage {
    height: 170px;
  }

  .profileSubscription .subscriptionBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profileSubscription .leftSide {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    padding: 30px 30px;
  }
  .profileSubscription .rightSide {
    width: 100%;
  }

  .enquirySection .tabs .enquiryBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .enquirySection .tabs .leftSide {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .enquirySection .tabs .leftSide .customerName {
    width: 50%;
  }
  .enquirySection .tabs .rightSide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .detailBox {
    display: block;
    padding: 20px;
    margin: 15px 0 20px;
  }
  .detailBox .content {
    width: 100%;
  }
  .detailBox .content:first-child {
    padding-right: 0;
  }
  .detailBox .content + .content {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
  .detailBox .field + .field {
    margin-top: 20px;
  }

  .itineraryBox {
    padding: 22px 20px;
  }
  .itineraryBox .field + .field {
    margin-top: 25px;
  }

  .bookDetails .packagedetails {
    padding: 20px 15px;
  }
  .bookDetails .detailBox {
    padding: 12px 0px;
  }
  .bookDetails .details {
    display: block;
  }
  .bookDetails .details .leftSide {
    width: 100%;
  }
  .bookDetails .details .leftSide .selected {
    width: 120px;
  }
  .bookDetails .details .rightSide {
    width: 100%;
    text-align: left;
    padding: 20px 0;
  }
  .bookDetails .details .rightSide .value {
    font-size: 18px;
  }
  .bookDetails .details .rightSide .amount {
    width: 120px;
    display: inline-block;
  }
  .bookDetails .details .rightSide span.pack {
    width: calc(100% - 120px);
  }
  .bookDetails .details .packagedetails + .packagedetails {
    margin-top: 20px;
  }

  .itineraryUpload {
    display: block;
    padding: 20px;
  }
  .itineraryUpload .upgrade {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .itineraryUpload .or {
    width: 100%;
    margin-bottom: 20px;
  }
  .itineraryUpload .upload {
    width: 100%;
    text-align: center;
  }
  .itineraryUpload .upload .uploadBtn {
    margin: 20px auto 0;
  }

  .myReviews .top {
    display: block;
    margin-bottom: 10px;
  }
  .myReviews .leftSection {
    width: 100%;
    margin-bottom: 15px;
  }
  .myReviews .leftSection .image {
    width: 58px;
    height: 58px;
  }
  .myReviews .leftSection .name {
    font-size: 18px;
  }
  .myReviews .leftSection .package {
    padding-left: 15px;
  }
  .myReviews .rightSection {
    width: 100%;
    border: none;
    padding-left: 0;
  }

  .editReviews {
    padding: 20px;
  }

  .editReviews .star {
    padding-bottom: 15px;
  }

  .customerProfile .title {
    margin-bottom: 15px;
  }

  .profileBanner .agentLogo {
    width: 70px;
    height: 70px;
    padding: 10px 10px;
    left: 15px;
  }

  .editProfile .phoneNumber .fRight {
    width: 100%;
  }

  .agentProfile .profileName {
    font-size: 25px;
  }
  .agentProfile .profileLeft {
    padding: 30px 15px 15px 15px;
  }
  .agentProfile .profileContent {
    padding-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  .listingPackage {
    display: block;
  }
  .listingPackage .slider {
    width: 100%;
    margin-bottom: 20px;
  }
  .listingPackage .listingContent {
    width: 100%;
    padding-left: 0;
  }
  .listingPackage .pricing {
    display: block;
    padding-top: 20px;
  }
  .listingPackage .pricing .starting {
    margin: 15px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .profileSection .cover {
    margin-bottom: 50px;
  }
  .profileSection .cover .image {
    width: 50px;
    height: 50px;
    left: 10px;
  }
  .profileSection .profileLeft .head {
    padding: 10px 10px;
  }
  .profileSection .profileLeft .head .agentLogo {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .profileSection .profileLeft .profileMenu {
    width: 70%;
  }
  .profileSection .profileDetails {
    padding-left: 10px;
  }
  .profileSection .profileDetails .profileTitle {
    display: block;
  }
  .profileSection .profileDetails .profileTitle .leftSide {
    width: 100%;
    margin-bottom: 10px;
  }
  .profileSection .profileDetails .profileTitle .rightButtons {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .profileSection .profileDetails .profileTitle .rightButtons a {
    margin-left: 0;
    margin-right: 10px;
  }
  .profileSection .profileDetails .nodescription {
    padding: 30px 20px;
  }

  .editImage .profileImage {
    width: 35%;
  }
  .editImage .coverImage {
    width: 65%;
  }

  .editProfile .editField {
    display: block;
  }
  .editProfile .fields {
    width: 100%;
  }

  .addImage .imageUpload {
    width: 130px;
    height: 120px;
  }

  .listTitle .createNew {
    margin-right: 0;
    padding: 10px 10px 10px;
  }

  .customerProfile .editProfile {
    padding: 22px 20px;
  }
  .customerProfile .rightButtons .primaryBtn {
    width: 250px;
  }
  .customerProfile .enquiryBox .top {
    display: block;
  }
  .customerProfile .enquiryBox .top h3 {
    width: 100%;
  }

  .enquirySection .tabs .leftSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .enquirySection .tabs .leftSide .customerName {
    width: 100%;
    border-bottom: 1px solid #707070;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .enquirySection .tabs .rightSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .enquirySection .tabs .rightSide .minutesAgo {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .enquirySection .tabs .rightSide .action .intrested, .enquirySection .tabs .rightSide .action .notintrested {
    text-align: left;
  }

  .itinerary .tab {
    margin-bottom: 20px;
  }
  .itinerary .tab .tabOne {
    padding-right: 10px;
  }
  .itinerary .tab .tabTwo {
    padding-left: 10px;
  }
  .itinerary .tab h4 {
    margin-bottom: 5px;
  }

  .reviewSection .reviewTitle {
    display: block;
  }
  .reviewSection .reviewTitle .create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
  }

  .topHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topHead .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
}
@media screen and (max-width: 360px) {
  .bookDetails .topsection .primaryBtn {
    padding: 8px 4px;
    font-size: 12px;
  }
}