/* TypoGraphy */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
/* font-family: "Open Sans", sans-serif; */
/* font-family: "Mukta", sans-serif; */

@font-face {
    font-family: 'KENAO';
    src: url('../fonts/KENAO.woff2') format('woff2'),
        url('../fonts/KENAO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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-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: 'Gotham Light';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraGR Bold';
    src: url('../fonts/CeraGR-Bold.woff2') format('woff2'),
        url('../fonts/CeraGR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    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: 'Gilroy-Medium'; font-weight: 500; font-weight: normal; }
.table { color: #0d0d0d; }
/* 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, h2, h3, h4, h5, h6 {color: #025697; font-family: "Open Sans", sans-serif; font-weight: bold; margin-bottom: 15px; }
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 {color: #141414; font-size: 16px; line-height: 28px; font-family: "Open Sans", sans-serif; 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: #141414; font-size: 16px; line-height: 28px; font-family: "Open Sans", sans-serif; font-weight: 400;}
li a { color: #0d0d0d; }
li a:hover { color: #0d0d0d; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #025697;font-weight: 600;}
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: #ffffff; min-width: 195px; height: 43px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; transition: 1s; -webkit-transition: 1s; cursor: pointer; font-family: 'CeraGR Bold'; font-weight: bold; border-radius: 4px; position: relative; border: 1px solid #6cb1db; padding: 0 15px; background: #6cb1db; transition: 1s; text-transform: uppercase;position: relative;background-color: transparent;z-index: 1;overflow: hidden;}
.btn:hover { color:#fff; transition: 1s; background: #fff; border-color: #fff; }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #fff; background-color: #697565; border-color: #363636; box-shadow: none; }

.btn::after {content:"";position:absolute;width: 0%;height: 0%;background:#035797;left: 0;top: 0;transform: translate(-50%, -50%);border-radius: 50%;z-index: -1;transition: all .4s;}
.btn::before {content:"";position:absolute;width: 110%;height: 110%;background:#6cb1da;border-radius: inherit;z-index: -1;}
.btn:hover::after {width: 500px;height: 500px;}
/*==================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: #025697; border-radius: 30px; min-width: inherit; padding: 0px !important; 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 {background-color: #a4ce0f; text-decoration: none; }
/*=======back to top css end =========*/

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

.banner-commonheading-section{ padding: 40px 0px 40px; background-color: #edf3fe;}
.banner-commonheading{ text-align: center; }
.banner-commonheading h1, .banner-commonheading h2, .banner-commonheading h3{ margin-bottom: 0px; padding-top: 0px; color: #000;}
.common-section{ padding: 85px 0px; }
.common-content-info{}
.thank-you{ text-align: center; }
.thank-you .common-content-info { max-width: 990px; margin: 0 auto; }
.common-sharebtn { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 20px; }
.common-sharebtn p { margin: 0px 8px; color: #000; }
.common-sharebtn p a{ color: #000; }
.common-sharebtn p a:hover{ color: #697565; }
.common-sharebtn .share img { max-height: 18px; }
.thank-you .common-content-info h1 em { font-style: normal; color: #6cb1db; }
.thank-you .common-content-info h1 { font-size: 46px; }

/*=======sitemap us section css start =========*/
.sitemap-section{ padding: 70px 0px; }
.sitemap-content-info h3 { margin-bottom: 30px; }
.sitemap-content-info ul li a:hover{ color: #a4cf10; }
.sitemap-content-info > ul > li>a { font-size: 18px; line-height: normal; color: #021636; font-weight: bold; }
.sitemap-content-info > ul > li > ul { display: flex; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
.sitemap-content-info > ul > li > ul > li { width: 20%; margin-bottom: 5px; padding-right: 10px; }
.sitemap-content-info > ul > li > ul > li > ul{ display: flex; flex-wrap: wrap; }
.sitemap-content-info > ul > li > ul > li > ul > li { width: 20%; margin-bottom: 0px; padding-right: 10px; }
/*=======sitemap us section css end =========*/



/*=======faq section start =========*/
 .faq-section {padding: 60px 0px;}
 .faq-section .accordion {max-width: 1167px;margin:40px  auto 0px;}
 .faq-section .accordion-item {margin-bottom: 15px;border: 0;border: 1px solid rgb(212, 212, 212); border-radius: 5px;overflow: hidden;}
 .faq-section .accordion-item:hover {border-color: #6cb1db;}
 .faq-section .accordion-item:last-child {margin-bottom: 0px;}
 .faq-section .accordion-button {color:rgb(18, 18, 19);padding:15px 55px 15px 30px;font-size: 20px;line-height: 28px;font-family: "Mukta", sans-serif;}
 .faq-section .accordion-button:not(.collapsed) {background-color: transparent;}
 .faq-section .accordion-button:not(.collapsed) {color:#025698;box-shadow: none;}
 .faq-section .accordion-button::after {width: 32px;height: 32px;background-color: #6cb1db;background-position: center center;border-radius: 50%;background-image: url(../images/arrow-down.png);background-size: 14px 9px; position: absolute;right: 11px; top: 11px;}
 .faq-section .accordion-body {padding:15px 10px 15px 30px;}
 .faq-section .accordion-body a {color: rgb(164, 206, 15);}
 .faq-section .accordion-body a:hover {color: rgb(2, 87, 151);}
 :is(.faq-section) :is(.accordion-body) :is(p, h1, h2, h3, h4, h5, h6, li, div, span) {color: rgb(69, 69, 69);}
 .faq-section .accordion-body p { line-height: 26px; }
/*=======faq section end =========*/

/*=======search section start =========*/
.search-section { padding: 66px 0px 66px; }
/*=======search section end =========*/

.schema-faq {padding-top: 10px;}
.schema-faq-section {margin-bottom: 15px;padding: 18px 20px 18px 20px;font-size: 20px;color: #121213;border: 1px solid #d4d4d4;border-radius: 6px;background: #f5f5f5;}
figure.wp-block-image.size-large {
    margin: 40px 0;
}
.whats-app-chat { position: fixed; bottom: 15px; right: 15px; left: auto; z-index: 9; display: flex !important; width: 50px; min-width: 50px !important; 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 { background: #025797; }
.header.sticky ~ .whats-app-chat { bottom: 80px; }
