@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tiro+Bangla:ital@0;1&display=swap');


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

body {

    font-family: "Fustat", sans-serif;
    /* overflow-x: hidden; */
    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;
}

:root {
    --font-Fustat: "Fustat", serif;
    --primary-white: rgb(255, 255, 255);
    --primary-black: rgb(0, 0, 0);
    --primary-black-1:#1A1A1A;
    --primary-black-1e:#1E1C1B;
    --primary-black-0d:#0D0B26;
    --primary-black-4:#444444;
    --primaryBlue: #0BB2EA;
    --primaryBlue-1c:#1CBCF4;
    --darkGray:#666666;
    --primary-blue-dark:#35579C;
    --primarty-light-blue:#F4FCFF;
    --light-blue-E6F:#E6F3FB;
    --borderColor: #787878;
    --white-f9:#f9f9f9;
    --white-f0: #F0F0F0;
    --borderColor-3:#A4B0B3;
    --gray-5c:#5C5C5C;
}


.mb__8 {
    margin-bottom: 8px;
}

.mb__15 {
    margin-bottom: 15px;
}

.mb__16 {
    margin-bottom: 16px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__23 {
    margin-bottom: 23px;
}

.mb__35 {
    margin-bottom: 35px;
}

.mb__31 {
    margin-bottom: 31px;
}

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

.margin_l_r_0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mb__2 {
    margin-bottom: 2px;
}

.mb__12 {
    margin-bottom: 12px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__15 {
    margin-bottom: 15px;
}

.mb__17 {
    margin-bottom: 17px;
}

.mb__19 {
    margin-bottom: 19px;
}

.mb__25 {
    margin-bottom: 25px
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__18 {
    margin-bottom: 18px;
}

.mb__24 {
    margin-bottom: 24px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__45 {
    margin-bottom: 45px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__71 {
    margin-bottom: 71px;
}

.mb__72 {
    margin-bottom: 72px;
}


.mb__88 {
    margin-bottom: 88px;
}

.mb__100 {
    margin-bottom: 100px;
}

.mb__21 {
    margin-bottom: 21px;
}

.padding__20 {
    padding: 20px 0px;
}

.padding__30 {
    padding: 30px 0px;
}

.padding__40 {
    padding: 40px 0px;
}

.padding__50 {
    padding: 50px 0px;
}

.padding__60 {
    padding: 60px 0px;
}

.padding__120 {
    padding: 120px 0px;
}

.padding__80 {
    padding: 80px 0px;
}

.padding__90 {
    padding: 90px 0px;
}

.padding__100 {
    padding: 100px 0px;
}

.padding__top__100 {
    padding-top: 100px;
}

.padding__inner__40 {
    padding: 40px;
}



/* ############## common css END ################## */


.pl__2 {
    padding-left: 4px;
}

.pl__4 {
    padding-left: 4px;
}

.pl__6 {
    padding-left: 6px;
}

.pl__8 {
    padding-left: 8px;
}

.pl__10 {
    padding-left: 10px;
}

.pl__12 {
    padding-left: 12px;
}

.pl__14 {
    padding-left: 14px;
}

.pl__15 {
    padding-left: 15px;
}

.pl__16 {
    padding-left: 16px;
}

.pl__18 {
    padding-left: 18px;
}

.pl__20 {
    padding-left: 20px;
}

.pl__22 {
    padding-left: 22px;
}

.pl__24 {
    padding-left: 24px;
}

.pl__26 {
    padding-left: 26px;
}

.pl__28 {
    padding-left: 28px;
}

.pl__30 {
    padding-left: 30px;
}

.pl__32 {
    padding-left: 32px;
}

.pl__34 {
    padding-left: 34px;
}

.pl__36 {
    padding-left: 36px;
}

.pl__38 {
    padding-left: 38px;
}

.pl__40 {
    padding-left: 40px;
}

.pl__42 {
    padding-left: 42px;
}

.pl__44 {
    padding-left: 44px;
}

.pl__46 {
    padding-left: 46px;
}

.pl__48 {
    padding-left: 48px;
}

.pl__50 {
    padding-left: 50px;
}

.pl__52 {
    padding-left: 52px;
}

/* padding right */
.pr__2 {
    padding-right: 4px;
}

.pr__4 {
    padding-right: 4px;
}

.pr__6 {
    padding-right: 6px;
}

.pr__8 {
    padding-right: 8px;
}

.pr__10 {
    padding-right: 10px;
}

.pr__12 {
    padding-right: 12px;
}

.pr__14 {
    padding-right: 14px;
}

.pr__16 {
    padding-right: 16px;
}

.pr__18 {
    padding-right: 18px;
}

.pr__20 {
    padding-right: 20px;
}

.pr__22 {
    padding-right: 22px;
}

.pr__24 {
    padding-right: 24px;
}

.pr__26 {
    padding-right: 26px;
}

.pr__28 {
    padding-right: 28px;
}

.pr__30 {
    padding-right: 30px;
}

.pr__32 {
    padding-right: 32px;
}

.pr__34 {
    padding-right: 34px;
}

.pr__36 {
    padding-right: 36px;
}

.pr__38 {
    padding-right: 38px;
}

.pr__40 {
    padding-right: 40px;
}

.pr__42 {
    padding-right: 42px;
}

.pr__44 {
    padding-right: 44px;
}

.pr__46 {
    padding-right: 46px;
}

.pr__48 {
    padding-right: 48px;
}

.pr__50 {
    padding-right: 50px;
}

.pr__52 {
    padding-right: 52px;
}

/* padding bottom */
.pb__2 {
    padding-bottom: 4px;
}

.pb__4 {
    padding-bottom: 4px;
}

.pb__6 {
    padding-bottom: 6px;
}

.pb__8 {
    padding-bottom: 8px;
}

.pb__10 {
    padding-bottom: 10px;
}

.pb__12 {
    padding-bottom: 12px;
}

.pb__14 {
    padding-bottom: 14px;
}

.pb__16 {
    padding-bottom: 16px;
}

.pb__18 {
    padding-bottom: 18px;
}

.pb__20 {
    padding-bottom: 20px;
}

.pb__22 {
    padding-bottom: 22px;
}

.pb__24 {
    padding-bottom: 24px;
}

.pb__26 {
    padding-bottom: 26px;
}

.pb__28 {
    padding-bottom: 28px;
}

.pb__30 {
    padding-bottom: 30px;
}

.pb__32 {
    padding-bottom: 32px;
}

.pb__34 {
    padding-bottom: 34px;
}

.pb__36 {
    padding-bottom: 36px;
}

.pb__38 {
    padding-bottom: 38px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pb__42 {
    padding-bottom: 42px;
}

.pb__44 {
    padding-bottom: 44px;
}

.pb__46 {
    padding-bottom: 46px;
}

.pb__48 {
    padding-bottom: 48px;
}

.pb__50 {
    padding-bottom: 50px;
}

.pb__52 {
    padding-bottom: 52px;
}

.pb__60 {
    padding-bottom: 60px;
}

.pb__80 {
    padding-bottom: 80px;
}

.pb__100 {
    padding-bottom: 100px;
}

/* padding top */
.pt__2 {
    padding-top: 4px;
}

.pt__4 {
    padding-top: 4px;
}

.pt__6 {
    padding-top: 6px;
}

.pt__8 {
    padding-top: 8px;
}

.pt__10 {
    padding-top: 10px;
}

.pt__12 {
    padding-top: 12px;
}

.pt__14 {
    padding-top: 14px;
}

.pt__16 {
    padding-top: 16px;
}

.pt__18 {
    padding-top: 18px;
}

.pt__20 {
    padding-top: 20px;
}

.pt__22 {
    padding-top: 22px;
}

.pt__24 {
    padding-top: 24px;
}

.pt__25 {
    padding-top: 25px;
}

.pt__26 {
    padding-top: 26px;
}

.pt__28 {
    padding-top: 28px;
}

.pt__30 {
    padding-top: 30px;
}

.pt__32 {
    padding-top: 32px;
}

.pt__34 {
    padding-top: 34px;
}

.pt__36 {
    padding-top: 36px;
}

.pt__38 {
    padding-top: 38px;
}

.pt__40 {
    padding-top: 40px;
}

.pt__42 {
    padding-top: 42px;
}

.pt__44 {
    padding-top: 44px;
}

.pt__46 {
    padding-top: 46px;
}

.pt__48 {
    padding-top: 48px;
}

.pt__50 {
    padding-top: 50px;
}

.pt__52 {
    padding-top: 52px;
}

.pt__60 {
    padding-top: 60px;
}

.pt__80 {
    padding-top: 80px;
}


.pt__100 {
    padding-top: 100px;
}


/* Padding top bottom */
.py__2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.py__4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py__6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py__8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py__10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py__12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py__14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py__16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py__18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py__20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py__22 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.py__24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py__26 {
    padding-top: 26px;
    padding-bottom: 26px;
}

.py__28 {
    padding-top: 28px;
    padding-bottom: 28px;
}

.py__30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py__32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

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

.py__36 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.py__38 {
    padding-top: 38px;
    padding-bottom: 38px;
}

.py__40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py__42 {
    padding-top: 42px;
    padding-bottom: 42px;
}

.py__44 {
    padding-top: 44px;
    padding-bottom: 44px;
}

.py__46 {
    padding-top: 46px;
    padding-bottom: 46px;
}

.py__48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.py__50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py__52 {
    padding-top: 52px;
    padding-bottom: 52px;
}

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

.py__80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

/* padding left to right */
.px__2 {
    padding-right: 2px;
    padding-left: 2px;
}

.px__4 {
    padding-right: 4px;
    padding-left: 4px;
}

.px__6 {
    padding-right: 2px;
    padding-left: 2px;
}

.px__8 {
    padding-right: 8px;
    padding-left: 8px;
}

.px__10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px__12 {
    padding-right: 12px;
    padding-left: 12px;
}

.px__14 {
    padding-right: 14px;
    padding-left: 14px;
}

.px__16 {
    padding-right: 16px;
    padding-left: 16px;
}

.px__18 {
    padding-right: 18px;
    padding-left: 18px;
}

.px__20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px__22 {
    padding-right: 22px;
    padding-left: 22px;
}

.px__24 {
    padding-right: 24px;
    padding-left: 24px;
}

.px__26 {
    padding-right: 26px;
    padding-left: 26px;
}

.px__28 {
    padding-right: 28px;
    padding-left: 28px;
}

.px__30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px__32 {
    padding-right: 32px;
    padding-left: 32px;
}

.px__34 {
    padding-right: 34px;
    padding-left: 34px;
}

.px__36 {
    padding-right: 36px;
    padding-left: 36px;
}

.px__38 {
    padding-right: 38px;
    padding-left: 38px;
}

.px__40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px__42 {
    padding-right: 42px;
    padding-left: 42px;
}

.px__44 {
    padding-right: 44px;
    padding-left: 44px;
}

.px__46 {
    padding-right: 46px;
    padding-left: 46px;
}

.px__48 {
    padding-right: 48px;
    padding-left: 48px;
}

.px__50 {
    padding-right: 50px;
    padding-left: 50px;
}

.px__52 {
    padding-right: 52px;
    padding-left: 52px;
}

.px__60 {
    padding-right: 60px;
    padding-left: 60px;
}

.px__100 {
    padding-right: 100px;
    padding-left: 100px;
}

/*  */


/* margin class start */
/* margin left */
.ml__2 {
    margin-left: 4px;
}

.ml__4 {
    margin-left: 4px;
}

.ml__6 {
    margin-left: 6px;
}

.ml__8 {
    margin-left: 8px;
}

.ml__10 {
    margin-left: 10px;
}

.ml__12 {
    margin-left: 12px;
}

.ml__14 {
    margin-left: 14px;
}

.ml__16 {
    margin-left: 16px;
}

.ml__18 {
    margin-left: 18px;
}

.ml__20 {
    margin-left: 20px;
}

.ml__22 {
    margin-left: 22px;
}

.ml__24 {
    margin-left: 24px;
}

.ml__26 {
    margin-left: 26px;
}

.ml__28 {
    margin-left: 28px;
}

.ml__30 {
    margin-left: 30px;
}

.ml__32 {
    margin-left: 32px;
}

.ml__34 {
    margin-left: 34px;
}

.ml__36 {
    margin-left: 36px;
}

.ml__38 {
    margin-left: 38px;
}

.ml__40 {
    margin-left: 40px;
}

.ml__42 {
    margin-left: 42px;
}

.ml__44 {
    margin-left: 44px;
}

.ml__46 {
    margin-left: 46px;
}

.ml__48 {
    margin-left: 48px;
}

.ml__50 {
    margin-left: 50px;
}

.ml__52 {
    margin-left: 52px;
}

/* margin right */
.mr__2 {
    margin-right: 4px;
}

.mr__4 {
    margin-right: 4px;
}

.mr__6 {
    margin-right: 6px;
}

.mr__8 {
    margin-right: 8px;
}

.mr__10 {
    margin-right: 10px;
}

.mr__12 {
    margin-right: 12px;
}

.mr__13 {
    margin-right: 13px;
}

.mr__14 {
    margin-right: 14px;
}

.mr__16 {
    margin-right: 16px;
}

.mr__18 {
    margin-right: 18px;
}

.mr__20 {
    margin-right: 20px;
}

.mr__22 {
    margin-right: 22px;
}

.mr__24 {
    margin-right: 24px;
}

.mr__26 {
    margin-right: 26px;
}

.mr__28 {
    margin-right: 28px;
}

.mr__30 {
    margin-right: 30px;
}

.mr__32 {
    margin-right: 32px;
}

.mr__34 {
    margin-right: 34px;
}

.mr__36 {
    margin-right: 36px;
}

.mr__38 {
    margin-right: 38px;
}

.mr__40 {
    margin-right: 40px;
}

.mr__42 {
    margin-right: 42px;
}

.mr__44 {
    margin-right: 44px;
}

.mr__46 {
    margin-right: 46px;
}

.mr__48 {
    margin-right: 48px;
}

.mr__50 {
    margin-right: 50px;
}

.mr__52 {
    margin-right: 52px;
}

.mr__54 {
    margin-right: 54px;
}

/* margin bottom */
.mb__2 {
    margin-bottom: 4px;
}

.mb__4 {
    margin-bottom: 4px;
}

.mb__5 {
    margin-bottom: 5px;
}

.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__24 {
    margin-bottom: 24px;
}

.mb__26 {
    margin-bottom: 26px;
}

.mb__28 {
    margin-bottom: 28px;
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__34 {
    margin-bottom: 34px;
}

.mb__36 {
    margin-bottom: 36px;
}

.mb__38 {
    margin-bottom: 38px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__42 {
    margin-bottom: 42px;
}

.mb__44 {
    margin-bottom: 44px;
}

.mb__46 {
    margin-bottom: 46px;
}

.mb__48 {
    margin-bottom: 48px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__52 {
    margin-bottom: 52px;
}

.mb__54 {
    margin-bottom: 54px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__80 {
    margin-bottom: 80px;
}

/* margin top */
.mt__2 {
    margin-top: 4px;
}

.mt__4 {
    margin-top: 4px;
}

.mt__6 {
    margin-top: 6px;
}

.mt__8 {
    margin-top: 8px;
}

.mt__10 {
    margin-top: 10px;
}

.mt__12 {
    margin-top: 12px;
}

.mt__14 {
    margin-top: 14px;
}

.mt__16 {
    margin-top: 16px;
}

.mt__18 {
    margin-top: 18px;
}

.mt__20 {
    margin-top: 20px;
}

.mt__22 {
    margin-top: 22px;
}

.mt__24 {
    margin-top: 24px;
}

.mt__26 {
    margin-top: 26px;
}

.mt__28 {
    margin-top: 28px;
}

.mt__30 {
    margin-top: 30px;
}

.mt__32 {
    margin-top: 32px;
}

.mt__34 {
    margin-top: 34px;
}

.mt__36 {
    margin-top: 36px;
}

.mt__38 {
    margin-top: 38px;
}

.mt__40 {
    margin-top: 40px;
}

.mt__42 {
    margin-top: 42px;
}

.mt__44 {
    margin-top: 44px;
}

.mt__46 {
    margin-top: 46px;
}

.mt__48 {
    margin-top: 48px;
}

.mt__50 {
    margin-top: 50px;
}

.mt__52 {
    margin-top: 52px;
}

.mt__60 {
    margin-top: 60px;
}

/* margin top bottom */
.my__2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my__4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.my__6 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.my__8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my__10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my__12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my__14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.my__16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my__18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.my__20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my__22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.my__24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my__26 {
    margin-top: 26px;
    margin-bottom: 26px;
}

.my__28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.my__30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my__32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my__34 {
    margin-top: 34px;
    margin-bottom: 34px;
}

.my__36 {
    margin-top: 36px;
    margin-bottom: 36px;
}

.my__38 {
    margin-top: 38px;
    margin-bottom: 38px;
}

.my__40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my__42 {
    margin-top: 42px;
    margin-bottom: 42px;
}

.my__44 {
    margin-top: 44px;
    margin-bottom: 44px;
}

.my__46 {
    margin-top: 46px;
    margin-bottom: 46px;
}

.my__48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.my__50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my__52 {
    margin-top: 52px;
    margin-bottom: 52px;
}

.my__60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my__100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* margin left to right */
.mx__2 {
    margin-right: 2px;
    margin-left: 2px;
}

.mx__4 {
    margin-right: 4px;
    margin-left: 4px;
}

.mx__6 {
    margin-right: 2px;
    margin-left: 2px;
}

.mx__8 {
    margin-right: 8px;
    margin-left: 8px;
}

.mx__10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx__12 {
    margin-right: 12px;
    margin-left: 12px;
}

.mx__14 {
    margin-right: 14px;
    margin-left: 14px;
}

.mx__16 {
    margin-right: 16px;
    margin-left: 16px;
}

.mx__18 {
    margin-right: 18px;
    margin-left: 18px;
}

.mx__20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx__22 {
    margin-right: 22px;
    margin-left: 22px;
}

.mx__24 {
    margin-right: 24px;
    margin-left: 24px;
}

.mx__26 {
    margin-right: 26px;
    margin-left: 26px;
}

.mx__28 {
    margin-right: 28px;
    margin-left: 28px;
}

.mx__30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx__32 {
    margin-right: 32px;
    margin-left: 32px;
}

.mx__34 {
    margin-right: 34px;
    margin-left: 34px;
}

.mx__36 {
    margin-right: 36px;
    margin-left: 36px;
}

.mx__38 {
    margin-right: 38px;
    margin-left: 38px;
}

.mx__40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx__42 {
    margin-right: 42px;
    margin-left: 42px;
}

.mx__44 {
    margin-right: 44px;
    margin-left: 44px;
}

.mx__46 {
    margin-right: 46px;
    margin-left: 46px;
}

.mx__48 {
    margin-right: 48px;
    margin-left: 48px;
}

.mx__50 {
    margin-right: 50px;
    margin-left: 50px;
}

.mx__52 {
    margin-right: 52px;
    margin-left: 52px;
}

.mx__60 {
    margin-right: 60px;
    margin-left: 60px;
}

.mx__100 {
    margin-right: 100px;
    margin-left: 100px;
}

.line__height__20 {
    line-height: 20px;
}

.font__400 {
    font-weight: 400 !important;
}

.font__500 {
    font-weight: 500 !important;
}

.font__600{
    font-weight: 600 !important;
}

.p__20 {
    padding: 20px;
}


/* ################## Common CSS ################### */

.pt__120{
    padding-top: 120px;
}

.pb__120{
    padding-bottom: 120px;
}

.wrapper_container_100{
    max-width: 100%;
    margin: auto;
}

.wrapper_container_1{
    /* 1240 */
    max-width: 1270px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.wrapper_container_2{
    /* 1000 */
    max-width: 1030px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.container_1040{
    max-width: 1070px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.wrapper_container_3{
    max-width: 984px;
    width: 100%;
    margin: auto;
}
.wrapper_container_4{
    max-width: 776px;
    width: 100%;
    margin: auto;
}

.heading_1{
    font-family: var(--font-Fustat);
    font-weight: 700;
    font-size: 77px;
    line-height: 88px;
}

.heading_2, h2{
    font-family: var(--font-Fustat);
    font-weight: 600;
    text-align: center;
    font-size: 48.06px;
    line-height: 58.06px;
}

.heading_3, h3{
    font-family: var(--font-Fustat);
    font-weight: 600;
    font-size: 36.04px;
    text-align: center;
    line-height: 46.04px;
}

.heading_4, h4{
    font-family: var(--font-Fustat);
    font-weight: 600;
    font-size: 28.84px;
    text-align: center;
    line-height: 38.84px;
}

.heading_5, h5{
    font-family: var(--font-Fustat);
    font-weight: 600;
    font-size: 23.07px;
    line-height: 33.01px;
}

.heading_6{
    font-family: Fustat;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.body_text_1, p{
    font-family: var(--font-Fustat);
    font-weight: 500;
    font-size: 18.46px;
    text-align: center;
    line-height: 24.5px;
}

.body_text_2{
    font-family:var(--font-Fustat);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.text_f9{
    color: var(--white-f9);
}
.text_f0{
    color: var(--white-f0);
}
.text_ff{
    color: var(--primary-white);
}

.text_666{
    color: var(--darkGray);
}

.text_6{
    color: #666666 !important;
}

.text_1a{
    color: var(--primary-black-1);
}

.text_44{
    color: var(--primary-black-4);
}

.text_0db{
    color: var(--primary-black-0d);
}

.text_0BB{
    color: var(--primaryBlue);
}

.text_b_1c{
    color: var(--primaryBlue-1c);
}

.text_355{
    color: var(--primary-blue-dark);
}
.text_1e{
    color: var(--primary-black-1e);
}

.text_5c{
    color: var(--gray-5c);
}

.btn_bg{
    background-color: var(--primaryBlue);
}

.spacing-2{
    letter-spacing: -2px;
}

.comn_btn_1{
    padding: 6.5px 8px 6.5px 16px;
    display: inline-flex;
    align-items: center;
    background-color: var(--primaryBlue);
    color: var(--primary-black-1);
    font-family: var(--font-Fustat);
    font-weight: 600;
    font-size: 19.2px;
    line-height: 24.2px;
    border-radius: 1000px;
    text-decoration: none;
    cursor: pointer;
}

.btn_icon{
    margin-left: 10px;
}

.comn_btn_1:hover{
    background-color: var(--primary-blue-dark);
    color: var(--primary-white);
}


.comn_btn_1:hover .btn_1_icon svg rect{
    fill: var(--primaryBlue);
    transition: all 0.3s ease;
}

.comn_btn_1:hover .btn_1_icon svg path{
    stroke:#1a1a1a;
    transition: all 0.3s ease;
}



.comn_btn_2{
    padding:5.8px 8px 5.8px 14.5px;
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-white);
    font-family: var(--font-Fustat);
    color: var(--primary-blue-dark);
    border: 1px solid;
    font-weight: 600;
    font-size: 19.2px;
    line-height: 24.2px;
    border-color: var(--primary-blue-dark);
    border-radius: 1000px;
    cursor: pointer;
}

.btn_icon_2{
    margin-left: 5px;
}

.comn_btn_2:hover .btn_icon_2 svg path{
    stroke: var(--primary-white);
    
}


.comn_btn_2:hover{
    background-color: var(--primary-blue-dark);
    color: var(--primary-white);
    transition: all 0.3s ease;
}

.comn_btn_3{
    padding: 6px 7.6px 6px 15px;
    display: inline-flex;
    align-items: center;
    background-color: var(--primarty-light-blue);
    color: var(--primary-black-1);
    font-family: var(--font-Fustat);
    font-weight: 600;
    font-size: 19.2px;
    line-height: 24.2px;
    letter-spacing: 0%;
    border-radius: 1000px;
    text-decoration: none;
    cursor: pointer;
}

.comn_btn_3:hover{
    background-color: var(--primary-white);
    color: #1A1A1A;
}



.bg_f4{
    background-color: var(--primarty-light-blue);
}

.btn_icon_img_1{
    max-width: 40px;
}
.btn_icon_img_2{
    max-width: 20px;
}


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

.comn_blck_section{
    background-color: var(--primary-black-1);
    border-radius: 40px;
}

/******************* header Section*********************/

.main_header{
    background-color: var(--primary-white);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.main_header_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.main_header_area .brand_logo{
    max-width: 140px;
}

.main_header_area .brand_logo img{
    width: 100%;
}


.main_header_area .nav{
    max-width: 670px;
    width: 100%;
}

.nav .nav_menu{
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav_menu li a{
    font-family: var(--font-Fustat);
    color: var(--primary-black-1);
    font-weight: 600;
    font-size: 19.2px;
    line-height: 29.2px;
    text-decoration: none;
}


.menu-toggle {
    display: none;
}


.dropdown_menu .dropdown{
    display: flex;
    align-items: center;
    gap: 6px;
}

.close-menu{
    display: none;
    width: 30px;
}

.close-menu img{
    width: 100%;
}



.dropdown_menu {
    position: relative;
    list-style: none;
}

.dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown_icon{
    width: 24px;
}

.dropdown_icon img{
    width: 24px;
}

.dropdown_content {
    display: none; /* Hidden by default */
    position:absolute;
    background-color: #ffffff;
    min-width: 300px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

.dropdown_content li {
    padding: 10px;

}

.dropdown_content :first-child{
    border-radius: 4px 4px 0 0;
}

.dropdown_content :last-child{
    border-radius: 0 0 4px 4px;
}


.dropdown_content li:hover{
    background-color: #35579C;
    transition: 0.3s;
    cursor: pointer;

}

.dropdown_content li:hover a{
    color: #ffffff;
}

/* ***************** Home Page Css ****************** */

.healthcare_section{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}



.healthcare_section::after{
    content: '';
    background: linear-gradient(270.15deg, rgba(26, 26, 26, 0) 12.91%, rgba(26, 26, 26, 0.7) 53.18%, #1A1A1A 93.79%);

    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.healthcare_wrapper{
    padding-top: 190px;
    padding-bottom: 135px;
}

.healthcare-content{
    max-width: 745.66px;
    color: var(--primary-white);
}

.healthcare-content h4{
    color: var(--primaryBlue);
    margin: 18px 0 14px 0;
    font-weight: 700;
}

.healthcare-content .healthcare_btn{
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

/* insight Section */

.welcom_insight_section{
    overflow-x: hidden;
}

.insight_heading p{
    margin-top: 18px;
}

/* .wrapper_container_100 .insight_slider::before{
    content: '';
    position: absolute;
    right: 0;
    width: 145px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(89.5deg, rgba(255, 255, 255, 0) 30.62%, #FFFFFF 78.14%);

} 
.wrapper_container_100 .insight_slider::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270.5deg, rgba(255, 255, 255, 0) 30.62%, #FFFFFF 78.14%);

}  */

.wrapper_container_100 .insight_slider{
    margin: auto;
    margin-top: 52px;
    display: flex;
    position: relative;
}

.insight_slider .slick-cloned{
    width: 100%;
}

.autoplay img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* clinic Section */

.clinic_heading{
    max-width: 930px;
    margin: auto;
}

.psychiatry_wrapper .psychiatry_container:not(:last-child){
    border-bottom: 1px solid var(--borderColor);
}   
.psychiatry_wrapper .psychiatry_container:first-child{
    padding-top: 0;
}
.psychiatry_wrapper .psychiatry_container:last-child{
    padding-bottom: 0;
}
.psychiatry_wrapper .psychiatry_container{
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 30px;
}

/* experties section */

.experties_heading{
    max-width: 776px;
    margin: auto;
}

.experties_card_container{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.experties_card_container .experties-card{
    max-width: 401px;
    width: 100%;
    height: 0%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-blue-dark);
    border-radius: 14px;
}

.experties_card_container .experties-card h4{
    color: var(--primary-white);
}

.experties_card_container .experties-card ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.experties_card_container .experties-card li a{
    padding: 7.4px 16px;
    border: 1px solid var(--primary-white);
    color: var(--primary-white);
    border-radius: 1000px;
    display: inline-flex;
    font-weight: 400;
    text-transform: uppercase;
}


.experties_card_container .experties_card_btn{
    margin-top: 38px;
}

.experties-card .comn_btn_1{
    background-color: var(--primarty-light-blue);
    margin-top: 38px;
}

/* Choose Us section */

.choose_us_section{
    background-color: var(--primary-black);
    border-radius: 40px;
}

.choose_us_container{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: self-start;
}

.choose_us_content h4{
    text-align: left;
}

.choose_us_container .choose_left_side{
    max-width: 527px;
    position: sticky;
    top: 114px;
}
.choose_left_side img{
    width: 100%;
    border-radius: 20px;
}

.choose_us_container .choose_right_side{
    max-width: 608px;
}

.choose_us_container .choose_right_side .count{
    padding: 12px;
    font-family: var(--font-Fustat);
}

.choose_us_container .choose_right_side li{
    display: flex;
    gap: 30px;
    padding: 50px 0;
}

.choose_right_side ul li:first-child {
    padding-top: 0;
}
.choose_right_side ul li:last-child {
    padding-bottom: 0;
}

.choose_right_side ul li:not(:last-child) {
    border-bottom: 1px solid var(--borderColor);
}

.choose_right_side ul li :last-child{
    padding-bottom: 15px;
}



/* why we do it section */

.why_we_container{
    display: flex;
    gap: 24px;
}

.why_we_content{
    max-width: 606px;
}

.why_we_right_side{
    max-width: 609px;
}

.why_we_right_side img{
    width: 100%;
    border-radius: 20px;

} 

/* Our client section */


.client_slide .client_slide_box{
    max-width: 397px;
    width: 100%;
    border-radius: 14px;
    color: var(--white-f0);
    width: 100%;
    padding: 24px 20px;
    background-color: var(--primary-black-1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.client_slide_box .client_slide_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
    min-height: 100%;
}

.client_slide_card h4{
    color: var(--light-blue-E6F);
}

.client_slide .slick-track {
    display: flex !important;
    gap: 25px;
}

.client_slide .slick-slide{
    height: auto;
    gap: 55px   ;
}

.client_slide .slick-center{
    background-color: var(--primary-blue-dark);
    color: var(--primary-white);
}


.wrppe__slider__btn{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease all;
    border: 1px solid var(--primary-blue-dark);
    cursor: pointer;
}
.wrapper__slider__btn__box ul{
    gap:0 30px;
    margin-top: 52px;
}

.wrppe__slider__btn:hover{
    background-color: var(--primary-blue-dark);
}

.wrppe__slider__btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(225deg) brightness(101%) contrast(101%);
}
.wrppe__slider__btn.client_more_next.slick-arrow {
    transform: rotate(180deg);
}


/********** Footer CSS *************/

.f_font , .company_sec a,.copyright_sec a{
    color: var(--primary-white);
    font-family: Fustat;
    font-weight: 400;
    font-size: 18.46px;
    line-height: 28px;

}

.f_heading{
    color: var(--primary-white);
    font-family: var(--font-Fustat);
    font-weight: 700;
    font-size: 18.46px;
    line-height: 28px;
    text-align: left !important;
    padding-bottom: 12px;
}

.footer_section{
    background-color: var(--primary-blue-dark);
    padding-top: 60px;
}

.footer_sec{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer_sec .buisness_sec{
    max-width: 292px;
}

.buisness_sec .footer_logo{
    max-width: 286px;
    margin-bottom: 24px;
}

.footer_logo .footer_logo_img{
    width: 100%;
    height: 100%;
}

.footer_sec .company_container{
    max-width: 497px;
    gap: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.buisness_sec .buisness_time{
    margin-top: 24px;
}

.company_container .contact_sec{
    max-width: 317px;
}

.company_container .company_sec{
    max-width: 140px;
    width: 100%;
}

.company_sec ul li {
    padding-bottom: 12px
}

.contact_sec ul li{
    padding-bottom: 20px;
}

.icons_ul a.f_font {
    display: flex;
    align-items: baseline;
}

.icons_ul a.f_font span {
    margin-right: 10px;
    flex: 0 0 24px;
}

.icons_ul a.f_font span img{
    width: 100%;
}

.footer_sec .map_sec{
    max-width: 370px;
    width: 100%;
}
.map_sec .map_container{
    width: 100%;
}

.map_sec .social_icons{
    margin-top: 30px;
    max-width: 158px;
    display: flex;
    gap: 10px;
}

.social_icons a img{
    width: 32px;
}

.copyright_sec{
    border-top: 1px solid var(--borderColor-3);
    margin-top: 45px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.copyright_sec .f_ul{
    display: flex;
    gap: 3px;
}

.copyright_sec .terms {
    gap: 40px;
}

.copyright_sec .terms li{
    position: relative;
}

.copyright_sec .terms li:not(:last-child)::after{
    content: "|";
    position: absolute;
    top: 14%;
    margin-left: 19px;
    color: var(--primary-white);
}

.f_ul li a:hover{
    color: var(--primary-white);
}



/* ******************* About Us Page CSS ******************** */

.common_top_banner{
    background-color: var(--primary-blue-dark);
}

/* about section */

.about_btn ul{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px
}

.about_blck_btn{
    background-color: var(--primary-black-1);
    border-color: var(--primary-white);
    color: var(--primary-white);
}

.about_blck_btn svg path{
    stroke: var(--primary-white);
}

.about_blck_btn:hover{
    background-color: var(--primary-white);
    color: var(--primary-black-1);
}

.about_blck_btn:hover svg path{
    stroke: var(--primary-black-1) !important;
}

/* purpose section */

.purpose_faq .faq_toggle{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.purpose_faq:not(:first-child){
    padding-top: 32px;
}

.purpose_faq:not(:last-child){
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 32px;
}



.purpose .purpose_content{
    margin-top: 12px;
    display: none;
    padding-right: 32px;
}

.purpose_faq .purpose_icon{
    cursor: pointer;
}

.faq_list h4 span{
    font-weight: 500;
}

/* provider Css */

.provider_heading{
    max-width: 776px;
}

.providers_cards_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 26px;
    row-gap: 52px;
}

.providers_cards_container .providers_card{
    max-width: 396px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 250px 250px 20px 20px;
    
    
}


.providers_card .providers_card_img img{
    width: 100%;
    border-radius: 250px 250px 0 0;

}

.provider_card_btn .comn_btn_3{
    background-color: var(--primary-white);
    border: 1px solid var(--primary-blue-dark);
}

.providers_content .provider_name{
    margin-top: 22px;
    margin-bottom: 28px;
}

.providers_content .provider_name h4{
    color: var(--primary-black-1);
}

.providers_content .provider_name h5{
    color: var(--darkGray);
    font-weight: 500;
}

.providers_card:hover .provider_name h4,
.providers_card:hover .provider_name h5{
color:#fff;
}

.providers_content .providers_card_img{
    border: 1px solid var(--borderColor);
    border-radius: 200px 200px 0 0 ;
    max-width: 356px;
    width: 100%;
}

.providers_card:hover .provider_card_btn .card_btn_3{
    background-color: var(--light-blue-E6F);
}

.providers_card:hover .providers_card_img{
    background-color: var(--primary-white);
    /*border: none;*/
    border-color: #35579c;
    
}

.providers_cards_container .providers_card:hover{
    background-color: var(--primary-blue-dark);
    transition: .6s;
    color: var(--primary-white);
} 


/* portal section */

.portal_section{
    background-color: var(--primary-black-1);
    border-radius: 20px;
}

.wrapper_container_3 .portal_btn ul{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}


/* ****************** Detail Page of Team Page Css ******************** */

.team_detail_container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}

.team_detail_container .team_img_container{
    max-width: 503px;
    width: 100%;
    height: 100%;
    border-radius: 400px 400px 0 0 ;
    border: 1px solid var(--borderColor);
}

.team_img_container .team_img{
    width: 100%;
    border-radius: 400px 400px 0 0 ;
}

.team_detail_container .team_detail_content{
    max-width: 713px;
    width: 100%;
}

.detail_about_team .heading_2{
    margin-bottom: 18px;
}

.team_detail_content .team_detail_btn{
    margin-top: 24px;
}

.team_detail_content .team_detail_faq{
    margin-top: 24px;
}

/* *************** Psychiatry Page Css ***************** */

/* Psychiatry team section css */


.team_container{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.team_container .team_content{
    max-width: 606.77px;
    width: 100%;
}

.team_container .team_content img{
    border-radius: 20px;
}

.team_content .team_content_heading{
    max-width: 436px;
    width: 100%;
    margin-bottom: 18px;
}

.team_container .team_img_container{
    max-width: 609.23px;
    width: 100%;
}

.team_img_container img{
    border-radius: 20px;
}

.team_content .team_btn{
    margin-top: 32px;
}


/* what we treat section */

.treat_heading{
    max-width: 742px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}



.treat_sliders_container ul li{
    padding: 11.5px 24px;
    border: 1px solid var(--primary-blue-dark);
    border-radius: 100px;
    text-align: center;
    box-shadow: 0px 4px 6px 0px #35579C1A;

}

.treat_slider_1{
    padding-bottom:36px;
}

.treat_slider .slick-track {
    display: flex;
    gap: 20px; /* Works in modern browsers */
  }
.treat_slider.slick-slide {
    float: none; /* Cancel Slick’s float */
    display: flex;
    
  }
.treat_slider_2 .slick-track {
    display: flex;
    gap: 20px; /* Works in modern browsers */
  }
.treat_slider_2.slick-slide {
    float: none; /* Cancel Slick’s float */
    display: flex;
    
  }

/* symptomps section */

.symptomps_section{
    background-color: var(--primary-black-1);
    border-radius: 40px;
}

.symptomps_container{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.symptomps_container .symptopms_content{
    max-width: 606.77px;
    width: 100%;
}

.symptomps_container .symptopms_content .heading_2{
    margin-bottom: 18px;
}

.symptopms_content .symptomps_name_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 14px;
    margin-top: 32px;
}

.symptopms_content .symptomps_name_list li{
    padding: 8px 18px;
    border: 1px solid var(--primary-blue-dark);
    border-radius: 100px;
    background-color: var(--primary-white);
}

.symptopms_content .symptomps_btn{
    margin-top: 32px;
}

.symptomps_container .symptomps_img_container{
    max-width: 609.23px;
    width: 100%;    
    border-radius: 20px;
}

.symptomps_img_container img{
    border-radius: 20px;
}

/* Anxiety Treatment Section */

.anxiety_cards_container{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;

}

.anxiety_cards_container .anxiety_card{
    max-width: 594px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 14px;
    background-color: var(--primary-blue-dark);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.anxiety_cards_container .anxiety_card h4{
    margin-bottom: 22px;
}

.anxiety_card .anxiety_card_btn{
    margin-top: 62px;
}

/* ********************** Anxiety Disorder Therapy page css************************ */


/* Spot The Symptoms Section */

.spot_symptoms_container ul{
    justify-content: center;
    gap: 20px;  
}


/* Control Anxietty Section */

.anxiety_control_table table th{
    background-color: var(--primary-blue-dark);
    padding: 20px;
    color: var(--primary-white);
}

.anxiety_control_table th:nth-child(1),
.anxiety_control_table td:nth-child(1) {
    width: 350px;
}

.addresing_anxiety_table th:nth-child(1),
.addresing_anxiety_table td:nth-child(1) {
    width: 364px;
}

.addresing_anxiety_table th:nth-child(2),
.addresing_anxiety_table td:nth-child(2),
.addresing_anxiety_table th:nth-child(3),
.addresing_anxiety_table td:nth-child(3) {
    width: 438px;
}

.anxiety_control_table table tbody td{
    border-left: 1px solid #5c5c5c;
}

.anxiety_control_table table tbody tr:not(:last-child){
    border-bottom: 1px solid #5c5c5c;
}

.anxiety_control_table table th:not(:last-child){
    border-right: 1px solid var(--primary-white);
}

.anxiety_control_table table {
    width: 100%;
    border-radius: 10px; /* adjust as needed */
    overflow: hidden; 
}

.anxiety_control_table table tbody tr{
    background-color: var(--primary-white);
    
}

.anxiety_control_table table tr td{
    padding: 20px;
}


/* Anxiety Disorder therapy journey*/


.anxiety_therapy_journey_container .span_font li span{
    font-weight: 600;
}

.anxiety_benefits_ul{
    list-style: auto;
    margin-left: 35px;
}

.anxiety_benefits_ul li::marker{
    color: var(--primary-blue-dark);
    font-weight: 600;
}

.supporting_anxiety_ul{
    list-style: auto;
    margin-left: 35px;
}

.supporting_anxiety_ul li::marker{
    color: var(--primary-blue-dark);
    font-weight: 600;
}


/* <!-- Anxiety Disorder Faq --> */

.anxiety_faq_wrapper .faq_list_container{
    padding:33px 40px;
    border-radius: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
}


.faq_list_container .faq_list_content{
    margin-top: 24px;
    display: none;
}

.faq_list_container.active {
    background-color: var(--primary-blue-dark);
    color:var(--primary-white);
}

.faq_list_container.active .heading_5{
    color:var(--primary-white);
}

.faq_list_container.active .faq-list-content p {
    color:var(--primary-white);
}

.faq_list .faq_icon{
    cursor: pointer;
}

.faq_list h4 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}


/* ******************** Anger Managment page Css **************** */

.anger_managment_container p{
    margin-top: 18px;
}

.program_container{
    align-items: center;
}

.program_container .program_img_container{
    max-width: 607px;
    width: 100%;
}

.program_img_container img{
    border-radius: 20px;
}

.program_container .program_content{
    max-width: 588px;
    width: 100%;
}

/* hot headed section */

.hot_headed_container{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: space-between;
}

.hot_headed_table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.hot_headed_table th:nth-child(1),
.hot_headed_table td:nth-child(1){
    width: 190px;
}

.hot_headed_table th{
    background-color: #35579C;
    color: var(--primary-white);
}

.hot_headed_table th{
    padding: 20px;
}

.hot_headed_table thead tr th:not(:last-child){
    border-right: 1px solid white;
}

.hot_headed_container .hot_headed_content{
    max-width: 608px;
    width: 100%;
}

.hot_headed_container .hot_headed_table{
    max-width: 608px;
    width: 100%;
}

.hot_headed_table table tbody tr td:last-child{
    border-right: 1px solid #5c5c5c;
}

.hot_headed_table table tbody tr td{
    border-left: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding: 20px;
}

.hot_headed_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }
.hot_headed_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }

.hot_headed_table thead th:first-child {
    border-top-left-radius: 10px;
  }
  
.hot_headed_table thead th:last-child {
    border-top-right-radius: 10px;
  }  

/* ********************** TMS Page CSS ************************ */

.tms_therapy_btn{
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

/* proven result section */

.proven_tables_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.proven_tables_container .proven_bdi_container{
    max-width: 574px;
    width: 100%;
}

.proven_tables_container .proven_table_1{
    max-width: 605px;
    width: 100%;
    overflow-y: hidden;
}

.proven_result_tables{
    align-items: baseline;
}

.proven_result_tables .proven_table_3{
    max-width: 611px;
    width: 100%;
    overflow-y: hidden;
}

.proven_table_3 th:nth-child(1),
.proven_table_3 td:nth-child(1){
    width: 188px;
}

/* **************** New Patient Page ******************* */

.new_patient_process_container a:hover{
    color: var(--darkGray);
}


.input_txt{
    font-family: var(--font-Fustat);
    color: #a0a0a0;
    font-weight: 400;
    font-size: 15.36px;
    line-height: 22px;
}

.form_wrapper{
    max-width: 960px !important;
    width: 100%;
    margin: auto;
    
}

.form_wrapper .form_container{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    box-shadow: 0px 4px 25px 0px #0000000F;
    background-color: var(--primary-white);
    border-radius: 40px;
}


.form_container .progress_wraper{
    display: flex;
    max-width: 830px;
    width: 100%;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left:15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.progress_wraper .progress{
    background-color: #ffffff;
}

.progress_wraper .body_text_2{
    line-height: 20px;
}

.progress_wraper li{
    list-style: none;
    align-items: center;
    width: calc(800px / 3);
}

.progress_wraper_inner {
    position: relative;
    display: flex;
    justify-content: center;
}

.progress_wraper_inner .icon{
    position: absolute;
    right: 0;
}


.progress_icons{
    display: flex;
    align-items: center;
    gap: 16px;
}

.progress_icons img{
    width: 20px;
    height: 20px;
}


.progress_icons .progress,
.progress_icons .complete{
    display: none;
}

.wrapper_complete .body_text_2{
    color: #0D0B26;
}

.wrapper_complete  svg path{
    fill: #0D0B26 !important;
}

.wrapper_complete .complete{
    display: block;
  }
  .wrapper_complete .start{
      display: none;
}



.wrapper_progress .body_text_2{
    color: #35579C;
}

.wrapper_progress  svg path{
    fill: #35579C !important;
}

.wrapper_progress .progress{
    display: block;
  }
  .wrapper_progress .start{
      display: none;
}

.wrapper_def .body_text_2{
    color: #666666;
}

.form_wrapper .registration_form{
    max-width: 570px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.registration_form .form_input{
    padding-bottom: 30px;
}

.form_input .input_feild{
    width: 100%;
    border: 0.7px solid #C3C3C3;
    border-radius: 4px;
}

.form_input .input_feild .select_input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 0 15px 10px ;
    background: url(../images/chevron-down.svg) right no-repeat;
    background-position: right 10px center;
    background-size: 24px;
}

.form_label_txt{
    font-family: var(--font-Fustat);
    color: var(--darkGray);
    font-weight: 500;
    font-size: 18.84px;
    margin-bottom: 10px;
}

.form_input label span{
    color: #EC1313;
}

.input_feild input{
    width: 100%;
    border: none;
    padding:15px 10px;
    outline: none;
    border-radius: 4px;

}

.input_feild ::placeholder{
    color: #A0A0A0;
}

.date_input_feild{
    position: relative;
}

.date_input_feild input[type="date"]{
    text-transform: uppercase;
    padding-left: 40px !important;
}

.date_input_feild input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

span.date_input_icon {
    position: absolute;
    top: 25%;
    left: 10px;
}

.date_input_icon img {
    width: 24px;
    height: 24px; 
    cursor: pointer;
}


.radio-btn-input {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    border: none;
    padding: 0 10px;
}

.radio-btn-input .radio-input {
    display: flex;
    gap: 8px;
    align-items: center;
}

.radio-btn-input .radio-input input {
    width: 16px;
    height: 16px;
}

.form_input .text_5c{
    color: var(--gray-5c)!important;
}

/* Experties Section */

.experties_container{
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.experties-card_ul{
    list-style: disc;
}

.experties_container .experties_card{
    background-color: var(--primary-blue-dark);
    max-width: 401.33px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 14px;
}

.experties_card_ul{
    list-style: disc;
    padding-left: 24px;
}

.experties_card a{
    color: var(--primary-white);
}

.experties_card a:hover{
    color: var(--primary-white);
}


/* ********************** Ptient Resource Page Css ************************ */

.patient_resource_form{
    max-width: 830px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

.resource_content .preparing ul{
    list-style: auto;
    margin-left: 28px;
}

.resource_item_container ul{
    list-style: auto;
    margin-left: 30px;
}

.radio-input .input_txt{
    color: #1A1A1A;
}

.input_feild .input_p{
    color: #5c5c5c;
}

/* ********************** Patient Resource page 2 css ****************** */


.resources_cards_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 29px;
}

.resources_card{
    padding: 40px;
    border-radius: 40px;
    background-color: var(--primary-white);
    max-width: 394px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
    box-shadow: 0px 4px 25px 0px #0000000F;

}

.preparing ul li::marker{
    color: var(--darkGray);
    font-weight: 500;
}

.resource_item_container ul li::marker{
    color: var(--primary-white);
    font-weight: 500;
}


/* ********************* Credit Card Form CSS ******************** */

.form_wrapper .credit_card_form{
    max-width: 830px;
    padding: 0 15px;
    margin: auto;
}

.credit_cards_input{
    display: flex;
    gap: 10px;
}

.credit_cards_input .select_card{
    max-width: 400px;
}

.credit_checkbox{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.credit_form_txt{
    font-family: var(--font-Fustat);
    color: var(--gray-5c);
    font-size: 15.36px;
    line-height: 22px;
    font-weight: 400;
}

.form_input .signature_feild{
    border: 1px solid #c3c3c3;
    height: 200px;
    border-radius: 4px;
}

.signature_btn a{
    text-decoration: underline !important;
    font-family: var(--font-Fustat);
}


/* ******************** HIIPA Form Page CSS ********************* */

.authorization_input_container_wrapper{
    width: 90%;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.authorization_input_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.authorization_input{
    display: flex;
    gap: 10px;
}

.authorization_input label{
    color: var(--primary-black-1);
}

.form_blck{
    color: var(--primary-black-1);
}

.terms_heading hr{
   background-color:  #C3C3C3;
}

.terms_content_container{
    
    width: 100%;

}

.checkbox_flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.office_use_heading hr{
    background-color: #c3c3c3;
    color: var();
}

.verification_checkbox{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


/* ******************** Physician Form Page CSS ************************ */

.form_input .checkbox_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 30px;
}

.checkbox_grid .checkbox_items{
    display: flex;
    align-items: baseline;
    gap: 10px;
}


/* *********************TMS Assesment Forms CSS************************* */


.form-step{
    display: none;
}

.form-step.active{
    display: block;
}

.tms_form_btn .back_btn {
    margin-right: 15px;
    padding: 7px 16px 7px 8px;
}

.back_btn span{
    rotate: 180deg;
    margin-right: 5px;
}

.back_btn:hover svg path{
    stroke: var(--primary-white);
}

.tms_form_last_tab p a{
    text-decoration: underline !important;
}

/* ******************** Patient Servay Page Css *********************** */
.review_container .review_platform{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.review_platform li{
    position: relative;
}

.review_platform li a{
    text-decoration: underline !important;
}

.review_platform li:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 80%;
    bottom: 0.5%;
    width: 2px;
    background-color: black;
    margin-left: 14px;
    
}

.ratting_stars{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ratting_stars li{
    cursor: pointer;
}

.ratting_stars .stars svg path{
    fill: none;
    stroke:#F5CC17;
}

.ratting_stars .stars.active svg path{
    fill: #F5CC17;
}

/* ********************** Career page Css ********************** */


.career_cards_container .resources_card{
    max-width: 605.5px;
    gap: 60px;
}

/* ********************** Career 2 Page css ********************* */

.application_form_container .application_form{
    max-width: 830px;
    padding: 0 15px;
    margin: auto;
}

.application_form_container .form_heading h2{
    overflow-wrap: break-word;
}

.application_form .application_form_input{
    width: 100%;
    display: flex;
    gap: 10px;
}

.application_form_input .form_input{
    width: 100%;
}

.input_feild .message_input{
    width: 100%;
    padding: 10px;
    height: 116px;
    resize: none;
    outline: none;
    border: none;
    border-radius: 4px;
}

.file-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: dashed 0.7px #C3C3C3 ;
    border-radius: 4px;
    position: relative;
    transition: background 0.3s;
}

  .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload .file_input_icon img{
    width: 40px;
}   

.careers_form_btn{
    display: flex;
    justify-content: center;
}

.registration_form button{
    border: none;
    margin: auto;
    margin-top: 30px;
    box-shadow: none;
}


/* ************** Contact Page Css ******************* */


.contact_fill_form_container{
    padding: 40px;
    box-shadow: 0px 4px 25px 0px #0000000F;
    background-color: var(--primary-white);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
} 

.contact_information_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.contact_information_container .contact_details{
    max-width: 606.77px;
    width: 100%;
}

.contact_information_container .contact_img_container{
    max-width: 609.23px;
    border-radius: 10px;
    width: 100%;
}


.contact_img_container .contact_img{
    width: 100%;
    
}

.hours-container{
    max-width: 350px;
    width: 100%;
}

.hours-container .day_row{
    display: flex;
    justify-content: space-between;
}

.day-row span:first-child {
    max-width: 115px;
    width: 100%;
    display: inline-block;
}


/* ************************* Blog Page Css ******************************* */


.blog_cards_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
}

.blog_cards_container .blog_card{
    max-width: 605px;
    width: 100%;
    max-height: 100%;
    display: flex
;
    flex-direction: column;
}

.blog_card_img_container .blog_card_img{
    width: 100%;
    border-radius: 20px;
}


.blog_comn_font{
    font-family: var(--font-Fustat);
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}

.blog_card_content .blog_text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.prev_next_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 5px;

}

.prev_next_list .prev_next_li{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prev_next_li a:hover{
    color:#1a1a1a;
}

.prev_next_li_active{
    width: 47px;
    height: 47px;
    background-color: var(--primary-blue-dark);
    color: var(--primary-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev_next_list ul .prev_btn,
.prev_next_list ul .next_btn{
    padding: 2.5px 4px;
}

.next_prev_btn_active{
    color: var(--primary-black-1);
}

.prev_next_li_active a:hover{
    color: var(--primary-white);
}

.prev_btn a:hover{
    color:var(--gray-5c);
}

.next_btn a:hover{
    color: var(--primary-black-1);
}

/* ************************* Blog Details Page Css ******************************** */

.blog_detail_container{
    display: flex;
    align-items: center;
    gap: 29px;
}


.blog_right_side_content{
    max-width: 980px;
    width: 100%;
} 

.blog_detail_container .blog_content_container{
    max-width: 613px;
    width: 100%;
    height: 100%;
   
}

.blog_detail_container .blog_detail_img_container{
    max-width :597px;
    width: 100%;
    border-radius: 20px;
    height: 360px;
}

.blog_detail_img_container .blog_detail_img{
    width: 100%;
}

.blog_detail_content h2, p{
    text-align: left;
}

.blog_small_img_wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog_small_img_wrapper p{
    color: #555555;
    font-weight: 400;
}

.blog_small_img_wrapper .blog_small_img_container{
    max-width: 31px;
    height: 31px;
    width: 100%;
    border-radius: 50%;
}

.blog_small_img_container .blog_small_img{
    width: 100%;
}


/* blog_details_main_content section */

.blog_p_text{
    font-family: var(--font-Fustat);
    font-weight: 400;
    font-size: 18.46px;
    text-align: center;
    line-height: 24.5px;
}

.blog_details_main_content{
    display: flex;
    gap: 40px;
}

.blog_span{
    font-weight: 600;
    color: #35579C;
}

.blog__table_heading{
    position: relative;
}

.blog__detail_heading{
    color: #1A1A1A;
    text-align: left;
    font-weight: 700;
    
}



.blog_detail_p{
    color: #666666;
    text-align: left;
    font-weight: 400;
}

.blog_detail_ul{
    list-style: disc;
    margin-left: 30px;
}

.blog_detail_ul li::marker{
    font-size: 20px;
    color: #1A1A1A;
    text-align: center;
}

.blog_details_main_content .blog_table_content_container{
    max-width: 219.58px;
    position: sticky;
    top: 114px;
    height: 448px;
    width: 100%;
    background-color: var(--primary-white);
}

.blog_table_content_container .blog_table_content{
    overflow-y: auto;
    height: 392px;

}

.blog_table_content ul li{
    margin-bottom: 8px;
    margin-left: 10px;
}

.blog_table_content ul li a{
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
.blog_table_content ul li a:hover{
    color: #35579C;
}


.blog_table_content::-webkit-scrollbar{
    width: 10px;
}

.blog_table_content::-webkit-scrollbar-track {
    background-color: #D1D1D1;
    border-radius: 20px;
}

.blog_table_content::-webkit-scrollbar-thumb{
    background-color: #35579C;
    width: 10px;
    border-radius: 20px;
}

.blog_table_content p{
    font-weight: 500;
}

.blog_table_content p:hover{
    color: #35579C;
    cursor: default;
}

.blog_table_heading{
    position: relative;   
    margin-bottom: 16px;
}

.blog_table_heading hr{
    width: 77%;
    background-color:#B4B4B4 ;
    margin-top: 12px;

}

/* .blog_table_heading::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 77%;
    background-color:#B4B4B4 ;
} */

.blog_symptomps_ul {
    margin-top: 24px;
    list-style: disc;
    margin-left: 30px;
}

/* #### Jalaj css changes 16-05-2025 ### */
.provider_card_btn .comn_btn_3
 {
    min-width: 169px;
    height: 54px;
    border: none;
    outline: 1px var(--primary-blue-dark) solid;
}
.treat_sliders_container ul li {
    height: 57px;
}
.treat_section .treat_heading {
    margin-bottom: 32px;
}
.date_input_feild input[type="date"] {
    background: transparent !important;
    appearance: none !important;
    max-width: 100% !important;
    min-width: 300px !important;
    text-align: -webkit-left;
    height: 54px !important;
}
.date_input_feild input[type="date"]::webkit-datetime-edit{
    text-align: left !important;
     text-align: -webkit-left;
}

/* w-06-06-2025 */
.tms_container_box .tms_container:nth-child(even) {
    flex-direction: row-reverse;
}
.imagine_section .imagine_container:nth-child(even) {
    flex-direction: row-reverse;
}
.imagine_container.team_container:not(:first-child) {
    padding-top: 120px;
}
/* 11-06-2025 WS */
.blog_right_side_content p {
    color: #666666;
    text-align: left;
    font-weight: 400;
    margin-bottom: 22px;
}
.blog_right_side_content p a{
    font-weight: 600;
    color: #35579C;
}
.blog_right_side_content a{
      color: #35579C;
}
.blog_right_side_content h3{
    color: #1A1A1A;
    text-align: left;
    font-weight: 700;
    margin-top: 40px;
}
.blog_right_side_content h3{
    color: #1A1A1A;
    text-align: left;
    font-weight: 700;
    margin-top: 40px;
}
.blog_right_side_content ul, .blog_right_side_content ol{
    margin-top: 24px;
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 40px;
}
.blog_right_side_content ul li, .blog_right_side_content ol li{
	color: #666666;
    text-align: left;
    font-weight: 400;
    font-size: 18.46px;
    line-height: 24.5px;
	font-family: var(--font-Fustat);
}
.blog_right_side_content ol{
    list-style: decimal;
}

.blog_right_side_content h2,
.blog_right_side_content h3,
.blog_right_side_content h4,
.blog_right_side_content h5,
.blog_right_side_content h6{
    text-align: left;
    margin-top: 40px;
    margin-bottom: 14px;
}

.blog_detail_img {
    border-radius: 20px;
}

.saboxplugin-wrap .saboxplugin-authorname a{
    font-family: var(--font-Fustat);
    color: #35579C;
}
.heateor_sss_sharing_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--font-Fustat);
}
.blog_detail_content_section {
    background: #ffffff;
}
div#ez-toc-container {
    background: #fff;
    border: 1px solid #ffffff;
    padding: 0;
    box-shadow: none;
}
div#ez-toc-container .ez-toc-title {
    font-weight: 700;
    color: #1A1A1A;
    text-align: left;
    font-size: 23.07px;
    padding-bottom: 6px;
    margin-bottom: 16px;
    line-height: 33.01px;
    display: inline-block;
    font-family: var(--font-Fustat);
    border-bottom: 1px solid #B4B4B4;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #666666;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-Fustat);
    font-size: 18.46px;
    line-height: 24.5px;
}
#ez-toc-container li{
    margin-bottom: 8px !important;
    margin-left: 0 !important;
}
#ez-toc-container ul{
    margin-left: 0;
}
.blog_table_content_container nav {
    overflow-y: auto;
    height: 392px;
    padding-right: 20px;
}
.blog_table_content_container nav::-webkit-scrollbar{
    width: 9.58px;
}
.blog_table_content_container nav::-webkit-scrollbar-track {
    background-color: #D1D1D1;
    border-radius: 20px;
}
.blog_table_content_container nav::-webkit-scrollbar-thumb{
    background-color: #35579C;
    width: 10px;
    border-radius: 20px;
}
li.ez-toc-page-1.active a{
    color: #35579C !important;
}
/* 11-06-2025 WE */

/* AS -12-06-2025  */

/* Psychiatrist In west Page Css  */


.understanding_wrapper_container{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.container_606{
    max-width: 606.77px;
    width: 100%;
}

.container_609{
    max-width: 609.23px;
    width: 100%;
    border-radius: 20px;
}

.understanding_right_container img{
    width: 100%;
}


.condition_heading{
    max-width: 661px;
    width: 100%;
    margin: auto;
}

.condition_table th:nth-child(1), .condition_table td:nth-child(1) {
    width: 364px;
}

.condition_table th:nth-child(2), .condition_table td:nth-child(2) {
    width: 438px;
}
.condition_table th:nth-child(3), .condition_table td:nth-child(3) {
    width: 438px;
}


.expect_ul{
    margin-left: 30px;
}

.expect_ul li{
    list-style: disc;
}

.expect_ul li::marker{
    font-size: 20px;
}

.expect_img{
    width: 100%;
}

.expect_main_container .expect_container:nth-child(even) {
    flex-direction: row-reverse;
}


.mental_ul{
    margin-left: 25px;
}

.mental_ul li{
    list-style: disc;
}

.mental_ul li::marker{
    color: var(--primary-black-1);
}

.mental_ul span{
    color: var(--primary-black-1);
}

.fingerprint_ul{
    margin-left: 25px;
}

.fingerprint_ul li{
    list-style: disc;
}


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

.mental_wellnes_main_container .expect_container:nth-child(even) {
    flex-direction: row-reverse;
}

.treat_li_btn,.expect_left .treat_li_btn{
    display: flex;
    column-gap: 12px;
    row-gap: 14px;
    flex-wrap: wrap;
}

.treat_li_btn li ,.expect_left .treat_li_btn li{
	list-style-type:none;
    padding: 7px 17px;
    border: 1px solid var(--primary-blue-dark);
    border-radius: 100px;
	color: var(--primary-blue-dark);
	margin-bottom:0;
}
.expect_left .treat_li_btn.body_text_2 {
	
	padding-left: unset; 
    color: var(--primary-blue-dark);
	font-family: var(--font-Fustat);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.treat_symptomps_main_container .expect_container:nth-child(even) {
    flex-direction: row-reverse;
}
/*  W 12-06-2025*/
    .mx_813{
                max-width: 813px;
                width: 100%;
            }
            .wrapper__service__offer__row{
                margin-left: -9px;
                margin-right: -9px;
				row-gap:30px;
            }
            .wrapper__service__offer__col{
                max-width: calc(100% / 4 );
                width: 100%;
                padding-left: 9px;
                padding-right: 9px;
            }
/* AE -12-06-2025  */
/*  13-06-2025*/
.faq_icon {
  transition: transform 0.3s ease;
}

.faq_list_container.active .faq_icon {
  transform: rotate(-180deg);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(108%) contrast(101%);
}

/* ws 31-07-2025  */
.welcom_insight_section .wrapper_container_3.insight_heading {
    max-width: 955px;
}
body, .ast-separate-container {
    background-color: #ffffff !important;
    background-image: none;
}
.why_we_right_side img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.f_ul li a:focus{
	border-color:transparent !important;
	color:var(--primary-white) !important;
}

.wrapper__common__all ul, .wrapper__common__all ol ,
.purpose_faq ul, .purpose_faq ol,
.expect_left ul,
.expect_left ol,
.condition_container ol,
.condition_container ul,
.faq_list_content ol,
.faq_list_content ul,
.understanding_left_container ul ,.understanding_left_container ol{
	padding-left:20px;
    font-weight: 500;
    font-size: 18.46px;
    line-height: 24.5px;
	color: var(--darkGray);
    font-family: var(--font-Fustat);
}
.understanding_left_container ol{
	margin-left:20px;
}
.wrapper__common__all ul li,.wrapper__common__all ol li, 
.purpose_faq ul li, .purpose_faq ol li,
.expect_left ol li,.expect_left ul li,
.condition_container ul li,.condition_container ol li,
.faq_list_content ol li,.faq_list_content ul li,
.understanding_left_container ol li,.understanding_left_container ul li{
	margin-bottom:18px;
}
.wrapper__common__all ul li,
.purpose_faq ul li,
.expect_left ul li,
.condition_container ul li,
.faq_list_content ul li,
.understanding_left_container ul li{
  list-style-type: disc;
}

.wrapper__common__all ol li,
.purpose_faq ol li,
.expect_left ol li,
.condition_container ol li,
.faq_list_content ol li,
.understanding_left_container ol li{
  list-style-type: decimal;
}
.purpose_faq ol li strong ,.purpose_faq ol li b,
.purpose_faq ul li strong ,.purpose_faq ul li b,
.expect_left ol li strong,.expect_left ol li b,
.expect_left ul li strong,.expect_left ul li b,
.condition_container ul li strong,.condition_container ul li b,
.faq_list_content ol li strong,.faq_list_content ul li b,
.understanding_left_container ul li strong,.understanding_left_container ul li b,
.understanding_left_container ol li strong,.understanding_left_container ol li b{
	font-weight:bold !important;
}
.faq_list_content ol,.faq_list_content ul{
	color:var(--primary-white);
}
.wrapper__common__all h1,
.wrapper__common__all h2,
.wrapper__common__all h3,
.wrapper__common__all h4,
.wrapper__common__all h6,
.wrapper__common__all p
{
  text-align:left;
  margin-bottom: 18px !important;
}
.wrapper__common__all h1,
.wrapper__common__all h2,
.wrapper__common__all h3,
.wrapper__common__all h4,
.wrapper__common__all h6{
  margin-top:30px !important;
}
.providers_card .providers_card_img img{
	object-fit: cover;
    height: 395px;
    object-position: center center;
}
.anxiety_control_table table tbody td {
    border-bottom: 1px solid #5c5c5c;
}
.anxiety_benefits_ul li br, .supporting_anxiety_ul li br {
    display: none;
}
.faq_list_content a {
    color:  var(--primary-white);
	text-decoration:underline !important;
}
.expect_right img,.understanding_right_container img {
    border-radius: 20px;
}
.expect_img {
    position: sticky;
    top: 114px;
}
.blog_card_img_container img {
    height: 360px;
	object-position: top center;
    object-fit: cover;
}
.blog_detail_img_container img {
    height: 360px;
	object-fit:cover;
}
.blog_right_side_content p strong,
.blog_right_side_content p b,
.blog_right_side_content h2 strong,
.blog_right_side_content h2 b,
.blog_right_side_content h1 strong,
.blog_right_side_content h1 b,
.blog_right_side_content h3 Strong,
.blog_right_side_content h3 b,
.blog_right_side_content li strong,
.blog_right_side_content li b
{
	font-weight:bold;
}
div#ez-toc-container .ez-toc-title{
	color:#0d0d0d;
}
.patient_resource_section iframe {
    height: 1700px !important;
}
.backgroundSecBg {
    background: #f4fcff;
}
.team_img_container img {
    height: 417px;
    object-fit: cover;
    object-position: top center;
	position:sticky;
	top:112px;
}
.symptopms_content .symptomps_name_list li {
	padding: 8px 17.5px;}
.symptomps_img_container img {
    position: sticky;
    top: 112px;
    height: 723px;
    object-fit: cover;
    border-radius: 20px;
}
.wrapper__adt__heading p:not(:last-child),.br{
	margin-bottom:18px !important;
}
.emergency_section iframe {
    height: 550px !important;
    margin-top: 52px;
}
.wrapper__common__all p,.emergency_container p{
	color:#666666;
}
.wrapper__sep__form iframe {
    height: 1280px !important;
}
.wrapper__tpccp__form iframe {
	height: 1850px !important;}
.wrapper__prf__form iframe {
	height: 1750px !important;
   margin-top: 0;}
.wrapper__ic__locations h5:not(:first-child) {
    margin-top: 20px;
}
.wrapper__ic__locations p{
	margin-bottom:8px;
}
.expect_left ul li img ,.expect_left ol li img{
    display: none !important;
}
.expect_left h1,
.expect_left h2,
.expect_left h3,
.expect_left h4,
.expect_left h5,
.expect_left h6{
	text-align:left !important;
	color:var(--primary-black-1) !important;
}
.expect_left p:not(:last-child){
	margin-bottom:18px;
}
.journey_section.comn_blck_section ul li{
	list-style-type:disc !important;
}
.journey_section.comn_blck_section ol li{
	list-style-type:decimal !important;
}
.journey_section.comn_blck_section li img{
	display:none !important;
}
.journey_section.comn_blck_section ul,.journey_section.comn_blck_section ol{
	padding-left:20px;
}
.journey_section.comn_blck_section ul li,.journey_section.comn_blck_section ol li{
	text-align:left;
}
.expect_left ul li strong, .expect_left ul li b,
.expect_left ol li strong, .expect_left ol li b{
	color:var(--primary-black-1) !important;
}
 .expect_left h3, .expect_left h4, .expect_left h5, .expect_left h6,
 .expect_left .heading_3, .expect_left .heading_4, .expect_left .heading_5, .expect_left .heading_6,
.expect_left h2:not(:first-child),.expect_left .heading_2:not(:first-child){
	font-size:23.07px !important;
	line-height:30px;
	margin-bottom:18px;
}
.expect_left h2:first-child,.expect_left .heading_2:first-child{
	margin-bottom:18px !important;
}
.expect_left.container_606.f-width h2,
.expect_left.container_606.f-width h3,
.expect_left.container_606.f-width h4,
.expect_left.container_606.f-width h5,
.expect_left.container_606.f-width h6,
.expect_left.container_606.f-width p{
	text-align:center !important;
}
.expect_left.container_606.f-width table p{
	text-align:left !important;
}
.treat_li_btn li a, .expect_left .treat_li_btn li a{
	color:var(--primary-blue-dark);
}
.proven_tables_container .proven_table_1, .proven_tables_container .proven_table_3 {
	max-width: 605px;width:100%;}
.proven_tables_container {
   align-items: start;}
.wrapper__new__patient iframe {
    height: 805px !important;
}
.blog_small_img_wrapper .blog_small_img_container img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.wrapper__service__offer__card__image img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
}
.symptomps_section .symptomps_container:nth-child(even) {
    flex-direction: row-reverse;
}
.symptomps_section .symptomps_container:not(:last-child) {
    margin-bottom: 52px;
}
.journey_section.comn_blck_section .journey_container img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(1%) hue-rotate(29deg) brightness(107%) contrast(102%);
}
.heading_2 > .text-left-n, h2 .text-left-n ,.text-left-n{
    text-align: left !important;
    display: block;
}
.journey_container h2 ,.journey_container p{
    margin-bottom: 18px;
}
.understanding_right_container img {
    position: sticky;
    top: 114px;
}
section.journey_section.comn_blck_section p a {
    color: var(--primary-white);
}
.expect_left ol,.journey_section.comn_blck_section ol{
	margin-left:20px;
}
.detail_page_of_team .team_detail_container img {
    height: auto;
}
.expect_left.container_606.f-width .text-left-p p,
.expect_left.container_606.f-width .text-left-p h2,
.expect_left.container_606.f-width .text-left-p h3{
	text-align:left !important;
}
.prev_next_list .prev_next_li a,.prev_btn a,.next_btn a {
    color: var(--primary-black-1);
}
/* we 31-07-2025  */


/* 07-08-2025 Ws  */
.blog_right_side_content h2{
    font-size: 36.04px;
    line-height: 46.04px;
}

.blog_right_side_content h3{
    font-size: 28.84px;
    line-height: 38.84px;
}

.blog_right_side_content h4{
    font-size: 23.07px;
    line-height: 33.01px;
}

.blog_right_side_content h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.blog_right_side_content .psychiatry_faq_section p,.blog_right_side_content .psychiatry_faq_section li,.blog_right_side_content .psychiatry_faq_section a{
	color:var(--primary-white) !important;
}
.blog_right_side_content .psychiatry_faq_section p,.blog_right_side_content .psychiatry_faq_section ul,.blog_right_side_content .psychiatry_faq_section ol{
	margin-bottom:0;
}
.blog_right_side_content .psychiatry_faq_section ul,.blog_right_side_content .psychiatry_faq_section ol{
	margin-top:0 !important;
}
.blog_right_side_content .psychiatry_faq_section{
	margin-bottom:30px;
}
/* W E */
/* 12-08-2025 WS */
.page-template-tpl_psychiatrists_loc .condition_heading {
    max-width: 100%;
}
.wrapper_container_1 .understanding_wrapper_container:nth-child(even)  {
    flex-direction:row-reverse;
}
.wrapper_container_1 .understanding_wrapper_container:not(last-child){
    margin-bottom:50px;
}
/*  */

/* 15-12-2025 WS */
.insight_slider .slick-slide{
	padding-left:15px;
	padding-right:15px;
}
.insight_slider .slick-track{
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	align-items:center;
}
.insight_slider .slick-slide img{
	width:100%;
	height:90px;
	object-fit:contain;
}
.fw__700{
	font-weight:700 !important;
}
/* 15-12-2025 WE */


/* 06-04-2026 WS */
.patient_resource_section iframe.wrapper__new__patient__form {
    height: 800px !important;
}
.wrapper__common__all ul li b,.wrapper__common__all ul li strong,
.body_text_1 b, p b,.body_text_1 strong, p strong
 {
    font-weight: bold;
}
/* 06-04-2026 WE */

/* 08-04-2026 WS */
section.condition_section.pt__120.pb__120 + .expect_section.pt__120 {
    padding-top: 0 !important;
}
.page-template-tpl_location_flexi .wrapper_container_1 .understanding_wrapper_container:not(last-child),
.page-template-tpl_psychiatrists_loc .wrapper_container_1 .understanding_wrapper_container:not(last-child) {
    margin-bottom: 0;
}
section.expect_section.pt__120 + section.condition_section.pt__120.pb__120 {
    padding-top: 0 !important;
}
section.expect_section.pt__120 + section.expect_section.pt__120 {
    padding-top: 0;
}

section.expect_section.pt__120 + section.psychiatry_faq_section.pb__120.pt__120 {
    padding-top: 0;
}
/* 08-04-2026 WE */


/* 09-04-2026 */

.journey_section .portal_btn ul li {
    text-align: left !important;
}

/* 10-04-2026 */

.faq_list_content a {
    overflow-wrap: break-word;
}

.treat_sliders_container ul li{
	display:flex !important;
	align-items:center;
}

.e-con-inner ul li {
    margin-bottom: 8px;
}

.wrapper__common__all p br,
.wrapper__common__all ul li br{
    display:none;
}

/*  */

.expect_main_container .expect_left.container_606 .text-left-n{
	text-align:left !important;
}
/*  15-04-2026*/
.expect_left p {
    color: #666666;
}
/*  */

.why_we_right_side iframe {
    position: sticky;
    top: 100px;
}

/* 16-04-2024 WS */
.wrapper__table__box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}

.wrapper__table__box__inner {
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.expect_left.container_606 .wrapper__table__box__inner p {
    text-align: left !important;
}
.wrapper__table__box__inner:nth-child(n + 4 ) {
    max-width: calc(100% / 4);
}
/* 16-04-2024 WE */