/* Fonts
-------------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Playfair+Display:wght@700&family=Ubuntu&display=swap');*/

/* latin-ext
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50eiNxw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
/* latin-ext
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDZbtPY_Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/
/* latin-ext
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/* GLOBAL STYLES
-------------------------------------------------- */
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #33475b;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
}

ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 42px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

a {
  transition: all .35s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

button:focus {
  outline: transparent;
}

section {
  padding: 100px 0;
}

p {
  font-size: 16px;
  line-height: 24px;
}

p.no-mr {
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #df2c2f;
}

.btn.focus, .btn:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none;
}

/* Font size */
.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f16 {
  font-size: 16px;
  line-height: 24px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f22 {
  font-size: 22px;
  line-height: 30px;
}

.f24 {
  font-size: 24px;
  line-height: 32px;
}

.f26 {
  font-size: 26px;
  line-height: 34px;
}

.f28 {
  font-size: 28px;
  line-height: 36px;
}

.f30 {
  font-size: 30px;
  line-height: 38px;
}

.f34 {
  font-size: 34px;
  line-height: 42px;
}

.f36 {
  font-size: 36px;
  line-height: 44px;
}

/* Font weight */
.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.black {
  background-color: #222222;
}

.grey {
  background-color: #f3f3f3;
}

.red {
  background-color: #df2c2f;
}

.blue {
  background-color: #0e1528;
}

.blue-light {
  background-color: #eef4fb;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #5f6368;
}

.text-red {
  color: #e63946;
}

.text-yellow {
  color: #f6be23;
}

.text-blue {
  color: #24387e;
}

.btn-blue {
  background-color: #24387e;
  border: 1px solid #24387e;
  color: #ffffff;
}

.btn-blue-outline {
  background: transparent;
  border: 1px solid #24387e;
  color: #24387e;
}

.btn-blue:hover,
.btn-blue-outline:hover {
  background: #1b295d;
  border: 1px solid #1b295d;
  color: #ffffff;
}

.btn-red {
  background-color: #e63946;
  border: 1px solid #e63946;
  color: #ffffff;
}

.btn-red-outline {
  background: transparent;
  border: 1px solid #e63946;
  color: #e63946;
}

.btn-red:hover,
.btn-red-outline:hover {
  background: #d63542;
  border: 1px solid #d63542;
  color: #ffffff;
}

.btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
}

.btn-white:hover {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

.btn-lg {
  font-size: 1rem;
  padding: .75rem 1.25rem;
}

a.link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}

a.link::after {
  content: "\f10c";
  font-family: "Flaticon";
  font-size: 18px;
  line-height: 24px;
  display: inline;
  vertical-align: middle;
  padding-left: 5px;
}

a.link-blue {
  color: #365899;
}

a.link-red {
  color: #e63946;
}

.heading {
  margin-bottom: 25px;
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

/* FLATICON
-------------------------------------------------- */
@font-face {
  font-family: "Flaticon";
  src: url("../icons/Flaticon.eot");
  src: url("../icons/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../icons/Flaticon.woff2") format("woff2"),
       url("../icons/Flaticon.woff") format("woff"),
       url("../icons/Flaticon.ttf") format("truetype"),
       url("../icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../icons/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-phone:before { content: "\f100"; }
.flaticon-love:before { content: "\f101"; }
.flaticon-whatsapp:before { content: "\f102"; }
.flaticon-call:before { content: "\f103"; }
.flaticon-email:before { content: "\f104"; }
.flaticon-web:before { content: "\f105"; }
.flaticon-video:before { content: "\f106"; }
.flaticon-form:before { content: "\f107"; }
.flaticon-payment:before { content: "\f108"; }
.flaticon-clipboards:before { content: "\f109"; }
.flaticon-rupee:before { content: "\f10a"; }
.flaticon-share:before { content: "\f10b"; }
.flaticon-arrow:before { content: "\f10c"; }
.flaticon-check:before { content: "\f10d"; }
.flaticon-inbox:before { content: "\f10e"; }
.flaticon-menu-button:before { content: "\f10f"; }
.flaticon-location:before { content: "\f110"; }
.flaticon-user:before { content: "\f111"; }
.flaticon-images:before { content: "\f112"; }
.flaticon-link:before { content: "\f113"; }
.flaticon-company:before { content: "\f114"; }
.flaticon-call-asst:before { content: "\f115"; }
.flaticon-vcard:before { content: "\f116"; }
.flaticon-detail-form:before { content: "\f117"; }
.flaticon-next:before { content: "\f118"; }

.rupee-style {
  font-family: 'Ubuntu';
  font-weight: 400;
}

/* NAVIGATION
-------------------------------------------------- */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
  padding: 0;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scroll-down {
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.scroll-up {
  transform:translateY(0); transition: all 0.3s ease-in-out;
}

.navbar-brand {
  display: block;
  width: 125px;
  padding: 0;
}

.navbar-brand img {
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #33475b;
  padding: 0 20px;
  transition-duration: .5s;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  opacity: 0.8;
  transition: all .5s linear;
  border-bottom: 2px solid transparent;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  background-color: #f1f3f4;
  color: #000000;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #33475b;
}

.hamburger-box {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #33475b;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* FOOTER
-------------------------------------------------- */
.footer .footer-content {
  padding: 50px 0 0;
  border-top: 1px solid #d5d5d5;
}

.footer .footer-content ul {
  margin-bottom: 15px;
}

.footer .footer-content p {
  color: #202124;
  margin-bottom: 8px;
}

.footer .footer-content a {
  color: #5f6368;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer .footer-content .footer-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.footer .footer-content i {
  color: #5f6368;
  margin-right: 8px;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}

.footer .footer-content i.flaticon-love:before {
  margin-top: 2px;
}

.footer .copyright-content {
  background-color: #e8e8e8;
  color: #5f6368;
  margin-top: 50px;
  padding: 10px 0;
}

.footer .copyright-content a {
  color: #5f6368;
}

.footer a:hover {
  text-decoration: underline;
}

/* HOMEPAGE
-------------------------------------------------- */
.page-main .banner-main {
  height: 100vh;
  padding: 0;
}

.page-main .banner-wrap {
  display: table;
  width: 100%;
  height: calc(100% + 80px);
}

.page-main .banner-content {
  display: table-cell;
  vertical-align: middle;
}

/* Banner */
.page-main .banner-text {
  padding-right: 50px;
}

.banner-main h1 {
  margin-bottom: 35px;
}

.banner-main h1 span {
  position: relative;
}

.banner-main h1 span::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.banner-main p {
  margin-bottom: 55px;
}

.content-box {
  border-radius: 20px;
}

.content-box-tr {
  border: 1px solid #0e1528;
  border-radius: 20px;
}

.document a {
  color: #0e1528;
  border-bottom: 1px dotted #0e1528;
}

.document a:hover {
  border-bottom: 1px solid #0e1528;
}

/* Features */
.section-features .feature-icon-list li {
  border: 1px solid rgba(0,0,0,.125);
  margin: 0 0 -1px -1px;
}

.section-features .feature-icon-list li:first-child {
  border-top-left-radius: 20px;
}

.section-features .feature-icon-list li:nth-child(3) {
  border-top-right-radius: 20px;
}

.section-features .feature-icon-list li:nth-child(7) {
  border-bottom-left-radius: 20px;
}

.section-features .feature-icon-list li:last-child {
  border-bottom-right-radius: 20px;
}

.section-features .feature-icon {
  padding: 20px 0;
}

.section-features .feature-icon p {
  margin-bottom: 0;
}

.section-features .icon-wrap,
.section-form .icon-wrap,
.section-process .icon-wrap {
  width: 50px;
  height: 50px;
  background-color: #27abae;
  border-radius: 50%;
  position: relative;
  display: table;
  text-align: center;
  margin: 0 auto 10px;
}

.section-features .icon-wrap i,
.section-form .icon-wrap i,
.section-process .icon-wrap i {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.section-form .icon-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}

.section-form .icon-wrap i {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.section-features .icon-wrap i.flaticon-form:before {
  margin-left: 8px;
}

/* Pricing */
.section-pricing .card {
  border-radius: 0;
  transition: all 0.2s;
  height: 100%;
}

.section-pricing .card.professional {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-pricing .card.business {
  border-color: #df2c2f;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  margin-top: -20px;
  height: calc(100% + 40px);
}

.section-pricing .card-body {
  padding: 0;
}

.section-pricing .pricing-box {
  padding: 40px 20px 20px 20px;
}

.section-pricing .card.business .pricing-box {
  padding-top: 60px;
}

.section-pricing .card-title,
.section-pricing .pricing-box p {
  margin: 0;
}

.section-pricing .card-price {
  font-size: 32px;
  margin: 8px 0 0 0;
  font-weight: 700;
  color: #00bda5;
}

.section-pricing .card-old-price {
  font-size: 16px;
  color: #8a8a8a;
}

.section-pricing .pricing-box .renewal-price {
  margin: 40px 0 20px;
}

.section-pricing .pricing-box .renewal-price a {
  color: #33475b;
  text-decoration: underline;
}

.section-pricing a {
  margin-bottom: 15px;
}

.section-pricing form .razorpay-payment-button {
  display: block!important;
}

.section-pricing form .razorpay-payment-button .PaymentButton {
  width: 100%!important;
}

.section-pricing .btn-feature {
  line-height: 30px;
  transition: all .35s;
  position: relative;
}

.section-pricing .btn-feature:after {
  content: "\f10c";
  font-family: Flaticon;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  transition: all .35s;
}

.section-pricing .btn-feature.active:after {
  transform: rotate(-90deg);
  transition: all .35s;
}

.section-pricing .btn-feature.btn-link:hover,
.section-pricing .btn-feature.btn-link.focus,
.section-pricing .btn-feature.btn-link:focus {
  color: #007bff;
  text-decoration: none;
}

.section-pricing ul {
  padding: 0 20px;
}
.section-pricing ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.section-pricing ul li.list-title {
  padding-left: 0;
}

.section-pricing ul li.blank {
  height: 24px;
}

.section-pricing ul li.last {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.section-pricing ul li i {
  position: absolute;
  top: 0;
  left: 0;
}

.section-pricing .text-muted {
  opacity: 0.7;
}

/* Process */
.section-process .inner-box {
  position: relative;
  z-index: 3;
}

.section-process .feature-icon {
  position: relative;
  z-index: 2;
}

.section-process .feature-icon i.flaticon-vcard {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 14px;
}

.section-process .inner-box::after {
  content: "";
  background-color: rgba(0,0,0,.125);
  height: 1px;
  position: absolute;
  top: 25px;
  width: 100%;
  margin-left: 10px;
  z-index: 1;
}

.section-process .inner-box.last::after {
  display: none;
}

/* FAQ */
.section-process .accordion {
  margin-top: 40px;
}

.section-process .accordion .card {
  padding: 15px 45px 15px 15px;
}

.section-process .accordion .card p {
  background-size: 20px;
  cursor: pointer;
  position: relative;
}

.section-process .accordion .card p::after {
  content: "\f118";
  font-family: "Flaticon";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: rotate(90deg);
  margin-top: -12px;
}

.section-process .accordion .card p.collapsed::after {
  transform: rotate(0deg);
}

.section-process .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

/* PAGE ORDER
-------------------------------------------------- */
.page-order section {
  padding: 50px 0;
}

.page-order .make-payment {
  position: relative;
}

.page-order .make-payment .flaticon-arrow {
  position: absolute;
  left: 50%;
  bottom: 0; 
  font-size: 40px;
  margin-left: -20px;
  margin-bottom: -12px;
  transform: rotate(90deg);
}

.page-order .card {
  height: 490px
}

.page-order .pay-number,
.page-order .pay-bank {
  border: 1px solid #ddd;
  height: 308px;
  width: 100%;
  padding: 15px 0;
  font-weight: 900
}

.page-order .pay-number {
  font-size: 34px;
  line-height: 36px
}

.page-order .pay-number table,
.page-order .pay-bank table {
  width: 100%;
  height: 100%
}

.page-order .section-instructions {
  margin-bottom: 45px;
}

.page-order .details-list li {
  position: relative;
  margin: 15px 0;
}

.page-order .details-list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ced4da;
  z-index: 1;
}

.page-order .details-list p {
  margin-bottom: 15px;
}

@media(max-width:767.98px) {
  .page-order .card {
    height: auto
  }

  .page-order .details-list p {
    margin-left: 5px;
  }

  .page-order .ex-item {
    display: none;
  }
}


/* FORM
-------------------------------------------------- */
.was-validated .input-optional .form-control:valid {
  border-color: #ced4da;
  background: #fff;
}

.alert-warning a {
  color: #856404
}

.details-form-wrap .form-control-file {
  height: auto;
  padding-left: 6px;
}

.grd-rw-wrap {
  margin-top: 28px;
  float: right;
}

.grd-rw-wrap div {
  line-height: 0;
  position: relative;
}

.grd-rw-wrap span {
  border: 1px solid #ced4da;
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
  z-index: 1;
}

.grd-rw-wrap div.active span {
  border-color: #27abae;
  z-index: 2;
}

/*.grd-rw-wrap span.rw-num,*/
.grd-rw-wrap div.active span.rw-num {
  border-color: transparent;
  position: absolute;
  left: -10px ;
  font-size: 10px;
  line-height: 10px;
}

/* DOWNLOAD PAGE
-------------------------------------------------- */
.page-download .section-pricing ul {
  border-top: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .section-pricing .pricing-package {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .section-pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .section-pricing .card:hover .btn {
    opacity: 1;
  }
}

@media (min-width: 767.98px) {
  .section-pricing .heading {
    margin-bottom: 60px;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }

  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .navbar-brand {
    width: 110px;
    padding: 12px 0;
    margin-left: 15px;
  }

  .navbar-toggler {
    margin-right: 15px;
  }

  .navbar .navbar-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
    padding: 0;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-left: 0;
    padding: 10px 15px;
    line-height: 22px;
  }

  .page-main .banner-main {
    height: auto;
    margin-top: 60px;
    padding: 30px 0 50px;
  }

  .page-main .banner-text {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .page-main .banner-main h1 {
    margin-bottom: 25px;
  }

  .page-main .banner-main p {
    margin-bottom: 40px;
  }

  .section-features .content-wrap {
    margin-bottom: 30px;
  }

  .section-features .feature-icon-list li:nth-child(2) {
    border-top-right-radius: 20px;
  }

  .section-features .feature-icon-list li:nth-child(8) {
    border-bottom-left-radius: 20px;
  }

  .section-features .feature-icon-list li:nth-child(3),
  .section-features .feature-icon-list li:nth-child(7) {
    border-radius: 0;
  }

  .section-pricing {
    padding-bottom: 30px;
  }

  .section-pricing .pricing-box,
  .section-pricing .card.business .pricing-box {
    padding-top: 20px;
  }

  .section-pricing .card.professional,
  .section-pricing .card.business {
    margin: 0 0 30px 0;
    border-radius: 20px;
    height: auto;
    box-shadow: none;
  }

  .section-pricing .btn-default {
    margin-bottom: 15px;
  }

  .section-pricing .btn-feature {
    padding: 0;
    margin-top: 0;
  }

  .section-pricing ul {
    padding: 15px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .section-process .inner-box {
    padding-bottom: 25px;
    padding-left: 75px;
  }

  .section-process .inner-box.last {
    padding-bottom: 0;
  }

  .section-process .icon-wrap {
    margin: 0;
  }

  .section-process .feature-icon {
    position: absolute;
    left: 0;
  }

  .section-process .inner-box::after {
    content: "";
    background-color: rgba(0,0,0,.125);
    height: 100%;
    position: absolute;
    top: 25px;
    width: 1px;
    margin-left: 0;
    z-index: 1;
    left: 25px;
  }

  section.details-form-wrap {
    padding-top: 25px;
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}