@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
/* font-family: 'Oswald', sans-serif; */
body:before,
body:after {
  display: none !important;
}

body.home > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

* {
  font-family: "Roboto", sans-serif;
  word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
h3 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  word-break: keep-all;
}
h4 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  word-break: keep-all;
}
h5 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  word-break: keep-all;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 10px 0 rgba(36,50,66,.075);
}
.landscape {
  margin-top: 140px;
}
p {
  font-size: 18px;
  line-height: 26px;
  color: #454545;
  font-weight: 300;
  margin-bottom: 25px;
  word-break: keep-all;
}
a:hover {
  text-decoration: none;
}
.text-blue {
  color: #006cff;
}
.text-white {
  color: #fff;
}
.light_gray_bg {
  background: #f5f5f5;
}
.blue_bg {
  background: #006cff;
}
.radius {
  border-radius: 15px;
}
.image_wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.image_wrapper:before {
  content: "";
  padding-top: 50%;
  display: block;
}
.image_wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.my-phone-email-top {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
}

.inner_banner {
  position: relative;
}
.inner_banner .image_wrapper:before {
  padding-top: 25%;
  display: block;
}

a.btn_style {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 11px 20px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 170px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
}

.inner_content a.btn_style {
  color: #fff;
}
a.btn_style:hover {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  border-radius: 5px;
}

a.btn_style.yellow {
  background-color: rgba(255, 162, 34, 1);
  border: solid 1px rgba(255, 162, 34, 1);
}
a.btn_style.outline {
  background-color: rgba(35, 40, 43, 0);
  border: solid 1px rgba(0, 108, 255, 1);
  color: rgba(0, 108, 255, 1);
}
a.btn_style.outline.white {
  background-color: rgba(35, 40, 43, 0);
  border: solid 1px rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
a.btn_style:hover,
a.btn_style.outline.white:hover {
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

button.btn_style {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 11px 20px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 170px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
}

.inner_content button.btn_style {
  color: #fff;
}
button.btn_style:hover {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  border-radius: 5px;
}

button.btn_style.yellow {
  background-color: rgba(255, 162, 34, 1);
  border: solid 1px rgba(255, 162, 34, 1);
}
button.btn_style.outline {
  background-color: rgba(35, 40, 43, 0);
  border: solid 1px rgba(0, 108, 255, 1);
  color: rgba(0, 108, 255, 1);
}
button.btn_style.outline.white {
  background-color: rgba(35, 40, 43, 0);
  border: solid 1px rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
button.btn_style:hover,
button.btn_style.outline.white:hover {
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

.slider_content a.btn_style {
  padding: 14px 50px;
}

/* .topbar_header {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f5f5f5;
} */

.footer_bottom .social_icon {
  margin-top: 15px;
}
.social_icon a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 15px;
  background-color: rgba(0, 108, 255, 1);
  position: relative;
  vertical-align: top;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.social_icon a:hover {
  border-radius: 3px;
  background-color: rgba(35, 40, 43, 1);
}
.social_icon a i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my-social-login-top,
.account_credential {
  display: inline-block;
}
.my-logo {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin: 0;
}
.header_nav {
  display: inline-block;
  width: calc(100% - 125px);
  padding-top: 10px;
  vertical-align: top;
}
.bottom_header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.site-header-menu {
  display: inline-block;
  margin: 0;
}

.slider_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slider_content h5 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.slider_content h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
}
.inner_banner .slider_content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.slider_content p {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}
.home_silder .image_wrapper:before {
  background-color: #000;
  padding-top: 45%;
}

.portrait .home_silder .image_wrapper:before {
  padding-top: 100%;
}
.portrait .inner_silder .image_wrapper:before {
  padding-top: 50%;
}
.portrait .home_silder .image_wrapper img,
.portrait .inner_silder .image_wrapper img {
  width: auto;
  max-width: inherit;
  height: 100%;
}

.banner .owl-dots {
  counter-reset: dots;
  display: inline-block;
  width: 100%;
  max-width: 1140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .owl-dot:before {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  counter-increment: dots;
  content: "0" counter(dots);
}

.banner .owl-dot:hover:before,
.banner .owl-dot.active:before {
  -webkit-animation: bounce 0.4s forwards;
  animation: bounce 0.4s forwards;
}

@-webkit-keyframes bounce {
  0%,
  49%,
  50%,
  100% {
    transform: translateY(0px);
    color: #fff;
    opacity: 1;
  }
  49% {
    transform: translateY(9px);
    color: #fff;
    opacity: 0;
  }
  50% {
    transform: translateY(-9px);
    color: #ffa222;
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    color: #ffa222;
    opacity: 1;
  }
}

.banner .owl-dot {
  display: inline-block;
  float: right;
  clear: both;
  margin: 6px;
  text-align: center;
  position: relative;
  width: 40px;
  min-width: inherit;
}
.banner .owl-dot:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -4px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner .owl-dot:last-child:after {
  display: none;
}

.section_header {
  margin-bottom: 30px;
}
.section_header span {
  color: #006cff;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 0;
}

.my-services-box .image_wrapper {
  transform: translate(0px, 0px);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.my-services-box:hover .image_wrapper {
  transform: translate(-15px, 0px);
}
.about_sec .my-services-box:hover .image_wrapper {
  transform: translate(0px, -15px);
}
.my-services-box .image_wrapper img {
  width: initial;
  max-width: 100%;
}

.my-services-box {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
}
/*.my-services-box a {
  position: relative;
  padding-left: 0;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  display: inline-block;
  opacity: 0;
}
.my-services-box:hover a {
  padding-left: 20px;
  display: inline-block;
  opacity: 1;
}

.my-services-box a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 0px;
  top: 11px;
  background-color: #007bff;
  opacity: 0;
  transform: translateX(0%);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.my-services-box:hover a:before {
  transform: translateX(0%);
  opacity: 1;
  width: 15px;
}

.about_sec .my-services-box:hover a {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  opacity: 1;
}
.about_sec .my-services-box a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 0px;
  top: 11px;
  background-color: #007bff;
  opacity: 0;
  transform: translateX(0%);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.about_sec .my-services-box:hover a:after {
  transform: translateX(0%);
  opacity: 1;
  width: 15px;
}
*/

.my-services-box .image_wrapper {
  max-width: 70px;
  margin-bottom: 10px;
}
.my-services-box .image_wrapper:before {
  padding-top: 100%;
}

.inner_content .my-services-box {
  text-align: center;
}

.my-section-ong .container {
  position: relative;
}
.my-section-ong .container:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background-color: rgba(225, 230, 235, 1);
  display: inline-block;
}

.my-all-start {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.my-all-start .container {
  position: relative;
  z-index: 3;
}

.it_all_starts {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
.it_all_starts:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  transform: skew(0deg);
  background: url("../images/pattern.jpg") repeat 0 0;
  z-index: -1;
}

.my-form-detail {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 25px rgba(25, 23, 33, 0.2);
}
.my-form-detail h4 {
  color: #0060e3;
}

/*.form-banner .row{ padding: 30px 30px 0 30px; }*/
.form_image {
  box-shadow: 0 0 25px rgba(25, 23, 33, 0.2);
}

.my-review-section {
  background: url("../images/client_bg.jpg") repeat 0 0;
}

.reviews {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.reviews .image_wrapper {
  max-width: 120px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  z-index: 2;
}
.reviews:hover .image_wrapper {
  transform: translate(-50%, -50%) scale(0.95, 0.95);
}
.reviews .image_wrapper:before {
  padding-top: 100%;
}

.reviews .image_wrapper img {
  transform: translate(-50%, -50%) scale(1, 1);
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.reviews:hover .image_wrapper img {
  transform: translate(-50%, -50%) scale(1.15, 1.15);
}

/* .reviews_content:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/quote.jpg") repeat 0 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-75px, -50%);
  border-radius: 4px;
  z-index: 2;
  z-index: 3;
} */

.reviews_content {
  background: #fff;
  padding-top: 65px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  position: relative;
  height: 100%;
}
.reviews_content p,
.reviews_content p span {
  font-size: 15px;
  line-height: 22px;
  color: #454545;
  font-weight: 400;
}
.start {
  padding-bottom: 10px;
}
.reviews_content i {
  color: #ffa222;
  display: inline-block;
  margin: 3px;
  font-size: 13px;
}
.reviews .start {
  display: inline-block;
}
.reviews p {
  margin-bottom: 10px;
}

.reviews_content a {
  font-size: 15px;
  font-weight: 500;
}
#accordion {
  padding-bottom: 15px;
}
.my-tax-section,
.about_sec {
  background: #f5f5f5;
}

.my-tax-section p strong {
  color: #006cff;
  font-weight: 600;
}
.accordian_main {
  padding: 20px 30px 30px 30px;
  box-shadow: 0 0 25px rgba(25, 23, 33, 0.18);
}

.accordian_wrap h5 {
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #006cff;
  padding-left: 15px;
  position: relative;
}
.accordian_wrap h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  background-color: #006cff;
  display: inline-block;
  width: 10px;
}
.accordian_wrap h5:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  height: 10px;
  background-color: #006cff;
  display: inline-block;
  width: 2px;
  transform: scale(1, 0);
}

.accordian_wrap h5.collapsed {
  color: #000;
}
.accordian_wrap h5.collapsed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  width: 10px;
}
.accordian_wrap h5.collapsed:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  height: 10px;
  background-color: #000;
  display: inline-block;
  width: 2px;
  transform: scale(1, 1);
}

.accordian_wrap ul {
  list-style: none;
  padding: 0 0 10px 15px;
  margin: 0;
}
.accordian_wrap ul li {
  padding-left: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #454545;
  font-weight: 300;
}
.accordian_wrap ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #006cff;
  position: absolute;
  left: 0;
  top: 7px;
}

.dsk-container ul li ul.sub-menu {
  display: none;
}

.my-tax-apply-section {
  background: url("../images/irs_tax.jpg") no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
}

.home_blog_block .image_wrapper {
  margin-bottom: 0;
  display: inherit;
  overflow: hidden;
}
.home_blog_block .image_wrapper:before {
  padding-top: 80%;
  background-color: #ccc;
}

/* .footer_top {
  background-color: #222326;
} */
.footer_bottom {
  /* background-color: #222326; */
  position: relative;
  z-index: 1;
}
.footer_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  /* background-color: #1c1b1f; */
  z-index: 2;
}
.footer_bottom > div {
  position: relative;
  z-index: 3;
}

.our-ceo-section {
  position: relative;
}
/* .about_ong {
  overflow: hidden;
  position: relative;
} */
.about_ong .container {
  position: relative;
}
.about_ong .container:after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -6px;
  height: 6px;
  box-shadow: 0 0 30px rgba(10, 12, 16, 1);
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
}
.our-ceo-section .image_wrapper:before {
  padding-top: 95%;
}
.our-ceo-section .image_wrapper img {
  top: inherit;
  bottom: 0;
  transform: translate(-50%, 0%);
}

.our-ceo-section > .container {
  position: relative;
  z-index: 2;
}

.about-ong {
  background-color: #006cff;
  padding: 50px 40px 40px 40px;
  transform: translateY(-50px);
  box-shadow: -15px 15px 45px rgba(25, 30, 33, 0.3);
}
.about-ong h3 {
  font-size: 32px;
  line-height: 38px;
}
.about-ong p {
  color: #fff;
}

.my-map-newsletter {
  background-color: #292a2e;
}
.my-map-newsletter .image_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.my-map-newsletter .image_wrapper:before {
  padding-top: inherit;
}
.image_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  margin: 0;
}

.my-review-section .owl-stage-outer {
  margin-left: 0;
  margin-right: 15px;
}
.my-review-section .owl-stage.row {
  margin: 0 !important;
}

.blog_content h5 {
  font-weight: 400;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
.blog_content span {
  color: #006cff;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.blog_content p {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
}
.blog_content a.blog_details {
  font-style: italic;
  font-weight: 500;
}

.tnp-subscription {
  width: 100%;
  display: inline-block;
}

.tnp-subscription form {
  display: inline-block;
  width: 100%;
}
.tnp-subscription .tnp-field-email {
  width: 100%;
  font-size: 0;
}
.label_input {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.label_input label {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #c2c0c4;
  padding-top: 20px;
}

.tnp-field-button {
  font-size: 0;
  width: calc(100% - 150px);
  display: inline-block;
  position: relative;
}
.tnp-field-button:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  right: 150px;
  background-color: rgba(72, 73, 79, 1);
}
.tnp-field-button input:not([type="submit"]) {
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(156, 157, 164, 1);
  display: inline-block;
  padding: 22px 30px;
  background-color: rgba(52, 53, 59, 1);
  border: 0;
  border-radius: 30px 0px 0px 30px;
}

.tnp-field-button input[type="submit"] {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 22px 10px;
  background-color: rgba(52, 53, 59, 1);
  border: 0;
  text-transform: none;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}

.tnp-field-button input[type="submit"]:hover {
  background-color: rgba(255, 162, 34, 1);
}

.tnp-field-privacy {
  padding-top: 20px;
  position: relative;
  padding-left: 25px;
}
.tnp-field-privacy input {
  position: absolute;
  left: 0;
  top: 24px;
}
.tnp-field-privacy label {
  color: #c2c0c4;
}

.my-phone-email-top span {
  display: inline-block;
  margin-right: 15px;
}
.my-phone-email-top a {
  display: inline-block;
  color: #454545;
}
.my-phone-email-top i {
  color: #006cff;
}

.my-review-section .owl-dots {
  padding-right: 10px;
}
.my-review-section .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin: 3px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.my-review-section .owl-dots .owl-dot.active {
  background-color: #ffa222;
}

.reviews.view_more .reviews_content:after {
  display: none;
}

.reviews.view_more span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 14px 25px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 200px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
}

.reviews.view_more:hover span {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  border-radius: 5px;
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

.footer_top p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.footer_block p a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
}
.footer_block p span {
  display: inline-block;
  color: #919090;
  font-size: 13px;
  line-height: 18px;
  margin-right: 10px;
}

.footer_top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_top ul li {
  width: 100%;
  display: inline-block;
}
.footer_top ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
}

.social_images_row {
  font-size: 0;
}
.social_images_row a {
  width: 12.5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.social_images_row a .image_wrapper {
  z-index: 1;
}
.social_images_row a .image_wrapper img {
  z-index: 3;
}
.social_images_row a .image_wrapper:before {
  padding-top: 67%;
  z-index: 2;
}
.social_images_row a .image_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  z-index: 4;
  background-color: rgba(25, 30, 33, 0);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}

.social_images_row a:hover.ft-facebook .image_wrapper:after {
  background-color: rgba(49, 89, 152, 0.95);
}
.social_images_row a:hover.ft-twitter .image_wrapper:after {
  background-color: rgba(0, 172, 238, 0.95);
}
.social_images_row a:hover.ft-g_plus .image_wrapper:after {
  background-color: rgba(219, 68, 55, 0.95);
}

.social_images_row a i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 5;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  opacity: 0;
}
.social_images_row a:hover i {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.inner_content ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 0;
  border-bottom: solid 0px #ccc;
  padding-bottom: 30px;
}
.inner_content ul li {
  font-size: 16px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.inner_content ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 162, 34, 1);
}
.inner_content ul li ul {
  margin-bottom: 0px;
  border-bottom: solid 0px #ccc;
  padding-bottom: 0;
}
.inner_content ul li ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.inner_content ul li ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 8px;
  height: 2px;
  border-radius: 0;
  display: inline-block;
  background-color: rgba(255, 162, 34, 1);
}

.inner_content ul li strong {
  margin: 0 !important;
}

.inner_content strong {
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  color: rgba(0, 108, 255, 1);
}
.inner_content ul.gform_fields li {
  padding-left: 0;
  padding-right: 0 !important;
  border: 0;
}
.inner_content ul.gform_fields li.gfield_error {
  padding: 0;
  background-color: inherit;
  border: 0;
}
.inner_content ul.gform_fields li.gfield_error .validation_message {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
  padding-left: 30px;
}

.inner_content .accordian_main {
  padding: 0;
  box-shadow: none;
}

.gform_wrapper .ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper input:not([type="submit"]) {
  padding: 10px 15px !important;
  border: solid 1px rgba(25, 30, 33, 0.5);
  width: 100%;
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  font-size: 12px;
}
.gform_wrapper input:not([type="submit"]):focus {
  border: solid 1px rgba(0, 108, 255, 1);
}
.gform_wrapper label {
  display: inline-block;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #454545 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper select {
  padding: 10px 15px !important;
  border: solid 1px rgba(25, 30, 33, 0.5);
  width: 100% !important;
  margin-top: 0 !important;
  border-radius: 10px;
}

.gform_wrapper textarea {
  padding: 10px !important;
  border: solid 1px rgba(25, 30, 33, 0.5);
  width: 100%;
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 1);
  height: 120px !important;
  border-radius: 10px;
}
.gform_wrapper textarea:focus {
  border: solid 1px rgba(0, 108, 255, 1);
}

.inner_content input[type="submit"],
.inner_content input[type="button"] {
  border-radius: 30px;
  display: inline-block !important;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500;
  padding: 14px 25px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 200px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
}

.inner_content input[type="submit"]:hover,
.inner_content input[type="button"]:hover {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15) !important;
  border-radius: 5px;
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

.inner_content h4 {
  color: #000;
}

.inner_content p {
  line-height: 32px;
}
.inner_content a {
  color: #006cff; /*font-size: 16px; */
  font-weight: 400;
}

.blog_list {
  list-style: none;
  margin: 0 -15px;
}
ul.blog_list li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 40px;
}
.blog_list h4 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog_list h4 a {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.blog_list .image_wrapper {
  background-color: #ccc;
  margin-bottom: 10px;
}
.blog_list .image_wrapper:before {
  padding-top: 85%;
}

.blog_list .post_info > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #868a8e;
}

.blog_list a.btn_style {
  padding: 7px 20px;
  min-width: inherit;
  margin-top: 15px;
}

.pagination {
  border: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-left: 0;
}
.pagination:before,
.pagination:after {
  display: none;
}

.pagination a,
.pagination span.current {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  margin-right: 10px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 5px;
  vertical-align: top;
}

.pagination a {
  background-color: rgba(0, 108, 255, 1);
  color: #fff;
}
.pagination a:hover {
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
}
.pagination span.current {
  background-color: rgba(195, 200, 203, 1);
  color: rgba(95, 100, 103, 1);
}

.pagination span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(95, 100, 103, 1);
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  padding-top: 5px;
  vertical-align: top;
}

.custom_tab ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  column-count: 3;
  margin: 0;
  vertical-align: top;
}
.custom_tab ul:nth-child(even) {
  background-color: rgba(205, 210, 215, 0.5);
}
.custom_tab ul:nth-child(odd) {
  background-color: rgba(225, 230, 235, 0.5);
}
.custom_tab ul li {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.gform_wrapper {
  max-width: 100%;
  width: 100%;
}

.form_style h4 {
  color: #000;
}

.form_style p {
  width: 100%;
  padding-left: 300px;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.form_style p label {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.form_style p label[data-toggle="tooltip"]:after {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block;
  padding-left: 5px;
  font-size: 18px;
  line-height: 18px;
}
.form_style p input:not([type="submit"]),
.form_style.gform_wrapper p select {
  width: 100% !important ;
  display: inline-block;
}

/*.form_radio input{display: none;}


.form_radio label{ border-radius: 30px; display: inline-block !important; text-align: center; background-color: rgba(0,108,255,1); border:solid 1px rgba(0,108,255,1); color: #fff !important; font-size: 16px !important; line-height: 26px !important; font-weight: 500 !important; min-width: 130px;  padding: 14px 25px; cursor: pointer; text-transform: capitalize; transition: all 0.4s;  transition-timing-function: cubic-bezier(.25,.50,.75,1); box-shadow: 0px 0px 1px 15px rgba(25,30,33,0.0); margin-right: 15px; }

.form_radio label.yellow{background-color: rgba(255,162,34,1);  border:solid 1px rgba(255,162,34,1); }
.form_radio label{background-color:rgba(213, 70, 72,1); border:solid 1px rgba(213, 70, 72,1); }

.form_radio label:hover{box-shadow: 0px 0px 1px 2px rgba(25,30,33,0.15) !important; border-radius: 5px;   background-color:rgba(35,40,43,1); color: #fff; border:solid 1px rgba(35,40,43,0); }*/

.danger-color {
  padding: 6px 20px;
  border: dashed 2px rgba(213, 70, 72, 1);
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 30px;
}

/*.radio_box>span{display:inline-block;vertical-align:top;width:100%;padding-bottom:10px;position:relative}*/
.form_style.gform_wrapper > div {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  width: 100%;
}

.form_style.gform_wrapper p.radio_box {
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  width: auto !important;
}
.form_style.gform_wrapper p.radio_box label {
  width: auto !important;
}

.form_style.gform_wrapper .radio_box input[type="radio"],
.form_style.gform_wrapper .radio_box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.radio_box label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  padding-top: 6px;
  position: static !important;
}
.radio_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.checkmark {
  position: absolute;
  top: 9px;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #eaeeef;
  border-radius: 50%;
  border: solid 1px #acaeb0;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}

.radio_box > span.checkmark {
  top: 0px;
}
.radio_box > span:hover input ~ .checkmark {
  background-color: #e1e5e6;
  border: solid 1px #acaeb0;
}
.radio_box > span:hover input:checked ~ .checkmark {
  background-color: #fff;
}

.radio_box input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0.8, 0.1, 1.4);
  opacity: 0;
}

.radio_box input:checked ~ .checkmark:after {
  transform-origin: 50% 50%;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}
.radio_box .checkmark:after {
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 108, 255, 1);
  transform-origin: 50% 50%;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.page-template-contact .gform_wrapper label.gfield_label {
  display: none !important;
}

body.single-post,
body.page-template-taxorganiser {
  background: #f5f5f5;
}
.blog_details_content {
  padding: 40px;
  background-color: #fff;
  transform: translateY(-50px);
  display: inline-block;
  width: 100%; /*box-shadow: -10px 10px 30px rgba(25,30,33,0.05); */
}
.blog_details_content h3 {
  font-size: 26px;
  line-height: 36px;
}
.blog_details_content p {
  line-height: 32px;
}
p.disclaimer {
  font-size: 15px;
  line-height: 25px;
  padding: 15px;
  border: dashed 1px #8c9397;
  border-radius: 5px;
}
.post-navigation,
.post-navigation div + div {
  border: 0;
  margin-bottom: 40px;
}

.post-navigation {
  font-size: 0;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-left: 0;
}
.post-navigation a {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 10px;
  background-color: rgba(0, 108, 255, 1);
  border-radius: 50%;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
  position: relative;
}

.post-navigation a:hover {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  background-color: rgba(25, 30, 33, 1);
  border-radius: 5px;
}

.post-navigation a:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.post-navigation a[rel="prev"]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 5px transparent;
  border-top: solid 5px transparent;
  border-right: solid 5px #fff;
  border-bottom: solid 5px transparent;
}
.post-navigation a[rel="next"]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 5px #fff;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
}

.blog_details_content .post_info {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}
.blog_details_content .post_info span {
  font-size: 14px;
  color: #9fa7ac;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.blog_details_content .post_info span:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  padding-right: 3px;
  display: inline-block;
}
.blog_details_content .post_info span.post_author:before {
  content: "\f007";
}
.blog_details_content .post_info span.entry_date:before {
  content: "\f017";
  padding-top: 4px;
}

span.QBI.T_PTB_1 {
  display: inline-block;
  padding: 10px 15px !important;
  border: solid 1px rgba(25, 30, 33, 0.5);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  min-height: 54px;
  min-width: 80px;
  text-align: left;
}

.gform_wrapper table {
  border: 0;
}
.gform_wrapper table td {
  border: 0;
}
.gform_wrapper table td span {
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  width: 100%;
  margin: 5px;
  border: solid 1px rgba(25, 30, 33, 0.5);
}
.gform_wrapper table td:first-child span {
  margin-left: 0;
}
.gform_wrapper table td:last-child span {
  margin-right: 0;
}
.gform_wrapper table td:first-child span {
  font-weight: 500;
  font-size: 18px;
}

.form_style.gform_wrapper > div.tax_organizer {
  padding: 0px 40px 20px 40px;
  background-color: #fff !important;
  box-shadow: 15px 15px 30px rgba(25, 30, 33, 0.05);
  border-radius: 10px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
}
.form_style.gform_wrapper > div.tax_organizer .gform_wrapper li.gfield {
  padding: 0;
  margin: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: inline-end;
}

.form_style.gform_wrapper > div.tax_organizer p.radio_box {
  margin-bottom: 0;
}
.form_style.gform_wrapper > div.tax_organizer ul li > div > p {
  padding-left: 0;
}

.form_style.gform_wrapper > div.tax_organizer ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.form_style.gform_wrapper > div.tax_organizer ul ul {
  width: 100% !important;
  padding: 10px 0 30px 0px !important;
  background-color: #fff;
  margin-bottom: 0;
}
.form_style.gform_wrapper > div.tax_organizer ul ul li {
  width: 48% !important;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.form_style.gform_wrapper > div.tax_organizer ul ul li p.radio_box {
  width: 100% !important;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.form_style.gform_wrapper > div.tax_organizer h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 30px;
}

.form_style.gform_wrapper > div.tax_organizer ul li > label {
  font-size: 18px !important;
}

.tax_organizer input[type="submit"] {
  border-radius: 30px;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 14px 25px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 200px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
}

.tax_organizer input[type="submit"]:hover {
  background-color: rgba(35, 40, 43, 1);
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  border-radius: 5px;
}

.form-group {
  margin-bottom: 25px;
}

.form_style.inner_content.gform_wrapper label {
  padding-top: 10px;
}

.gform_wrapper label {
  display: inline-block;
  font-size: 14px !important;
  line-height: 37px !important;
  font-weight: 500 !important;
  color: #454545 !important;
  margin-bottom: 0 !important;
}

.accordian_wrap a.btn_style {
  padding: 6px 15px;
}

.accordian_main_service {
  border-radius: 5px;
  padding: 10px 25px;
  background-color: #f5f5f5;
}

.accordian_main_service .accordian_wrap > div {
  padding-left: 15px;
}

.it_all_text {
  display: inline-block;
  width: calc(100% - 230px);
  vertical-align: middle;
  margin-top: 20px;
}
.it_all_text p {
  margin-bottom: 0;
}
.it_all_starts .btn_style {
  vertical-align: middle;
}

.client-review .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.my-tax-section .image_wrapper:before {
  padding-top: 57%;
}

.call,
.mail {
  padding-left: 30px;
  position: relative;
}

.call:before,
.mail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  background-image: url("../images/call_email.png");
  background-repeat: no-repeat;
}
.call:before {
  background-position: 0 -22px;
}
.mail:before {
  background-position: 0 0;
}

.sces {
  padding-left: 30px;
  position: relative;
}
.sces:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  background-image: url("../images/sucs.png");
  background-repeat: no-repeat;
}

.form_banner .owl-nav button {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: solid 1px rgba(0, 108, 255, 1) !important;
  position: absolute;
  top: 50%;
  outline: 0;
}
.form_banner .owl-nav button.owl-prev {
  transform: translate(-100%, -50%);
  left: -15px;
}
.form_banner .owl-nav button.owl-next {
  transform: translate(100%, -50%);
  right: -15px;
}

.form_banner .owl-dots {
  display: none;
}

.author_name {
  width: 100%;
  text-align: right;
}
.author_name span {
  padding-left: 70px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(0, 108, 255, 1);
}
.author_name span:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 108, 255, 1);
}

.my-tax-apply-section h3 {
  font-size: 44px;
}
.my-tax-apply-section h3 span {
  color: #ffa222;
}

.my-tax-buttons {
  position: relative;
  width: 100%;
  padding-top: 50px;
  margin-top: 40px;
}
.my-tax-buttons:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: rgba(225, 230, 233, 0.5);
}

.bg_image {
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  z-index: -1;
}
.bg_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(15, 20, 23, 0.35);
}

.inner_content h2 {
  font-size: 30px;
  line-height: 42px;
}
.inner_content h5 {
  font-size: 20px;
  line-height: 32px;
}
.inner_content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.inner_content p span {
  color: #000;
  font-weight: 400;
}
.postid-173 .bg_image {
  background-image: url("../images/irs_tax.jpg");
}

.postid-175 .bg_image {
  background-image: url("../images/irs_tax.jpg");
}

.human_resources input:not([type="submit"]) {
  width: 100% !important;
}
.human_resources .gform_footer {
  text-align: center;
}

.inner_content p:empty {
  display: none;
}

.inner_content .accordian_wrap > div {
  font-size: 0;
}

.inner_content .accordian_wrap .lt_tbl {
  width: calc(50% - 15px);
  display: inline-block;
  margin-right: 15px;
}
.inner_content .accordian_wrap .rg_tbl {
  width: calc(50% - 15px);
  display: inline-block;
  margin-left: 15px;
}

.inner_content .accordian_wrap > div > div ul {
  padding: 0;
  margin: 0;
  column-count: inherit;
}
.inner_content .accordian_wrap > div > div ul li:before {
  display: none;
}
.inner_content .accordian_wrap > div > div ul li {
  padding: 10px;
  margin: 0;
  display: inline-block;
  border: solid 1px rgba(0, 108, 255, 1);
  margin-top: -1px;
}
.inner_content .accordian_wrap > div > div ul li:first-child {
  width: calc(100% - 200px);
}
.inner_content .accordian_wrap > div > div ul li:last-child {
  width: 200px;
  margin-left: -1px;
}
.inner_content .accordian_wrap > div > div ul li {
}

.pricepacking {
  padding: 30px 0;
}
.pricepacking h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
.pricepacking table tr td {
  font-size: 14px;
}
.secdevdodd {
  margin: 30px 0;
  padding: 30px 0;
  background-color: #f8f8f8;
}
.secdevdodd h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
/* .alltabcntn{background:url("/wp-content/themes/ong/images/linblue.jpg") repeat-y;} */
.alltabcntn .tab {
  /*background-color:#f2f2f2;padding:15px 0;*/
  text-align: center;
}
.alltabcntn .tab button {
  background: #f2f2f2;
  color: #333;
  font-weight: 500;
  padding: 15px 20px;
  border-right: 1px solid #ccc;
  box-shadow: 0 0 7px #ccc;
}
.alltabcntn .tab button:last-child {
  border-right: none;
}
.alltabcntn .tab button:hover {
  color: #fff;
  background-color: #ffa222;
}
.alltabcntn .tab button.active {
  color: #fff;
  background-color: #006cff;
}
.mnthlytbl {
  margin-top: 25px; /* background-color:#f2f2f2;padding:15px;box-shadow:0 0 7px #ccc; */
}
.mnthlytbl h2 {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.mnthlytbl p {
  text-align: center;
  font-size: 14px;
}

.mnthlytbl table {
  table-layout: auto;
}
table.mnthlytab tr th {
  font-size: 14px;
  text-align: center;
  padding: 15px 5px; /* background-color:#006CFF;color:#fff; */
}
table.mnthlytab tr th:first-child {
  text-align: left;
  border-top: none;
}
table.mnthlytab tr th:nth-child(odd) {
  border-top: 3px solid #ffa222;
}
table.mnthlytab tr th:nth-child(odd):first-child {
  border-top: none;
}
table.mnthlytab tr th:nth-child(even) {
  border-top: 3px solid #006cff;
}
table.mnthlytab tr:nth-child(even) {
  background: #fff;
}
table.mnthlytab tr:nth-child(odd) {
  background: #f5f5f5;
}
table.mnthlytab tr td {
  text-align: center;
  padding: 15px 5px;
}
table.mnthlytab tr td.splprc {
  font-size: 24px;
  font-weight: 500;
  color: #006cff;
}
table.mnthlytab tr td strong {
  margin-top: 0;
  color: #212529;
  font-weight: 700;
}
table.mnthlytab tr td:first-child {
  text-align: left; /* color:#fff;background-color:#006CFF; */
}
table.mnthlytab tr td:nth-child(odd) a.freebut {
  color: #fff;
  background-color: #ffa222;
  padding: 5px 15px;
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
  font-size: 12px;
}
table.mnthlytab tr td:nth-child(even) a.freebut {
  color: #fff;
  background-color: #006cff;
  padding: 5px 15px;
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
  font-size: 12px;
}

.trl {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 7px #ccc;
  margin-bottom: 25px;
}
.trl p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 25px;
}
.trl p:first-child {
  min-height: 40px;
}
.trl h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  line-height: 20px;
}

.trl p a {
  color: #fff;
  background-color: #006cff;
  padding: 5px 15px;
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
}
ul.primary-menu li a {
  display: inline-block;
  font-size: 14px !important;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  padding: 8px 8px !important;
  position: relative;
  transition: all 0.4s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.17, 0.35, 0.75, 1.3);
}

/* entity-fotmation-and-incorporation form tab css */

/*---------------------------- 
------------------------------
Common Css
------------------------------
--------------------------------*/
.loanhd {
  background: #169ad3;
  padding: 10px 0;
}
.loanhd h2 {
  color: #fff;
  text-align: center;
  margin: 0px;
  font-weight: normal;
  font-size: 25px;
}

.loandetails_block {
  background: url(../images/frmback3.jpg) fixed no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.loandetails.firststep {
  background: url(../images/personal-details-bg-v1.png) no-repeat;
  background-position: center;
}
.loan_frm {
  padding: 0 30px;
}
.frmbkmain {
  /* background:rgba(255,255,255,.8); */
  padding: 50px;
  border-radius: 10px;
}

#msform {
  margin: 20px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  left: 0px;
  right: 0px;
  border: 0 none;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
.subbox {
  /* width:30%; */
  margin: 0 auto;
}

#msform input[type="button"] {
  border-radius: 30px;
  padding: 10px 15px;
  width: auto;
}
#msform input[type="submit"] {
  border-radius: 30px;
  padding: 10px 15px;
  width: auto;
}

.btn-primary {
  padding: 12px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  color: #2c3e50;
  font-size: 13px;
  text-align: left;
  background: #fff url("../images/icon-select.png") no-repeat 97% 50%;
}
.dropdown-menu {
  width: 100%;
  padding: 20px;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #fff url("../images/icon-select.png") no-repeat 97% 50%;
  color: #2c3e50;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: #fff url("../images/icon-select.png") no-repeat 97% 50%;
  color: #2c3e50;
}
.btn-primary:hover {
  background: #fff url("../images/icon-select.png") no-repeat 97% 50%;
  color: #2c3e50;
}
.btn-primary:focus,
.btn-primary.focus {
  background: #fff url("../images/icon-select.png") no-repeat 97% 50%;
  color: #2c3e50;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
  width: 100%;
  width: 47%;
  float: left;
  margin: 5px;
}
#msform input[type="file"] {
  margin: 0 auto;
}
#msform p.frmname {
  color: #0c375d;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 15px;
}
/*#msform select{border-radius:5px; margin-bottom:15px; font-size:13px; color:#2C3E50; border:0; width:60%; padding:12px;
background: url("../images/icon-select.png") no-repeat 97% 50% rgb(255,255,255); appearance: none; -webkit-appearance: none;
 -moz-appearance: none; -o-appearance: none; -ms-appearance: none;}*/

.frmtxtup {
  color: #fff;
}
#msform .action-button {
  width: 100px;
  background: #0295d1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #0295d1;
}
#msform .action-button-final {
  width: 100px;
  background: #0295d1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button-final:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #0295d1;
}
#msform input.previous {
  background: #ffa222;
}

.fs-title {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.sjp-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #004887;
}
.sjp-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sjp-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.sjp-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.sjp-checkbox input:checked ~ .checkmark {
  background-color: #0194d0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sjp-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sjp-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.note {
  color: #fff;
  float: left;
  margin: 20px 0;
  width: 100%;
}

.table_Div {
  width: 85%;
  margin: 0 auto;
}
.table_Div table {
  background: #fff;
  text-align: left;
  margin-bottom: 30px;
}
.table_Div table tr th {
  text-align: left;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.table_Div table tr th:nth-child(1) {
  background: #ececec;
}
.table_Div table tr th:nth-child(2) {
  background: #18d1d4;
}
.table_Div table tr th:nth-child(3) {
  background: #8bc24a;
}
.table_Div table tr th:nth-child(4) {
  background: #feca28;
}
.table_Div table tr td {
  padding: 15px;
  font-size: 12px;
  border-right: 1px #e3e3e3 solid;
  line-height: 20px;
}
.table_Div table tr td:first-child {
  font-size: 16px;
  text-transform: uppercase;
  color: #0d57a0;
  font-weight: 500;
}
.table_Div table tr:last-child td {
  padding: 0px;
  border-right: none;
}
.table_Div table tr td li {
  list-style: decimal;
  margin-left: 8px;
  padding-bottom: 5px;
}
.table_Div table tr td button {
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  border: none;
}
.table_Div table tr td:nth-child(2) button {
  background: #18d1d4;
}
.table_Div table tr td:nth-child(3) button {
  background: #8bc24a;
}
.table_Div table tr td:nth-child(4) button {
  background: #feca28;
}
.table_Div table tr:nth-child(3) {
  background: #ececec;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  display: inline-block;
  list-style-type: none; /* color:white; */
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  width: 11%;
  color: #fff;
  font-weight: 600;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #ffa222;
  border-radius: 3px;
  margin: 0 auto 15px auto;
  z-index: 2;
  position: relative;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffa222;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: 1;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0295d1;
  color: white;
}
.dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.frmtxtup h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff;
}
.frmtxtup p {
  text-align: center;
  color: #fff;
}
.frmlistbox {
  /* width:50%; */
  margin: 30px auto;
  border: 1px solid #169ad3;
  padding: 20px;
}
.frmlistbox p {
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 0;
}
.frmlistbox ul {
}
.frmlistbox ul li {
  text-align: left;
  padding-bottom: 13px;
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.frmlistbox ul li span {
  font-size: 12px;
}
.frmlistbox ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 162, 34, 1);
  position: absolute;
  left: 0;
  top: 9px;
}
.frmlistbox ul {
  column-count: 1 !important;
}
.newinfo {
  border: 2px solid #333;
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
}
.newinfo p {
  padding-bottom: 5px;
  font-weight: 600;
  text-align: left;
  padding-top: 40px;
  border-bottom: 1px solid #ccc;
}
.seprtsecsn {
  padding-bottom: 25px;
}

.subbox .dropdown button {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
}
.subbox .dropdown select {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #ffa222;
  border-color: #ffa222;
}
.btn-secondary {
  color: #fff;
  background-color: #0295d1;
  border-color: #0295d1;
}

.onlymainpgtxt {
}
.onlymainpgtxt ul {
  width: 100%;
  display: inline-block;
  margin-left: 0;
}
.onlymainpgtxt ul li {
  width: 48%;
  float: left;
  margin: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  z-index: 99;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  min-width: 250px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.myserror {
  border: 1px solid red !important;
}
.myserror_ownr {
  border: 1px solid red !important;
}
.apontbookform {
  background: url(../images/appofrm.jpg) fixed no-repeat;
  background-size: cover;
  padding: 100px 50px;
}

.apontbookform .appointment_form input {
  margin-bottom: 20px;
}
.apontbookform .appointment_form select.marbot {
  margin-bottom: 20px;
}

.frmstg {
  width: 65%;
  margin: 0px auto; /* background:rgba(0,0,0,.7); */
  padding: 10px;
  border-radius: 0px;
}
.frmstg h3 {
  font-weight: 600;
  width: auto;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background: url(../images/brdrblu.jpg) bottom left no-repeat;
}
.frmstg .appointment_form .form-group {
  margin-bottom: 0;
  width: 45%;
  float: left;
  margin: 0 10px;
}
.frmstg .appointment_form .onlyservcsecsn {
  width: 100%;
}

.frmstg .appointment_form .form-group label {
  color: #fff !important;
}
.frmstg .appointment_form .form-group input.inptxtfld {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  padding: 5px 0 10px !important;
}
.frmstg .appointment_form .form-group select.marbot {
  margin-bottom: 20px;
  background-color: transparent;
  background: url(../images/normal_down.png) 98% no-repeat;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px 0 10px !important;
}
.frmstg .appointment_form .form-group2 label {
  color: #fff !important;
  padding: 0 10px;
  padding-bottom: 15px;
}
.frmstg .appointment_form .form-group2 .allrad {
  width: 100%;
  display: inline-block;
  padding-left: 10px;
}
.frmstg .appointment_form .form-group2 .allrad p {
  float: left;
  margin: 0 5px;
  color: #fff;
  width: auto;
  font-size: 18px;
  line-height: 12px;
  font-weight: 600;
}
.frmstg .appointment_form .form-group2 .allrad p input {
  width: auto;
  float: left;
  margin-bottom: 0;
}
.clearcus {
  clear: both;
}
.frmstg .appointment_form .form-group select.marbot option {
  color: #272727;
}

label.error {
  display: none !important;
}
.frmstg .appointment_form .form-group input.error {
  border-bottom: 1px solid #f00;
}
/* .apontbookform #paymentFrm label{color:#333 !important;}
.apontbookform #paymentFrm input{margin-bottom:20px;background:rgba(255,255,255,.6);border:1px solid #fff;}
.apontbookform #paymentFrm select{margin-bottom:20px;background:rgba(255,255,255,.6);border:1px solid #fff;}
.apontbookform #paymentFrm button.btn_style{border-radius: 30px; display: inline-block; text-align: center; background-color: rgba(0,108,255,1); border:solid 1px rgba(255,255,255,1); color: #fff; font-size: 14px; line-height: 26px font-weight: 500;  padding: 11px 20px; cursor: pointer; text-transform: capitalize; min-width: 170px; transition: all 0.4s;  transition-timing-function: cubic-bezier(.25,.50,.75,1); box-shadow: 0px 0px 1px 15px rgba(25,30,33,0.0);}
.apontbookform #paymentFrm button.btn_style:hover{background-color:rgba(35,40,43,1);color:#fff;border: solid 1px
rgba(35,40,43,0);box-shadow: 0px 0px 1px 2px rgba(25,30,33,0.15); border-radius: 5px; }
.apontbookform #paymentFrm .form-group{margin-bottom:0;}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){font-size:12px;} */
.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 12px;
}
.btn-success {
  border-radius: 10px;
}

.appointbook {
  background: url(../images/bkanapp.jpg) bottom fixed no-repeat;
  background-size: cover;
  padding: 100px 50px;
}
.booktxt {
  text-align: center;
}
.booktxt h1 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.booktxt a.bookbutn {
  width: auto;
  height: auto;
  padding: 10px 20px; /* border:1px solid #fff; */
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  background-color: #ffa222;
  font-weight: 600;
}
.booktxt a.bookbutn:hover {
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

.bookingblogsecsn {
  background: url("../images/blgbutback.jpg") no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 30px;
  margin-bottom: 30px;
}
.blgsectxtrt p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  line-height: 37px !important;
  font-weight: 600;
  margin-bottom: 0;
}
.blgsectxtrt a {
  background-color: rgba(255, 162, 34, 1);
  border: solid 1px rgba(255, 162, 34, 1);
  padding: 3px 15px;
  font-weight: normal;
  margin-top: 35px;
}

#show_payment_form {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 20px;
}
#show_payment_form h3 {
  color: #333;
}

#loginFrm {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 20px;
}
#loginFrm h3 {
  color: #333;
}

button#showbtn {
  font-size: 18px;
}

.allvideopg iframe {
  border: 3px solid #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 5px #666;
}
.onlyloginpage {
  width: 50%;
}

.thankbk {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 20px;
}
.thankbk h3 {
  color: #333 !important;
}

a.disable {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.servctab ul {
  margin-left: 0;
}
.modifytab {
  border: 1px solid #dee2e6;
  border-top: 0;
}

input[type="button"].btn_style {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 21px;
  padding: 11px 20px;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 170px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgba(25, 30, 33, 0);
  font-size: 14px;
}
input[type="button"]:hover {
  box-shadow: 0px 0px 1px 2px rgba(25, 30, 33, 0.15);
  border-radius: 5px;
  background-color: rgba(35, 40, 43, 1);
  color: #fff;
  border: solid 1px rgba(35, 40, 43, 0);
}

.bkgry {
  background-color: #f2f2f2 !important;
  border: 1px solid #eee;
  padding: 7px;
  margin-top: 10px;
  font-size: 12px;
  min-height: 60px;
}
.bkgry a {
  display: inline-block;
  padding-top: 5px;
}

/*=======================flowchart===========================*/

.flowchartcontainer {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 4.3rem;
  text-align: center;
  border-bottom: 1px solid #ffc000;
  margin-bottom: 50px;
}
.flowchartcontainer p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 16px !important;
}
.flowchartcontainer p a {
  color: #ffc000;
}
.blueboxone {
  width: 250px;
  min-height: 150px;
  background-color: #4473c5;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  flex-direction: column;
}
.blueboxone p {
  margin-top: 0;
}
.blueboxone:hover {
  background-color: #3d69b4;
}
.boxcenter {
  margin: 0 auto;
}
.vline1 {
  width: 1px;
  height: 100px;
  background-color: #4473c5;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
#triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #4473c5;
  position: absolute;
  bottom: -1px;
  left: -9px;
}
#triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #4473c5;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -9px;
  left: -0px;
}
#triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #4473c5;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -9px;
  right: -10px;
}
#triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #4473c5;
  position: absolute;
  top: 0;
  right: -9px;
}

.cusrow {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cusrow .cuscol {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

#diamond {
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-bottom-color: #4473c5;
  position: relative;
  top: -70px;
  transition: all 0.4s ease-in-out;
}
#diamond:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 69px;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top-color: #4473c5;
  transition: all 0.4s ease-in-out;
}
#diamond:hover {
  border-bottom-color: #3d69b4;
}
#diamond:hover:after {
  border-top-color: #3d69b4;
}
.gapadjst {
  margin-bottom: 30px;
}
.cuscollast {
  align-items: end;
}
.cusrow .cuscol #diamond p {
  position: absolute;
  left: -0.8rem;
  z-index: 99;
  top: 3.7rem;
  text-align: center;
}
.horilineone {
  width: 50%;
  height: 1px;
  background-color: #4473c5;
  margin: 0 auto;
  position: relative;
}
.margintopone {
  margin-top: -4.4rem;
}
.diamondleft {
  margin-left: 4.67rem;
}
.diamondright {
  margin-right: 4.2rem;
}
.diamondcenter {
  left: 29%;
  margin-top: 17rem !important;
}

.hline1 {
  width: 100px;
  height: 1px;
  background-color: #4473c5;
  margin: 0 auto;
  position: relative;
}
.hlineposione {
  top: -70px;
  right: -10rem;
  width: 160px;
}
.diamondparaone {
  width: 100px;
  left: -50px !important;
  top: 50px !important;
  line-height: 20px;
}

.sepa01 {
  padding-top: 29rem;
}
.longarrowone {
  position: relative;
}
.tophoriline {
  width: 35px;
  height: 1px;
  background-color: #4473c5;
  position: absolute;
  top: -120px;
  right: -5px;
}
.topbtmvertiline {
  width: 1px;
  height: 868px;
  background-color: #4473c5;
  position: absolute;
  top: -120px;
  right: -5px;
}
.btmhoriline {
  width: 80px;
  height: 1px;
  background-color: #4473c5;
  position: absolute;
  bottom: -46.7rem;
  right: -84px;
}

.longarrowone.longarrowtwo .tophoriline {
  right: -20px;
}
.longarrowone.longarrowtwo .topbtmvertiline {
  right: -20px;
  height: 2084px;
}
.longarrowone.longarrowtwo .btmhoriline {
  bottom: -122.8rem;
  right: -19px;
  width: 80px;
}

.longarrowone.longarrowthree .tophoriline {
  left: -6rem;
  right: initial !important;
  top: -28.85rem;
  width: 89px;
}
.longarrowone.longarrowthree .topbtmvertiline {
  left: -8px;
  right: initial !important;
  height: 692px;
  top: -28.75rem;
}
.longarrowone.longarrowthree .btmhoriline {
  bottom: -14.5rem;
  left: -8px;
  right: initial !important;
  width: 37px;
}
.separ02 {
  width: 100%;
  height: 12.5rem;
}

.disclaimerbox {
  width: 100% !important;
  background-color: rgba(255, 162, 34, 0.84) !important;
}
.disclaimerbox p {
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-bottom: 0.43rem !important;
  color: #fff !important;
}
.clearboth {
  clear: both;
}
.vline1-mob2 {
  left: 6px !important;
}
.longarrowone.longarrowtwo {
  position: relative;
}

#individual table.mnthlytab tr td,
#individual table.mnthlytab tr th {
  padding: 7px 5px !important;
  vertical-align: middle;
}
.tabletitletop {
  font-size: 16px !important;
  color: #000 !important;
  text-align: center;
}
#individual table.mnthlytab tr td.splprc {
  font-size: 18px !important;
}
#individual .table-responsive {
  min-height: 380px;
}
#individual .trl {
  margin-bottom: 40px !important;
}
#individual .incllistsec {
  width: 570px;
  margin: 0 auto 3rem;
}
#individual .incllistsec li {
  font-size: 14px;
  color: #454545;
  font-weight: 300;
}

.singlsec {
  padding: 20px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.singlsec h3 {
  font-size: 21px;
  min-height: 240px;
  color: rgba(0, 108, 255, 1);
  line-height: 27px;
  padding-bottom: 0px;
}
.singlsec img {
  border: 2px solid #f2f2f2;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  padding: 2px;
}
.singlsec p {
  font-size:17px;
  line-height: 26px;
}
.singlsec button {
  border-radius: 0px;
  width: 100%;
  display: inline-block !important;
  text-align: center;
  background-color:#007BFF;
  border: none;
  color: #fff;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight:700;
  padding: 7px 25px;
  cursor: pointer;
  text-transform: uppercase;
  min-width: auto;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0px 0px 1px 15px rgb(25 30 33 / 0%);
}
button.popbt {
  min-width: auto;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 0 !important;
  text-align: center;
  margin: 0 !important;
  font-size: 28px !important;
  background-color: transparent;
  color: #333;
  border: none !important;
}
.onlymodlwidthspec .modal-dialog {
  max-width: 100%;
}
a.ppbutn {
  background-color: #ff0000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.auto_open .popmake {
  text-align: center;
  background: url("../images/blgbutback.jpg") no-repeat center top !important;
  padding: 100px 0 !important;
  background-size: cover !important;
}
.auto_open .popmake p {
  color: #fff !important;
  text-align: center;
  padding: 0 70px 30px;
  font-size: 30px;
  line-height: 36px;
}
.auto_open .popmake ul li {
  color: #fff !important;
}

.autopopmod {
  background: rgba(255, 255, 255, 0.6);
}
.autopopmod .modal-dialog {
  max-width: 60%;
  border-radius: 20px;
}
.autopopmod .modal-body {
  padding: 0;
  border-radius: 0;
}
.autopopmod .modal-content {
  border-radius: 20px;
}
.autopopmod a.ppbutn {
  background-color: #ff0000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.popmake2 {
  text-align: center;
  background: url("../images/blgbutback.jpg") no-repeat center top !important;
  padding: 50px 0 !important;
  border-radius: 18px;
}
.popmake2 {
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
}
.popmake2 p {
  color: #fff;
  text-align: center;
  padding: 0 70px 30px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}
.popmake2 .popmake-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0.5em;
}

.splfrmdesign .frmstg h3 {
  font-size: 24px;
}
.splfrmdesign .gform_wrapper label {
  font-size: 18px !important;
}
.splfrmdesign .frmstg .appointment_form .form-group select.marbot {
  font-size: 18px;
}
.frmstg .appointment_form .form-group.onlyservcsecsn {
  margin: 20px 0;
}
.splfrmdesign .frmstg {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 15px;
}
.splfrmdesign input.newdesnsub {
  background-color: rgba(255, 162, 34, 1);
  border: solid 1px rgba(255, 162, 34, 1);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.single-logo-container {
  text-align: center;
}
.single-logo-container img {
  display: inline-block !important;
}

.ppmain h5 {
  text-transform: uppercase;
  padding-top: 25px;
}

.slick-track {
  /* transform:none !important; */
}

#pum-3712 {
  background-color: rgba(0, 0, 0, 0.5);
}
#popmake-3712 {
  padding: 30px 0 !important;
  background: url("../images/oandpopnew3.jpg") no-repeat !important;
}
img.poplogonew {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 200px;
}
.splpopclas {
  padding: 0 50px;
}
.splpopclas .popltimag {
  background-color: #fff;
  border: 5px solid #fff;
}
.splpopclas .popltimag img {
}
.splpopclas .agndatxt h5 {
  color: #333;
}
.splpopclas .agndatxt p {
  color: #333 !important;
  text-align: left;
  font-size: 15px;
  padding-left: 0;
  line-height: 24px;
  padding-bottom: 0px;
  padding-right: 0;
}
.splpopclas .agndatxt p a.popnewbtn_style {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background-color: #ffa222;
  border: #ffa222;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 11px 20px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 170px;
  transition: all 0.4s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0 0 1px 15px rgba(25, 30, 33, 0);
}
.splpopclas .agndatxt p.orgtxt {
  color: #ffa222 !important;
  font-weight: 700;
  font-size: 18px;
}
.splpadup {
  padding-top: 250px !important;
}
.splpopclas .agndatxt ul {
  margin-left: 0;
}
.splpopclas .agndatxt ul li {
  padding: 9px 0 9px 30px;
  color: #000;
  list-style-type: none;
  background: url("../images/orgbult.png") no-repeat left 9px;
  background-size: 17px;
  font-size: 17px;
  line-height: 23px;
}

.thankbk p {
  color: #000;
}
.thankbk ul {
  margin-left: 0;
}
.thankbk ul li {
  font-size: 18px;
  padding: 7px 0 7px 25px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  list-style-type: none;
  background: url("../images/orgbult.png") no-repeat left 10px;
  background-size: 16px;
}

.boxallnedesn {
  margin-top: 50px;
}
.frnnewboxdesgn {
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 6px 37px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  border-radius: 15px;
}
.frnnewboxdesgn p {
  padding: 40px 15px;
  text-align: center;
  line-height: 28px !important;
  font-size: 20px !important;
  margin-bottom: 0;
  font-weight: 400 !important;
  text-transform: capitalize;
  min-height: 170px;
  position: relative;
}
.frnnewboxdesgn p span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.frnnewboxdesgn h3 {
  background-color: #006cff;
  padding: 10px;
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 0 0 15px 15px;
  position: relative;
}
.frnnewboxdesgn h3 span.ancrsm {
  width: 35px;
  height: 35px;
  background-color: #006cff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  right: 45%;
  top: -40px;
  position: absolute;
  line-height: 35px;
}
.maintxtsecnew h2 span {
  color: #fd8018;
}
.maintxtsecnew {
  padding-top: 0px;
  margin-bottom: 30px;
}
.mainhdsignprc {
  margin-top: 30px;
}
.mainhdsignprc p {
  text-align: left !important;
}
.singlmembrimg {
  margin-bottom: 30px;
  margin-top: 0px;
  box-shadow: 0px 6px 37px rgba(0, 0, 0, 0.1);
  padding: 15px 0 0 0;
  border-radius: 15px;
}
.singlmembrimg span {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  background-color: #006cff;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  font-weight: 600;
  font-size: 16px;
}
.snglmembrrttxt {
  box-shadow: 0 0 7px #ccc;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
}
.snglmembrrttxt ul {
  padding-bottom: 0 !important;
}
ul.linonlylist li {
  width: auto !important;
  display: inline-block !important;
  padding-left: 0 !important;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
  margin-right: 30px;
  padding: 10px 20px !important;
  border-radius: 5px;
}
ul.linonlylist li:before {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  background-color: transparent !important;
}
ul.linonlylist li a i {
  color: #fd8018;
  font-weight: 600;
}
.snglmembrrttxt p span {
  color: #212529 !important;
  font-size: 30px;
  font-weight: 600 !important;
}
ul.frgnlist li span {
  color: #fd8018 !important;
  font-weight: 500 !important;
}
.allinrbxnewmulty {
}
.allinrbxnewmulty span.smllin {
  width: 100px;
  height: 5px;
  background-color: #006cff;
  display: inline-block;
  margin: 35px 0;
}
.pricnallpg p {
  font-size: 18px !important;
}

/*=====================FAQ============================*/
/* .faqpagemaindivi{margin:0;}
.faqpagemaindivi .col-sm-4{padding:0;} */
p.faqques {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 0px;
  min-height: 120px;
  position: relative;
}
.plusminus {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #fd7e14;
  color: #fff !important;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
}
p.faqques a {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  white-space: normal;
  font-weight: 500;
  min-height: 100px;
}
p.faqques a:hover {
  background-color: #fff;
  color: #000;
}
p.faqques a:active {
  background-color: #fff !important;
  color: #000 !important;
}
p.faqques a:focus {
  border: none;
  box-shadow: none;
  background-color: #fff;
  color: #000;
}
p.faqques a:focus-visible {
  border: none;
  box-shadow: none;
}
.faqans {
  /* position:absolute;z-index:99; */
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.faqans .card-body {
  padding: 10px; /* border-radius: 0; */
}
.faqans .card-body p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.col-sm-4:nth-child(even) p.faqques {
  background-color: #006cff !important;
  border-top: 5px solid #006cff;
  border-radius: 5px;
}
.col-sm-4:nth-child(even) p.faqques a {
  background-color: #006cff !important;
  color: #fff;
}
.col-sm-4:nth-child(even) p.faqques a:active {
  color: #fff !important;
  border: none;
}
.col-sm-4:nth-child(odd) p.faqques {
  background-color: #fff !important;
  border-top: 5px solid #006cff;
  border-radius: 5px;
}
.col-sm-4:nth-child(odd) p.faqques a {
  color: #333;
}
.col-sm-4:nth-child(odd) p.faqques a:active {
  border: none;
}
#faq_1,
#faq_2,
#faq_3,
#faq_4,
#faq_5,
#faq_6,
#faq_7,
#faq_8,
#faq_9,
#faq_10,
#faq_11,
#faq_12,
#faq_13,
#faq_14,
#faq_15,
#faq_16,
#faq_17,
#faq_18,
#faq_19,
#faq_20,
#faq_21 {
  position: absolute;
  z-index: 99;
  top: 115px;
  left: 15px;
  background-color: #fff;
  width: 92%;
}
/*=========================END FAQ=======================*/

.singlefqback {
  padding: 100px 0 !important;
}
.singlefqback h2 {
  color: #fff;
}
/* .singlefqback .frmstg{background: rgba(0,0,0,.7) !important;padding:50px 0;} */
.singlefqback .frmstg p {
  margin-bottom: 0;
}
.singlefqback a.fqgobutn {
  background-color: #007BFF !important;
  font-family: "Josefin Sans",sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 0 !important; 
  padding: 10px 30px 5px;
  min-width: 300px;
  display: inline-block;
  color: #fff;
  line-height: 36px;
}

.popboxfreecall .modal-header {
  background-color: #006cff;
  border-radius: 5px 5px 0 0;
}
.popboxfreecall .modal-header h5 {
  color: #fff !important;
}
.poptxtonlyfreebutn {
  padding: 30px 15px !important;
}
.poptxtonlyfreebutn p {
  font-size: 13px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 20px !important;
}
.poptxtonlyfreebutn p input.popchkbx {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 3px !important;
}
.poptxtonlyfreebutn a {
  margin-left: 0 !important;
}

.onlymainpgtxt ul.coloadlist li {
  width: 100%;
}

.allcortrsndancr {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 10px;
}
a.corpotransbutn {
}

/* li.newnavmenu a.newcls {
  border-radius: 5px !important;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 108, 255, 1);
  border: solid 1px rgba(0, 108, 255, 1);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 11px 20px;
  cursor: pointer;
  text-transform: capitalize;
  min-width: 170px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.75, 1);
  box-shadow: 0 0 1px 15px rgba(25, 30, 33, 0);
} */

/*Chiranjibi 22.04.24*/
#servicepayModal {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}
#servicepayModal input[type="text"],
#servicepayModal input[type="email"] {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
  background: transparent !important;
  padding: 5px;
}
#servicepayModal label {
  font-size: 14px;
}
#servicepayModal input[type="submit"] {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 20px;
  background: rgba(0, 108, 255, 1);
  color: #fff;
  transition: all 0.4s ease-in-out;
  margin: 25px 0px 0px 0px;
}
#servicepayModal input[type="submit"]:hover {
  background-color: #000;
  border-radius: 5px;
}
#servicepayModal .modal-body {
  display: flex;
  justify-content: space-between;
}

#servicepayModal .modal-body .form-group {
  width: 48%;
}

.frm_bx {
  display: flex;
  background: #f9f9f9;
  justify-content: center;
}
#servicepayModal form {
  width: 100%;
  padding: 25px 10px;
  background: #fff;
  justify-content: space-between;
}

#servicepayModal .form_column {
  display: flex;
  justify-content: space-between;
}
#servicepayModal .modal-header {
  background: rgba(0, 108, 255, 1);
}
#servicepayModal .modal-title {
  color: #fff;
}
#servicepayModal .close span {
  color: #fff;
}
#servicepayModal form input[type="submit"],
.uploadfrmcls form input[type="submit"] {
  padding: 10px 30px !important;
  font-size: 14px !important;
  min-width: unset;
}
#servicepayModal form .form-group,
.uploadfrmcls form .form-group {
  margin-bottom: 0px !important;
}

.uploadfrmcls form input[type="file"] {
  font-size: 14px;
}
.uploadfrmcls form {
  display: flex;
  align-items: center;
  border: 1px solid rgba(139, 139, 139, 0.1);
  margin: 100px 0px;
  padding: 50px 25px;
  background: #fff;
  border-radius: 10px;
}

#servicepayModal form .form-group.onlycardnum {
  margin: 15px 0 !important;
  width: 100% !important;
}
#servicepayModal form .form_column.crddetails .form-group {
  width: 30%;
}
#servicepayModal .modal-content {
  border-radius: 15px !important;
}
#servicepayModal .modal-content .modal-header {
  border-radius: 15px 15px 0 0 !important;
}

.advsrpagesplgap{padding:50px 0;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #individual .table-responsive {
    min-height: 408px;
  }
  .alltabcntn .tab button {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .flowchartcontainer {
    width: 1058px !important;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .horilineone {
    width: 52%;
  }
  .blueboxone {
    margin: 0 auto !important;
  }
  .diamondright {
    left: 1rem;
    margin: 0 auto !important;
  }
  .alltabcntn .tab button {
    width: 50%;
    padding: 15px 10px;
    font-size: 14px;
  }
  #individual .table-responsive {
    min-height: 100px !important;
  }
}

@media (max-width: 767px) {
  .flowchartcontainer {
    width: 1080px !important;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 5rem !important;
  }
  .horilineone {
    width: 52%;
  }
  .vline1-mob {
    margin-left: 9rem !important;
  }

  .blueboxone {
    margin: 0 auto !important;
  }
  .diamondright {
    left: 1rem;
    margin: 0 auto !important;
  }
  .longarrowone.longarrowthree .tophoriline {
    top: -30.6rem;
  }
  .longarrowone.longarrowthree .topbtmvertiline {
    top: -30.6rem;
  }
  .longarrowone.longarrowthree .btmhoriline {
    bottom: -12.7rem;
  }
  .tophoriline {
    width: 70px;
  }
  .longarrowone.longarrowtwo {
    width: 100%;
  }

  .tabletitletop {
    font-size: 14px !important;
  }
  .alltabcntn .tab button {
    width: 100%;
  }
  .mnthlytbl p {
    line-height: 22px !important;
  }
  #individual .table-responsive {
    min-height: 100px !important;
  }
  #individual .incllistsec {
    width: 82%;
    margin: 0 auto 1.5rem;
  }
  .singlsec {
    margin-bottom: 30px;
  }
  .portrait {
    margin-top: 270px;
  }
  .autopopmod .modal-dialog {
    max-width: 100%;
  }
  .popmake p {
    padding: 0 10px 30px;
    font-size: 20px;
    line-height: 27px;
  }
  .popmake2 p {
    padding: 0 10px 30px;
    font-size: 20px;
    line-height: 27px;
  }
  .splfrmdesign .frmstg h3 {
    font-size: 18px;
  }
  .splfrmdesign .frmstg .appointment_form .form-group select.marbot {
    padding-right: 25px !important;
  }
  .splpopclas {
    padding: 0 20px;
  }
  .agndatxt {
    padding-top: 20px;
  }
  .splpopclas .agndatxt p.orgtxt {
    font-size: 16px;
  }
  .splpopclas .agndatxt p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .newtku {
    padding-top: 240px !important;
  }
  #popmake-3712 {
    background: rgba(255, 255, 255, 0.95) !important;
  }
  .thispagebtntxt {
    width: 100% !important;
    padding: 10px !important;
  }
  .inner_content ul li {
    padding-right: 0 !important;
  }
  #servicepayModal .crddetails label {
    min-height: 57px;
  }
}
