
 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active  
    {
          -webkit-box-shadow: 0 0 0 30px white inset !important;
    }



#arrow-img-ipad-container, #arrow-img-mobile-container
{
  display: none;
}

header
{g
  display: flex;
  justify-content: center;
  background-color: #0025ad;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 57px;
  padding-bottom: 60px;
  white-space: nowrap;
}

header 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('images/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);
}

form
{
  width: 380px;
  background-color: #EDEFF2;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 34px;
}

input, select, textarea, button
{
    font-family:inherit;
    font-size: 13px;
}




   #content-behind-mobile-navigation-drawer
   {
       background-color: rgba(0,0,0,0.5);  
       overflow-y: hidden; 
       height: 100vh; 
       width: 100vw; 
       position: fixed;  
       z-index: 1;
    }

   * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
      }

    #content-behind-mobile-navigation-drawer 
    {
          display: none;
    }


    #desktop-nav-bar-container
    {
        display: flex;
        height: 68px;
        background-color: #FDF6EB;
        white-space: nowrap;
    }

    #udyog-logo
    {
        height: 40px;
        margin-top: 10px;
        margin-left: 36px;
    }

    #nav-bar-menus
    {
        display: flex;
        flex-grow: 3;
        justify-content: center;
        margin-top: 27px;
    }

    .nav-bar-dropdown-header
    {
        font-size: 13px;
        margin-right: 28px;
        letter-spacing: 0.05em;
        line-height: 16px;
    }

    .nav-bar-single-menu
    {
        margin-left: 28px;
    }

    #nav-bar-right-part
    {
        margin-right: 45px;
        margin-left: 4%;
    }

    #mobile-nav-hamburger-icon
    {
        display: none;
    }

    #nav-bar-section-1
    {
        font-size: 12px;
        margin-top: 7px;
        text-align: right;
        line-height: 17px;
    }

    #nav-bar-section-1 a
    {
       text-decoration: none;
       display: block;
       color:black;      /* unvisited link */
    }

    #nav-bar-section-1 a:hover,  #nav-bar-section-1 a:active, #nav-bar-section-1 a:visited
    {
       color:black;  
    }

   

    {
       text-decoration: none;
    }


    .nav-bar-dropdown-content 
    {
       display: none;
       margin-top: 22px;
       position: absolute;
       background-color: white;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       z-index: 2;
       padding-right: 31px;
       padding-bottom: 20px;
       padding-left:  30px;
       padding-top: 20px;
       line-height: 35px;
       margin-left: -30px;
       font-size: 13px;
       letter-spacing: 0.04em;
    }

    .nav-bar-dropdown-content a 
    {
       color: black;
       text-decoration: none;
       display: block;
    }

    .nav-bar-dropdown-content a:hover 
    {
        color: #004CD2;
    }

    .nav-bar-dropdown-container:hover .nav-bar-dropdown-content 
    {
        display: flex;
    }

    .nav-bar-dropdown-container:hover .nav-bar-dropdown-header 
    {
        color: #004CD2;
        cursor: pointer;
    }

    .vertical-line
    {
       border-left: 1px solid #B3B3B3;
       margin-top: 10px;
       margin-left: 20px;
       margin-right: 20px;
    }

    @media  only screen and (min-width: 1250px) 
    {
        #nav-bar-right-part
        {
            margin-left: 10%;
        }
    }

    @media  only screen and (min-width: 1500px) 
    {
        #nav-bar-right-part
        {
            margin-left: 15%;
        }
    }

    @media  only screen and (max-width: 1131px) 
    {
        .nav-bar-dropdown-header
        {
            font-size: 11px;
        }

        #udyog-logo
        {
            height: 37px;
            margin-top: 12px;
        }

        #manage-business-dropdown-content
        {
            margin-left: -80px;
        }
    }

    @media  only screen and (max-width: 940px) 
    {
        .nav-bar-dropdown-header
        {
            margin-right: 14px;
        }

        #manage-business-dropdown-content
        {
            margin-left: -100px;
        }
    }

    @media  screen and (min-width: 851px) 
      {
          #mobile-nav-drawer-container 
          {
              display: none;
          }
      }


      @media  screen and (max-width: 850px) 
      {
          #desktop-nav-bar-container
            {
                display: block;
            }

            #nav-bar-menus ,#nav-bar-right-part
            {
                display: none;
            }

            #udyog-logo
            {
                
                margin-left: 10px;
            }



            #mobile-nav-hamburger-icon
            {
                  display: block;
                  margin-right: 20px;
                  width: 18px;
                  height: 12px;
                  margin-top: 28px;
            }

            ul 
            {
                list-style-type: none;
                list-style: none;
            }

            /* For mobile view, by default, the navigation drawer is hidden. */
            #mobile-nav-drawer 
            {
                  width: 85vw;
                  height: 100vh;
                  overflow-y: scroll;
                  z-index: 3;
                  position: absolute;
                  /* This trasform moves the drawer off canvas. */
                  -webkit-transform: translate(-730px, 0);
                  transform: translate(-730px, 0);
                  /* Optionally, we animate the drawer. */
                  transition: transform 0.3s ease;
                  background-color: #FDF6EB;
                  overflow:scroll;overflow-x:hidden;overflow-y:scroll;
                  margin-top: -68px;
            }

            #mobile-nav-drawer-menu-list li a
            {
                text-decoration: none;
                margin-left: 50px;
                 line-height: 40px;
                 color: #333333bd;
                 font-size: 13px;
            }

            .main-manu-header 
            {
                text-align: left;
                padding-top: 8px;
                margin-left: 11px;
                padding-bottom: 8px;
                font-size: 15px;
                line-height: 22px;
                letter-spacing: 0.5px;
                color: #333333bd;
                font-weight: normal;
            }


            #mobile-nav-drawer.open_mobile
            {
                  -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
            }

            #mobile-nav-header 
            {
                  background-color: #1D073F;
                  padding: 10px;
            }

            #mobile-nav-header img 
            {        height: 35px;
            }  

            .icons img
            {
                  width: 45px !important;
            }

            .mobile-nav-drawer-services img
            {
                 vertical-align: middle;
            }
            .mobile-nav-drawer-services
            {
                  margin-top: 15px;
                  margin-bottom: 15px;
                  margin-left: 10px;
            }

            /*horizontal placement of Google and Apple Icon*/

             .google-play
            {
                  margin-left: 10px;
                  margin-bottom: 10px;
                  display: flex;
                  margin-top: 20px;
            }

            .google-play img
            {
                width: 110px;
            }

            #apple-store-img-in-mobile-view-nav-drawer
            {
               margin-left: 15px;
            } 

            /*horizontal placement of Google and Apple Icon*/


            .mobile-nav-drawer-arrow img
            {
                  width: 8px;
                  height: 6px;
                  float: right;
                  margin-right: 14px;
                  margin-top: 10px;
            }

            #mobile-nav
            {
                  margin-top: -35px;
            }

            .header-nav-bar-group-2 a
            {
              text-align: left;
                padding-top: 8px;
                margin-left: 11px;
                padding-bottom: 8px;
                font-size: 15px;
                line-height: 22px;
                letter-spacing: 0.5px;
                color: #333333bd;
                text-decoration: none;
            }

          #hamburger-container
          {
             display: inline-block;
             float: right;
             padding-left: 120px;
             padding-bottom: 26px;
          }
      }
 @media  screen and (max-width: 440px) 
{
        #hamburger-container
        {
          padding-left: 13px;
        }

}
@media  screen and (max-width: 240px) 
{
  #udyog-logo
  {
    width:62%;
  }
  #arrow-img-mobile-container img
  {
    width: 10px;
  }
  our-services p
  {
    font-size:8px !important;
  }
  #header-info
  {
    font-size:8px!important;
  }
  header h1
  {
    font-size: 22px;
  }
  #startup-trust-us-right-button
  {
    left:90vw !important;
  }
  #get-inspired-section-right-button
  {
    left: 93vw !important;
  }
  .client-images-div img
  {
    min-width:230px !important ;
  }
  #udyog-clients-right-button
  {
    margin-left: 91vw !important;
  }
  #company-registration .service-detail-description, #roc-registration .service-detail-description
  {
    font-size: 10px !important;
  }

}

/*styling of the guides on home page*/
#guidesList .guides-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#guidesList .guide-item {
    flex: 1;
    min-width: 300px;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

#guidesList .guide-item p {
    margin: 0;
}

#guidesList .guide-item a {
    font-size: 16px;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    #guidesList .guide-item {
        justify-content: center;
        padding:6px;
        height: 40px;
    }
    
    #guidesList .guide-item a {
        font-size: 18px;
        padding: 0px;
    }
}

#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: #d88f00;
}

#main-form-button
{
  background-color: #FDA700;
  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-udyog
{
  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;
  }

  header 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)
{
  header
  {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media  screen and (max-width: 935px)
{
  header 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)
{
  header
  {
    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;
  }

  header 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: 98%;
      margin-top: 23px;
  }
}

@media  screen and (max-width: 500px)
{ 
  header
  {
    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;
  }
}

  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active  
    {
          -webkit-box-shadow: 0 0 0 30px white inset !important;
    }
   

   


#arrow-img-ipad-container, #arrow-img-mobile-container
{
  display: none;
}

header
{
  display: flex;
  justify-content: center;
  background-color: #0025ad;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 57px;
  padding-bottom: 60px;
  white-space: nowrap;
}

header h1
{
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
}

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('images/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);
}

form
{
  width: 380px;
  background-color: #EDEFF2;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 34px;
}

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: #d88f00;
}

#main-form-button
{
  background-color: #FDA700;
  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;
  }

  header 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)
{
  header
  {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media  screen and (max-width: 935px)
{
  header 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)
{
  header
  {
    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;
  }

  header 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: 98%;
      margin-top: 23px;
  }
}

@media  screen and (max-width: 500px)
{ 
  header
  {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  #header-info
  {
    margin-top: 10px;
  }

  #arrow-img-mobile-container
  {
    display: inline-block;
    margin-top: 4px;
    display: none;
    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;
  }

  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;
  }
}


form
{
  width: 380px;
  background-color: #EDEFF2;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 34px;
}

textarea, input, select
{
  outline: none;
  -webkit-appearance: none;
  padding:12px;
  border:none;
  border-radius: 1px;
}

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;
  color: #1d073f !important;
  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: #d88f00;
}

#main-form-button
{
  background-color: #FDA700;
  color: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.5384616;
  border-radius: 30px;
  -webkit-user-select: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 0 #a36b00;
  padding: 11px;
  width: 100%;
}
@media  screen and (max-width: 840px)
{
  form
  {
      margin:auto;
      width: 98%;
      margin-top: 23px;
  }
}
@media  screen and (max-width: 500px)
{
  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;
    } 
}

.whatsappNotificationButtonBox
{
    display: flex;
    padding-top: 14px;
    padding-bottom: 2px;
}
.whatsappNotificationButtonBox p
{
    font-size: 14.5px;
    text-align: left;
    margin-left: 10px;
    color: #000 !important;
}
.whatsappNotificationButton
{
    margin-top: -28.5px;
}
.whatsappNotificationButton input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.whatsappNotificationButton label {
  cursor: pointer;
  text-indent: -99px;
  width: 40px;
  height: 20px;
  background: #808080;
  display: block;
  border-radius: 50px;
  position: relative;
}

.whatsappNotificationButton label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.whatsappNotificationButton input:checked + label {
  background: #00C253;
}

.whatsappNotificationButton input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.whatsappNotificationButton label:active:after {
  width: 20px;
}
#loaderbutton
{
 display: none;
}
@keyframes  blink {50% { color: transparent }}
.three_dots_loader { animation: 1s blink infinite }
.three_dots_loader:nth-child(2) { animation-delay: 250ms }
.three_dots_loader:nth-child(3) { animation-delay: 500ms }
/**/



    /**/



#related-department-vs-email-ids-small-screen-container
{
   display: none;
} 

header
{
  display: flex;
  justify-content: center;
  background-color: #1D073F;
  padding-top: 57px;
  padding-bottom: 60px;
  white-space: nowrap;
}
header h1, header p {color: #FDF6EB !important;}
section h1
{
   color: white;
   font-size: 33px;
   letter-spacing: 0.045em;
   text-align: center;
}


#related-department-vs-email-ids-container
{
   margin-top: 40px;
   background-color: #fff;
   color: #1A1A1A;
   border-radius: 5px;
   width: 67vw;
   padding-bottom: 20px;
   padding-left: 20px;
}

.two-contacts-container
{
   display: flex;
   justify-content: space-between;
   padding-top: 20px;
   padding-right: 55px;
}

.email-contact-options
{
   display: flex;
}

.email-contact-options img
{
   border-radius: 100%;
   width: 63px;
   background-color: #F4F4F4;
   margin-right: 20px;
}

.contact-us-categories
{
   font-weight: bold;
   margin-top: 5px;
}

.contact-us-email-id
{
   color: #004CD2;
   margin-top: 10px;
}

.email-contact-options span
{
   padding-left: 5px;
   padding-right: 5px;

}

.two-contacts-company-container
{
   display: flex;
   justify-content: space-between;
   padding-top: 20px;
   margin-right: 45px;
}


#related-department-vs-email-ids-container hr
{
   margin-top: 17px;
   border-top: 1px solid #EDEFF2;
   margin-right: 20px;
   margin-bottom: -2px;
}

.map-images  img
{
     width: 60vw;
    height: 300px;
    margin: auto;
}


@media screen and (max-width: 1146px)
{
   #related-department-vs-email-ids-container
   {
     width: 78vw;
   }
} 

@media screen and (max-width: 970px)
{
   #related-department-vs-email-ids-container
   {
     width: 85vw;
   }
} 

@media screen and (max-width: 860px)
{

   header
   {
      padding-top: 45px;
   }

   section h1
   {
      font-size: 29px;
      letter-spacing: 0.040em;
   }

   #related-department-vs-email-ids-container
   {
      width: 89vw;
      padding-left: 15px;
   }

   .two-contacts-container
   {
      padding-right: 40px;
   }

   .two-contacts-company-container
   {
      margin-right: 30px;
   }

} 

@media screen and (max-width: 790px)
{
   #related-department-vs-email-ids-container
   {
      width: 94vw;
   }

    .two-contacts-container
   {
      padding-right: 35px;
   }

   .two-contacts-company-container
   {
      margin-right: 25px;
   }
}

@media screen and (max-width: 740px)
{
   #related-department-vs-email-ids-container 
   {
      display: none;
   }

   #related-department-vs-email-ids-small-screen-container
   {
       display: block;
       margin-top: 40px;
       background-color: #fff;
       color: #1A1A1A;
       border-radius: 5px;
       padding-bottom: 20px;
       padding-left: 13vw;
   }

   .two-contacts-container
   {
      padding: 0;
      flex-direction: column;
      align-items: flex-start;
   }

   .email-contact-options
   {
      padding-top: 20px; 
   }
}

@media screen and (max-width: 600px)
{
   header
   {
      padding-top: 35px;
   }

   section h1
   {
      font-size: 23px;
      letter-spacing: 0.020em;
   }

   #related-department-vs-email-ids-small-screen-container
   {
      width: 85vw;
   }


  header
  {
    padding-bottom: 25px;
  }
}


@media screen and (max-width: 516px)
{
   #related-department-vs-email-ids-small-screen-container
   {
       padding-left: 9vw;
   }
}

@media screen and (max-width: 450px)
{
   section h1
   {
      font-size: 20px;
      letter-spacing: 0.010em;
   }

   #related-department-vs-email-ids-small-screen-container
   {
       padding-left: 7vw;
   }
}

@media screen and (max-width: 410px)
{

   section h1
   {
      font-size: 17px;
      letter-spacing: 0.060em;
   }

   #related-department-vs-email-ids-small-screen-container
   {
       padding-left: 10px;
   }
}

@media screen and (max-width: 380px)
{

  
   section h1
   {
      font-size: 17px;
      letter-spacing: 0.005em;
   }

   .two-contacts-container
   {
      align-items: flex-start;
   }

   #related-department-vs-email-ids-small-screen-container p
   {
      font-size: 13px;
   }

   #related-department-vs-email-ids-small-screen-container
   {
      width: 90vw;
   }

   .email-contact-options img
   {
      width: 60px;
   }
}


    #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: #FFD712;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 20px;
        margin-top: 17px;
    }

    udyog-offices-header-container
    { 
      display: flex;
      padding-right: 20px;
      padding-left: 20px;
      justify-content: center;
      white-space: nowrap;
      overflow-x: auto;     
    }

    udyog-offices-header-container p
    {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 15px;
      font-size: 14px;
      border-bottom: 2px solid white;
    }


  


/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

body
{
    font-size: 16px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #000 !important;
}
#footer h5{
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    font-weight: bold;
    font-size: 16px;
}
#footer a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer p {color: #fff;}

@media (max-width:767px){
  .checkbox, .radio{text-align: left;}
  #blog .testimonial-box, .testimonial-box{height: auto !important;}
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
header h1{text-align: center !important;}
#banner-free p {
    font-size: 13px;
}
}
















#udyogservices h5{font-weight: bold; font-size: 22px;}
#udyogservices .services-block{padding: 20px; text-align: left;}
#udyogservices .serivces-inner{border: 1px solid; padding: 20px 20px 20px 30px; -webkit-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);


-moz-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);
box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);}
#udyogservices .serivces-inner p {color: #000;}
#udyogservices .btn{    margin-top: 10px;
    background: #1d073f;
    color: #FDF6EB;}
#udyogservices span img{width: 100px;}
#udyogservices h5{
    padding-bottom: 6px;
    margin-bottom: 10px;
    color:#000;
}

#udyogservices h4{
    padding: 10px 0px;
    margin-bottom: 0px;
  font-weight: bold;
    color:#000;
}


#udyogservices a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#udyogservices ul.social li{
    padding: 3px 0;
}
#udyogservices ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#udyogservices ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#udyogservices ul.social li a,
#udyogservices ul.quick-links li a{
    color:#000;
}
#udyogservices ul.social li a:hover{
    color:#eeeeee;
}
#udyogservices ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#udyogservices ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#udyogservices ul.quick-links li a i{
    margin-right: 5px;
}
#udyogservices ul.quick-links li:hover a i {
    font-weight: 700;
}
#udyogservices p {color: #fff;}

@media (max-width:767px){
    #udyogservices h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}











#udyoghowitworks h5{font-weight: bold; font-size: 22px;}
#udyoghowitworks .services-block{padding: 20px; text-align: center;}
#udyoghowitworks .serivces-inner{border: 1px solid; padding: 20px 20px 20px 30px; -webkit-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);


-moz-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);
box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);}
#udyoghowitworks .serivces-inner p {color: #000;}
#udyoghowitworks .btn{margin-top: 10px; background: #0025ad; color: #fff;}
#udyoghowitworks span img{width: 100px;}
#udyoghowitworks h5{
    padding-bottom: 6px;
    margin-bottom: 10px;
    color:#000;
}

#udyoghowitworks h4{
    padding: 10px 0px;
    margin-bottom: 0px;
  font-weight: bold;
    color:#000;
}





#udyogbenefitsofcompany h5{font-weight: bold; font-size: 22px;}
#udyogbenefitsofcompany .services-block{padding: 20px; text-align: center;}
#udyogbenefitsofcompany .serivces-inner{ padding: 20px 20px 20px 30px;}
#udyogbenefitsofcompany .serivces-inner p {color: #000;}
#udyogbenefitsofcompany .btn{margin-top: 10px; background: #0025ad; color: #fff;}
#udyogbenefitsofcompany span img{width: 100px;}
#udyogbenefitsofcompany h5{
    padding-bottom: 6px;
    margin-bottom: 10px;
    color:#000;
}

#udyogbenefitsofcompany h4{
    padding: 10px 0px;
    margin-bottom: 0px;
  font-weight: bold;
    color:#000;
}

#udyogbenefitsofcompany i, #udyoghowitworks i{font-size: 40px; padding: 15px 0px; color: #1D073F ;}

#banner-free {z-index: -9;}
#banner-free .services-block{
      text-align: center;
    padding:15px 20px;
    /* background: #fff; */}
#banner-free i {
    font-size: 18px;
    padding: 10px 0px;
    color: #000000;
    line-height: 31px;
    width: 50px;
    margin-bottom: 11px;
    text-align: center;
    height: 50px;
    background: #fff;
    border-radius: 50%;}
#banner-free p{color: #fff; margin-bottom: 0;}






#udyogwhychoose h1{color: #000;}

#udyogwhychoose h5{font-weight: bold; font-size: 22px;}
#udyogwhychoose .whychoose-block{padding: 20px;}
#udyogwhychoose .whychoose-inner{border: 1px solid; padding: 30px 10px; -webkit-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);
box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.38);}
#udyogwhychoose .btn{margin-top: 10px; background: #0025ad; color: #fff;}
#udyogwhychoose span img{width: 100px;}
#udyogwhychoose h5{
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#000;
}
#udyogwhychoose a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


#udyogwhychoose h1:after
{

content: '';
        background: #1d073f;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 25px;


}

.services-whychoose{padding-bottom: 50px;}

.ptb-50{padding: 50px 0px;}

.ptb-100{padding: 50px 0px !important;}


.ptb-25{padding: 25px 0px;}


.ptb-10{padding: 10px 0px;}




        .testimonials-wrap {
            padding: 40px 0;
        }
        .heading-section {
            text-align: center;
            color: #fff;
        }
        
        .heading-section h2 {
            font-size: 28px;
            font-weight: 600;
            color: #fff;
            padding-top: 10px;
            padding-bottom: 15px;
        }
        .testimonial-box {
            display: block;
            position: relative;
            height: 500px;
            padding: 30px 20px;
            background: #fff;
            border: 1px solid rgba(0,0,0,.03);
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .08);
        }
        .testimonial-box p{padding: 15px 0px;}
        .user-img {
            width: 80px;
            -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.49);
box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.49);
            height: 80px;
            border-radius: 50%;
            position: relative;
            min-width: 80px;
            background-size: 100%;
        }
        .carousel-testimonial .item {
            padding: 30px 10px;
        }
        .quote {
            position: absolute;
            top: -23px;
            color: #2e9da1;
            font-size: 27px;
        }
        .name {
            margin-bottom: 0;
            line-height: 14px;
            font-size: 17px;
            font-weight: 500;
        }
        .position {
           color: #1d073f;
    font-size: 14px;
    font-weight: bold;
        }
        .carousel-testimonial .owl-nav {
            text-align: center;
        }
        .carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
            padding: 0 12px !important;
        }
        .carousel-testimonial .owl-nav button {
            outline: none;
            padding: 0;
        }
        .carousel-testimonial .owl-nav button.owl-next span, 
        .carousel-testimonial .owl-nav button.owl-prev span {
            display: block;
            font-size: 40px;
            width: 25px;
            height: 25px;
            color: #fff;
            vertical-align: 0px;
            line-height: 16px;
        }
        .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }
        .blue-bg
        {
            
            background: #1d073f;
        }


        
.float{
position: fixed;
width: 236px;
    height: 56px;
    bottom: 9px;
    border-radius: 30px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
   .bounce-2 {
           animation-name: bounce-2;
    animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-25px); }
        100% { transform: translateY(0); }
    }
.my-float{
  margin-top:16px;
}




#services-toggle .card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
#services-toggle  .card-header:first-child {
    border-radius: 0;
}
#services-toggle  .card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    
}
#services-toggle  .card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
#services-toggle  .card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-right:10px;
}
#services-toggle  .card-header a{
width: 90%;
    float: left;
    color: #000
}
#services-toggle .card-header p{
    margin:0;
}

#services-toggle .card-header h3{
    margin: 0 0 0px;
    font-size: 17px;
    float: left;
    font-weight: bold;
}
#services-toggle .card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}

.bg-grey
{
    background: #F4F4F4;
}


.services:after
{

content: '';
        background: #1d073f;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 25px;


}
.services h1{color: #000 !important;}


#getstartedudyog{background-color: #FDA700;
    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%;}

#arrow-img-desktop-container{position: absolute;}



ol
{
  line-height: 1.8;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: justify;
    word-wrap: break-word;
    padding-left: 13px;
}

.services-header-section{padding: 0;}



#how-it-works-main-container {
    background-color: #f4f4f4;
    color: #1a1a1a;
    text-align: center;
    padding-bottom: 45px
}

#how-it-works-main-container h2 {
    padding-top: 35px;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: .025em;
    font-weight: 700
}

#how-it-works-main-container h2::after {
    margin-top: 10px;
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin-left: 49%
}

#how-it-works-flex-container {
    margin-top: 20px;
    display: flex;
    margin-left: 25%;
    margin-right: 25%
}

#how-it-works-header {
    font-size: 27px
}

.how-it-works-single-section {
    flex-grow: 1;
    white-space: nowrap
}

.how-it-works-single-section img {
    width: 95px;
    border-radius: 100%;
    background-color: #fff;
    color: #333
}

.how-it-works-arrow h3:after {
    content: '';
    background: url(images/how_it_works_arrow.png);
    width: 10px;
    height: 13px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-top: -18px
}

#how-it-works-middle-section {
    margin-left: 10px;
    margin-right: 10px
}

.how-it-works-small-screen-description {
    display: none
}

.how-it-works-single-section h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .005em;
    font-weight: 700
}

.how-it-works-single-section p {
    font-size: 15px;
    line-height: 1.5384616;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    #how-it-works-flex-container {
        margin-left:18%;
        margin-right: 18%
    }
}

@media screen and (max-width: 1015px) {
    #how-it-works-flex-container {
        margin-left:15%;
        margin-right: 15%
    }
}

@media screen and (max-width: 850px) {
    #how-it-works-flex-container {
        margin-left:13%;
        margin-right: 13%
    }

    #how-it-works-header {
        font-size: 19px
    }

    .how-it-works-single-section img {
        width: 75px
    }

    .how-it-works-single-section h3 {
        font-size: 13px
    }

    .how-it-works-single-section p {
        font-size: 15px
    }

    .how-it-works-arrow h3:after {
        display: none
    }
}

@media screen and (max-width: 800px) {
    .how-it-works-large-screen-description {
        display:none
    }

    .how-it-works-small-screen-description {
        display: block
    }

    #how-it-works-middle-section {
        margin-left: 1px;
        margin-right: 1px
    }

    .how-it-works-single-section h3 {
        margin-top: 19px;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: .005em
    }

    .how-it-works-single-section p {
        font-size: 12px;
        line-height: 1.5384616
    }

    #how-it-works-main-container h2::after {
        margin-left: 45%
    }
}

@media screen and (max-width: 600px) {
    #how-it-works-flex-container {
        margin-left:5%;
        margin-right: 5%
    }

    #how-it-works-main-container h2 {
        font-size: 19px
    }

    #how-it-works-main-container h2::after {
        margin-left: 42%
    }

    .how-it-works-single-section p {
        font-size: 11px;
        line-height: 1.5384616
    }
}

@media screen and (max-width: 368px) {
    .how-it-works-single-section p {
        font-size:10px;
        line-height: 1.5384616
    }

    #how-it-works-middle-section {
        margin-left: 10px;
        margin-right: 10px
    }

    .how-it-works-single-section h3 {
        font-size: 12px
    }

    #how-it-works-flex-container {
        margin-left: 0%;
        margin-right: 0%
    }
}

#eligibility-for-gst-registration {
    background-color: #fff;
    color: #333;
    padding-top: 22px
}

#eligibility-for-gst-registration h2:after {
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 2px
}

.eligibility-for-gst-registration-content img {
    width: 95px;
    border-radius: 100%;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #1a1a1a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle
}

.perks-and-benifits-horizontal-line {
    display: flex;
    justify-content: center
}

.perks-and-benifits-horizontal-line hr {
    width: 1125px;
    align-items: center;
    margin: 79px auto 55px;
    border-top: 0 solid #ddd
}

@media screen and (min-width: 701px) {
    #eligibility-for-gst-registration {
        padding-bottom:57px
    }

    #eligibility-for-gst-registration h2 {
        font-size: 15px;
        line-height: 1.5384616;
        font-weight: 400;
        text-align: center;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 20px 0;
        flex-grow: 1
    }

    .eligibility-for-gst-registration-flex-container {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        justify-content: center
    }

    .eligibility-for-gst-registration-content {
        flex-grow: 1;
        width: 100%
    }

    .eligibility-for-gst-registration-title {
        text-align: left;
        font-size: 18px;
        width: 80%;
        line-height: 22px;
        letter-spacing: .005em;
        font-weight: 700;
        margin-left: 40px;
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .eligibility-for-gst-registration-description {
        margin-left: 50px;
        font-size: 15px;
        width: 80%;
        line-height: 21px;
        margin-top: 18px;
        text-align: left
    }
}

@media screen and (max-width: 700px) {
    #eligibility-for-gst-registration h2 {
        text-align:center;
        font-size: 19px;
        line-height: 25px;
        width: 75%;
        margin: 0 auto;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto
    }

    .eligibility-for-gst-registration-content img {
        width: 75px
    }

    #eligibility-for-gst-registration {
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }

    .eligibility-for-gst-registration-title {
        text-align: center;
        font-size: 15px;
        width: 200px;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: .005em
    }

    .eligibility-for-gst-registration-description {
        margin-bottom: 10px;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 21px
    }

    .perks-and-benifits-horizontal-line {
        display: none
    }
}

@media only screen and (max-width: 630px) {
    .eligibility-for-gst-registration-flex-container {
        margin-top:20px
    }
}

@media only screen and (max-width: 600px) {
    .eligibility-for-gst-registration-flex-container {
        margin-top:20px
    }
}

@media only screen and (max-width: 480px) {
    #eligibility-for-gst-registration h2::after {
        margin:10px auto 25px
    }
}

@media only screen and (max-width: 360px) {
    #eligibility-for-gst-registration h2::after {
        margin:10px auto 25px
    }
}

#minimun-req-main-container {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #1a1a1a;
    padding-top: 20px
}

#minimun-req-flex-container {
    display: flex;
    width: 100%
}

#minimun-req-main-container h2:after {
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 25px
}

.minimun-req-section {
    flex-grow: 1;
    font-size: 14px;
    margin: -2px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 32px;
    padding: 0 36px
}

.minimun-req-section img {
    height: 15px;
    width: 15px
}

#minimun-req-main-container p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 1em;
    min-height: 40px;
    color: #333;
    line-height: 1.5384616;
    font-weight: 400;
    word-wrap: break-word;
    text-indent: -24px
}

@media screen and (min-width: 701px) {
    #minimun-req-main-container h2 {
        font-size:15px;
        line-height: 1.5384616;
        font-weight: 400;
        text-align: center;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 6px 0
    }

    #minimun-req-main-container {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 21px
    }

    #minimun-req-flex-container {
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 700px) {
    #minimun-req-main-container p {
        font-size:15px
    }

    #minimun-req-main-container h2 {
        font-size: 19px;
        line-height: 25px;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-weight: 700
    }

    #minimun-req-flex-container {
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px;
        width: auto
    }

    .minimun-req-section {
        font-size: 14px;
        line-height: 18px;
        min-height: 32px;
        padding-top: 0;
        padding-right: 36px;
        padding-bottom: 0;
        padding-left: 36px
    }
}

#document-req-main-container {
    background-color: #fff;
    border-color: #fff;
    color: #1a1a1a;
    padding-top: 20px
}

#document-req-flex-container {
    display: flex;
    width: 100%
}

#document-req-main-container h2:after {
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 25px
}

.document-req-section {
    flex-grow: 1;
    font-size: 14px;
    margin: -2px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 32px;
    padding: 0 36px
}

.document-req-section img {
    height: 15px;
    width: 15px
}

#document-req-main-container p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 1em;
    min-height: 40px;
    color: #333;
    line-height: 1.5384616;
    font-weight: 400;
    word-wrap: break-word;
    text-indent: -24px
}

@media screen and (min-width: 701px) {
    #document-req-main-container h2 {
        font-size:15px;
        line-height: 1.5384616;
        font-weight: 400;
        text-align: center;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 6px 0
    }

    #document-req-main-container {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 21px
    }

    #document-req-flex-container {
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 700px) {
    #document-req-main-container p {
        font-size:14px
    }

    #document-req-main-container h2 {
        font-size: 19px;
        line-height: 25px;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-weight: 700
    }

    #document-req-flex-container {
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px;
        width: auto
    }

    .document-req-section {
        font-size: 14px;
        line-height: 18px;
        min-height: 32px;
        padding-top: 0;
        padding-right: 36px;
        padding-bottom: 0;
        padding-left: 36px
    }
}

#final-deliverable-main-container {
    border-color: #f4f4f4;
    color: #1a1a1a;
    padding-top: 20px
}

#final-deliverable-flex-container {
    display: flex;
    width: 100%
}

#final-deliverable-main-container h2:after {
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 25px
}

.final-deliverable-section {
    flex-grow: 1;
    font-size: 14px;
    margin: -2px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 32px;
    padding: 0 36px
}

#final-deliverable-flex-container .final-deliverable-section .subheadingtitle {
    font-size: 16px;
    height: 50px;
    font-weight: 700;
    text-align: Left
}

.final-deliverable-section img {
    height: 15px;
    width: 15px
}

#final-deliverable-main-container p {
    line-height: 30px;
    font-size: 15px;
    min-height: 40px;
    color: #333;
    line-height: 1.5384616;
    font-weight: 400;
    word-wrap: break-word;
    text-indent: -24px
}

@media screen and (min-width: 701px) {
    #final-deliverable-main-container h2 {
        font-size:15px;
        line-height: 1.5384616;
        font-weight: 400;
        text-align: center;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 6px 0
    }

    #final-deliverable-main-container {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 21px
    }

    #final-deliverable-flex-container {
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 700px) {
    #final-deliverable-main-container h2 {
        font-size:19px;
        line-height: 25px;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        font-weight: 700
    }

    #final-deliverable-flex-container {
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px;
        width: auto
    }

    .final-deliverable-section {
        font-size: 14px;
        line-height: 18px;
        min-height: 32px;
        padding-top: 0;
        padding-right: 36px;
        padding-bottom: 0;
        padding-left: 36px
    }
}

@media screen and (max-width: 360px) {
    #final-deliverable-main-container p {
        line-height:30px;
        font-size: 15px;
        min-height: 40px;
        color: #333;
        line-height: 1.5384616;
        font-weight: 400;
        word-wrap: break-word;
        text-indent: -24px
    }
}

@media screen and (min-width: 801px) {
    .why-startupwala-single-section {
        margin-left:21px;
        margin-bottom: 10px;
        margin-right: 21px
    }
}

@media screen and (min-width: 601px) {
    .why-startupwala-main {
        background-color:#f4f4f4;
        border-color: #f4f4f4;
        color: #1a1a1a;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 30px
    }

    #why-startupwala-slideshow-container-small-sreens {
        display: none
    }

    .why-startupwala-flex-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .why-startupwala-single-section {
        margin: 10px;
        padding: 30px;
        font-size: 18px;
        text-align: center;
        margin-top: -25px
    }

    .why-startupwala-content-header {
        font-size: 21px;
        line-height: 28px;
        letter-spacing: .01em;
        margin-top: 20px
    }

    .why-startupwala-headings h2 {
        text-align: center;
        font-size: 27px;
        line-height: 45px;
        letter-spacing: .025em;
        text-transform: uppercase
    }

    .why-startupwala-headings h2::after {
        content: '';
        background: #ffd712;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 25px
    }

    .why-startupwala-single-section img {
        width: 95px;
        border-radius: 100%;
        background-color: #fff;
        color: #333
    }

    .why-startupwala-single-section p {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        line-height: 1.5384616;
        font-size: 15px;
        color: #333;
        margin-top: 10px;
        margin-left: 7px
    }

    .why-startupwala-two-sections {
        display: inline-flex;
        text-align: center
    }

    .navigation-buttons {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .why-startupwala-main {
        display:none
    }

    #why-startupwala-slideshow-container-small-sreens {
        background-color: #f4f4f4;
        padding-bottom: 20px
    }

    #why-startupwala-flex-container-small-screen {
        display: flex;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        text-align: center;
        overflow-x: auto
    }

    .why-startupwala-single-container {
        flex-grow: 1;
        display: inline-flex;
        margin-bottom: 10px;
        min-width: 99vw;
        justify-content: space-around;
        scroll-snap-align: center
    }

    .why-startupwala-single-containerdivider {
        width: 50%;
        margin-left: 30px
    }

    #why-startupwala-left-button {
        position: absolute;
        left: 4vw
    }

    #why-startupwala-right-button {
        position: absolute;
        left: 80vw
    }

    .prev-btn {
        margin-left: 9%
    }

    .next-btn {
        margin-right: -31%
    }

    .why-startupwala-single-section {
        display: block;
        width: 100%;
        margin-bottom: 12%
    }

    .why-startupwala-single-section img {
        width: 55px;
        border-radius: 100%;
        background-color: #fff;
        color: #333
    }

    .why-startupwala-navigation-arrow {
        margin-top: 70px;
        width: 11px;
        height: 16px;
        margin-left: 15px;
        margin-right: 15px
    }

    .why-startupwala-single-section h3 {
        font-size: 14px;
        letter-spacing: .01em;
        font-weight: 700;
        margin-top: 20px
    }

    .why-startupwala-headings h2 {
        padding-top: 20px;
        text-align: center;
        font-size: 19px;
        line-height: 25px;
        width: 75%;
        margin-right: auto;
        margin-left: auto
    }

    .why-startupwala-headings h2::after {
        content: '';
        background: #ffd712;
        width: 35px;
        height: 4px;
        display: block;
        margin: 10px auto 25px
    }

    .why-startupwala-single-section p {
        text-align: center;
        font-size: 12px;
        line-height: 1.5384616;
        color: #333;
        margin-top: 10px
    }
}

@media only screen and (max-width: 450px) {
    .why-startupwala-single-section h3 {
        font-size:15px
    }

    .why-startupwala-single-section p {
        font-size: 12px
    }

    .why-startupwala-single-section {
        margin-left: -20px;
        margin-right: -20px
    }

    #why-startupwala-left-button {
        position: absolute;
        margin-left: 4%;
        margin-top: 70px;
        margin-right: 7%;
        -ms-transform: translate(-21%,0%);
        transform: translate(-21%,0%)
    }

    #why-startupwala-right-button {
        position: absolute;
        margin-left: 0%;
        margin-top: 70px;
        margin-right: -9%;
        -ms-transform: translate(-21%,0%);
        transform: translate(-21%,0%);
        left: 84vw
    }
}

@media only screen and (max-width: 410px) {
}

#startup-trust-us-one-person-img {
    display: none
}

#startup-trust-us-small-screen-heading {
    display: none
}

#startup-trust-us-container h2::after {
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 20px
}

#startup-trust-us-three-people-img {
    padding-top: 40px;
    display: block;
    margin: 0 auto
}

#startup-trust-us-container {
    background-color: #f4f4f4;
    text-align: center;
    margin-top: -30px
}

#startup-trust-us-container h2 {
    padding-top: 40px;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: .025em;
    text-transform: uppercase
}

#startup-trust-us-flex-container {
    display: flex;
    margin-left: 10%;
    margin-right: 10%
}

#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: 700
}

#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: 16px;
    line-height: 28px;
    text-align: justify
}

#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: 845px) {
    #startup-trust-us-container {
        margin-top:-23px
    }

    #startup-trust-us-flex-container {
        margin-left: 50px;
        margin-right: 50px
    }

    #startup-trust-us-three-people-img {
        display: block;
        width: 600px
    }

    #startup-trust-us-quote-revert-image {
        margin-right: 2px
    }
}

@media screen and (max-width: 750px) {
    #startup-trust-us-flex-container {
        flex-wrap:wrap
    }

    #startup-trust-us-customer-review {
        margin-top: -35px;
        flex-grow: 1;
        margin-bottom: 20px
    }

    #startup-trust-us-customer-info {
        text-align: center
    }

    #startup-trust-us-customer-review-text-part {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 630px) {
    #startup-trust-us-large-screen-heading {
        display:none
    }

    #startup-trust-us-small-screen-heading {
        display: block;
        font-size: 19px
    }

    #startup-trust-us-container h2 {
        padding-top: 22px;
        font-size: 19px;
        line-height: 25px
    }

    #startup-trust-us-three-people-img {
        display: none
    }

    #startup-trust-us-one-person-img {
        padding-top: 30px;
        display: block;
        display: block;
        margin: 0 auto;
        width: 210px
    }

    #startup-trust-us-customer-info {
        margin-top: 10px
    }

    #startup-trust-us-customer-review {
        margin-top: -20px;
        margin-right: -10px;
        margin-left: -10px;
        padding: 0;
        text-align: left
    }

    #startup-trust-us-customer-review-text-part {
        padding: 0;
        margin: 0
    }

    #startup-trust-us-customer-review-text-part {
        font-size: 15px
    }

    #startup-trust-us-quote-image {
        margin-left: -15px
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#question-answer-container {
    padding-top: 20px;
    padding-bottom: 20px
}

#question-answer-wrapper-container {
    color: #1a1a1a;
    margin-right: 12%;
    margin-left: 12%;
    margin-bottom: 30px
}

#question-answer-section-header {
    background-color: #fff;
    color: #333;
    padding: 30px 0 10px
}

#question-answer-section-header h2:after {
    content: '';
    background: #1d073f;
    width: 35px;
    height: 4px;
    display: block;
    margin: 10px auto 25px
}

#question-answer-section-header h2 {
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700!important
}

@media only screen and (max-width: 600px) {
    #question-answer-section-header h2 {
        text-align:center;
        font-size: 19px;
        line-height: 25px;
        width: 75%;
        margin-right: auto;
        margin-left: auto
    }
}

.question {
    cursor: pointer;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 2px;
    font-weight: 400
}

.close .answer {
    height: 0;
    transition: height 1s;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    transform-origin: top
}

.open .answer {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 800ms ease;
    width: 100%;
    margin: 0 0 10px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: top;
    transition: transform .4s ease;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5384616
}

.open .question {
    margin: 0;
    background-color: #1D073F;
    color: #fff;
    border: 1px solid #1D073F;
    display: block;
    background: #1D073F;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 2px;
    font-weight: 400
}

.sign {
    float: right;
    margin-left: 15px;
    margin-top: 15px
}

.sign:hover {
    cursor: pointer
}

.sign img {
    width: 15px;
    height: 15px
}

.answer p {
    margin-right: 20px
}

@media only screen and (max-width: 1300px) {
    #question-answer-wrapper-container {
        margin-right:8%;
        margin-left: 8%
    }
}

@media only screen and (max-width: 800px) {
    #question-answer-wrapper-container {
        margin-right:5%;
        margin-left: 5%
    }

    .open .answer {
        padding: 10px;
        padding-left: 25px
    }

    .sign img {
        width: 10px;
        height: 10px
    }

    .open .answer {
        font-size: 15px
    }

    .question {
        font-size: 15px
    }

    .open .question {
        font-size: 15px
    }
}

@media only screen and (max-width: 550px) {
    #question-answer-wrapper-container {
        margin-right:2%;
        margin-left: 2%
    }
}


#question-answer-container .close
{
  float: none;
  opacity: 1;
}

.dropdown-content b{text-transform: uppercase; font-weight: bold;}


.banner-padding{
    padding: 8px 15px;
}

.text-black{color: #333 !important;}



#blog .owl-nav button.owl-next span, #blog .owl-nav button.owl-prev span{color: #000;}

#blog .testimonial-box{box-shadow: none; border: none;}

#blog .owl-nav{
    text-align: center;
    font-size: 45px;
  }

  #blog .btn-primary
  {
    margin-top: 10px;
    background: #1d073f;
    color: #FDF6EB;
    text-transform: uppercase;
  }


  .text-warning {
    color: #ffc107 !important;
}

section, #blog
{
  background: #FDF6EB;
}

header section{background: none;}

.bg-pink
{

        background-color: #FDF6EB;
}


form
{
  background: #fdf6eb;
}
header .col-md-8{padding: 0;}


.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label, .radio label{padding-left: 0 !important;}