@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
/* TypoGraphy */
@font-face {
    font-family: 'Gilroy Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Heavy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish ExtraBold';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Regular';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish SemiBold';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Light';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
        url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Medium';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Bold';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*==================Default css start=================*/
* { box-sizing: border-box; }
:focus { outline: none !important; box-shadow: none !important; border-color: inherit; }
textarea.form-control { resize: none; overflow: hidden; }
figure { margin-bottom: 0; }
html, body { width: 100%; }
body { padding: 0; margin: 0; background: #fff; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; font-family: 'Mulish Regular'; color: #111111; font-weight: normal; }
.table { color: #111111; }
/* body::-webkit-scrollbar {
  display: none;
} */
img { max-width: 100%; image-rendering: -webkit-optimize-contrast; }
a, a:hover { text-decoration: none; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: normal; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { color: #1abbab; }
h1, h2, h3, h4, h5, h6 { padding-top: 10px;color: #000000; font-family: 'Gilroy Bold'; font-weight: bold; margin-bottom: 10px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #177fe3; }
h1 { font-size: 34px; }
h2 { font-size: 32px; }
h3 { font-size: 30px; }
h4 { font-size: 28px; }
h5 { font-size: 26px; }
h6 { font-size: 24px; }
p { font-size: 17px; line-height: 30px; color: #111111; font-family: 'Mulish Regular'; font-weight: 400; margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; }
ol { padding: 0px 0 20px 20px; margin: 0px; counter-reset: listitem; }
/* ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #272b38;
    display: inline-block;
    left: 0;
} */
li { margin: 0 0 10px; padding: 0px; position: relative; padding-left: 0px; color: #111111; font-family: 'Mulish Regular'; font-weight: 400; font-size: 17px; line-height: 30px; }
li a { color: #1abbaa; }
li a:hover { color: #111111; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #1abbaa; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #000; }
button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn { color: #fff; min-width: 182px; height: 64px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; transition: 1s; -webkit-transition: 1s; cursor: pointer; font-family: 'Mulish Medium'; font-weight: 500; overflow: hidden;border-radius: 10px; position: relative; border: none; padding: 0 28px; background: #1abbaa; transition: 1s; z-index: 2;}
.btn:hover { color: #fff; transition: 1s; /*background: #09196b;*/ }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #fff; /* background-color: #09196b; */ box-shadow: none; }
.btn::before { content: ""; background-color: #09196b; width: 0px; height: 50%; position: absolute; top: 0px; left: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn::after { content: ""; background-color: #09196b; width: 0px; height: 50%; position: absolute; bottom: 0px; right: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn:hover::before, .btn:hover::after { width: 100%; }
.btn img{
  margin-left: 15px;
}

/* a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
   display: none;
} */
/*==================Default css start=================*/

/*=======Form error message css start =========*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; }
.wpcf7-spinner { visibility: hidden; display: inline-block; background-color: #23282d; opacity: 0.75; width: 24px; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; }
/*=======Form error message css end =========*/
/*=======image align center css start =========*/
img.aligncenter { margin-bottom: 20px; }
img.alignnone { margin-bottom: 20px; }
img.alignleft { margin-bottom: 20px; width: 50%; float: left; margin-right: 20px; }
img.alignright { margin-bottom: 20px; width: 50%; float: right; margin-left: 20px; }
/*=======image align center css end =========*/
/*=======back to top css start =========*/
.back-to-top { cursor: pointer; position: fixed; bottom: 35px; right: 20px; display: none; width: 30px; height: 30px; color: #000; z-index: 9999; background-color: #1abbaa; border-radius: 30px; min-width: inherit; padding: 0px; border: 1px solid #fff; }
.back-to-top span { width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; display: block; transform: rotate(-45deg); margin: 11px auto 0; }
.back-to-top.focus, .back-to-top:focus, .back-to-top:hover { color: #fff; text-decoration: none; }
/*=======back to top css end =========*/

/*=======Header section css start=========*/
.container { padding-left: 0px; padding-right: 0px; max-width: 1420px;}
.container-max-width { max-width: 1420px;}

.whats-app-chat { position: fixed; bottom: 15px; right: 15px; left: auto; z-index: 9; display: flex !important; width: 50px; height: 50px; justify-content: center; align-items: center; border-radius: 50px; background-color: #0dc900; background-position: 50% 50%; background-size: 25px; background-repeat: no-repeat; box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, .2); min-width: auto; padding: 0; }
.whats-app-chat img { margin-left: 0px; }
.whats-app-chat:hover { }
.header.sticky ~ .whats-app-chat { bottom: 80px; }

.banner-commonheading-section{ padding: 40px 0px 40px; background: #f0eee5; border-top: 1px solid #d8d7d5;border-bottom: 1px solid #d8d7d5;}
.banner-commonheading{ text-align: center; }
.banner-commonheading h1{ margin-bottom: 0px; padding-top: 0px; }
.common-section{ padding: 65px 0px; }
.common-content-info{}
.thank-you{ text-align: center; }
.thank-you .common-content-info { max-width: 990px; margin: 0 auto; }


.common-heading{}
.common-heading h1, .common-heading h2, .common-heading h3, .common-heading h4, .common-heading h5, .common-heading h6{
  color: #000000;
  font-size: 36px;
  font-family: 'Mulish Bold';
  margin-bottom: 10px;
  padding-top: 0;
}
.common-heading h1 strong, .common-heading h2 strong, .common-heading h3 strong, .common-heading h4 strong, .common-heading h5 strong, .common-heading h6 strong{
  color: #1abbaa;
}

/*================*/
.common-content-section {
    padding: 65px 0;
}
.schema-faq-section { margin-bottom: 15px; padding: 18px 20px 18px 20px; font-size: 18px; color: #121213; font-weight: 600; border: 1px solid #fff; border-radius: 6px; background: #fff; }
.schema-faq-question { margin-bottom: 5px; display: block;}


.common-sharebtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.share {
    display: flex;
    padding: 0 15px;
    align-items: center;
}
.common-sharebtn .share img {
    filter: invert(1);
    margin-right: 8px;
}
.common-sharebtn p {
    margin: 0px 8px;
    color: #000;
}
.share a {
    font-size: 18px;
    color: #000;
}
.thank-you .common-content-info h3 {
    margin-bottom: 26px;
}
