@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html, body {
    overflow-x: hidden;
    font-family: "Readex Pro", sans-serif !important;
}

p, a {
    font-family: "Readex Pro", sans-serif !important;
}

a {
    text-decoration: none;
}

/* theme css */
a.primaryBtn {
    background: #87CEEB;
}

a.secondary {
    background: #FFB6C1;
}

.btn a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 13px 26px;
    border-radius: 5px;
    color: #000000;
}

.contentBox .cBox-Subtitle {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #E4EFFF;
    display: inline-block;
    border-radius: 10px;
    color: #3182FF;
}

.contentBox .cBoxTitle {
    font-size: 50px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    font-family: "Readex Pro", sans-serif !important;
}

.contentBox .cBoxTitle .primaryColor {
    color: #FFB6C1;
}

.contentBox .cBoxTitle .secondaryColor {
    color: #87CEEB;
}

.contentBox .cBoxText {
    color: #000;
    font-size: 18px;
}
/* theme css */

/* header */
header {
    padding: 10px 0;
}

header .row {
    display: flex;
    align-items: center;
}

header .menu ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin: 0;
}

header .menu ul li a {
    color: #000000;
}

header .headerBtn.btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
/* header */

/* bannerSec */
.bannerSec {
    background-image: url(../images/Group\ 1000001877.png);
    height: 690px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
}

.bannerSec .row {
    display: flex;
    justify-content: center;
}

.bannerSec .row .btn {
    padding: 0;
}

.bannerSec .row .btnRow {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.bannerSec .row .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bannerSec .contentBox .cBox-Subtitle {
    font-size: 24px;
    color: #fff;
    background: transparent;
}

.bannerSec .contentBox .cBoxTitle {
    font-size: 80px;
    color: #fff;
}

.bannerSec .contentBox .cBoxTitle .primaryColor {
    color: #FFB6C1;
}

.bannerSec .contentBox .cBoxTitle .secondaryColor {
    color: #87CEEB;
}

.bannerSec .contentBox .cBoxText {
    color: #fff;
    font-size: 18px;
}
/* bannerSec */

/* aboutSec */
.aboutSec {
    padding: 50px 0 50px;
}

.aboutSec .row {
    display: flex;
    align-items: center;
}

.aboutSec button.accordion-button {
    background: transparent;
    border: none !important;
    box-shadow: none;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 30px;
}

.aboutSec .accordion-item {
    border: transparent;
    position: relative;
    padding-left: 30px;
}

.aboutSec button.accordion-button::after {
    display: none;
}

.aboutSec .accordion-item .accordion-body {
    color: #1E2537;
    font-size: 24px;
}

.aboutSec .accordion-item button.accordion-button:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background-image: url(../images/psymbol.png);
    width: 30px;
    height: 30px;
    margin: auto;
}

.aboutSec .accordion-item button.accordion-button.collapsed:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background-image: url(../images/ssymbol.png);
    width: 30px;
    height: 30px;
    margin: auto;
}

.aboutSec .contentBox .cBoxTitle:after {
    content: '';
    position: absolute;
    background-image: url(../images/b32.png.png);
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    right: 60px;
    top: -20px;
}

.aboutSec img {
    width: 100%;
}
/* aboutSec */


/* oneOn1Chat */
.oneOn1Chat {
    padding: 50px 0;
    position: relative;
}

/* .oneOn1Chat:after {
    content: '';
    width: 9px;
    height: 58%;
    background-image : url(../images/Line\ 1.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    bottom: 0;
    display: block;
    margin: auto;
} */

.oneOn1Chat .row .contentBox {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.oneOn1Chat .row .contentBox:after {
    content: '';
    position: absolute;
    right: 40px;
    width: 163px;
    height: 163px;
    background-image: url(../images/b31.png.png);
    background-size: cover;
    background-position: center;
    top: 0;
}

.chatRow.chatRow1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.chatRow img {
    width: 100%;
}

.chatRow .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* width: 90%; */
    border-radius: 50px;
}

.row.chatRow .row .col.col-md-5 img {
    box-shadow: 0px 0px 13px 5px #ddd;
    border-radius: 50px;
}

.chatRow.chatRow1:hover {
    transform: translateX(-8%);
}

.chatRow.chatRow1 .row {
    margin: auto;
    margin-right: 10px;
    background: #87ceeb9e;
}

.chatRow.chatRow1 .col.col-md-5 {
    padding-left: 0;
}

.chatRow .row .contentBox {
    text-align: left;
    padding: 0 15px;
    margin: 0;
}

.chatRow .row .contentBox:after {
    display: none;
}

.chatRow .row .contentBox .cBoxTitle {
    font-size: 35px;
}

.chatRow .row .contentBox .cBoxText {
    font-size: 19px;
}

.chatRow {
    margin: 50px 0;
    transition: all ease 0.5s;
}

.row.chatRow.chatRow2 {
    margin-bottom: 24px;
}

.row.chatRow.chatRow2:hover {
    transform: translateX(8%);
}

.row.chatRow.chatRow2 .row {
    background: #ffb6c18f;
    margin-left: 5px;
}

.row.chatRow.chatRow2 .row .col.col-md-5 {
    padding-right: 0;
}

.chatRow.chatRow1.chatRow3 {
    margin-top: 50px;
}
/* oneOn1Chat */

/* guidelinesSec */
.aboutSec.guidelinesSec {
    padding: 10px 0 70px;
    position: relative;
}

.aboutSec.guidelinesSec:after {
    content: '';
    position: absolute;
    right: 8%;
    bottom: 0;
    background-image: url(../images/b34.png\ \(1\).png);
    width: 138px;
    height: 92px;
}

.aboutSec.guidelinesSec .contentBox .cBoxTitle:after {
    display: none;
}

.aboutSec.guidelinesSec .contentBox.flexBox {
    width: 90%;
    display: flex;
    gap: 10px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .imgBox {
    width: 7%;
    padding-top: 5px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .cBoxTitle {
    font-size: 27px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .cBoxText {
    font-size: 20px;
}
/* guidelinesSec */

/* newsletterRow */
footer {
    background-image: url(../images/footer.png);
    background-size: 100% 80%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.newsletterRow {
    background: #3182FF;
    border-radius: 50px;
    border: 16px solid #FFB6C1;
    padding: 20px;
}

.newsletterRow .contentBox {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    margin: auto;
}

.newsletterRow .contentBox .cBoxTitle {
    width: 70%;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.newsletterRow .contentBox .btn {
    width: 30%;
    display: flex;
    justify-content: end;
    padding-right: 0px;
}

.mainFooter {
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.mainFooter .menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin-bottom: 0;
}

footer .logoBox {
    text-align: center;
}

.mainFooter .menu li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

footer .rightsRow p {
    color: #fff;
    font-size: 18px;
}

footer .rightsRow .socialIcon {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 20px;
    justify-content: flex-end;
}

footer .rightsRow .socialIcon i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb6c1;
    font-size: 18px;
    border-radius: 5px;
}
/* newsletterRow */

a.logo img {
    width: 40%;
}

.bannerSec .contentBox .cBox-Subtitle {
    margin-bottom: 0px;
}

.bannerSec .contentBox .cBoxText {
    margin-bottom: 45px;
}

h2.cBoxTitle.makeitsm {
    font-size: 35px;
    margin-top: 30px;
}

section.aboutSec .contentBox .cBoxText {
    margin-top: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html, body {
    overflow-x: hidden;
    font-family: "Readex Pro", sans-serif !important;
}

p, a {
    font-family: "Readex Pro", sans-serif !important;
}

a {
    text-decoration: none;
}

/* theme css */
a.primaryBtn {
    background: #87CEEB;
}

a.secondary {
    background: #FFB6C1;
}

.btn a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 13px 26px;
    border-radius: 5px;
    color: #000000;
}

.contentBox .cBox-Subtitle {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 25px;
    background: #E4EFFF;
    display: inline-block;
    border-radius: 10px;
    color: #3182FF;
}

.contentBox .cBoxTitle {
    font-size: 50px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    font-family: "Readex Pro", sans-serif !important;
}

.contentBox .cBoxTitle .primaryColor {
    color: #FFB6C1;
}

.contentBox .cBoxTitle .secondaryColor {
    color: #87CEEB;
}

.contentBox .cBoxText {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
/* theme css */

/* header */
header {
    padding: 10px 0;
}

header .row {
    display: flex;
    align-items: center;
}

header .menu ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin: 0;
}

header .menu ul li a {
    color: #000000;
}

header .headerBtn.btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
/* header */

/* bannerSec */
.bannerSec {
    background-image: url(../images/Group\ 1000001877.png);
    height: 690px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
}

.bannerSec .row {
    display: flex;
    justify-content: center;
}

.bannerSec .row .btn {
    padding: 0;
}

.bannerSec .row .btnRow {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.bannerSec .row .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bannerSec .contentBox .cBox-Subtitle {
    font-size: 24px;
    color: #fff;
    background: transparent;
}

.bannerSec .contentBox .cBoxTitle {
    font-size: 80px;
    color: #fff;
}

.bannerSec .contentBox .cBoxTitle .primaryColor {
    color: #FFB6C1;
}

.bannerSec .contentBox .cBoxTitle .secondaryColor {
    color: #87CEEB;
}

.bannerSec .contentBox .cBoxText {
    color: #fff;
    font-size: 18px;
}
/* bannerSec */

/* aboutSec */
.aboutSec {
    padding: 50px 0 50px;
    padding-top: 100px;
}

.aboutSec .row {
    display: flex;
    align-items: center;
}

.aboutSec button.accordion-button {
    background: transparent;
    border: none !important;
    box-shadow: none;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 30px;
}

.aboutSec .accordion-item {
    border: transparent;
    position: relative;
    padding-left: 30px;
}

.aboutSec button.accordion-button::after {
    display: none;
}

.aboutSec .accordion-item .accordion-body {
    color: #1E2537;
    font-size: 17px;
    padding-top: 0px;
    padding-left: 30px !important;
}

.aboutSec .accordion-item button.accordion-button:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background-image: url(../images/psymbol.png);
    width: 30px;
    height: 30px;
    margin: auto;
}

.aboutSec .accordion-item button.accordion-button.collapsed:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background-image: url(../images/ssymbol.png);
    width: 30px;
    height: 30px;
    margin: auto;
}

.aboutSec .contentBox .cBoxTitle:after {
    content: '';
    position: absolute;
    background-image: url(../images/b32.png.png);
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    right: -135px;
}

.aboutSec img {
    width: 100%;
}
/* aboutSec */


/* oneOn1Chat */
.oneOn1Chat {
    padding: 50px 0;
    position: relative;
}

/* .oneOn1Chat:after {
    content: '';
    width: 9px;
    height: 58%;
    background-image : url(../images/Line\ 1.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    bottom: 0;
    display: block;
    margin: auto;
} */

.oneOn1Chat .row .contentBox {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.oneOn1Chat .row .contentBox:after {
    content: '';
    position: absolute;
    right: 40px;
    width: 163px;
    height: 163px;
    background-image: url(../images/b31.png.png);
    background-size: cover;
    background-position: center;
    top: 0;
}

.chatRow.chatRow1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.chatRow img {
    width: 100%;
}

.chatRow .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* width: 90%; */
    border-radius: 20px;
}

.row.chatRow .row .col.col-md-5 img {
    box-shadow: 0px 0px 13px 5px #ddd;
    border-radius: 50px;
}

.chatRow.chatRow1:hover {
    transform: translateX(-8%);
}

.chatRow.chatRow1 .row {
    margin: auto;
    margin-right: 10px;
    background: #87ceeb9e;
}

.chatRow.chatRow1 .col.col-md-5 {
    padding-left: 0;
}

.chatRow .row .contentBox {
    text-align: left;
    padding: 0 15px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.chatRow .row .contentBox:after {
    display: none;
}

.chatRow .row .contentBox .cBoxTitle {
    font-size: 30px;
}

.chatRow .row .contentBox .cBoxText {
    font-size: 17px;
}

.chatRow {
    margin: 50px 0;
    transition: all ease 0.5s;
}

.row.chatRow.chatRow2 {
    margin-bottom: 24px;
}

.row.chatRow.chatRow2:hover {
    transform: translateX(8%);
}

.row.chatRow.chatRow2 .row {
    background: #ffb6c18f;
    margin-left: 5px;
}

.row.chatRow.chatRow2 .row .col.col-md-5 {
    padding-right: 0;
}

.chatRow.chatRow1.chatRow3 {
    margin-top: 50px;
}
/* oneOn1Chat */

/* guidelinesSec */
.aboutSec.guidelinesSec {
    padding: 10px 0 70px;
    position: relative;
}

.aboutSec.guidelinesSec:after {
    content: '';
    position: absolute;
    right: 8%;
    bottom: 0;
    background-image: url(../images/b34.png\ \(1\).png);
    width: 138px;
    height: 92px;
}

.aboutSec.guidelinesSec .contentBox .cBoxTitle:after {
    display: none;
}

.aboutSec.guidelinesSec .contentBox.flexBox {
    width: 90%;
    display: flex;
    gap: 10px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .imgBox {
    width: 7%;
    padding-top: 5px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .cBoxTitle {
    font-size: 27px;
}

.aboutSec.guidelinesSec .contentBox.flexBox .cBoxText {
    font-size: 20px;
}
/* guidelinesSec */

/* newsletterRow */
footer {
    background-image: url(../images/footer.png);
    background-size: 100% 80%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.newsletterRow {
    background: #3182FF;
    border-radius: 50px;
    border: 16px solid #FFB6C1;
    padding: 20px;
}

.newsletterRow .contentBox {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    margin: auto;
}

.newsletterRow .contentBox .cBoxTitle {
    width: 70%;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.newsletterRow .contentBox .btn {
    width: 30%;
    display: flex;
    justify-content: end;
    padding-right: 0px;
}

.mainFooter {
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.mainFooter .menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin-bottom: 0;
}

footer .logoBox {
    text-align: center;
}

.mainFooter .menu li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

footer .rightsRow p {
    color: #fff;
    font-size: 18px;
}

footer .rightsRow .socialIcon {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 20px;
    justify-content: flex-end;
}

footer .rightsRow .socialIcon i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb6c1;
    font-size: 18px;
    border-radius: 5px;
}
/* newsletterRow */

a.logo img {
    width: 40%;
}

.bannerSec .contentBox .cBox-Subtitle {
    margin-bottom: 0px;
}

.bannerSec .contentBox .cBoxText {
    margin-bottom: 45px;
}

h2.cBoxTitle.makeitsm {
    font-size: 30px;
    margin-top: 25px;
}

section.aboutSec .contentBox .cBoxText {
    margin-top: 10px;
}

section.aboutSec .btn {
    padding: 0px;
    margin-top: 30px;
}

p.cBoxText.last {
    margin-bottom: 0px;
}

.row.mainFooter .logoBox img {
    filter: brightness(0) invert(1);
    width: 40%;
}