
@font-face
{
  font-family:'FontAwesome';
  src:url('./fontawesome-webfont.eot');
  src:url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff') format('woff'),
  url('../fonts/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter SemiBold'), local('Inter-SemiBold'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body { padding: 0; margin: 0; font-family: 'Inter'; font-weight: 400; background-image: url(../images/body-bg.png); background-color: #000000; scroll-behavior: smooth; background-size: cover; }
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #010f21;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer; color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}   
img {max-width: 100%;height: auto}
p { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; color: #000; }
p a {color: #8BF4CD;}
p strong {color: #8BF4CD; font-weight: 500;}
p a:hover {color: #000;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #8BF4CD;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus { outline: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
h1, h2, h3, h4, h5, h6 {font-family: 'Inter';font-style: normal;font-weight: 600;color: #000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #8BF4CD;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #8BF4CD;font-weight: 600;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 40px;line-height: 55px;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 24px;line-height: normal;}
h5 {font-size: 20px;line-height: normal;}
h6 {font-size: 16px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; color: #000; margin: 0 0 10px; }
.default-css ul li a, .default-css ol li a {color: #8BF4CD}
.default-css ul li strong, .default-css ol li strong {color: #8BF4CD;font-weight: 400;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #000}
.default-css ul li { list-style: none !important; background: url(../images/list-arrow.png) no-repeat; background-position: 0 8px; padding-left: 17px; background-size: 7px; }
section.default-section { padding: 100px 0; }

/* ---Header-section ---*/
.header-section {
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.5s;
    padding: 15px 0;
    border-radius: 0 0 40px 40px;
    border-bottom: 4px solid #45DFA1;
    background: #000;
}
.header-section.sticky { position: fixed; 
    border-bottom: 4px solid #45DFA1;
    background: #000;  box-shadow: 0px 0px 30px 0px rgba(39, 50, 53, 0.12); 
    border-radius: 0;}
.header-logo img { max-width: 170px; }
.header-meuu-right { display: flex; align-items: center; justify-content: space-between; }
  

/*--banner--*/
section.hero-section { position: relative; padding: 100px 0 100px; background-repeat: no-repeat !important; background-size: cover !important;z-index: 1; }
section.hero-section:before { position: absolute; content: ''; width: 155px; height: 166px; z-index: 0; background: url(../images/banner-icon-1.png) no-repeat; background-size: 100% 100%; margin: 0 auto; left: 20%; bottom: 12%; }
section.hero-section::after { position: absolute; content: ''; width: 185px; height: 169px; z-index: -1; background: url(../images/banner-icon-2.png) no-repeat; background-size: 100% 100%; right: 15%; bottom: 20%; }
.banner-img figure img{ width: 100%; }
.banner-subtitle { color: var(--Main-Body-Text-Colour, #000); font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: 20px; border-radius: 40px; background: #8BF4CD; padding: 10px 20px; display: inline-block;margin-bottom: 20px; }
.banner-title { margin-bottom: 20px; position: relative; color: #000; text-align: center; font-family: Inter; font-size: 50px; font-style: italic; font-weight: 500; line-height: 62px; }
.banner-title strong{ color: #8BF4CD; font-weight: 800;  }
.banner-caption p { font-weight: 500; max-width: 640px; margin: 0 auto 10px; }
.banner-caption .default-css p { opacity: 0.5; font-weight: 300; }
.banner-btns { padding: 20px 0 30px; }
.banner-btns a.theme-btn.btn-red { margin-right: 10px; }
.banner-caption .default-css figure { margin-top: 30px; }
.header-btns a.theme-btn.btn-yellow-gradient img { filter: brightness(0); }

a.theme-btn { display: inline-block; padding: 15px 35px; text-align: center; min-width: 180px; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; border-radius: 10px; border: 1px solid transparent; }
a.theme-btn.btn-yellow { background: #8BF4CD; color: #000; border-color: #2FA38B; }
a.theme-btn.btn-yellow:hover{  color: #fff; background: #000; border-color: #000;  }
a.theme-btn.btn-yellow-gradient { color: #000; border-color: transparent; background: linear-gradient(96deg, #2FA38B 4.19%, #30DB98 108.33%); }
a.theme-btn.btn-yellow-gradient:hover{  color: #000; background: #fff; }
a.theme-btn.btn-black { color: #fff; background: linear-gradient(96deg, #545454 4.19%, #070707 108.33%); }
a.theme-btn.btn-black:hover { background: linear-gradient(96deg, #070707 4.19%, #545454 108.33%); color: #fff; } 
a.theme-btn img { max-width: 20px;  margin-right: 10px; }
.theme-btn:not(:first-child) { margin-left: 16px; }



.heading-title { margin-bottom: 20px; color: #000; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 500; line-height: 50px; }
.heading-title strong{ color: #8BF4CD; font-weight: 700; }
.sub-heading-title { color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: 26px; text-transform: uppercase; margin-bottom: 10px; }
.sub-heading-title img { margin-right: 10px; }



/*  */
section.about-section { overflow: hidden;  }
section.about-section .row { align-items: center; }
.about-img { float: right; } 
section.about-section .col-sm-7 { width: 55%; }
section.about-section .col-sm-5 { width: 45%; }
section.about-section .section-heading { max-width: 600px; }


/*  */
section.why-choose-section { padding: 0 0 100px;overflow: hidden;  }
section.why-choose-section .section-heading { max-width: 580px; margin-bottom: 30px; }
.why-choose-row { border-radius: 20px; border: 1px solid #E3FFF5; background: #FFF; padding: 24px 24px 10px;     margin-top: 10px;}
.why-choose-box { max-width: 330px; }
.why-choose-box figure { background: #1D1F13; width: 57px; height: 57px; border-radius: 50%; text-align: center; justify-content: center; display: flex; align-items: center; margin-bottom: 20px; }
.why-choose-box  h3 { color:  #000; font-family: Inter; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; /* 145.455% */ }


/* secure-transactions-section */
section.secure-transactions-section .secure-transactions-row .item{text-align: center;align-content: center;}
section.secure-transactions-section .owl-stage { display: flex; }
section.secure-transactions-section .owl-item { display: flex; flex: 1 0 auto; justify-content: center; align-items: center; } 
.secure-transactions-slider .owl-nav.disabled { display: none !important; }
.secure-transactions h3 { color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; border-radius: 50px; border: 1px solid #A6FA70; background: #E3FFF5; display: block; margin: 10px 10px; padding: 13px 25px; }


/* why-we-shine-section */
section.why-we-shine-section { padding: 100px 0; }
section.why-we-shine-section .section-heading { margin-bottom: 30px; }
.why-we-shine-row .row { justify-content: center; }
.why-we-shine-row .col-sm-4{padding: 15px;}
.why-we-shine-box { padding: 25px 25px 15px; border-radius: 20px; border: 1px solid #EBFFF7; background: #FFF; height: 100%; }
.why-we-shine-box figure {  margin-bottom: 20px; }
.why-we-shine-box  h3 { color:  #000; font-family: Inter; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; /* 145.455% */ }
.why-we-shine-box .count { color: #000; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 500; line-height: 32px; margin-bottom: 25px; }
section.why-we-shine-section.proces { padding: 0; }

/* product-section */
section.product-section { padding: 100px 0; }
.product-row .row { align-items: center; }
.product-row .col-sm-7 { width: 60%; }
.product-row .col-sm-5 { width: 40%; }
.product-row .section-heading { max-width: 550px; }
.product-row .row:nth-child(even) { flex-direction: row-reverse; padding: 40px 0; }
.product-img figure { border-radius: 10px; background: #FFF; box-shadow: 0 -4px 40px 0 rgba(0, 0, 0, 0.05); overflow: hidden; }
.product-img figure img{ width: 100%; }
.product-btns { padding-top: 10px; }
.product-row .row:nth-child(even) .section-heading { max-width: 100%; padding-left: 40px; }


/* ----------Ticket-Register-Section---------- */
section.ticket-register-section { position: relative;   }
section.ticket-register-section .section-heading { max-width: 500px; margin: 0 auto 30px; }
.ticket-register-row .row { justify-content: center; }
.ticket-register-row .col-sm-4 { padding: 10px; }
.ticket-card { height: 100%; display: flex; flex-direction: column; padding: 25px 25px 135px; border: 1px solid #F1F5E8; background: #FEFFFC; position: relative; border-radius: 10px; box-shadow: 0 1px 11.5px 0 rgba(0, 0, 0, 0.10); }
.ticket-card  h3 { color: #000;     font-family: Inter; font-size: 28px; font-style: normal; font-weight: 600; line-height: 24px; }
.ticket-action { position: absolute; left: 25px; right: 25px; bottom: 25px; }
.ticket-card.default-css ul li { text-align: left; background: url(../images/ticket-list-arrow.png) no-repeat; background-position: 0 4px; padding-left: 24px; background-size: 17px; margin-bottom: 20px; }
.ticket-action .theme-btn { width: 100%; }
.ticket-card:hover{ box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25) !important;}
.ticket-action p { margin: 15px 0 0; text-align: center; }
.most-popular { text-transform: uppercase; border-radius: 0 0 0 20px; background: linear-gradient(90deg, #A6FA70 0%, #61C9A0 100%); position: absolute; top: -1px; right: -1px; color: #000; text-align: center; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; padding: 10px 15px; }
.ticket-card ul{margin: 0;}



/*  */
section.schedule-call-section { padding: 100px 0; }
section.schedule-call-section .default-css { text-align: center; }
section.schedule-call-section .default-css p { display: inline; padding: 10px 15px; }
section.schedule-call-section .default-css p img { margin-right: 10px; }
section.schedule-call-section .section-heading { background: #FFF; box-shadow: 0 -3px 34.5px 0 rgba(0, 0, 0, 0.05); max-width: 700px; margin: 40px auto 0; padding: 30px; text-align: center; }
section.schedule-call-section .section-heading h2 { color: #000; text-align: center; font-family: Inter; font-size: 24px; font-style: normal; font-weight: 500; line-height: normal; }
.schedule-call-btn { padding-top: 15px; }



/* ------timing-table-section----- */
section.timing-table-section { position: relative; }
section.timing-table-section .section-heading { max-width: 600px; margin: 0 auto ; }
.test-timing-table { border-radius: 20px; border: 1px solid #61C9A0; background: #FFF; box-shadow: 0 -6px 4px 0 rgba(0, 0, 0, 0.05); margin-top: 30px; overflow: hidden; }
.timing-table-section table{margin: 0;}
.timing-table-section thead.table-primary { --bs-table-bg: #000; border-radius: 20px 20px 0 0; background: #000; box-shadow: 0 -6px 4px 0 rgba(0, 0, 0, 0.05); }
.timing-table-section .table-striped>tbody>tr { color: #000; font-family: Inter; font-size: 18px; font-style: normal; font-weight: 500; line-height: 24px; }
.timing-table-section .table-striped>tbody>tr th{color: #000;}
.table-striped>tbody>tr:nth-of-type(odd){ --bs-table-accent-bg: #ffffff !important;}
.timing-table-section .table-striped>tbody>tr:nth-of-type(odd)>* { --bs-table-color-type: #fff; --bs-table-bg-type: #fff;    background: #ffffff !important; border: none !important;}
.timing-table-section .table-striped>tbody>tr:nth-of-type(even)>* { --bs-table-color-type:#fff; --bs-table-bg-type: #fff;    background: #ffffff !important;border: none !important; }
.timing-table-section td img { max-width: 20px; }
.timing-table-section .table>thead th { font-family: Inter; font-size: 24px; font-style: normal; font-weight: 500; line-height: 24px; text-transform: uppercase;    border: none !important; }
.timing-table-section .table>tbody td{padding: 20px 20px;}
.timing-table-section .table tbody td:last-child{ border-right: none; }
.timing-table-section .table-striped>tbody>tr th { color: #000; font-weight: 500; }
.timing-table-section .table>thead th:first-child, .timing-table-section .table>tbody td:first-child{padding-left: 40px; border-left: none;}
.timing-table-section .table>thead th:last-child{ border-right: none;}
.timing-table-section .table>:not(caption)>*>* { padding: 1rem .5rem;vertical-align: middle; }
.timing-table-section .table>thead tr { border-top: none; border-bottom: none; }
.timing-table-section tr th:nth-child(1) { border-top-left-radius: 10px; }
.timing-table-section tr th:nth-child(4) { border-top-right-radius: 10px; }
.timing-table-section tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.timing-table-section tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.timing-table-section .table>thead th img { margin-right: 10px; }
.timing-table-section .table-striped>tbody>tr:last-child { border: none; }


/*--faq-section--*/
section.faq-section { padding:100px 0 0; }
section.faq-section .section-heading { margin-bottom: 25px; }
.faq-box { border-radius: 10px; background: #FFF; box-shadow: 0 2px 23.9px 0 rgba(0, 0, 0, 0.10); padding: 30px; }
.card-header-title.collapsed { padding: 30px 60px 30px 25px; }
.card-header-title { padding: 30px 60px 20px 25px; position: relative; margin: 0; border-radius: 10px; border: none; background: transparent; color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; }
.card-body.default-css { padding: 1px 20px 20px 25px; margin: 0; }
.faq-box .card { margin: 0 0 20px; box-shadow: none; border-radius: 10px; border: 1px solid #EAF0DD; background: #FFF; }
.faq-box .card:last-child { margin: 0; }
.faq-box .card-header h5:after, .card-header-title::after {content: "";background: url(../images/faq-minus.png) no-repeat center;width: 20px;height: 20px;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);right: 20px;border-radius: 0px;background-size: 20px !important;}
.faq-box .card-header {border: none;padding: 0;cursor: pointer;position: relative;margin: 0 0 0px;background: transparent !important;}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background: url(../images/faq-pluse.png) no-repeat center;box-shadow: none;}



/* testimonial */
.testimonial-section { padding: 100px 0; }
.testimonial-section .section-heading { max-width: 600px; margin: 0 auto ; }
.testimonial-row-parent .row { justify-content: center }
.testimonial-row-parent .col-sm-4 { margin: 15px 0 }
.client-nm-text { display: flex; align-items: center;    padding-top: 10px;}
.client-say-box .client-nm-text figure { width: 70px; height: 70px; overflow: hidden; margin: 0 12px 0 0; border-radius: 50%; line-height: 68px; border: 2px solid #fff }
.client-nm-text figure img { width: 100% }
.client-nm-text h6{ margin: 0; color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
.client-say-box { padding: 30px 30px; position: relative; transition: all 0.5s; border-radius: 20px; border: 1px solid #EFFFF9; background: #FFF; }
.client-say-box .star { padding-bottom: 15px; }
.client-say-box figure { margin-bottom: 23px }
.client-nm-text p { margin: 0; color: #000; font-size: 12px; font-weight: 300; line-height: 24px; }
.testimonial-row ul { /* display: flex; */ /* justify-content: center; */ /* flex-wrap: wrap; */ column-count: 3;gap: 0; }
.testimonial-row ul li { list-style: none; padding: 10px; break-inside: avoid-column; }


/* key-takeaways-section */
section.key-takeaways-section { padding: 100px 0; overflow: hidden; }
.key-takeaways { border-radius: 10px; border: 1px solid #EAFFF7; background: #FFF; width: 100%; padding: 30px 30px; }
.key-takeaways h2 { text-align: left; background: url(../images/key-takeaways-icon.png) no-repeat; background-position: right 3px; padding-right: 34px; color: #000; font-family: Inter; font-size: 18px; font-style: normal; font-weight: 400; line-height: 34px; margin: 0; }
.key-takeaways-right ul li { list-style: none; padding: 15px 0; }
section.key-takeaways-section .section-heading { padding-top: 40px; max-width: 550px; }


/*  */
section.business-today-section { padding: 100px 0; }
section.business-today-section .section-heading figure { margin-bottom: 20px; }
section.business-today-section .section-heading .business-today-btn { padding-top: 20px; }


/*----------- footer ---------*/
footer.footer { position: relative; z-index: 1; padding: 50px 0 15px; background: linear-gradient(270deg, #000 0%, #282828 100%); }
footer.footer .row{align-items: center;}
footer.footer p { color: #fff; font-size: 16px; line-height: 26px; }
footer.footer p a{color: #8BF4CD;}
footer.footer p a:hover{color: #fff;}
.ftr-social a { display: inline-block; padding: 0; position: relative; width: 60px; height: 60px; background: transparent; border-radius: 50%; margin: 4px; text-align: center; line-height: 53px; border: 1px solid #000;overflow: hidden; }
.ftr-social a img { max-width: 24px; filter: brightness(0) invert(1); }

.ftr-social a::before { position: absolute;content: ''; bottom: 0; left: 0; right: 0; top: 0; background: #8BF4CD; overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 50%; opacity: 0;}
.ftr-social a:hover::before{ opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.footer-menu ul {
    column-count: 3;
}
.footer-menu li { list-style: none; color: #fff; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; position: relative; padding: 15px 0; }
.footer-menu li a { color: #fff; }
.footer-menu li a:hover{color: #8BF4CD;}
.copyright{padding-top: 50px;}
.copyright-menu ul li { list-style: none; color: #fff; font-family: Inter; font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; position: relative; display: inline-block; }
.copyright-menu ul li::after{ content:'|' ; padding: 0 15px; }
.copyright-menu ul li:last-child:after{ display: none; }
.copyright-menu ul { text-align: right; }
.copyright-menu ul li a{ color: #fff; }
.copyright-menu ul li a:hover{ color: #8BF4CD; }
.ftr-platforms { float: right; text-align: center; padding-top: 40px; }
.ftr-platforms p { color: #4B5563; }
.ftr-platforms a { display: inline-block; padding: 5px 10px; }
.ftr-platforms a:hover{transform: scale(1.2); }
.copyright p {
    margin: 0;
    text-align: center;
}


/* -----FORM-CSS----- */
section.schedule-call-section.contact-section {
    padding-top: 0;
}
.form-hero { position: relative; right: 0; top: 0; padding: 35px 25px 50px; border-radius: 10px; background: #FFF; box-shadow: 0 -3px 34.5px 0 rgba(0, 0, 0, 0.05); max-width: 700px; margin: 40px auto 0; }
.form-hero .b-form-title { margin-bottom: 30px; color: #000; text-align: center; font-family: Inter; font-size: 24px; font-style: normal; font-weight: 500; line-height: normal; }
.form-hero .gform_body {margin: 0 -10px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield { padding: 0 10px 40px; clear: both; text-align: left; width: 100%; margin: 0; position: relative; }
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400 !important; font-size: 18px !important; line-height: 22px; color: #232121 !important; margin: 0 0 0px 10px !important; background: #fff; padding: 0 5px; position: absolute; z-index: 1; top: -12px; }
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #666;opacity: 1;}
.form-hero input.button.gform_button, .form-hero input.gform_button.button {
    padding: 16px 40px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 1s !important;
    width: auto !important;
    color: #Fff !important;
    text-align: center !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(96deg, #545454 4.19%, #070707 108.33%) !important;
}
/* .form-hero input.button.gform_button::before, .form-hero input.gform_button.button::before { content: "";  left: 0; position: absolute; top: 5px;
    background: url(../images/btn-call.png) no-repeat !important;
    background-position: 0 4px !important;
     height: 22px; width: 22px; } */
.form-hero input.button.gform_button:hover {
    background: linear-gradient(96deg, #070707 4.19%, #545454 108.33%) !important;color: #fff !important;transition: 0.6s !important;}
.gform_wrapper textarea.medium {height: 80px!important;border-radius: 4px !important;display: block;min-block-size: 100% !important;}
.form-hero .gform_wrapper .gform_footer {
    padding: 0px 0 0 0 !important;
    margin: 0 0 0 0 !important;
    position: relative;
    z-index: 1;
    text-align: center;
    justify-content: center;
}
.gform_wrapper .medium.gfield_select {background:  rgba(255, 255, 255, 0.60) url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 14px !important;}
.form-hero .gform_wrapper label{ font-size: 16px!important; font-family: Inter; font-style: normal; font-weight: 400; line-height: 28px; color: #666; margin: 0 !important; padding-left: 5px; }
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_drop_area.gform-theme-field-control {
    text-align: center; padding: 15px; box-shadow: none !important;border-radius: 4px;
border: 1px solid rgba(255, 97, 55, 0.50);
background: rgba(255, 255, 255, 0.60);
}
.form-hero input[type="file"] { display : none; }
.form-hero .button.gform_button_select_files , .form-hero button.button.gform_button_select_files { border: none !important; display: inline-block !important; letter-spacing: 0.02em !important; padding: 7px 17px !important; text-align: center !important; text-decoration: none !important; transition: all 0.2s !important; color: #FFF !important; font-family: Inter !important; font-size: 16px !important; font-style: normal !important; font-weight: 400 !important; line-height: 24px !important; margin-top: 5px !important; border-radius: 4px !important; background: #666 !important; }
.form-hero .button.gform_button_select_files:hover , .form-hero button.button.gform_button_select_files:hover{background-color: #8BF4CD !important;} 
.form-hero .button:hover{background-color: #8BF4CD;} 
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { width: 100% !important; font-size: 14px !important; padding: 13px 4px 13px 15px !important; -webkit-appearance: none; resize: none; position: relative; height: 60px; transition: all 1s; margin: 0 !important; color: #666 !important; font-family: Inter; font-style: normal; font-weight: 400 !important; line-height: 28px !important; background: rgba(255, 255, 255, 0.60); box-shadow: none !important; border-radius: 10px; border: 1px solid rgba(0, 0, 0, 0.25) !important; }
.form-hero .gform_wrapper select {background:  rgba(255, 255, 255, 0.60) url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 14px !important;}
span.gfield_description.gform_fileupload_rules {
    color: #666;
}
.form-hero .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before { color: #666; }
.form-hero span.gform_drop_instructions { margin-bottom: 5px !important; }
.form-hero .gform-grid-row span.gform-grid-col:first-child{width:100%}
.gfield--type-address{ margin-bottom:12px !important;}
.form-hero .gform_wrapper .ginput_container.gform-grid-row { display: flex ; flex-wrap: wrap; width: 100%; margin: 0 !important; row-gap: 0 !important; margin-inline: 0 !important; }
.form-hero .gform-grid-row span.gform-grid-col { width: 50%; padding: 0 9px 15px; }
.form-hero fieldset.gfield.gfield--width-full { padding: 0;margin: 0 !important; }
.form-hero .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { font-size: 14px !important; }
.form-hero fieldset.gfield.gfield--width-full .gfield_description.validation_message.gfield_validation_message { padding: 0 9px 15px !important; margin-top: -10px !important; }

.gform_validation_errors { display: none !important; }
.gfield_description.instruction.validation_message { display: none !important; }


@media (min-width: 901px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;float: none;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #000 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 30px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before { content: ""; font-size: 18px; color: #8BF4CD; font-family: 'FontAwesome'; left: 0; position: absolute; top: 2px; background: url(../images/favicon.png) no-repeat; height: 22px; width: 22px; background-size: 22px; filter: brightness(0); }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before { filter: none; transition: 0.6s; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}



/*------------- mega menu2 CSS---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: 15px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);
    left: 0;}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;float: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #8BF4CD !important;}

.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a { padding: 2px 0 !important; margin-left: 0px !important; font-weight: 600; }

.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 26px !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children>a { padding: 5px 0 !important; margin-left: 0px !important; font-weight: 700; color: #000 !important; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #8BF4CD !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
    */
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a { padding-left: 14px !important; padding-top: 6px !important; font-weight: 400; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li { position: relative; padding-left: 0 !important; text-transform: inherit !important; float: none; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li { padding-left: 15px !important; width: 100%; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before { content: ""; font-size: 18px; color: #8BF4CD; font-family: 'FontAwesome'; left: 0; position: absolute; top: 5px; background: url(../images/favicon.png) no-repeat; height: 22px; width: 22px; background-size: 22px; filter: brightness(0); }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children::before{display: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover { color: #8BF4CD !important; } 
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li:hover::before { filter: none; transition: 0.6s; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu { opacity: 1 !important; visibility: visible !important; position: relative; background: transparent; box-shadow: none; padding: 0; transform: rotateX(0deg); padding-left: 0px; left: 0;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu ul.sub-menu { column-count: 1; }
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;} 
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #8BF4CD !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;left: 0;} }

@media (min-width:901px) {
.container {max-width: 1200px !important;}
}


@media (max-width:1799px) {
}
@media (max-width:1499px) {
    section.hero-section::after {
        width: 145px;
        height: 128px;
        right: 5%;
        bottom: 23%;
    }
section.hero-section:before { width: 125px; height: 128px; left: 5%; bottom: 12%; }
section.hero-section {
    padding: 80px 0;
}


}
@media (max-width:1299px) {
.banner-title { margin-bottom: 20px; font-size: 42px; line-height: 60px; }
a.theme-btn { padding: 13px 25px; min-width: 110px; font-size: 16px; line-height: 22px; }
.banner-subtitle { font-size: 16px; line-height: 20px; padding: 10px 20px; margin-bottom: 10px; }
.header-section { padding: 15px 0; }
section.hero-section { padding: 60px 0; }
section.why-choose-section { padding: 0 0 70px; }
section.why-we-shine-section { padding: 70px 0; }
section.product-section { padding: 70px 0; }
section.schedule-call-section { padding: 70px 0; }
section.faq-section { padding: 70px 0 0; }
.testimonial-section { padding: 70px 0; }
section.key-takeaways-section { padding: 70px 0; }
section.business-today-section { padding: 70px 0; }
.heading-title { margin-bottom: 15px; font-size: 34px; line-height: 40px; } 
.sub-heading-title { font-size: 15px; line-height: 24px; margin-bottom: 7px; }
.sub-heading-title img { max-width: 18px; margin-right: 7px; }
section.business-today-section .section-heading figure img { max-width: 220px; }
.why-choose-box h3 { font-size: 20px; line-height: 30px; }
.why-choose-box figure { width: 57px; height: 57px; margin-bottom: 15px; }
.why-choose-row { padding: 20px 20px 10px;    margin-top: 0px; }
.why-we-shine-box { padding: 20px 20px 10px; }
.why-we-shine-box figure { margin-bottom: 15px; }
.why-we-shine-box h3 { font-size: 20px; line-height: 28px; }
section.why-we-shine-section .section-heading { margin-bottom: 20px; }
.why-we-shine-box .count { font-size: 35px; line-height: 32px; margin-bottom: 20px; }
.key-takeaways { padding: 24px 20px; }
.key-takeaways-right ul li { padding: 10px 0; }
.faq-box { padding: 20px; }
.card-header-title { padding: 25px 60px 15px 25px; font-size: 16px; line-height: 24px; }
.card-header-title.collapsed { padding: 25px 60px 25px 25px; }
.card-body.default-css { padding: 1px 20px 15px 25px; }
.client-say-box { padding: 20px; }
.timing-table-section .table>thead th img { margin-right: 10px; max-width: 120px; }
.timing-table-section .table>thead th { font-size: 20px; line-height: 20px; padding: 10px; }
.timing-table-section .table>thead th:first-child, .timing-table-section .table>tbody td:first-child { padding-left: 30px; }
.timing-table-section .table>tbody td { padding: 17px 17px; }
.test-timing-table { margin-top: 15px; }
.timing-table-section .table>thead th img { margin-right: 10px; max-width: 110px; }


}
@media (max-width:1199px) {
.container { max-width: 100% !important; padding: 0 15px; }


}
@media (max-width:1024px) {
.banner-title { margin-bottom: 10px; font-size: 34px; line-height: 46px; }
.banner-subtitle { font-size: 14px; line-height: 18px; padding: 8px 20px; margin-bottom: 10px; }
p { font-size: 15px; line-height: 22px; margin-bottom: 10px; }
.theme-btn:not(:first-child) { margin-left: 6px; }
.banner-btns { padding: 15px 0 20px; }
a.theme-btn { padding: 11px 20px; min-width: 90px; font-size: 15px; line-height: 20px; }
a.theme-btn img { max-width: 13px; margin-right: 5px; }
.banner-caption .default-css figure { margin-top: 20px; }
.banner-caption .default-css figure img { max-width: 36px; }
section.hero-section:before { width: 95px; height: 98px; left: 0%; bottom: 6%; }
section.hero-section::after { width: 115px; height: 98px; right: 0%; bottom: 17%; }
section.hero-section { padding: 40px 0; }
.container { max-width: 100% !important; padding: 0 12px; }
section.why-choose-section { padding: 0 0 40px; }
section.why-we-shine-section { padding: 40px 0; }
section.product-section { padding: 40px 0; }
section.schedule-call-section { padding: 40px 0; }
section.faq-section { padding: 40px 0 0; }
.testimonial-section { padding: 40px 0; }
section.key-takeaways-section { padding: 40px 0; }
section.business-today-section { padding: 40px 0; }
.heading-title { margin-bottom: 11px; font-size: 28px; line-height: 30px; }
.default-css ul li { background-position: 0 8px; padding-left: 12px; background-size: 6px; }
.default-css ul li, .default-css ol li { font-size: 15px; line-height: 22px; margin: 0 0 8px; }
.default-css ul { margin-bottom: 15px; }
.footer-menu li { font-size: 15px; padding: 10px 0; }
.footer-menu { padding: 10px 0 15px; }
.ftr-platforms { padding-top: 30px; }
footer.footer p { font-size: 15px; line-height: 24px; }
footer.footer { padding: 40px 0 15px; }
section.business-today-section .section-heading figure img { max-width: 200px; }
section.business-today-section .section-heading .business-today-btn { padding-top: 10px; }
section.business-today-section .section-heading figure { margin-bottom: 15px; }
.why-choose-box figure { width: 50px; height: 50px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
.why-choose-box h3 { font-size: 17px; line-height: 26px; }
.why-choose-box figure img { max-width: 20px; }
.secure-transactions h3 { font-size: 15px; line-height: 24px; margin: 8px 8px; padding: 11px 20px; }
.product-row .row:nth-child(even) .section-heading {padding-left: 20px;}
section.why-we-shine-section .section-heading { margin-bottom: 0px; }
.why-we-shine-box figure img { max-width: 34px; }
.why-we-shine-box h3 { font-size: 18px; line-height: 28px; }
.why-we-shine-row .col-sm-4 { padding: 10px; }
.why-we-shine-box .count { font-size: 30px; line-height: 32px; margin-bottom: 15px; }
.key-takeaways h2 { background-position: right 4px; padding-right: 28px; font-size: 16px; line-height: 30px; background-size: 28px; }
.card-header-title.collapsed { padding: 20px 40px 20px 15px; }
.card-header-title { padding: 20px 60px 10px 15px; font-size: 15px; line-height: 20px; }
.faq-box .card { margin: 0 0 15px; }
.faq-box .card-header h5:after, .card-header-title::after { width: 20px; height: 20px; right: 15px; background-size: 17px !important; }
.card-body.default-css { padding: 1px 20px 15px 15px; }
.most-popular { font-size: 14px; line-height: 20px; padding: 6px 10px; }
.ticket-card h3 { font-size: 22px; line-height: 21px; }
.ticket-action { left: 15px; right: 15px; bottom: 15px; }
.ticket-card.default-css ul li { background-position: 0 5px; padding-left: 19px; background-size: 14px; margin-bottom: 13px; }
.ticket-card { padding: 15px 15px 100px; }
section.ticket-register-section .section-heading { margin: 0 auto 15px; }
.client-say-box .client-nm-text figure { width: 60px; height: 60px; margin: 0 8px 0 0; line-height: 48px; }
.client-nm-text h6 { font-size: 15px; line-height: 20px; }
.client-say-box { padding: 15px; }
.client-say-box .star { padding-bottom: 11px; }
section.schedule-call-section .default-css p img { margin-right: 5px; max-width: 18px; margin-top: -2px; }
section.schedule-call-section .default-css p { padding: 8px 8px; }
section.schedule-call-section .section-heading { margin: 20px auto 0; padding: 20px; }
.timing-table-section .table>thead th { font-size: 18px; line-height: 20px; padding: 8px; }
.timing-table-section .table>thead th:first-child, .timing-table-section .table>tbody td:first-child { padding-left: 20px; }
.timing-table-section .table-striped>tbody>tr { font-size: 16px; line-height: 20px; }
.timing-table-section .table>tbody td { padding: 14px; }
.header-section {
    padding: 10px 0;
    border-radius: 0 0 20px 20px;
    border-bottom: 2px solid #45DFA1;
}
.copyright {
    padding-top: 30px;
}
.form-hero .gform_wrapper label.gfield_label {
    font-size: 16px !important;
    line-height: 20px;
    top: -10px;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    font-size: 13px !important;
    padding: 13px 4px 13px 15px !important;
    height: 55px;
    line-height: 28px !important;
}
.form-hero input.button.gform_button, .form-hero input.gform_button.button {
    padding: 11px 30px !important;
    font-size: 15px !important;
}
.gform_wrapper .gfield {
    padding: 0 10px 35px;
}
.form-hero .b-form-title {
    margin-bottom: 30px;
    font-size: 20px;
}
.form-hero {
    padding: 25px 20px 30px;
    margin: 20px auto 0;
}


}
@media (max-width:991px) {
}
@media (max-width:900px) {
.header-meuu-right { padding-right: 45px; }
section.hero-section { padding: 40px 0 40px; }
section.key-takeaways-section .col-sm-6 { width: 100%; }
section.key-takeaways-section .section-heading { padding: 0 0 10px; max-width: 100%; }





}
@media (max-width:812px) {
a.theme-btn { padding: 9px 16px; min-width: 80px; font-size: 14px; line-height: 18px; }
a.theme-btn img { max-width: 10px; margin-right: 5px; }
.header-logo img { max-width: 130px; }
.banner-title { margin-bottom: 10px; font-size: 27px; line-height: 36px; }
p { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
.theme-btn:not(:first-child) { margin-left: 2px; }
.default-css ul li { background-position: 0 7px; padding-left: 10px; background-size: 5px; }
.default-css ul li, .default-css ol li { font-size: 14px; line-height: 20px; margin: 0 0 8px; }
.default-css ul { margin-bottom: 10px; }
.sub-heading-title { font-size: 14px; line-height: 22px; margin-bottom: 6px; }
.sub-heading-title img { max-width: 14px; margin-right: 6px; }
.heading-title { margin-bottom: 8px; font-size: 22px; line-height: 26px; }
footer.footer { padding: 30px 0 10px; }
.footer-menu li { font-size: 14px; padding: 10px 0; }
footer.footer p { font-size: 14px; line-height: 20px; }
.ftr-platforms a { padding: 4px 6px; }
.ftr-platforms a img { max-width: 20px; }
section.business-today-section .section-heading figure img { max-width: 170px; }
.why-choose-row { padding: 15px 15px 10px; }
.why-choose-box figure { width: 45px; height: 45px; margin-bottom: 10px; }
.why-choose-box h3 { font-size: 15px; line-height: 22px; }
.secure-transactions h3 { font-size: 14px; line-height: 20px; margin: 5px 5px; padding: 9px 15px; }
.product-row .row:nth-child(even) .section-heading { padding-left: 0; }
.why-we-shine-box h3 { font-size: 16px; line-height: 24px; }
.why-we-shine-box { padding: 15px 15px 7px; }
.key-takeaways h2 { background-position: right 3px; padding-right: 24px; font-size: 14px; line-height: 24px; background-size: 24px; }
.key-takeaways { padding: 15px 15px; }
.key-takeaways-right ul li { padding: 8px 0; }
.faq-box { padding: 10px; }
.card-header-title.collapsed { padding: 15px 33px 15px 10px; }
.card-header-title { padding: 15px 60px 7px 10px; font-size: 14px; line-height: 18px; }
.card-body.default-css { padding: 1px 10px 10px 10px; }
.most-popular { border-radius: 0 0 0 10px; font-size: 12px; line-height: 16px; padding: 5px 10px; }
.ticket-register-row .col-sm-4 { padding: 10px; width: 50%; }
.ticket-card h3 { font-size: 20px; line-height: 20px; }
.ticket-card.default-css ul li { background-position: 0 4px; padding-left: 17px; background-size: 12px; margin-bottom: 8px; }
.client-say-box .star img { max-width: 15px; }
.timing-table-section .table>tbody td { padding: 12px; }
.timing-table-section .table-striped>tbody>tr { font-size: 14px; line-height: 18px; }
.timing-table-section .table>thead th img { margin-right: 10px; max-width: 100px; }
.timing-table-section .table>thead th:first-child, .timing-table-section .table>tbody td:first-child { padding-left: 15px; }
.timing-table-section .table>thead th { font-size: 16px; line-height: 18px; padding: 7px; }
.form-hero {
        padding: 20px 15px 20px;
        margin: 15px auto 0;
    }



}
@media (max-width:767px) {
.why-we-shine-row .col-sm-4 { padding: 10px; width: 50%; }
.testimonial-row ul { column-count: 2; }

}
@media (max-width:700px) {
footer.footer .col-sm-6 { width: 100%; text-align: center; }
.ftr-platforms { padding-top: 0; float: none; }
.copyright { text-align: center; padding-top: 10px; }
section.hero-section:before, section.hero-section::after {display: none;    }
.why-choose-row .col-sm-4 { width: 50%; padding: 15px; }
.why-choose-row .row { justify-content: center; }
section.schedule-call-section .default-css p { padding: 8px 8px; display: block; margin: 0; }
section.schedule-call-section .section-heading { margin: 14px auto 0; padding: 15px; }




}
@media (max-width:600px) {
section.about-section .col-sm-7 { width: 100%; order: 2; }
section.about-section .col-sm-5 { width: 100%; order: 1; padding-bottom: 20px; }
.about-img { float: none; max-width: 340px; margin: 0 auto; }



}
@media (max-width:575px) {
.header-meuu-right { padding-right: 0; display: block; }
.header-btns a.theme-btn.btn-yellow-gradient { width: 100%; border-radius: 0; }
.header-section .col-sm-12 { padding: 0; }
.header-logo { padding-left: 15px; }
.header-btns { padding-top: 10px; }
.header-section { padding: 10px 0 0; }
.header-section.sticky { padding: 10px 0 0; }
.banner-title { margin-bottom: 10px; font-size: 22px; line-height: 30px; }
.banner-subtitle { font-size: 13px; line-height: 16px; padding: 8px 15px; margin-bottom: 8px; }
.banner-btns { padding: 7px 0 15px; }
.product-row .col-sm-7 { width: 100%; order: 2; }
.product-row .col-sm-5 { width: 100%; order: 1; padding-bottom: 20px; }
.ticket-register-row .col-sm-4 { padding: 10px; width: 100%; }
.timing-table-section .test-timing-table { overflow-x: scroll; overflow-y: hidden; white-space: nowrap }
.schedule-call-btn { padding-top: 5px; }
    .header-section {
        padding: 10px 0 0;
        border-radius: 0;
        border: none;
    }
.ftr-logo img {
    max-width: 220px;
}
.ftr-logo {
    text-align: center;
    padding-bottom: 10px;
}
.footer-menu ul {
    column-count: 2;
}
.gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .gform_wrapper .gfield {
        padding: 0 10px 26px;
    }




}
@media (max-width:525px) {
.testimonial-row ul { column-count: 1; }



}
@media (max-width:480px) {
.why-choose-row .col-sm-4 { width: 100%; padding: 10px 15px; }
.why-we-shine-row .col-sm-4 { padding: 10px; width: 100%; }


}
@media (max-width:420px) {
}