






#footer-navigation a, #footer-navigation-container-mobile a
{
   text-decoration: none;
   color: white;
}

#content-protection-dmca-batch img
{
   margin-left: 10px;
   display: inline-block;
   width: 90px;
   height: 20px;
}

 #get-inspired-section-main-container
  {
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 5px;
  }

  #get-inspired-section-main-container h2 
  {
    text-align: center;
    font-size: 25px;
      letter-spacing: 0.065em;
  }

  #get-inspired-section-main-container h2::after
  {
        content: '';
        background: #003679;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 20px;
        margin-top: 17px;
  }

  #get-inspired-section-outer-container
  {
      height:280px;
      overflow:hidden;
  }

  #get-inspired-section-inner-container
  {
      display: flex;
      justify-content: space-between;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
  }

  .get-inspired-single-section-img
  {
    text-align: center;
  }

  .get-inspired-single-section-img img
  {
    height: 150px;
    width: 84%;
  }

  .get-inspired-single-section
  {
    scroll-snap-align: center;
    min-width: 33vw;
    text-align: center;
    margin-bottom: 60px;
  }

  #get-inspired-section-left-button
  {
       position: absolute;
       width: 11px;
       height: 18px;
       margin-left: 15px;
       margin-top: 115px;
  }

  #get-inspired-section-right-button
  {
    position: absolute;
      left: 97vw;
        width: 11px;
        height: 18px;
        margin-top: 115px;
  }

  #get-inspired-section-left-button:hover, #get-inspired-section-right-button:hover
  {
      cursor: pointer;
  }



  .get-inspired-single-section-description
  {
      margin-right: 8%;
      margin-left: 8%;
      text-align: left;
      background-color: #fff;
      padding-top:  12px;
      padding-left: 10px;
      padding-bottom: 12px;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.005em;
      color: black;
      margin-bottom: 10px;
  }

  .get-inspired-single-section-description a
  {
      text-decoration: none;
      color: inherit;
  }

  .get-inspired-single-section:hover .get-inspired-single-section-description
  {
      background-color: #003679;
      color: #fff;
      cursor: pointer;
  }

  #get-inspired-section-main-container a
  {
     text-decoration: none;
  }

  .get-inspired-single-section-bottom-part
  {
      font-size: 13px;
      color: inherit;
      margin-top: 9px;
  }

  @media  screen and (max-width: 1000px)
  {
    .get-inspired-single-section
    {
      min-width: 50vw;
    }

    #get-inspired-section-left-button
    {
        margin-left: 10px;
    }
  }

  @media  screen and (max-width: 815px)
  {

    .get-inspired-single-section-description
    {
      font-size: 16px;
    }

    #get-inspired-section-left-button
    {
        margin-left: 6px;
        margin-top: 103px;
    }

    #get-inspired-section-right-button
    {
          margin-top: 103px;
    }

    .get-inspired-single-section-bottom-part
    {
      font-size: 12px;
    }
  }

  @media  screen and (max-width: 650px)
  {
    .get-inspired-single-section
    {
      min-width: 100vw;
    }

    .get-inspired-single-section-img img
    {
      height: 110px;
    }

    #get-inspired-section-left-button
    {
        margin-left: 4px;
    }

    #get-inspired-section-right-button
    {
        left: 96vw;
    }

    .get-inspired-single-section-description
    {
      font-size: 15px;
    }

    .get-inspired-single-section-bottom-part
    {
      font-size: 11px;
    }

    #get-inspired-section-main-container h2 
    {
      font-size: 18px;
    }

    .get-inspired-single-section
    {
      margin-bottom: 20px;
    }

    #get-inspired-section-outer-container
    {
      height:235px;
    }

    #get-inspired-section-main-container
    {
      padding-top: 23px;
    }
  }

  @media  screen and (max-width: 400px)
  {
    #get-inspired-section-right-button
    {
        left: 96vw;
    }
  }
  
    @media  only screen and (max-width: 998px) 
    {
        /* Slides */
        #featured-in-icon-section-main-container
        {
          display: none;
        }

        #featured-in-icon-slideshow-container-small-sreens
        {
            background-color: #FFFFFF;
            padding-bottom: 20px;
            display:visible !important;
        }

        #featured-in-icon-flex-container-small-screen
        {
            display: flex;
            flex-wrap: nowrap;
            scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
            text-align: center;
            overflow-x: auto;
        }

        .featured-in-icon-single-container 
        {
            flex-grow: 1;
            display: inline-flex;
            margin-bottom: 10px;
            min-width: 99vw;
            justify-content: space-around;
            scroll-snap-align: center;
        }
        .featured-in-icon-single-containerdivider
        {
            width: 50%;
            margin-left: 30px;
        }
        #featured-in-icon-left-button
        {
            
                margin-right: 3%;
                position: absolute;
                width: 2% !important;
                height: 45% !important;
                margin-left: 5%;
                margin-top: -12px;
                -ms-transform: translate(-21%, -29%);
                transform: translate(-21%, -29%);
                /*border: 1px solid black;
                padding-right:  10px;
                display: inline-block;*/

        }

        #featured-in-icon-right-button
        {
                margin-right: 3%;
                position: absolute;
                width: 2% !important;
                height: 45% !important;
                margin-left: 1%;
                margin-top: -12px;
                -ms-transform: translate(-21%, -29%);
                transform: translate(-21%, -29%);
                left: 94vw;
           
        }

        .featured-in-icon-single-section
        {
            display: block;
            width: 100%;
            margin-bottom: 0%;
        }

        .featured-in-icon-single-section img 
        {
            width: 100%;
          
        }

        .featured-in-icon-navigation-arrow
        {
            margin-top: 70px;
            width: 11px;
            height: 16px;
            margin-left:15px;
            margin-right: 15px;
        }

        .featured-in-icon-single-section h3
        {
            font-size: 14px;
            letter-spacing: 0.01em;
            font-weight: 700;
            margin-top: 20px;
        }

        .featured-in-icon-headings h2
        {
            padding-top: 20px;
            text-align: center;
            font-size: 19px;
            line-height: 25px;
            width: 75%;
            margin-right: auto;
            margin-left: auto;
        }

        .featured-in-icon-headings h2::after
        {
            content: '';
            background: #003679;
            width: 35px;
            height: 4px;
            display: block;
            margin: 10px auto 25px;
        }

        .featured-in-icon-single-section p
        {
            text-align: center;
            font-size: 12px;
            line-height: 1.5384616;
            color: #333333;
            margin-top: 10px;
        }
    }

    @media  only screen and (max-width: 450px) 
    {
          .featured-in-icon-single-section h3
          {
              font-size: 15px;
          }

          .featured-in-icon-single-section p
          {
              font-size: 12px;
          }

          .featured-in-icon-single-section 
          {
              margin-left: -20px;
              margin-right:  -20px;
          }
    }
	
	#featured-in-icon-section-main-container
  {
    background-color: #FFFFF;
    padding-top: 45px;
    padding-bottom: 5px;
  }

  #featured-in-icon-section-main-container h2 
  {
    text-align: center;
    font-size: 25px;
      letter-spacing: 0.065em;
  }

  #featured-in-icon-section-main-container h2::after
  {
        content: '';
        background: #003679;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 20px;
        margin-top: 17px;
  }

  #featured-in-icon-section-outer-container
  {
      height:280px;
      overflow:hidden;
  }

  #featured-in-icon-section-inner-container
  {
      display: inline-flex;
      justify-content: space-between;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;

  }

  .featured-in-icon-single-section-img
  {
    text-align: center;
  }

  .featured-in-icon-single-section-img img
  {
    height: 110px;
    width: 75%;
  }

  .featured-in-icon-single-section
  {
    scroll-snap-align: center;
    min-width: 32vw;
    text-align: center;
    margin-bottom: 60px;
  }

  #featured-in-icon-section-left-button
  {
       position: absolute;
       width: 11px;
       height: 18px;
       margin-left: 15px;
       visibility:none!important;
       display: none;
       margin-top: 115px;
  }

  #featured-in-icon-section-right-button
  {
    position: absolute;
      left: 98vw;
        width: 11px;
        height: 18px;
        margin-top: 115px;
        visibility:none!important;
        display: none;
  }

  #featured-in-icon-section-left-button:hover, #featured-in-icon-section-right-button:hover
  {
      cursor: pointer;
  }



  .featured-in-icon-single-section-description
  {
      margin-right: 8%;
      margin-left: 8%;
      text-align: left;
      background-color: #fff;
      padding-top:  12px;
      padding-left: 10px;
      padding-bottom: 12px;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.005em;
      color: black;
      margin-bottom: 10px;
  }

  .featured-in-icon-single-section-description a
  {
      text-decoration: none;
      color: inherit;
  }

  .featured-in-icon-single-section:hover .featured-in-icon-single-section-description
  {
      background-color: #003679;
      color: #fff;
      cursor: pointer;
  }

  #featured-in-icon-section-main-container a
  {
     text-decoration: none;
  }

  .featured-in-icon-single-section-bottom-part
  {
      font-size: 13px;
      color: inherit;
      margin-top: 9px;
  }
  #featured-in-icon-slideshow-container-small-sreens
  {
    display: none;
    visibility: none;
  }
  @media  screen and (max-width: 1000px)
  {
    .featured-in-icon-single-section
    {
      min-width: 50vw;
    }

    #get-inspired-section-left-button
    {
        margin-left: 10px;
        visibility:visible !important;
         display:inherit;
    }
    

  }
@media  screen and (max-width: 999px)
{
  #featured-in-icon-slideshow-container-small-sreens
  {
    display: inherit;
    visibility: visible;
  }

    #featured-in-icon-section-left-button
    {
        margin-left: 6px;
        margin-top: 103px;
        visibility:visible !important;
        display:inherit;
     }

    #featured-in-icon-section-right-button
    {
        margin-top: 103px;
        visibility:visible !important;
        display:inherit;
    }
    #featured-in-icon-section-inner-container
    {
      flex-direction:column;
    }

}

 #bottom-blue-part-small-screen-description
  {
    display: none;
  }

  bottom-blue-part-container
  {
    display: flex;
    justify-content: space-evenly;
    background-color: #003679;
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
  } 
  .bottom-blue-part-seaction
  {
    display: flex;
  }
  bottom-blue-part-container img
  {
    width: 137px;
    height: 179px;
     /*   box-shadow: 0 0 24px 4px rgba(255, 255, 255,0.8);*/
        margin-right: 45px;
  }

  #bottom-blue-part-description
  {
    color: #fff;
    /*margin-top: 26px;*/
  }

  #bottom-blue-part-description p 
  {
    font-size: 35px;
  }

  #bottom-blue-part-description p strong
  {
    font-size: 32px;
    display: block;
    margin-top: 3px;
  }

  #bottom-blue-part-description a
  {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }

  @media  screen and (max-width: 1045px)
    {
      #bottom-blue-part-description
    {
      /*margin-top: 36px;*/
    }
    
      #bottom-blue-part-description p 
    {
      font-size: 23px;
    }

    #bottom-blue-part-description p strong
    {
      font-size: 23px;
    }
    }

    @media  screen and (max-width: 760px)
    {
  .bottom-blue-part-seaction
  {
    justify-content: space-around;
  }
  bottom-blue-part-container
    {
      display: block;
      text-align: center;
      padding-bottom: 24px;
    
    }

    bottom-blue-part-container img
    {
          margin-right: 0;
    }

      #bottom-blue-part-description
    {
      margin-top: 31px;
    }

    #bottom-blue-part-anchor-tag
    {
      padding-top: 6px;
    }
  #forbes-container
  {
    display:none;
  }
  
    }

    @media  screen and (max-width: 575px)
    {
      #bottom-blue-part-description,.forbes-blue-part-image
      {
        display: none;
      }
  
  bottom-blue-part-container img
    {
      width: 130px;
      height: 163px;
    }

      #bottom-blue-part-small-screen-description
    {
      display: block;
      margin-top: 21px;
      color: #fff;
    } 

    #bottom-blue-part-small-screen-description p 
    {
      font-size: 20px;
    }

    #bottom-blue-part-small-screen-description p strong
    {
      display: block;
      margin-top: 1px;
      font-size: 20px;      
    }

    #bottom-blue-part-small-screen-description a
    {
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid #fff;
    }
    }
	
	#legal-in-your-pocket-illustration
  {
      position: relative;    
      background-color: #F4F4F4;
  }

  #changing-img 
  {
      display: block;
      width: 100%;
  }

  #legal-in-your-pocket-text
  {
      margin-left: 75px;
      position: absolute;
      top: 220px;
  }

  #legal-in-your-pocket-bold-text
  {
     font-size: 34px;
     color: #333333;
     letter-spacing: 0.015em;
     margin-bottom: 20px;
  }

  .legal-in-your-pocket-points 
  {
     padding: 0 26px;
     font-size: 14px;
     line-height: 25px;
     display: block;
     margin-left: 0px;
     background-image: url('../img/checked_green_icon.png');
     background-size: 15px 15px;
     background-repeat: no-repeat;
     background-position: left 5px;
     margin-bottom: 4px;
  }

  #legal-in-your-pocket-google-play-img
  {
     margin-top: 25px;
  }

  #trademark-symbol
  {
     font-size: 32px;

  }

  @media  only screen and (max-width: 1200px) 
  {
     #legal-in-your-pocket-text
     {
        top: 150px;
         margin-left: 50px;
     }
  }

  @media  only screen and (max-width: 1000px) 
  { 
     #legal-in-your-pocket-bold-text
     {
        font-size: 25px;
     }

     #trademark-symbol
     {
        font-size: 28px;
     }

     #legal-in-your-pocket-text
     {
         margin-left: 40px;
         top: 120px;
     }

     .legal-in-your-pocket-points 
     {
         font-size: 13px;
     }
  }

  @media  only screen and (max-width: 800px) 
  { 
     #legal-in-your-pocket-bold-text
     {
         font-size: 20px;
     }

     #trademark-symbol
     {
        font-size: 22px;
     }

     #legal-in-your-pocket-text
     {
         margin-left: 25px;
         top: 80px;
     }

     .legal-in-your-pocket-points 
     {
         font-size: 13px;
     }
  }

  @media  only screen and (max-width: 670px) 
  { 

     #legal-in-your-pocket-illustration
   {
       padding-bottom: 10px;
   }

     #legal-in-your-pocket-bold-text
     {
         font-size: 17px;
     }

     #trademark-symbol
     {
        font-size: 18px;
     }

     #legal-in-your-pocket-text
     {
         top: 30px;
     }

     .legal-in-your-pocket-points 
     {
         font-size: 12px;
     }
  }

  @media  only screen and (max-width:520px) 
  {
     #legal-in-your-pocket-text
     { 
          top: 15px;
          position: relative;
          margin-bottom: 25px;
     }

     #legal-in-your-pocket-google-play-img
     {
        margin-top: 12px;
     }
  }
  
   #gcs-clients-left-button, #gcs-clients-right-button
      {
         display: none;
      }

      gcs-clients-scroll-container
      {
        display: block;
        padding-bottom: 25px;
      }

      gcs-clients-section-header
      {
        text-align: center;
        display: block;
      }

      gcs-clients-section-header h2
      {
        font-size: 27px;
        letter-spacing: 0.025em;
        margin-top: 40px;
        font-weight: 800;
      }

      gcs-clients-section-header h2::after
    {
          content: '';
          background: #003679;
          width: 35px;
          height: 4px;
          display: block;
          margin: 10px auto 20px;
          margin-top: 17px;
    }
    
    #gcs-client-img-container
    {
      display: flex;
      justify-content: center;
      text-align: center;
    }

    .client-img-div img
    {
      border-radius: 10px;
      width: 350px;
      margin-bottom: 25px;
    }

    #client-middle-image
    {
      margin-right: 19px;
      margin-left: 19px;
    }

    .client-img-div p
    {
      font-weight: 600;
      padding-bottom: 8px;
    }

    @media  screen and (max-width: 1200px)
    {
      .client-img-div img
      {
        width: 310px;
      }
    }

    @media  screen and (max-width: 1050px)
    {
      .client-img-div img
      {
        width: 280px;
      }
    }
    
    @media  screen and (max-width: 930px)
    {
      #gcs-client-img-container
      {
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        justify-content: space-between;
        overflow-x: auto;
        padding-left: 23px;
      }

      #gcs-clients-left-button, #gcs-clients-right-button
        {
            display: block;
            cursor: pointer;
            position: absolute;
            width: 11px;
            height: 18px;
            margin-left: 5px;
        }

        #gcs-clients-left-button
        {
          margin-top: 180px;
        }

        #gcs-clients-right-button
        {
           margin-top: 180px;
             margin-left:  94vw;
        }

      .client-img-div 
      {
         scroll-snap-align: center;
         min-width: 46vw;
      }

      #client-middle-image
      {
        margin-right: 10px;
        margin-left: 10px;
      }

      .client-img-div img
      {
        min-width: 300px;
      }     

      #last-client-img-container
      {
        padding-right: 23px;
      }
    }

    @media  screen and (max-width: 670px)
    {
      gcs-clients-section-header h2
        {
          font-size: 19px;
        }

      #gcs-clients-right-button
        {
             margin-left:  96vw;
        }

      #gcs-client-img-container
      {
        padding-left: 8px;
      }

      #last-client-img-container
      {
        padding-right: 8px;
      }

      #client-middle-image
      {
        margin-right: 0px;
        margin-left: 0px;
      }

      .client-img-div 
      {
         min-width: 47vw;
      }

      .client-img-div img
      {
        min-width: 280px;
      }
    }

    @media  screen and (max-width: 625px)
    {
      

      #gcs-client-img-container
      {
        padding-left: 0;
      }

      #last-client-img-container
      {
        padding-right: 0;
      }

      .client-img-div 
      {
         min-width: 100vw;
      }

      .client-img-div img
      {
        width: 75vw;
      }     
    }

    @media  screen and (max-width: 460px)
    {
      gcs-clients-section-header h2
        {
          font-size: 17px;
        }
    }
	
	  @media  screen and (min-width: 801px) 
   {
        .why-gcs-single-section 
        {
            margin-left: 21px;
            margin-bottom: 10px;
            margin-right: 21px;
        }
   }

   @media  screen and (min-width: 601px) 
   {
        .why-gcs-main
        {
            background-color: #F4F4F4;
            border-color: #F4F4F4;
            color: #1A1A1A;
            width:100%;
            padding-top: 40px;
            padding-bottom: 30px;
        }

        #why-gcs-slideshow-container-small-sreens
        {
            display: none;
        }

        .why-gcs-flex-container 
        {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .why-gcs-single-section 
        {
            margin: 10px;
            padding: 30px;
            font-size: 18px;
            text-align: center;
            margin-top: -25px;
        }

        .why-gcs-content-header
        {
            font-size: 21px;
            line-height: 28px;
            letter-spacing: 0.01em;
            margin-top: 20px;
        }

        .why-gcs-headings h2
        {
            text-align: center;
            font-size: 27px;
            line-height: 45px;
            letter-spacing: 0.025em;
            text-transform: uppercase;
        }

        .why-gcs-headings h2::after
        {
            content: '';
            background: #003679;
            width: 35px;
            height: 4px;
            display: block;
            margin: 10px auto 25px;
        }

        .why-gcs-single-section img
        {
            width: 95px;
            border-radius: 100%;
            background-color: #fff;
            color: #333333;
        }

        .why-gcs-single-section p
        {
            width: 180px;
            margin: 0 auto;
            text-align: center;
            font-size: 15px;
            line-height: 1.5384616;
            font-size: 15px;
            color: #333333;
            margin-top: 10px;
            margin-left: 7px;
        }

        .why-gcs-two-sections
        {
            display: inline-flex;
            text-align: center;
        }

        .navigation-buttons 
        {
            display: none;
        }
    }

    @media  only screen and (max-width: 600px) 
    {
        /* Slides */
        .why-gcs-main 
        {
          display: none;
        }

        #why-gcs-slideshow-container-small-sreens
        {
            background-color: #F4F4F4;
            padding-bottom: 20px;
        }

        #why-gcs-flex-container-small-screen
        {
            display: flex;
            flex-wrap: wrap;
            text-align: center;
            /*flex-wrap: nowrap;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            
            overflow-x: auto;*/
        }

        .why-gcs-single-container 
        {
            flex-grow: 1;
            display: inline-flex;
            margin-bottom: 10px;
            min-width: 99vw;
            justify-content: space-around;
            scroll-snap-align: center;
        }
        .why-gcs-single-containerdivider
        {
            width: 50%;
            margin-left: 30px;
        }
        #why-gcs-left-button
        {
            
            position: absolute;
            width: 2% !important;
            height: 66% !important;
            margin-left: 4%;
            margin-top: 70px;
            margin-right: 7%;
            -ms-transform: translate(-21%, -29%);
            transform: translate(-21%, -29%);
        }

        #why-gcs-right-button
        {
                position: absolute;
                width: 2% !important;
                height: 66% !important;
                margin-left: 0%;
                margin-top: 70px;
                margin-right: -9%;
                -ms-transform: translate(-21%, -29%);
                transform: translate(-21%, -29%);
                left: 94vw;
           
        }

        .why-gcs-single-section
        {
            display: block;
            width: 100%;
            margin-bottom: 12%;
        }

        .why-gcs-single-section img 
        {
            width: 55px;
            border-radius: 100%;
            background-color: #fff;
            color: #333333;
        }

        .why-gcs-navigation-arrow
        {
            margin-top: 70px;
            width: 11px;
            height: 16px;
            margin-left:15px;
            margin-right: 15px;
        }

        .why-gcs-single-section h3
        {
            font-size: 14px;
            letter-spacing: 0.01em;
            font-weight: 700;
            margin-top: 20px;
        }

        .why-gcs-headings h2
        {
            padding-top: 20px;
            text-align: center;
            font-size: 19px;
            line-height: 25px;
            width: 75%;
            margin-right: auto;
            margin-left: auto;
        }

        .why-gcs-headings h2::after
        {
            content: '';
            background: #003679;
            width: 35px;
            height: 4px;
            display: block;
            margin: 10px auto 25px;
        }

        .why-gcs-single-section p
        {
            text-align: center;
            font-size: 12px;
            line-height: 1.5384616;
            color: #333333;
            margin-top: 10px;
        }
    }

    @media  only screen and (max-width: 450px) 
    {
          .why-gcs-single-section h3
          {
              font-size: 15px;
          }

          .why-gcs-single-section p
          {
              font-size: 12px;
          }

          .why-gcs-single-section 
          {
              margin-left: -20px;
              margin-right:  -20px;
          }
    }
	
	
	#startup-trust-us-small-screen-heading
    {
        display: none;
    }

    #startup-trust-us-main-container
    {
        height: 435px;
        overflow: hidden;
    }

    #startup-trust-us-scroll-container
    {
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        background-color: white;
        padding-bottom: 20px;
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        margin-left: 10%;
        margin-right: 10%;
        height: 335px;
    }

    #startup-trust-us-left-button
    {
        position: absolute;
        width: 11px;
        height: 18px;
        margin-left: 15px;
        margin-top: 115px;
    }

    #startup-trust-us-right-button
    {
        position: absolute;
        left: 97vw;
        width: 11px;
        height: 18px;
        margin-top: 115px;
    }
    
    #startup-trust-us-right-button:hover, #startup-trust-us-left-button:hover
    {
        cursor: pointer;
    }

    #startup-trust-us-main-container h2::after 
    {

        content: '';
        background: #003679;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 20px;
    }

    #startup-trust-us-main-container h2
    {
        text-align: center;
        padding-top: 40px;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    #startup-trust-us-flex-container
    {
        display: flex;
        min-width: 80vw;
        scroll-snap-align: center;
        padding-left: 15px;
    }

    #startup-trust-us-customer-info
    {
        flex-grow: 1;
        text-align: left;
        margin-right:  20px;
        white-space:nowrap;
        font-size: 14px;
        line-height: 21px;
    }

    #startup-trust-us-customer-name
    {
        font-weight: bold;
    }

    #startup-trust-us-customer-picture 
    {
        padding-bottom: 15px;
        width: 120px;
       
    } 

    #startup-trust-us-customer-review
    {
        flex-grow: 5;
        text-align: left;

    }

    #startup-trust-us-quote-revert-image
    {
        transform: scaleX(-1);
        float: right;
        flex:none;
        margin-right: 5%;
    }

    #startup-trust-us-customer-review-text-part
    {
        margin: 40px;
        font-size: 15px;
        line-height: 28px;
    }

    #startup-trust-us-customer-review-total-rating 
    { 
        padding-top: 4px;
        margin-bottom: 15px;
    }

    #startup-trust-us-customer-review-total-rating img
    { 
        width: 14px;
        height: 14px;
    }

    #startup-trust-us-customer-review-in-number
    {
        color: #FDA700;
    }

    @media  screen and (max-width: 980px) 
    {
        #startup-trust-us-main-container
        {
            height: 520px;
        }

         #startup-trust-us-scroll-container
        {
            height: 415px;
        }

        #startup-trust-us-quote-revert-image
        {
            margin-top: -33px;
        }
    }

    @media  screen and (max-width: 866px) 
    {

        #startup-trust-us-main-container, #startup-trust-us-main-container h2, #startup-trust-us-flex-container, #startup-trust-us-customer-info, #startup-trust-us-customer-review, #startup-trust-us-scroll-container
        {
            padding: 0;
            margin: 0;
        }

        #startup-trust-us-flex-container
        {
            display: block;
            min-width: 98vw;
        }

        #startup-trust-us-main-container
        {
            
            height: 80%;
        }

        #startup-trust-us-scroll-container
        {
           
            height: 75%;
        }

        #startup-trust-us-customer-info
        {
            text-align: center;
        }

        #startup-trust-us-customer-review
        {
            padding-left: 10px;
        }

        #startup-trust-us-right-button
        {
            left: 95vw;
        }

       
        #startup-trust-us-customer-review p
        {
            margin-top: 0px;
        }
    
    }

    @media  screen and (max-width: 600px) 
    {

        #startup-trust-us-customer-review-text-part
        {
            font-size: 13px;
        }

        #startup-trust-us-large-screen-heading
        {
            display: none;
        }

        #startup-trust-us-small-screen-heading
        {
            display: block;
        }

        #startup-trust-us-main-container h2
        {
            padding-top: 22px;
            font-size: 19px;
            line-height: 25px;
        }       
    }
	
	
	
    .service-details-container-left-button, .service-details-container-right-button
    {
        display: none;
    }

    #all-services-main-container-header 
    {
       font-size: 25px;
       letter-spacing: 0.055em;
       padding-top: 42px;
       padding-bottom: 15px;
       text-align: center;
    }

    #all-services-main-container-header::after
    {
        content: '';
        background: #003679;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 20px;
        margin-top: 17px;
    }

    gcs-service-header-container
    { 
      display: flex;
      padding-right: 20px;
      padding-left: 20px;
      justify-content: center;
      white-space: nowrap;
      overflow-x: auto;     
    }

    gcs-service-header-container p
    {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 15px;
      font-size: 14px;
      border-bottom: 2px solid white;
    }


    @media  screen and (max-width: 920px)
    {
     gcs-service-header-container
     {
      justify-content: space-between;
     }
    } 

    .service-details-outside-container
    {
        background-color: #f4f4f4;
        padding-right: 40px;
        padding-left: 40px;
    }

    .service-details-container
    {
        /* snap mandatory on horizontal axis  */
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        display: flex;
        justify-content: center;
        padding-top: 27px;
        white-space: normal;
        overflow-x: auto;
        padding-bottom: 27px;
    }

    .service-detail
    {
         scroll-snap-align: center;
         border-radius: 5px;
         border: 1px solid #e5e5e5;
         background-color: #fff;
         width: 372px;
         display: flex;
         flex-direction: column;
         padding: 22px;
    }

    .service-detail img
    {
          width: 65px;
          border-radius: 100%;
          background-color: #f4f4f4;
          margin-top: -57px;
          margin-left: -6px;
    }

    #service-detail-middle-one
    {
        margin-left: 15px;
        margin-right: 15px;
    }

    #service-detail-last-one
    {
        margin-left: 15px;
    }

    .service-detail-header
    {
        margin-left:  70px;
        margin-top: 9px;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.005px;
        font-weight: 700;
    }

    .service-detail-description
    {
        font-size: 13px;
        line-height: 20px;   
        margin-top: 10px;   
        height: 105px;          
    }

    .service-detail-bottom-part
    {
        display: flex;
        justify-content: space-between;

    }

    all-services-main-container input, button, input[type="submit"],submit 
    {
      border: 1px solid #003679;
      font: inherit;
      cursor: pointer;
      background: #003679;
    } 


    .service-detail-bottom-part a
    {
        font-size: 13px;
        width: 126px;
        height: 33px;
        color: #003679;
        font-weight: 600;
        border: 1px solid #003679;
        border-radius: 2px;
        letter-spacing: 0.05em;
        margin-top: 4px;
        text-decoration: none;
        padding-top:8px;
        padding-left:16px;
    }

    .service-detail-bottom-part a:hover
    {
        background-color: #003679;
        color: white;
    }


    .service-detail-bottom-part h2
    {
        font-size: 17px;
        letter-spacing: 0.005em;
    }

    .service-detail-bottom-part p
    {
      font-size: 12px;
        margin-top: 5px;
    }

    .roc-img img
    {
        margin-top: -67px;
    }

    @media  screen and (max-width: 1117px)
    {
        #company-registration .service-detail-description, #roc-registration .service-detail-description
      {
        font-size: 12px;
      }

      .service-details-outside-container
      {
          padding-right: 25px;
          padding-left: 25px;
      }
    }

    @media  screen and (max-width: 1020px)
    {

        #company-registration .service-details-container-left-button, #roc-registration .service-details-container-left-button
      {
        display: block;
        position: absolute;
        width: 11px;
        height: 16px;
        margin-top: 120px;
        
      }

       #company-registration .service-details-container-right-button,  #roc-registration .service-details-container-right-button
      {
        display: block;
        position: absolute;
        width: 11px;
        height: 16px;
        margin-top: 120px;
        margin-left:  92vw;
      }

        .service-detail
      {
        min-width: 47vw;
      }

      .service-details-outside-container
      {
         padding-left: 20px;
         padding-right: 20px;
      }

      .service-details-container
      {
        justify-content: flex-start;
      }

      #gst-registration
      {
          justify-content: center;
      }
    }

    @media  screen and (max-width: 900px)
    {
        .service-details-outside-container
      {
        padding-left: 15px;
          padding-right: 15px;
      }
    }

    @media  screen and (max-width: 730px)
    {
        .service-details-outside-container
      {
        padding-left: 12px;
          padding-right: 12px;
      }
    }

    @media  screen and (max-width: 600px)
    {
        #all-services-main-container-header
        {
           font-size: 20px;
        }

        .service-details-container-right-button
        {
            display: block;
            cursor: pointer;
            position: absolute;
            width: 11px;
            height: 16px;
            margin-top: 120px;
            margin-left:  92vw;
        }

        .service-details-container-left-button
        {
          display: block;
          cursor: pointer;
          position: absolute;
          width: 11px;
          height: 16px;
          margin-top: 120px;
        }

        .service-detail
      {
        min-width: 96vw;
      }

      #gst-registration
      {
          justify-content: space-around;
      }
    }

    @media  screen and (max-width: 550px)
    {
      .service-details-outside-container
      {
        padding-left: 8px;
          padding-right: 8px;
      }
    }

    #company-registration-left-button, #trademark-registration-left-button, #roc-registration-left-button, #iso-registration-left-button, 
    #company-registration-right-button, #trademark-registration-right-button, #roc-registration-right-button, #iso-registration-right-button
    {
      cursor: pointer;
    }
	
	gcs-featured-in-container
  {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #670d3a;
  }

  gcs-featured-in-elements
  { 
    height: 52px;
    display: flex;
    padding-right: 20px;
    /*padding-left: 20px;*/
    justify-content: space-around;
    white-space: nowrap;
    overflow-x: auto;
  }
  gcs-featured-in-elements div
  {
      display: flex;
      justify-content: start;
  }
  gcs-featured-in-elements p
  {
    color: #BDBFC1;
    margin-top: 10px;
    font-size: 13px;

  }

  gcs-featured-in-elements img
  {
    /*height: 16px;
    margin-top: 15px;*/
  }

  #economics-times-icon
  {
  /*  margin-left: -20px;*/
  }

  @media  screen and (max-width: 1000px)
  {
    gcs-featured-in-elements img
    {
      /*height: 13px;
      margin-top: 18px;*/
    }
    gcs-featured-in-elements p
    {
      margin-top: 2px;
      font-size: 13px;
    }
    
  }
  @media  screen and (max-width: 998px)
  {
    gcs-featured-in-elements
    {
          justify-content: unset!important;

    }
    gcs-featured-in-elements p
    {
        margin-top: 9px;
        font-size: 13px;
    }
  }
  @media  screen and (max-width: 840px)
  {
    gcs-featured-in-elements
    {
       justify-content: space-between !important;
    }
    gcs-featured-in-elements p
    {
        margin-top: 13px;
        font-size: 10px;
    }
    /*#economics-times-icon
    {
      margin-left: 0px;
    }
*/
    gcs-featured-in-elements img
    {
      margin-left: 40px;
    }
     #forbes-icon
    {
      margin-left: -11px;
    }


  } 

  @media  screen and (max-width: 600px)
  {
    gcs-featured-in-elements
    { 
        padding-right: 5px;
        padding-left: 5px;
    }

    gcs-featured-in-container
    {
        padding-right: 16px;
        padding-left: 16px;
    }
    gcs-featured-in-elements div
    {
        margin-left: -3%;
        margin-top: 9px;
        height: 35px;
    }
    gcs-featured-in-elements p
    {
       
         margin-top: 6px;
        font-size: 10px;
        margin-left: 6px;
    margin-right: 25px !important; 
    }
    gcs-featured-in-elements img
    {
       margin-left: 0px;
    }
    
    gcs-featured-in-elements
    {
      justify-content: flex-start!important;
    }
    #forbes-icon
    {
      margin-left: 5px;
    }

  }
  
  #arrow-img-ipad-container, #arrow-img-mobile-container
{
  display: none;
}

headers
{
  display: flex;
  justify-content: center;
  background-color: #003679;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 57px;
  padding-bottom: 60px;
  white-space: nowrap;
}

headers h1
{
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 36px;
}

section
{
  z-index: 1;
}



#header-info
{
  font-size: 15px;
  line-height: 1.5384616;
  font-weight: 400;
  margin-bottom: 20px;
}

our-services
{
  display: flex;
}

our-services p
{
  min-height: 40px;
  padding: 0 26px;

  font-size: 14px;
  line-height: 25px;
  display: block;
  margin-left: 0px;
  background-image: url('../img/checked_white_icon.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 5px;
  margin-bottom: 4px;
}

 our-services p:hover
 {
    font-weight: 600;
    display: inline-block;
 } 

#our-services-second-part
{
  margin-left: 67px;
}

#arrow-img-desktop-container
{
  margin-left: -123px;
  margin-top: 86px;
}

#arrow-img-desktop-container svg
{
  height: 265px;
  width: 445px;
  transform: rotate(5deg);
}





input, select, textarea, button
{
    font-family:inherit;
    font-size: 13px;
}

#form-header
{
  text-align: center;
  padding-bottom: 10px;
}

#form-header p
{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.005em;
  font-weight: bold;
  margin-bottom: -9px;
}

#form-img-yellow
{
  width: 80px;
  height: 7px;
}

#salutation
{
  background: white;
}

.form-block-elements
{
  display: block;
  margin-top: 10px;
  width: 99%;
  background: white;
}

#form-first-row
{
  display: inline-block;
  width: 100%;
}

#salutation
{
  width: 20%;
}

#first_name
{
  width: 76%;
  margin-left: 8px;
}

#main-form-button:hover
{
    background: #670d3a;
}

#main-form-button
{
  background-color: #003679;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.5384616;
  border-radius: 3px;
  -webkit-user-select: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 0 #a36b00;
  padding: 11px;
  border-radius: 2px;
  width: 100%;
}

our-services a
{
  color: #fff;
  text-decoration: none;
}

#form-button-container
{
  text-align: center;
  margin-top: 10px;
}

@media  screen and (max-width: 1250px)
{ 
  #arrow-img-desktop-container
  {
    margin-left: -128px;
    margin-top: 83px;
  }

  #arrow-img-desktop-container img
  {
    width: 390px;
    transform: rotate(8deg);
  }
}

@media  screen and (max-width: 1180px)
{ 
  #arrow-img-desktop-container
  {
    display: none;
  }

  headers h1
  {
    font-size: 30px;
        line-height: 34px;
        margin-top: 55px;
  }

  #our-services-second-part
  {
    margin-left: 5px;
  }

  our-services p
  {
    min-height: 33px;
  }

  #arrow-img-ipad-container
  {
    display: block;
    margin-left: -127px;
    margin-top: 73px;
  }

  #arrow-img-ipad-container img
  {
    height: 309px;
      width: 239px;
      transform: rotate(13deg);
  }
}

@media  screen and (max-width: 935px)
{
  headers

  {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media  screen and (max-width: 935px)
{
  headers h1
  {
    font-size: 28px;
  }

  #header-info
  {
    font-size: 14px;
    line-height: 1.4;
  }

  our-services p
  {
    font-size: 13px;
  }
}

@media  screen and (max-width: 885px)
{
  #arrow-img-ipad-container
  {
    display: none;
  }

  section
  {
    margin-right: 35px;
  }
}

@media  screen and (max-width: 840px)
{
  headers
  {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: center;
  }

  section, #arrow-img-desktop-container, #arrow-img-ipad-container, our-services,#our-services-second-part,#header-info,section h1
  {
    padding: 0;
    margin: 0;
  }

  headers h1
  {
    font-size: 25px;
    line-height: 31px;
  }

  #header-info
  {
    margin-top: 15px;
  }

  our-services
  {
    
    display: flex;
    justify-content: space-around;
    text-align: left;
    margin-top: 23px;
  }

  our-services p
  {
      min-height: 34px;
      font-size: 11px;
      line-height: 23px;
      padding-right: 0px;
      margin-bottom: -6px;
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-position: left 5px;
  }

  form
  {
      margin:auto;
      width: 83%;
      margin-top: 23px;
  }
}

@media  screen and (max-width: 500px)
{ 
  headers
  {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  #header-info
  {
    margin-top: 10px;
  }

  #arrow-img-mobile-container
  {
    display: inline-block;
    margin-top: 4px;
    margin-left: -10px;
    
  }

  #arrow-img-mobile-container img
  {
    width: 30px;
        height: auto;
        transform: rotate(1deg);
        
  }

  #header-info
  {
    font-size: 11px;
  }

  our-services
  {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: -120px;
  }

  our-services p
  {
    font-size: 10px;
    margin-bottom: -9px;
  }

  form
  {
        width: 91%;
        margin-top: 19px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 17px;
    }

    #form-header
    {
      padding-bottom: 3px;
    }

    #form-header p
  {
    font-size: 15px;
  }
}
@media  screen and (max-width: 640px)
{
  .mhide{
    display: none;

  }

  headers
  {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: center;
  }

  section, #arrow-img-desktop-container, #arrow-img-ipad-container, our-services,#our-services-second-part,#header-info,section h1
  {
    padding: 0;
    margin: 0;
  }

  headers h1
  {
    font-size: 25px;
    line-height: 31px;
  }

  #header-info
  {
    margin-top: 15px;
  }

  our-services
  {
    
    display: flex;
    justify-content: space-around;
    text-align: left;
    margin-top: 23px;
  }

  our-services p
  {
      min-height: 34px;
      font-size: 11px;
      line-height: 23px;
      padding-right: 0px;
      margin-bottom: -6px;
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-position: left 5px;
  }

  form
  {
      margin:auto;
      width: 83%;
      margin-top: 23px;
  }
}
