/* Style the buttons that are used to open and close the accordion panel */
html {scroll-behavior: smooth;}
b{color: inherit !important;}
/* Header Css Start*/
#topheader {width: 100%;float: left;background-color: #121f2f;}
#topheader img {height: 34px;width: 34px;margin-top: 3px;}
#topheader .top-mobile i {margin-right: 6px;}
#topheader .top-mobile {color: #fff;line-height: 40px;font-weight: normal;font-size: 13px;margin-right:0px;}
#topheader .top-mobile a {color: #fff;transition: all linear 200ms}
#topheader .top-mobile a:hover {text-decoration: none;color: #76c13e;}
#myHeader {border-bottom: 1px solid #c6c6c6;position: relative;width: 100%;background: #fff;z-index: 99999;top: 0;float: left;transition: all linear 100ms;top: 0px;box-shadow: 0 0 7px rgba(0,0,0,0.3);}
.iso {margin-right: 13px;}
.contact {}
#topheader .contact  a{color: #fff;margin-right: 9px;}
#topheader .contact  a b{font-style: normal;font-weight: normal}
.socila {padding: 10px 0 0 0;}
.socila a {font-size: 19px;color: #fff;margin-left: 7px;transition: all linear 200ms}
.socila a:hover {color: #76c13e;}
#myHeader .nav>li>a {padding: 22px 3px 22px 4px;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 500;color: #2d3133;float: left;}
#myHeader .nav>.pN>a b {display: none}
#myHeader .navbar {margin-bottom: 0px;}
#myHeader .navbar-collapse {padding: 0 0 0 10px; position: relative;}
.navbar-header{padding: 10px 0 0 10px;}
#myHeader .nav>.pN {border-bottom: none;}
.login_logo{display: none !important;}   
#topheader .col-md-12{padding-left: 8px;}
.gst_width{width: 25% !important;}
.itr_box{width: 20% !important;}
.feedbacklink{}
.feedbacklink img{width: 80%;margin: 0 auto;display: block;}
.excludefee{width: 100%;text-align: center;display: table;color: #fff;position: absolute;bottom: 0;font-size: 12px;}

.associated_imgs .col-sm-6 {
  margin-bottom: 37px;
}
.associated_imgs .col-md-2 {
  width: 13.666667%;
}
.faq_box {
  text-align: center;
}
.nav-item-inner {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
.nav-wrapper {
  width: 100%;
  margin: auto;
  display: inline-table;
}
/* jQuery Accordion Navigation Menu */
.nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-item:first-child {
  border-top: none;
}
.nav-item-inner > a {
  display: block;
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-weight: 500;
  color: #1a1b1e;
  padding: 13px 10px 13px 25px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}
.nav-item-inner-heading {
  position: relative;
  padding: 0.75rem;
  padding-right: 2.5rem;
  font-weight: 700;
}
.nav-item-inner-heading.minus:after,
.nav-item-inner-heading.plus:after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
  background: #5cb85c;
  height: 30px;
  border-radius: 20px;
  line-height: 29px;
  font-size: 24px;
}
.nav-item-inner-heading.minus {
  color: #5cb85c;
}
.nav-item-inner-heading.minus:after {
  content: url(../images/minus.svg);
}
.nav-item-inner-heading.plus:after {
  content: url(../images/plus.svg);
}
.nav-sub-list {
  color: #606060;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  display: none;
}
.nav-sub-list-inner {
  padding: 0 0.75rem 2.75rem;
}
.nav-sub-item {
  padding: 0 25px 0 18px;
  text-align: left;
  line-height: 27px;
}
.nav-sub-item:first-child {
  margin-top: 0;
}
.companyreg .right_form #contact {
  display: inline-block;
  width: 83%;
  border-radius: 12px;
}
#contact #txtCaptcha {
  width: 39% !important;
}
.companyreg .right_form {
  text-align: center;
}
.companyreg {
  background-image: url(../images/company-registration/company-reg-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
  display: inline-block;
  width: 100%;
}
.companyreg .consult_list {
  text-align: center;
  color: #fff;
  margin-top: 21px;
}
.companyreg .consult_list img {
  width: 30%;
  margin: 20px;
}
.companyreg .right_form #contact h3 {
  font-size: 21px;
  margin-bottom: 20px;
  margin-top: 0;
}
.companyreg .left_content,
.right_form {
  margin-top: 32px;
  display: inline-block;
}
.right_form #contact button {
  margin-top: 20px !important;
}
.companyreg .left_content h3 {
  margin-top: 8px;
  color: #fff;
}
.companyreg .left_content h3 span:nth-child(1) {
  font-size: 19px;
  display: block;
  font-weight: 100;
}
.companyreg .left_content h3 span:nth-child(1):after {
  content: "";
  white-space: pre;
}
.companyreg .left_content h3 a {
  text-decoration: none;
}
.companyreg .left_content h3 a span {
  font-size: 23px !important;
  font-weight: 600 !important;
  margin-top: 13px;
  display: block !important;
  color: #fff;
  background: #f06906;
  padding: 11px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  cursor: default;
}
.comapany_type {
  box-shadow: 0 2px 6px #bbbbbb;
  min-height: 430px;
  margin-bottom: 25px;
  background: #f5f5f5;
  position: relative;
}
.comapany_type .type_img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.comapany_type .type_content {
  padding: 10px 20px;
}
.comapany_type .type_content .type_btn {
  text-align: center;
  width: 89%;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.comapany_type .type_content ul {
  list-style: none;
  margin-top: 25px;
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 7px;
  margin-top: 8px;
  height: 100px;
}
.comapany_type .type_content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: inherit;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 23px;
}
.comapany_type .type_content h4 img {
  width: 10%;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -5px;
}
.comapany_type .type_content ul li {
  background-image: url(../images/svg/checkmark.svg);
  margin-bottom: 10px;
  padding-left: 29px;
  line-height: 23px;
  color: #303744;
  font-size: 14px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 16px;
}
.comapany_type .type_content .register_btn {
  background: #06a542;
  padding: 7px 27px;
  color: #fff;
}
.comapany_type .type_content .register_btn:hover {
  background: #fff;
  border: 1px solid #06a542;
  color: #06a542;
  font-weight: 600;
}
.owl-nav {
  display: none;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="number"],
#contact select,
#contact textarea {
  height: 36px;
  padding: 6px 10px;
}
.consultancy_counter .stds {
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultancy_counter .counts .inline {
  text-align: center;
  font-size: 33px;
  color: #fff;
}
.consultancy_counter .counts .inline span {
  margin: 11px 20px;
  line-height: 34px;
  margin-top: 31px;
  font-size: 32px;
}
.stat-number {
  font-size: 68px;
}
.consultancy_counter .box_consult {
  border-radius: 20px;
  margin: 46px 0 20px;
  background: #304a63;
}
.client_box_area h5 {
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  font-size: 17px;
  margin-bottom: 16px;
}
.client_box_area_2 img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
  width: 57%;
}
.client_box_area {
  background: #f1f1f1;
  padding: 22px 25px;
  border: 2px solid #304a63;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.client_box_area_2 p {
  margin: 0 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: -33px;
  padding-bottom: 10px;
  margin-left: 79px;
}
.client_box_area_3 {
  text-align: center;
}
.client_box_area_3 img {
  padding-top: 2px;
  width: 100%;
}
.client_box_area_4 img {
  margin-top: -4px;
  width: 100%;
}

.cr_overview_area p {
  line-height: 22px;
  margin: 0 0 10px;
}
.cr_overview_area h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
.req-docs-main-div {
  height: 200px;
  width: 23%;
  text-align: center;
  float: left;
  margin: 70px 1% 0 1%;
  background: #ddd;
  padding: 10px;
}
.req-docs-main-div img {
  margin-top: -60px;
}
.req-docs-main-div h4 {
  font-size: 16px;
  margin: 10px 0 2px;
}
.list {
  list-style: none !important;
  padding-left: 19% !important;
}
.list li {
  background: url(../images/svg/bullet-arrow.svg) no-repeat left 3px;
  padding-left: 26px !important;
  margin-bottom: 10px;
  background-size: 17px;
  margin-bottom: 20px !important;
  font-size: 16px;
}
table {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  border: 1px solid #dbdbdb;
  padding: 7px;
  text-align: center;
}
.cr_new_cont {
  background: #ddd;
  padding: 0 0 40px;
  clear: both;
}
.cr_new_cont p {
  clear: both;
  font-size: 15px;
  margin-bottom: 10px;
}
.cr_new_cont ul {
  margin-bottom: 10px;
  margin-left: 20px;
}
.cr_new_cont ul li {
  list-style: square;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}
.srvc_box_con {
  text-align: center;
  font-size: 0;
}
.srvc_box_con .col-md-4 {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
}
.srvc_box_con .col-md-4 p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .comapany_type .type_img img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav-item-inner > a {
    padding: 10px 40px 10px 15px;
  }
  .associated_imgs .col-sm-6 {
    margin-bottom: 10px;
  }
  .benifts-heading {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .cr_new_cont {
    padding: 0 15px 20px;
  }
  .list {
    padding-left: 0 !important;
  }
  .list li {
    margin-bottom: 10px !important;
  }
  .benifts-heading {
    font-size: 21px;
  }
  .block_heading h2 {
    margin-bottom: 30px;
  }
  .req-docs-main-div img {
    margin-top: -50px;
    width: 60px;
  }
  .req-docs-main-div {
    height: 220px !important;
    margin: 50px 1% 0 1%;
  }
  .comapany_type .type_content .type_btn {
    bottom: 10px;
    z-index: 1;
    margin-top: 30px;
    position: relative;
  }
  .block_padding {
    padding: 30px 0 0;
  }
  .consultancy_counter .counts .inline {
    display: block;
  }
  .stat-number {
    font-size: 60px;
  }
  .consultancy_counter .counts .inline span {
    margin: 0;
    font-size: 28px;
    margin-top: -4px;
    display: block;
    margin-bottom: 14px;
  }
  .associated_imgs .col-md-2 {
    width: 50%;
  }
  .block_heading h2 {
    font-size: 23px;
  }
  .block_heading h2::after {
    top: 90%;
  }
  .client_box_area_3 img {
    width: 64%;
  }
  .client_box_area_4 img {
    width: 56%;
  }
  .client_box_area_4 {
    text-align: center;
    margin-top: 20px;
  }
  .companyreg .left_content,
  .right_form {
    margin-top: 36px;
  }
  .companyreg .left_content h3 span:nth-child(1) {
    font-size: 22px !important;
    margin-bottom: 20px;
    line-height: 31px;
    font-weight: 600;
    text-align: center;
  }
  .companyreg .left_content h3 a span {
    font-size: 22px !important;
  }
  .comapany_type {
    min-height: auto;
  }
  .comapany_type .type_content ul {
    height: 133px;
  }
  .consult_list p {
    font-size: 13px;
  }
  .companyreg .consult_list img {
    width: 45%;
  }
  .companyreg .right_form #contact {
    width: 100%;
  }
  .process_section p {
    min-height: auto;
  }
  .process_section {
    margin: 0 auto 20px;
  }
}
.how_we_work_tab {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #contact #txtCaptcha[type="text"] {
    width: 40% !important;
  }
  #captcha_code {
    height: 44px !important;
  }
  .consultancy_counter .counts .inline span {
    margin: 11px 0;
    font-size: 22px;
  }
  .block_heading h2::after {
    bottom: -10px !important;
    top: unset;
  }
  .process_section {
    margin: unset;
    min-height: 178px;
  }
  .companyreg .right_form #contact {
    width: 100%;
  }
  .companyreg_right_tab {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 924px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
  .comapany_type {
    min-height: 469px;
  }
}
@media screen and (max-width: 1200px) {
  .how_we_work_tab {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .companyreg_row_block .col-xs-6 {
    width: 100% !important;
  }
  .box_consult_tab .col-xs-5,
  .box_consult_tab .col-xs-7 {
    width: 100% !important;
  }
  .client_box_area_tab .col-xs-6 {
    width: 100% !important;
  }
  .srvc_box_con_tab_view_div {
    width: 100% !important;
  }
  .how_we_work_tab {
    grid-template-columns: 1fr;
  }
  .process_section {
    min-height: auto;
  }
}
