.row {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

h6 {
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.nav-link a {
  color: black;
  font-weight: 600;
}

.title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 32px;
  color: #2e363a;
  font-weight: 600;
}

.title-content {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.logo-img-class {
  height: 50px;
  width: 280px;
}

b {
  color: #f06906;
}

/*
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #f1ecec;
    text-decoration: none;
    background-color: #385067;
}
*/

/*here is the form css coding*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*here is the form css coding*/

/*here is the coding css of the benifits of udyog aadhar*/

.benifts-heading {
  color: white;
  margin-top: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.heading-margin {
  margin-top: 30px;
}

.benifts-heading1 {
  color: white;
  margin-top: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.benifts-heading1::after {
  width: 50px;
  height: 5px;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 47%;
  background-color: #18ba60;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.benifts-heading::after {
  width: 50px;
  height: 5px;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 18px;
  background-color: #18ba60;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 88%;
}

.fsttl {
  margin-bottom: 3%;
}

.benifits-ul {
  margin: 30px 0px 0px 0px;
  padding: 0;
  list-style: none;
}

/*here is the coding css of the benifits of udyog aadhar*/

.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;
}

.card-header:first-child {
  border-radius: 0;
  border-radius: 100px !important;
}

.card-header {
  background-color: #18ba60;
  margin-bottom: 0;
  padding: 13px 1.25rem;
  border: none;
}

.card-header a {
  width: 97%;
  float: left;
  color: #565656;
  text-decoration: none;
}

.card-header h3 {
  margin: 0 0 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
}

.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color: #666;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px soild #000;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 501;
}

.register-benifits-text {
  color: #666;
  margin-left: 25px;
  margin-bottom: 15px;
}

/*here is the syle of why us*/

.why-us-img-div {
  margin-top: 50px;
}

/*here is the syle of why us*/

/*here is the style of footer accordation*/

.accordaion-main-div {
  height: 50px;
  width: 100%;
  background-color: #3a526a;
  margin: 25px 0px 0px 0px;
  color: white;
  cursor: pointer;
}

.accordion-cus-head {
  font-weight: 600;
  line-height: 47px;
  margin-left: 40px;
}

.child-ans-div-1 {
  width: 100%;
  color: #66667a;
  border: 1px solid #66667a;
}

.child-ans-text {
  margin-left: 37px;
  margin-top: 10px;
}

/*here is the style of footer accordation*/

/*here is the custom what we offer and requirement*/

.custom-ul-style {
  margin-top: 18%;
}

/*here is the custom what we offer and requirement*/

/*here is the footer sytle css*/
.our-associates {
  width: 20%;
  float: left;
}

.show-btn-in-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .top-mobile {
    font-size: 10px;
    font-weight: 500;
  }
  .gap-form {
    margin-top: -20px;
  }
  .gap-banner {
    margin-top: -10px;
  }
  .heading-margin {
    margin-top: 30px;
  }
  .custom-pull-left {
    float: left !important;
    width: 100%;
    background-color: #385067;
  }
  .title {
    font-size: 22px;
  }
  .nav-link a {
    color: white !important;
    font-weight: 600;
  }
  .benifts-heading {
    font-size: 19px;
    margin-bottom: 0;
  }
  .accordaion-main-div {
    height: auto;
  }
  .accordion-cus-head {
    line-height: 24px;
    font-size: 14px;
    margin-left: 16px;
    padding: 10px;
  }
  .child-ans-text {
    margin-left: 17px;
  }
  .child-ans-div-1 {
    margin-top: -11px;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #4d4343;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #4d4343;
  }
  .custom-ul-style {
    margin-top: 0%;
  }
  .logo-img-class {
    height: 50px;
    width: 241px;
  }
  .our-associates {
    width: 50%;
  }
  .benifts-heading1 {
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .benifts-heading1::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: "";
    bottom: 3px;
    left: 44%;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .title-content {
    margin-top: 50px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
  }
  .show-btn-in-mobile {
    display: block;
    margin-left: 31%;
    margin-bottom: 20px;
  }
  .founder_img h6 {
    margin-top: 10px;
  }
}

/* css 28-10-2021 start */
#trademark .register-benifits-text {
  min-height: 855px;
}
#trademark .register-benifits-text {
  margin-left: 25px;
  margin-bottom: 15px;
  float: left;

  list-style: none;
  border: 1px solid #ffffff;
  padding: 0px;
  border-radius: 15px;
  text-align: center;
  background: #fdfaf6;
  min-height: 550px;
  position: relative;
  box-shadow: 0 5px 12px rgb(15 33 18);
  overflow: hidden;
}
#trademark .register-benifits-text h4 {
  font-size: 67px;
  color: #fdfaf6;
  font-weight: bold;
  line-height: 17px;

  margin-top: 0;
  margin-bottom: 26px;
  background: #159e50;

  min-height: 100 px;
  padding: 17px 0 28px 0;
  position: relative;
}
#trademark .register-benifits-text h4 span {
  margin-bottom: 33px;
  font-size: 25px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  line-height: 23px;
  font-weight: 600;
  /* margin-top: 21px; */
}
#trademark .register-benifit-li ul {
  padding: 0 47px;
}
#trademark .register-benifit-li ul li {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 37px;
}
#basic_register {
  font-size: 20px;
  color: rgb(240, 255, 245);
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  transform: translate(-50%, 0px);
  left: 50%;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  background: linear-gradient(27deg, rgb(10, 177, 82) 0%, rgb(43, 236, 66) 87%);
  padding: 14px 0px;
  border-top: 1px solid rgb(23, 204, 95);
}
.new_span {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.packages_benifts_heading{
    margin-bottom: 65px;
}
.gst_rdiobtn:nth-child(3){
  background: #eaeaea;
  border: 3px solid #d6d6d6;
}
.gst_rdiobtn ul li:nth-child(2) {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}
.gst_rdiobtn ul li {
  position: relative;
  margin-bottom: 8px;;
}
.gst_rdiobtn ul {
  list-style: none;
  display: inline-grid;
  margin-left: 10px;
  width: calc(100% - 104px);
  margin: 0 0 0 10px;
}
.gst_rdiobtn label {
  width: 100%;
  font-weight: 500;
}
#trademark .register-benifit-li ul li{
  line-height: unset;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #trademark .register-benifits-text {
    margin-left: 0;
  }
  .pm {
    padding: 0;
  }
  #trademark .register-benifits-text h4 {
    font-size: 30px;
    padding:15px 0;
  }
  #trademark .register-benifits-text h4 span{
      margin-bottom:15px;
  }
  .new_span{
      margin-top:15px !important;
  }
}
@media screen and (max-width: 600px) {
  .form_check .custom_check{
    padding-top: 8px;
  }
}
@media screen and (max-width: 356px) {
  #contact #captcha_code[type="text"] {
    width: 40% !important;
}
#contact #btnrefresh{
  margin-left: 0;
}
}
/* css 28-10-2021 end */
