.main-header-sec {
    height: 100vh;
    font-size: 16px;
    position: relative;
    background-image: url(../images/header-graphic.svg);
    background-repeat:  no-repeat;
    background-position: center right;
    background-size:contain  
}

.main-header-sec .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-header-sec .main-header-sec-content {
    width: 100%;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
}

.main-header-sec .main-header-sec-content h1 {
    font-size: var(--heading-01);
    margin-bottom: 20px;
}

.main-header-sec .main-header-sec-content p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    width: 80%;
    letter-spacing: normal;
}

.main-header-sec .main-header-sec-content p span {
    color: var(--bs-primary);
}
.subheading h1 {
    font-size: var(--heading-02) !important;
    margin-bottom: 20px;
}
.subheading p { 
    font-size: 22px !important;
    font-weight: normal !important; 
}
.icon-header {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 789px;
    height: auto;
}
 

.our-vision {
    text-align: center;
}

.our-vision h2 {
    font-size: var(--heading-02);
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.our-vision p {
    width: 80%;
    margin: auto; 
    font-size: 20px;
}

.our-vision .bg-set {
    padding: 35px 0;
    background: linear-gradient(90deg, rgba(208, 208, 208, 1) 0%, rgba(245, 245, 245, 0.8) 50%, rgba(222, 222, 222, 0.8) 100%);
    border-radius: 0 100px 100px 0;
    position: relative;
}

.our-vision .bg-set::before {
    content: '';
    position: absolute;
    top: 0;
    left: -449px;
    width: 450px;
    height: 100%;
    background: linear-gradient(90deg, rgba(208, 208, 208, 1), rgba(208, 208, 208, 1));
}
.join-us-sec {
    text-align: center;
}

.join-us-sec h2 {
    font-size: var(--heading-02);
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.join-us-sec p { 
    margin: auto;
}

.join-us-sec .bg-set2 {
    padding: 35px 0;
    background: linear-gradient(90deg, rgba(208, 208, 208, 0.8) 0%, rgba(245, 245, 245, 0.8) 50%, rgba(222, 222, 222, 1) 100%);
    border-radius: 100px 0 0 100px;
    position: relative;
}
.join-us-sec .bg-set2 p{
    font-size: 20px; font-family: var(--bs-font-sans-serif);
}
.join-us-sec .bg-set2::before {
    content: '';
    position: absolute;
    top: 0;
    right: -449px;
    width: 450px;
    height: 100%;
    background: linear-gradient(90deg, rgba(222, 222, 222, 1), rgba(222, 222, 222, 1));
}

.video-wrapper {
    position: relative;
    width: 830px;
    padding-top: 0;
    overflow: hidden;
    border-radius: 0 400px 400px 0;
    height:500px;
    margin-left: -243px;
    background-color: #d4d4d4;
}

.rounded-video {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video scales properly */
}
.floating-img {
    position: absolute;
    top: 50%;
    left: 47%;
    width: 60px;
    animation: float 6s infinite ease-in-out alternate;
}

@keyframes float {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.sec-h-100vh{
    min-height: 100vh; display: flex;
}
 
 
@media screen and (max-width: 1366px) {
    .icon-header {
        right: -50px;
        bottom: -343px;
        width: 400px;
    }
 
      .floating-img { 
        width: 50px; 
    } 
     .video-wrapper {
            position: relative;
            width: 760px;
            padding-top: 0; 
            height: 440px;
            margin-left: -243px;  
    }
}

@media screen and (max-width: 1024px) {
.video-wrapper {
    width: 436px;
    border-radius: 0 170px 170px 0;
    height: 348px;
    margin-left: -50px;
  }
  .floating-img { 
    width: 40px; 
}
}

@media screen and (max-width: 992px) {
    .our-vision .bg-set::before {
        left: -440px;
    }
 
    .main-header-sec .main-header-sec-content h1 {
        margin-bottom: 18px;
    }

    .main-header-sec .main-header-sec-content p {
        font-size: 24px;
    }

    .main-header-sec .main-header-sec-content p {
        margin-bottom: 0;
    }
    .subheading p { 
        font-size: 20px !important; 
    }
    .icon-header {
        right: -50px;
        bottom: -233px;
        width: 300px;
    }
}
@media screen and (max-width: 991px) { 

    .video-wrapper {
        width: 656px;
        border-radius: 0 190px 190px 0;
        height: 358px;
        margin-left: -62px;
      }
    }
@media screen and (max-width: 992px) {
    .pb-991{
    padding-bottom: 30px;
    }
    .pt-991{
        padding-top: 30px;
        }
    .join-us-sec .bg-set2::before {
        right: -440px;
    }
    .floating-img { 
        width: 60px; 
    }
    .join-us-sec .bg-set2 p{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .main-header-sec {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 150px;
        font-size: 15px;
    }

    .main-header-sec .main-header-sec-content p {
        font-size: 16px;
        width: 100%;
    }
    .subheading p { 
        font-size: 18px !important; 
    }

    .icon-header {
        right: -50px;
        bottom: -250px;
        width: 250px;
    }

    .our-vision p {
        width: 100%;
        font-size: 16px;
    }

    .our-vision .bg-set {
        padding: 30px; border-radius: 0 70px 70px 0; 
    }
    .join-us-sec p {
        width: 100%;
        font-size: 14px;
    }

    .join-us-sec .bg-set2 {
        padding: 30px;  border-radius: 70px 0 0 70px; 
    }
    
    .video-wrapper {
        width: 506px;
        border-radius: 0 190px 190px 0;
        height: 268px;
        margin-left: -12px;
      }
      .floating-img { 
        width: 50px; 
    } 
}


@media screen and (max-width: 480px) {
    .main-header-sec {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 68vh;
        background-position: unset;
        background-position: -50%;
    }

 
    .our-vision .bg-set::before {
        left: -445px;
    }

    .icon-header {
        right: -40px;
        bottom: -144px;
        width: 215px;
    }
    .join-us-sec .bg-set2::before {
        right: -445px;
    }
    .video-wrapper {
        width: calc(100% + 10px);
        border-radius: 0 190px 190px 0;
        height: 268px;
        margin-left: -15px;
      }
}

@media screen and (max-width: 425px) {
 
    .floating-img { 
        width: 45px; 
    }
}
@media screen and (max-width: 375px) {
.video-wrapper { 
    height: 210px; 
  }
}

.bg-color-set-se-2{
    background: linear-gradient(90deg, rgba(208, 208, 208, 1) 0%, rgba(245, 245, 245, 0.8) 50%, rgba(222, 222, 222, 0.8) 100%);
}

.section-molecular-infrastructure-img {
    font-size: 1rem; 
}

.section-molecular-infrastructure-img h2 {
    font-size: var(--heading-02);
    margin-bottom: 0.9375rem;
} 
.section-molecular-infrastructure-img h3 {
    font-size: var(--heading-04);
    margin-bottom: 0.9375rem;
} 
.section-molecular-infrastructure-img h4{
    font-size: calc( var(--heading-04) - 12px);
    margin-bottom:20px; margin-top: 10px;
} 
.section-molecular-infrastructure-img .progress, .section-molecular-infrastructure-img .progress-stacked, 
.section-molecular-infrastructure-img .progress-bar{ height: 6px !important;}


.section-molecular-infrastructure-img .small-label{
    font-size: 18px; margin-top: 10px; display: block; font-weight: 500; opacity: 0.8;
}
.section-molecular-infrastructure-img h2 small {
    font-size: 40%; display: block;
} 
.set-padding-left-lg{
    padding-left: 80px;
} 
 
.section-molecular-infrastructure-img .progress-line {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4c4f50;
}
.section-molecular-infrastructure-img .progress-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 6px;
    background-color: var(--bs-secondary);
}
.section-molecular-infrastructure-img p {
    font-size: 20px;
} 

.section-molecular-infrastructure-img strong {
    font-weight: var(--primary-font-weight);
}
.img-animation{
    position: relative;
    width: 400px;
height: 400px;  margin-left: auto; margin-right: auto;
}
.molecular-infrastructure-img{
width: 590px;
height: 590px;  
border-radius: 50%;
object-fit: cover; 
}

.circle {
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: circle-move 6s infinite ease-in-out alternate;
}

.circle-yellow {
    width: 400px;
    height: 400px;  
    border-color:var(--bs-secondary);
    top: 0px;
    right: 0px; left: 0;
    animation-delay: 0s;
}

.circle-pink {
    width: 400px;
    height: 400px;  
    border-color:var(--bs-primary);
    top: 0px;
    right: 0px; 
    left: 0;
    animation-delay: 1s;
}
.molecular-img{
    width: 100%;
    height: auto;
}
@keyframes circle-move {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(50px, -30px) rotate(25deg);
    }
    100% {
        transform: translate(-10px, 30px) rotate(25deg);
    }
}
.style-set-img{
    border-radius: 0 !important;
    overflow: visible !important;
    width: 100%;
    height:auto;
}

@media (max-width:85.375rem) {
 
    .img-animation{
        width: 350px;
        height: 350px; 
    }
    .molecular-infrastructure-img {
        width: 520px;
        height: 520px; 
      }
      .circle-yellow {
        width: 350px;
        height: 350px; 
    }
    
    .circle-pink {
        width: 350px;
        height: 350px; 
    }
}

@media (max-width:64rem) {
    .section-molecular-infrastructure-img h2 { 
        margin-bottom: 0.625rem;
    } 

    .section-molecular-infrastructure-img p {
        font-size:16px;
    } 
    .img-animation{
        width: 292px;
        height: 292px;
    }
    .molecular-infrastructure-img{ 
        width: 422px;
        height: 422px;
      } 
      .circle-yellow {
        width: 292px;
        height: 292px;
    }
    
    .circle-pink {
        width: 292px;
        height: 292px;
    }
}

@media (max-width:61.9375rem) {
    .row-flex-direction {
        flex-direction: column-reverse;
    }
    .img-animation{
        width: 350px;
        height: 350px;
    }
    .molecular-infrastructure-img{
        width: 350px;
        height: 350px;
        margin: 0 auto;
        display: block;
      } 
      .circle-yellow {
        width: 350px;
        height: 350px;
    }
    
    .circle-pink {
        width: 350px;
        height: 350px;
    }
}

@media (max-width:47.9375rem) {
  
    .img-animation{
        width: 340px;
        height: 340px; 
    }
    .molecular-infrastructure-img{
        width: 340px;
        height: 340px; 
      }  
      .circle-yellow {
        width: 340px;
        height: 340px; 
    }
    
    .circle-pink {
        width: 340px;
        height: 340px; 
    }
    
    @keyframes circle-move {
        0% {
            transform: translate(0, 0) rotate(0deg);
        }
        50% {
            transform: translate(30px, -20px) rotate(25deg);
        }
        100% {
            transform: translate(-7px, 20px) rotate(25deg);
        }
    }
}

@media (max-width:320px) {
    .img-animation{
        width: 285px;
        height: 285px; 
    }
    .molecular-infrastructure-img{
        width: 285px;
        height: 285px; 
      } 
      .circle-yellow {
        width: 285px;
        height: 285px; 
    }
    
    .circle-pink {
        width: 285px;
        height: 285px; 
    }
}

.subheader-services {
    overflow: hidden;
    width: 100%; 
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;  
    min-height:34rem;
    z-index: 1;
}  

.subheader-services h1 {
    font-size: var(--heading-02);
    line-height: 1; 
    margin-bottom: 0.9375rem;
}

.subheader-services h1 span, .subheader-services .subheader-services-p-text span {
    color: var(--bs-primary);
}

.subheader-services .subheader-services-p-text {
    font-size: 30px;
    position: relative; 
    font-weight: var(--primary-font-weight);
}

 
@media (max-width:64rem) {
.subheader-services .btn-primary {
    font-size: 0.875rem; padding: 0.75rem 1.375rem;
}
}

@media (max-width:61.9375rem) {

    .subheader-services h1,
    .subheader-services .subheader-services-p-text {
        width: 100%;
    }

    .subheader-services {
        min-height:40rem;  
    }

    .subheader-services .subheader-services-p-text {
        font-size:20px;
    }

    .subheader-services .btn-primary {
        font-size: 0.875rem;
    }
}

@media (max-width:47.9375rem) {
    .subheader-services .subheader-services-p-text {
        margin-top: 1.125rem;
    }

    .subheader-services .subheader-services-p-text::after {
        width: 1rem;
        top: 0.625rem;
    }

    .subheader-services .btn-primary {
        font-size: 0.8125rem;
        padding: 0.625rem 1rem;
    }


}
 
.astra-team-area {
    position: relative;
    padding: 50px 0;
}
.team-member-area {
    margin-bottom: 30px;
}
.custom-center-div {
    display: flex;
   justify-content: center;
}
.custom-right-div {
    display: flex;
    justify-content: flex-end;
}
.team-member-area.advisory-board {
    margin-bottom: 0;
}
.astra-team-area .team-member-text-div {
    margin-bottom: 30px;
}
.astra-team-area .team-member-text-div h2 {
    font-family: var(--bs-primary);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.team-member-div {
    text-decoration: none;
    color: #4c4f50;
    margin-bottom: 25px;
    display: block;
}
.team-img-div { 
    position: relative;
    transition: 0.3s;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Added smooth scaling and opacity transition */
    overflow: hidden;
    border-radius: 30px;
}


.team-img-div .image_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/team-bg-hover.svg);
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 10;
    opacity: 1; /* Initially fully visible */
    transition: opacity 0.2s ease-in-out;
    transform: scale(1, 1); /* Smooth zoom-in effect */
}  

.team-member-div:hover .image_overlay {
    opacity: 0; /* Fade out background image smoothly */
    transform: scale(1.4, 1.4); /* Smooth zoom-in effect */
    transition: opacity 0.2s ease-in-out;
}



.team-img-div img {
    width: 100%; /* Make sure the image scales properly */
    position: relative;
    transition: 0.3s;
    height: auto;
    transition: transform 0.5s ease-in-out; /* Smooth scaling transition */
    margin-bottom: 0;
    overflow: hidden;
    
}
.team-member-div:hover .team-img-div img {
    transform: scale(1.1, 1.1); /* Smooth zoom-in effect */
    transition: transform 0.5s ease-in-out;
    transition: 0.3s;
}

.team-member-div h3 {
    font-size: 18px;
    font-family: var(--bs-primary);
    color: #4c4f50;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
}
.team-member-div h3 span {
    display: block;
    font-family: var(--bs-secondary);
    font-size: 14px;
    opacity: 0.8;
    margin-top: 8px;
}
.team-member-area.advisory-board .team-img-div img {
    width: 100%;
} 
    .molecular-infrastructure2 {
        width: 540px;
        height: auto;
        border-radius:0 !important;
        object-fit: cover;  
        position: absolute;
        right: 0;
        top: -67px;
        bottom: auto;
        margin: auto;
    } 

    .title{
        font-size: 24px; font-weight: 700;
    }
@media (max-width:1366px) {
    .molecular-infrastructure2 {
        width: 480px;
        right: 0;
        top: -57px;
    }
    .set-padding-left-lg{
        padding-left: 50px;
    } 
    
}

@media (max-width:1024px) {
.team-img-div img {
    width: 100%;
    position: relative;
    height: 100%;
    transition: 0.3s;
    margin-bottom: 0px;
    overflow: hidden;
}
.molecular-infrastructure2 {
    width: 410px;
    top: -59px;
}
.title {
    font-size: 20px; 
}
}
@media (max-width:991px) {
    .set-padding-left-lg{
        padding-left: 15px;
    } 
.custom-center-div {
    justify-content: inherit;
}
.custom-right-div {
    justify-content: inherit;
}
.astra-team-area {
    padding: 0 0;
}
.astra-team-area .team-member-text-div h2 {
    font-size: 28px; margin-top: 20px;
}
.molecular-infrastructure2 {
   position: relative;
   right: auto; left: auto; top: auto; 
   width: 100%;
   height: auto;
}
.section-molecular-infrastructure-img h4{
    font-size: calc( var(--heading-04) - 6px);
    margin-bottom:15px; margin-top: 10px;
} 
.section-molecular-infrastructure-img .small-label{font-size: 16px;}
.column-reverse{
    flex-direction: column-reverse;
}
}
@media (max-width:767px) {
.team-member-area {
    margin-bottom: 0;
}
.section-molecular-infrastructure-img h4{
    font-size: calc( var(--heading-04) - 2px); 
}  
.title {
    font-size: 15px; 
}
}
@media (max-width:480px) {
    .team-img-div {  
        border-radius: 20px;
    }
.astra-team-area .team-member-text-div h2 {
    font-size: 24px;
    margin-bottom: 10px; 
}
.astra-team-area {
    padding: 30px 0;
}
.astra-team-area .team-member-text-div {
    margin-bottom: 20px;
}
.team-member-div {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.team-member-div h3 {
    font-size: 15px;
}
.team-member-div h3 span {
    font-size: 12px;
}
.set-width-m-sm{
    width: 100%;
    height: auto;
}
.section-molecular-infrastructure-img h4{
    font-size: calc( var(--heading-04) - 2px); 
}  
}
@media (max-width:375px) { 
.section-molecular-infrastructure-img h4{
    font-size: calc( var(--heading-04) - 4px); 
}
}

@media (max-width:320px) {
.astra-team-area .team-member-text-div h2 {
    font-size: 20px;
}
.team-member-area .col-6 {
    width: 100%;
}
 
}


.bs-list-header {
    overflow: hidden;
    width: 100%;
    /* background-image: url(../images/our-vision-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; */
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; 
    color: #fff;
    min-height: 100vh;
    z-index: 1;
    text-align: center; 
    padding: 50px 0;
}

  
.bs-list-header h2 {
    font-size: var(--heading-02);
    line-height: 1;
    text-align: center;
    width: 75%;
    display: block;
    margin: auto;
    margin-bottom: 0.9375rem;
}
 

.bs-list-header .bs-list-header-p-text {
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: block;
}

.content-slider{
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    width: 80%;
}
.carousel-control-next, .carousel-control-prev { 
    width: 80px; 
}
@media (max-width:1366px) {
    .content-slider{ 
        width:90%;
    }
}
@media (max-width:50rem) {
    .bs-list-header h2,
    .bs-list-header .bs-list-header-p-text {
        width: 100%;
    } 
    .bs-list-header .bs-list-header-p-text { 
        margin-top: 1.5625rem; width: 100%;
    }

}
@media (max-width:767px) {
    .bs-list-header {
        min-height: 500px;

    }
    .content-slider{ 
        width:100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
 

@media (max-width:480px) {
    .bs-list-header .bs-list-header-p-text {
        font-size: 16px
    }
    .bs-list-header {
        min-height: 100vh;
    }
}
 
    .contact-sec-bg {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/contact-sec-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    color: #fff;
    min-height: 100vh;  
    z-index: 1;
    text-align: center;
    padding-bottom: 50px
}
.contact-sec-bg .primary-btn, .contact-sec-bg .primary-btn:hover, .contact-sec-bg .primary-btn:focus { color: #fff; }
.contact-sec-bg  .primary-btn:before { 
    border-color: var(--bs-primary);  
}
.contact-sec-bg h2 {
    font-size: var(--heading-04);
    line-height: 1;
    text-align: center; 
    display: block;
    margin: auto;
    margin-bottom: 0.9375rem;
} 
 
@media (max-width:767px) {
 
    .contact-sec-bg {
        min-height: 450px; padding-bottom: 30px
    }
 
}

@media (max-width:480px) { 
    .contact-sec-bg {
        min-height: 100vh;
    }
}
 
.bg-white{
    background-color: #FFF !important;
    background: #FFF !important;
}

/* animation */

.animation-container {
    position: relative;
    width: 100%;
    margin: auto; margin-bottom: auto;
}

.main-image {
    width: 100%;
}

/* Star Animation */
.animated-star {
    position: absolute;
    top: 70px;
    left: 0px;
    animation: arrowMove 3s infinite ease-in-out;
}

.animated-arrow {
    position: absolute;
    top: 303px;
    left: 140px;
    animation: starMove 4s infinite ease-in-out;
}
.animated-star img{
    width: 250px; height: auto;
}
.animated-arrow img{
    width:250px;
    height: auto;
}

/* Keyframe Animations */
@keyframes starMove {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-15px) scale(1.1);
        opacity: 0.9;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes arrowMove {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(20px) rotate(10deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}

@media (max-width:1366px) { 

    .animated-star { 
        top: 40px;
        left: 0px; 
      }
      .animated-arrow { 
        top: 253px;
        left: 117px; 
      }
      .animated-arrow img {
        width: 230px;
        height: auto;
      }
    }
     
@media (max-width:1280px) {
.animated-arrow img {
    width: 146px;
    height: auto;
  }
  .animated-star img {
    width: 165px;
    height: auto;
  }
}
@media (max-width:1024px) {
    .animated-arrow img {
        width: 165;
        height: auto;
      }
      .animated-star img {
        width: 195px;
        height: auto;
      }
      .animated-arrow { 
        top: 188px;
        left: 130px; 
      }
    }
    @media (max-width:991px) {
        .animated-star {
            top: 90px;
            left: 19px;
          }
          .animated-star img {
            width: 215px;
            height: auto;
          }
      .animated-arrow {
        top: 326px;
        left: 188px;
      }
      .animated-arrow img {
        width: 192px;
        height: auto;
      }
    }
    @media (max-width:767px) {
    .animated-star {
        top: 58px;
        left: -1px;
      }
      .animated-arrow {
        top: 256px;
        left: 129px;
      }
    }
    @media (max-width:480px) {
        .animated-arrow {
            top: 217px;
            left: 109px;
          } 
          .animated-star {
            top: 32px;
            left: -2px;
          }
    }
    @media (max-width:425px) { 
          .animated-star {
            top: 30px;
            left: -2px;
          }
          .animated-star img {
            width: 174px; 
          }
          .animated-arrow {
            top: 182px;
            left: 99px;
          }
          .animated-arrow img {
            width: 145px;
            height: auto;
          }
    }
    @media (max-width:400px) { 
        .animated-star {
            top: 27px;
            left: -2px;
          }
        .animated-star img {
            width: 146px;
          }
          .animated-arrow {
            top: 164px;
            left: 89px;
          }
          .animated-arrow img {
            width: 135px;
            height: auto;
          }
  }
  @media (max-width:320px) { 
   .animated-star {
        top: 5px;
        left: -2px;
      }
      .animated-arrow img {
        width: 115px;
        height: auto;
      } 
      .animated-arrow {
        top: 144px;
        left: 75px;
      }
      .animated-star img {
        width: 126px;
      }
      .subheader-services .subheader-services-p-text {
        margin-top:18px;
    }
}
