@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, a, span {
  font-family: "Poppins", sans-serif !important;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-50 {
  width: 49%;
}

.col-100 {
  width: 100%;
}

.col-33 {
  width: 32%;
}

.col-25 {
  width: 24%;
}

/* Header Styles */
header.header-main {
  position: absolute;
  width: 100%;
  padding-top: 10px;
}

.header-right-col {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: end;
}

.logo-col {
  width: 20%;
}

img {
  width: 100%;
}

.header-right-col i {
  color: #F4B117;
}

.header-right-col a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 16px;
  font-weight: 400;
}

.phone {
  padding: 0 40px 0 40px;
}

/* Hero Area */
.hero-area {
  padding: 150px 0 50px 0;
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-area h1 {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  text-align: left;
}

.hero-area p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left;
  line-height: 24px;
}

.hero-area li.point {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 10px;
  list-style-type: none;
}

.bollet-point {
  display: flex;
  align-items: center;
  margin: 0 0 11px 0;
}

.bollet-point i.fas.fa-arrow-alt-circle-right {
  color: #F4B117;
}

/* Buttons */
.btn-secondary a {
  display: block;
  background: red;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  background-color: #F18C25;
  border-style: none;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px;
}

.btn-primary a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: rgba(97, 206, 112, 0);
  border-style: solid;
  border-width: 2px;
  border-color: #F18C25;
  border-radius: 5px;
  padding: 10px 30px;
  animation: blinkingText 1.2s infinite;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  width: fit-content;
}

.hero-area .btn-primary {
  margin: 40px 0;
}

.hero-area .btn-primary a {
  color: #fff !important;
}

@keyframes blinkingText {
  0% {
    /* opacity: 0; */
  }
  49% {
    background-color: #3da300;
    color: #fff;
  }
  60% {
    background-color: #3da300;
    color: #fff;
  }
  99% {
    opacity: 1
  }
}

/* Hero Right Column */
.hero-right-col {
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/form-bg.png);
  padding: 30px;
  background-size: 100% 100%;
}

.hero-right-col label {
  display: none;
}

.hero-right-col input,
.hero-right-col textarea {
  background-color: #ffffff;
  border: 1px solid #69727d;
  width: 100%;
  border-radius: 3px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.hero-right-col h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  width: 65%;
  line-height: 1;
  margin: 0 0 29px 0;
}

.form-check {
  display: flex;
  align-items: baseline;
}

.form-check input#agree {
  width: fit-content;
}

.form-check label {
  font-size: 14px;
  font-family: 'Poppins';
  margin: 0 0 0 10px;
  display: block;
}

.form-check label a {
  color: #000;
}

.hero-right-col button {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #E0252F;
  color: #ffffff;
  padding: 9px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0 0 0;
}

/* Brands */
.brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* After Banner Section */
.after-ban-sec {
  padding: 20px 0;
}

.after-ban-sec h2 {
  font-size: 28px;
  font-weight: 500;
}

.after-ban-left {
  width: 25%;
}

.after-ban-right {
  width: 75%;
}

.after-ban-sec .row {
  border-bottom: 1px solid #EAE5ED;
}

/* Award Winning Section */
.award-winning-sec {
  padding: 70px 0;
  position: relative;
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/award-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.award-winning-sec .right-col.col-50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.award-winning-sec .box {
  border-style: none;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 30px;
  border-radius: 10px;
  transition: all 1s;
  margin: 0 0 20px 0;
}

.award-winning-sec .right-col.col-50 img {
  width: fit-content;
  margin: 0 0 20px 0;
}

.award-winning-sec .box:hover {
  transform: scale(1.05);
}

.award-sec-btns {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}

/* Global Heading */
h2.global-h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.award-winning-sec p {
  margin: 30px 0;
}

/* E-commerce Section */
.e-commerce-sec {
  padding: 50px 0;
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/e-commerce-bg.jpg);
}

.e-commerce-sec .row {
  flex-direction: column;
}

.e-com-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.e-commerce-sec p {
  color: #333333;
  text-align: center;
  margin: 30px 0 35px 0;
}

.e-com-box {
  width: 24%;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  margin: 0px 12px 0px 12px;
  padding: 25px 0px 25px 0px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
  min-height: 153px;
}

.e-com-box img {
  width: fit-content;
}

.e-com-box:hover {
  transform: scale(1.1);
}

/* Portfolio Section */
.protfolio-sec {
  padding: 50px 0;
}

.protfolio-sec h2.global-h2 {
  text-align: center;
}

.protfolio-sec p {
  text-align: center;
  margin: 20px 0 30px 0;
  color: #333333;
}

/* Gallery */
.gallrty-inner.row {
  flex-wrap: wrap;
  align-items: flex-start;
}

.gallery-col {
  width: 32%;
  margin: 0 0 20px 0;
}

.gallery-col a {
  width: 100%;
  display: block;
}

.gallery-col a img {
  width: 100%;
  max-width: 100% !important;
  height: 300px;
  object-position: center top;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  object-fit: cover;
  transition-duration: 3s;
}

.gallery-col a img:hover {
  object-position: bottom center !important;
}

/* Yellow CTA */
.yellow-cta {
  padding: 70px 0;
  background-color: #E4A829;
  background-image: url(https://crypticalwebstudio.com/website-design-lp/assets/images/yellow-cta-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30% auto;
}

.yellow-cta p {
  margin: 30px 0 35px 0;
  width: 70%;
}

.yellow-cta .btn-primary a {
  border-color: #000;
}

/* Packages Section */
.packages-sec {
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/packages-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}

.packages-sec h2.global-h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.package-col {
  width: 31%;
  background-color: #FFFFFF;
  padding: 30px 0px;
  border-radius: 15px;
  margin: 10px;
  transition: all 1s;
}

.packages-inner.row.packages-slider {
  flex-wrap: wrap;
  align-items: start;
}

.package-card-head {
  background: #E0252F;
  margin: 0px 10px;
  padding: 15px 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.package-card-head h4 {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
}

.package-card-head h3 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 -16px 0;
}

.package-card-head h5 {
  font-size: 18px;
  color: #FFFFFF;
  float: right;
  font-weight: 700;
  text-decoration: line-through;
}

.package-col li {
  list-style-type: none;
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(9, 9, 9, 0.04);
  font-size: 14px;
  line-height: 18px;
}

.package-col i.fas.fa-arrow-alt-circle-right {
  margin: 0 15px 0 0px;
  font-size: 15px;
}

.card-pointers {
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 15px;
}

.card-pointers::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  border-radius: 10px;
}

.card-pointers::-webkit-scrollbar-track {
  border-radius: 10px;
}

.card-pointers::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e4a829;
}

.card-btm {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  gap: 20px;
}

.card-btm a {
  background: #E0252F;
  border-radius: 20px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.package-col:hover {
  background-color: #e4a829;
  transform: scale(1.05);
}

.package-col:hover i.fas.fa-arrow-alt-circle-right {
  color: #fff;
}

.packages-sec .slick-dots li button::before {
  color: #e4a829 !important;
  border: 1px solid #e4a829;
  border-radius: 40px;
}

.packages-sec ul.slick-dots {
  bottom: -40px;
}

/* Tailored Tabs */
.tailored-tabs {
  padding: 50px 0;
}

.tailored-tabs h2.global-h2 {
  text-align: center;
}

.tailored-tabs p {
  text-align: center;
  margin: 20px 0px 30px 0;
  color: #333333;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-left-col {
  width: 49%;
}

.tab-right {
  width: 49%;
}

.tailored-tabs .tab-right h2.global-h2 {
  text-align: left;
  font-weight: 600;
}

.tailored-tabs .tab-right p {
  text-align: left;
}

.tailored-tabs .tab-right a {
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  fill: #000000;
  color: #fff;
  background-color: #E0252F;
  border-radius: 5px;
  padding: 10px 25px;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  animation: blinkingText 1.2s infinite;
  letter-spacing: 1px;
}

.tailored-tabs .tab-right i.fas.fa-phone-alt {
  transform: rotate(99deg);
  margin: 0 10px 0 0px;
}

.tailored-tabs .tab-buttons {
  text-align: center;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tailored-tabs button {
  background: none;
  border: none;
  padding: 20px 20px;
}

.tailored-tabs button.active {
  background: #E4A829;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Counter Section */
.counter-sec {
  padding: 50px 0;
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/counter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-sec h2.global-h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 25px 0;
}

.counter-sec .counter-col {
  width: 24%;
  text-align: center;
}

.counter-sec h4 {
  color: #E4A829;
  font-size: 52px;
  font-weight: 700;
}

.counter-sec p {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

/* Need Section */
.need-sec {
  padding: 70px 0 40px 0;
  background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/need-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.need-sec p {
  color: #333333;
  margin: 20px 0 35px 0;
}

.need-sec .row {
  align-items: flex-start;
}

.left-col.col-50.box-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.need-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  border-style: none;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  margin: 0px 15px 25px 5px;
  padding: 20px;
  transition: all 1s;
  width: 46%;
  height: 100%;
}

.need-box img {
  width: fit-content;
}

.need-sec h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.need-box p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.need-box.box-down {
  margin: 40px 0 20px 0;
}

.need-box.box-up {
  margin-top: -35px;
}

/* Testimonials Section */
.testi-sec {
  padding: 50px 0;
}

.testi-sec h2 {
  text-align: center;
}

.testi-sec p {
  text-align: center;
  color: #333333;
  margin: 25px 0 36px 0;
}

.testi-sec .slick-track {
  display: flex;
  gap: 20px;
}

.testi-sec .slick-dots li button::before {
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 40px;
}

/* Reviews */
.review-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-family: Arial, sans-serif;
}

.review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  width: 23%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-header .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

.review-header .avatar img {
  width: 100%;
}

.review-header .info .name {
  font-weight: bold;
  font-size: 14px;
}

.review-header .info .time {
  font-size: 12px;
  color: gray;
}

.review-stars {
  color: #fbbc04;
  font-size: 23px;
  margin-bottom: 10px;
}

.review-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  min-height: 90px;
}

.review-text a {
  color: #999999;
}

.review-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-top: auto;
}

.review-footer img {
  height: 22px;
  width: fit-content;
}

.review-footer a {
  display: flex;
  align-items: anchor-center;
  gap: 9px;
  text-decoration: none;
  color: #197bff;
  font-size: 13px;
}

img.testi-brands-img {
    margin: 30px 0 0 0;
}

footer.footer-area {
    background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/ftr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}



.footer-area h2 {
    color: #fff;
    margin: 0 0 30px 0;
}

.footer-area h2 span {
    color: #e4a829;
}

.footer-area input {
    background-color: rgba(255, 255, 255, 0);
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
    padding: 8px 16px;
    margin: 0 0 20px 0;
        color: #fff;
}

.fixed-contact-fields {
    display: flex;
    gap: 15px;
}

.footer-area textarea {
    background-color: rgba(255, 255, 255, 0);
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
    padding: 8px 16px;
    margin: 0 0 20px 0;
            color: #fff;
}

.form-check input {
    width: fit-content;
}

.footer-area .form-check label {
    color: #fff !important;
}

.footer-area .form-check label a {
    color: #fff;
}

.footer-area button.submit-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px 20px 20px 20px;
    padding: 9px 20px 9px 20px;
    background-color: #E4A829;
    color: #000000;
    border: none;
    cursor: pointer;
    margin: 20px 0 0 0;
}

.footer-area button.submit-btn:hover {
    background-color: #E0252F;
    color: #fff;
    transition: ease-in-out 0.5s;
}

footer.footer-area .right-col.col-50 a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px 0;
    display: block;
}

footer.footer-area .right-col.col-50 i {
    font-size: 18px;
    color: #1f1f1f;
    width: 30px;
    height: 30px;
    background: #ff0;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    margin: 0 10px 0 0;
}

footer.footer-area .row {
    align-items: flex-start;
    gap: 100px;
}

footer.footer-area .right-col.col-50 img {
    width: fit-content;
    margin: 30px 0 0 0;
}

.copy-sec {
    background: #1f1f1f;
    padding: 10px 0 90px 0px;
    margin: -40px 0 0 0;
}

.copy-sec .left-col {
    width: 30%;
}

.copy-sec .mid-col {
    width: 22%;
}

.copy-sec .end-col {
    width: 40%;
    display: flex;
    gap: 0px;
    justify-content: space-between;
}


.copy-sec p {
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.copy-sec p a{
    color: #fff;
    text-align: left;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
}

.copy-sec .mid-col a {
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 10px;
    width: fit-content;
    text-decoration: none;
}

.mid-col .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.sticky-cta a {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px;
    padding: 15px 0px 15px 0px;
    font-size: 20px;
    transition: all 0.1s linear;
    background: #03a84e;
    animation: blinkingText 1.2s infinite;
    z-index: 1000;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin: 0px 0 0px 0;
}


.header-right-col .btn-secondary a:hover {
    color: #fff;
    transition: ease-in-out 0.5s;
    background: #e0252f;
}

.rev-rat-col img {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    object-fit: contain;
}

.rev-rat-col {
    width: 25%;
    text-align: center;
}

.rating-div {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    gap: 15px;
    padding-top: 5px;
}

.rating-div img.star-img {
    width: 29%;
    margin: 0;
    height: 100%;
}

.rev-rat-col p {
    text-align: center;
    color: #6D6E71;
    margin: 0 !important;
    width: fit-content;
    font-weight: 600;
    font-size: 19px;
}

.rev-rat-sec .row {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-items: center;
    margin: 30px 0 0 0;
}

.rev-rat-sec h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #212529;
    text-align: center;
}

.rev-rat-sec p {
    margin: 0px 0 20px 0;
    font-size: 17px;
    text-align: center;
}

.rev-rat-sec {
    padding: 50px 0 0;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup box */
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 23px;
  cursor: pointer;
  color: #fff;
  background: #F18C25;
  border-radius: 20px;
  width: 34px;
  text-align: center;
}

.popup-modal-content {
    background: #fff;
    width: 80%;
    max-width: 500px;
    padding: 60px 20px;
    border-radius: 35px;
    position: relative;
}


.popup-modal-content h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #F18C25;
    font-size: 25px;
    line-height: 36px;
    font-weight: 800;
    padding: 0 20px;
}

.popup-modal-content p {
    text-align: center;
    padding: 0 45px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
    margin: 0 0 20px 0;
}

.popup-modal-content input {
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #dee2e6;
    margin: 0 0 14px 0;
}

.popup-modal-content textarea {
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #dee2e6;
    margin: 0 0 14px 0;
}

.popup-modal-content button.submit-btn {background: #F18C25;border: navajowhite;padding: 15px 20px;border-radius: 10px;font-family: 'Poppins';font-weight: 600;color: #fff;font-size: 16px;}

.popup-modal-content form.popup-form {
    text-align: center;
}


.popup-modal-content .form-check {
    display: flex;
    align-items: baseline;
}

.popup-modal-content .form-check input#popagreed {
    width: fit-content;
}

.popup-modal-content label {
    text-align: left;
    margin: 0 0 20px 10px;
}


.hero-inner {
    padding: 250px 0px 200px 0;
    background: url(https://crypticalwebstudio.com/website-design-lp/assets/images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-inner h1 {
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.policy-content {
    padding: 50px 0;
}

.policy-content h4 {
    font-size: 25px;
    margin: 20px 0 5px 0;
    font-weight: 600;
}

.policy-content ul {
    padding: 10px 0 0 30px;
}

.policy-content a {
    color: #000;
    text-decoration: underline;
}

.hero-inner.hero-inner-ty h1 {text-align: left;font-size: 65px;}

.hero-inner.hero-inner-ty p {
    color: #fff;
    font-size: 22px;
}


@media screen and (max-width: 767px) { 

.header-right-col {
    display: none;
}

.logo-col {width: 100%;text-align: center;}

.logo-col img {margin: 0 auto;width: 66%;}

.row {
    flex-direction: column;
}

.col-50 {
    width: 100%;
}

.container {
    padding: 0 20px;
}

.hero-area {
    padding-top: 120px;
    background-position: left;
}

.hero-area h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
}

body {
    overflow-x: hidden !important;
}

.hero-area p {
    text-align: center;
}

.bollet-point {
    justify-content: center;
}

.hero-area .btn-primary {
    text-align: center;
    display: flex;
    justify-content: center;
}

.brands {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
}

.brand-img {
    width: 46%;
    text-align: center;
}

.brands img {
    width: fit-content;
}

header.header-main {
    padding-top: 20px;
}

.hero-right-col {
    padding: 20px 20px;
}

.hero-right-col h2 {
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    line-height: 24px;
}

.rev-rat-sec h2 {
    font-size: 26px;
    line-height: 32px;
}

.rev-rat-sec p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 20px;
}

.rev-rat-sec .row {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}

.rev-rat-col {
    width: 49%;
}

.award-winning-sec {
    background: #fff;
    padding: 50px 0 40px 0;
}

h2.global-h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
}

.award-winning-sec p {
    text-align: center;
    margin: 20px 0 20px 0;
}

    .award-sec-btns .btn-primary a {
    font-size: 14px;
    padding: 10px 10px;
}

.award-sec-btns {
    justify-content: center;
    gap: 15px;
    margin: 25px 0 25px 0;
}

.award-winning-sec .box {
    padding: 20px 20px;
}

.award-winning-sec .box h4 {
    text-align: center;
    line-height: 22px;
}

.e-com-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.e-com-box {
    width: 43%;
    min-height: 140px;
    margin: 0;
    padding: 20px 0;
}

.e-com-box img {
    width: 50%;
}


.packages-sec {
    overflow-x: hidden;
}

.package-col.slick-slide {
}

.gallrty-inner.row {
    flex-direction: row;
}

.gallery-col {
    width: 100%;
    margin: 0 0 15px 0;
}

.gallery-col a img {
    height: 250px;
}

.yellow-cta {
    padding: 50px 0;
    text-align: center;
    background-image: none;
}

.yellow-cta p {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.yellow-cta .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}

.tailored-tabs .tab-buttons {
    flex-wrap: wrap;
    gap: 20;
}

.tailored-tabs button {
    padding: 10px 20px;
    width: 45%;
}

.tabs-wrapper {
    flex-direction: column;
    gap: 20px;
}

.tab-left-col {
    width: 100%;
}

.tab-right {
    width: 100%;
}

.tailored-tabs .tab-right h2.global-h2 {
    text-align: center;
}

.tailored-tabs .tab-right p {
    text-align: center;
    margin: 15px 0;
}

.btn-secondary {
    text-align: center;
}



.counter-wrapper.row {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px;
}

.counter-sec .counter-col {
    width: 48%;
}

.counter-sec h4 {
    font-size: 28px;
}

.counter-sec p {
    font-size: 15px;
}

.need-sec {
    padding: 50px 0;
}

.need-box.box-down {
    margin: 0;
}

.need-box.box-up {
    margin-top: 0;
}

.need-box {
    margin: 0;
    text-align: center;
    padding: 20px 15px;
    width: 47% !important;
}

.need-box p {
    margin: 13px 0 0 0;
    text-align: center;
    min-height: 150px;
}

.need-sec h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}



.need-sec .btn-primary {
    text-align: center;
    display: flex;
    justify-content: center;
}

.need-sec h2.global-h2 {
    margin: 30px 0 0 0;
}

.need-sec p {
    text-align: center;
}

.left-col.col-50.box-wrapper {
    gap: 15px;
    justify-content: space-between;
}

img.testi-brands-img {
    display: none;
}

.testi-sec ul.slick-dots {
    bottom: -40px;
}

footer.footer-area {
    padding: 50px 0;
}

form.ftr-form {
    text-align: center;
}

.footer-area .form-check label {
    text-align: left;
}

footer.footer-area .row {
    gap: 30px;
}

footer.footer-area .right-col.col-50 a {
    font-size: 16px;
    text-align: center;
}

.card-info-details {
    text-align: center;
}

footer.footer-area .right-col.col-50 img {
    margin: 0;
}

.copy-sec .left-col {
    width: 100%;
}

.copy-sec p {
    text-align: center;
}

.copy-sec .mid-col {
    width: 70%;
}

.copy-sec .end-col {
    width: 100%;
}

.copy-sec .row {
    gap: 20px;
}

.copy-sec p a {
    text-align: center;
}


.packages-inner.row {
    flex-direction: row;
}

.review-wrapper {
    flex-direction: row;
}

.popup-modal-content {
    padding: 20px 20px;
}

.popup-modal-content p {
    padding: 0 20px;
    font-size: 16px;
} 

}



