* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Heebo', sans-serif;
    direction: ltr;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    margin: auto !important;
    max-width: 1920px;
    width: 100%;
}

.p-0 {
    padding: 0px;
}

@media (max-width:1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

header {
    width: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #FFF;
    transition: 1s;
    float: right;
    padding: 21px 1% 15px;
    border-top: 10px solid #30a1a7;
    z-index: 1000;
    border-bottom: 1px solid #F2F2F2;
}


.logo {
    float: right;
}

header nav {
    float: left;
    line-height: 86px;
    display: inline-block;
}

    header nav ul {
        font-weight: 400;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin-bottom: 0px;
    }

        header nav ul li {
            margin: 0;
            padding: 0 0 0 40px;
            display: inline;
        }

@media (max-width:1400px) {
    header nav ul li {
        padding: 0px 0px 0px 20px;
    }
}

header nav ul li a {
    text-decoration: none;
    color: #094f82;
    font-size: 18px;
    text-align: right;
    font-weight: 400;
    cursor: pointer;
}

    header nav ul li a:focus {
        text-decoration: none;
        color: orange;
    }

    header nav ul li a:hover {
        text-decoration: none;
        color: #ff6600;
    }

header nav ul li.block a {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 12px 20px;
    border: 2px solid #ff6700;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #ff6700;
}

header nav ul li.block2 a {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 12px 20px;
    border: 2px solid #36A1A8;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #36A1A8;
}

li.block img {
    display: inline-block;
    vertical-align: middle;
}

li.block2 img {
    display: inline-block;
    vertical-align: middle;
}

.device-nav {
    display: none;
    float: left;
    cursor: pointer;
    width: 50px;
}

    .device-nav img {
        width: 100%;
    }

@media only screen and (max-width: 1230px) {
    .logo {
        width: 150px;
    }

    .device-nav {
        display: block;
    }

    header {
        padding: 10px 0px;
    }

        header nav {
            margin: 0;
            max-height: 0;
            overflow: hidden;
            clear: both;
            display: block;
            -webkit-transition: max-height 0.5s;
            -moz-transition: max-height 0.5s;
            transition: max-height 0.5s;
        }

            header nav, header nav ul, header nav ul li, header nav ul li a {
                display: block;
                width: 100%;
            }

                header nav ul {
                    margin: 0;
                }

                    header nav ul li {
                        margin: 0;
                        text-align: center;
                        padding-right: 0;
                        padding-left: 0;
                    }

                        header nav ul li:first-child {
                            border-top: none;
                        }

                        header nav ul li a {
                            padding: 0.5em 0;
                            text-align: center;
                        }

                        header nav ul li.block2 a {
                            margin-bottom: 5px;
                        }

                header nav.reveal {
                    max-height: 1170px;
                    background: #fff;
                    overflow-y: auto;
                    width: 100%;
                    position: relative;
                    z-index: 100;
                    margin-top: 20px;
                }

    .hamburger:hover {
        opacity: 1;
    }

    header nav ul li.block {
        padding: 0;
    }
}

.p0 {
    padding: 0px !important;
}

.desk-hide {
    display: none;
}
/***Register****/
.iner-top {
    margin-top: 140px !important;
}
/**** ##### FOOTER ##### ****/
footer {
    position: relative;
    float: right;
    width: 100%;
    clear: both;
    background: #0a3c5e;
    padding: 10px 0px;
}

    footer p {
        text-align: right;
        font-weight: 400;
        color: #FFF;
        font-size: 20px;
        margin: 0px;
        padding: 21px 0px;
    }

.footer-logo {
    position: relative;
    padding: 20px;
    text-align: left;
}

    .footer-logo img {
        display: inline-block;
        vertical-align: top;
    }

@media (max-width:991px) {
    footer p {
        text-align: center;
        padding: 10px 0px;
    }

    .footer-logo {
        display: none;
    }
}

@media (max-width:480px) {
    footer p {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .iner-top {
        margin-top: 91px !important;
    }

    .mobl-hide {
        display: none;
    }

    .desk-hide {
        display: block;
    }
}
/*****^^^New CSS^^^*****/
.new_main {
    padding: 0px 20px;
    position: relative;
    clear: both;
}

.new_main_all {
    position: relative;
    padding: 0px 60px 0px 0px;
}
/*****^^^New pagination^^^*****/
.paginaion_counter {
    position: relative;
    width: 990px;
    padding-top: 20px;
}

.new_paginton_nmber {
    position: relative;
    clear: both;
    z-index: 100;
    height: 150px;
}

    .new_paginton_nmber ul {
        margin: 0px;
        padding: 0px;
        direction: rtl;
        list-style: none;
    }

    .new_paginton_nmber li {
        float: left;
        position: relative;
        padding: 0px 0px 0px 18%;
        cursor: pointer;
        z-index: 100;
    }

        .new_paginton_nmber li:after {
            position: absolute;
            content: '';
            height: 8px;
            bottom: 20px;
            width: 100%;
            background: #e4f2f3;
        }

        .new_paginton_nmber li:last-child {
            padding: 0px !important;
        }

            .new_paginton_nmber li:last-child:after {
                width: auto;
            }

    .new_paginton_nmber .count-mask {
        width: 46px;
        height: 46px;
        background: #FFF;
        border: 3px solid #c2c2c2;
        border-radius: 50%;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari 3-8 */
        transform: rotate(90deg);
        z-index: 101;
        position: relative;
    }

    .new_paginton_nmber .count {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        border: 2px solid #FFF;
        background: #094f82;
        color: #FFF;
        font-size: 25px;
        font-weight: 800;
        line-height: 46px;
        text-align: center;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari 3-8 */
        transform: rotate(-90deg);
    }

        .new_paginton_nmber .count:hover {
            background: #ff6700;
        }

.pagination_text {
    position: absolute;
    text-align: center;
    padding: 20px 0px 0px 0px;
    transform: translateX(27%);
    white-space: nowrap;
}

.pag_tex2 {
    transform: translateX(0%);
}

.pag_tex3 {
    transform: translateX(17%);
}

.pagination_text p {
    color: #62c1c5;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

@media (max-width:1170px) {
    .paginaion_counter {
        width: 920px;
    }

    .new_paginton_nmber li {
        padding: 0px 0px 0px 11vw;
    }
}

@media (max-width:991px) {
    .paginaion_counter {
        width: 100%;
        max-width: 767px;
        position: fixed;
        background: #FFF;
        z-index: 1000;
    }

    .new_paginton_nmber {
        text-align: center;
        height: 120px;
    }

    .pagination_text p {
        font-size: 15px;
    }
}

@media (max-width:480px) {
    .new_paginton_nmber {
        text-align: center;
        height: 90px;
    }

        .new_paginton_nmber li:after {
            height: 3px;
            bottom: 13px;
        }

        .new_paginton_nmber .count-mask {
            width: 30px;
            height: 30px;
            border: 1px solid #c2c2c2;
        }

        .new_paginton_nmber .count {
            height: 31px;
            width: 31px;
            font-size: 18px;
            line-height: 32px;
        }

    .pagination_text p {
        font-size: 2.5vw;
    }
}

@media (max-width:360px) {
    .new_paginton_nmber li {
        padding: 0px 0px 0px 8vw;
    }
}

}
/*****^^^New Sectio  1^^^*****/
.new_sec1 {
    position: relative;
    clear: both;
    padding: 30px 0px;
    width: 100%;
    display: table;
}

    .new_sec1 h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left center;
        padding: 10px 60px 10px 0px;
        color: #094f82;
        font-size: 55px;
        margin: 0px;
        font-weight: 800;
    }

@media (max-width:1600px) {
    .new_sec1 h1 {
        font-size: 40px;
    }
}

@media (max-width:1400px) {
    .new_sec1 h1 {
        font-size: 35px;
    }
}

@media (max-width:1200px) {
    .new_sec1 h1 {
        font-size: 30px;
    }
}

.new_sec1_box {
    position: relative;
    padding: 75px 0px 10px 0px;
    text-align: left;
    float: left;
    width: 100%;
    max-width: 600px;
}

    .new_sec1_box h2 {
        text-align: left;
        padding: 0px 0px 20px 0px;
        color: #094f82;
        font-size: 40px;
        margin: 0px;
        font-weight: 700;
    }

@media (max-width:1920px) {
    .new_sec1_box h2 {
        font-size: 35px;
    }
}

@media (max-width:1600px) {
    .new_sec1_box h2 {
        font-size: 30px;
    }
}

@media (max-width:1400px) {
    .new_sec1_box h2 {
        font-size: 25px;
    }
}

@media (max-width:1200px) {
    .new_sec1_box h2 {
        font-size: 18px;
    }
}

.new_sec1_box p {
    text-align: left;
    padding: 0px;
    color: #094f82;
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}

    .new_sec1_box p span {
        color: #62c1c5;
    }

button.pdf_btn {
    float: right;
    height: 60px;
    line-height: 60px;
    padding: 0px 25px;
    border: 2px solid #30a1a7;
    background: #FFF;
    outline: none;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #30a1a7;
    border-radius: 50px;
}

@media (max-width:1600px) {
    button.pdf_btn {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    button.pdf_btn {
        font-size: 18px;
    }
}
/***New Sec1 Responsive***/
@media (max-width:991px) {
    .new_main {
        padding: 0px;
    }

    .new_sec1 {
        margin-top: 150px !important;
    }

    .faq-page {
        margin-top: 45px !important;
    }

    .new_main_all {
        position: relative;
        padding: 0px 0px 0px 0px;
    }

    .new_sec1_box h2 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .orng {
        color: #ff6700;
    }

    button.pdf_btn {
        display: none;
    }

    .new_sec1_box p {
        font-size: 15px;
    }

    .new_sec1 .pull-left {
        width: 100%;
    }

    .new_sec1_box {
        padding: 10px 60px 10px 0px;
        width: 100%;
        max-width: 100%;
        float: none;
        display: table;
    }
}

@media (max-width:600px) {
    .new_sec1 h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left top 8px;
        padding: 0px 40px 0px 0px;
        font-size: 22px;
        background-size: 30px;
    }

    .new_sec1_box {
        padding: 10px 40px 10px 0px;
    }
}

}
/***^^^New Section 2 ^^^ ***/
.new_sec2 {
    position: relative;
    clear: both;
    padding: 30px 0px;
    width: 100%;
    display: table;
}

    .new_sec2 h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left center;
        padding: 10px 55px 10px 0px;
        color: #094f82;
        font-size: 30px;
        margin: 0px;
        font-weight: 700;
        background-size: 40px;
    }

@media (max-width:1600px) {
    .new_sec2 h1 {
        font-size: 25px;
    }
}

@media (max-width:1400px) {
    .new_sec2 h1 {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .new_sec2 h1 {
        font-size: 18px;
    }
}

.new_sec2_boxes {
    position: relative;
    padding: 20px 120px 20px 20px;
    clear: both;
    width: 100%;
    display: table;
}

.sec2_box_con {
    background: #e4f2f3;
    border-radius: 20px;
    padding: 60px 30px 20px 20px;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 550px;
}

    .sec2_box_con .top-right {
        background: url(../../ImagesNew/faq/star.png) left 15px center no-repeat, #094f82;
        padding: 10px 40px 10px 20px;
        border-radius: 0px 20px 0px 10px;
        text-align: left;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .sec2_box_con p {
        position: relative;
        text-align: justify;
        color: #094f82;
        font-size: 15px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
    }

.sec2_box_btn {
    padding: 10px 0px;
    position: relative;
    width: 100%;
    display: table;
    text-align: left;
}

    .sec2_box_btn button {
        outline: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px 8px;
        background: #094f82;
        border: 1px solid #094f82;
        border-radius: 20px;
        padding: 10px 25px;
        color: #FFF;
        font-size: 17px;
        font-weight: 500;
    }

        .sec2_box_btn button .plus {
            color: #62c1c5;
            display: inline-block;
            vertical-align: middle;
        }

.box22, .box33, .box44, .box55, .box66, .box77 {
    display: none;
}

@media (max-width:1160px) {
    .sec2_box_btn button {
        font-size: 13px;
        margin: 10px 5px;
    }
}
/*** New Sec 2 Responsive ***/

@media (max-width:991px) {
    .new_sec2_boxes {
        padding: 20px 0px;
    }

    .new_sec2 .pull-left {
        width: 100%;
    }

    .new_sec2 h1 {
        display: none;
    }

    .sec2_box_btn {
        display: none;
    }

    .box22, .box33, .box44, .box55, .box66, .box77 {
        display: block !important;
    }
}
/****Chart****/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#chartjs-radar {
    width: 100%;
    max-width: 768px;
    margin: 50px auto;
    position: relative;
    display: block;
    clear: both;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.main-chart-btn {
    position: relative;
    text-align: center;
    padding: 20px 0px 50px 0px;
    clear: both;
    width: 100%;
    display: table;
}

    .main-chart-btn button {
        display: inline-block;
        vertical-align: top;
        background: #ff6700;
        border: 1px solid #ff6700;
        padding: 15px 30px;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        direction: rtl;
        outline: none;
        border-radius: 50px;
        transition: 1sec2
    }

        .main-chart-btn button img {
            display: inline-block;
        }

        .main-chart-btn button:hover {
            background: #094f82;
            border: 1px solid #094f82;
        }

@media (max-width:991px) {
    .main-chart-btn {
        text-align: center;
    }
}

@media (max-width:500px) {
    .main-chart-btn button {
        border-radius: 10px;
    }

        .main-chart-btn button img {
            display: none;
        }
}
/*** End Chart ****/

/****Bar Chart***/
.iner_botm_chart {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}

.bar_chart_head {
    position: relative;
    padding-left: 75px;
}

    .bar_chart_head h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left center;
        padding: 10px 55px 10px 0px;
        color: #094f82;
        font-size: 30px;
        margin: 0px;
        font-weight: 700;
        background-size: 40px;
    }

@media (max-width:1600px) {
    .bar_chart_head h1 {
        font-size: 25px;
    }
}

@media (max-width:1400px) {
    .bar_chart_head h1 {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .bar_chart_head h1 {
        font-size: 18px;
    }
}

.bar_chart {
    position: relative;
    padding: 40px 90px 40px 0px;
    text-align: left;
}

.bar_chart_iner {
    display: inline-block !important;
    text-align: center;
    width: 100%;
    max-width: 11.3%;
    vertical-align: bottom !important;
    float: none !important;
    margin-right: 1%;
}

    .bar_chart_iner:last-child {
        margin-right: 0px;
    }

    .bar_chart_iner h1 {
        color: #094f82;
        font-size: 20px;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 5px 0px;
        text-align: center;
    }

        .bar_chart_iner h1 span {
            font-weight: 400;
            font-size: 16px;
        }

.bar_chart_one {
    background: #459b3a;
    width: 100%;
    border-radius: 15px;
}

    .bar_chart_one .bottom_detils {
        position: relative;
        width: 100%;
        height: 80px;
        background: #2c7c23;
        line-height: 80px;
        border-radius: 0px 0px 15px 15px;
    }

.chrt-img {
    line-height: 30px;
    width: 100%;
}

    .chrt-img img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 20px;
    }

.bar_chart_one .bottom_detils p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0px 0px 0px;
    text-align: center;
    margin: 0px;
}

.bar_chart_one .chart_bar_line {
    display: block;
    table-layout: fixed;
    width: 100px;
    height: 300px;
    text-align: right;
    direction: ltr;
    margin: auto;
}

    .bar_chart_one .chart_bar_line li {
        position: relative;
        display: table-cell;
        vertical-align: bottom;
        height: 300px;
    }

.chart_bar_line li:nth-child(1) span {
    background: #FFF;
    width: 15px;
    margin: 0px 14px;
}

.chart_bar_line li:nth-child(2) span {
    background: #eaff00;
    width: 15px;
}

.chart_bar_line li:nth-child(3) span {
    background: #306c28;
    width: 15px;
    margin: 0px 14px;
}

.chart_bar_line span {
    display: block;
    background: rgba(209, 236, 250, 0.75);
    animation: draw 1s ease-in-out;
}
/****Chart 2****/
.bar_chart_two {
    background: #a9c028;
}

    .bar_chart_two .bottom_detils {
        background: #8ca817;
    }

    .bar_chart_two .chart_bar_line {
        height: 350px;
    }

        .bar_chart_two .chart_bar_line li {
            height: 350px;
        }

            .bar_chart_two .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_two .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_two .chart_bar_line li:nth-child(3) span {
                background: #76861c;
            }
/****Chart 3****/
.bar_chart_three {
    background: #f79b07;
}

    .bar_chart_three .bottom_detils {
        background: #f37c03;
    }

    .bar_chart_three .chart_bar_line {
        height: 220px;
    }

        .bar_chart_three .chart_bar_line li {
            height: 220px;
        }

            .bar_chart_three .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_three .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_three .chart_bar_line li:nth-child(3) span {
                background: #ac6c05;
            }
/****Chart 4****/
.bar_chart_foure {
    background: #ec681b;
}

    .bar_chart_foure .bottom_detils {
        background: #e3490f;
    }

    .bar_chart_foure .chart_bar_line {
        height: 280px;
    }

        .bar_chart_foure .chart_bar_line li {
            height: 280px;
        }

            .bar_chart_foure .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_foure .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_foure .chart_bar_line li:nth-child(3) span {
                background: #a54913;
            }
/****Chart 5****/
.bar_chart_five {
    background: #ce243b;
}

    .bar_chart_five .bottom_detils {
        background: #ba1424;
    }

    .bar_chart_five .chart_bar_line {
        height: 200px;
    }

        .bar_chart_five .chart_bar_line li {
            height: 200px;
        }

            .bar_chart_five .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_five .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_five .chart_bar_line li:nth-child(3) span {
                background: #901929;
            }
/****Chart 6****/
.bar_chart_six {
    background: #bc1860;
}

    .bar_chart_six .bottom_detils {
        background: #a30d42;
    }

    .bar_chart_six .chart_bar_line {
        height: 360px;
    }

        .bar_chart_six .chart_bar_line li {
            height: 360px;
        }

            .bar_chart_six .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_six .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_six .chart_bar_line li:nth-child(3) span {
                background: #831143;
            }
/****Chart 7****/
.bar_chart_seven {
    background: #3e97ca;
}

    .bar_chart_seven .bottom_detils {
        background: #2678b5;
    }

    .bar_chart_seven .chart_bar_line {
        height: 240px;
    }

        .bar_chart_seven .chart_bar_line li {
            height: 240px;
        }

            .bar_chart_seven .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_seven .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_seven .chart_bar_line li:nth-child(3) span {
                background: #2b698d;
            }
/****Chart 8****/
.bar_chart_eight {
    background: #62c1c5;
}

    .bar_chart_eight .bottom_detils {
        background: #44a9ae;
    }

    .bar_chart_eight .chart_bar_line {
        height: 330px;
    }

        .bar_chart_eight .chart_bar_line li {
            height: 330px;
        }

            .bar_chart_eight .chart_bar_line li:nth-child(1) span {
                background: #FFF;
            }

            .bar_chart_eight .chart_bar_line li:nth-child(2) span {
                background: #eaff00;
            }

            .bar_chart_eight .chart_bar_line li:nth-child(3) span {
                background: #44878a;
            }

@keyframes draw {
    0% {
        height: 0;
    }
}

.bar_right_arrow {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: -25px;
    top: 45%;
    width: 25px;
    display: none;
}

.bar_left_arrow {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    left: -25px;
    top: 45%;
    width: 25px;
    display: none;
}

@media (max-width:991px) {
    .bar_right_arrow {
        display: block;
    }

    .bar_left_arrow {
        display: block;
    }
}
/***Chart One***/
.main-chart-sec {
    float: left;
}

.main-faq-sec {
    float: left;
}

.chart_iner_bar {
    position: relative;
    padding-left: 75px;
}

.chart_bar_iner {
    position: relative;
    padding-left: 70px;
}

.chart_girl {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 46px;
}

.chart_sec_one {
    position: relative;
    clear: both;
    padding: 50px 0px 30px 0px;
    width: 100%;
    display: table;
}

    .chart_sec_one h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left center;
        padding: 10px 55px 10px 0px;
        color: #094f82;
        font-size: 30px;
        margin: 0px;
        font-weight: 700;
        background-size: 40px;
    }

@media (max-width:1600px) {
    .chart_sec_one h1 {
        font-size: 25px;
    }
}

@media (max-width:1400px) {
    .chart_sec_one h1 {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .chart_sec_one h1 {
        font-size: 18px;
    }
}

.chart_box_con {
    background: #e4f2f3;
    border-radius: 20px;
    padding: 60px 30px 20px 20px;
    text-align: left;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
}

    .chart_box_con .top-right {
        padding: 10px 40px 10px 20px;
        border-radius: 0px 20px 0px 10px;
        text-align: left;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        top: 0px;
        left: 0px;
        background-size: 20px !important;
    }

.chart-highlight {
    background-color: #ec681b;
    background-repeat: no-repeat;
}

.chart-regular {
    background: url(../../ImagesNew/faq/chart/laptop.png) left 15px center no-repeat, #094f82;
    background-repeat: no-repeat;
}

#chart-laptop {
    background-image: url(../../ImagesNew/faq/chart/laptop.png);
    background-position: 93px center;
}

#chart-art {
    background-image: url(../../ImagesNew/faq/chart/art.png);
    background-position: 73px center;
}

#chart-culture {
    background-image: url(../../ImagesNew/faq/chart/culture.png);
    background-position: 73px center;
}

#chart-business {
    background-image: url(../../ImagesNew/faq/chart/business.png);
    background-position: 73px center;
}

#chart-manage {
    background-image: url(../../ImagesNew/faq/chart/manage.png);
    background-position: 65px center;
}

#chart-people {
    background-image: url(../../ImagesNew/faq/chart/people.png);
    background-position: 73px center;
}

#chart-outside {
    background-image: url(../../ImagesNew/faq/chart/outside.png);
    background-position: 53px center;
}

#chart-science {
    background-image: url(../../ImagesNew/faq/chart/science.png);
    background-position: 60px center;
}


.chart_box_con .top-left {
    padding: 10px 0px 10px 70px;
    text-align: left;
    color: #094f82;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .chart_box_con .top-left .counter {
        position: absolute;
        right: -15px;
        top: -15px;
        text-align: center;
        color: #ec681b;
        font-size: 18px;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        width: 60px;
        border: 1px solid #56c4c5;
        background: #FFF;
        border-radius: 50%;
    }

.chart_box_con p {
    position: relative;
    text-align: justify;
    color: #094f82;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
/***Chart 2 ****/
.char_two_list {
    position: relative;
    margin: 20px 0px;
}

.chart_boy {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 46px;
}

.char_two_list p {
    color: #094f82;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 30px 0px 0px;
    margin-bottom: 20px;
}

@media (max-width:1600px) {
    .char_two_list p {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .char_two_list p {
        font-size: 16px;
    }
}

.char_two_list p span {
    font-weight: 400;
}

p.ch_list_one {
    background: url(../../ImagesNew/faq/bullet1.png) no-repeat left top 5px;
    background-size: 15px;
}

p.ch_list_two {
    background: url(../../ImagesNew/faq/bullet2.png) no-repeat left top 5px;
    background-size: 15px;
}

p.ch_list_three {
    background: url(../../ImagesNew/faq/bullet3.png) no-repeat left top 5px;
    background-size: 15px;
}
/****Chart 3***/
.chtrt_thre_main {
    position: relative;
    padding: 30px 15px;
    float: left;
}

.chtrt_thre_iner {
    background: #e4f2f3;
    text-align: left;
    border-radius: 15px;
}

.chart_girl_tw {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}

.chart_thre_box {
    position: relative;
    background: #e4f2f3;
    float: left;
    width: 50%;
    border-radius: 0px 15px 15px 0px;
    margin-bottom: 30px;
}

    .chart_thre_box:nth-child(even) {
        border-radius: 15px 0px 0px 15px;
    }

    .chart_thre_box h2 {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
        padding: 10px 20px;
    }

    .chart_thre_box:nth-child(odd) h2 {
        border-radius: 0px 15px 0px 0px;
    }

    .chart_thre_box:nth-child(even) h2 {
        border-radius: 15px 0px 0px 0px;
        padding-left: 35px;
    }

    .chart_thre_box p {
        text-align: left;
        padding: 30px 20px;
        color: #094f82;
        font-size: 18px;
        margin: 0px;
        font-weight: 500;
    }

        .chart_thre_box p span {
            font-weight: 400;
        }

    .chart_thre_box:nth-child(even) p {
        padding-left: 35px;
    }

h2#one_bg {
    background: #094f82;
}

h2#two_bg {
    background: #62c1c5;
}

h2#three_bg {
    background: #2c7c23;
}

h2#foure_bg {
    background: #8ca817;
}

.cht-btn-lrg {
    float: right;
    width: auto;
}


/**** Responsive Chart Page *****/
@media (max-width:991px) {
    .main-chart-sec {
        width: 100%;
    }

    .chart_sec_one {
        padding: 20px 0px;
    }

        .chart_sec_one h1 {
            display: none;
        }

    .chart_iner_bar {
        padding: 0px 15px;
    }

    .chart_bar_iner {
        padding: 0px;
    }

    .chart_girl {
        display: none;
    }

    .chart_box_con {
        max-width: 600px;
    }
    /***Main Chart****/
    .bar_chart {
        width: 280px;
        padding: 30px 10px 10px 10px;
        margin: auto;
        text-align: center;
    }

    .bar_chart_iner {
        max-width: 120px;
        margin: 0px 5px;
    }
    /****Section 2***/
    .bar_chart_head {
        padding: 0px 15px;
    }

        .bar_chart_head h1 {
            font-size: 22px;
        }

    .chart_boy {
        display: none;
    }
    /***Section 3 *****/

    .chart_thre_box {
        width: 100%;
        max-width: 600px;
        border-radius: 15px;
    }

        .chart_thre_box:nth-child(even) {
            border-radius: 15px;
        }

        .chart_thre_box h2 {
            border-radius: 15px 15px 0px 0px;
        }

        .chart_thre_box:nth-child(odd) h2 {
            border-radius: 15px 15px 0px 0px;
        }

        .chart_thre_box:nth-child(even) h2 {
            border-radius: 15px 15px 0px 0px;
            padding-left: 20px;
        }

        .chart_thre_box:nth-child(even) p {
            padding-left: 20px;
        }

    .cht-btn-lrg {
        float: none;
        width: auto;
        width: 100%;
    }
}

@media (max-width:600px) {
    .bar_chart_head h1 {
        text-align: left;
        background: url(../../ImagesNew/faq/dots.png) no-repeat left top 8px;
        padding: 0px 40px 0px 0px;
        background-size: 30px;
    }
}

@media (max-width:414px) {
    .chart_box_con .top-left {
        padding: 10px 0px 10px 25px;
        font-size: 13px;
    }

    .chart_box_con .top-right {
        font-size: 13px;
        background-size: 15px !important;
        padding: 10px 35px 10px 15px;
    }

    .chart_box_con .top-left .counter {
        right: -22px;
        top: -11px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    /***Section 2 ***/
    .bar_chart_head h1 {
        font-size: 18px;
    }
    /***Main Chart****/
    .bar_chart {
        width: 240px;
    }

    .bar_chart_iner {
        max-width: 100px;
        margin: 0px 5px;
    }

    .bar_right_arrow {
        width: 15px;
        right: -20px;
    }

    .bar_left_arrow {
        width: 15px;
        left: -15px;
    }
}
/***Faq Page****/
p.faq-top {
    position: relative;
    padding: 5px 60px 5px 0px;
    color: #0a3c5f;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}

@media (max-width:1600px) {
    p.faq-top {
        font-size: 18px;
    }
}

@media (max-width:1400px) {
    p.faq-top {
        font-size: 15px;
    }
}

.faq_list_main {
    position: relative;
    clear: both;
    padding: 50px 60px 22% 0px;
    text-align: left;
}

.faq_clouds {
    position: relative;
    right: -50px;
    margin-top: 50%;
    width: 100%;
}

    .faq_clouds img {
        float: right;
        width: 100%;
        max-width: 350px;
    }

.faq_list_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.faq_list_main li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #62c1c5;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0px 10px 30px;
    text-align: left;
    cursor: pointer;
}

    .faq_list_main li .span1 {
        position: absolute;
        left: 0px;
        top: 15px;
        color: #0a3c5f;
        font-size: 20px;
    }

.faq_hide {
    position: relative;
    width: 100%;
    margin-left: -30px;
    padding: 20px 0px;
    display: none;
}

    .faq_hide p {
        color: #0a3c5f;
        font-size: 18px;
        font-weight: 300;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }

@media (max-width:991px) {
    p.faq-top {
        position: relative;
        padding: 5px 60px 5px 0px;
        color: #0a3c5f;
        font-size: 24px;
        font-weight: 400;
        margin: 0px;
    }

    @media (max-width:1600px) {
        p.faq-top {
            font-size: 18px;
        }
    }

    @media (max-width:1400px) {
        p.faq-top {
            font-size: 15px;
        }
    }

    @media (max-width:991px) {
        .faq_clouds {
            display: none;
        }

        .faq_list_main {
            padding: 50px 0px 50px 0px;
        }

            .faq_list_main li {
                font-size: 19px;
            }

        .faq_hide {
            position: relative;
            width: 100%;
            margin-left: -30px;
            padding: 20px 0px;
            display: none;
        }

            .faq_hide p {
                font-size: 16px;
            }
    }

    @media (max-width:600px) {

        .faq_list_main li {
            font-size: 17px;
        }

        .faq_hide p {
            font-size: 15px;
        }
    }
}
.pReasons {
    display: inline;
}

/**** Testmonial Slider ****/
.testmonial-slider {
    position: relative;
    padding: 0px;
    background: url(../images/testmonial-bg.png) no-repeat;
    background-size: cover;
    padding: 150px 10% 75px 0px;
    width: 100%;
    float: right;
    clear: both;
}

    .testmonial-slider .girl-testmonial {
        position: absolute;
        top: 22%;
        left: 10%;
        width: 5.25%;
    }

    .testmonial-slider h1 {
        color: #62c1c5;
        font-weight: 700;
        margin: 0px;
        padding: 20px 60px 20px 0px;
        background: url(../images/dot-white.png) left center no-repeat;
    }

@media (max-width:2500px) {
    .testmonial-slider h1 {
        font-size: 55px;
    }
}

@media (max-width:1600px) {
    .testmonial-slider h1 {
        font-size: 50px;
    }
}

@media (max-width:1440px) {
    .testmonial-slider h1 {
        font-size: 45px;
    }
}

@media (max-width:1170px) {
    .testmonial-slider h1 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .testmonial-slider h1 {
        font-size: 40px;
    }
}

.testmonial-slider .slider-main {
    position: relative;
    padding: 0px 60px;
    margin-top: 50px;
    float: left;
    width: 90%;
}

    .testmonial-slider .slider-main .right-arrow {
        position: absolute;
        right: 0px;
        top: 43%;
        width: 22px;
        cursor: pointer;
    }

    .testmonial-slider .slider-main .left-arrow {
        position: absolute;
        left: 0px;
        top: 43%;
        width: 22px;
        cursor: pointer;
    }

.testmonial-slider .slider-wrap {
    position: relative;
    background: #FFF;
    border-radius: 40px;
    padding: 5% 5% 3% 5%;
}

    .testmonial-slider .slider-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50px;
        width: 0;
        height: 0;
        border: 50px solid transparent;
        border-bottom-color: #ffffff;
        border-top: 0;
        border-left: 0;
        margin-right: -10px;
        margin-top: -40px;
    }

    .testmonial-slider .slider-wrap .items {
        display: block !important;
        position: relative;
        width: 100%;
    }

    .testmonial-slider .slider-wrap p {
        color: #094f82;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        text-align: justify;
        line-height: 30px;
    }

        .testmonial-slider .slider-wrap p span {
            float: right;
            display: block;
            margin-top: 15px;
            color: #188a8d;
            font-weight: 600;
        }

/**** Main Testmonial ***/
.testmonial_main {
    position: relative;
}

.wraps-all {
    position: relative;
    margin-top: 8%;
    margin-bottom: 10%;
}

    .wraps-all .cloud-one {
        position: absolute;
        right: 0px;
        top: 15%;
        width: 15%;
        z-index: 90;
    }

    .wraps-all .cloud-two {
        position: absolute;
        right: 0px;
        top: 60%;
        width: 15%;
        z-index: 90;
    }

    .wraps-all .cloud-three {
        position: absolute;
        right: 0px;
        top: 85%;
        width: 15%;
        z-index: 90;
    }

.testmonial_main h1 {
    color: #094f82;
    font-weight: 700;
    margin: 0px;
    padding: 20px 60px 20px 0px;
    background: url(../images/dots.png)left center no-repeat;
}

@media (max-width:2500px) {
    .testmonial_main h1 {
        font-size: 55px;
    }
}

@media (max-width:1600px) {
    .testmonial_main h1 {
        font-size: 50px;
    }
}

@media (max-width:1440px) {
    .testmonial_main h1 {
        font-size: 45px;
    }
}

@media (max-width:1200px) {
    .testmonial_main {
        padding-top: 100px;
    }

    .wraps-all {
        padding-top: 0px;
    }
}

@media (max-width:1170px) {
    .testmonial_main h1 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .testmonial_main h1 {
        font-size: 40px;
    }
}

.testmonial_main .wrap_one {
    position: relative;
    padding: 0px 60px 170px 0px;
    margin: 50px 0px;
}

    .testmonial_main .wrap_one .testmonial-profile {
        position: absolute;
        bottom: 0px;
        left: 80px;
        width: 98px;
    }

.testmonial_main .wrap_two {
    position: relative;
    background: #FFF;
    border: 2px solid #3ca7ac;
    border-radius: 40px;
}

    .testmonial_main .wrap_two:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 90px;
        z-index: 99;
        width: 0;
        height: 0;
        border: 50px solid transparent;
        border-top-color: #3ca7ac;
        border-bottom: 0;
        border-left: 0;
        margin-bottom: -50px;
    }

.testmonial_main .wrap_three {
    position: relative;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #FFF;
}

    .testmonial_main .wrap_three:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 90px;
        width: 0;
        height: 0;
        border: 46px solid transparent;
        border-top-color: #FFF;
        border-bottom: 0;
        border-left: 0;
        margin-bottom: -46px;
        z-index: 100;
    }

.testmonial_main .wrap_foure {
    position: relative;
    background: #d6edee;
    border-radius: 40px;
    padding: 20px;
}

    .testmonial_main .wrap_foure:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 93px;
        width: 0;
        height: 0;
        border: 40px solid transparent;
        border-top-color: #d6edee;
        border-bottom: 0;
        border-left: 0;
        margin-bottom: -40px;
        z-index: 101;
    }


.testmonial_main .wrap_one_copy {
    position: relative;
    padding: 0px 60px 190px 0px;
    margin: 50px 0px;
}

    .testmonial_main .wrap_one_copy .testmonial-profile {
        position: absolute;
        bottom: 0px;
        right: 30px;
        width: 85px;
    }

.testmonial_main .wrap_two_copy {
    position: relative;
    background: #FFF;
    border: 2px solid #3ca7ac;
    border-radius: 40px;
}

    .testmonial_main .wrap_two_copy:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 90px;
        z-index: 99;
        width: 0;
        height: 0;
        border: 50px solid transparent;
        border-top-color: #3ca7ac;
        border-bottom: 0;
        border-right: 0;
        margin-bottom: -50px;
    }

.testmonial_main .wrap_three_copy {
    position: relative;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #FFF;
}

    .testmonial_main .wrap_three_copy:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 90px;
        width: 0;
        height: 0;
        border: 46px solid transparent;
        border-top-color: #FFF;
        border-bottom: 0;
        border-right: 0;
        margin-bottom: -46px;
        z-index: 100;
    }

.testmonial_main .wrap_foure_copy {
    position: relative;
    background: #d6edee;
    border-radius: 40px;
    padding: 20px;
}

    .testmonial_main .wrap_foure_copy:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 93px;
        width: 0;
        height: 0;
        border: 40px solid transparent;
        border-top-color: #d6edee;
        border-bottom: 0;
        border-right: 0;
        margin-bottom: -40px;
        z-index: 101;
    }

.testmonial_main p {
    color: #212b54;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    line-height: 45px;
}

.testmonial_main span {
    color: #188a8d;
    font-weight: 500;
}

@media (max-width:1600px) {
    .testmonial_main p {
        line-height: 40px;
    }
}

@media (max-width:1400px) {
    .testmonial_main p {
        line-height: 35px;
    }
}

@media (max-width:1300px) {
    .testmonial_main p {
        line-height: 30px;
    }
}

@media (max-width:991px) {
    .wraps-all {
        margin: 0px;
    }

    .testmonial-slider {
        background: #0a3c5e;
        padding: 50px 0% 75px 0px;
    }

        .testmonial-slider .slider-main {
            position: relative;
            padding: 0px 30px;
            margin-top: 50px;
            float: left;
            width: 100%;
        }

        .testmonial-slider .slider-wrap {
            padding: 20px;
        }

    .testmonial_main {
        padding: 100px 0px 0px 0px;
    }

        .testmonial_main .wrap_one {
            padding: 0px 0px 170px 0px;
        }

        .testmonial_main .wrap_one_copy {
            padding: 0px 0px 190px 0px;
        }

        .testmonial_main .wrap_one .testmonial-profile {
            left: 20px;
        }

