body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #85899E;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #121314;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
  }

  h1 span, h2 span, h3 span, h4 span {
  color: #4A63EF;
  }
  .heading h2 {
    font-size: 42px;
}
  .heading h4 {
    font-size: 18px;
    font-weight: 500;
    color: #4A63EF;
    text-transform: uppercase;
}
  .heading h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .section-bg {
    background: #EFF1FF;
  }
  .container {
    width: 100%;
    max-width: 1280px;
  }
  a {
    color: #4A63EF;
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  button {
    border: none;
    stroke: none;
    outline: none;
    background: transparent;
  }
.cta-btn {
    background: #4A63EF;
    color: #ffffff;
    font-weight: 500;
    padding: 18px 35px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 14px;
    line-height: 1.2;
}
.cta-btn.light {
    background: #FFDF3E;
    color: #000000;
}
.img-box, .img-col {
    line-height: 0;
}
.dark-col .spacer {
    background: #4A63EF;
    border-radius: 24px;
    padding: 70px 40px;
    color: #ffffff;
}
.light-col .spacer {
    background: #EFF1F5;
    border: 1px solid #D9D9D9;
    border-radius: 24px;
    padding: 70px 40px;
}
.light-col, .dark-col {
    display: flex;
}



header {
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px #0000000F;
}
header .row {
    justify-content: space-between;
    align-items: center;
}
header .row>* {
    max-width: max-content;
}
header .logo-brand img {
    width: 148px;
}
header .navbar {
    padding: 0;
    /* margin-left: auto; */
}
header .navbar-light .navbar-nav .nav-link {
    color: #0D1C37;
    padding: 28px .5rem;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
header .login-cta {
    background: #4A63EF;
    padding: 6px 20px;
    border: 3px solid #cccccc;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
header .login-cta span {
    display: inline-block;
    margin-right: 5px;
}
header .right-col a {
    margin-right: 8px;
}
header .right-col .bars-icon {
    margin-right: 0px;
    position: relative;
    padding: 28px 0rem;
}
header .right-col .bars-icon .dropdown-col {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    top: 100%;
    right: 0;
    margin-top: .125rem;
}

header .mobile-login-cta {
    display: none;
}


.hero-section {
    padding: 75px 0 0;
    background: #EFF1F5;
}
.hero-section h1 {
    font-size: 42px;
}
.hero-section p {
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
}

.hero-section .cta-btn {
    border: 1px solid #4A63EF;
    transition: 0.4s ease;
}
.hero-section .cta-btn:hover {
    background: transparent;
}


.about-section {
    padding: 40px 0 80px;
}
.about-section .text-box  p {
    margin-bottom: 18px;
}
.about-section .text-box ul {
    padding-left: 30px;
}
.about-section .text-box ul li {
    color: #000000;
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
}
.about-section .text-box ul li:before {
    content: "";
    background-image: url('../images/check-icon.svg');
    position: absolute;
    height: 22px;
    width: 22px;
    left: -30px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-section .top-links li a {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #DBD9D9;
    box-shadow: -2.96px -2.96px 10px 0px #4A63EF26;
    color: #000000;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1.2;
    transition: 0.4s all ease;
}
.about-section .top-links li a:hover {
    background: #4A63EF;
    color: #ffffff;
}
.about-section .top-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}


.why-choose-us-section {
    background: #EFF1F5;
    padding: 80px 0;
}
.why-choose-us-section .heading h2 {
    margin-bottom: 18px;
    text-align: center;
}
.why-choose-us-section .spacer {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 18px;
    margin-top: 30px;
}
.why-choose-us-section .spacer img {
    width: 50px;
    margin-bottom: 40px;
}
.why-choose-us-section .spacer h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.why-choose-us-section .spacer p {
    font-size: 16px;    
    margin-bottom: 0;
}
.why-choose-us-section .col {
    display: flex;
}



.price-section {
    padding: 80px 0;
}
.price-section .heading {
    max-width: 825px;
    margin: auto;
    text-align: center;
}
.price-section .navtabs {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 36px;
}
.price-section .navtabs .navtab.active, .price-section .navtabs .navtab:hover {
    background: #4A63EF;
    color: #ffffff;
}
.price-section .navtabs .navtab {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #DBD9D9;
    box-shadow: -2.96px -2.96px 10px 0px #4A63EF26;
    color: #000000;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1.2;
    transition: 0.4s all ease;
    margin: 0 7px;
    cursor: pointer;
}
.price-section .content {
    display: none;
}
.price-section .content.active {
    display: block;
}
.price-section .content .spacer {
    border: 1px solid #E6E7EE;
    border-radius: 12px;
    box-shadow: 0px 0px 16px 0px #00000017;
    transition: 0.4s all ease;
    cursor: pointer;
}
.price-section .content .spacer:hover {
    background: linear-gradient(152.92deg, #95A5FE -1.83%, #4A63EF 101.69%);
    color: #ffffff;
}
.price-section .content .spacer:hover h3 {
    color: #ffffff;
}
.price-section .content .spacer:hover sup {
    color: #ffffff;
}
.price-section .content .spacer:hover .features ul li {
    color: #ffffff;
}
.price-section .content .spacer:hover .bottom-col .price-cta {
    background: transparent;
    box-shadow: -2.96px -2.96px 10px 0px #4A63EF26;
}
.price-section .content .spacer .top-col {
    padding: 30px 20px 20px 20px;
    border-bottom: 1px solid #E6E7EE;
}
.price-section .content .spacer .bottom-col {
    padding: 20px 20px 25px 20px;
    border-top: 1px solid #E6E7EE;
}
.price-section .content .spacer h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.price-section .content .spacer h4 {
    font-size: 28px;
    font-weight: 800;
    display: inline-block;
    font-family: "Roboto", sans-serif;
}
.price-section .content .spacer sup {
    color: #4A63EF;
    top: -10px;
    font-size: 14px;
    left: 4px;
}
.price-section .content .spacer .features {
    padding: 20px;
}
.price-section .content .spacer .features ul li {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}
.price-section .content .spacer .features ul {
    padding-left: 30px;
}
.price-section .content .spacer .features ul li:before {
    content: "";
    background-image: url('../images/check-icon.svg');
    position: absolute;
    height: 16px;
    width: 16px;
    left: -30px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.price-section .content .spacer .features ul li:last-child {
    margin-bottom: 0px;
}
.price-section .content .spacer .bottom-col .price-cta {
    font-size: 14px;
    color: #ffffff;
    background: #4A63EF;
    width: 100%;
    display: block;
    padding: 14px 30px;
    text-align: center;
    border: 1px solid #DBD9D9;
    box-shadow: -2.96px -2.96px 10px 0px #4A63EF26;
    border-radius: 6px;
}


.get-started-section {
    background-image: url('../images/get-started-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
}
.get-started-section .text-col h4 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 26px;
}
.get-started-section .text-col h4 span {
    color: #FFDF3E;
}
.get-started-section .img-col {
    position: absolute;
    bottom: 0;
    height: auto;
}



.client-section {
    padding: 70px 0;
    background: #EFF1F5;
}
.client-section h2 {
    text-align: center;
}
.client-section .img-box {
    margin-top: 26px;
}

.testimonial-section {
    padding: 80px 0px;
}
.testimonial-section .spacer {
    background: #ffffff;
    border: 1px solid #E6E7EE;
    border-radius: 18px;
    padding: 32px 30px;
    margin: 0 12px;
    position: relative;
}
.testimonial-section .spacer:after {
    background-image: url('../images/quote-icon.svg');
    content: "";
    position: absolute;
    width: 35px;
    height: 30px;
    right: 8%;
    top: -12px;
    background-size: contain;
}
.testimonial-section .spacer img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #e6e6ee;
    margin-bottom: 40px;
}
.testimonial-section .spacer p {
    font-size: 16px;
}
.testimonial-section .spacer h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.2;
}
.testimonial-section .spacer span {
    font-size: 14px;
    color: #4A63EF;
}
.testimonial-section .slick-track {
    padding: 35px 0;
}

.testimonial-section .slick-prev, .testimonial-section .slick-next {
    width: 34px;
    height: 34px;
    top: -9%;
    font-size: inherit;
    background: #4A63EF;
    border-radius: 50px;
}
.testimonial-section .slick-prev {
    right: 6%;
    left: inherit;
}
.testimonial-section .slick-next {
    right: 2%;
}
.testimonial-section .slick-next:before, .testimonial-section .slick-prev:before {
    content: "";
    background-image: url('../images/right-icon-arrow.svg');
    width: 20px;
    height: 16px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial-section .slick-prev:before {
    transform: rotate(180deg);
}


  /* FAQ-CSs */
  .faq-section {
    padding: 100px 0;
  }
  .faq-section .heading {
    text-align: center;
    margin-bottom: 46px;
  }
.accordion {
    padding: 0;
    list-style: none;
  }
  .accordian-col {
    max-width: 750px;
    margin: auto;
}
li.accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
}
  .accordion-thumb {
    margin: 0;
    padding: 26px 0 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
    position: relative;
    font-family: "Roboto", sans-serif;
  }
  .accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
    right: 34px;
    position: absolute;
    border-color: #9296AA;
    top: 32px;
}
  .accordion-panel {
    margin: 0;
    padding-bottom: 0.8rem;
    display: none;
  }

/* FAQ-CSS-end */

section.hero-section.with-form {
    background-image: url('../images/start-up-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 55px;
    color: #ffffff;
}
.hero-section.with-form h1, .hero-section.with-form p {
    color: #ffffff;
    max-width: 635px;
    margin-bottom: 22px;
}
.hero-section.with-form ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
.hero-section.with-form ul li {
    margin-bottom: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.hero-section.with-form ul li:nth-child(odd) {
    padding-right: 5px;
}
.hero-section.with-form ul li:before {
    content: "";
    position: absolute;
    background-image: url('../images/check-icon.svg');
    height: 18px;
    width: 19px;
    top: 6px;
    left: 0;
    background-size: cover;
}

.hero-section.with-form .form-box h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 38px;
}
.form-box {
    max-width: 410px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #E6E7EE;
    padding: 36px 35px;
    margin: auto;
}
form .minput {
    position: relative;
    margin: 26px 0px;
}
.minput input {
    font-size: 17px;
    display: block;
    width: 100%;
    border: none; 
    border-bottom: 1px solid #dadada;
    padding: 6px;
}
.minput input[type="number"] {
    width: 60px;
    padding-right: 0;
}
input[type="number"] ~ .bar {
    width: 60px;
}
input[type="number"] ~ label {
    margin: 0;
}
.minput input:focus {
    outline: none;
}
.minput input#send {
    font-size: 14px;
    font-weight: 500;
    background: #4A63EF;
    display: block;
    width: 100%;
    padding: 12px 30px;
}
.minput button#send {
    font-size: 14px;
    font-weight: 500;
    background: #4A63EF;
    display: block;
    width: 100%;
    padding: 12px 30px;
    color: #fff;
}
.minput label {
    color: #85899E;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
form .minput .form-group label {
    position: relative;
}
form .minput .form-group .form-control {
    background-color: transparent !important;
    outline: none;
    stroke: none;
    box-shadow: none;
    border-color: #ced4da;
}
form .minput:last-child {
    margin-bottom: 0;
}
textarea:focus ~ label,
textarea:valid ~ label,
input:focus ~ label,
input:valid ~ label,
.up ~ label {
    top: -19px;
    font-size: 12px;
    color: #4A63EF;
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    background-color: #afafaf;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}
input[type=submit] {
    cursor: pointer;
    color: white;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background: #4A63EF;
    display: block;
    padding: 12px 30px;
}
/* Button radio/checkbox/select */

.control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
}
.control a {
    color: #4A63EF;
}
.control input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
}

.introduction-section {
    padding: 100px 0;
}
.introduction-section .heading h2 {
    margin-bottom: 65px;
}
.introduction-section .text-box ul {
    padding-left: 48px;
}
.introduction-section .text-box ul li {
    position: relative;
    margin-bottom: 38px;
}
.introduction-section .text-box ul li:last-child {
    margin-bottom: 0px;
}
.introduction-section .text-box ul li span {
    position: absolute;
    left: -48px;
}
.introduction-section .text-box ul li span img {
    width: 32px;
}
.introduction-section .text-box ul li h3 {
    font-size: 20px;
    font-weight: 600;
}
.introduction-section .text-box ul li p {
    margin-bottom: 0;
}

.two-col-section {
    padding: 100px 0;
}
.two-col-section .spacer h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 465px;
    margin-bottom: 26px;
}
.two-col-section .dark-col .spacer h2 {
    color: #ffffff;
    line-height: 1.5;
    max-width: 465px;
    margin-bottom: 26px;
    font-weight: 700;
}
.two-col-section .light-col .spacer h3 {
    color: #4A63EF;
}
.two-col-section .dark-col .spacer ul li {
    padding: 18px 0;
    border-bottom: 1px solid #F2F2F236;
}
.two-col-section .dark-col .spacer ul li:last-child {
    padding-bottom: 0;
    border: none;
}
.two-col-section .light-col ul {
    padding-left: 50px;
}
.two-col-section .light-col ul li {
    position: relative;
    padding: 7px 0;
}
.two-col-section .light-col ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #4A63EF;
    left: -35px;
    top: 15px;
}
.two-col-section .light-col ul li:last-child:before {
    content: none;
}
.two-col-section .light-col ul li span {
    background: #4A63EF;
    border: 3px solid #EFF1F5;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    align-content: center;
    line-height: 1;
    border-radius: 50px;
    font-weight: 500;
    position: absolute;
    left: -54px;
    top: 2px;
}
.two-col-section .light-col ul li h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.two-col-section .light-col ul li p {
    font-size: 16px;
}

.introduction-full-width-section {
    padding: 120px 0 100px;
}
.introduction-full-width-section .heading h2 {
    font-weight: 600;
    margin-bottom: 30px;
}
.introduction-full-width-section p a {
    text-decoration: underline;
}

.why-choose-us-section.section-bg {
    background: #EFF1FF;
}
.why-choose-us-section.section-bg .heading, .why-choose-us-section.consultant .heading {
    max-width: 640px;
    margin: auto;
}

.why-choose-us-section.section-bg .heading h2, .why-choose-us-section.consultant .heading h2 {
    font-size: 32px;
    font-weight: 600;
}

.document-section {
    padding: 120px 0 90px;
}
.document-section .doc-col {
    display: flex;
    flex-direction: column;
}
.document-section .doc-col .spacer {
    background: #ffffff;
    border: 1px solid #E6E7EE;
    box-shadow: 0px 0px 16px 0px #00000017;
    border-radius: 12px;
    margin-top: 30px;
    padding: 40px 30px;
    height: 100%;
    align-content: center;
    display: flex;
}
.document-section .doc-col .spacer p {
    margin-bottom: 0;    
    font-size: 20px;
}
.document-section .doc-col .spacer p b {
    color: #121314;
    font-weight: 400;
}
.document-section .doc-col .spacer span {
    background: #20F87B;
    max-width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    align-content: center;
    line-height: 30px;
    margin-right: 20px;
    width: 100%;
}

.why-choose-us-section.consultant {
    background: #ffffff;
    padding: 100px 0;
}
.why-choose-us-section.consultant .spacer {
    padding: 50px 0px;
}

.why-choose-us-section.about {
    background: #ffffff;
}
.why-choose-us-section.about .spacer {
    box-shadow: 0px 0px 16px 0px #00000017;
}
.story-section.about {
    background: #EFF1F5;
    padding: 80px 0;
}
.text-img-section {
    padding: 80px 0;
}
.text-img-section .row {
    align-items: center;
}
.two-col-section .dark-col .spacer h3 {
    color: #ffffff;
}


.counter-section {
    background: #4A63EF;
    padding: 80px  0;
}
.counter-section .heading {
	text-align: center;
}
.counter-section .heading h2 {
    color: #ffffff;
}
.counter-section .heading p {
	width: 812px;
	margin: 0 auto 30px auto;
    color: #ffffff;
}
.counter-section #counter {
	background: #fff;
	padding: 18px 0;
	border-radius: 18px;
	--bs-gutter-x: 3.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x)/-2);
	margin-right: calc(var(--bs-gutter-x)/-2);
	box-sizing: border-box;
}
.counter-section #counter .item {
	width: 33.33%;
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x)/2);
	padding-right: calc(var(--bs-gutter-x)/2);
	box-sizing: border-box;
	text-align: center;
    position: relative;
}
.counter-section #counter .item:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #eff1f5;
    top: 0;
    right: 2px;
    border-radius: 14px;
}
.counter-section #counter .item:last-child:after {
    content: none;
}
.counter-section #counter .item .number {
	display: flex;
	align-items: end;
	justify-content: center;
    color: #121314;
}
.counter-section #counter .item .counter-value {
	font-size: 38px;
	margin: 28px 0 0 0;
	font-weight: 600;
}
.counter-section #counter .item span {
	font-size: 38px;
	font-weight: 600;
}
.counter-section #counter .item  p {
    font-size: 17px;
}


.procedure-section {padding: 100px 0 130px;}
.procedure-section .heading {max-width: 638px;margin: auto;text-align: center;}
.procedure-section .procedure-col {margin-top: 30px;display: flex;}
.procedure-section .procedure-col .spacer {padding: 50px 30px;background: #ffffff;border: 1px solid #E6E7EE;border-radius: 18px;display: flex;}
.procedure-section .procedure-col .spacer p {margin-bottom: 0px;}
.procedure-section .procedure-col .spacer h4 {
    font-size: 20px;
    font-weight: 500;
}
.procedure-section .procedure-col .spacer h3 {background: #FFDF3E;width: max-content;border-radius: 6px;height: max-content;margin-right: 25px;}
.procedure-section .procedure-col .spacer h3 span {    
    height: 50px;
    width: 50px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Roboto';position: relative; 
    background: linear-gradient(90.19deg, #D9D9D9 -14.54%, #ffffff 75.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
}
/* .procedure-section .procedure-col .spacer h3 span:before {content: "";background: linear-gradient(271.19deg, #D9D9D9 42.46%, rgba(115, 115, 115, 0) 113.73%);
    position: absolute;top: 9px;right: 0;bottom: 0;left: 9px;
} */


.introduction-full-width-section.notice-rply .content {
    max-width: 1200px;
    margin: auto;
}
.introduction-full-width-section.notice-rply .content {
    font-size: 22px;
}
.introduction-full-width-section.notice-rply .notice-document-section {
    background: #232323;
    border: 1px solid #E6E7EE;
    box-shadow: 0px 0px 16px 0px #00000017;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 100px;
}
.introduction-full-width-section.notice-rply .notice-document-section .spacer {
    padding: 98px 20px;
    max-width: 1180px;
    margin: auto;
}
.introduction-full-width-section.notice-rply .notice-document-section .spacer h3 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}
.introduction-full-width-section.notice-rply .notice-document-section .spacer p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}



.additional-info-section {
    padding: 100px 0 120px;
}

.additional-info-section .heading {text-align: center;margin-bottom: 40px;}
.additional-info-section .heading h2 {
    margin-bottom: 22px;
}
.additional-info-section .heading .bottom-heading h3, .additional-info-section .reason-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
.additional-info-section .content-area ul, .additional-info-section .reason-section ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    column-gap: 32px;
}
.additional-info-section ul li span, .additional-info-section .reason-section ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #20F87B;
    border-radius: 3px;
    text-align: center;
    margin-right: 15px;
}
.additional-info-section .content-area ul li, .additional-info-section .reason-section ul li {
    border: 1px solid #E6E7EE;
    box-shadow: 0px 0px 16px 0px #00000017;
    padding: 24px 30px;
    margin-top: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.additional-info-section .textarea li {
    margin-top: 26px;
    display: flex;
    align-items: start;
}
.additional-info-section .textarea ul li span {
    max-width: 30px;
    width: 100%;
}
.additional-info-section .reason-section {
    margin-top: 84px;
}
.additional-info-section .textarea {
    margin-top: 100px;
}
.additional-info-section .textarea h3 {
    margin-bottom: 38px;
}

.title-with-bg-section {
    background-size: cover;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    background-position: center;
    position: relative;  
    z-index: 1;  
    color: #ffffff;
}
.title-with-bg-section:before {
    content: "";
    position: absolute;
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.title-with-bg-section h1 {
    color: #ffffff;
}
.about-bg-image {
    background-image: url('../images/about-bg.jpg');
}
.contact-bg-image {
    background-image: url('../images/contact-bg.jpg');
}
.two-col-section.contact .dark-col .spacer ul li a {
    color: #ffffff;
}

.hero-section.with-form.register {
    background: #eff1f5;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
}

.hero-section.with-form.register:before {
    content: "";
    background-image: url('../images/left-vector.svg');
    position: absolute;
    left: 0;
    top: -45px;
    bottom: 0;
    height: 110%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 450px;
}
.hero-section.with-form.register:after {
    content: "";
    background-image: url('../images/right-vector.svg');
    position: absolute;
    right: 0;
    top: -45px;
    bottom: 0;
    height: 110%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 450px;
}
.hero-section.with-form.register .form-box {
    padding: 36px 35px 42px;
}
.hero-section.with-form.register p {
    color: #000000;
    font-size: 14px;
    margin: 0;
}

.hero-section.register .form-col .form-box form .otp-cta {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 1;
    color: #ffffff;
    background: #20F87B;
    padding: 9px 12px;
    float: right;
    position: relative;
    top: -38px;
    border-radius: 4px;
}

form .minput.otp-verify {
    margin-bottom: 14px;
    margin-top: 32px;
}
.form-box form .timer {
    margin-bottom: 52px;
}

.form-col form .timer p span {
    color: #E13C83;
}



.terms-condition-content, .privacy-policy-content {
    padding: 80px 0;
}
.terms-condition-content .top-col, .privacy-policy-content .top-col {
    text-align: center;
    margin-bottom: 40px;
}
.terms-condition-content h3, .privacy-policy-content h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.terms-condition-content ul, .privacy-policy-content ul {
    padding-left: 30px;
    margin: 18px 0;
}
.terms-condition-content ul li, .privacy-policy-content ul li {
    margin-bottom: 14px;
    position: relative;
}
.terms-condition-content ul li:before, .privacy-policy-content ul li:before {
    content: "";
    width: 21px;
    height: 20px;
    position: absolute;
    left: -30px;
    /* background-image: url('./images/check-icon.svg'); */
    background-size: contain;
    top: 4px;
    background-repeat: no-repeat;
}
.terms-condition-content ul li:before {
    background-image: url('../images/check-icon.svg');
}
.privacy-policy-content ul li:before {
    background-image: url('../images/check-icon.svg');
}



.two-col-section.contact .light-col .spacer {
    background: #EFF1F5;
    border: 1px solid #D9D9D9;
    border-radius: 24px;
    padding: 70px 40px;
    width: 100%;
}
.two-col-section.contact .light-col .spacer .form-box {
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
}
.two-col-section.contact .light-col .spacer .form-box form .minput {
    margin: 38px 0px 26px;
}
.two-col-section.contact .light-col .spacer .form-box .minput input {
    background: transparent;
}

.map-section .map-col {
    line-height: 0;
}
.map-section .map-col iframe {
    width: 100%;
    height: 450px;
}

/* ------------thankyou page css start------------ */
.thankyou_page {
    padding: 80px 0;
}
.thankyou_page #thankMsg {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #0D1C37;
}
.thankyou_page table {
    max-width: max-content;
    width: 100%;
    margin: auto;
    margin-top: 26px;
}
.thankyou_page table td {
    border: 1px solid #0D1C37;
    border-collapse: collapse;
    padding: 8px 14px;
    font-size: 17px;
}
.thankyou_page table td b {
    color: #0D1C37;
}
/* ------------thankyou page css end------------ */


/* ------------admin page css start------------ */
.main-wrap .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.main-wrap .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.main-wrap .row .col-lg-3 {flex: 0 0 auto;width: 25%;}
.main-wrap .row .col-lg-9 {flex:0 0 auto;width:75%;}
.main-wrap .row .col-md-8 {flex:0 0 auto;width:66.66666667%;}
.main-wrap .row .col-md-4 {flex:0 0 auto;width:33.33333333%;}
/* ------------admin page css end------------ */


footer .spacer {
    padding: 80px 0;
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer a img {
    margin-bottom: 30px;
    max-width: 160px;
}
footer p {
    color: #ffffff;
}
footer h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 46px;
}
footer ul li a {
    color: #ffffff;
    font-size: 16px;
}
footer .bottom-footer ul li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
footer .bottom-footer .menu-privacy-text {
    display: flex;
    justify-content: space-between;
}
footer .bottom-footer {
    background: #000000;
    padding: 40px 0;
}
footer .bottom-footer .copyright-col {
    display: flex;
    justify-content: space-between;
}
footer .bottom-footer .copyright-col p {
    margin-bottom: 0;
}
footer .bottom-footer .social-icon a img {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px;
    }
    header {
    position: relative;
    padding: 20px 15px;
}
header .row>* {
    padding: 0;
}
header .mobile-login-cta {
    display: block;
    margin-left: auto;
    margin-right: 10px;
}

header .navbar-light .navbar-nav .nav-link {
    padding: 10px .5rem;
}
header .navbar {
    position: inherit;
}
header .navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    border: none;
    outline: none !important;
    stroke: none;
    padding: 0;
}
header .right-col .bars-icon {
    padding: 28px 0rem 0;
}
header .right-col {
    display: none;
}
header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 99;
}
.hero-section.with-form.register:before, .hero-section.with-form.register:after {display: none;}
}

@media (max-width: 767.98px) {    
    header .mobile-login-cta .login-cta {
        padding: 6px 12px;
    }
    .hero-section {
        padding: 50px 0 0;
    }
    .hero-section h1 {
        font-size: 34px;
    }
    .hero-section .img-box {
        margin-top: 30px;
    }
    .about-section .top-links li {
        margin-top: 14px;
        width: 100%;
        text-align: center;
    }
    .about-section .top-links li a {
        display: block;
    }
    .about-section .top-links {
        margin-bottom: 40px;
    }
    .about-section .text-box {
        margin-top: 30px;
    }
    .about-section {
        padding: 40px 0 55px;
    }
    .why-choose-us-section {
        padding: 50px 0;
    }
    .why-choose-us-section .spacer img {
        width: 50px;
        margin-bottom: 30px;
    }
    .why-choose-us-section .spacer {
        padding: 40px 30px;
    }
    .why-choose-us-section {
        padding: 50px 0 55px;
    }
    .price-section {
        padding: 50px 0;
    }
    .price-section .navtabs .navtab {
        display: block;
        margin-top: 15px;
    }
    .price-section .content .col {
        margin-top: 20px;
    }
    .get-started-section {
        padding: 50px 0 0;
    }
    .get-started-section .img-col {
        position: relative;
        margin-top: 30px;
        text-align: center;
    }
    .client-section {
        padding: 50px 0;
    }
    .client-section .img-box img {
        width: 100%;
    }
    footer .spacer {
        padding: 50px 0;
    }
    footer .spacer .col {
        margin-top: 35px;
    }
    footer h3 {
        margin-bottom: 20px;
    }
    footer .bottom-footer {
        padding: 30px 0;
    }
    footer .bottom-footer .menu-privacy-text {
        display: block;
    }
    footer .bottom-footer ul {
        text-align: center;
    }
    footer .bottom-footer ul li {
        margin-bottom: 5px;
    }
    footer .bottom-footer .menu-privacy-text .privacy-refund {
        margin-top: 14px;
    }
    footer .bottom-footer .copyright-col {
        flex-direction: column-reverse;
        text-align: center;
    }
    footer .bottom-footer .copyright-col p {
        margin-top: 12px;
        font-size: 16px;
    }
    .form-box {
        max-width: 100%;
        margin-top: 30px;
        padding: 36px 30px;
    }
    .hero-section.with-form ul {
        grid-template-columns: repeat(1, 1fr);
    }
    section.hero-section.with-form {
        padding: 60px 0 60px;
    }
    .introduction-section {
        padding: 50px 0;
    }
    .introduction-section .heading h2 {
        margin-bottom: 25px;
    }
    .introduction-section .text-box {
        margin-top: 30px;
    }
    .introduction-section .text-box ul li span img {
        width: 28px;
    }
    .introduction-section .text-box ul li h3 {
        font-size: 18px;
    }
    .introduction-section .text-box ul li {
        margin-bottom: 26px;
    }
    .two-col-section {
        padding: 50px 0;
    }
    .dark-col .spacer, .light-col .spacer {
        padding: 40px 22px;
    }
    .two-col-section .spacer h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .light-col {
        margin-top: 30px;
    }
    .two-col-section .light-col ul {
        padding-left: 40px;
    }
    .two-col-section .light-col ul li span {
        width: 34px;
        height: 34px;
        font-size: 14px;
        left: -42px;
    }
    .two-col-section .light-col ul li:before {
        left: -26px;
    }
    .two-col-section .light-col ul li:last-child p {
        margin-bottom: 0;
    }
    .faq-section {
        padding: 50px 0;
    }
    .faq-section .heading {
        margin-bottom: 15px;
    }
    .accordion-thumb::before {
        right: 0px;
    }
    .testimonial-section .slick-prev {
        right: 10%;
    }
    .faq-section .heading h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .hero-section.with-form.register {
        padding: 60px 0 60px;
    }
    .hero-section.with-form.register .form-box {
        margin-top: 0;
    }
    .counter-section #counter {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 575.98px) {
    .testimonial-section .slick-prev, .testimonial-section .slick-next {
        top: 100%;
    }
    .testimonial-section .slick-prev {
        right: 60px;
    }
    .testimonial-section .slick-next {
        right: 10px;
    }
    header .logo-brand img {
        width: 120px;
    }
    header {
        padding: 15px 12px;
    }
}

@media (max-width: 380.98px) {
    .hero-section.with-form.register .form-box {
        padding: 32px 25px;
    }
    footer a img {
        margin-bottom: 24px;
        max-width: 160px;
    }
    .counter-section #counter .item .counter-value {
		font-size: 28px;
	}

    header .login-cta span {
        margin-right: 4px;
        width: 14px;
        vertical-align: top;
    }
    header .logo-brand img {
        width: 112px;
        margin-right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 16px;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding: 28px 4px;
        font-size: 13px;
    }
    .hero-section h1 {
        font-size: 38px;
    }
    .dark-col .spacer, .light-col .spacer {
        padding: 42px 30px;
    }
    .two-col-section .light-col ul li:last-child p {
        margin-bottom: 0;
    }
    .accordion-thumb::before {
        right: 8px;
    }
    .hero-section.with-form.register {
        padding: 90px 0 90px;
    }
    .hero-section.with-form.register:before {
        top: -85px;
        height: 114%;
        max-width: 355px;
    }
    .hero-section.with-form.register:after {
        top: -80px;
        height: 114%;
        max-width: 355px;
    }
    header .login-cta {
        padding: 6px 12px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 36px;
    }
    .introduction-section .text-box ul li h3 {
        font-size: 18px;
    }
    .introduction-section .text-box ul li p {
        font-size: 16px;
    }
    .introduction-section .text-box ul li {
        margin-bottom: 20px;
    }
    .introduction-section .text-box ul li span img {
        width: 28px;
    }
    .introduction-section .text-box ul li span {
        left: -40px;
    }
    .introduction-section .text-box ul {
        padding-left: 40px;
    }
    .introduction-section .heading h2 {
        margin-bottom: 40px;
    }
    .dark-col .spacer, .light-col .spacer {
        padding: 50px 32px;
    }
    .two-col-section .spacer h3 {
        font-size: 20px;
    }
    .two-col-section .light-col ul li:last-child p {
        margin-bottom: 0;
    }
    .accordion-thumb::before {
        right: 12px;
    }
    .testimonial-section .slick-prev {
        right: 8%;
    }
}

@media (min-width: 481px) and (max-width: 767.98px) {
    .client-section .row>* {
        width: 50%;
    }
}