* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {

    font-family: "Geist", sans-serif;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

img {
    vertical-align: middle;
}

html,
body {
    overflow-x: clip;
    scrollbar-gutter: stable;
}


:root {
    --font-playfair: "Playfair Display", serif;
    --font-roboto: "Roboto", sans-serif;
    --font-cormorant: "Cormorant", serif;
    --color-1A4487: #1A4487;
    --color-00368D: #00368D;
    --color-FFFBEA: #FFFBEA;
    --color-F4F6F9: #F4F6F9;
    --color-161616: #161616;
    --color-5F6567: #5F6567;
    --color-FFFFFF: #FFFFFF;
    --color-EFEFEF: #EFEFEF;
    --color-C0D8FF: #C0D8FF;
    --color-D1D5DB: #D1D5DB;
    --color-F5C700: #F5C700;
    --gradient-01: linear-gradient(90deg, #D9A104 47.12%, #B07600 100%);
    --color-E7F0FF: #E7F0FF;
    --color-ffffff: #ffffff;
    --color-1A1A1A: #1A1A1A;
    --color-555753: #555753;
    --color-575757: #575757;
    --color-2A2A2A: #2A2A2A;
    --color-5A5A5A:#5A5A5A;
}



/* comn css */


.comn__wrapper__container {
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


.h1_fp {
    font-family: var(--font-playfair);
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
}

.h1_fc {
    font-family: var(--font-cormorant);
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
}

.h2_fp {
    font-family: var(--font-playfair);
    font-weight: 600;
    font-size: 48px;
    line-height: 63px;
    letter-spacing: -0.5px;
}

.h2_fc {
    font-family: var(--font-cormorant);
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
}

.txt_20_fp {
    font-family: var(--font-playfair);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}

.txt_16_fp {
    font-family: var(--font-playfair);
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
}


.txt_16 {
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
}

.txt_14 {
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.txt_12 {
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}


.fw__400 {
    font-weight: 400;
}

.fw__500 {
    font-weight: 500;
}

.fw-600,.fw__600  {
    font-weight: 600;
}

.fw__700 {
    font-weight: 700;
}


/* Margin Common Css Class Start */
.mb__0 {
    margin-bottom: 0;
}

.mb__2 {
    margin-bottom: 2px;
}

.mb__4 {
    margin-bottom: 4px;
}

.mb__6 {
    margin-bottom: 6px;
}

.mb__8 {
    margin-bottom: 8px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__12 {
    margin-bottom: 12px;
}

.mb__14 {
    margin-bottom: 14px;
}

.mb__16 {
    margin-bottom: 16px;
}

.mb__18 {
    margin-bottom: 18px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__22 {
    margin-bottom: 22px;
}

.mb__23 {
    margin-bottom: 23px;
}


.mb__24 {
    margin-bottom: 24px;
}

.mb__25 {
    margin-bottom: 25px
}

.mb__26 {
    margin-bottom: 26px
}

.mb__28 {
    margin-bottom: 28px
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__35 {
    margin-bottom: 35px;
}

.mb__36 {
    margin-bottom: 36px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__44 {
    margin-bottom: 44px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__52 {
    margin-bottom: 52px;
}
.mb__9{
    margin-bottom: 9px;
}


/* Font utility classes */
.ff__playfair {
    font-family: var(--font-playfair);
}

.ff__roboto {
    font-family: var(--font-roboto);
}

.ff__cormorant {
    font-family: var(--font-cormorant);
}

/* Text color utility classes */
.fc__1A4487 {
    color: var(--color-1A4487);
}

.fc__00368D {
    color: var(--color-00368D);
}

.fc__FFFBEA {
    color: var(--color-FFFBEA);
}

.fc__F4F6F9 {
    color: var(--color-F4F6F9);
}

.fc__161616 {
    color: var(--color-161616);
}

.fc__5F6567 {
    color: var(--color-5F6567);
}

.fc__FFFFFF {
    color: var(--color-FFFFFF);
}

.fc__EFEFEF {
    color: var(--color-EFEFEF);
}

.fc__C0D8FF {
    color: var(--color-C0D8FF);
}

.fc__D1D5DB {
    color: var(--color-D1D5DB);
}

.fc__F5C700 {
    color: var(--color-F5C700);
}
.fc__1A1A1A{
    color: var(-color-1A1A1A);
}
.fc__555753{
    color: var(--color-555753);
}
.fc__2A2A2A{
    color: var(--color-2A2A2A);
}
.fc__5A5A5A{
    color: var(--color-5A5A5A);
}








/* Background color utility classes */
.bg__1A4487 {
    background-color: var(--color-1A4487);
}

.bg__00368D {
    background-color: var(--color-00368D);
}

.bg__FFFBEA {
    background-color: var(--color-FFFBEA);
}

.bg__F4F6F9 {
    background-color: var(--color-F4F6F9);
}

.bg__161616 {
    background-color: var(--color-161616);
}

.bg__5F6567 {
    background-color: var(--color-5F6567);
}

.bg__FFFFFF {
    background-color: var(--color-FFFFFF);
}

.bg__EFEFEF {
    background-color: var(--color-EFEFEF);
}

.bg__C0D8FF {
    background-color: var(--color-C0D8FF);
}

.bg__D1D5DB {
    background-color: var(--color-D1D5DB);
}

.bg__F5C700 {
    background-color: var(--color-F5C700);
}

/* Gradient utility class */
.bg__gradient01 {
    background: var(--gradient-01);
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}
.flex-direction-column{
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.txt_18_fp {
    font-family: var(--font-playfair);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

}


.h5_fp {
    font-family: var(--font-playfair);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
}

/* comn padding */

.py__55{
    padding-top: 55px;
    padding-bottom: 55px;
}

.py__34{
    padding-top: 34px;
    padding-bottom: 34px;
}

.py__100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.py__60{
    padding-top: 60px;
    padding-bottom: 60px;
}

.txt_center{
    text-align: center;
}

.font_italic{
    font-style: italic;
}

.comn_ul{
    padding-left: 25px;
}
.comn_ul li{
    list-style: disc;
}
.mb__42{
    margin-bottom: 42px;
}

.comn_underline_btn{
    font-family: var(--font-roboto);
    font-size: 14px;
    line-height: 18.2px;
    color: var(--color-161616);
    display: flex;
    width: max-content;
    gap: 6px;
    padding-bottom: 6.5px;
    border-bottom: 1px solid var(--color-F5C700);
    cursor: pointer;
}
.blue_gradient-text {
  background: conic-gradient(
    from 90deg at 50% 50%,
    #83B1FF 0deg,
    #FFFFFF 64.04deg,
    #83B1FF 360deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.lr__sp__0{
    letter-spacing: 0px;
}
.ls__05{
    letter-spacing: 0.5px;
}
.pt__90{
    padding-top: 90px;
}

/* common button */
.yellow__grd__btn {
    background: linear-gradient(90deg, #D9A104 47.12%, #B07600 100%);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--color-ffffff);
    font-family: var(--font-roboto);
    border-radius: 16px;
    padding: 16.5px 32px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid var(--color-FFFFFF);
}
.yellow__grd__btn.h__46{
    height: 46px;
}
.transparent__line__btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--color-ffffff);
    font-family: var(--font-roboto);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--color-FFFFFF);
    border-radius: 16px;
    /* border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; */
    padding: 14px 24px;
    transition: all 0.4s ease;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;

}
.transparent__line__btn:hover{
    border-color: var(--color-FFFFFF);
}
.transparent__line__btn::after{
    content: "";
    background-image: url(../img/solar_arrow-up-linear.svg);
    background-repeat: no-repeat;
    margin-left: 12px;
    width: 24px;
    height: 24px;
}
.wrapper__mw__800{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.mw__360{
    max-width: 360px;
    width: 100%;
    
}
.mw__635{
    max-width: 635px;
    width: 100%;
}
.mw__1176 {
    max-width: 1176px;
    margin-left: auto;
    margin-right: auto;
}
.custom__row{
    display: flex;
    flex-wrap: wrap;
}
.wrapper__container__1185{
    max-width: 1215px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    margin: -1px;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    color: var(--color-1A4487);
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.mb__21{
    margin-bottom: 21px;
}
.mb__27{
    margin-bottom: 27px;
}
.mb__43{
    margin-bottom: 43px;
}
.mb__4{
    margin-bottom: 4px;
}
.py__50{
    padding: 50px 0px;
}

.wrapper__num__tel li:not(:last-child) {
    margin-bottom: 4px;
}