@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Work+Sans:ital,wght@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&display=swap');

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* Fallback fonts: Adjust as needed */
}


@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova/ProximaNova-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url(../fonts/ProximaNova/ProximaNova-Black.woff);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    src: url(../fonts/ProximaNova/ProximaNova-Extrabld.woff);
    font-weight: 800;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url(../fonts/ProximaNova/ProximaNova-Semibold.woff);
}

@font-face {
    font-family: 'Le Monde Livre Cla Std Bold';
    src: url(../fonts/LeMondeLivre/LeMondeLivre-Bold.woff);
}

@font-face {
    font-family: 'Le Monde Livre Cla Std Semibold';
    src: url(../fonts/LeMondeLivre/LeMondeLivre-SemiBold.woff);
}

@font-face {
    font-family: 'Le Monde Livre Cla Std';
    src: url(../fonts/LeMondeLivre/LeMondeLivre-Normal.woff);
}

@font-face {
    font-family: 'Le Monde Livre Cla Std Italic';
    src: url(../fonts/LeMondeLivre/LeMondeLivre-Italic.woff);
}



.join_community_popup_wrapper {
    border-radius: 1.25rem;
    background: linear-gradient(252deg, #FF6161 2.03%, #7C3CFF 103.38%);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    width: 23.125rem;
    height: 31.5rem;
    flex-shrink: 0;
    position: fixed;
    bottom: -35rem;
    left: 2rem;
    transition: bottom 0.5s ease-in-out;
}

.join_community_popup_wrapper>div {
    padding: 1.75rem;

}


/* New Blog Styles */
.blog-main-container {
    width: 100%;

}


.blog-content-container {
    width: 700px;
    margin: auto;

}

.blog-content-container>h1 {
    text-align: left;
    font: normal normal bold 48px/58px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 44px;
    line-height: 58px;
    font-family: 'Le Monde Livre Cla Std Semibold', sans-serif;
    margin-top: 53px;

}

.image-2-bg-colors-container {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #FFFFFF 50%, #F8F8F8 50%);
}

.blog-main-img {
    width: 700px;
    max-height: 643px;
    border-radius: 10px;
    object-fit: cover;


}

.author_details_container {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    margin-top: 36px;
    margin-bottom: 33px;

}

.author_details_container-1 {
    display: flex;
    gap: 14px;
    align-items: center;
}

.author_details_container-1-h2 {
    text-align: left;
    font: normal normal bold 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Le Monde Livre Cla Std Semibold', sans-serif;
}

.author_details_container-1-p {
    text-align: left;
    font: normal normal normal 17px/32px Proxima Nova;
    letter-spacing: 0px;
    color: #7B7B7B;
    opacity: 1;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Proxima Nova', sans-serif;

}

.author_details_container>p {
    text-align: left;
    font: normal normal normal 16px/32px Proxima Nova;
    letter-spacing: 0px;
    color: #7B7B7B;
    opacity: 1;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Proxima Nova', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.author_details_container>p>img {
    width: 14px;
    height: 16px;
}

.author-profile {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--grey-300);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--grey-900);
    font-family: var(--font-family-sans-serif);


}

.author-details-ul {
    display: flex;
    align-items: center;
    gap: 38px;
}

.author-details-ul>li {
    list-style-type: disc;
    text-align: left;
    font: normal normal normal 18px/32px Gilroy;
    letter-spacing: 0px;
    color: #676767;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Gilroy-Regular', sans-serif;

}

.blog-middle-container {
    display: flex;
    justify-content: center;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    padding-top: 18px;
}

.blog-middle-content-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;




}

.blog-detail-content-container {
    width: 700px;


}

.blog-detail-content-container>hr {
    color: #EBEBEB;
    height: 1px;
    margin-top: 48px;
    opacity: 0.2;
}

.blog-detail-content-container>p>a {
    color: #2164FF;
    font-weight: 600;
}

.inner-links-hyno {
    color: #2164FF;
    font-weight: 600;
}

.blog-cta-container {
    width: 100%;


}

.blog-cta-details-container {
    /* position: sticky;
    top: 12vh; */

}

.cta-information-container {
    background-image: url('../images/Mask\ Group\ 272.svg');
    width: 327px;
    padding: 33px;
    background-size: cover;
    margin-bottom: 48px;
    border-radius: 10px;

}

.cta-information-container-h2 {
    text-align: left;
    font: normal normal 800 29px/37px Proxima Nova;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 29px;
    line-height: 37px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    margin-bottom: 21px;
    width: 13rem;

}

.cta-information-container-a {
    font: normal normal bold 15px/23px Proxima Nova;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    text-decoration: none;

}

.cta-information-container-a:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.blog-detail-content-container>p {
    text-align: left;
    font: normal normal normal 18px/34px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #000000CB;
    opacity: 1;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 24px;
    margin-bottom: 0rem;
}

.blog-detail-content-container>h2 {
    text-align: left;
    font: normal normal 800 32px/42px Proxima Nova;
    letter-spacing: 0px;
    color: #000000CB;
    opacity: 1;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    margin-top: 42px;
    font-weight: 900;
    margin-bottom: 0rem;
}

.blog-detail-content-container>h3 {
    text-align: left;
    font: normal normal bold 24px/30px Proxima Nova;
    letter-spacing: 0px;
    color: #000000CB;
    opacity: 1;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    margin-top: 48px;
}

.blog-detail-content-container>h4 {
    text-align: left;
    font: normal normal bold 20px/38px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    font-size: 20px;
    line-height: 38px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    margin-top: 49px;
    margin-bottom: -35px;
}

.blog-detail-content-container>h5 {
    text-align: left;
    font: normal normal bold 20px/38px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    font-size: 20px;
    line-height: 38px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    margin-top: 20px;
    margin-bottom: 0rem;
}

.blog-middle-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 48px;
}

.icon-size-follow-black {
    width: 50px;
    height: 50px;
}

.social-icons-blog-container>div {
    display: flex;
    gap: 20px;
}

.social-icons-blog-container {}

.mobile-social-icons-blog-container {
    display: none;
}

.social-icons-blog-container-p {
    text-align: left;
    font: normal normal 600 18px/38px Gilroy;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    margin-bottom: 24px;

}

.final-thought-container {
    background: #EDF1F4 0% 0% no-repeat padding-box;
    padding: 99px 12%;
    display: flex;
    gap: 75px;
    display: none;



}

.mobile-final-thought-container {
    /* display: none; */

    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}

.final-thought-container-h2 {
    text-align: left;
    font: normal normal normal 48px/74px Proxima Nova;
    letter-spacing: 0px;
    color: #3E3E3E !important;
    font-size: 48px;
    line-height: 54px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;


}

.final-thought-container-h2>span {
    text-align: left;
    font: normal normal normal 48px/74px Proxima Nova;
    letter-spacing: 0px;
    color: #3E3E3E !important;
    font-size: 48px;
    line-height: 54px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;

}


.final-thought {
    margin-top: 10px;
}

.final-thought>p {
    text-align: left;
    font: italic normal normal 24px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    max-width: 700px;
    /* */

}

.final-thought-img-1 {
    margin-left: -50px;
}

.final-thought-img-2 {
    margin-bottom: -30px;
    margin-left: 10px;
}

.final-thought>h3 {
    text-align: left;
    font: italic normal normal 24px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 30px;
}


.get_in_touch_card_3d_wrap {
    position: relative;
    width: 20.4375rem;
    height: 12rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 2rem;
}

.get_in_touch_card_3d_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}

.get_in_touch_card_front,
.get_in_touch_card_back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding: 33px; */
    display: flex;
    flex-direction: column;
}

.get_in_touch_card_back {
    transform: rotateY(180deg);
}

.success_card_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.success_image_class {
    width: 4rem;
    margin-bottom: 1rem;
}

.get_in_touch_heading {
    text-align: left;
    font: normal normal bold 34px/49px Proxima Nova;
    letter-spacing: 0px;
    color: #8C9296;
    font-size: 34px;
    line-height: 29px;
    font-family: 'Proxima Nova Semibold', sans-serif;
    margin-bottom: 0rem;


}

.get_in_touch_heading_span {
    text-align: left;
    font: normal normal 800 69px/49px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 55px;
    line-height: 49px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
}

.get-in-touch-container-p {
    text-align: left;
    font: normal normal normal 21px/25px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 15px;
    width: 226px;
    margin-bottom: 0rem;
}

.get-in-touch-container-input {
    background: transparent;
    outline: none;
    color: var(--grey-900);
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: var(--font-family-sans-serif);
    height: 3rem;
    width: 100%;
    border: 1px solid var(--grey-300, #CBD5E1);
    padding: 1rem;
    border-radius: 0.25rem;
}

.get-in-touch-container-button {
    border-radius: 0.25rem;
    background: var(--Grey-900, #0F172A);
    border: none;
    text-align: center;
    margin-top: 1rem;
    height: 3rem;
    width: 100%;
    cursor: pointer;
    flex-shrink: 0;

    color: var(--white, #FFF);
    font-family: var(--font-family-sans-serif);
    font-size: 14px;

    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
    text-transform: uppercase;

    /* primary btn shadow */
    box-shadow: 0px -3px 0px 0px rgba(31, 16, 28, 0.10) inset;

}

.alphabets-lists {
    margin-top: 20px;



}

.alphabets-lists>li {
    list-style-type: lower-alpha;
    list-style-position: inside;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 14px;

}

.alphabets {
    margin-top: 20px;
}

.alphabets>li {
    list-style-type: upper-alpha;
    list-style-position: inside;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 14px;


}

.roman-number-list {
    margin-top: 20px;
}

.roman-number-list>li {
    list-style-type: upper-roman;
    list-style-position: inside;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 14px;


}

.roman-number-list>li>ol {
    padding-left: 20px;
}

.bullet-point-lists {
    margin-top: 20px;
}

.bullet-point-lists>li {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 14px;
}

.number-lists {
    margin-top: 20px;
}

.number-lists>li {
    list-style-type: decimal;
    list-style-position: inside;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
    margin-top: 14px;
}

.number-lists>ul {
    margin-left: 30px;
    list-style-type: none;
}

.number-lists>ul>li {
    list-style-type: circle;
}


.table-data {
    width: 100%;
    margin-top: 40px;
}

.table-data-th {
    border: 1px solid #eee;
    padding: 5px;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;

}

.table-data-td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: left;
    font: normal normal normal 18px/32px Le Monde Livre Cla Std;
    letter-spacing: 0px;
    color: #3E3E3E;
    opacity: 1;
}

.time-zone {
    border: 1px solid #eee;
    padding: 10px;

    width: 210px;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.time-zone-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    width: 210px;
    text-align: left;
}

.utc-gmt {
    border: 1px solid #eee;
    padding: 10px;

    width: 62px;
    text-align: center;

    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.utc-gmt-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    width: 62px;
    text-align: left;

}

.timings {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.timings-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;



}

.main-cities {
    border: 1px solid #eee;
    padding: 5px;
    width: 193px;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.main-cities-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
}

.time {
    border: 1px solid #eee;
    padding: 5px;
    width: 262px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.time-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
}

.main-citi {
    border: 1px solid #eee;
    padding: 5px;
    width: 297px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Le Monde Livre Cla Std', sans-serif;
}

.main-citi-h {
    border: 1px solid #eee;
    font: normal normal bold 18px/28px Proxima Nova;
    letter-spacing: 0px;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
}

.blog-detail-content-container>pre {
    background-color: #272727 !important;
    border-radius: 15px;
    padding: 20px;
    font-family: 'Proxima Nova', sans-serif;
    margin-top: 34px;

    display: block;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    overflow: visible;
}

.blog-detail-content-container>pre>code {
    color: #fff !important;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    white-space: pre-wrap !important;
    word-wrap: break-word;


    box-sizing: border-box;
}

.connect_learn_wrapper {
    max-width: 100%;
    background-image: url("../images/a flat illustration of a man pointing to a group of people on a laptop.png");
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 2rem;
    background-size: cover;
    margin-bottom: 3rem;
    border-radius: 0.625rem;
    background-position: 70% 30%;

}


.connect_learn_wrapper_h2 {
    text-align: left;
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 2.125rem;
    width: 234px;
    font-family: 'Proxima Nova Semibold', sans-serif;

}

.connect_learn_wrapper_h3 {
    text-align: left;
    color: #3247AF;
    text-transform: lowercase;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: 'Proxima Nova', sans-serif;
    margin: 0.5rem 0rem;
}

.connect_learn_wrapper_a {
    background: #2164FF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: 0;
    padding: 17px 24px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 17px;
    font-family: 'Gilroy-Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 5.5rem;
}

.icon-size-white {
    color: #FFFFFF;
    font-size: 17px;
}

@media (max-width:1024px) {
    .blog-main-container {
        width: 100%;

    }


    .blog-content-container {
        width: 100%;
        margin: auto;
        padding-left: 5%;
        padding-right: 5%;


    }

    .blog-content-container>h1 {
        text-align: left;
        font: normal normal bold 32px/42px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        font-size: 32px;
        line-height: 42px;
        font-family: 'Le Monde Livre Cla Std Semibold', sans-serif;
        margin-top: 31px;

    }

    .image-2-bg-colors-container {
        width: 100%;
        display: flex;
        justify-content: center;
        background: linear-gradient(to bottom, #FFFFFF 50%, #F8F8F8 50%);
    }

    .blog-main-img {
        width: 90%;
        border-radius: 10px;
        object-fit: fill;

    }

    .author_details_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 22px;
        margin-bottom: 41px;
        gap: 0px;


    }

    .author_details_container-1 {
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .author_details_container-1-h2 {
        text-align: left;
        font: normal normal bold 19px/32px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #191919;
        opacity: 1;
        font-size: 19px;
        line-height: 24px;
        font-family: 'Le Monde Livre Cla Std Semibold', sans-serif;
    }

    .author_details_container-1-p {
        text-align: left;
        font: normal normal normal 15px/32px Proxima Nova;
        letter-spacing: 0px;
        color: #7B7B7B;
        opacity: 1;
        font-size: 15px;
        line-height: 22px;
        font-family: 'Proxima Nova', sans-serif;

    }

    .author_details_container>p {
        text-align: left;
        font: normal normal normal 15px/32px Proxima Nova;
        letter-spacing: 0px;
        color: #7B7B7B;
        opacity: 1;
        font-size: 15px;
        line-height: 24px;
        font-family: 'Proxima Nova', sans-serif;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 53px;
    }

    .author_details_container>p>img {
        width: 14px;
        height: 16px;
    }

    .author-profile {
        width: 39px;
        height: 39px;
    }

    .author-details-ul {
        display: flex;
        align-items: center;
        gap: 38px;
    }

    .author-details-ul>li {
        list-style-type: disc;
        text-align: left;
        font: normal normal normal 18px/32px Gilroy;
        letter-spacing: 0px;
        color: #676767;
        opacity: 1;
        font-size: 18px;
        line-height: 32px;
        font-family: 'Gilroy-Regular', sans-serif;

    }

    .blog-middle-container {
        display: flex;
        justify-content: center;
        background: #F8F8F8 0% 0% no-repeat padding-box;
        padding-bottom: 0px;


    }

    .blog-middle-content-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;



    }

    .blog-detail-content-container {
        width: 90%;
        margin-left: 5%;
        /* height:100vh;
        overflow-y: scroll; */

    }

    .blog-detail-content-container>hr {
        color: #EBEBEB;
        height: 1px;
        margin-top: 42px;
        opacity: 0.2;
    }

    .blog-cta-container {
        width: 100%;
        margin-top: 0px;
        background: #F5F5F5 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .blog-cta-details-container {
        /* position: sticky;
        top: 12vh; */
        width: 100%;


    }

    .cta-information-container {
        background-image: url('../images/Mask\ Group\ 276.svg');
        width: 100%;
        /* height: 327px; */
        padding: 57px;
        background-size: cover;
        margin-bottom: 0px;
        border-radius: 0px;

    }

    .cta-information-container-h2 {
        text-align: left;
        font: normal normal 800 30px/38px Proxima Nova;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 30px;
        line-height: 38px;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        margin-bottom: 21px;

    }

    .cta-information-container-a {
        font: normal normal bold 15px/23px Proxima Nova;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 16px;
        line-height: 23px;
        font-family: 'Proxima Nova Semibold', sans-serif;
        text-decoration: none;

    }


    .blog-detail-content-container>p {
        text-align: left;
        font: normal normal normal 18px/30px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;
        font-size: 18px;
        line-height: 30px;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        margin-top: 20px;
        margin-bottom: 0rem;
    }

    .blog-detail-content-container>h2 {
        text-align: left;
        font: normal normal 800 24px/32px Proxima Nova;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 24px;
        line-height: 32px;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        margin-top: 42px;

    }

    .blog-detail-content-container>h3 {
        text-align: left;
        font: normal normal bold 20px/26px Proxima Nova;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 20px;
        line-height: 26px;
        font-family: 'Proxima Nova Semibold', sans-serif;
        margin-top: 42px;
    }

    .blog-detail-content-container>h4 {
        text-align: left;
        font: normal normal bold 20px/38px Proxima Nova;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 20px;
        line-height: 38px;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        margin-top: 42px;
        margin-bottom: -30px;
    }

    .blog-middle-image {
        width: 100%;
        border-radius: 10px;
        margin-top: 48px;
    }

    .icon-size-follow-black {
        width: 50px;
        height: 50px;
    }

    .social-icons-blog-container>div {
        display: flex;
        gap: 20px;
    }

    .social-icons-blog-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }

    .mobile-social-icons-blog-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 47px;
        display: none;
    }



    .social-icons-blog-container-p {
        text-align: center;
        font: normal normal bold 18px/38px Proxima Nova;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 18px;
        line-height: 38px;
        font-family: 'Proxima Nova Semibold', sans-serif;
        margin-bottom: 24px;

    }

    .final-thought-container {
        background: #EDF1F4 0% 0% no-repeat padding-box;
        padding: 25px 10%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        display: none;


    }

    .mobile-final-thought-container {
        background: #EDF1F4 0% 0% no-repeat padding-box;
        padding: 25px 10%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-top: 42px;
    }

    .final-thought-container-h2 {
        font: normal normal normal 32px/50px Proxima Nova;
        letter-spacing: 0px;
        color: #A0A0A0;
        font-size: 32px;
        line-height: 50px;
        font-family: 'Proxima Nova', sans-serif;
        width: 213px;



    }

    .final-thought-container-h2>span {
        font: normal normal 800 58px/50px Proxima Nova;
        letter-spacing: 0px;
        color: #3E3E3E;
        font-size: 58px;
        line-height: 50px;
        font-family: 'Proxima Nova Extrabold', sans-serif;

    }


    .final-thought {
        margin-top: 0px;
    }

    .final-thought>p {
        text-align: left;
        font: italic normal normal 20px/32px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #3E3E3E;
        opacity: 1;
        font-size: 20px;
        line-height: 32px;
        font-family: 'Le Monde Livre Cla Std Italic', sans-serif;
        margin-top: 27px;
        width: 90%;
        margin-left: 5%;
        margin-left: 35px;

    }

    .final-thought-img-1 {
        margin-left: -35px;
        margin-right: -10px;
        width: 40px;
    }

    .final-thought-img-2 {
        margin-bottom: -10px;
        margin-left: 0px;
        width: 40px;

    }

    .final-thought>h3 {
        text-align: left;
        font: italic normal normal 20px/32px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #3E3E3E;
        opacity: 1;
        font-size: 20px;
        line-height: 32px;
        font-family: 'Le Monde Livre Cla Std Italic', sans-serif;
        margin-top: 30px;
        /* margin-left: 5%; */
    }

    .get-in-touch-container {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        border: 0px solid #DDDDDD;
        padding: 57px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        width: 100%;
        height: auto;


    }

    .get_in_touch_heading {
        text-align: left;
        font: normal normal bold 34px/49px Proxima Nova;
        letter-spacing: 0px;
        color: #8C9296;
        font-size: 34px;
        line-height: 29px;
        font-family: 'Proxima Nova Semibold', sans-serif;
        display: flex;
        flex-direction: column;


    }

    .get_in_touch_heading_span {
        text-align: left;
        font: normal normal 800 69px/49px Proxima Nova;
        letter-spacing: 0px;
        color: #222222;
        font-size: 55px;
        line-height: 49px;
        font-family: 'Proxima Nova Bold', sans-serif;
    }

    .get-in-touch-container-p {
        text-align: left;
        font: normal normal normal 24px/29px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #222222;
        opacity: 1;
        font-size: 24px;
        line-height: 29px;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        margin-top: 20px;
    }


    .get-in-touch-container-input {
        background: transparent;
        outline: none;
        color: var(--grey-900);
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: var(--font-family-sans-serif);
        height: 3rem;
        width: 100%;
        border: 1px solid var(--grey-300, #CBD5E1);
        padding: 1rem;
        border-radius: 0.25rem;
    }

    .get-in-touch-container-button {
        background: #000000 0% 0% no-repeat padding-box;
        border-radius: 7px;
        border: none;
        text-align: center;
        font: normal normal bold 16px/23px Proxima Nova;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 16px;
        line-height: 23px;
        font-family: 'Proxima Nova', sans-serif;
        margin-top: 1rem;
        height: 3rem;
        width: 100%;
        cursor: pointer;
        flex-shrink: 0;
    }

    .table-data {
        width: 100%;
        margin-top: 40px;
    }

    .table-data-th {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;


    }

    .table-data-td {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.5;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;

    }

    .time-zone {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;

    }

    .time-zone-h {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .utc-gmt {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;

        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;
    }

    .utc-gmt-h {

        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .timings {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;

        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;
    }

    .timings-h {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .main-cities {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;
    }

    .main-cities-h {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .time {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;

        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;
    }

    .time-h {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .main-citi {

        border: 1px solid #eee;
        font: normal normal normal 10px/15px Le Monde Livre Cla Std;
        letter-spacing: 0px;
        color: #000000CB;
        opacity: 1;
        font-family: 'Le Monde Livre Cla Std', sans-serif;
        text-align: center;

    }

    .main-citi-h {
        border: 1px solid #eee;
        padding: 1px;
        font: normal normal bold 10px/15px Proxima Nova;
        color: #222222;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        background-color: transparent;
    }

    .get_in_touch_card_3d_wrap {
        position: relative;
        width: 100%;
        height: 9rem;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .get_in_touch_card_3d_wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition: all 600ms ease-out;
    }

    .get_in_touch_card_front,
    .get_in_touch_card_back {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        /* background: #F5F5F5 0% 0% no-repeat padding-box;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        padding: 33px; */
        display: flex;
        flex-direction: column;
    }

    .get_in_touch_card_back {
        transform: rotateY(180deg);
    }

    .success_card_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .success_image_class {
        width: 4rem;
        margin-bottom: 1rem;
    }

    .error_filled {
        border: 1px solid #FF004C;
    }


}


.error_filled {
    border: 1px solid #FF004C !important;
}




.related_blogs_wrapper {
    width: 100%;

}

.related_all_blogs_wrapper {
    padding-bottom: 2.25rem;
    display: flex;


}

.related_blog_link {
    cursor: pointer;
}

.hr_line_wrapper {
    display: flex;
}

.related_blogs_heading {
    color: var(--grey-500, #64748B);
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;

    display: flex;
    align-items: center;
    gap: 1rem;

}

.related_blogs_heading>hr {
    flex: 1 0 0;
    width: 100%;
    height: 1px;
    color: #E2E8F0;

}

.related_blog_content_wrapper {
    margin-top: 1.5rem;
}

.related_blog_desc {
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}

.blog_details_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.blog_author_name {
    color: var(--Grey-500, #64748B);
    font-family: var(--font-family-sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

}

.blog_posted_date {
    color: var(--Grey-500, #64748B);
    font-family: var(--font-family-sans-serif);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

}