@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* FONT FAMILY */

/* font-family: 'Montserrat', sans-serif; */
:root {
  --primary-color: #20268C;
  --secondary-color: #2B308C;
  --third-color: #8083BF;
  --forth-color: #07F29C;
  --basic-color: #0D0D0D;
}

html {
  scroll-behavior: smooth;
}

.menu-wrap {
  position: relative;
}

.sf-menu {
  position: static;
  float: none;
}

.sf-menu li {
  white-space: normal;
  position: static;
}

.sf-menu>li>ul {
  width: 220px;
  left: auto;
}

.sf-menu>li>ul li .sf-with-ul::after {
  font-family: "FontAwesome";
  content: "";
  /* right: 1em; */
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 1280px) {
  .toggle-mnu {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 1279px) {

  .toggle-mnu,
  #menu,
  html.mm-blocking #mm-blocker {
    display: none;
  }

  html.mm-opening .mm-slideout {
    transform: translate(0px, 0px);
  }

  .brand-logo-mobile {
    display: none;
  }
}

@media (max-width: 1279px) {
  .sf-menu {
    display: none;
  }

  .brand-logo-mobile {
    display: block !important;
    padding: 10px 0;
  }

  .brand-logo-mobile img {
    width: 130px;
  }

  .menu-title-lower {
    margin-top: 70px !important;
    margin-left: 23px;
  }
}

.toggle-mnu {
  width: 28px;
  height: 28px;
  margin-top: 14px;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 1;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #666;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content {
  width: 100%;
  min-height: 100vh;
  background-color: #f0f0f0;
}

/* MY MENU CSS */

.full-menu {
  width: 100%;
  text-align: center;
  position: fixed;
  background: #fff;
  z-index: 11;
}

.full-menu .sf-menu {
  margin: 0;
}

.full-menu .sf-menu ul {
  background-color: #fff;
}

.full-menu .sf-menu li {
  float: none;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}

.full-menu .sf-menu li a {
  color: #333;
}

.full-menu .sf-menu .underline::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #2d3097;
  transition: width 0.3s;
  position: relative;
  top: 18px;
}

.full-menu .sf-menu .underline:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.mm-prev::after {
  content: "BACK";
  position: absolute;
  top: 9px;
  font-size: 12px;
  left: 35px;
}

.brand-logo-desktop {
  padding: 16px 6px 16px 10px;
  float: left;
  height: 100%;
  margin-top: 1px;
  /* width: 137px; */
  width: 215px;
}

.brand-logo-mobile {
  display: none;
}

#menu {
  z-index: 1;
}

.mm-listview a {
  font-size: 14.5px;
}

.sf-mega {
  background-color: #fff;
  border-top: solid 2px #e3e3e3;
}

.sf-menu .sf-mega {
  height: 100vh;
}

.my-mega-menu {
  text-align: left;
  font-size: 12px;
}

.my-mega-menu ul {
  display: block;
  box-shadow: none;
  margin-top: 25px;
  margin-left: 12px;
}

.my-mega-menu ul li {
  display: inline-block;
  width: 100%;
  background-color: transparent !important;
  text-align: left !important;
  padding: 1.3px 0px;
}

.my-menu-title h2 {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.my-menu-title p {
  text-align: left;
  margin-top: 25px;
  font-size: 12px;
}

.my-menu-title h2::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #2d3097;
  position: absolute;
  bottom: -10px;
}

.menu-title-lower {
  text-align: left;
  margin-top: 25px;
}

.menu-title-lower button {
  border: none;
  margin-top: 15px;
}

.menu-title-lower button a {
  padding: 6px 30px !important;
  background: #2d3097;
  color: #fff !important;
  font-size: 12px;
}

.menu-title-lower h3 {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

/* MY MENU CSS END */

/* SLIDER LOWER SECTION */

.slider-lower {
  padding-top: 60px;
}

.icon-main {
  width: 100%;
  text-align: center;
}

.icon-main p {
  color: #333;
}

/* SLIDER LOWER SECTION CSS END*/

/* SERVICE SECTION */

.service-section {
  padding-top: 60px;
}

.service-img img {
  width: 100%;
}

.service-content {
  padding: 22px 0;
}

.service-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.service-content p {
  margin: 8px 0;
  color: #000;
}

.title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

/* SERVICE SECTION CSS END */

/* AD SECTION */

.ad-section {
  background-color: #f1f1f1;
}

.ad-section-img {
  position: relative;
}

.heading p {
  margin-top: 20px;
  /* padding: 20px 10px; */
  text-align: justify;
}

.ad-content {
  position: absolute;
  top: 37%;
  left: 7%;
}

.ad-content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.ad-content a {
  background: #000;
  color: #fff;
  padding: 10px 25px;
  margin-top: 15px;
  float: left;
}

.ad-content a:hover {
  color: #fff;
  font-weight: 600;
  transition: 0.6s;
}

/* AD SECTION CSS END */

/* FOOTER SECTION */

.footer-main {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-top: 50px;
  padding-bottom: 0;
}

.footer-head h2 {
  font-size: 18px;
  font-weight: 600;
  color: #616161;
}

.footer-links ul {
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  line-height: 2;
}

.footer-links a {
  color: #616161;
  font-size: 14px;
}

.lastfoot {
  background-color: #1c1c1c;
  margin-top: 20px;
  padding: 10px 0px;
}

.lastfoot p {
  text-align: center;
  padding: 0px;
  color: #fff;
  margin: 0px;
  font-size: 14px;
}

.copy {
  position: absolute;
  right: 0;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  margin: 0px;
  font-size: 14px
}

.footer-contact-details .media-body p {
  color: #616161;
  font-size: 14px;
}

/* footer content added  */
.footer-content {
  text-align: center;
  padding: 30px 5px;
  color: #616161;
  font-size: 15px;

}

.contact-deatils {

  color: #616161;
  font-size: 14px;
}

/* FOOTER CSS END */

/* Sticky Start */
.sticky-social {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
}

.sticky-social ul li {
  padding: 10px;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 9px #161745;
  background: #2d3097;
}

.sticky-social ul li a {
  font-size: 16px;
  color: #fff;
}

.sticky-social ul li span {
  position: absolute;
  background: #2d3097;
  color: #fff;
  padding: 10px 0;
  left: -130px;
  top: 0;
  font-size: 16px;
  width: 140px;
  transition: all 1s;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}

.sticky-social ul li:hover span {
  left: 100%;
}

.sticky-social ul li:hover {
  border-radius: 0 !important;
}

#sticky-enquiry {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 10;
}

#mobile-social-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
  display: none;
}

#mobile-social-sticky span {
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #39b54a;
  font-size: 20px;
  border-radius: 5px;
}

.sticky-social ul {
  list-style: none;
  padding: 0;
}

/* Sticky End */
/* SLIDER CSS */

@media only screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
}

.container-slider {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .container {
    border-radius: 0;
  }
}

.slider {
  display: -webkit-box;
  display: flex;
  width: 500%;
  height: 500px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 1000px) {
  /* .slider {
    height: 100vh;
  } */
}

.slider .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 650px) {
  .slider .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

.slider .box .bg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55%;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

@media only screen and (max-width: 800px) {
  .slider .box .bg {
    width: 65%;
  }
}

@media only screen and (max-width: 650px) {
  .slider .box .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.slider .box .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  pointer-events: none;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

@media only screen and (max-width: 650px) {
  .slider .box .bg::before {
    width: 120%;
    bottom: 0;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.slider .box .details {
  padding: 5rem;
  padding-left: 10rem;
  z-index: 100;
  grid-column: 1 / span 1;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 650px) {
  .slider .box .details {
    grid-row: 2 / span 1;
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px 0;
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
    margin-top: 32%;
  }
}

.slider .box .details h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.slider .box .details span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-bottom: 2rem;
  margin-right: 5rem;
}

@media only screen and (max-width: 800px) {
  .slider .box .details p {
    margin-right: 0;
  }
}

.slider .box .details button {
  padding: 12px 25px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider .box .details button:hover {
  opacity: 0.8;
}

.slider .box .details button:focus {
  outline: none;
  border: none;
}

/* .slider .box1 {
  background-color: #500033;
} */

.slider .box1 .illustration .inner {
  background-color: #ff0077;
}

.slider .box1 .illustration .inner::after,
.slider .box1 .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}

.slider .box1 button {
  background-color: #000;
}

/* .slider .box2 {
  background-color: #000050;
} */

.slider .box2 .illustration .inner {
  background-color: #0033ff;
}

.slider .box2 .illustration .inner::after,
.slider .box2 .illustration .inner::before {
  background-color: rgba(0, 51, 255, 0.4);
}

.slider .box2 button {
  background-color: #000;
}

/* .slider .box3 {
  background-color: #00501d;
} */

.slider .box3 .illustration .inner {
  background-color: #00ff44;
}

.slider .box3 .illustration .inner::after,
.slider .box3 .illustration .inner::before {
  background-color: rgba(0, 255, 68, 0.4);
}

.slider .box3 button {
  background-color: #000;
}

/* .slider .box4 {
  background-color: #554d00;
} */

.slider .box4 .illustration .inner {
  background-color: #ff4e00;
}

.slider .box4 .illustration .inner::after,
.slider .box4 .illustration .inner::before {
  background-color: rgba(255, 78, 0, 0.4);
}

.slider .box4 button {
  background-color: #000;
}

/* .slider .box5 {
  background-color: #300050;
} */

.slider .box5 .illustration .inner {
  background-color: #8000ff;
}

.slider .box5 .illustration .inner::after,
.slider .box5 .illustration .inner::before {
  background-color: rgba(128, 0, 255, 0.4);
}

.slider .box5 button {
  background-color: #000;
}

.slider .illustration {
  grid-column: 2 / -1;
  grid-row: 1 / -1;
  justify-self: center;
}

@media only screen and (max-width: 650px) {
  .slider .illustration {
    grid-row: 1 / span 1;
    grid-column: 1 / -1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

.slider .illustration div {
  height: 25rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #ff0077;
  position: relative;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media only screen and (max-width: 800px) {
  .slider .illustration div {
    height: 20rem;
    width: 15rem;
  }
}

.slider .illustration div::after,
.slider .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}

.slider .illustration div::after {
  -webkit-transform: translate(4rem, -1rem);
  transform: translate(4rem, -1rem);
}

.slider .illustration div::before {
  -webkit-transform: translate(2rem, -2rem);
  transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail {
  z-index: 10000;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 650px) {

  .prev,
  .next {
    display: block;
    width: 50px;
    height: 30px;
  }

  .trail {
    display: none !important;
  }

  .slider .illustration div {
    height: 15rem;
  }

  .slider .box .details h2 {
    font-size: 22px;
  }
}

.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trail {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
}

@media only screen and (max-width: 650px) {
  .trail {
    width: 90%;
    bottom: 4%;
  }
}

.trail div {
  padding: 2rem;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trail div:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 650px) {
  .trail div {
    padding: 1rem;
  }
}

.active {
  opacity: 1 !important;
}

/* LANDING PAGE CSS END */

/* INCOME TEX PAGE CSS START */

.incometex-menu a {
  padding: 0 15px !important;
}

.incometex-menu .brand-logo-desktop {
  padding: 16px 6px 16px 10px;
  float: left;
  height: 100%;
  margin-top: 1px;
  /* width: 160px; */
  width: 215px;
}

.sf-menu .site-name a {
  font-weight: 700;
  border-left: solid 2px #333 !important;
  font-size: 15px;
}

.icon-main img {
  width: 50px;
  height: 50px;
}

.carousel-inner img {
  /*height: 100vh !important; */
  width: 100% !important;

}

.my-slider .carousel-inner img {
  margin-top: 45px;
}

.sf-menu>li>a {
  font-size: 13px !important;
}

/* INCOME TEX PAGE CSS END */

/* Inner Page Section Start */

.inner-page-section {
  /* padding-top: 70px; */
}

.inner-page-content-main h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.more-details p {
  color: #05f1a7;
}

.more-details p strong {
  color: #333;
  font-style: italic;
}

.pricing {
  background-color: #f0f0f0;
  padding: 1px 0;
}

.pricing .p-section .serviceheader h1 {
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.pricing .p-section {
  margin-bottom: 60px;
  margin-top: 65px;
}

.pricing .p-section .serviceheader p {
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.pricing .p-section .p-content h4 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing .p-section .p-content h2 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing .p-section .p-content h2 span {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.pricing .p-section .p-content h3 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing .p-section .p-content .Pricinglist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.pricing .p-section .Pricinglist ul li {
  border: solid 1px #f0f0f0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing .p-section .allheader {
  background-color: #2d3097;
  padding-top: 1px;
  padding-bottom: 1px;
}

.pricing .btn-success {
  color: #fff;
  background-color: #05f1a7;
  border-radius: 0;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 13px 22px;
  border: none;
}

.pricing .p-content {
  width: 100%;
  display: inline-table;
  text-align: center;
}

.pricing .headerline {
  width: 30px;
  height: 3px;
  background: #05f1a7;
  margin: 0 auto;
}

.allheader .headerline {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.headerbg {
  background: #2d3097d9;
  float: left;
  padding-bottom: 8px;
  margin: 0 0 10px 0px;
  width: 100%;
}

.why-register {
  padding: 50px 0;
}

.why-register .heading {
  margin-bottom: 40px;
}

.why-register ul li {
  list-style: none;
}

.why-register ul li .fa {
  color: #2d3097;
}

.heading h2 {
  text-align: center;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  margin-top: 25px;
}

.heading h2::before {
  width: 30px;
  height: 3px;
  background-color: #05f1a7;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.process-registration {
  padding-top: 50px;
}

.process-main {
  position: relative;
  border: solid 2px #ddd;
  padding: 30px 15px;
  border-right: 0;
  margin-top: 50px;
}

.process-main-last {
  border-right: solid 2px #ddd !important;
}

.process-registration .col-md-3 {
  padding: 0;
}

.step {
  position: absolute;
  top: 10px;
  right: 10px;
}

.step h2 {
  font-size: 16px;
  font-weight: 700;
  color: #05f1a7;
}

.next-icon {
  position: absolute;
  right: -21px;
  top: 45%;
  background: #05f1a7;
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 1;
}

.next-icon span {
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 5px;
}

.next-icon span::before {
  margin: 0;
}

.process-content {
  text-align: center;
}

.process-content h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.process-content p {
  font-size: 14.5px;
  margin: 0px;
}

.process-icon {
  text-align: center;
}

.process-icon span {
  color: #333;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.5);
  text-align: center;
  display: inline-table;
  border: solid 2px #fff;
  line-height: 84px;
}

.process-icon span::before {
  margin: 0;
  font-size: 50px;
}

/* contact Box */


/* social Icon */
.icons-container {
  margin-top: 40px;
  padding: 0;
}

.item-social {
  text-align: left;
  color: #2D3097;
  padding: 20px 10px;
  font-size: 20px;
}

.item-social .fa:hover {
  color: #05F1A7;
  /* font-size: 30px; */
  transition: .5s;
}

/*--=====================Contact Page Css======================--*/
.design_bg {
  background-color: #f0f0f0;
  font-family: Poppins;
}

.fa-map-marker {
  padding-right: 2px:
}

.heading_h4 {
  margin-top: 80px !important;
  color: #333 !important;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 16px;
}

.paragraph_p1 {
  font-size: 15px;
  margin-left: 30px;
}

.paragraph_p2 {
  font-size: 15px;
  margin-left: 30px;
  color: #05f1a7;
}

.paragraph_p2:hover {
  text-decoration: none;
  color: #05f1a7;
}

.paragraph_pp {
  margin-top: 88px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333;
  font-family: Poppins;
  line-height: 20px;
}

.paragraph_pp1 {
  margin-top: 15px;
  font-size: 16px;
  margin-left: 0px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333;
  font-family: Poppins;
  line-height: 20px;
}

.paragraph_a {
  font-size: 15px;
  margin-left: 30px;
  color: #000000;
}

.paragraph_a:hover {
  text-decoration: none;
  color: #000;
}

.form_bg {
  background-color: #ffffff;
  margin-top: 70px;
  width: 450px;
  height: 420px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.label_content {
  padding: 20px;
}

.label_design {
  padding: 15px;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.send_button {
  padding: 10px 15px !important;
  font-size: 19px;
  background-color: #2d3097d9 !important;
  color: #ffffff !important;
  font-weight: lighter !important;
  font-family: Poppins;
}

.send_button:hover {
  color: #ffffff;
  text-decoration: none;
}

.contact-page {
  padding: 50px 0;
}

/* Contact Page CSS End */
/* NEW INNER PAGE CSS START */
.step-section {
  padding: 30px 0;
  background-image: radial-gradient(#f5f5f5 15%, transparent 5%), radial-gradient(#f5f5f5 15%, transparent 5%);
  background-color: #fff;
  background-position: 0 0, 50px 50px;
  background-size: 20px 20px;
  text-align: center;
}

.step-top-content h2 {
  font-size: 30px;
}

.steps-content p {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.step-main .arrow-right {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  right: -8px;
}

.all-step {
  padding-top: 15px;
}

.service-details {
  padding-top: 30px;
}

.left-navigation {
  position: sticky;
  position: -webkit-sticky;
  /* top: 0; */
  top: 61px;
}

.left-navigation li {
  background: #f7f7f7;
  border-radius: 3px;
  margin: 4px;
  transition: .2s ease-in-out;
  list-style: none;
}

.left-navigation li a {
  font-size: 16px;
  padding: 19px;
  display: block;
  font-weight: 600;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.left-navigation li a:hover {
  text-decoration: none;
}

.my-label {
  width: 100%;
}

.my-label input,
.my-label select,
.my-label textarea {
  padding: 12px 5px;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  width: 100%;
}

.service-middle-content .title-div h2 {
  font-size: 26px;
  font-weight: 600;
}

.section-one {
  padding-bottom: 30px;
}

.heading-text {
  font-size: 18px;
  font-weight: 600;
}

.form-title h2 {
  text-align: center;
  font-size: 20px;
}

.right-form-section {
  position: sticky;
  position: -webkit-sticky;
  /* top: 0; */
  top: 61px;

  padding: 25px 20px;
  border: solid 1px #ddd;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}

.submit-button {
  /* width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 22px; */
}

.submit-button button {
  border: none;
  background-color: #2d3097;
  padding: 10px 20px;
  width: 100%;
}

.submit-button button a {
  color: #fff;
}

.submit-button button a:hover {
  color: #fff;
  text-decoration: none;
}

.btn1 {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

/* Style the active class, and buttons on mouse-over */
/* .active, .btn1:hover {
  background-color: #666;
  color: white;
} */
.left-navigation .active {
  background-color: var(--primary-color);
  color: white !important;
}

#mailit_cont {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 22px;
}

/*---For mail----*/

#fade {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ababab;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .70;
  filter: alpha(opacity=80);
}

#modal {
  display: none;
  position: absolute;
  top: 25%;
  left: 45%;
  width: 100px;
  height: 100px;
  padding: 30px 15px 0px;
  border: 3px solid #ababab;
  box-shadow: 1px 1px 10px #ababab;
  border-radius: 20px;
  background-color: white;
  z-index: 1000000002;
  text-align: center;
  overflow: auto;
}

/* NEW INNER PAGE CSS END */

.my-slider .carousel-control-next-icon {
  background-image: url("../img/bootstrap-cu-icon/right-arrow.png");
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
}

.my-slider .carousel-control-prev-icon {
  background-image: url("../img/bootstrap-cu-icon/left-arrow.png");
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
  position: absolute;
  left: 10px;
}
