@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1240px !important;
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1470px !important;
    }
}

@media (max-width:1100px) {
    .head-container {
        width: 98%;
    }
}

@media (min-width: 992px) and (max-width:1240px) {
    .head-nav-ul>li:not(:last-child) {
        margin-right: 15px;
    }
}

p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.user-nav-wrap ul li a span,
.user-nav-wrap ul li a i {
    color: #454545 !important;
}

.user-nav-wrap ul li a span:hover,
.user-nav-wrap ul li a i:hover {
    color: #0b88ee !important;
}

a:hover {
    text-decoration: none !important;
}


/* --------------------------------------Start-Common-body-css-------------------------------------- */

.custom-large-btn {
    display: inline-block;
    text-align: center;
    padding: 8px 32px;
    border-radius: 8px;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid;
}

.custom-btn-home {
    font-weight: 500;
    font-size: 16px;
}

.btn-orange {
    background-color: #FF772B;
    border-color: #FF772B;
    color: #fff;
}

.btn-orange:hover {
    background-color: #fff;
    border-color: #FF772B;
    color: #FF772B;
}

.btn-green {
    background-color: #38cb89;
    border-color: #38cb89;
    color: #fff;
}

.btn-green:hover {
    background: none;
    border-color: #38cb89;
    color: #38cb89;
}

.btn-yellow,
.btn-yellow:focus {
    background-color: #FEC605;
    border-color: #FEC605;
    color: #000;
}

.btn-yellow:hover {
    background-color: #fff;
    border-color: #FEC605;
    color: #FEC605;
}

.custom-secondry-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-style: solid;
    cursor: pointer;
    font-family: Roboto;
    padding: 0 26px;
    height: 48px;
    border-width: 1px;
    border-radius: 5px;
    letter-spacing: .0625em;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
}

.btn-primary {
    background-color: #0b88ee;
    border-color: #0b88ee;
    color: #fff;
}

.btn-primary:hover {
    background: none;
    border-color: #0b88ee;
    color: #0b88ee;
}

.btn-grey {
    background: none;
    border-color: #ccc;
    color: #0b88ee;
}

.btn-grey:hover {
    background: #ccc;
    border-color: #ccc;
    color: #fff;
}

.btn-blue-bg,
.btn-blue-border {
    border: 1px solid #0280F2;
    padding: 8px 28px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}

.btn-blue-bg {
    background: #0280F2;
    color: #fff;
}

.btn-blue-border {
    color: #0280F2;
}

.btn-blue-bg .blue_icon,
.btn-blue-border .white_icon {
    display: none;
}

.btn-blue-bg:hover {
    background-color: transparent;
    color: #0280F2;
}

.btn-blue-bg:hover .white_icon {
    display: none;
}

.btn-blue-bg:hover .blue_icon {
    display: unset;
}

.btn-blue-border:hover {
    background-color: #0280F2;
    color: #fff;
}

.btn-blue-border:hover .white_icon {
    display: unset;
}

.btn-blue-border:hover .blue_icon {
    display: none;
}


/* --------------------------------------Start-Home-Page-css-------------------------------------- */


/* ------------Start-banner-section-css------------------ */

.banner-section {
    padding: 115px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-color: #F4F9FE;
    background-position: right;
    background-size: 100% 100%;
}

.banner-section.banner_home_sec {
    padding: 100px 0px 170px 0;
    position: relative;
    margin-bottom: 60px;
    background-size: cover;
    background: #fff;
}

.banner-section.banner_home_sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*   background-image: linear-gradient(to left bottom, #4983f8, #5f89f9, #7190fa, #8097fc, #8e9efd); */
    background-image: url(https://analystprep.com/wp-content/uploads/2022/11/about_bg.webp)!important;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform: skewY(-10deg);
    transform-origin: 0 100%;
}

.custom_banner {
    max-width: 450px;
    margin: auto;
}

.custom_banner .main_img_1 img {
    border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: #f9f6f630;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 25px 15px rgba(25.909544836956513, 39.325976927095624, 121.49999999999997, 0.27);
}

.home_n_banner {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 700px;
}

.gre_bg {
    background: linear-gradient(-45deg, #0b88ee, #899dfd, #7f9dfb, #5f7df6);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 200px;
}

.gre_bg_X {
    height: 200px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width:1400px) {
    .banner-section.banner_home_sec {
        padding: 140px 0px 180px 0;
    }
    .home_n_banner {
        max-width: 715px;
        bottom: 0;
        top: unset;
    }
}

@media (max-width:991px) {
    .ana_card_1 {
        position: relative;
    }
    .home_n_banner {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 435px;
    }
}

.banner_home_sec .shape_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    opacity: .5;
}

.banner_home_sec .shape.shape-3 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.slider-three__shape-2 {
    margin: 20px 40px;
    width: 85px;
    height: 24px;
    background-image: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/slider-3-s-2.png);
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

.patern-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 400px;
    background-position: top;
    background-repeat: no-repeat;
}

.review_section_h {
    position: absolute;
    left: 22px;
    top: 510px;
    max-width: 270px;
}

.review_section_h .review_section_inner {
    border-radius: 150px 150px 150px 150px;
}

.review_section_h .review_section_inner img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f3efef30;
    border-radius: 150px 150px 150px 150px;
}

.report_section_h {
    position: absolute;
    left: 18px;
    top: 140px;
    max-width: 280px;
}

.report_section_h .report_section_inner img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f3efef30;
    border-radius: 150px 150px 150px 150px;
}

.team_section_h {
    position: absolute;
    right: 50px;
    top: 340px;
    max-width: 220px;
}

.team_section_h .team_section_inner img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f3efef30;
    border-radius: 20px 20px 20px 20px;
}

.banner-section .left-banner-content h4 {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
}

.banner-section.banner_home_sec .left-banner-content {
    position: relative;
    z-index: 1
}

.banner-section .left-banner-content h1 {
    color: #fff;
    font-weight: 700;
    line-height: 54px;
    font-size: 44px;
}

.banner-section .banner-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-section .banner-icon .common-icon img {
    max-width: 84px;
}

.banner-section .right-banner-image img {
    max-width: 650px;
    position: absolute;
    right: -76px;
    left: auto;
    width: 100%;
    border-radius: 15px;
}

.banner-section .right-banner-image img.l_img_b_sec {
    left: 0!important;
    top: 107px;
    z-index: 5;
}

.banner-section .banner-btn-block {
    margin-top: 4px;
}

.banner-section .banner-btn-block h3 {
    color: #065EB7;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.banner-section .banner-btn-block h3.custom_color_h {
    color: #fff;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px
}

.banner-section .banner-btn-block h3.custom_color_h span {
    color: #fff
}

.right-banner-card {
    position: relative;
}

.ana_card_1 {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0px 8px 16px 1px rgba(34, 34, 34, 0.1);
    border-radius: 16px;
    z-index: 1;
    padding: 20px 15px;
    width: 500px;
}

.ana_card_1 .card_header {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 19px;
    margin-bottom: 15px;
}

.ana_card_1 .card_header img {
    width: 25px;
    margin-right: 10px;
}

.ana_card_1 .card_body_banner ul {
    padding-left: 0;
    display: none;
}

.ana_card_1 .card_body_banner ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
}

.ana_card_1 .card_body_banner ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/squire_bullet.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ana_card_2 {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 1px rgba(34, 34, 34, 0.1);
    border-radius: 16px;
    position: absolute;
    top: 145px;
    right: 25%;
    width: 500px;
    z-index: 1;
    float: right;
}

.ana_card_2 .card_header {
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.15);
    border-radius: 16px 16px 0px 0px;
    padding: 20px 20px;
}

.ana_card_2 .card_header h5 {
    font-weight: 500;
    font-size: 16px;
    color: #425466;
    line-height: 19px;
}

.ana_card_2 .card_header p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
    color: #425466;
    line-height: 20px;
}

.ana_card_2 .card_body_banner {
    padding: 26px 20px;
    /* border-radius: 16px; */
    background: #F6F9FB;
}

.ana_card_2 .card_body_banner h6 {
    font-weight: 400;
    font-size: 14px;
    color: #122ACC;
    line-height: 20px;
}

.ana_card_2 .card_body_banner p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #425466;
}

.card_tiles {
    background: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 11px;
}

.card_tiles .card_tiles_title {
    color: #0280f2;
    line-height: 17px;
}

.card_tiles_des {
    color: #425466;
}

.card_tiles_des img {
    width: 11px;
}

.ana_card_2 .card_body_banner ul {
    padding-left: 0
}

.ana_card_2 .card_body_banner ul.d_b_2 li {
    position: relative;
    float: left;
    width: 48%;
    padding: 8px 25px 9px;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 17px;
    list-style: none;
    color: #425466;
}

.ana_card_2 .card_body_banner ul.d_b_2 li:nth-child(even) {
    margin-left: 2%;
}

.ana_card_2 .card_body_banner ul.d_b_2 li:before {

    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/squire_bullet.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;

}

@media (max-width:1200px) {
    .banner-section .left-banner-content h1 {
        line-height: 45px;
        font-size: 34px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ana_card_1 {
        right: -24px;
    }
    .ana_card_2 {}
    .banner-section.banner_home_sec .left-banner-content {
        left: -24px;
    }
}

@media (max-width:991px) {
    .ana_card_2 {
        position: relative;
    }
    .ana_card_1 {
        top: 20px
    }
}

@media (max-width:768px) {
    .ana_card_1 {
        width: 75%;
    }
    .ana_card_2 {
        width: 75%;
    }
}

.img-bot-1X:after {
    content: '';
    background-image: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/pattern-2.png);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
}

.b_ani_slide {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.ocean {
    height: 80px;
    /* change the height of the waves here */
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}

@keyframes mymove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.banner-section .banner-btn-block .banner-btn {
    width: 362px;
    font-size: 20px;
    border-radius: 8px;
}

.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%232a8ff6'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.9
}

.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s linear infinite;
    opacity: 0.9
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .banner-section {
        padding: 60px 0px;
        background-image: none !important;
    }
    .banner-section .right-banner-image img {
        max-width: 100%;
        position: relative;
        right: auto;
        left: auto;
        width: 100%;
        margin-top: 30px;
    }
    .banner-section .banner-btn-block .banner-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner-section .left-banner-content h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .banner-section .left-banner-content h4 {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }
    .banner-section .banner-btn-block h3 {
        font-size: 20px;
    }
}


/* ------------Start-welcome-section-css------------------ */

.welcome-section {
    padding: 80px 0px 60px;
}

.pos-rel {
    position: relative;
}

.pos-rel:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/pattern-4.91e20d3e.svg) no-repeat 0 100%;
    width: 150px;
    height: 150px;
    opacity: .9;
}

.pos-rel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://analystprep.com/wp-content/themes/atomlab-child/assets/images/pattern-5.2f41cad7.svg) no-repeat 100% 0;
    width: 108px;
    height: 145px;
    opacity: .9;
}

.ab-ani2 {
    position: absolute;
    left: -3%;
    opacity: 0.5;
    top: 40px;
}

.ab-ani2 img {
    width: 40%
}

.z-i-2 {
    position: relative;
    z-index: 2
}

.ab-ani3 {
    position: absolute;
    right: 2%;
    top: 100px;
    opacity: 0.5;
}

.card button .accordion-icon2 {
    width: 40px;
    margin-right: 10px;
    text-align: center;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #065EB7;
}

.cfa_acc .card button {
    display: flex;
    align-items: center;
}

.main-heading {
    text-align: center;
}

.main-heading h3 {
    color: #0b88ee;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
}

.main-heading h2 {
    color: #222222;
}

.main-heading h2 span {
    color: #0b88ee;
}

.welcome-box-block {
    margin-top: 30px;
}

.welcome-box-block .box-block {
    text-align: center;
    /*max-width: 440px;*/
    margin: 20px auto;
    background: #fff;
    padding: 23px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    min-height: 315px;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.welcome-box-block .box-block img {
    margin-bottom: 25px;
    max-width: 40px;
    transition: all 0.4s ease-in-out;
}

.welcome-box-block .box-block h4 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 500;
}

.welcome-box-block .box-block p {
    color: #454545;
    margin-bottom: 0px;
}

.icon_hover,
.welcome-box-block .box-block:hover .icon_normal {
    display: none;
}

.welcome-box-block .box-block:hover .icon_hover {
    display: unset;
}

.welcome-box-block .box-block:hover {
    /*background: linear-gradient(131deg, rgba(35, 146, 249, 0.79) 32.77%, rgba(59, 87, 235, 0.73) 127.03%);*/
}

.welcome-box-block .box-block:hover h4,
.welcome-box-block .box-block:hover p {
    /*color: #fff;*/
}


/* ------------Start-highlight-section-css------------------ */

.highlight-section {
    padding-bottom: 80px;
}

.platform-block img {
    max-width: 850px;
    margin: 0 auto;
    display: block;
    width: 100%;
}


/* ------------Start-rating-section-css------------------ */

.rating-section {
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0px;
    background-size: cover;
    background-position: center;
}

.frm_rating_sec {
    padding: 45px 0px;
}

.rating-section .rating-box {
    text-align: center;
    /*padding: 16px 0px;*/
}

.rating-section .rating-box img {
    max-width: 54px;
    margin-bottom: 10px;
}

.rating-section .rating-box h4 {
    color: #fff;
    margin-bottom: 12px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.rating-section .rating-box p {
    color: #fff;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.rating-section .border-rating {
    position: relative;
    border-left: 1px solid #6db8ff;
    border-right: 1px solid #6db8ff;
    height: 100%;
}

@media (min-width:767px) and (max-width:992px) {
    .rating-section .rating-box p {
        font-size: 13px;
    }
}


/* ------------Start-program-section-css------------------ */

.program-section {
    padding: 60px 0px 80px;
}

.program-img-block {
    /*margin: 20px 0px;*/
}

.program-img-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 8px;
}

.program-content-block {
    margin-bottom: 20px;
}

.program-content-block h4 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.program-content-block .icon-tag img {
    max-width: 28px;
}

.program-content-block p {
    color: #4F4F4F;
}


/*.program-content-block .program-btn {
    display: flex;
    justify-content: flex-start;
}
.program-content-block .program-btn .left-side-btn {
    margin-right: 14px;
}
.program-content-block .program-btn .button-icon img {
    vertical-align: middle;
}*/


/*  For Small Screens  */

@media (max-width: 991px) {
    .middle-program-content-block {
        margin-top: 30px;
    }
}


/* ------------Start-partner-section-css------------------ */

.partner-section {
    background: #e9ecee;
    padding: 36px 0px;
}

.partner-section .partner-images {
    text-align: center;
}

.partner-section .partner-images img {
    width: 100%;
    max-width: 378px;
}


/* ------------Start-frm-section-css------------------ */

.frm-section {
    padding: 80px 0px 50px;
}

.frm-section .frm-heading {
    text-align: left;
}

.frm-image-block img {
    width: 100%;
    max-width: 500px;
}

.program-content-block .frm-learn-btn {
    margin-top: 30px;
}

.program-content-block .frm-learn-btn .frm-btn {
    width: 100%;
}

.program-content-block .frm-learn-btn .button-icon img {
    vertical-align: middle;
}


/* ------------Start-testimonial-section-css------------------ */

.slider-card {
    padding: 10px 0px 50px;
}

#testimonial-slider {
    margin-top: 40px;
}

.post-slide {
    background: #F5F5F5;
    margin: 32px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 7px 8px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    margin: -30px 15px 14px 15px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    max-width: 60px;
    margin: 0 auto;
    display: block;
    border: 2px solid #3498DB;
    border-radius: 50px;
    padding: 2px;
}

.post-slide .post-content {
    padding: 2px 20px 14px;
    border-radius: 15px;
}

.post-slide .post-description {
    line-height: 20px;
    color: #555050;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.post-slide .title-name {
    display: block;
    font-weight: 600;
}

.post-slide .post-desc {
    color: #a9a9a9;
    font-size: 13px;
}

.slider-card .owl-controls .owl-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
}

.slider-card .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: relative;
    bottom: 0px;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    width: 36px;
    margin-right: 20px;
}

.slider-card .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: relative;
    bottom: 0px;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    width: 36px;
    margin-left: 20px;
}

.slider-card .owl-controls .owl-buttons .owl-prev:after,
.slider-card .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 22px;
}

.slider-card .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}


/* ------------Start-social-rating-section-css------------------ */

.social-rating-section {
    padding: 10px 0px 30px;
}

.social-rating-block img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}


/* --------------------------------------End-Home-Page-css-------------------------------------- */


/* --------------------------------------Start-CFA-Page-css-------------------------------------- */


/* ------------Start-CFA-banner-section-css------------------ */

.cfa-banner-section {
    /*padding: 150px 0px;*/
    padding: 20vh 0px;
    background-repeat: no-repeat;
    position: relative;
    background-color: #F4F9FE;
    background-position: 100% 10%;
    background-size: cover;
}

.cfa-banner-section .left-banner-content h1 {
    color: #fff;
    line-height: 54px;
    font-size: 44px;
}

.cfa-banner-section .left-banner-content p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
}

.cfa-banner-section .banner-btn-block {
    margin-top: 50px;
}

.cfa-banner-section .banner-btn-block h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.cfa-banner-section .banner-btn-block .banner-btn {
    width: 362px;
    font-size: 20px;
    border-radius: 8px;
}

.tm-accordion.style-1>.accordion-section {
    margin-bottom: 24px;
    margin-top: 0
}

.tm-accordion.style-1 .accordion-marker {
    font-size: 26px
}

.tm-accordion.style-1 .accordion-section:hover .accordion-marker,
.tm-accordion.style-1 .accordion-section.active .accordion-marker {
    background: #0b88ee;
    color: #fff
}

.cfa_acc {
    width: 100%;
}

.ml_2_p {
    margin-left: 1%
}

.mr_2_p {
    margin-right: 1%
}

.cfa_acc .card {
    background: #fff!important;
    margin-bottom: 15px;
    border-radius: 0px;
    box-shadow: 2px 2px 5px 0px rgb(181 181 181 / 75%);
}

.tm-accordion.style-1 .accordion-title {
    color: #000;
    margin-bottom: 0;
}

.tm-accordion.style-1 .accordion-icon:before {
    font-size: 23px;
    color: #0b88ee
}

.tm-accordion.style-1 .accordion-title-wrapper {
    padding: 0px;
}

.tm-accordion.style-1 .accordion-section.active .accordion-title-wrapper,
.tm-accordion.style-1 .accordion-section:hover .accordion-title-wrapper {
    border-bottom: 2px solid #0b88ee;
}

.act_exam .common-frm-block:nth-child(even) .row {
    flex-direction: row-reverse;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .cfa_acc .card {
        width: 100%;
        margin-right: 0%;
    }
    .cfa-banner-section {
        padding: 60px 0px;
        /*background-size: 100% 100%;*/
        background-clip: border-box;
    }
    .cfa-banner-section .left-banner-content h1 {
        color: #fff;
        line-height: 50px;
        font-size: 40px;
    }
    .cfa-banner-section .banner-btn-block .banner-btn {
        width: 100%;
    }
}


/* ------------Start-common-bg-section-css------------------ */

.common-bg-section {
    position: relative;
}

.common-bg-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #F5F5F5;
    top: 415px;
    height: 964px;
}


/* ------------Start-CFA-welcome-section-css------------------ */

.cfa-welcome-section {
    position: relative;
    z-index: 99;
}

.cfa-welcome-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #F4F6F9;
    height: 410px;
    width: 100%;
    z-index: -1;
}

.cfa-welcome-section .box-block h4 {
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.cfa-welcome-section .odd-box-block {
    margin-top: 80px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .common-bg-section:before {
        display: none;
    }
    .cfa-welcome-section .odd-box-block {
        margin-top: 20px;
    }
    .cfa-highlight-block {
        padding: 30px 0px;
        margin-bottom: 60px;
    }
    .cfa-highlight-block .heiglight-heading h3 {
        font-size: 34px;
    }
}


/* ------------Start-cfa-highlight-section-css------------------ */

.cfa-highlight-section {
    position: relative;
    z-index: 99;
    margin-bottom: 40px;
}

.cfa-highlight-block {
    position: relative;
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 146px 0px;
}

.cfa-highlight-block .highlight-left-block {
    margin-left: 24px;
}

.cfa-highlight-block .heiglight-heading {
    max-width: 750px;
}

.cfa-highlight-block .heiglight-heading h3 {
    font-size: 50px;
    color: #222222;
    font-weight: 600;
    background: #fff;
    margin-bottom: 0px;
    display: inline-block;
    padding: 3px 30px 3px 20px;
}

.cfa-highlight-block .heiglight-heading h3:nth-child(2) {
    padding-top: 0;
}

.cfa-highlight-block .heiglight-heading h3:nth-child(3) {
    padding-bottom: 8px;
    padding-top: 0;
}

.cfa-social-block {
    display: flex;
    align-items: center;
}

.cfa-social-block .common-btn img {
    max-width: 170px;
    width: 100%;
}


/* ------------Start-cfa-rating-section-css------------------ */

.cfa-rating-section {
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}

.cfa-main-heading {
    text-align: center;
}

.cfa-main-heading h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cfa-main-heading p {
    color: #fff;
    letter-spacing: 0.5px;
}

.cfa-rating-section .rating-box {
    text-align: center;
    padding: 16px 0px;
}

.cfa-rating-section .rating-box img {
    max-width: 54px;
    margin-bottom: 10px;
}

.cfa-rating-section .rating-box h4 {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
}

.cfa-rating-section .rating-box p {
    color: #fff;
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 0px;
    line-height: 18px;
}


/* ------------Start-cfa-program-section-css------------------ */

.cfa-program-section {
    padding: 80px 0px 90px;
    background: #E7F3FD;
    clip-path: polygon(100% 0%, 100% 100%, 50% 94%, 0 100%, 0 0);
}

.cfa-program-block {
    margin-top: 50px;
}

.program-curve-block {
    position: relative;
    max-width: 330px;
    margin: 0 auto;
}

.program-curve-block::before {
    content: '';
    left: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 9px;
    bottom: auto;
    -ms-transform: skewY(4deg);
    transform: skewY(3deg);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.program-curve-block::after {
    content: '';
    left: -16px;
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 12px;
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    border: 3px solid #0280F2;
    transition: all 0.4s ease-in-out;
}

.program-curve-block:hover::before {
    transform: skewY(0deg);
}

.program-curve-block:hover::after {
    transform: skewY(0deg);
}

.cfa-program-block .box-block {
    max-width: 440px;
    margin: 20px auto;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 0%);
    min-height: 270px;
    position: relative;
    z-index: 2;
}

.cfa-program-block .box-block .icon {
    margin-bottom: 30px;
    max-width: 40px;
}

.cfa-program-block .box-block h4 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.cfa-program-block .box-block p {
    color: #454545;
}

.cfa-program-block .program-btn {
    margin-top: 20px;
}

.cfa-program-block .program-btn .left-side-btn {
    margin-right: 10px;
}

.program-btn .custom-secondry-btn {
    padding: 0px 20px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.program-btn .btn-primary,
.program-btn .btn-grey {
    border-radius: 50px;
}

.program-curve-block .btn-blue-bg,
.program-curve-block .btn-blue-border {
    border-radius: 32px;
}

.radius-40 {
    border-radius: 40px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .cfa-program-block .box-block {
        margin-bottom: 50px;
    }
}


/* ------------Start-cfa-partner-section-css------------------ */

.cfa-partner-section {
    background: none;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .cfa-partner-section {
        margin-bottom: 20px;
    }
}


/* ------------Start-cfa-certification-section-css------------------ */

.cfa-certification-section {
    position: relative;
    z-index: 99;
    padding: 20px 0 70px;
}

.cfa-certification-block {
    position: relative;
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.certificate-left-block {
    background: #fff;
    max-width: 650px;
    /* margin-left: 44%; */
    padding: 40px 35px;
    box-shadow: 0px 30px 60px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    border-bottom: 5px solid #0B88EE;
}

.cfa-frm-left {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    max-width: 650px;
    margin-left: auto;
}

.cfa-frm-right {
    position: relative;
    left: -90px;
    padding: 50px 0;
}

.certificate-left-block .box-block h5 {
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.certificate-left-block .box-block p {
    /*margin-bottom: 10px;*/
}

.certificate-left-block .box-block h5 .icon-block img {
    max-width: 40px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .cfa-certification-block {
        padding: 24px 0px;
    }
    .certificate-left-block {
        margin-left: 0;
        max-width: 100%;
        /*margin-top: 20px;*/
    }
    .certificate-left-block .box-block p {
        margin-bottom: 16px;
    }
    .certificate-left-block .box-block:first-child {
        /*border-bottom: 1px solid #888;*/
        /*padding-bottom: 26px;*/
        margin-bottom: 36px !important;
    }
    .cfa-frm-left {
        min-height: 400px;
        max-width: 100%;
        margin-left: 0;
        background-size: cover;
    }
    .cfa-frm-right {
        left: 0;
    }
}


/*  For Small Screens  */

@media (max-width: 600px) {
    .cfa-certification-block {
        background: none !important;
    }
}


/* ------------Start-CFA-price-section-css------------------ */

.price-tab-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.price-tab-block {
    padding-top: 30px;
    padding-bottom: 480px;
}

.price-tab-block .main-heading h4 {
    font-size: 21px;
    color: #ababab;
}

.price-tab-list {
    text-align: center;
}

.price-tab-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-tab-list ul li {
    display: inline-block;
    margin: 0px 12px;
}


/*  For Small Screens  */

@media (max-width: 600px) {
    .price-tab-block {
        padding-top: 30px;
        padding-bottom: 340px;
    }
    .price-tab-list ul li {
        display: block;
        margin: 12px auto;
        width: 100%;
    }
    .price-tab-list ul li .tm-button {
        width: 100%;
        margin-left: 0;
    }
}


/* ------------Start-CFA-faq-price-section-css------------------ */

.faq_cfa_exam .exam_table table tr td {
    text-align: left;
    padding: 10px 18px;
}

.faq_cfa_exam .exam_table table td:first-child {
    background: #fbfbfb;
    color: #4F4F4F;
    border: 1px solid rgba(0, 0, 0, .08);
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}


/* --------------------------------------Start-frm-Page-css-------------------------------------- */


/* ------------Start-banner-section-css------------------ */

.frm-banner-section {
    height: 80vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
}

.frm-banner-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.frm-banner-section .left-banner-content h1 {
    color: #fff;
    line-height: 60px;
    font-size: 54px;
}

.frm-banner-section .left-banner-content .circle-icon img {
    max-width: 45px;
    position: relative;
    top: 32px;
    right: 28px;
}

.frm-banner-section .left-banner-content p {
    color: #fff;
    margin-top: 10px;
}

.frm-banner-section .banner-btn-block {
    margin-top: 4px;
}

.frm-banner-section .banner-btn-block h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.frm-banner-section .banner-btn-block .banner-btn {
    width: 362px;
    font-size: 20px;
    border-radius: 8px;
}

.frm-banner-section .banner-btn-block .common-banner-btn {
    position: relative;
    z-index: 99;
}

.frm-banner-section .banner-btn-block .circle-btn-icon img {
    max-width: 112px;
    position: relative;
    top: -17px;
    right: 18px;
}

.frm-banner-section .right-banner-image img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .frm-banner-section {
        padding: 60px 0px;
        background-size: cover;
    }
    .frm-banner-section .left-banner-content h1 {
        color: #fff;
        line-height: 50px;
        font-size: 40px;
    }
    .frm-banner-section .banner-btn-block .banner-btn {
        width: 100%;
    }
}


/* ------------Start-frm-welcome-section-css------------------ */

.frm-welcome-section .box-block {
    text-align: left;
    padding: 30px 16px;
    background: #F2F2F2;
    min-height: 294px;
    border: none;
}

.frm-welcome-section h2 .tag-line {
    background-repeat: no-repeat;
    background-position: bottom;
}

.frm-welcome-section .box-block h4 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.frm-welcome-section .second-bg-box {
    background: linear-gradient(141.95deg, rgba(35, 146, 249, 0.79) 32.77%, rgba(59, 87, 235, 0.73) 127.03%);
}

.frm-welcome-section .second-bg-box h4 {
    color: #fff;
}

.frm-welcome-section .second-bg-box p {
    color: #fff;
}

.border_heading {
    position: relative;
}

.border_heading .orange-bg-border {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    width: 200px;
}

.border_heading span {
    z-index: 9;
    position: relative;
}


/* ------------Start-frm-highlight-section-css------------------ */

.frm-highlight-section {
    padding: 50px 0;
}

.frm-highlight-block .highlight-right-block {
    margin-left: 10px;
}

.frm-highlight-block .heiglight-heading {
    position: relative;
}

.frm-highlight-block .heiglight-heading .circle-icon {
    position: absolute;
    right: 22%;
    top: -36px;
    z-index: 9;
}

.frm-highlight-block .heiglight-heading .circle-icon img {
    max-width: 70px;
}

.frm-highlight-block .heiglight-heading h3 {
    font-size: 50px;
    color: #222222;
    font-weight: 600;
    background: #fff;
    margin-bottom: 0px;
    display: inline-block;
    padding: 0px 30px 0px 10px;
    max-width: 620px;
}

.frm-highlight-block .heiglight-heading h3 span {
    color: #0b88ee
}

.frm-highlight-section .border_heading .orange-bg-border {
    right: auto;
}

.frm-highlight-section h3 .tag-line {
    background-repeat: no-repeat;
    background-position: bottom;
}

.side-left-img {
    position: relative;
}

.side-left-img:before {
    background: #E9ECEE;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    left: -20px;
    border-radius: 8px;
}

.side-left-img img {
    width: 100%;
    border-radius: 16px;
}

.frm-highlight-section .side-left-img img {
    width: 100%;
    border-radius: 8px;
}

.frm-social-block {
    display: flex;
    align-items: center;
}

.frm-social-block .common-btn img {
    max-width: 170px;
    width: 100%;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .frm-highlight-block .heiglight-heading h3 {
        font-size: 36px;
    }
    .frm-highlight-block .highlight-right-block {
        margin-left: 0;
        margin-top: 32px;
    }
}


/* ------------Start-frm-program-section-css------------------ */

.frm-program-section {
    padding: 60px 0px 50px;
}

.frm-program-section h2 .tag-line {
    background-repeat: no-repeat;
    background-position: bottom;
}

.frm-program-section .common-frm-block {
    /*margin-bottom: 30px;*/
}

.common-frm-block.level_2 {
    margin: 50px 0;
}

.frm-program-section .program-img-block {
    padding: 0 50px 20px 20px;
}

.frm-program-section .program-img-block .program_img {
    position: relative;
}

.side-left-img {
    position: relative;
}

.frm-program-section .program-img-block .program_img:before,
.side-left-img:before {
    background: #E9ECEE;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    right: -20px;
    border-radius: 8px;
}

.program_dot_icon {
    width: 45px;
    position: absolute;
    left: -22px;
    top: -20px;
    z-index: -1;
}

.common-frm-block.level_2 .program_img:before {
    left: -20px;
}

.common-frm-block.level_2 .program_dot_icon {
    left: auto;
    right: -22px;
}

.program_dot_icon img {
    border-radius: 0;
}

.frm-program-section .img-block-odd .circle-btn-icon {
    position: absolute;
    left: 0px;
    top: -22px;
}

.frm-program-section .img-block-even .circle-btn-icon {
    position: absolute;
    right: 0px;
    top: -22px;
}

.frm-program-section .program-img-block .circle-btn-icon img {
    max-width: 50px;
}

.program-img-block {
    /*margin: 20px 0px;*/
}

.program-img-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.frm-program-section .program-img-block img {
    /*position: relative;*/
    /*z-index: 99;*/
    /*max-width: 520px;*/
}


/*.frm-program-section .img-block-odd:after {
    content: '';
    left: auto;
    right: 0;
    background: #E9ECEE;
    border-radius: 8px;
    position: absolute;
    top: auto;
    width: 457px;
    height: 302px;
    bottom: -26px;
}
.frm-program-section .img-block-even:before {
    content: '';
    left: 0;
    right: auto;
    background: #E9ECEE;
    border-radius: 8px;
    position: absolute;
    width: 457px;
    height: 302px;
    top: auto;
    bottom: -26px;
}*/

.program-content-block {
    margin-bottom: 20px;
}

.program-content-block h4 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}

.program-content-block .icon-tag img {
    max-width: 28px;
}

.program-content-block p {
    color: #4F4F4F;
}

.program-content-block .program-btn {
    display: flex;
    justify-content: flex-start;
}

.program-content-block .program-btn .custom-secondry-btn {
    margin-right: 14px;
    border-radius: 4px;
}

.program-content-block .program-btn .button-icon img {
    vertical-align: middle;
}


/*  For Small Screens  */

@media (max-width: 991px) and (min-width: 768px) {
    .frm-program-section .program-img-block img {
        /*max-width: 650px;*/
    }
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .frm-program-section {
        padding: 60px 0px 10px;
    }
    .frm-program-section .common-frm-block {
        /*margin-bottom: 40px;*/
    }
    .frm-program-section .program-img-block {
        /*position: relative;*/
        /*margin-bottom: 50px;*/
    }
}


/* ------------Start-cfa-certification-section-css------------------ */

.frm-certification-section {
    position: relative;
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
    /*margin-bottom: 190px;*/
    padding: 60px 0;
}

.frm-certification-section .bg_image {
    position: absolute;
    height: 70%;
    width: 100%;
    top: 0;
    background-size: cover;
}

.frm-certification-section h2 {
    color: #fff;
    /*padding-top: 60px;*/
}

.frm-certification-section h2 .tag-line {
    background-repeat: no-repeat;
    background-position: bottom;
}

.frm-certificate-block {
    /*display: flex;*/
    /*align-items: center;*/
    /*position: relative;*/
    /*top: 120px;*/
    margin-top: 50px;
}

.frm-certificate-block .box-block {
    background: #fff;
    padding: 36px;
    box-shadow: 0px 30px 60px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /*max-width: 540px;*/
    margin: 0 auto;
    margin-top: 20px;
    min-height: 342px;
}

.frm-certificate-block .box-block h5 {
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.frm-certificate-block .box-block p {
    margin-bottom: 16px;
}

.frm-certificate-block .box-block h5 .icon-block img {
    max-width: 40px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .frm-certification-section h2 {
        color: #fff;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .frm-certificate-block {
        margin-top: 20px;
    }
    .frm-welcome-section .box-block {
        min-height: 285px;
    }
    .welcome-box-block {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .welcome-box-block {
        margin: 0 -15px;
    }
    .frm-welcome-section .box-block {
        min-height: auto;
        margin: 10px 0;
    }
    .frm-highlight-block .heiglight-heading .circle-icon {
        right: 0;
    }
    .rating-section .border-rating {
        border: 0;
    }
    .rating-section .rating-box {
        margin: 20px 0;
    }
    .frm-program-section {
        padding: 40px 0px 10px;
    }
    .frm-program-section .program-img-block {
        padding-right: 20px;
    }
    .program-content-block h4 {
        margin-top: 25px;
    }
}


/* --------------------------------------Start-new-actuarial-exams-Page-css-------------------------------------- */


/* ------------Start-banner-section-css------------------ */

.exam-banner-section {
    padding: 180px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-color: #F4F9FE;
    position: relative;
    background-size: cover;
}

.exam-banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(0, 0, 0, 0.4);
    height: 100%;
}

.exam-banner-content {
    max-width: 585px;
    position: relative;
}

.exam-banner-section .exam-banner-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}

.exam-banner-section .exam-banner-content h1 {
    color: #fff;
    line-height: 54px;
    font-size: 44px;
    padding-bottom: 0px;
}

.exam-banner-section .banner-btn-block {
    margin-top: 40px;
}

.exam-banner-section .banner-btn-block h3 {
    color: #065EB7;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.exam-banner-section .banner-btn-block .banner-btn {
    width: 362px;
    font-size: 20px;
    border-radius: 8px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .banner-section.banner_home_sec:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .banner-section.banner_home_sec {
        padding: 60px 0px 60px 0;
    }
    .exam-banner-section {
        padding: 60px 0px;
    }
    .exam-banner-section .left-banner-content h1 {
        line-height: 50px;
        font-size: 40px;
    }
    .exam-banner-section .banner-btn-block .banner-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .exam-banner-section .exam-banner-content h1 {
        line-height: 36px;
        font-size: 28px;
    }
}


/* ------------Start-exam-welcome-section-css------------------ */

.exam-welcome-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #E9E9E9 100%);
}

.exam-welcome-section .exam-left-block .box-block {
    text-align: left;
    padding: 20px 16px;
    min-height: 308px;
}

.exam-welcome-section .exam-left-block .box-block.act_page {
    min-height: 220px;
}

.exam-welcome-section .exam-left-block .box-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.exam-right-block {
    margin-top: 20px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .exam-welcome-section .exam-right-block img {
        width: 100%;
    }
}


/* ------------Start-accordion-highlight-section-css------------------ */

.accordion-highlight-section {
    padding: 50px 0;
}

.accordion-highlight-block .accordion-block .card {
    background: none;
    border: none;
}

.accordion-highlight-block .accordion-block .card-header {
    background: none;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.accordion-highlight-block .accordion-block .card-header h5 .btn-link {
    color: #454545;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    border: none;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: left;
}

.accordion-highlight-block .accordion-block .card-header h5 .btn-link:not(.collapsed),
.accordion-highlight-block .accordion-block .card-header:hover h5 .btn-link {
    color: #0b88ee
}

.accordion-highlight-block .accordion-block .card-header h5 .btn-link:focus {
    box-shadow: none;
}

.accordion-highlight-block .accordion-block .card-body {
    padding: 16px 14px;
}

.accordion-block .btn-link .accordion-icon::before {
    color: #065EB7;
    content: "\f068";
    position: absolute;
    right: 5px;
    top: 19px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #065EB7;
    padding: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
}

.accordion-block .collapsed .accordion-icon::before {
    color: #065EB7;
    content: "\f067";
    position: absolute;
    right: 5px;
    top: 19px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #065EB7;
    padding: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
}

.accordion-highlight-block .accordion-block .card-header {
    border-bottom: 1px solid rgba(6, 94, 183, 0.2);
}

.accordion-block .cfa_acc .btn-link .accordion-icon::before {
    color: #065EB7;
    content: "\f106";
    position: absolute;
    right: 13px;
    top: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #065EB7;
    padding: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
}

.accordion-block .cfa_acc .collapsed .accordion-icon::before {
    color: #065EB7;
    content: "\f107";
    position: absolute;
    right: 13px;
    top: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #065EB7;
    padding: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
}

.cfa_acc .card-header {
    position: relative;
}

.cfa_acc .card-header button {
    position: relative;
    z-index: 2;
    padding-right: 60px;
}

.cfa_acc .card-header .clip_path {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #e7ebf2;
    width: 64px;
    height: 61px;
    z-index: 0
}

.heading mark {
    padding: 0
}

@media (max-width:1400px) {
    .accordion-highlight-block .accordion-block .card-header h5 .btn-link {
        line-height: 19px;
        font-size: 18px;
    }
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .accordion-highlight-block .accordion-block {
        margin-top: 50px;
    }
    .accordion-highlight-block .h_r_m {
        margin-top: 0px;
    }
    .accordion-highlight-block .accordion-block .card-header h5 .btn-link {
        font-size: 17px;
        padding-right: 40px;
        text-align: left;
    }
}


/* ------------Start-exam-program-section-css------------------ */

.exam-program-section {
    padding: 80px 0px 60px;
    margin-top: 20px;
}

.exam-program-block {
    margin-top: 50px;
}

.exam-program-block .box-block {
    max-width: 440px;
    margin: 20px auto;
    border: 1px solid #E8E8E8;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    min-height: 400px;
    position: relative;
    background: #E8E8E8;
    border-radius: 16px;
}

.exam-program-block .box-block .icon {
    margin-bottom: 20px;
    max-width: 40px;
}

.exam-program-block .box-block h4 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.exam-program-block .box-block p {
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.exam-program-block .btn-blue-bg,
.exam-program-block .btn-blue-border {
    border: 1px solid #0280F2;
    padding: 8px 15px;
}

.exam-program-block .program-btn {
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
}

.exam-program-block .program-btn .left-side-btn {
    margin-right: 10px;
}

.exam-program-block .program-btn .custom-secondry-btn {
    padding: 0px 20px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.exam-program-block .program-btn .btn-primary,
.program-btn .btn-grey {
    border-radius: 50px;
}

.exam-program-block .box-block .custom-secondry-btn .button-icon img {
    margin-bottom: 0;
    vertical-align: middle;
}

.exam-program-block .second-bg-box {
    background: linear-gradient(140.32deg, #0D7CE2 0%, #3B57EB 100%);
}

.exam-program-block .second-bg-box h4 {
    color: #fff;
}

.exam-program-block .second-bg-box p {
    color: #fff;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .exam-program-section {
        padding: 30px 0px;
        margin-top: 20px;
    }
}


/* ------------Start-exam-certification-section-css------------------ */

.exam-certifacation-section {
    padding: 60px 0px 20px;
}

.exam-certifacation-section .common-frm-block {
    padding: 30px 0px;
}

.exam-certifacation-img {
    margin: 20px 0px;
}

.exam-certifacation-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 16px;
}

.exam-certifacation-content {
    margin-bottom: 20px;
}

.exam-certifacation-section .common-frm-block .exam-certifacation-content {
    padding-right: 40px;
}

.exam-certifacation-section .common-frm-block .exam-certifacation-second-block {
    padding-right: 40px;
}

.exam-certifacation-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    margin: 16px 0px;
}

.exam-certifacation-content h4 span {
    color: #0b88ee
}

.exam-certifacation-content .icon-tag img {
    max-width: 28px;
}

.exam-certifacation-content p {
    color: #4F4F4F;
}

.exam-certifacation-content .program-btn {
    display: flex;
    justify-content: flex-start;
}

.exam-certifacation-content .program-btn .custom-secondry-btn {
    margin-right: 14px;
    border-radius: 16px;
}

.exam-certifacation-content .program-btn .button-icon img {
    vertical-align: middle;
}

.exam-certifacation-block .exam-certifacation-img {
    position: relative;
}

.exam-certifacation-block .exam-certifacation-first:before,
.exam-certifacation-block .exam-certifacation-second:before {
    background: #E9ECEE;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    left: -20px;
    border-radius: 8px;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .exam-certifacation-block .common-frm-block {
        margin-bottom: 20px;
    }
    .exam-certifacation-section .common-frm-block .exam-certifacation-content {
        padding-right: 0;
    }
    .exam-certifacation-section .common-frm-block .exam-certifacation-second-block {
        padding-right: .9375rem;
    }
}


/* ----------- New Tutoring page css start ----------- */

section.tutoring_banner {
    padding: 80px 0;
    position: relative;
    background-size: 100% 100%;
}

.tutoring_banner .dot_img2 {
    position: absolute;
    right: 40px;
    bottom: 7vh;
    width: 25px;
}

.banner_left h1 {
    font-size: 54px;
    line-height: 60px
}

.banner_yellow_btn {
    background-color: #FEC605;
    color: #000;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #FEC605;
}

.banner_yellow_btn:hover {
    color: #d1a200;
    background: #fff;
}

.banner_left .dot_img1 {
    height: 25px;
    margin: 30px 0 20px;
}

.banner_left p {
    font-weight: 500;
    max-width: 380px;
}

.frm_item h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 10px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.text-blue {
    color: #0280F2;
}

.sec_title h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}

section.tutoring_sec2 {
    background-repeat: no-repeat;
    background-size: 50% 75%;
    background-position: bottom -40px right 130px;
    padding: 70px 0 60px;
    margin-bottom: 50px;
}

.tutoring_sec2 .sec_title {
    max-width: 650px;
    margin: auto;
}

.sec_title h2 {
    margin-bottom: 40px;
    color: #323232;
}

.sec_title h2 span {
    color: #0b88ee
}

.frm_item {
    box-shadow: 0 30px 60px 0 rgb(15 18 22 / 11%);
    padding: 20px;
    border-radius: 4px;
    min-height: 310px;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.frm_item:hover {
    box-shadow: 0 8px 15px 0 rgb(135 180 241 / 11%);
    background: #f9f9f9;
    cursor: pointer;
}

.frm_item .icon {
    height: 45px;
}

.frm_item .icon img {
    width: 42px;
}

.tutoring_sec2 .frm_item {
    min-height: 260px;
}

section.tutoring_sec4 {
    padding: 90px 0;
    background-position: bottom right;
    background-size: cover;
}

.rating_item {
    border-radius: 4px;
    background: #fff;
    padding: 40px 0;
    min-height: 225px;
}

.rating_item h4 {
    color: #294365;
    font-weight: 600;
    font-size: 20px;
}

.rating_item .icon {
    height: 70px;
}

.rating_item .icon img {
    width: 65px;
}

.rating_item p {
    line-height: 17px;
}

.tutoring_sec5 {
    position: relative;
}

.tutoring_sec5 .border_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}

.tutoring_sec5 .blue_dots {
    position: absolute;
    right: 10px;
    top: 70px;
    width: 40px;
}

.cfa_level_image {
    padding-right: 30px;
}

.cfa_level_content .icon img {
    width: 40px;
    margin-bottom: 20px;
}

.cfa_level_content h4 {
    font-size: 20px;
    font-weight: 600;
}

.cfa_level_content {
    padding: 40px;
    border-radius: 4px;
}

div .bg-light-gray {
    background-color: #F7F7F9;
}

div .btn-blue-bg,
div .btn-blue-border {
    border: 1px solid #0280F2;
    padding: 8px 28px;
}

div .btn-blue-bg {
    background: #0280F2;
    color: #fff;
}

div .btn-blue-border {
    color: #0280F2;
}

div .btn-blue-bg .blue_icon,
div .btn-blue-border .white_icon {
    display: none;
}

div .btn-blue-bg:hover,
div .btn-blue-bg:focus {
    background-color: transparent;
    color: #0280F2;
}

div .btn-blue-bg:hover .white_icon,
div .btn-blue-bg:focus .white_icon {
    display: none;
}

div .btn-blue-bg:hover .blue_icon,
div .btn-blue-bg:focus .blue_icon {
    display: unset;
}

div .btn-blue-border:hover {
    background-color: #0280F2;
    color: #fff;
}

div .btn-blue-border:hover .white_icon {
    display: unset;
}

div .btn-blue-border:hover .blue_icon {
    display: none;
}

section.tutoring_sec6 {
    background-color: #F2F4F9;
    padding: 30px 0;
}

.garp_img img {
    max-width: 378px;
}

.frm_part_item {
    background: #f5f5f5;
    padding: 25px 20px 30px;
    box-shadow: 0px 8px 12px 0 rgb(15 18 22 / 11%);
    border-radius: 4px;
}

.frm_part_item h4 {
    font-size: 17px;
    font-weight: 500;
}

.frm_part_item h4 img {
    height: 21px;
}

@media(min-width: 1601px) {
    section.tutoring_sec2 {
        background-size: 50% 78%;
    }
    .banner_right img {
        max-width: 580px;
    }
}

@media (max-width: 991px) {
    .banner_left h1 {
        line-height: 50px;
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .tutoring_sec2 .frm_item {
        margin-bottom: 20px
    }
    .banner_left h1 {
        font-size: 28px;
        line-height: 36px
    }
}


/* ----------- New Tutoring page css end ----------- */


/* ------------ About page css start here ------------ */

section.about_banner {
    position: relative;
    background-size: 100% 100%;
    padding: 40px 0;
}

.about_banner .shape_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    opacity: .5;
}

.about_banner .dots3 {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 80px;
}

.about_banner .icons_triangle {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 10%;
    width: 50px;
    opacity: .9;
}

.about_banner .shape-line2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 5%;
    width: 90px;
}

.about_points .icon {
    width: 65px;
    margin-right: 10px;
}

.about_banner_right {
    padding: 50px;
    margin-right: 12px;
}

.about_banner_left h1 {
    font-size: 44px;
}

@media (max-width: 767px) {
    .about_banner_left h1 {
        font-size: 28px;
    }
}

.about_points {
    margin-top: 3rem;
}

.about_points h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.about_banner_left p {
    line-height: 21px;
    max-width: 430px;
    font-size: 16px;
}

section.about_sec2 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.about_sec2_right h3 {
    font-weight: 600;
    font-size: 28px;
}

.about_sec2_right h3 span {
    color: #0b88ee
}

section.about_sec3 {
    background: #F3F7FB;
}

.about_sec3 .frm_item {
    min-height: 357px;
}

.border-0 {
    border: 0;
}

section.customer_rate_sec {
    background-position: center;
    background-size: 100% 130%;
}

.customer_rate_item {
    padding: 50px 0;
}

.customer_rate_item.center {
    border-left: 1px solid #5f97ff;
    border-right: 1px solid #5f97ff;
    height: 100%;
}

.customer_rate_item h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.customer_rate_item .icon {
    height: 70px;
}

.customer_rate_item .icon img {
    height: 60px;
}

.customer_rate_item p {
    text-transform: uppercase;
    font-size: 14px;
    max-width: 180px;
    margin: auto;
    line-height: 20px;
    margin-top: 10px;
}

.timeline_list {
    padding: 0;
    position: relative;
}

.timeline_list:before {
    position: absolute;
    width: 4px;
    content: '';
    background: #1c69f7;
    /* height: calc(100% + 30px); */
    height: 100%;
    left: 50%;
    transform: translate(50%);
    /* top: -15px; */
    border-radius: 5px;
}

.timeline_list li {
    width: 50%;
    list-style: none;
    padding: 20px 35px;
    position: relative;
}

.timeline_list li .point {
    position: absolute;
    right: -16px;
    width: 44px;
    top: 35px;
}

.timeline_list li:nth-child(even) .point {
    left: -8px;
    transform: rotate(180deg);
}

.timeline_list li:nth-child(even) {
    margin-left: auto;
}

.timeline_item {
    box-shadow: 0px 10px 23px rgb(214 215 242 / 35%);
    border-radius: 8px;
}

.timeline_content {
    padding: 20px;
}

.timeline_image {
    position: relative;
}

.timeline_image img {
    width: 100%;
}

.timeline_image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(249.67deg, rgba(0, 0, 0, 0.62) 2.08%, rgba(0, 0, 0, 0.29) 53.04%);
    border-radius: 8px 8px 0px 0px;
}

.timeline_image h4 {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.timeline_content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 1600px) {
    .about_points p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .about_banner .shape_line,
    .about_banner .dots3 {
        width: 70px;
    }
    .about_banner .shape-line2 {
        width: 60px;
    }
    .about_banner .icons_triangle {
        width: 30px;
    }
}

@media (max-width: 991px) {
    .about_sec3 .frm_item {
        min-height: 290px;
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    section.customer_rate_sec {
        background-size: cover;
    }
    .customer_rate_item.center {
        border: 0;
        padding: 10px 0px;
    }
    .about_banner .dots3,
    .about_banner .icons_triangle {
        display: none;
    }
    .about_sec3 .frm_item {
        min-height: auto;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .timeline_list li {
        width: 100%;
        padding: 20px 10px 20px 35px;
    }
    .timeline_list:before {
        left: 0%;
    }
    .timeline_list li .point {
        width: 36px;
        left: -6px;
        transform: rotate(180deg);
    }
    .timeline_list li:nth-child(even) .point {
        left: -6px;
    }
}

@media (min-width: 1601px) {
    .about_banner_left h1 {
        font-size: 75px;
    }
    .banner_sub_title {
        font-size: 22px;
        line-height: 30px !important;
        letter-spacing: 1px;
    }
    .about_points {
        margin-top: 5rem;
    }
    .about_points h4 {
        font-size: 28px;
    }
    .about_points .icon {
        width: 75px;
    }
    .about_sec3 .frm_item {
        min-height: 312px;
        padding: 30px;
    }
    .frm_item .icon {
        height: 55px;
    }
    .frm_item .icon img {
        width: 50px;
    }
}


/* ------------ About page css end here ------------ */


/* ------------ New Exam Probability template page css start ------------ */

.probability-banner-section {
    padding: 80px 0px 110px;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-size: cover;
}

.probability-banner-section .left-banner-content h1 {
    color: #fff;
    line-height: 60px;
    font-size: 45px;
}

.probability-banner-section .left-banner-content .circle-icon img {
    max-width: 45px;
    position: relative;
    top: 32px;
    right: 28px;
}

.probability-banner-section .left-banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}

.probability-banner-section .banner-btn-block {
    margin-top: 40px;
}

.probability-banner-section .banner-btn-block h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.probability-banner-section .banner-btn-block .banner-btn {
    width: 362px;
    font-size: 20px;
    border-radius: 8px;
}

.probability-banner-section .banner-btn-block .common-banner-btn {
    position: relative;
    z-index: 99;
}

.probability-banner-section .banner-btn-block .circle-btn-icon img {
    max-width: 112px;
    position: relative;
    top: -17px;
    right: 18px;
}

.probability-banner-section .right-banner-image img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 450px;
}


/* ------------Start-probability-welcome-section-css------------------ */

.probability-welcome-section {
    padding: 0px 0px 30px;
}

.probability-welcome-section .main-heading h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.probability-welcome-section .exam-left-block .box-block {
    text-align: left;
    padding: 20px 16px;
    min-height: 255px;
    margin: 15px 0;
}

.probability-welcome-section .exam-left-block .box-block2,
.probability-welcome-section .exam-left-block .box-block4 {
    margin-top: -30px;
}

.probability-welcome-section .exam-left-block .box-block h4 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    color: #333;
}

.probability-welcome-section .exam-left-block .box-block h4:before {
    content: '';
    background: #122ACC;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -15px;
    right: auto;
    display: block;
    top: 0;
}


/* ------------Start-exam-probability-accordion-section-css------------------ */

.probability-accordion-section {
    margin-bottom: 30px;
}

.exam-probability-accordion-img {
    position: relative;
}

.exam-probability-accordion-img:before {
    background: #E9ECEE;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 20px;
    right: -20px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .exam-probability-accordion-img {
        margin-top: 40px;
    }
}

section.probability_sec3 {
    background: #F2F2F2;
    padding-bottom: 80px;
}

.bring_img {
    max-width: 1080px;
    margin: auto;
}

.bg_shape {
    position: relative;
}

.bring_img .bg_shape:before {
    content: '';
    background: #0B88EE;
    width: 100%;
    height: 99%;
    left: -25px;
    top: 24px;
    position: absolute;
    max-width: 1080px;
    transform: rotate(358deg);
    border-radius: 8px;
}

.bring_img img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.probability_sec4 .rating_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 15%);
    border-radius: 8px;
}

.probability_sec4 .rating_item .icon img {
    width: 55px;
}

.probability_sec4 .rating_item h4 {
    color: #0280F2;
}

.probability_sec4 .rating_item p {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

section.probability_sec5 {
    background: #F2F2F2;
}

.probability_sec5 .common-frm-block {
    padding: 30px 0px;
}

.probability_sec5 .common-frm-block .probability_sec5-right-block {
    padding-right: 40px;
}

.probability_sec5 .common-frm-block .cfa_content {
    padding-right: 40px;
}

.probability_sec5 .cfa_content h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.probability_sec5 .cfa_content h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.probability_sec5 .cfa_content,
.probability_sec5 .cfa_image {
    padding: 20px 0;
    position: relative;
}

.probability_sec5 .cfa_image:before {
    background: #e7e7e7;
    position: absolute;
    content: '';
    left: -20px;
    bottom: 0px;
    height: calc(100% - 40px);
    width: 100%;
    z-index: 0;
    border-radius: 8px;
}

.probability_sec5 .cfa_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    position: relative;
    border-radius: 8px;
    border: 1px solid #efefef;
}

section.probability_sec7 {
    position: relative;
    padding: 40px 0;
    margin-bottom: 60px;
}

.probability_sec7:before {
    background-color: #0B88EE;
    width: 55%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}

.probability_sec7 .sec_title h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.probability_sec7 .frm_item {
    margin: 20px 0;
}

.probability_sec7 .probability_frm_image {
    margin-left: 6%;
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .probability_sec5 .common-frm-block {
        padding: 6px 0px;
    }
    .probability_sec5 .common-frm-block .probability_sec5-right-block {
        padding-right: .9375rem;
    }
    .probability_sec5 .common-frm-block .cfa_content {
        padding-right: 0;
    }
}


/*  For Small Screens  */

@media (max-width: 991px) {
    .probability-banner-section .left-banner-content h1 {
        color: #fff;
        line-height: 40px;
        font-size: 32px;
        margin-top: 15px;
    }
    .probability-banner-section .banner-btn-block .banner-btn {
        width: 100%;
    }
    .probability-welcome-section .exam-left-block .box-block2,
    .probability-welcome-section .exam-left-block .box-block4 {
        margin-top: 15px;
    }
    .main-heading h2 {
        margin-bottom: 20px;
    }
    .bring_img {
        padding-left: 20px;
    }
    .bring_img .bg_shape:before {
        top: 21px;
        transform: rotate(357deg);
    }
    .sec_title h2 {
        margin-bottom: 20px;
    }
    .probability_sec7:before {
        width: 100%;
        height: 60%;
    }
    .probability_sec7 .sec_title h2 {
        text-align: center;
    }
    .probability_sec7 .probability_frm_image {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .probability-banner-section {
        padding: 40px 0px 30px;
        background-position: unset;
    }
    .probability-welcome-section .exam-left-block .box-block {
        min-height: auto;
    }
    .probability_sec4 .rating_item {
        margin-bottom: 20px;
    }
    .main-heading h2 {
        font-size: 24px;
    }
    .custom-large-btn {
        padding: 8px 15px;
    }
    .bring_img .bg_shape:before {
        top: 11px;
        left: -17px;
    }
    .probability-welcome-section .main-heading h3 {
        margin-bottom: 10px;
    }
    /* .exam-left-block {
    margin: 0 -15px;
} */
}


/* ------------ New Exam Probability template page css End ------------ */

.text-normal-black {
    color: #222;
}

.cfa_designation {
    padding: 80px 0px 90px;
    background: #E7F3FD;
    clip-path: polygon(100% 0%, 100% 100%, 50% 92%, 0 100%, 0 0);
}

.bg_light_blue {
    background-color: #f2f7fd;
}

.bg_light_grey {
    background-color: #F4F6F9;
}

#tm-column-635f925e8f4cd>.vc_column-inner {
    padding-top: 90px !important;
}

#tm-spacer-635f7c839b2c2 {
    height: 24px;
}

#tm-column-635f925e90d74>.vc_column-inner {
    padding-top: 90px !important;
}

#tm-column-635f925e91383>.vc_column-inner {
    padding-left: 100px !important;
}

#tm-spacer-635f925e911be {
    height: 24px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .tm-pricing.style-1 .tm-pricing-button {
        min-width: auto;
    }
}

@media (max-width: 991px) {
    #tm-column-635f925e91383>.vc_column-inner {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .cfa-banner-section {
        background-position: bottom;
    }
    .cfa-banner-section .left-banner-content h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .cfa-banner-section .left-banner-content p {
        font-size: 16px;
    }
    .cfa_designation {
        clip-path: polygon(100% 0%, 100% 100%, 50% 95%, 0 100%, 0 0);
    }
    .cfa-frm-left {
        min-height: 300px;
    }
}


/* ------------ New cfa, frm price table css Start ------------ */

.crack_cfa_bullet ul li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.crack_cfa_bullet ul li:before {
    content: '';
    background: url('../images/arrow-right.png');
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    width: 24px;
    top: 1px;
}

.crack_cfa_bullet_2 ul {
    padding-left: 0
}

.crack_cfa_bullet_2 ul li {
    list-style: none;
    margin-bottom: 18px;
    color: #333;
    background: #fbfbfb;
    padding: 14px 20px;
    border-left: 4px solid #0280F2;
}

.crack_cfa_bullet_2 ul li:hover {
    background: #f2f7fd;
}

.crack_cfa_bullet_2 ul li span {
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px
}

.crack_cfa_bullet_2 ul li p {
    margin-bottom: 0;
    font-size: 16px;
}

.frm-pricing-table {
    background-color: #FFFFFF;
}

.pricing_sec1 .pricing_title h2 {
    padding-bottom: 14px;
    font-size: 40px;
    text-transform: uppercase;
}

.pricing_sec1 .tm-pricing .price-wrap-inner .price {
    font-size: 50px;
}

.pricing_sec1 .tm-pricing .tm-pricing-list li {
    padding: 8px 0px;
}

.pricing_sec2 .pricing_title h2 {
    padding-bottom: 14px;
    font-size: 40px;
}

.pricing_sec2 .tm-pricing .price-wrap-inner .price {
    font-size: 50px;
}

.pricing_sec2 .tm-pricing .tm-pricing-list li {
    padding: 12px 0px;
}

.pricing_sec3 .pricing_title h2 {
    padding-bottom: 14px;
    font-size: 40px;
}

.pricing_sec3 .tm-pricing .price-wrap-inner .price {
    font-size: 50px;
}

.pricing_sec3 .tm-pricing .tm-pricing-list li {
    padding: 12px 0px;
}


/* ------------ New cfa, frm price table css Start ------------ */

.table-price-block {
    text-align: center;
}

.table-price-block .plan {
    box-shadow: 0 0 57px rgb(0 0 0 / 8%);
}

.table-price-block .plan-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    min-height: 540px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.table-price-block .plan-inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 57px rgba(0, 0, 0, .17);
}

.table-price-block .entry-title {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
    background: -webkit-linear-gradient(left top, #384ddb 0, #0B88EE 100%);
}

.table-price-block .entry-title>h3 {
    font-size: 19px;
    padding: 20px 10px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    line-height: 28px;
}

.table-price-block .entry-title .price {
    padding-top: 8px;
    background: #0280f2;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 0 62px rgb(0 0 0 / 15%);
    position: relative;
    margin-top: -50px;
    bottom: -48px;
}

.table-price-block .price span {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    display: block;
}

.table-price-block .entry-content {
    color: #323232;
}

.table-price-block .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.table-price-block .entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 8px 0;
}

.table-price-block .entry-content li:last-child {
    border: none;
}

.table-price-block .price-btn {
    padding-top: 30px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.table-price-block .price-btn a {
    padding: 12px 32px;
    color: #0b88ee;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #0b88ee;
    border-radius: 5px;
}

.table-price-block .price-btn .active {
    border-color: #0b88ee;
    background-color: #0b88ee;
    color: #fff;
}

.table-price-block .price-btn .active:hover {
    border-color: #0b88ee;
    color: #0b88ee;
    background: none;
}

.table-price-block .price-btn a:hover {
    border-color: #0b88ee;
    background-color: #0b88ee;
    color: #fff;
}

@media (max-width: 991px) {
    .table-price-block .plan-inner {
        min-height: auto;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .table-price-block .price-btn {
        padding-top: 30px;
        position: relative;
        bottom: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .table-price-block .plan-inner {
        margin-bottom: 30px;
    }
}

.contact_exam_form span.wpcf7-form-control-wrap.recaptcha {
    padding-left: 15px;
    margin-bottom: 15px;
}


/* js slideshow homepage */

.home_slider_container {
    position: relative;
    z-index: 5;
}

.home_slider_container .ifimg {
    position: absolute;
    right: 0;
    border-radius: 20px;
}

.home_slider_container .mySlides {
    display: none;
    background-color: #000;
}

.home_slider_container .active {
    background-color: #717171;
}


/* Fading animation */

.home_slider_container .fade {
    animation-name: fade;
    animation-duration: 4s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media (max-width:1367px) {
    .home_slider_container .ifimg {
        top: 40px
    }
}

@media (max-width:992px) {
    .home_slider_container .ifimg {
        top: 20px
    }
}


/* alert box hide except blog page css */

.header-alert-box {
    display: none;
}

.blog .header-alert-box,
.single-post .header-alert-box {
    display: none;
}


/* end alert box css */

.tm-counter {
    margin-bottom: 0;
}


/* gif slideshow 1*/

.gifimg {
    position: relative;
}

.gifimg img {
    position: absolute;
    border-radius: 8px;
}

@media (max-width:992px) {
    .gifimg {
        margin-top: 20px;
        min-height: 480px;
    }
    .gifimg img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .gifimg {
        min-height: 400px;
    }
}

.gifimg img:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 2s;
    animation-duration: 2s;
    z-index: 20;
}

.gifimg img:nth-of-type(2) {
    z-index: 10;
}

.gifimg img:nth-of-type(n+3) {
    display: none;
}

@keyframes fader {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}


/* gif slideshow 3 page*/

.gifimg-2 {
    position: relative;
}

.gifimg-2 .card-slide {
    position: absolute;
    right: 0;
    border-radius: 8px;
}

@media (max-width:992px) {
    .gifimg-2 {
        margin-top: 20px;
        min-height: 480px;
    }
    .gifimg-2 .card-slide {
        width: 100%;
    }
}

@media (max-width:767px) {
    .gifimg-2 {
        min-height: 400px;
    }
}

.gifimg-2 .card-slide:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 2s;
    animation-duration: 2s;
    z-index: 20;
}

.gifimg-2 .card-slide:nth-of-type(2) {
    z-index: 10;
}

.gifimg-2 .card-slide:nth-of-type(n+3) {
    display: none;
}

.gifimg-2 .ana_card_2 {
    position: relative;
    width: 500px;
    z-index: 1;
    float: right;
    margin-top: -230px;
    z-index: 5555555;
    top: 0;
    height: 412px;
    overflow: hidden;
}

.gifimg-2 .ana_card_1 {
    position: relative;
    float: right;
    height: 370px;
}

@media (max-width: 768px) {
    .gifimg-2 .ana_card_2 {
        width: 75%;
        margin-top: -100px;
    }
}


/* card inner sections designs */

.features-partnership {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.features-partnership .icon {
    width: 40px;
    height: 40px;
    background: #0280F2;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 7px;
}

.f-p-b .icon {
    margin-right: -5px;
}

.f-p-b .icon-des {
    background: #0280F2;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2px 10px;
    font-size: 13px;
}

.features-tutor {
    border: 1px solid #0081f3;
    padding: 15px 7px;
    position: relative;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-top: 30px;
    text-align: center;
    margin: 10px 0 40px;
}

.features-tutor .tutor-icon {
    position: absolute;
    line-height: 50px;
    text-align: center;
    border: 1px solid #0081f3;
    border-radius: 100px;
    top: -25px;
    left: calc(50% - 30px);
    background: #0081f3;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-tutor .tutor-icon img {
    width: 29px;
    filter: invert(1)
}

.features-tutor .tutor-des {
    /* padding-top: 15px; */
}


/*------ style 5 --------*/

.card-style5 .card_tiles {
    background: #0280F2;
    position: relative;
    padding: 4px 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card-style5 .card_tiles h5 {
    position: absolute;
    top: 12px;
    right: 0;
    left: 90px;
    z-index: 1;
    margin: 0;
    font-size: 16px;
}

.card-style5 .card_tiles span {
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
}

.card-style5 .card_tiles:after {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 7px;
    right: -30px;
    left: 60px;
    background: #fff;
    transform: skewX(24deg);
    border-radius: 10px;
}


/*------ style 5 --------*/


/*------ style 6 --------*/

.card-style6 .features-partnership {
    background: #0280f2;
    border-radius: 100px;
    position: relative;
    padding: 10px 20px 10px 40px;
    margin-bottom: 15px;
}

.card-style6 .f-p-b .icon-des {
    background: transparent;
}

.card-style6 .f-p-b .icon {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #fff;
    color: #0280f2;
}


/*------ style 6 --------*/


/*------ style 7 --------*/

.card-style7 .features-partnership {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
    padding-right: 100px;
    margin-bottom: 15px;
}

.card-style7 .f-p-b .icon {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    height: unset;
    width: 70px;
    border-radius: 0;
    transform: skewX(20deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-style7 .f-p-b .icon span {
    transform: skewX(-20deg);
}

.card-style7 .f-p-b .icon-des {
    background: transparent;
    color: #000;
    font-weight: 500;
    padding-left: 45px;
}

.card-style7 .f-p-b .icon-des span {
    font-weight: 900;
    color: #0280f2;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
}


/*------ style 7 --------*/

/*------ style 8 --------*/
.card-style8 .features-partnership {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 16px 15px;
    padding-top: 30px;
    text-align: center;
    flex: 0 0 48.1%;
    border-radius: 10px;
    margin: 0;
}

.card-style8 .features-partnership .icon-des {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    padding: 5px 20px;
}
.card-style8 .features-partnership p {
    margin: 0;
}

.ana_card_2  .card-style8 {
    display: flex;
    gap: 4%;
    padding-top: 33px;
}
/*------ style 8 --------*/

/*------ style 9 --------*/
.card-style9 .features-partnership {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 16px 15px;
    text-align: center;
    border-radius: 10px;
    padding-left: 88px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
}

.card-style9 .features-partnership .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-style9 .features-partnership .icon img {
    width: 40px;
}

.card-style9 .features-partnership p {
    margin: 0;
}
.card-style9 .features-partnership h5 {
    margin: 0;
    color: #0280f2;
    font-weight: 700;
    font-size: 16px;
}
/*------ style 9 --------*/


.garp-logo img {
    width: 100%;
    max-width: 378px;
}

@media (max-width:768px) {
    .gifimg-2 .ana_card_1 {
        display: none;
    }
    
    .gifimg-2 .ana_card_2 {
        margin: 0;
        width: 100%;
        position: static;
        float: none;
    }
    
    .right-banner-card {
        width: 100%;
    }
}