 *{
    padding :0px;
    /* margin:0px; */
 }

 body {
  font-family: 'Montserrat', sans-serif;
}

.transparent ul.act a {
  text-decoration: underline !important;       /* underline only links */
  text-underline-offset: 2px;       /* space between text and underline */
  color: #000;                      /* link color */
  font-weight:600;                 /* optional bold */
}

a{
  text-decoration: none;
  color:black;
}
        .headline {
            width: 100%;
            background-color: #BAF400;
            color: black;
            padding: 4px 0;
        }

        .headline .t {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .headline .t p {
            margin: 0;
            /* font-weight: bold; */
            font-size: 14px;
            color: #000000;
            font-weight: 500;
        }
        .headline{
          display:flex;
          align-items: center;
          justify-content: center;
        }

        .headline .t button {
            background: transparent;
            color: black;
            border: 1px solid black;
            padding: 5px 12px;
            cursor: pointer;
            border-radius: 4px;
            transition: 0.3s;
        }

        .headline .t button:hover {
            background: black;
            color: yellow;
        }

        .logo{
           position:absolute;
           display:flex;
           justify-content: space-between;
           /* margin-left: 189px; */
           width:100%;
           z-index: 1;
        }

        .logo img {
            height: 55px;
        }

        .p{
          margin-right:60px;
          color: #000000;
          font-size: 16px;
          font-weight: 500;
        }

        .black {
          width: 300px;
          height: 80px;
          background-color: #262323;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
        }

        .black p {
            margin: 30px;
        }

        .main {
            /* background-image: url(../images/Rectangle1.png); */
            position: relative;
            padding: 60px 0;
            overflow: hidden;
        }

        .yellow {
            background-color: #BAF400;
            color: black;
            padding: 15px 20px;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            /* margin-bottom: 30px; */
            width: auto;
            display: inline-block;
            margin-bottom: 15px;
        }

        .yellow p {
            margin: 0;
            color: #262323;
            font-size: 22px;
            font-weight: 500;
        }

        .yellow span {
            font-size: 80px;
            font-weight: bold;
            line-height: 1;
            color: #262323;
            letter-spacing: -2px;
        }

        .transparent h1 {
            font-weight: bold;
            font-size:68px;
            letter-spacing:-2px;
            color: #000000;
            /* margin-bottom: 20px; */
        }

        .transparent > p {
            font-size: 16px;
            color: #484848;
            line-height: 22px;
            margin-bottom: 0px;
            letter-spacing: -1px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        /* Features list (yellow bullets) */
        .transparent ul.features {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 30px;
        }

        .transparent ul.features li {
            color: black;
            font-size:18px;
            font-weight: bold;
            /* margin-bottom: 8px; */
        }

        .transparent ul.features li::marker {
            color: #BAF400;
        }

        /* CTA buttons list */
        .transparent ul.act {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .transparent ul.act li {
            display: inline-block;
        }

        .transparent ul.act li:first-child a {
            background: #BAF400;
            color: black;
            /* border: 2px solid black; */
        }

        .transparent ul.act li:first-child a:hover {
            background: transparent;
            color: black;
            border-color: black;
        }

        .transparent ul.act li:last-child a {
            background: transparent;
            color: black;
            border: 1px solid black;
        }

        .transparent ul.act li:last-child a:hover {
            background: #BAF400;
            color: black;
        }

        .transparent ul.act li a {
            display: inline-block;
            padding: 12px 25px;
            border-radius: 6px;
            /* font-weight: bold; */
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1rem;
            border: 1px solid #BAF400;
        }

      .laptop-image {
    text-align: center;
    padding: 20px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: auto; /* Let it size based on image */
    overflow: hidden;
}

/* Control the actual laptop image size */
.laptop-image img {
  position:relative;
  left:-140px;
    max-width: 140%;        /* Responsive width */
    height: auto;           /* Maintain aspect ratio */
          /* Control maximum height */
    width: auto;            /* Let width adjust automatically */
    object-fit: contain;    /* Keep image proportions */
}

/* Alternative: If you want specific dimensions */


        .logos {
            /* position: absolute; */
            /* bottom: 30px; */
            /* left: 50%; */
            /* transform: translateX(-50%); */
            /* text-align: center; */
        }

        .logos img {
        width: 100%;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .transparent h1 {
                font-size: 2rem;
            }
            
            .main {
                padding: 40px 0;
            }
            
            .laptop-image {
                margin-top: 30px;
                padding-left: 0;
            }
            
            .transparent ul.actions {
                justify-content: center;
            }
        }
.m{
    margin-bottom: 50px;
}


        .packages{
            margin-top: 80px;
            align-items: center;
            /* text-align: center; */
        }


.price{
    justify-content: space-between;
    display:flex;
}


.innerbox{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 6px 20px;
  margin-bottom: 15px;
}

.packageul li::marker {
  color: #BAF400;            /* bullet color */
         /* bullet size */
}


.sell{
  color:white;
  background-color: #E32909;
  border-radius: 50px;
  padding: 8px 25px;
  margin-bottom: 20px;
}


.sell p{
  margin: 0 !important;
  font-size:16px;
  font-weight: 600 !important;
}


.box {
  min-height: 450px;
  background-color: #F6F6F6;
  color: black;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column; /* stack content in Y axis */
  align-items: center;
  /* text-align: center; */
}

.box h6 {
  color: #000000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.box h1 {
  font-size: 58px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.box p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}

.box ul {
  /* list-style: none; */
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
  padding: 0px 29px;
  max-height: 250px;
  overflow-y: scroll;
}

.box ul li {
  font-size: 15px;
  color: #484848;
  font-weight: 500;
  margin: 4px 0px;
}

.box button, .box a {
  background: #BAF400;
  color: #262323;
  border: none;
  padding: 10px 50px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 16px;
}

.box button:hover {
  background: white;
  color: black;
}

.pictures{
    margin-top: 100px;
    margin-bottom: 120px;
}
.pt{
    text-align:center;
    align-items:center
}


.banner {
  position: relative;
    /* vertical center */
  height: 100%;
  min-height: 300px;
  padding: 66px 0px;
}


.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;             /* only cover 80% width */
  min-height:300px;
  /* height: 100%; */
  background: url("../images/16.png") no-repeat center center;
  background-size: cover; /* scale properly */
  z-index: -1;            /* keep it behind text */
  border-radius: 0 20px 20px 0; /* fixed border-radius syntax */
}


.banner p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #262323;
  font-weight: 500;
}

/* heading */
.banner h3 {
  font-weight: 700;   /* bold */
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}



.bannerlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bannerlist li {
  display: inline-block; /* applies to all li */
  margin-right: 15px;
}


/* shapes */


.mainbox {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

/* small circle */
.smallbox {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #262323;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border: 5px solid white; /* golden border */
  color: #fff;
  padding: 25px !important;
}

/* default: white icon inside black circle */
.smallbox img {
  filter: brightness(0) invert(1); /* makes image white */
  height: auto;
  width: 100%;
}

/* variant: yellow circle with black icon */
.smallbox.yellow {
  background: #BAF400;
  border: 5px solid white;
  color: black;
}
.smallbox.yellow img {
  filter: brightness(0); /* makes image black */
}

/* large box */
.largebox {
  background: #F6F6F6;
  border-radius: 1000px;
  padding: 60px 0 0px;
  min-height: 310px;

  /* dark shadow at bottom only */
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  border-bottom: 6px solid #484848;
}
.yel{
  border-bottom:6px solid#BAF400 !important;
}
.largebox h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 60px;
}

.largebox p {
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #484848;
  font-size: 15px;
  margin: 0;
  padding: 0px 30px;
}


.round i {
      /* border around */
      border-radius: 35%;          /* make it circular */
      padding: 10px;               /* space inside */
      font-size: 18px;             /* adjust icon size */
      color: #000;                 /* icon color */
      transition: 0.3s ease;       /* smooth hover */
}
 

.ro{
   background-color: #BAF400;
  border-radius: 35%;          /* make it circular */
  padding: 10px;               /* space inside */
  font-size: 18px;             /* adjust icon size */
  color: #000;                 /* icon color */
  transition: 0.3s ease;       /* smooth hover */
}



       /* feactures */




  .digital {
  background: #fff;
           /* full screen height */
         /* vertical center */
     /* horizontal center */
  margin-top: 100px;
}

.digital .container {
  max-width: 1000px;
}

/* features grid */
.feactures {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 in a row */
  gap: 20px; /* spacing between items */
  margin: 40px 0;
}

/* each feature box */
.feactures .name {
  background: #F6F6F6;            /* default background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}


.feactures .name h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

/* banner list buttons */
.bannerlist {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banlist{
  justify-content: left !important;
}


.bannerlist li a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

/* first button */
.bannerlist li .first {
  background: #BAF400; /* yellow */
  color: #262323;
  text-decoration: underline;
  font-weight: 600;
}

/* second button */
.bannerlist li .second {
  background: #262323;
  color: #EFEFEF;
}

/* third button */
.bannerlist li .third {
  background: #CAD1D3;
  color: #262323;
  text-decoration: underline;
  border: 1px solid #262323;
}





.fourbox{
  width:100%;
  margin-top: 200px;
}


/* Section styling */
.secondlast {
  position: relative;
  padding-top: 210px;
  margin-top: 170px;
  padding-bottom: 150px;
}

/* Section background image */
.secondlast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/21.png") no-repeat center/cover; /* replace with your bg */
  z-index: 0;
  /* opacity: 0.15; */
}

/* left & right decorative images */
.leftimage img,
.rightimage img {
  position: absolute;
  top: -110px; /* stick at top */
  height : 380px;
  position: top;
  z-index: 10;
  /* opacity: 0.3; */
  /* transform: rotate(-30deg);  */


   
}

.leftimage img {
  left: 0;
}

.rightimage img {
  right: 0;
   /* opposite tilt */
}

/* container on top */
.secondlast .container {
  position: relative;
  z-index: 2;
}

/* Reviews styling */
.review,
.midreview {
  background: #F6F6F6;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  font-weight:bold;
}

.midreview {
}

/* review bottom (profile + name) stays inside card */
.reviewbottom {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 15px; */
}

.reviewbottom img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

/* ensure h5 above and p below */
.reviewbottom h5 {
  margin: 0;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  margin-bottom: 3px;
}

.reviewbottom p {
  margin: 0;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}




      /* form */




.custom-form .form-control {
  border-radius: 8px;
  padding: 10px 12px;
}

.custom-form .btn {
  padding: 8px 20px;
  border-radius: 8px;
}


/* Section styling */
.form {
  position: relative;
           /* full height */
         /* vertical center */
     /* horizontal center */
  padding: 80px 0px;
}

/* Background image with before */
.form::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("../images/formbg.png") no-repeat center center/cover;
  z-index: -1;   /* keep behind content */
  
}

/* Ensure content is centered and readable */
.form .container {
  position: relative;
  z-index: 1;
  color: black; /* text visible on bg */
}

/* Form fields styling */
.custom-form .form-control {
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  border-color: #262323;
  height: 45px;
}

/* Submit button */
.custom-form .btn {
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #262323;
  border-color: #262323;
}





/* footer */


.footer {
  position: relative;
  min-height: 300px;         /* full height */
  display: flex;
  align-items: center;       /* vertical center */
  justify-content: center;   /* horizontal center */
  /* text-align: center; */
  overflow: hidden;
  padding: 10px 0;
 
}

/* Background image with before */
.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("../images/22.png") no-repeat center center/cover;
  z-index: -1;   /* keep behind content */
  
}





.footerbanner a {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Playfair Display", serif;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.3s;
}

.footerbanner a:hover {
  background-color: #000;
  color: #fff;
}


.footerlist {
  list-style: none;      /* removes bullets */
  padding: 0;            /* removes left padding */
  margin: 0;             /* removes default margin */
}

/* ul li {
  margin-bottom: 8px;
} */

ul li a {
  text-decoration: none; /* removes underline from links */
  color: inherit;        /* keeps text color consistent */
}


.icon {
  display: flex;
  align-items: center;
  gap: 10px; /* space between text and icons */
}

.icon a {
  font-size: 18px;  /* size of icons */
  color: #000;      /* change to match your theme */
  text-decoration: none;
}

.icon a:hover {
  color: #555;      /* hover effect */
}

.icon p {
  margin: 0;
}

.footer-bottom {
  
  padding-top: 15px;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.footer-bottom .icon a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
  height: 40px;
  border-radius: 16px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.footer-bottom .icon a:hover {
  color: #777;
}

.footer-bottom .icon span {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}


.ic{
  height:40px;
  width:40px;
  font-size: 25px;
  color:#BAF400
}

.ft{
  width:330px;
  height:70px;
  margin-top:5px;
}

.rev{
  text-align:left;
}


















.box {
  min-height: 450px;
  background-color: #F6F6F6;
  color: black;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease; /* Smooth transition for hover */
  align-self: flex-end; /* This makes all boxes align to the bottom */
}

/* Make the middle box (best seller) larger */
.mid{
  min-height: 500px; 
  transform: translateY(-50px); /* Move it up by half the extra height */
}

/* Hover effect - all boxes get the dark background on hover */
.box:hover {
  background-color: #262323 !important;
  color: white;
  /* transform: translateY(-10px); */ /* Slight lift effect */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Special hover handling for the middle box that's already dark */
.box[style*="background-color: #262323"]:hover {
  transform: translateY(-45px); /* Maintain its elevated position plus hover lift */
}

/* Hover effects for text elements */
.box:hover h1 {
  color: #BAF400 !important; /* Yellow price on hover */
}

.box:hover ul li {
  color: white !important; /* White text for list items */
}

/* Keep the sell badge visible on hover for middle box */
.box:hover .sell {
  background-color: #E32909; /* Maintain red background */
  color: white;
}

.box:hover p{
  color : black !important;
}
.black a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: white;
}

.laptop-img {
    position: absolute;
    right: -10%;
    width: 70%;
}

.laptop-img img {
    width: 100%;
}

.banner-left {
    margin-top: 120px;
}

section.home-banner {
    background-image: url(../images/Rectangle1.png);
}

.logos h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

section.banner-logos {
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-heading h1{
  color: #000000;
  font-weight: 700;
  font-size: 50px;
}

.section-heading p {
    color: #484848;
    font-size: 17px;
    font-weight: 500;
}

.box h6 span {
    color: #E32909;
    text-decoration: line-through;
}

.box:hover h6, .box:hover span {
    color: white;
}

.imagebox:hover img{
    transition: 2s ease-in-out;
    object-position: bottom;
}

.imagebox {
    width: 100%;
    height: 400px;
    display: block;
    margin: 15px 0px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}

.imagebox img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    transition: 1.5s ease-in-out;
}

.transparent ul.act li:last-child a i {
    margin-right: 5px;
}

a.third i{
  margin-right: 5px;
}

.cta-image {
    position: absolute;
    right: 0;
    width: 40%;
    top: -120px;
}

section.banner .container {
    position: relative;
}

.feactures .name h3 i {
    color: #262323;
}

.review>p {
    text-align: center;
    margin-bottom: 20px;
}

.midreview p {
    text-align: center;
    margin-bottom: 20px;
}

section.form .container {
    position: relative;
}

.form-img {
    position: absolute;
    width: 56%;
    left: -8%;
}

.form-img img {
    width: 100%;
}

section.form .section-heading h1 {
    font-size: 45px;
}

section.form .section-heading p {
    font-size: 15px;
}

form.custom-form {
    width: 96%;
    margin-left: auto;
}

ul.footerlist h5 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

ul.footerlist h6 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

.footer-bottom .icon a:hover {
    background-color: #BAF400;
    color: #000000;
}

.box:hover a {
    color: black;
}

.popupform {
    width: 420px;
    border-radius: 10px;
    padding: 24px 30px 30px;
    overflow: visible;
    border-bottom: none;
    background: #f7f7f7;
    background-size: contain!important;
}

.pop-head h3 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.popupform h2 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    border-left: none;
}

.pop-head h3 span {
    color: red;
    position: relative;
    top: -2px;
}

.popupform form input {
    margin: 0;
    font-weight: 400;
}

.popupform ul li input[type=submit] {
    background: red;
    color: #fff;
    font-size: 18px;
    border: 1px solid red;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 10px;
    outline: 0;
    border-radius: 3px;
    width: 100%
}

.number {
    background: #fff;
    border: 1px solid #cecece;
    padding: 13px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
    resize: none;
    height: 45px;
}

.popupform .fancybox-close-small {
    border: none;
    background: url(../images/close1.png) center center no-repeat;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    right: 0;
    top: 0;
    overflow: visible
}

.popupform ul li input[type=email], popupform ul li input[type=tel], .popupform ul li input[type=text], .popupform ul li textarea {
    background: #fff;
    border: 1px solid #cecece;
    padding: 13px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important;
    resize: none;
    height: 45px;
}

.popupform ul li textarea {
    height: 95px
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    display: inline-block;
}

.popupform ul {
    margin: 0;
}

.popupform ul li input[type=email], .popupform ul li input[type=text], .popupform ul li textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

label.error {
    display: none !important;
}

input.error {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

/* responsive.css */

@media (max-width: 991.98px) {
  .cta-image {
      position: absolute;
      top: -45px;
      right: 6px;
      width: 50%;
  }

  .banner::before {
      width: 100%;
      height: 100%;
  }

  .cta-image img {
      width: 100%;
  }

  .feactures {
      display: block;
      margin: 10px 0px;
  }
  .black {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0px;
    font-size: 15px;
  }

  .col-auto.ml-auto {
      margin-left: 0px !important;
  }

  .black a {
      display: block;
      width: 100%;
  }

  .logo .col-auto {
      width: 100%;
  }

  .headline .t p {
      font-size: 12px;
      text-align: center;
  }

  .headline .col-auto {
      width: 100%;
      text-align: center;
  }

  .p {
      margin: 0;
      font-size: 14px;
  }

  .yellow p {
      font-size: 14px;
  }

  .yellow span {
      font-size: 50px;
  }

  .transparent ul.features li {
      font-size: 14px;
  }

  .transparent > p {
      font-size: 15px;
  }

  .yellow {
      padding: 12px;
  }

  .banner-left {
      margin-top: 90px;
  }

  .laptop-img {
      top: 105px;
      right: -23%;
  }

  .transparent ul.act li {
      width: 100%;
  }

  .transparent ul.act li a {
      width: 100%;
      text-align: center;
      font-size: 15px;
  }

  section.banner-logos {
      padding: 0;
      padding-bottom: 15px;
  }

  .section-heading h1 {
      font-size: 26px;
  }

  .section-heading p {
      font-size: 14px;
  }

  .packages {
      margin-top: 30px;
  }

  .packages .col-lg-8.mb-5 {
      margin-bottom: 0 !important;
  }

  .packages .row.mt-5 {
      margin-top: 5px !important;
  }

  .box p {
      font-size: 14px;
      text-align: center;
  }

  .box h1 {
      font-size: 45px;
  }

  .box h6 {
      font-size: 18px;
  }

  .box ul li {
      font-size: 14px;
  }

  .mid {
      transform: none;
  }

  .box {
      margin-bottom: 15px;
  }

  .box button, .box a {
      font-size: 15px;
      padding: 8px 30px;
      display: block;
      width: 100%;
      text-align: center;
  }

  .box ul {
      padding: 0 15px;
  }

  .pictures {
      margin-top: 20px;
      margin-bottom: 0;
  }

  .pictures .row.justify-content-center.pt.mb-4 {
      margin-bottom: 0 !important;
  }

  .imagebox img {
      height: 300px;
  }

  .imagebox {
      height: 300px;
      margin: 10px 0px;
  }
  .bannerlist {
      display: block;
  }

  .bannerlist li {
      display: block;
      width: 100%;
  }

  .bannerlist li a {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      font-size: 15px;
  }

  .banner {
      padding: 20px 0px;
      margin-top: 20px;
  }

  .banner p {
      font-size: 15px;
      width: 52%;
  }

  .banner h3 {
      font-size: 16px;
      line-height: 24px;
  }

  .banner h3 br {
      display: none;
  }

  .fourbox {
      margin-top: 80px;
  }

  .mainbox {
      margin-bottom: 70px;
  }
  
  .digital {
      margin-top: 0;
  }
  .feactures .name h3 {
      font-size: 15px;
  }

  .feactures .name {
      margin-bottom: 10px;
      padding: 15px;
  }

  .leftimage {
      position: absolute;
      width: 50%;
      top: -35px;
      left: 0;
  }

  .leftimage img {
      width: 100%;
      position: static;
      height: auto;
  }

  .rightimage {
      position: absolute;
      right: 0;
      width: 50%;
      top: -35px;
  }

  .rightimage img {
      height: auto;
      width: 100%;
      position: static;
  }

  .secondlast {
      margin-top: 50px;
      padding-top: 100px;
      padding-bottom: 15px;
  }

  .section-heading p br {
      display: none;
  }

  .review>p br {
      display: none;
  }

  .review>p {
      font-size: 14px;
      margin-bottom: 15px;
  }

  .review, .midreview {
      padding: 15px;
      margin-bottom: 15px;
  }

  .reviewbottom h5 {
      font-size: 15px;
  }

  .reviewbottom img {
      height: 50px;
      width: 50px;
  }

  section.secondlast .row.justify-content-center.mb-5 {
      margin-bottom: 0 !important;
  }

  section.form .section-heading h1 {
      font-size: 26px;
  }

  section.form .section-heading p {
      font-size: 14px;
  }

  .form {
      padding: 30px 0px;
  }

  .form-img {
      display: none;
  }
  .custom-form .form-control {
      margin-bottom: 10px;
      height: 40px;
      padding: 0px 15px;
  }

  .custom-form .row.mb-3 {
      margin-bottom: 0 !important;
  }

  .footer {
      min-height: auto;
      height: auto;
      padding-top: 20px !important;
      display: block;
  }

  .footer .row {
      margin-top: 0 !important;
  }

  .ft {
      width: 100%;
      height: auto;
  }

  .footer .row > div {
      margin-bottom: 15px;
  }

  .row.footer-bottom > div {
      display: block !important;
  }

  .footer-bottom p {
      margin-bottom: 14px !important;
  }

  .logo img {
      margin: 0 auto;
      display: block;
  }
}