@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Noto+Serif+Devanagari:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

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

body {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Open Sans', 'Noto Serif Devanagari', sans-serif;
    color: #000;
    font-weight: 400;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* @supports (-webkit-touch-callout: none) {
    body {
        animation: none;
        opacity: 1;
    }
} */

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.module_page .container {


    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    width: 100%
}

.module_content {
    padding: 0 0 25px;
    min-height: calc(100vh - 223px);
}


.highlight,
mark {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #FDE5D3;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 0.83em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.83em;
}

p {
    padding-bottom: 15px;
    margin-bottom: 0px;
}

ul,
ol {
    padding-left: 35px;
}

li {
    margin-bottom: 5px;
}

img {
    width: 100% !important;
    max-width: max-content;
    height: auto;
}

.step_bar_wrap {
    min-height: 47px;
}

.step_bar {
    padding: 10px 0;
    /* position: fixed; */
    width: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 2px;
    /*cursor: pointer;*/
}

.step_bar .container {
    padding-left: 0;
}

.step_bar ul li:not(.back_button) {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px;
    /* max-width: 40px; */
    margin-right: 10px;

}

.step_bar ul li {
    margin-bottom: 0;
}

.step_bar ul li.checked {
    background: #317685;
    transition: all 0.5s ease;
}

li.back_button {
    /*font-size: 25px;*/
    /* padding: 15px; */
    color: #317685;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.module_page .step_bar ul li .cstm_left_chevron {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

li.back_button:active {
    color: #3176855c;
}


.module_page .step_bar ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 0px;
}

.button_wrap {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.button {
    line-height: 29px;
    min-height: 60px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 15%);
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: inherit;
    border: 0;
    outline: none;
    padding: 10px 25px;
    cursor: pointer;
    /*width: 100%;*/
    border-radius: 40px;
    background: #317685;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    min-width: 180px;
    text-align: center;
}

.button:hover {
    background-color: #6397A2;
}

.button:focus {
    border: none;
    outline: none;
}

.module_content iframe {
    width: 564px;
    height: 315px;
}

.marker {
    background: yellow;
}

blockquote {
    border: 0;
    position: relative;
    background-color: #FEEBDD;
    border-radius: 10px;
    padding: 10px 15px 0px 15px;
    margin-bottom: 10px;
}

blockquote span {
    background-color: transparent !important;
}

/*blockquote::before {
    color: #FEEBDD;
    font-family: 'Open Sans';
    font-size:3em;
    pointer-events: none;
    position: absolute;
    top: -.75em;
}
blockquote::after {
    color: #FEEBDD;
    font-family: 'Open Sans';
    font-size:3em;
    bottom: -1.2em;
    pointer-events: none;
    position: absolute;
}
*/
.playbutton {
    cursor: pointer;
    width: 564px;
    height: 315px;
}

.sub_module_cstm_btn {
    line-height: 29px;
    min-height: 60px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: inherit;
    border: 0;
    outline: unset;
    padding: 10px 25px;
    cursor: pointer;
    /*width: 100%;*/
    border-radius: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    min-width: 180px;
    text-align: center;
    background-color: #D3D5D6;
    color: #081F32;

}

.sub_module_cstm_btn:focus {
    outline: unset;
}


@media (min-width: 768px) {
    .module_page .step_bar ul {
        padding-left: 55px;
    }
}

@media (max-width: 767px) {
    .step_bar_wrap {
        min-height: 37px;
    }

    ul,
    ol {
        padding-left: 25px;
    }

    .module_content iframe {
        width: 100%;
        height: 53vw;
    }

    .playbutton {
        cursor: pointer;
        max-width: 100%;
        height: auto;
        /*height: 53vw;*/

    }

    li.back_button {
        position: static;
        padding: 0px 10px 0px 0px;
    }

    .module_page .step_bar ul {
        justify-content: space-between;
    }

    .step_bar .container {
        padding: 5px 15px 5px 0;
    }
}

.cstm_module_page_step_bar .cstm_p_back {
    font-size: 16px;
    padding-bottom: 0 !important;
    padding-left: 8px;
    font-weight: 700;
    min-width: 70px;
    width: 100%;
    display: flex;
    align-items: center;
}

.cstm_module_page_step_bar .cstm_p_back i {
    padding-right: 5px;
}

.cstm_module_page_step_bar .step_bar_wrap ul li:last-child {
    margin-right: 0;
}

.cstm_module_page_step_bar .step_bar_wrap ul li.back_button {
    position: static;
    padding: 0px 5px 0px 0px;
}

.rateImg {
    width: 50px !important;
}

.disable-click {
    pointer-events: none;
}

.stickyBtn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.cstm_text_styling {
    text-align: center;
    padding-bottom: 15px;
}

.cstm_text_styling p {
    font-size: 16px;
    font-weight: 600;
    color: #80858A;
    padding-bottom: 4px;
}

.cstm_text_styling span {
    font-size: 16px;
    color: #80858A;
    padding-bottom: 15px;
    display: block;
}

.cstm_happy_rate .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.cstm_happy_rate .modal-header {
    display: block;
    text-align: center;
    background-color: #FF9F58;
}

.cstm_happy_rate .modal-header .exclamation_img {
    padding-bottom: 15px;
}

.cstm_happy_rate .modal-header h3 {
    color: #fff;
}

.cstm_happy_rate .modal-body p {
    padding-bottom: 30px;
}

.cstm_happy_rate .modal-body a:not(:last-child) {
    padding-right: 10px;
}

.cstm_thumb {
    width: 40px !important;
}

/* ==============Rohit Article thumbnail Youtube css 30/04 ================ */
.cstm_restyle_thumb {
    max-width: 560px;
    width: 100%;
    height: 315px;
    display: inline-block;
    position: relative;
}

/* .cstm_restyle_thumb .playbutton {
    height: 100%;
} */

.cstm_restyle_thumb .cstm_playbtn {
    max-width: 50px;
    position: absolute;
    left: 48%;
    top: 40%;
    z-index: 2;
    opacity: 0.9;
}

.cstm_restyle_thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
}

@media (max-width: 767px) {
    .cstm_restyle_thumb {
        height: 53vw;
    }

    .cstm_restyle_thumb .cstm_playbtn {
        max-width: 40px;
    }
}

/* ==============Rohit Article thumbnail Youtube css 30/04 END ================ */


/* ==============Rohit Article css 22/05  ================ */
.cstm_text_styling.cstm_article_bg_color {
    background-color: #F7F9FC;
    padding: 40px 0px 20px 0px;
    border-radius: 12px;

}

.cstm_text_styling.cstm_article_bg_color p {
    color: #268BA0;
}

/* ==============Rohit Article css 22/05 END  ================ */

.vertical_video {
    position: relative;
    display: inline-block;
    width: 40rem;
}

.vertical_video::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.vertical_video>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .vertical_video {
        width: 100%;
    }

    .vertical_video::before {
        padding-top: 150%;
    }
}