#package > .packgeContainer {
}

.tab-content > #logos.active {
  display: flex;
  justify-content: end;
  padding: 0 16px;
}

.col-md-2-website {
  width: 24.67% !important;
}

.headTitle {
  padding-right: 345px;
}
.banner-home {
  background-color: #ff2a00;
  width: 70%;
  padding: 14px;
  color: white;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin: auto;
  margin-top: 5px;
}

.banner-home h1 {
  font-size: 5rem;
  margin-bottom: 16px;
  color: white;
  font-weight: 600;
  margin-top: 0;
}

#second-title-redbanner {
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 6px;
}
#second-title-redbanner h2 {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.banner-home ul {
  list-style-type: disc;
  text-align: left;
  margin: 0 auto 20px auto;
  width: 80%;
  font-size: 20px;
  line-height: 1;
}

.banner-home li {
  margin-bottom: 6px;
}

.footer-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  position: relative;
}

.footer-home p {
  flex: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.footer-home button {
  background-color: rgb(9, 172, 9);
  color: white;
  font-weight: 500;
  border: none;
  padding: 10px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 20px;
  font-size: 21px;
  position: absolute;
  right: 10px;
  bottom: 7px;
}

.footer-home button:hover {
  background-color: #218e06;
}
.custom-tooltip .tooltip-inner {
  min-width: 600px;
  left: 0px !important;
}
.custom-tooltip li {
  top: 0;
  left: 0 !important;
  margin-left: 0;

  text-align: left;
}

/* buy now css */
.container-buynow {
  width: 84%;
  margin: auto;
  margin-top: 4%;
  font-family: "PT Sans", sans-serif, Arial, Verdana !important;
}

.container-buynow ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}

.container-buynow li {
  text-align: center;
  color: rgb(151, 149, 149);
}
.container-buynow li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.container-buynow .progress-container {
  position: relative;
  margin-top: 10px;
  width: 96%;
  margin: auto;
}

.container-buynow .progress-bar {
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.container-buynow .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%; /* 25% of the width */
  height: 100%;
  background-color: rgb(53, 185, 20);
  z-index: 1;
}
.container-buynow .tick-container {
  display: flex;
  justify-content: space-between;
}

.container-buynow .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(158, 158, 158);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.container-buynow .tick {
  color: rgb(146, 144, 144);
  font-size: 18px;
}

.container-buynow .tick-circle.active {
  border-color: #4dc62f; /* Green border for active element */
  height: 44px;
  width: 44px;
  margin-top: -8px; /* Green background for active element */
}
.container-buynow .tick-circle.active .tick {
  color: #53c038;
  font-size: 24px;
  font-weight: 800; /* White tick on green background */
}
.container-buynow li.active {
  color: #4ec331;
  font-size: 18px;
}

.buy-now-middle-section {
  margin-top: 1%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
}
.buy-now-title {
  /* background-color: rgb(244, 244, 244); */
  border-radius: 2px;
  position: relative;
  white-space: nowrap;
}
.buy-now-title h4 {
  padding: 2px 10px 2px 10px;
  color: #4c73a3;
  font-size: 16px;
}
.title-packagebox {
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 6%;
  /* width: 76% !important; */
}
.container-logobrief .title-packagebox .package-box {
  width: 50%;
}

.title-packagebox .package-box {
  height: fit-content;

  padding: 10px 2px 0px 10px !important;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.2);
}
.title-packagebox .package-box h4 {
  font-weight: 600;
  font-size: 26px;
}
.title-packagebox .package-box p {
  font-size: 18px;
  margin-top: -4px;
}
.container-buynow .title-packagebox ul {
  display: block;
  padding: 0;
  text-align: left;
}
.container-buynow .title-packagebox li {
  padding-top: 8px;
  text-align: left;
  color: gray;
  font-size: 17px;
}
.container-buynow .title-packagebox li strong {
  color: rgb(50, 49, 49);
}

.title-packagebox .form-container {
  text-align: start;
  width: 44%;
  margin-top: 2%;
}
.title-packagebox .form-container input {
  font-family: "PT Sans", sans-serif, Arial, Verdana !important;
  background: none !important;
  padding: 10px;
  border: 1px solid #a8acad;
  outline: 2px solid transparent;
  width: 40%;
  margin-left: 0 !important;
  flex-grow: 1;
}
.title-packagebox .form-container .form-group {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: start;
}
.title-packagebox .form-container .form-group label {
  flex-basis: 18%; /* Adjust label width as needed */
  font-family: "PT Sans", sans-serif, Arial, Verdana;
  font-weight: bold;
}

.title-packagebox .form-container .form-group label span {
  color: red;
}
.title-packagebox .form-container input:focus {
  border-color: rgb(16, 178, 16); /* Change border to green on focus */
  outline: 1px solid rgb(16, 178, 16);
}

.title-packagebox .form-container input {
  outline: 2px solid transparent; /* Default outline is transparent */
}

.title-packagebox .form-container p {
  margin-left: calc(20%); /* Same as the label width + gap */
  font-family: "PT Sans", sans-serif, Arial, Verdana;
  font-size: 16px;
  color: gray;
}
.title-packagebox .form-container p span {
  color: red;
}
.title-packagebox .buttons {
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 20%;
}
.title-packagebox .buttons .continue {
  background-color: rgb(53, 150, 27);
  color: white;
  padding: 16px 28px 16px 28px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  transform-origin: right;
}
.title-packagebox .buttons .continue:hover {
  box-shadow: 2px 3px 3px rgb(223, 223, 223);
  transform: scaleX(1.1);
}
.title-packagebox .buttons .back {
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  border: none;
  margin-left: -242px;
  color: rgb(168, 165, 165);
}
.title-packagebox .buttons .back:hover {
  text-decoration: underline;
}
.container-buynow .title-packagebox li:hover {
  text-decoration: none;
  cursor: text;
}

/* Checkout second page-third page after logo brief page starts here */

#checkout-secondpage-headline {
  width: 84%;
  margin: auto;
  margin-top: 4%;
  font-family: "PT Sans", sans-serif, Arial, Verdana !important;
}
#checkout-secondpage-headline ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}
#checkout-secondpage-headline li {
  text-align: center;
  color: rgb(151, 149, 149);
}
#checkout-secondpage-headline li:hover {
  text-decoration: underline;
  cursor: pointer;
}
#checkout-secondpage-headline .progress-container {
  position: relative;
  margin-top: 10px;
  width: 96%;
  margin: auto;
}
#checkout-secondpage-headline .progress-bar {
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
#checkout-secondpage-headline .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66%; /* 25% of the width */
  height: 100%;
  background-color: rgb(83, 189, 25);
  z-index: 1;
}
#checkout-secondpage-headline .tick-container {
  display: flex;
  justify-content: space-between;
}
#checkout-secondpage-headline .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(158, 158, 158);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
#checkout-secondpage-headline .tick {
  color: rgb(146, 144, 144);
  font-size: 18px;
}
#checkout-secondpage-headline .tick-circle.active {
  border-color: #4dc62f; /* Green border for active element */
  height: 44px;
  width: 44px;
  margin-top: -8px; /* Green background for active element */
}
#checkout-secondpage-headline .tick-circle.active .tick {
  color: #53c038;
  font-size: 24px;
  font-weight: 800; /* White tick on green background */
}
#checkout-secondpage-headline li.active {
  color: #4ec331;
  font-size: 18px;
}
#checkout-page-conatiner-package {
  display: flex;
  justify-content: space-between;
  width: 82%;
  /* margin-left: 10%; */
  margin-left: 10%;
}
.checkout-secondpage-packagebox {
  /* width: fit-content; */
  width: 55%;
  align-self: flex-start;
  /* margin-left: 4%; */
  text-align: start;
}
#checkout-second-container {
  padding: 16px 24px 10px 78px;
  flex-grow: 1;
  width: 62%;
  margin-left: auto;

  /* border: 1px solid rgb(47, 45, 45); */
  /* border-radius: 4px; */
  line-height: 33x;
  color: rgb(74, 72, 72);
  margin-bottom: -24px;
}
#checkout-second-container .green-top-text {
  color: green;
  font-weight: 500;
  font-size: 6rem;
}
#checkout-second-container h4 {
  color: rgb(89, 87, 87);
  font-weight: 600;
  font-size: 18px;
}
#checkout-second-container h4 span {
  color: black;
  font-weight: bolder !important;
}
#checkout-second-container .blue-top-text {
  color: rgb(38, 71, 169);
  font-weight: bolder;
  font-size: 20px;
  padding: 4px 0px 4px 0px;
}
#checkout-second-container .blue-top-text span {
  color: red;
}
#checkout-second-container .normal-text {
  font-size: 16px;
  font-weight: 600;
  width: 80%;
}
.pink-background-section {
  background-color: rgb(253, 245, 230);
  /* width: 70%; */
  padding: 20px;

  margin-top: 40px;
}
#checkout-second-container .pink-background-section .pinkbg-blue-top-text {
  white-space: nowrap;
  text-align: center;
  margin: auto;
  color: rgb(38, 71, 169);
  font-weight: bolder !important;
  font-size: 28px;
}
#checkout-second-container .pink-background-section .pinkbg-middle-bigtext {
  color: red;
  text-align: center;
  margin: auto;
}

#checkout-second-container
  .pink-background-section
  .greentick-listtext
  .blue-small-text {
  padding-top: 10px;
  padding-left: 34px;
  color: #3f719f;
  text-align: start;
  margin-bottom: 0;
  font-size: 20px;
}
#checkout-second-container .pink-background-section .greentick-listtext {
  display: flex;
  align-items: center;
}
#checkout-second-container .pink-background-section .greentick-listtext ul {
  color: black;
  font-weight: 600;
}
#checkout-second-container .pink-background-section .greentick-listtext li {
  padding-top: 10px;
  text-align: start;
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 16px;
  padding-right: 24px;
}
#checkout-second-container .pink-background-section .greentick-listtext li p {
  font-size: inherit;
}

#checkout-second-container
  .pink-background-section
  .greentick-listtext
  li
  span {
  font-size: 20px;
}
#checkout-second-container .pink-background-section .greentick-listtext,
button {
  background-color: rgb(253, 245, 230);
  font-weight: 600;
  color: black;
}
#checkout-second-container
  .pink-background-section
  .pink-background-section-second {
  display: flex;
  align-items: center;
}
#checkout-second-container
  .pink-background-section-second
  .bottom-bold-text-black {
  text-align: start;
  margin: auto;
  margin-left: 48px;
  width: 50%;
}
#checkout-second-container
  .pink-background-section-second
  .bottom-bold-text-black
  .bold-text {
  font-weight: 700 !important;
}

#checkout-second-container
  .pink-background-section-second
  .dark-blue-text-bottom {
  color: #145088;
  font-weight: 500;
  white-space: nowrap;
}
#checkout-second-container .footer-orange-text {
  font-weight: 600;

  width: 52%;
  padding: 46px;
}

#checkout-second-container .footer-orange-text .orange-text {
  font-weight: 700;
  font-size: 24px;
  padding-left: 10px;
  color: rgb(249, 100, 8);
  text-align: center;
  white-space: nowrap;
}
#checkout-second-container .footer-orange-text .orange-text span {
  color: #437bb0;
}
#checkout-second-container .footer-orange-text .bold-text {
  width: 70%;
  margin: auto;
  font-weight: bold;
  color: black;
}

#checkout-second-container .footer-green-text-slogan {
  color: rgb(7, 190, 7);
  text-align: center;
  /* width: 84%; */
  margin: auto;
  line-height: 2.3rem;
}
#checkout-second-container .footer-green-text-slogan .green-slogan {
  font-weight: 600;
  margin-left: 16px;
}

#checkout-second-container .footer-director-details {
  text-align: center;
  padding: 44px;
  padding-bottom: 0;
}
#checkout-second-container .footer-director-details .details {
  line-height: 0.8rem;
  color: gray;
  font-weight: 600;
  width: 64%;
  text-align: start;
  margin-left: 12%;
  margin-top: -70px;
  font-size: 8px;
}
#checkout-second-container .footer-buttons {
  text-align: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 40px;
}
#checkout-second-container .footer-buttons .back {
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  border: none;

  color: rgb(168, 165, 165);
}
#checkout-second-container .footer-buttons .back:hover {
  text-decoration: underline;
}
#checkout-second-container .footer-buttons .continue {
  background-color: rgb(53, 150, 27);
  color: white;
  padding: 14px 26px 14px 26px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  transform-origin: right;
  margin-top: -26px;
  margin-right: 16rem;
}
#checkout-second-container .footer-buttons .continue:hover {
  box-shadow: 2px 3px 3px rgb(223, 223, 223);
  transform: scaleX(1.1);
}

/* logo brief css starts here */

.container-logobrief {
  width: 84%;
  margin: auto;
  margin-top: 4%;
  font-family: "PT Sans", sans-serif, Arial, Verdana !important;
}

.container-logobrief ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 500;
}

.container-logobrief li {
  text-align: center;
  color: rgb(151, 149, 149);
}
.container-logobrief li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.container-logobrief .progress-container {
  position: relative;
  margin-top: 10px;
  width: 96%;
  margin: auto;
}

.container-logobrief .progress-bar {
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.container-logobrief .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52%; /* 25% of the width */
  height: 100%;
  background-color: rgb(43, 196, 13);
  z-index: 1;
}
.container-logobrief .tick-container {
  display: flex;
  justify-content: space-between;
}

.container-logobrief .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(158, 158, 158);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.container-logobrief .tick {
  color: rgb(146, 144, 144);
  font-size: 18px;
}

.container-logobrief .tick-circle.active {
  border-color: #4dc62f; /* Green border for active element */
  height: 44px;
  width: 44px;
  margin-top: -8px; /* Green background for active element */
}
.container-logobrief .tick-circle.active .tick {
  color: #53c038;
  font-size: 24px;
  font-weight: 800; /* White tick on green background */
}
.container-logobrief li.active {
  color: #4ec331;
  font-size: 18px;
}

.logo-brief-middle-section {
  margin-top: 2%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
}
.title-packagebox {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  width: 98%;
}

.title-packagebox .package-box {
  padding: 10px 2px 2px 10px;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.2);
}

.title-packagebox .package-box h4 {
  font-weight: 600;
  font-size: 26px;
}
.title-packagebox .package-box p {
  font-size: 18px;
  margin-top: -4px;
}
#checkout-page-conatiner-package .package-box {
  padding: 10px 2px 2px 10px;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.2);
}

#checkout-page-conatiner-package .package-box h4 {
  font-weight: 600;
  font-size: 26px;
}
#checkout-page-conatiner-package .package-box p {
  font-size: 18px;
  margin-top: -4px;
}
#checkout-page-conatiner-package .package-box ul {
  display: block;
  padding: 0;
  text-align: left;
}
#checkout-page-conatiner-package .package-box li {
  padding-top: 8px;
  text-align: left;
  color: gray;
  font-size: 17px;
  text-decoration: none;
  cursor: text;
}
#checkout-page-conatiner-package .package-box li strong {
  color: rgb(50, 49, 49);
}
.container-logobrief .title-packagebox ul {
  display: block;
  padding: 0;
  text-align: left;
}
.container-logobrief .title-packagebox li {
  padding-top: 8px;
  text-align: left;
  color: gray;
  font-size: 17px;
  text-decoration: none;
  cursor: text;
}
.container-logobrief .title-packagebox li strong {
  color: rgb(50, 49, 49);
}

.logo-brief-middle-section {
  margin-top: 2%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
}
.leftside-logobrief-details {
  margin-top: 2%;
}
.logo-brief-middle-section .title-packagebox {
  margin-top: -1%;
}
.logo-brief-middle-section .title-packagebox .top-text {
  color: black;
  width: 95%;
  font-size: 24px;
  padding-bottom: 8px;
}
.logo-brief-middle-section .logobrief-details .title {
  color: #3f719f;
  font-weight: 600;
  font-size: 26px;
}
/* logo brief css ends here */
.logobrief-details .details-list label {
  color: black;
  font-size: 18px;
  width: 46%;
  text-align: start;
}
.logobrief-details .details-list {
  width: 104%;
  display: block;
}
.logobrief-details .details-list .label-inputbox {
  padding-top: 28px;
  display: flex;
  align-items: start;
}
.logobrief-details .details-list .label-inputbox input,
.label-inputbox textarea {
  width: 50%;
  color: gray;
}
.logobrief-details .details-list .label-inputbox .other-colors {
  line-height: 1rem;
}
/* .logobrief-details .details-list .label-inputbox .choose-colors textarea {
  width: 100%;
} */
.logobrief-details .extra-services {
  color: #3f719f;
  padding-top: 40px;
}
.logobrief-details .extra-services h3 {
  color: #145088;
  font-weight: 600;
  font-size: 24px;
}
.logobrief-details .extra-services p {
  line-height: 2rem;
  padding-left: 40px;
}
.web-design-section-logobrief {
  margin-top: 6%;
  width: 100%;
}
.web-design-section-logobrief .title {
  color: #145088;
  font-weight: 600;
  font-size: 26px;
  text-decoration: underline;
}
.web-design-section-logobrief .webdesign-details {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 50px;
  line-height: 2rem;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  width: 100%;
}
.web-design-section-logobrief .webdesign-leftside {
  width: 36%;
}
.web-design-section-logobrief .webdesign-details .select-package-dropdown {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  width: 50%;
}
.web-design-section-logobrief .dropdown-package {
  position: relative;
  display: inline-block;
  width: 100%;
}

.web-design-section-logobrief .dropdown-button {
  background-color: white;
  color: gray;
  font-size: 13px;
  border: 1px solid gray;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  outline: none;
  text-align: left;
  padding: 3px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftside-logobrief-details .webdesign-slogan .slogan {
  text-align: center;
  margin: auto;
  color: #145088;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.leftside-logobrief-details .webdesign-slogan {
  margin-top: 30px;
}
.leftside-logobrief-details .footer-buttons {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 4%;
  align-items: center;
  margin-right: 100px;
}
.leftside-logobrief-details .footer-buttons .back {
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  border: none;

  color: rgb(168, 165, 165);
}
.leftside-logobrief-details .footer-buttons .back:hover {
  text-decoration: underline;
}
.leftside-logobrief-details .footer-buttons .continue {
  background-color: rgb(53, 150, 27);
  color: white;
  padding: 14px 26px 14px 26px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  transform-origin: right;
}
.leftside-logobrief-details .footer-buttons .continue:hover {
  box-shadow: 2px 3px 3px rgb(223, 223, 223);
  transform: scaleX(1.1);
}
/* .logobrief-details .details-list .label-inputbox */
/* Container for the entire grid */
.logobrief-details .details-list .label-inputbox .color-grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%; /* Add some space between rows */
}

/* Each row of 16 color boxes */
.logobrief-details .details-list .label-inputbox .color-row {
  display: flex;
  align-items: center;
  gap: 1px; /* Add some space between each box */
}

/* Style for each individual color box */
.logobrief-details .details-list .label-inputbox .color-box {
  width: 15px; /* Adjusted size for visibility */
  height: 15px; /* Adjusted size for visibility */
  border: 1px black; /* Optional: a border to define the color box */
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.logobrief-details .details-list .label-inputbox .color-box.selected {
  border: 2px solid black;
  transform: scale(1.1);
}
.pink-background-section .pinkbg-blue-top-text .diagonal-slash {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    to top right,
    transparent 48%,
    red 49%,
    red 51%,
    transparent 52%
  );
}

/* dropdown style is here */
/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-package:hover .dropdown-content {
  display: block;
}

.dropdown-package:hover .dropdown-button {
  background-color: #3e8e41;
} */
.package-box-bottom-hr-line {
  width: 98%;
  height: 1px;
  margin-bottom: 10px;
  background-color: rgb(183, 180, 180); /* Gray color for the line */
  margin-top: 10px; /* Space between the list and the line */
}
.package-box-footer-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-footer-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
#dynamic-text .sale-price-dynamictext {
  color: red;
  font-weight: 600;
  font-size: large;
  white-space: nowrap;
  text-align: justify;
  margin-right: 6px;
}
#dynamic-text .dynamic-flexed-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#package-top-redbanner {
  background-color: #ff2a00;
  width: fit-content;
  position: absolute;
  z-index: 4;
  bottom: 18%;

  left: 14%;
  padding: 6px !important;
  padding-left: 0px !important;
}
#package-top-redbanner h3 {
  color: white;
  font-size: 2.8rem !important;
  margin-top: -1px;
}
#package-top-redbanner h4 {
  font-weight: 600;
}
#package-top-redbanner li {
  font-size: 1.8rem !important;
  margin-left: -20px;
}
#second-title-homepage {
  background-color: rgb(213, 247, 192);
  width: fit-content;
  white-space: nowrap;
  padding: 1px 3px 10px 6px;
}
#second-title-homepage h2 {
  font-size: 2rem !important;
  line-height: 1rem;
  letter-spacing: normal !important;
  font-weight: 600 !important;
}
#extra-checkout-package-feature {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-right: 4px;
}
#extra-checkout-package-feature .yellow-banner {
  color: black !important;
  font-size: 13px !important;
  background-color: #ffff00 !important;
  padding: 2px !important;
  font-weight: 600 !important;
  height: fit-content !;
  margin-top: 4px;
  border-radius: 2px;
}

strong {
  line-height: inherit;
  display: inline-block;
  vertical-align: baseline;
  font-size: inherit;
  text-transform: capitalize;
}
.longtext-tooltip + .tooltip > .tooltip-inner {
  min-width: 490px !important;
  white-space: wrap;
  max-height: fit-content;
}
.porfolio-button-seepackage button,
.excited-pack-mobile button {
  position: relative;
  display: inline-block;
  background-color: rgb(9, 172, 9);
  color: white;
  font-size: 21px;
  cursor: pointer;
  padding: 10px 10px;
  font-weight: 600;
}

.porfolio-button-seepackage button:hover {
  background-color: #218e06;
}
.longtext-tooltip-socialmedia + .tooltip > .tooltip-inner {
  min-width: 490px !important;
  white-space: wrap;
  max-height: fit-content;
  text-align: left;
  padding-left: 20px !important;
  margin-left: -10%;
}

.arrow-packagebox {
  display: inline-block;
  transition: transform 0.4s ease;
  margin-left: 5px; /* Adds space between the text and arrow */
  font-size: 1em; /* Initial size of the arrow */
}

/* Increase size on hover */
a:hover .arrow-packagebox {
  transform: scale(1.5); /* Enlarges the arrow */
  font-size: 1.1em; /* Optionally adjust the font size */
}

.packagefeature-link {
  color: #1e64e6;
  font-weight: 600;
  font-size: 20px;
}
.packagefeature-link:hover {
  color: green;
}
.about-footer-image {
  max-width: 30%;
}
.image-footer-about-list {
  display: inline-flex;
  min-height: fit-content;
  width: fit-content;
  height: 100%;
  justify-content: center;
}
.custom-tooltip-text {
  line-height: 1.2 !important;
}
.custom-tootlip-bulletpoints {
  list-style-type: disc !important;
}
textarea::placeholder {
  margin-top: -2% !important;
  margin: 0;
  padding: 0 !important;
  color: rgb(194, 191, 191);
}
input::placeholder {
  color: rgb(205, 201, 201);
}
.top-tooltip + .tooltip {
  left: -5px !important; /* Adjust left positioning */
  transform: translateX(-30%) !important; /* Fine-tune positioning */
}
.top-tooltip + .tooltip .tooltip-inner {
  text-align: center !important;
}

.leftside-logobrief-details .top-text .list-text p {
  padding-bottom: 2rem;
}

/* for mobile 490px */
@media only screen and (max-width: 490px) {
  #checkout-secondpage-headline {
    width: 94% !important;
  }
  #checkout-secondpage-headline li {
    line-height: 1.2em;
  }
  #checkout-secondpage-headline ul {
    margin-top: -6%;
  }
  #checkout-second-container {
    padding: 8px 4px 10px 8px !important;
    width: 100% !important;
  }
  #checkout-page-conatiner-package {
    display: block !important;
    margin-left: 4px !important;
    width: 100% !important;
  }
  #checkout-page-conatiner-package .package-box {
    margin-right: 20px !important;
    margin-top: 30px;
    /* width: 135% !important; */
  }
  #checkout-second-container
    .pink-background-section
    .greentick-listtext
    .blue-small-text {
    padding-left: 0px !important;
  }
  #checkout-second-container .pink-background-section .pinkbg-blue-top-text {
    white-space: normal !important;
  }
  .pink-background-section {
    width: 100% !important;
  }
  #checkout-second-container
    .pink-background-section-second
    .dark-blue-text-bottom {
    white-space: normal !important;
  }
  #checkout-second-container .footer-orange-text {
    width: 100% !important;
    padding: 46px 4px 46px 0px !important;
  }
  #checkout-second-container .footer-orange-text .orange-text {
    white-space: normal !important;
  }
  .logobrief-details .details-list {
    width: auto !important;
  }
  .logobrief-details .details-list label {
    min-width: 105% !important;
  }
  .logobrief-details .details-list .label-inputbox input,
  .label-inputbox textarea {
    width: auto !important;
    font-size: 15px !important;
  }
  .logobrief-details .details-list .label-inputbox {
    display: grid !important;
  }
  .title-packagebox .buttons .continue,
  .leftside-logobrief-details .footer-buttons .continue {
    width: 100%;
  }
  .title-packagebox .form-container .form-group {
    display: grid !important;
    justify-content: normal !important;
  }
  .title-packagebox .form-container input {
    width: auto !important;
  }

  .title-packagebox .form-container {
    width: 100% !important;
    margin-top: 20px !important;
    margin: auto;
  }
  .title-packagebox .form-container p {
    margin-left: 0px !important;
    white-space: nowrap;
  }
  .title-packagebox .buttons {
    display: block !important;
  }
  .container-buynow {
    width: 94% !important;
  }
  .container-buynow li {
    line-height: 1.2em;
  }
  .container-buynow ul {
    margin-top: -6%;
  }
  .title-packagebox {
    display: block !important;
    margin-left: 4px !important;
  }
  .title-packagebox .package-box {
    margin-right: 0px !important;
    margin-top: 30px;
  }
  .percent-off {
    width: fit-content;
  }
  .container-logobrief {
    width: 94% !important;
  }
  #checkout-second-container .footer-buttons .continue {
    width: 100% !important;
    margin-right: 10px !important;
  }
  #checkout-second-container .footer-director-details .details {
    margin-top: -45px !important;
    text-align: center !important;
    margin-left: 0px !important;
  }
  .container-logobrief ul {
    margin-top: -6% !important;
  }
  .container-logobrief li {
    line-height: 1.2em;
  }
  .logo-brief-middle-section .title-packagebox .top-text {
    margin-top: 24px;
    margin-left: -10px;
  }
  .leftside-logobrief-details .footer-buttons {
    min-width: 100% !important;
  }
  .navbar-toggle {
    float: none !important;
    padding: 9px 18px !important;
  }
  #checkout-second-container .pink-background-section .greentick-listtext,
  button {
    padding-right: 10px !important;
  }
  .lastbutton .icon i {
    margin-left: 10px !important;
  }
  #checkout-second-container
    .pink-background-section-second
    .bottom-bold-text-black {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .title-packagebox .package-box {
    width: 100% !important;
  }
  .title-packagebox {
    width: 100% !important;
  }
  .checkout-secondpage-packagebox {
    width: 100% !important;
  }
  .container-buynow .title-packagebox ul,
  .container-logobrief .title-packagebox ul {
    margin-top: 0% !important;
  }
  .port-gray-border-round-box {
    margin-top: 170px !important;
  }
  .logos-by-industry h4 {
    white-space: nowrap;
  }
  .portab.nav-tabs {
    display: grid;
    width: 100%;
    /* grid-template-columns: repeat(2, 1fr);
    justify-content: start !important;
    direction: ltr !important; */
  }

  .forborder {
    width: 100% !important;
  }

  .single-logo-portfolio img {
    height: fit-content;
    width: 100%;
    /* margin-left: -15%; */
    /* margin-top: -30%; */
  }
  .porfolio-button-seepackage button,
  .excited-pack-mobile button {
    white-space: nowrap;
    width: 84%;
    background-color: rgb(53, 150, 27);
    border-radius: 6px;
  }
  .mgin {
    margin-left: 0% !important;
  }
  .excited-pack {
    width: 100% !important;
    margin-left: -10% !important;
  }
  .single-logo-portfolio button {
    background-color: rgb(53, 150, 27);
    color: white;
    padding: 16px 28px 16px 16px;
    font-weight: 500;
    font-size: 24px;
    border: none;
    border-radius: 5px;
    transition: transform 0.3sease-in-out;
    transform-origin: right;
    min-width: 100%;
  }
  #custom-tawk-button {
    left: 10px !important;
    right: auto;
    border: none;
    padding: 10px 15px !important;
    background-color: gray;
  }
  #custom-tawk-button span {
    display: none !important;
  }
  #custom-tawk-button img {
    mix-blend-mode: color-burn;
    margin-right: 0px;
  }
  .excited-pack-mobile {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin-top: 8rem;
  }
  .single-logo-portfolio {
    margin-top: 10%;
  }
  .button-with-numbers {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .button-with-numbers button {
    background-color: white;
    min-width: 20% !important;
    color: blue;
  }
  #checkout-second-container .footer-buttons {
    margin-right: 10px;
    display: block;
  }
  .navbar-default {
    background-color: white !important;
  }
  .longtext-tooltip + .tooltip > .tooltip-inner,
  .longtext-tooltip-socialmedia + .tooltip > .tooltip-inner {
    min-width: 100% !important;
    margin-left: 0px !important;
  }
  .tooltip-inner {
    left: 0px !important;
    min-width: 100% !important;
  }
  .detail .tooltip-inner {
    min-width: 300px !important;
  }
  .tooltip.in {
    /* left: 0px !important; */
    /* right: 20px; */
  }
}


@media only screen and (max-width: 330px) {
  .portab.nav-tabs {
    margin-right: 30px;
  }
}
