  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

  :root{
    font-size: 62.5%;

    /* Brand colors */
    --colorBlue: #39b5e0;
    --colorLightBlue: #13d3f7;
    --colorDarkBlue: #04465c;
    --colorPurple: #a83fce;
    --colorPink: #f17df1;

    /* Additional Colors */
    --darkGray: #333333;
    --gray: #808291;
    --text-white: #f8f9fa;
    --text-light: #f6f6f6;

    /* Fonts */
    --font-montessarat: 'Montserrat', sans-serif;
    --font-opensans: 'Open Sans', sans-serif;

    /* Grandient colors */
    --bg-gradient: linear-gradient(to right, #39b6e0, #a83fce);
    --bg-gradient-dark-blue: linear-gradient(to right, #39b5e0, #04465c);
    --bg-gradient-light-blue: linear-gradient(to right, #39b5e0, #13d3f7);
    --bg-gradient-purple: linear-gradient(to right, #a83fce, #f17df1);
    --bg-gradient-light: linear-gradient(to right, #13d3f7, #f17df1);

    --bg-cover: url('../img/webp/pharma-1-bg.webp');
    --bg-logo: url('../img/logo/shrydus-logo.png');
  }
  *>*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  a{
    text-decoration: none;
  }
  ul{
    list-style-type: none;
  }

  body{
    font-size:  1.6rem;
    color: var(--darkGray);
  }

  h1,h2,h3,h4,h5,h6,.montessarat{
    font-family: var(--font-montessarat);
  }

  .open-sans{
    font-family: var(--font-opensans);
  }

  /* @@@@@@@ Global classes @@@@@@@ */

    
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .clear{
    clear: both;
  }
  .text-purple{
    color: var(--colorPurple) !important;
  }
  .text-dark-blue{
    color: var(--colorDarkBlue);
  }
  .text-dark-gray{
    color: var(--darkGray);
  }
  .text-gray{
    color: var(--gray);
  }
  .text-white{
    color: var(--text-white);
  }
  .text-light{
    color: var(--text-light);
  }
  .text-light-blue{
    color: var(--colorBlue);
  }
  .bg-brand-gradient{
    background: var(--bg-gradient);
  }
  .bg-purple-gradient{
    background: linear-gradient(to right, #eebeff83, #ff7bff81);
  }
  .bg-light-gray{
    background: #eee;
  }
  .banner-text{
    font-size: 3rem;
  }
  .banner-cta{
    font-size: 1.5rem;
  }
  .heading-size{
    font-size: 2.4rem;
  }
  .sub-heading-size{
    font-size: 2.2rem;
  }
  .paragraph-size{
    font-size: 1.6rem;
    line-height: 1.875rem;
  }
  .text-center{
    text-align: center;
  }
  .text-left{
    text-align: left;
  }
  .text-right{
    text-align: right;
  }
  .font-bold{
    font-weight: bold;
  }
  .flex{
    display: flex;
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-column{
    flex-direction: column;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .flex-initial{
    flex: 0 1 auto;
    align-self: center;
  }
  .flex-grow{
    flex-grow: 1;
  }
  .justify-center{
    justify-content: center;
  }
  .text-uppercase{
    text-transform: uppercase;
  }
  .container{
    width: 100%;
    padding-left: 2% !important;
    padding-right: 2% !important;
    margin: 0 auto;
  }
  .container-fluid{
    width: 100%;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .link{
    font: var(--font-opensans);
    color: var(--colorPurple);
    font-size: 1.6rem;
    font-weight: 600;
  }
  .link:hover{
    color: var(--colorLightBlue);
  }
  .btn{
    background: var(--bg-gradient);
    color: var(--text-light);
    border: none;
    border-radius: 30px;
  }
  .btn:hover{
    background: var(--bg-gradient-light);
  }

  .py-1{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-2{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-3{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-5{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .px-1{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-2{
    padding-left:2rem;
    padding-right:2rem;
  }
  .px-3{
    padding-left:3rem;
    padding-right:3rem;
  }
  .px-5{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .d-inline{display: inline-block}
  .d-block{display: block;}
  .grid{display:grid;}
  .cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
  .w-100{width: 100%;}
  .w-90{width: 90%;}
  .w-50{
    width: 50%;
  }
  .w-70{
    width: 70%;
  }
.justify-content-center{
  justify-content: center;
}

  .border-wrapper{
    margin: 0 0 7px; display: block;
  }
  .border-line-black{
    margin:0 auto;background-color: #222222;max-width: 100% !important;width: 100px;height: 1px;
  }
  .border-line-extend-black{
    margin:0 auto;background-color: #222222;max-width: 100% !important;width: 150px;height: 1px;
  }
  .border-line-ccc{
    background-color: #ccc;max-width: 100% !important;width: 100px;height: 1px;
  }
  .border-line-extend-ccc{
    background-color: #ccc;max-width: 100% !important;width: 150px;height: 1px;
  }
  .border-line{
    margin:0 auto;background-color: #ffffff;max-width: 100% !important;width: 100px;height: 1px;
  }
  .border-line-extend{
    margin:0 auto;background-color: #ffffff;max-width: 100% !important;width: 150px;height: 1px;
  }
  .border-line-left{
    background-color: #222222;max-width: 100% !important;width: 100px;height: 1px;
  }
  .border-line-extend-left{
    background-color: #222222;max-width: 100% !important;width: 150px;height: 1px;
  }
  .cols-2{
    grid-template-columns: repeat(2,minmax(0,1fr));
  }


  /* @@@@@@@ / Global classes @@@@@@@ */
  
  /* @@@@@@@ LOGO SVG CSS @@@@@@@ */
    .s0 {
      fill: url(#g1)
    }
  
    .s1 {
      fill: url(#g2)
    }
  
    .s2 {
      fill: url(#g3)
    }
  
    .s3 {
      fill: url(#g4)
    }
  
    .s4 {
      fill: url(#g5)
    }
  
    .logo-svg {
      width: 120px;
    }
  
    .logo-svg #flaps path {
      fill: transparent;
      stroke: 10;
      stroke: #800080;
    }
  
    .logo-svg #flaps .s3 {
      stroke-dasharray: 4400;
      stroke-dashoffset: 4400;
      animation: animate-flap1 4s linear forwards;
      animation-iteration-count: 2;
    }
  
    @keyframes animate-flap1 {
      0% {
        stroke-dashoffset: 0;
        fill: url(#g4);
      }
  
      30% {
        stroke-dashoffset: 4400;
      }
  
      50% {
        stroke-dashoffset: 8800;
        fill: transparent;
      }
  
      100% {
        stroke-dashoffset: 8800;
        fill: url(#g4);
      }
  
    }
  
    .logo-svg #flaps .s4 {
      stroke-dasharray: 5730;
      stroke-dashoffset: 5730;
      animation: animate-flap2 4s linear forwards;
      animation-iteration-count: 2;
    }
  
    @keyframes animate-flap2 {
      0% {
        stroke-dashoffset: 0;
        fill: url(#g5);
      }
  
      30% {
        stroke-dashoffset: 5730;
      }
  
      50% {
        stroke-dashoffset: 11460;
        fill: transparent;
      }
  
      100% {
        stroke-dashoffset: 11460;
        fill: url(#g5);
      }
    }
  
    .logo-svg #text path {
      fill: transparent;
      stroke: 10;
      stroke: #1c0080;
    }
  
    .logo-svg #text #SHRYDUS {
      stroke-dasharray: 1250;
      stroke-dashoffset: 1250;
      animation: animate-shrydus 4s linear forwards;
      animation-iteration-count: 2;
    }
  
    @keyframes animate-shrydus {
      0% {
        stroke-dashoffset: 0;
        fill: url(#g3);
      }
  
      30% {
        stroke-dashoffset: 1250;
      }
  
      50% {
        stroke-dashoffset: 2500;
        fill: transparent;
      }
  
      100% {
        stroke-dashoffset: 2500;
        fill: url(#g3);
      }
    }
  
    .logo-svg #text #INDUSTRIES {
      stroke-dasharray: 1250;
      stroke-dashoffset: 1250;
      animation: animate-industries 4s linear forwards;
      animation-iteration-count: 2;
    }
  
    @keyframes animate-industries {
      0% {
        stroke-dashoffset: 0;
        fill: url(#g1);
      }
  
      30% {
        stroke-dashoffset: 1250;
      }
  
      50% {
        stroke-dashoffset: 2500;
        fill: transparent;
      }
  
      100% {
        stroke-dashoffset: 2500;
        fill: url(#g1);
      }
    }
  
    .logo-svg #text #i-industries {
      stroke-dasharray: 1250;
      stroke-dashoffset: 1250;
      animation: animate-i-industries 4s linear forwards;
      animation-iteration-count: 2;
    }
  
    @keyframes animate-i-industries {
      0% {
        stroke-dashoffset: 0;
        fill: url(#g2);
      }
  
      30% {
        stroke-dashoffset: 1250;
      }
  
      50% {
        stroke-dashoffset: 2500;
        fill: transparent;
      }
  
      100% {
        stroke-dashoffset: 2500;
        fill: url(#g2);
      }
    }
  
  /* @@@@@@@ / LOGO SVG CSS @@@@@@@ */

  /* @@@@@@@ SLIDER STart @@@@@@@*/

  .slider-section{
    height: 100vh;
    width: 100%;
  }

  /* .wrapper{
    overflow: hidden;
  } */
  .slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
 
  .slide .slide-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #ffffffec, #ff7bff42);
    z-index: 10;
}
  .slide .image{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slide .image-data{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50% , 50%);
    text-align: center;
    width: 100%;
    z-index: 11;
  }

  .image-data .text{
    font-family: var(--font-montessarat);
    font-size: 1.5rem;
    font-weight: 600;
  }

  .image-data h2{
    font-size: 3rem;
    font-weight: 600;
    font-family: var(--font-montessarat);
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-btn{
    visibility: hidden;
  }

  .slogan{
    margin-top: 10rem;
  }
  .slogan div{
        position:absolute;
        display: inline-block;
        left: 50%;
        top:50%;
        font-family: var(--font-opensans);
        font-weight: 800;
        font-size: 2.5rem;
        color: var(--colorPurple);
        transform: translate(-50%, -70%);
        white-space: nowrap;

    }
  
  .swiper-button-next{
    right: 5px;
    z-index: 100;
  }
  
  .swiper-button-prev{
    z-index: 100;
    left: 5px;
  }
  .swiper-pagination-bullet{
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
  }
  .swiper-pagination-bullet-active{
    border: 2px solid #fff;
    background-color: var(--colorPurple);
  }

   /* .slide::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.479);
    z-index: 10;
  } */

  /* a.button{
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 2.5rem;
    background: #fff;
    text-decoration: none;
    margin-top: 2.5rem;
    transition: all 0.3s ease-in;
  }
  a.button:hover{
    color: var(--colorPurple);
  } */
  .nav-btn::before, .nav-btn::after{
    font-size: 2.5rem;
    color: var(--colorPurple);
  }

  /* @@@@@@@ / SLIDER END @@@@@@@*/
  
  /* @@@@@@@ Navigation @@@@@@@ */

  #headerHtml{
    z-index: 100;
    position: absolute;
}
  
  .title{
    padding-left: 10%;
  }
  .nav-brand{
    padding-left: 10%;
  }
  #nav{
    position: absolute;
    top: 0; left:0;
    width: 100%;
    padding: 1rem 1.5rem;
    background: var(--text-light);
    flex-direction: column;
  }
  #nav .nav-brand a img{
    width: 80px;
  }

  #nav .collapse{
    max-height: 0px;
    overflow-y: hidden;
    transition: all 0.5s ease;
  }


  #nav .collapse ul{
    flex-direction: column;
    text-align: center;
    padding: 0px 3rem;
  }
  #nav .collapse ul > li{
    
    padding: 0px 2rem;
    line-height: 4rem;
    font-size: 1.2rem;
  }
  #nav .toggle-btn > button{
    font-size: 3rem;
    padding: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--colorDarkBlue);
    border: none;
    background: none;
  }
  #nav .flex-initial ul button{
    display: none;

  }
  .active{
    max-height: 60vh !important;
  }
  /* @@@@@@@ / Navigation @@@@@@@ */

  /* @@@@@@@ Banner Area Style @@@@@@@ */
  .d-inline{
    font-size: 1.2rem;
    font-weight: 600;
  }

  #site-main .banner-area{
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #ffffffec, #ff7bff42), url('../img/webp/pharma-1-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: centre;
    z-index: -99;
  }
  #site-main .banner-area .banner-title{
    height: 95vh;
    padding-top: 60%;
  }

  /* @@@@@@@ / Banner Area Style @@@@@@@ */
  
  
  /* @@@@@@@ Our Businesses @@@@@@@ */

  .our-businesses{
    padding: 10rem 0;
  }

  /* @@@@@@@ / Our Businesses @@@@@@@ */
  
  
  /* @@@@@@@ News @@@@@@@ */
  .news{
    padding: 10rem 0;
  }
  .timestamp{
    padding-top: 5px;
    font-size: 1rem;
    color: var(--gray);
    position: relative;
  }
  .download-btn{
    position: absolute;
    right: 0;
  }
  .grid-item{
    padding-top:1rem;
    padding-bottom:2rem;
  }
  .grid-item img{
    border-radius: 10px;
    
  }
  /* @@@@@@@ / News @@@@@@@ */

  /* @@@@@@@ About Shrydus @@@@@@@ */
  .about-shrydus{
    padding: 10rem 0;
    background-image: url('../img/dotted-map-bg.png');
  }

 #site-main .about-shrydus .grid{
  column-gap: 5rem;
 }

 #site-main .about-shrydus .grid-images{
  display: grid;
  grid-template-columns: repeat(16,minmax(10px,1fr));
  grid-template-rows:repeat(8,minmax(10px,1fr));

 }
 #site-main .about-shrydus .grid-images .image-one{
  /* background: var(--colorPurple); */
  grid-column-start:7;
  grid-column-end:9;
  grid-row-start: 1;
  grid-row-end:3;
  background: url('../img/vck-logo.jpeg') no-repeat;
  background-size: contain;
  border-radius: 4px;
 }
 #site-main .about-shrydus .grid-images .image-two{
   grid-column-start: 1;
   grid-column-end: 16;
   grid-row-start: 3;
   grid-row-end: 5;
  font-size: 5rem;
  }

  
  #site-main .about-shrydus .grid-images .image-three{
    background: url('../img/logo/shrydus-logo-transparent.png') no-repeat;
    background-size: contain;
    border-radius: 4px;
    grid-area: 5/6/8/10; /*row start / col start / rw end/ col end*/
  }

  /* @@@@@@@ / About Shrydus @@@@@@@ */


  /* @@@@@@@ Advantages @@@@@@@ */

  .our-advantages{
    background-image: url('../img/advantages_bg.jpg');
    color: var(--text-white);
  }
  #site-main .our-advantages .grid{
    column-gap: 5rem;
  }
  .our-advantages .grid-item{
    margin: 0 auto;
    padding: 40px 20px;
    /* border: 1px solid var(--colorPurple); */
    margin-top: 3rem;
  }
  .approach-icon .bi{
    font-size: 8rem;
  }
  .advantage-heading{
    font-family: var(--font-opensans);
    font-size: 2rem;
    padding: 1.5rem 0;
  }

  /* @@@@@@@ / Advantages @@@@@@@ */

  /* @@@@@@@ Top Section @@@@@@@ */

  .top-section{
    background-image: url('../img/advantages_bg.jpg');
    color: var(--text-white);
  }
  #site-main .top-section .grid{
    column-gap: 5rem;
  }
  .top-section .grid-item{
    margin: 0 auto;
    padding: 40px 20px;
    border: 1px solid var(--colorPurple);
    margin-top: 3rem;
  }
  .approach-icon .bi{
    font-size: 8rem;
  }
  .top-section-heading{
    font-family: var(--font-opensans);
    font-size: 2rem;
    padding: 1.5rem 0;
  }

  .top-section-div{
    padding-top: 52%;
  }

  /* @@@@@@@ / Advantages @@@@@@@ */

  /* MD Section -ShreyParekh */
  .md-section{

    
  }
  .md-block{
    box-shadow: 2px 2px 20px 1px #777777; background: #eee;  margin: 2% 0;
  }
  .md-card{
    position: relative;
    min-height: 400px;
    /* background: url('../img/md-section-shrey-parekh.png') no-repeat;
    background-size: contain; */
  }
  .md-card img{
    position: absolute;
    bottom: 0;
    width: 90%;
  }
  .md-card .quote-block  {
    position: absolute;
    right: 0;
    top:5%;
    padding: 1rem;
    width: 90%;
    border-radius: 5px;
    background: #ffffff82;
    margin-right: 20px;
  }
  .quote{
    font-size: 3rem;
    color: var(--colorDarkBlue);
    
  }
  .md-name{
    margin-top: 2rem;
    font-size: 2rem;
    color: var(--darkGray);
  }

  /* / ShreyParekh */

  
  /* @@@@@@@ Footer @@@@@@@ */
  #footer{
    font-family: var(--font-montessarat);
  }
  .bg-gray{
    background: var(--darkGray);
  }
  .footer-col{
    text-align: left;
    padding-bottom: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-heading{
    font: var(--font-montessarat);
    font-size: 1.4rem;
    font-weight: bold;
  }
  .footer-li{
    display: flex;
    gap:1rem;
  }
  .f-text{
    font-size: 1.2rem;
  }
  .f-text a:hover{
    transition: 0.4s all ease-in;
    color: var(--colorLightBlue);
  }
  .copyright-text{
    font-size: 1.1rem;
  }
  /* .footer-col{
    position: relative;
  }
  .footer-col::after{
    content: "";
    display: block;
    position: absolute;
    right: 30%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #fff;
  } */

  /* @@@@@@@ / Footer @@@@@@@ */
  
  /* @@@@@@@ Annual reports @@@@@@@ */
  .reports-list li{
    padding: 20px;
    background: #eee;
    margin-bottom: 10px;
  }
  .report-text{
    display: inline-block;
    width: 80%;
    text-align: left;
    padding-left: 1rem;
  }
  .report-icon{
    display: inline-block;
    width: 20%;
    text-align: right;
    padding-right: 1rem;
  }

  /* @@@@@@@ / Annual reports @@@@@@@ */
  /* @@@@@@@ Notices @@@@@@@ */
  .grid-container {
    display: grid;
    gap: 1remx;
    padding: 1rem;
  }
  .grid-item {
    text-align: center;
    padding: 20px;
  }
  
  .grid-container > span{
    text-align: center;
    font-size: 2rem;
  }
  
  .item1 {
    text-align: left !important;
    grid-column: 1 / 1;
  }
  .item2 {
    text-align: left !important;
    grid-column: 2 / 6;
  }
  .item3 {
    grid-column: 6;
    text-align: right !important;
  }

  /* @@@@@@@ / Notices @@@@@@@ */
  
  


  /* @@@@@@@ ABOUT PAGE @@@@@@@ */
.main-heading{
  background: linear-gradient(
    to right,
    var(--colorBlue) 20%,
    var(--colorDarkBlue) 30%,
  var(--colorPurple) 70%,
    var(--colorPink) 80%
);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate; 
}

@keyframes textShine {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100% 50%;
  }
}
@keyframes hr-animation {
  from{ transform: translate(0, 0); }
  to{ transform: translate(50%, 0); }
}
@-webkit-keyframes hr-animation {
  from{ -webkit-transform: translate(0, 0); }
  to{ -webkit-transform: translate(50%, 0); }
}
.hr-animation {
  -webkit-animation: hr-animation 5s linear infinite;
  animation: hr-animation 5s linear infinite;
}

  .about-shrydus-heading{
    font-size: 8rem;
  }
  .about-shrydus-heading-small{
    font-size: 5rem;
  }
  .text-heading{
    color: var(--colorDarkBlue);
    font-size: 5rem;
  }
  .text-paragraph{
    font-weight: 300;
    line-height: 1.3; 
  }
  .animate-dot{
    color: var(--colorPurple);
    font-size: 6rem;
    animation-name: dotAnimation;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
  }
  .animate-dot-small{
    color: var(--colorPurple);
    font-size: 4rem;
    animation-name: dotAnimationSmall;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }
  .colored {
    background-image: linear-gradient(to right, var(--colorPink), var(--colorPink) 50%, var(--colorPurple) 75%, var(--colorPurple) 75%,  var(--colorPink));
    background-image: -moz-linear-gradient(left,  var(--colorPink), var(--colorPink) 50%, var(--colorPurple) 75%, var(--colorPurple) 75%,  var(--colorPink));
    background-image: -o-linear-gradient(left,  var(--colorPink), var(--colorPink) 50%, var(--colorPurple) 75%, var(--colorPurple) 75%,  var(--colorPink));
    background-image: linear-gradient(to right, var(--colorPink), var(--colorPink) 50%, var(--colorPurple) 75%, var(--colorPurple) 75%,  var(--colorPink));
  }

  .container {
    overflow: hidden;
    width: 100%;
  }
  
  .wrap {
    font-size: 0;
    height: 5px;
    width: 200%;
    position: relative;
  }
  
  .wrap hr {
    border: none;
    height: 5px;
    width: 50%;
    position: absolute;
  }
  
  .wrap hr:last-child {
    left: -50%;
  }

  @keyframes dotAnimationSmall {
    0% {color: var(--colorPurple); font-size: 4rem;}
    25% {color: var(--colorBlue); font-size: 3rem;}
    50% {color: var(--colorDarkBlue); font-size: 2rem;}
    75% {color: var(--colorLightBlue); font-size: 3rem;}
    100% {color: var(--colorPink); font-size: 4rem;}
  }
  @keyframes dotAnimation {
    0% {color: var(--colorPurple); font-size: 8rem;}
    25% {color: var(--colorBlue); font-size: 4rem;}
    50% {color: var(--colorDarkBlue); font-size: 3rem;}
    75% {color: var(--colorLightBlue); font-size: 4rem;}
    100% {color: var(--colorPink); font-size: 8rem;}
  }
  
  /* @@@@@@@ / ABOUT PAGE @@@@@@@ */
  /* @@@@@@@ HEALTHCARE PAGE @@@@@@@ */

  .summary-section{
    background: var(--text-light);
  }
  #healthcare-section .text-paragraph{
    font-size: 1.6rem;
  }
  .summary-icon{
    width: 100%;
    font-size: 1.4rem;
  }
  .summary-icon div{
    font-size: 1.8rem;
  }
  .svg-icon{
    /* height: 200px; */
  }
  .svg-text{
    font-family: var(--font-montessarat);
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  /* @@@@@@@ / HEALTHCARE PAGE @@@@@@@ */
  

  /* @@@@@@@ CONTACT PAGE @@@@@@@ */

  .contact-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:1rem;
    color: #fff;
  }
  .contact-flex div{
    padding: 2rem;
    margin: 0 1rem;
  }
  .address-heading{
    font-family: var(--font-opensans);
    font-weight: 700;
    font-size: 2rem;
  }
  .rectangle-one, .rectangle-three{
    flex: 0.9;
    background: linear-gradient(to right bottom, var(--colorPurple), var(--colorDarkBlue));
    border-radius: 6px;
    height: 200px;
  }
  .rectangle-two{
    flex: 0.9;
    background: linear-gradient(to right bottom, var(--colorBlue), var(--colorPink));
    border-radius: 6px;
    height: 200px;
  }
  
  .form-control {
    font-family: var(--font-opensans);
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 1rem;
    margin:1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.contact-button {
  width: auto;
  border-radius: 20px;
  margin-left: 1rem !important;
  padding-left: 1rem !important;
}

.contact-button .btn {
  font-family: var(--font-opensans);
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 1.5rem;
}
.contact-grid-item{
  padding: 1rem;
}
  /* @@@@@@@ / CONTACT PAGE @@@@@@@ */
  

  /* Contact page */


  /* body{background: #ff0000} */
  
  /* @@@@@@@ Media Query @@@@@@@ */

  /* sm => 640px */
  @media (min-width: 640px){
    .image-data h2 {
        font-size: 4rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    .container{
      max-width: 640px;
      padding-left: 1%;
      padding-right: 1%;
    }
    #site-main .banner-area .banner-title{
      padding-top: 30% !important;
    }
    .sm-px-10{
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
    .md-cols-2{
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .top-section-div{
      padding-top: 12%;
    }
    .swiper-pagination-bullet{
      visibility: hidden;
    }
    .swiper-button-next{
      right: 50px;
      z-index: 100;
    }
    
    .swiper-button-prev{
      z-index: 100;
      left: 50px;
    }
    .nav-btn{
      visibility: visible;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: rgba(255,255,255,0.3);
    }

    .slogan{
      margin-top: 12rem;
    }
    .slogan div{
          font-size: 5rem;
      }
  }
  
  /* md => 768px */
  @media (min-width: 768px){
    .container{
      max-width: 768px;
    }
    #site-main .banner-area .banner-title{
      padding-top: 40% !important;
    }
    .banner-text{
      font-size: 4rem;
    }

    .d-inline{
      font-size: 2rem;
      font-weight: 600;
    }
    .md-text-left{
      text-align: left;
    }
    .md-w-70{
      width: 70%;
    }
    .md-card img {
      position: absolute;
      bottom: 0;
      width: 60%;
  }
    .md-card .quote-block  {
      position: absolute;
      right: 0;
      top:33%;
      padding: 1rem;
      width: 50%;
      border-radius: 5px;
      background: #ffffff82;
      margin-right: 20px;
    }
    .md-section{
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .md-block{
      margin: 4% 0;
    }
    
    .copyright-text{
      text-align: center;
    }
    .copyright-text a:hover{
      color: var(--colorLightBlue);
      text-align: center;
      transition: 0.2s all ease-in;
    }
    .flex-container{
      display: flex; align-items: center; justify-content: center;
    }
    .flex-item{
      align-items: center; justify-content: center; flex-grow: 1; flex-basis: 0;
    }
    .about-shrydus-heading{
      font-size: 12rem;
    }
    .about-shrydus-heading-small{
      font-size: 8rem;
    }
    .text-heading{
      font-size: 7rem;
    }
    .text-paragraph{
      font-weight: 300;
      line-height: 1.6; 
    }
  }
  
  /* lg => 1024px */
  @media (min-width: 1024px){
    .container{max-width: 1024px;}
    #site-main .banner-area .banner-title{
      padding-top: 30% !important;
    }

    .slogan div{
      font-size: 6rem;
  }
    .banner-text{
      font-size: 5rem;
    }

    .lg-cols-2{
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .lg-cols-3{
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .lg-cols-4{
      grid-template-columns: repeat(4,minmax(0,1fr));
    }
  }

  
  /* xl => 1280px */
  @media (min-width: 1280px){
    .container{
      max-width: 1280px;
    }
    #nav{
      background: transparent !important;
    }
    #nav .flex-initial ul button{
      display: inline-block !important;
    }
    #site-main .banner-area .banner-title{
      padding-top: 20% !important;
    }

    #nav .toggle-btn > button{
      display: none !important;
    }
    #nav{
      flex-direction: row !important;
    }
    .collapse{
      max-height: initial !important;
      align-self: center;
    }
    .collapse ul{
      flex-direction: row !important;
    }
    .active{
      max-height: 100% !important;
      
    }
  }
  
  
  
  
  /* @@@@@@@ / Media Query @@@@@@@ */