.ourpackage-firstsection{
  padding: 30px 210px;
}



.ourpackage-firstsection h1{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
  font-size:60px ;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}



.ourpackage-firstsection h2{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:45px ;
  text-align: center;
}



.ourpackage-firstsection p{
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    line-height: 36px;
}



.ourpackage-secsection {
    background: url(../images/price-list-check.png) 0 0 / cover no-repeat;
    padding: 30px 210px;
}

.ourpackage-secsection h2 {
     margin-top: 0;
    font-family: Livvic, sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: justify;
    line-height: 65px;

}

.ourpackage-secsection span {
        color: #ffffff;
}
.ourpackage-secsection a{
      color: #ffffff;
}


.ourpackage-secsection img{
    width: 210px;
    animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}


.ourpackage-secsection h2 a {

  text-decoration:underline;

}


.ourpackage-thridsection{

    padding: 30px 210px;

}

.ourpackage-thridsection p{
    margin-bottom: 0px;
    margin-top: 50px;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    line-height: 36px;
}


.features-section {
        padding: 20px 20px;
    margin-bottom: 40px;
    text-align: center;
}

.features-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-box {
       background: #ffccbc;
    padding: 20px 25px;
    border-radius: 10px 50px 10px 47px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
        font-size: 20px;
    font-weight: 500;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }
}

/* ===== FLOATING BACKGROUND ===== */
.ak3-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.ak3-bg span {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.2;
  animation: float 20s linear infinite;
}

.ak3-bg span:nth-child(1) {
  width: 200px; height: 200px;
  background: #84B4C8;
  left: 10%; top: 20%;
}

.ak3-bg span:nth-child(2) {
  width: 300px; height: 300px;
  background: #619196;
  left: 70%; top: 60%;
}

.ak3-bg span:nth-child(3) {
  width: 150px; height: 150px;
  background: #DFC7C1;
  left: 40%; top: 80%;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}

/* ===== SECTION ===== */
.ak3-section {
 padding: 70px 20px;
    text-align: center;
}

.ak3-title {
  font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  font-size: 42px;
      color: #00887a;
  margin-bottom: 70px;
}

/* ===== GRID ===== */
.ak3-grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 37px;
    max-width: 1100px;
    margin: auto;
}

/* ===== CARD ===== */
.ak3-card {
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px;
  transition: 0.4s;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

.ak3-card:hover {
  box-shadow: 0 20px 40px rgba(97,145,150,0.3);
}

/* ===== ICON ===== */
.ak3-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
  background: #DFC7C1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak3-icon svg {
  width: 28px;
  height: 28px;
  stroke: #619196;
  fill: none;
  stroke-width: 2;
}

/* ===== TEXT ===== */
.ak3-card p {
      text-transform: capitalize;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    font-family: 'Livvic';
}

/* ===== HOVER GLOW ===== */
.ak3-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  opacity: 0;
  transition: 0.5s;
}

.ak3-card:hover::before {
  opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .ak3-title { font-size: 32px; }
}


.unblockbestprice{
    width: 1520px;
}

.expertbtn{
    
    font-weight: 800;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 20px;
    margin: 40px 0px 0 -20px;
    width: 22%;
    text-transform: capitalize;
    background: linear-gradient(to right, #d3e3fc, #77a6f7, #6398f4);
    color: #124d46;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);

  
  }




  /* ===== UNIQUE RESEARCH PARTNER DESIGN ===== */

.rp-trust-section{
    position: relative;
    width: 100%;
    padding: 40px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d4f1ff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.rp-trust-glow{
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(circle, rgba(0,255,200,0.15), transparent 70%);
    border-radius:50%;
    animation:rpGlow 6s ease-in-out infinite alternate;
}

@keyframes rpGlow{
    from{
        transform:scale(1) translateY(-20px);
    }
    to{
        transform:scale(1.15) translateY(20px);
    }
}

.rp-trust-card{
    position: relative;
    /* max-width: 850px; */
    padding: 25px 50px;
    border-radius: 28px;
    background: rgb(255 204 188);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    text-align: center;
    z-index: 2;
}

.rp-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(0,255,200,0.12);
    color:#7fffd4;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:28px;
    border:1px solid rgba(127,255,212,0.25);
}

.rp-heading{
   font-family: 'Lexend';
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1.4;
    color: #212529;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 5px 175px;
}

.rp-heading span{
       color: #0ab28a;
    position:relative;
}




.rp-description{
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.9;
    color: #c7d2e0;
    max-width: 700px;
    margin: auto;
    margin-bottom: 35px;
}

.rp-highlight{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, #00c896, #00cca4);
    color: #04121f;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Oswald';
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(0, 229, 255, 0.25);
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    .rp-trust-card{
        padding:40px 25px;
    }

    .rp-heading{
        font-size:30px;
    }

    .rp-description{
        font-size:15px;
    }

    .rp-highlight{
        font-size:14px;
        padding:14px 20px;
    }
}



/*.higs-services-section{
    max-width:1300px;
    margin:auto;
}
*/
.higs-services-section{
  padding: 70px 50px;
}
.higs-services-title{
      font-family: "Lexend", sans-serif;
      margin-top: 40px;
    text-align:center;
    font-size:48px;
    font-weight:700;
    color:#111;
    margin-bottom:60px;
    position:relative;
    text-transform:uppercase;
    letter-spacing:1px;
}

.higs-services-title::after{
    content: "";
    width: 120px;
    height: 7px;
    background: #00887a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-radius: 20px;
}

/* ===== TABLE WRAPPER ===== */

.higs-service-table-wrap{
   background: #fff;
    overflow: hidden;
    border-right: 1px solid #000;
    border: 1px solid #dfe7f2;
}

/* ===== TABLE ===== */

.higs-service-table{
    width:100%;
    border-collapse:collapse;
}

.higs-service-table td{
    padding: 30px 15px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    font-style: italic;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    transition: 0.4s ease;
    border-right: 1px solid #dfe7f2;
    border-bottom: 1px solid #dfe7f2;
    background: #ffffff;
        border: none;
}

/* alternate style */

.higs-service-table tr:nth-child(odd) td:nth-child(even),
.higs-service-table tr:nth-child(even) td:nth-child(odd){
    background: #77a6f77a;
    color: #000;
}

/* hover effect */

.higs-service-table td:hover{
    background: #00887acf;
    color:#fff;
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(33,150,243,0.25);
}

/* remove extra borders */

.higs-service-table tr:last-child td{
    border-bottom:none;
}

.higs-service-table td:last-child{
    border-right:none;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px){

    .higs-services-title{
        font-size:34px;
    }

    .higs-service-table td{
        font-size:17px;
        padding:24px 18px;
    }

}

@media(max-width:768px){

    .higs-service-table,
    .higs-service-table tbody,
    .higs-service-table tr,
    .higs-service-table td{
        display:block;
        width:100%;
    }

    .higs-service-table tr{
        margin-bottom:20px;
    }

    .higs-service-table td{
        border-right:none;
    }

}
.packagelast{

  padding: 50px 100px;
}




/*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#6959ff;
}*/

/* MAIN SECTION */

.higs-contact-area{
/*min-height:100vh;
display:flex;*/
justify-content:center;
align-items:center;
padding:40px;
background:linear-gradient(135deg,#7267ff,#6356f7);
position:relative;
overflow:hidden;
}

.higs-contact-area:before{
content:"";
position:absolute;
width:450px;
height:450px;
left:-180px;
top:-180px;
background:rgba(255,255,255,.05);
border-radius:50%;
}

.higs-contact-area:after{
content:"";
position:absolute;
width:500px;
height:500px;
right:-220px;
bottom:-220px;
background:rgba(255,255,255,.05);
border-radius:50%;
}

/* CARD */

.higs-contact-box{
width: 100%;
    background: #fff;
    border-radius: 28px;
    display: flex;
    padding: 50px;
    position: relative;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .18);
}

/* TOP BARS */

.higs-contact-box:before{
content:"";
position:absolute;
top:25px;
left:50px;
width:120px;
height:18px;
background:#fff;
border-radius:50px;
box-shadow:
880px 0 0 #fff;
}

/* SIDE CUTS */

.higs-cut{
position: absolute;
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
}

.higs-cut-left-top{
    left: -85px;
    top: 65px;
}

.higs-cut-left-bottom{
left: -195px;
    bottom: 165px;
}

.higs-cut-right-top{
right: -215px;
    top: 190px;
}

.higs-cut-right-bottom{
    right: -75px;
    bottom: 85px;
}

/* LEFT */

.higs-form-side{
/*width:55%;
padding-right:50px;*/
}

.higs-form-side h2{
    text-align: justify;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Lexend';
    font-weight: 700;
    color: #3f43d7;
    margin-bottom: 15px;
}

.higs-form-side h2 b{

     color: #f74069;
}

.higs-form-side p{
font-size:14px;
color:#8c8c8c;
line-height:1.9;
margin-bottom:35px;
max-width:380px;
}

.higs-form-side label{
    text-transform: capitalize;
    font-family: 'Livvic';
    display: block;
    margin-bottom: 8px;
    margin-top: 18px;
    font-size: 15px;
    color: #000000;
}

.higs-form-side input,
.higs-form-side textarea,
.higs-form-side select{
width:100%;
border:none;
background:#f3f4fa;
border-radius:12px;
padding:15px;
outline:none;
}
.higs-form-side select option{

    background-color: #fff;
    color:#000;
}

.higs-form-side textarea{
height:110px;
resize:none;
}

.higs-form-side button{
margin-top:25px;
border:none;
background:linear-gradient(
135deg,
#7568ff,
#5d52f7
);
padding:14px 38px;
border-radius:30px;
color:#fff;
font-weight:600;
cursor:pointer;
box-shadow:
0 10px 25px rgba(93,82,247,.35);
}

/* RIGHT */

.higs-info-side{
width:45%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.higs-mail-illustration{
position:relative;
margin-bottom:40px;
}

.higs-mail-illustration img{
width:220px;
}

/* FLOATING DOTS */

.dot{
position:absolute;
border-radius:50%;
}

.d1{
width:8px;
height:8px;
background:#6d5cff;
top:30px;
left:10px;
}

.d2{
width:10px;
height:10px;
background:#ff4ec7;
right:10px;
top:50px;
}

.d3{
width:6px;
height:6px;
background:#ffb100;
bottom:30px;
left:30px;
}

.d4{
width:10px;
height:10px;
background:#6ddcff;
right:40px;
bottom:25px;
}

.d5{
width:7px;
height:7px;
background:#7c4dff;
top:10px;
right:70px;
}

/* CONTACT INFO */

.higs-contact-info{
    padding: 20px 30px;
    width: 100%;
}

.higs-contact-info div{
text-transform: capitalize;
    text-align: justify;
    margin-bottom: 18px;
    font-family: 'Livvic';
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}

.higs-contact-info div b{

        color: #f74069;
}


.higs-info-side img{
        width: 430px;
}


.higs-contact-info span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(135deg, #7568ff, #5d52f7);
    color: #d9ebff;
    border: 1px solid #f64269;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(93, 82, 247, .3);
}

/* SOCIAL */

.higs-social{
display:flex;
gap:12px;
margin-top:20px;
}

.higs-social a{
width:42px;
height:42px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
text-decoration:none;
background:linear-gradient(
135deg,
#7568ff,
#5d52f7
);
color:#fff;
font-weight:600;
box-shadow:
0 10px 20px rgba(93,82,247,.3);
}

/* MOBILE */

@media(max-width:991px){

.higs-contact-box{
flex-direction:column;
padding:35px;
}

.higs-form-side,
.higs-info-side{
width:100%;
}

.higs-form-side{
padding-right:0;
margin-bottom:40px;
}

.higs-form-side h2{
font-size:42px;
}

}









@media (min-width: 321px) and (max-width: 375px){


.ourpackage-secsection img {
    width: 165px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.higs-contact-area {
    padding: 5px;
}
.higs-contact-box {
        width: unset;
        padding: 5px;
}
.higs-info-side img {
    width: 270px;
}
.higs-contact-info {
    padding: 5px 5px;
}
.higs-contact-info div {
      font-size: 15px;
}
.higs-cut-left-top {

  display: none;
}
.higs-cut-left-bottom {

    display: none;
}
.higs-cut-right-top {

    display: none;
}
.higs-cut-right-bottom {
    display: none;
}
.higs-form-side h2 {
        font-size: 28px;
        line-height: 51px;
}
.feature-box {
      font-size: 15px;
}

.ourpackage-firstsection {
    padding: 10px 10px;
}

.ourpackage-firstsection h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -100px;
}
.ourpackage-firstsection h2 {
    font-size: 26px;
}
.ourpackage-firstsection p {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 30px;
}
.ourpackage-secsection {

    padding: 10px 10px;

}
.ourpackage-secsection h2 {
    margin-top: 0;
        font-size: 22px;
    line-height: 38px;
}
.ourpackage-thridsection {
    padding: 10px 10px;
}

.ourpackage-thridsection p {
font-size: 16px;

}

.ourpackagebannerfrtimg{
    width: 350px;
}
.ak3-section {
    padding: 20px 10px;
}
.ak3-title {
        font-size: 22px;
    }
.ak3-grid {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
}
.expertbtn {
    font-weight: 800;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 17px;
    margin: 10px 0px 0 0px;
    width: 85%;
}
.rp-trust-section {
    width: 100%;
    padding: 20px 10px;
}
.rp-heading {
      padding: 5px 5px;
}
.rp-heading {
        font-size: 20px;
}
.higs-services-section {
    padding: 10px 10px;
}
.higs-services-title {
    font-size: 22px;
}
.higs-service-table td{
        font-size: 16px;
        padding: 16px 13px;
 }
 .packagelast {
    padding: 10px 10px;
}

.packagelast  img{
     width: 310px;
}




}


@media (min-width: 376px) and (max-width: 425px){




.ourpackage-secsection img {
    width: 165px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.higs-contact-area {
    padding: 5px;
}
.higs-contact-box {
        width: unset;
        padding: 5px;
}
.higs-info-side img {
    width: 270px;
}
.higs-contact-info {
    padding: 5px 5px;
}
.higs-contact-info div {
      font-size: 15px;
}
.higs-cut-left-top {

  display: none;
}
.higs-cut-left-bottom {

    display: none;
}
.higs-cut-right-top {

    display: none;
}
.higs-cut-right-bottom {
    display: none;
}
.higs-form-side h2 {
        font-size: 28px;
        line-height: 51px;
}
.feature-box {
      font-size: 15px;
}

.ourpackage-firstsection {
    padding: 10px 10px;
}

.ourpackage-firstsection h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -100px;
}
.ourpackage-firstsection h2 {
    font-size: 26px;
}
.ourpackage-firstsection p {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 30px;
}
.ourpackage-secsection {

    padding: 10px 10px;

}
.ourpackage-secsection h2 {
    margin-top: 0;
        font-size: 22px;
    line-height: 38px;
}
.ourpackage-thridsection {
    padding: 10px 10px;
}

.ourpackage-thridsection p {
font-size: 16px;

}

.ourpackagebannerfrtimg{
           width: 418px;
}
.ak3-section {
    padding: 20px 10px;
}
.ak3-title {
        font-size: 22px;
    }
.ak3-grid {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
}
.expertbtn {
    font-weight: 800;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 17px;
    margin: 10px 0px 0 0px;
    width: 85%;
}
.rp-trust-section {
    width: 100%;
    padding: 20px 10px;
}
.rp-heading {
      padding: 5px 5px;
}
.rp-heading {
        font-size: 20px;
}
.higs-services-section {
    padding: 10px 10px;
}
.higs-services-title {
    font-size: 22px;
}
.higs-service-table td{
        font-size: 16px;
        padding: 16px 13px;
 }
 .packagelast {
    padding: 10px 10px;
}

.packagelast  img{
    width: 375px;
}





}



@media (min-width: 426px) and (max-width: 576px){




.ourpackage-secsection img {
    width: 165px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.higs-contact-area {
    padding: 5px;
}
.higs-contact-box {
        width: unset;
        padding: 5px;
}
.higs-info-side img {
    width: 270px;
}
.higs-contact-info {
    padding: 5px 5px;
}
.higs-contact-info div {
      font-size: 15px;
}
.higs-cut-left-top {

  display: none;
}
.higs-cut-left-bottom {

    display: none;
}
.higs-cut-right-top {

    display: none;
}
.higs-cut-right-bottom {
    display: none;
}
.higs-form-side h2 {
        font-size: 28px;
        line-height: 51px;
}
.feature-box {
      font-size: 15px;
}

.ourpackage-firstsection {
    padding: 10px 10px;
}

.ourpackage-firstsection h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -100px;
}
.ourpackage-firstsection h2 {
    font-size: 26px;
}
.ourpackage-firstsection p {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 30px;
}
.ourpackage-secsection {

    padding: 10px 10px;

}
.ourpackage-secsection h2 {
    margin-top: 0;
        font-size: 22px;
    line-height: 38px;
}
.ourpackage-thridsection {
    padding: 10px 10px;
}

.ourpackage-thridsection p {
font-size: 16px;

}

.ourpackagebannerfrtimg{
     width: 568px;
}
.ak3-section {
    padding: 20px 10px;
}
.ak3-title {
        font-size: 22px;
    }
.ak3-grid {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
}
.expertbtn {
    font-weight: 800;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 17px;
    margin: 10px 0px 0 0px;
    width: 85%;
}
.rp-trust-section {
    width: 100%;
    padding: 20px 10px;
}
.rp-heading {
      padding: 5px 5px;
}
.rp-heading {
        font-size: 20px;
}
.higs-services-section {
    padding: 10px 10px;
}
.higs-services-title {
    font-size: 22px;
}
.higs-service-table td{
        font-size: 16px;
        padding: 16px 13px;
 }
 .packagelast {
    padding: 10px 10px;
}

.packagelast  img{
    width: 510px;
}
.ak3-card {
    padding: 15px;
}




}

@media (min-width: 767px) and (max-width: 991px){






.ourpackage-secsection img {
    width: 165px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.higs-contact-area {
           padding: 110px;
}
.higs-contact-box {
        width: unset;
        padding: 5px;
}
.higs-info-side img {
    width: 270px;
}
.higs-contact-info {
    padding: 5px 5px;
}
.higs-contact-info div {
      font-size: 15px;
}
.higs-cut-left-top {

  display: none;
}
.higs-cut-left-bottom {

    display: none;
}
.higs-cut-right-top {

    display: none;
}
.higs-cut-right-bottom {
    display: none;
}
.higs-form-side h2 {
               font-size: 40px;
        line-height: 70px;
}
.feature-box {
      font-size: 15px;
}

.ourpackage-firstsection {
           margin-top: 160px;
        padding: 10px 10px;
}

.ourpackage-firstsection h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -100px;
}
.ourpackage-firstsection h2 {
    font-size: 26px;
}
.ourpackage-firstsection p {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 30px;
}
.ourpackage-secsection {

    padding: 10px 10px;

}
.ourpackage-secsection h2 {
    margin-top: 0;
        font-size: 22px;
    line-height: 38px;
}
.ourpackage-thridsection {
    padding: 10px 10px;
}

.ourpackage-thridsection p {
font-size: 16px;

}

.ourpackagebannerfrtimg{
           width: 978px;
}
.ak3-section {
    padding: 20px 10px;
}
.ak3-title {
        font-size: 22px;
    }
.ak3-grid {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
}
.expertbtn {
    font-weight: 800;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 17px;
    margin: 10px 0px 0 0px;
    width: 85%;
}
.rp-trust-section {
    width: 100%;
    padding: 20px 10px;
}
.rp-heading {
      padding: 5px 5px;
}
.rp-heading {
        font-size: 20px;
}

.higs-services-section {
    padding: 10px 10px;
}
.higs-services-title {
    font-size: 22px;
}
.higs-service-table td{
        font-size: 16px;
        padding: 16px 13px;
 }
 .packagelast {
    padding: 10px 10px;
}

.packagelast  img{
   width: 925px;
}
.ak3-card {
    padding: 15px;
}






}


@media (min-width: 1000px) and (max-width: 1280px){


.ourpackage-secsection {
   padding: 30px 90px;
}

.higs-contact-area {
    padding: 95px;
}

.higs-form-side h2 {
    font-size: 52px;
}
.higs-info-side img {
    width: 390px;
}

.ourpackagebannerfrtimg{
           width: 1277px;

}

.ourpackage-firstsection h2 {

    font-size: 37px;

}
.packagelastimg{

           width: 1033px;
}
.rp-heading {
    padding: 5px 110px;

}
.expertbtn {

width: 28%;
}






}



@media (min-width: 1300px) and (max-width: 1440px) {












}


@media (min-width: 1920px){


.rp-trust-section {
    position: relative;
    width: 100%;
    padding: 60px 250px;
}
.ourpackagebannerfrtimg{
    width: 1920px;
}
.ourpackage-secsection img {
    width: 315px;
}
.ourpackage-secsection h2 {
    font-size: 50px;
    line-height: 70px;
}
.ourpackage-secsection {
    padding: 50px 200px;
}



}



