@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
::selection {
    color: #fff;
    background: #444;
}

::-moz-selection {
    color: #fff;
    background: #444;
}

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

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Barlow', sans-serif;
    background: #fff;
    color: #000;
}

ul {
    list-style: none;
}

.btn-1 {
    margin-top: 25px;
    background: #00c968;
    width: 200px;
    height: 50px;
    text-align: center;
    display: table;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn-1:hover {
    background: #006937;
}

.btn-2 {
    color: #54b9fd;
    transition: all ease .25s;
}

.btn-2:hover {
    color: #000;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/load.gif) center no-repeat #fff;
}


/* swiper slider css */

.main-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px !important;
}

.main-slider .swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
}

.main-slider .swiper-pagination-bullet-active,
.course-top .swiper-pagination-bullet-active,
.features .swiper-pagination-bullet-active,
.services .swiper-pagination-bullet-active,
.client-testimonals .swiper-pagination-bullet-active {
    background: #00a354 !important;
}

.padding-none {
    padding: 0 !important;
}

.margin-none {
    margin: 0 !important;
}

.color-white {
    color: #fff;
}

a,
a:hover {
    text-decoration: none;
}

.heading-text1 {
    width: 800px;
    overflow: hidden;
    margin: auto;
    font-weight: 800;
    text-align: center;
    color: #45b653;
    line-height: 1;
    font-size: 48px;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 3px;
    border-bottom: 1px solid #e5e5e5;
}

.heading-text1:before {
    content: '';
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    bottom: -2px;
    background: #45b653;
}

.heading-text2 {
    width: 1000px;
    margin: auto;
    padding: 25px 0;
}

.text-pg1 {
    width: 900px;
    margin: auto;
    font-weight: 300;
    color: #979b9b;
    font-size: 22px;
    line-height: 1.5;
}

.mybtn {
    background: #ffce00;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all ease .5s;
}

.mybtn:hover {
    background: #000;
    color: #ffce00;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.col-full {
    width: 100%;
    float: left;
}

.container {
    width: 1250px;
    margin: auto;
    padding: 0 10px;
}


/*********************************top-link-button-start******************************************/

#top-link-block.affix-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 2;
}

#top-link-block a {
    font-size: 24px;
    padding: 10px 17px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #999;
    transition: all ease .5s;
}

#top-link-block a:hover {
    background: #000;
}


/******************************header-start****************************/

header {
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 10px 15px;
    background: #fbfbfb;
}

@keyframes animateopacity {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}

header.fixed {
    top: 0;
    position: fixed;
    background: #fbfbfb;
    border-bottom: #15212c 1px solid;
    animation: animateopacity .25s;
}

.logo {
    padding-top: 15px;
    float: left;
}

.logo img {
    width: 150px;
    margin-bottom: -4px;
}

.logo-mob {
    display: none;
}

.mob-nav-btn {
    display: none;
}

nav {
    margin-left: 75px;
    float: left;
}

nav ul.nav-ul {
    width: 100%;
    float: left;
    text-align: center;
}

nav ul.nav-ul li.echron-register a {
    background-color: #02944d;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

nav ul.nav-ul li.echron-register a:hover {
    background-color: #00c968;
    color: #fff;
}

nav ul.nav-ul>li {
    display: inline-block;
    padding: 35px 10px 0 10px;
    outline: none;
    list-style: none;
    position: relative;
}

nav ul.nav-ul>li>a {
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    transition: all ease .5s;
}

nav ul.nav-ul>li>a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}

nav ul.nav-ul>li.active a,
nav ul.nav-ul>li:hover>a {
    text-decoration: none;
    outline: none;
    color: #45b653;
}

nav ul.nav-ul>li.active a {
    background: #fbfbfb;
    color: #45b653;
}

nav ul.nav-ul ul {
    margin-top: 10px;
    top: 100%;
    width: 200px;
    overflow: hidden;
    height: 0;
    text-align: left;
    list-style: none;
    position: absolute;
    background: #45b653;
    left: 10px;
    transition: all ease .5s;
}

nav ul.nav-ul>li:hover ul {
    height: 125px;
}

nav ul.nav-ul ul li a {
    padding: 10px;
    float: left;
    width: 100%;
    font-weight: 300;
    color: #fff;
    transition: all ease .25s;
}

nav ul.nav-ul ul li a:hover {
    background: #0077bd;
}

nav ul.nav-ul>li.nav-social {
    display: none;
}

.call-area {
    background: url(images/customer-support.png) left no-repeat;
    background-size: 30px;
    float: right;
    padding-left: 10px;
    margin-top: 25px;
}

.call-area li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
    line-height: 16px;
}

.call-area li span {
    color: #45b653;
    font-size: 13px;
}

.call-area li a {
    font-weight: bold;
    color: #000;
}


/********************************main-slider-start***************************************/

.main-slider {
    width: 100%;
    float: left;
    /* height: calc(100% - 85px); */
    position: relative;
    overflow: hidden;
    margin-top: 85px;
}

.main-slider img {
    width: 100%;
}

.main-slider .mobile {
    display: none;
}

.info .mobile_call_today {
    display: none;
}

.main-slider.inner {
    height: 315px;
    background: url(images/progo-banner-inner.jpg) fixed no-repeat;
    background-size: 100%;
    margin-bottom: 50px;
}

.main-slider.inner.d-mark {
    background: url(images/progo-banner-inner-2.jpg) fixed;
}

.slider-head {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 420px;
    color: #333;
    line-height: 32px;
    padding-left: 50px;
}

.main-slider.inner .slider-head {
    color: #fff;
    top: 180px;
}

.slider-head h1 {
    padding: 10px 0;
    font-size: 48px;
    line-height: 50px;
    color: #333;
}

.main-slider.inner .slider-head h1 {
    font-size: 36px;
    text-transform: uppercase;
}

.slider-head h1 span {
    color: #00a859;
}

.slider-head h1 .sub-title {
    color: #806c65;
    font-weight: 700;
}

.main-slider.inner .slider-head h1 span {
    color: #33CC66;
}


/********************************course-top***************************************/

.course-top {
    width: 100%;
    float: left;
    margin-top: -30px;
    position: relative;
    /* z-index: 0; */
    /* overflow: hidden; */
}

.course-top li {
    width: 33.33%;
    float: left;
    background: #00a354;
    color: #fff;
    text-align: center;
    padding: 25px;
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    height: 340px;
}

.course-top li:nth-child(2) {
    background: #84716b;
    height: 370px;
}

.course-top li:nth-child(3) {
    background: #ff4f47;
}

.course-top li h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.course-top li figure {
    margin: 16px auto;
    width: 200px;
    height: 200px;
    line-height: 200px;
    border: 5px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    background: #ffc15b;
}

.course-top li:nth-child(2) figure {
    background: #84716b;
}

.course-top li:nth-child(3) figure {
    background: #ff4f47;
}

.course-top li img {
    height: 100px;
    vertical-align: middle;
}

.course-top .swiper-container {
    overflow: unset;
}


/********************************sub-h-start***************************************/

.sub-about {
    width: 100%;
    position: relative;
    float: left;
    background: url(images/about.png) no-repeat;
    background-size: 40%;
    padding-top: 75px;
}

.sub-about .about-logo {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.sub-about-text {
    padding-left: 50px;
    width: 650px;
    float: left;
}

.sub-about-text h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.sub-about-text h3 small {
    font-size: 24px;
    text-transform: capitalize;
    color: #00c968;
    font-weight: 600;
}

.sub-about-text p {
    font-size: 18px;
    line-height: 24px;
    color: #808285;
}

.sub-about figure {
    width: 45%;
    float: left;
}

.sub-about figure img {
    width: 100%;
    margin-bottom: -5px;
}

.about .sub-about figure {
    text-align: center;
}

.about .main-slider {
    background: url(images/about-banner.jpg) no-repeat;
}

.contactus .main-slider {
    background: url(images/contact-us-banner.jpg) no-repeat;
}

.graphics-design .main-slider {
    background: url(images/graphic-design.jpg) no-repeat;
}

.website-design .main-slider {
    background: url(images/website-design.jpg) no-repeat;
}

.web-development .main-slider {
    background: url(images/website-developement.jpg);
}


/********************************features-start***************************************/

.features {
    width: 100%;
    float: left;
    background: linear-gradient(#fff 0%, #fff 40%, #00c968 40%, #00c968 100%);
    color: #fff;
    padding-bottom: 125px;
}

.features li {
    width: 31%;
    padding: 50px;
    float: left;
    background: #00aec4;
}

.features li figure {
    margin-bottom: 25px;
}

.features li img {
    height: 125px;
}

.features li:nth-child(2) {
    background: #84716b;
}

.features li:nth-child(3) {
    background: #ff7451;
}

.features li h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.features li p {
    line-height: 30px;
    font-size: 20px;
}


/************************************compare-start**********************************/

.compare {
    width: 100%;
    float: left;
    padding: 50px 0;
    overflow: hidden;
}

.compare h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 50px;
}

.compare h3 .font {
    font-size: 200%;
}

.compare h3 .color {
    color: #00acee;
}


/* new design on campare section */

.compare .compare_10 {
    display: flex;
    justify-content: center;
    border: 2px solid black;
    height: 100%;
}

.compare .compare_10 .compare_10_left {
    width: 50%;
    border-right: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.compare .compare_10 .compare_10_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.compare .compare_10 .comp_heading {
    height: 80px;
    width: 100%;
}

.compare .compare_10 .comp_heading h2 {
    text-align: center;
    color: #00c968;
    text-transform: uppercase;
    position: relative;
    font-size: 35px;
    transform: translateY(50%);
}

.compare .compare_10 .compare_10_right h2 {
    color: #806a63;
}

.compare .compare_10 .comp_heading h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 200px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #00c968;
}

.compare .compare_10 .compare_10_right .comp_heading h2::before {
    background-color: #806a63;
}

.compare .compare_10 .compare_body {
    height: 70%;
}

.compare .compare_10 .compare_body ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 35px 0;
}

.compare .compare_10 .compare_body ul li {
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: center;
    height: 80px;
}

.compare .compare_10 .compare_body ul li .list_sno {
    width: 15%;
}

.compare .compare_10 .compare_body ul .list_odd .list_sno {
    text-align: right
}

.compare .compare_10 .compare_body ul .list_even .list_sno {
    text-align: left;
}

.compare .compare_10 .compare_body ul li .list_sno span {
    font-size: 38px;
    font-weight: 700;
    color: #806a63;
}

.compare .compare_10 .compare_body ul li .list_conent {
    width: 75%;
}

.compare .compare_10 .compare_body ul li .list_conent span {
    font-size: 20px;
}

.compare .compare_10 .compare_10_left .compare_body ul li.list_odd {
    background-image: url('../images/odd.png');
}

.compare .compare_10 .compare_10_left .compare_body ul li.list_even {
    background-image: url('../images/even.png');
}

.compare .compare_10 .compare_10_right .compare_body ul li.list_odd {
    background-image: url('../images/odd_right.png');
}

.compare .compare_10 .compare_10_right .compare_body ul li.list_even {
    background-image: url('../images/even_right.png');
}

.compare .compare_10 .compare_body ul li.list_even .list_conent {
    text-align: right;
    padding-right: 20px;
}

.compare .compare_10 .compare_body ul li.list_odd .list_conent {
    text-align: left;
    padding-left: 20px;
}


/************************************services-start**********************************/

.services {
    width: 100%;
    float: left;
    padding: 25px 0;
    text-align: center;
}

.services h3 {
    font-size: 28px;
    color: #a5cd38;
    line-height: 45px;
    margin-bottom: 15px;
}

.services h3 small {
    color: #000;
    font-weight: normal;
}

.services h4 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}

.services li {
    position: relative;
    width: 31.33%;
    float: left;
    margin: 1%;
    margin-top: 50px;
    height: 500px;
    text-align: left;
    border: 2px solid #00aec4;
    overflow: hidden;
}

.services li:nth-child(2) {
    border: 2px solid #f5c053;
}

.services li:nth-child(3) {
    border: 2px solid #ff7451;
}

.services li figure {
    width: 100%;
    position: absolute;
}

.services li img {
    width: 100%;
}

.services li figcaption {
    top: 300px;
    width: 100%;
    height: 500px;
    position: absolute;
    background-image: url(images/progo-1.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 100px;
    background-color: #fff;
    padding: 25px;
    color: #000;
    transition: all ease .25s;
}

.services li:nth-child(2) figcaption {
    background-image: url(images/progo-2.png);
}

.services li:nth-child(3) figcaption {
    background-image: url(images/progo-3.png);
}

.services li:hover figcaption {
    top: 0;
    width: 100%;
    background-color: rgba(0, 174, 196, .95);
    color: #fff;
}

.services li:hover:nth-child(2) figcaption {
    background-color: rgba(245, 145, 83, .95);
}

.services li:hover:nth-child(3) figcaption {
    background-color: rgba(255, 116, 81, .95);
}

.services li h4 {
    font-size: 24px;
}

.services li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.services li p strong {
    font-size: 18px;
}

.services li a {
    margin-top: 50px;
    background: #a5cd38;
}

.services li a:hover {
    color: #000;
    background: #fff;
}


/* *********************************FAQ start****************************** */

.echron-faq {
    width: 100%;
    float: left;
    background-image: url(../images/faq_bg1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 25px 0;
    position: relative;
    background-size: 100%;
}

.echron-faq::before {
    content: '';
    position: absolute;
    background-image: url(../images/faq_bg2.png);
    width: 332px;
    height: 480px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.echron-faq .faq-h2 {
    text-align: center;
    font-size: 40px;
    margin: 14% 0;
}

.echron-faq .faq-ul {
    display: flex;
    width: 30%;
    box-sizing: border-box;
    justify-content: space-between;
}

.echron-faq .faq-ul li {
    width: 46%;
    box-shadow: 0 0px 13px rgba(0, 0, 0, .5);
    border-radius: 10%;
    text-align: center;
    position: relative;
    height: 150px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.echron-faq .faq-ul li.active {
    background-color: #00a751;
    color: #fff;
}

.echron-faq .faq-ul li:hover {
    background-color: #00a751;
    color: #fff;
}

.echron-faq .faq-ul li .hover {
    visibility: hidden;
}

.echron-faq .faq-ul li.active .hover,
.echron-faq .faq-ul li:hover .hover {
    visibility: visible;
}

.echron-faq .faq-ul li.active .no-hover,
.echron-faq .faq-ul li:hover .no-hover {
    visibility: hidden;
}

.echron-faq .faq-ul li .faq-img {
    width: 70px;
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    left: 50%;
}

.echron-faq .faq-ul li h3 {
    font-size: 22px;
    position: absolute;
    bottom: 22px;
}

.echron-faq .faq-list {
    width: 70%;
    float: left;
    margin-top: 44px;
    margin-top: 100px;
}

.echron-faq .faq-list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.echron-faq .faq-list ul li {
    border: 1px solid lightgray;
    padding: 25px 25px 25px 0;
    margin-bottom: 15px;
}

.echron-faq .faq-list ul li.active,
.echron-faq .faq-list ul li:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.echron-faq .faq-list ul li h3 {
    position: relative;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
}

.echron-faq .faq-list ul li h3,
.echron-faq .faq-list ul li p {
    padding-left: 55px;
}

.echron-faq .faq-list ul li p {
    font-size: 20px;
    margin-top: 15px;
}

.echron-faq .faq-list ul li h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 15px;
    height: 3px;
    transform: rotate(42deg);
    background: #00a650;
    transition: all .3s ease-in-out;
}

.echron-faq .faq-list ul li h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 27px;
    width: 15px;
    height: 3px;
    background: #00a650;
    transition: all .2s ease-in-out;
    transform: rotate(133deg);
}

.echron-faq .faq-list ul li.active h3::after {
    transform: rotate(135deg);
}

.echron-faq .faq-list ul li.active h3::before {
    transform: rotate(219deg);
}

.echron-faq .faq-list ul li.active h3 {
    border: none;
}


/* *********************************FAQ ends****************************** */


/************************************testim-start**********************************/

.testim {
    width: 100%;
    float: left;
    /* background: url(images/testimonial.jpg) bottom fixed; */
    /* background-size: auto 100%; */
    padding: 50px 0 150px 0;
    background-color: #ededed;
}

.testim figure {
    margin: 17px 0;
}

.testim h4 {
    font-size: 66px;
}

.testim p {
    font-size: 14px;
}

.testim p span {
    color: #00adef;
}

.testim .in-test {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.testim .in-test figure img {
    width: 70px;
}

.testim ul li {
    background: #fff;
    padding: 60px 40px 30px;
    transition: 0.3s;
    float: left;
    height: 340px;
}

.testim>.swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

.client-testimonals {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #84716b;
    background-image: url('../images/testi-bg.png');
}

.client-testimonals h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.client-testimonals ul {
    list-style: none;
}

.client-testimonals ul li {
    width: 29.33%;
    background: #fff;
    padding: 40px 25px 16px;
    transition: 0.3s;
    float: left;
    height: 500px;
}

.client-testimonals ul li:hover {
    transform: scale(1.1);
}

.client-testimonals ul li .ratings {
    margin-bottom: 12px;
}

.client-testimonals ul li .ratings .fa-star {
    font-size: 20px;
}

.client-testimonals ul li .ratings .checked {
    color: orange;
}

.client-testimonals ul li p {
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.6;
    font-size: 16px;
    color: #3a3a3a;
}

.client-testimonals .in-test {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.client-testimonals .in-test figure {
    margin-right: 22px;
}

.client-testimonals .in-test figure img {
    width: 70px;
}

.client-testimonals .fa-quote-right {
    float: right;
    font-size: 30px;
}

.testimonial_slide {
    position: relative;
}

.testimonial_slide .in-test {
    position: absolute;
    bottom: 50px;
}

.testimonial_slide .quote_posi {
    position: absolute;
    bottom: 30px;
    right: 30px;
}


/************************************blog-start**********************************/

.blog {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
}

.blog h4 {
    font-size: 36px;
    color: #00c968;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 15px;
}

.blog h4 small {
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.blog li {
    position: relative;
    width: 31.33%;
    float: left;
    margin: 1%;
    margin-top: 50px;
    text-align: left;
    overflow: hidden;
}

.blog li figure {
    width: 100%;
    float: left;
}

.blog li img {
    width: 100%;
}

.blog li figcaption {
    top: 300px;
    width: 100%;
    float: left;
    padding: 25px 0;
    color: #000;
    transition: all ease .25s;
}

.blog li h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.blog li p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}

.blog li p strong {
    font-size: 18px;
}

.blog li a {
    font-size: 20px;
    margin-top: 50px;
    color: #00c968;
}

.blog li a:hover {
    color: #000;
    background: #fff;
}


/************************************info-start**********************************/

.info {
    width: 100%;
    float: left;
}

.info li {
    padding-top: 50px;
    padding-left: 60px;
    width: 33.33%;
    float: left;
    background: #00aec4;
    font-size: 20px;
    height: 225px;
    color: #fff;
}

.info li:nth-child(2) {
    background: #f5c053;
}

.info li:nth-child(3) {
    background: #ff7451;
}

.info li figure {
    float: left;
    margin-right: 25px;
}

.info li figure img {
    max-width: 135px;
    max-height: 115px;
}

.info li p {
    width: 52%;
    float: left;
}


/************************************inner-form-start**********************************/

.left-area {
    width: 30%;
    float: left;
}

.left-area .head {
    color: #33CC66;
    font-size: 20px;
    font-weight: 600;
}

.left-area p {
    font-size: 14px;
    margin: 15px 0;
}

.left-area ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
    width: 100%;
    float: left;
}

.left-area ul li:before {
    color: #34c663;
    content: "\f00c";
    font-weight: bold;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}

.right-area {
    width: 70%;
    float: right;
    padding-left: 50px;
}

.right-area figure {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.right-area figure img {
    width: 100%;
}

.right-area h1 {
    font-weight: 400;
    color: #0095da;
}

.right-area h1 small {
    color: #555;
    font-size: 22px;
}


/************************************tab-area-start**********************************/

.tab-area {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.tab-head {
    width: 100%;
    float: left;
}

.tab-head li {
    text-align: center;
    padding: 10px 35px;
    margin-right: 5px;
    float: left;
    border: 2px solid #333;
    border-bottom: none;
    color: #555;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.tab-head li.active {
    background: #00c968;
    color: #fff;
}

.tab-text {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    border-top-color: #00c968;
    padding: 25px;
    line-height: 30px;
    display: none;
}

.tab-text.active {
    display: block;
}

.tab-text p {
    margin-bottom: 25px;
}

.tab-text ul {
    list-style: disc;
    margin-left: 50px;
}

.tab-text ul li {
    padding-left: 15px;
}


/************************************form-area-start**********************************/

.form-area {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.form-area h3 {
    font-weight: 400;
    margin-bottom: 20px;
}

.form-area input,
.form-area textarea {
    width: 48%;
    margin: 1%;
    float: left;
    padding: 18px 10px;
    background: #f2f2f2;
    border: none;
    font-size: 16px;
    border: 1px solid transparent;
}

.form-area select {
    appearance: none;
    width: 48%;
    margin: 1%;
    float: left;
    padding: 18px 10px;
    background: #f2f2f2;
    color: #666;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
}

.form-area textarea {
    width: 98%;
}

.form-area .g-recaptcha {
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
}

.form-area button {
    width: 100%;
    border: none;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    height: 50px;
    background: #ff1731;
    transition: all ease .5s;
}

.form-area button:hover {
    background: black;
}


/*********************************loader-start******************************************/

.form-msg {
    background: red;
    color: #fff;
    display: inline-block;
    margin-left: 25px;
    font-weight: 600;
}

.loader {
    display: none;
}


/************************************why-choose-start**********************************/

.why-choose .main-slider {
    margin: 0;
    background: url("../images/icons/image-head.png");
    background-size: cover;
    height: 190px;
    margin-bottom: 43px;
    margin-top: 100px;
    background-repeat: no-repeat;
}

.Pro {
    clear: both;
    text-align: center;
}

.Pro h1 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #00a354;
}

.Pro p {
    font-size: 20px;
    margin-bottom: 60px;
    padding-left: 131px;
    padding-right: 246px;
    padding-top: 28px;
}

#pra {
    align-items: center;
}

.why-choose .right-area {
    width: 50%;
    float: right;
    padding: 0;
}

.why-choose .right-area figure {
    margin: 0;
}

.why-choose .right-area figure img {
    margin-bottom: -1px;
}

.why-choose .left-area {
    width: 50%;
    float: left;
    padding: 30px 60px 0;
}

.why-choose .left-area .head {
    font-size: 35px;
}

.why-choose .left-area p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
}

.why-choose-1 {
    float: left;
    background-color: #eee;
}

.why-choose-2 {
    padding: 30px 0;
    clear: both;
}

.why-choose-2 h2 {
    text-align: center;
    color: #00a354;
    margin-bottom: 30px;
    font-size: 40px;
}

.why-choose-2 ul {
    list-style: none;
}

.why-choose-2 ul li {
    width: 30%;
    text-align: center;
    display: inline-block;
    margin-bottom: 80px;
    margin-left: 25px;
}

.why-choose-2 ul li img {
    width: 35%;
    margin: auto 0;
}

.why-choose-2 ul li h3 {
    margin: 20px 0;
    color: #806b67;
}

.why-choose-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: bisque;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.why-choose-icon {
    width: 50%;
    float: left;
    position: relative;
    padding: 27px 70px;
}


/************************************enquery-form-start**********************************/

.enquery-tab {
    width: 100%;
    float: left;
    padding: 100px 25px;
    background: url(images/enquery.jpg) fixed;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.enquery-tab h3 {
    display: none;
}

.enquery-tab-t {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 83px;
}

.enquery-tab-t figure {
    width: 10%;
    position: absolute;
    top: 49px;
    left: 0;
}

.enquery-tab-t .text {
    width: 80%;
    float: left;
    color: black;
    line-height: 34px;
}

.enquery-tab-t .text h3 {
    margin-bottom: 20px;
}

.enquery-tab-t .text p {
    margin-bottom: 10px;
}

.enquery-tab-t h5 {
    font-size: 36px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    position: relative;
}

.enquery-tab-t h5:before {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    background: #ff1631;
    width: 50px;
    height: 4px;
}

.enquery-tab-t p {
    font-size: 18px;
}

.enquery-tab-t ul {
    width: 100%;
    float: left;
    margin-top: 50px;
    list-style: none;
}

.enquery-tab-t ul li {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 2px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all ease .5s;
}

.enquery-tab-t ul li:nth-child(1) {
    background: #3a559f;
}

.enquery-tab-t ul li:nth-child(2) {
    background: #d44132;
}

.enquery-tab-t ul li:nth-child(3) {
    background: #55acee;
}

.enquery-tab-t ul li:nth-child(4) {
    background: #007bb5;
}

.enquery-tab-t ul li:hover {
    background: #000;
}

.enquery-tab-t ul li a {
    width: 100%;
    height: 100%;
    float: left;
}

.enquery-tab-t ul li img {
    height: 50px;
    vertical-align: middle;
}

.enquery-tab-f {
    width: 50%;
    float: left;
}

.enquery-tab-f input,
.enquery-tab-f textarea {
    color: #fff;
    width: 47%;
    float: left;
    height: 50px;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    margin-bottom: 25px;
    transition: all ease .5s;
}
.enquery-tab-f input::placeholder,
.enquery-tab-f textarea::placeholder{
    color: #fff;
}


.enquery-tab-f textarea {
    width: calc(100% - 25px);
    height: 170px;
}

.enquery-tab-f input:focus,
.enquery-tab-f textarea:focus {
    background: #000;
    background: rgba(0, 0, 0, .5);
}

.enquery-tab-f select {
    appearance: none;
    color: #fff;
    width: 47%;
    float: left;
    height: 50px;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    margin-bottom: 25px;
    transition: all ease .5s;
    cursor: pointer;
}

.enquery-tab-f select:focus {
    background: rgba(0, 0, 0, 0.5);
    outline: none;
}

.enquery-tab-f select option {
    background: none;
    color: #fff;
    padding: 10px;
}

.enquery-tab-f button {
    width: 100%;
    border: none;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    height: 50px;
    background: #ff1731;
    transition: all ease .5s;
}

.enquery-tab-contact {
    width: 100%;
    float: left;
    padding: 100px 50px;
    color: black;
}

.enquery-tab-contact-t {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 83px;
}

.enquery-tab-contact-t figure {
    width: 10%;
    position: absolute;
    top: 49px;
    left: 0;
}

.enquery-tab-contact-t h3 {
    margin-bottom: 20px;
}

.enquery-tab-contact .text {
    width: 80%;
    float: left;
    color: black;
    line-height: 34px;
}

.enquery-tab-contact-t .text p {
    margin-bottom: 10px;
}

.enquery-tab-contact-t p {
    font-size: 18px;
}

.enquery-tab-f button:hover {
    background: #000;
}

figure.email-icon {
    width: 10%;
    top: 190px;
}

figure.address-icon {
    width: 10%;
    top: 310px;
}

.enquery-tab-contact .form-area {
    width: 50%;
    float: left;
}

.contactus .enquery-tab {
    background-image: none;
}

.contactus .enquery-tab-f input,
.contactus .enquery-tab-f textarea {
    background: #c0c0c02b;
    color: black;
}

.contactus .enquery-tab-contact-t img {
    width: 100%;
}


/************************thanks-page-start****************************/

.thank-wid {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.thankyou {
    width: 700px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 25px;
}

.thankyou h1 {
    text-transform: uppercase;
    color: #37c1fd;
    background: none;
}

.thankyou p {
    border-top: 1px dotted #ccc;
    margin-top: 25px;
    padding-top: 10px;
}

.thankarea {
    width: 100%;
    float: left;
    background: #ffdb4c;
    padding: 50px 0;
    margin-bottom: 50px;
}

.thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #37c1fd;
    border-radius: 100%;
    line-height: 150px;
}

.compare_mobile {
    display: none;
}

.mob_slider {
    display: none;
}


/********************************footer-start***************************************/

footer {
    width: 100%;
    position: relative;
    float: left;
    padding: 25px 0 50px 25px;
    color: #647882;
    background: #f1f1f1;
}

.foot-col {
    width: calc(25% - 30px);
    margin-right: 30px;
    float: left;
}

.footer-copy {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

footer figure {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

footer figure img {
    width: 150px;
}

footer h4 {
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}

footer a {
    color: #647882;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

footer a:hover {
    color: #45b653;
}

footer p {
    font-size: 12px;
}

footer .foot-col ul li {
    color: #888;
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

footer .foot-col ul li a {
    color: #647882;
}

footer .foot-col ul li a:hover {
    color: #45b653;
}

footer .foot-col ul li span {
    float: left;
    width: 88%;
}

footer .foot-col ul li i {
    color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: rebeccapurple;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
}

footer .foot-col u li li i.fa-facebook-f {
    background: blue;
}

footer .foot-col ul li i.fa-twitter {
    background: #1da1f2;
}

footer .foot-col ul li i.fa-linkedin {
    background: #0077B5;
}

footer .foot-col ul li i.fa-instagram {
    background: red;
}

footer .foot-col ul li i:hover {
    background: black;
}

.foot-bottom {
    background: #000;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.foot-bottom p {
    float: left;
    margin-top: 40px;
}

.foot-bottom ul {
    float: right;
    margin: 30px 0;
}

.foot-bottom li {
    display: inline-block;
    margin-left: 15px;
    list-style: none;
}

.foot-bottom li a {
    width: 44px;
    float: left;
    font-size: 18px;
    border-radius: 50%;
    line-height: 39px;
    color: #ffce00;
    border: 2px solid #fff;
    text-align: center;
    transition: all ease .5s;
}

.foot-bottom li a:hover {
    background: #fff;
    color: #000;
}

.sticky_footer {
    display: none;
}


/*large-screen*/

@media (min-width: 1200px) and (max-width: 1599px) {}

.course-top {
    margin-top: 0;
}

.course-top li {
    height: 370px;
}

.list_data {
    display: flex;
}


/*medium-desktop-screen*/

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 950px;
    }
    nav {
        margin-left: 25px;
    }
    nav ul.nav-ul>li {
        padding: 30px 0;
    }
    nav ul.nav-ul>li>a {
        font-size: 14px;
    }
    .main-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 45px !important;
    }
    .main-slider .swiper-pagination-bullet {
        height: 10px !important;
        width: 10px !important;
    }
    .client-testimonals .swiper-wrapper {
        margin-bottom: 25px;
    }
    .client-testimonals .swiper-pagination {
        bottom: 7px !important;
    }
    .call-area {
        width: 113px;
    }
    .call-area li {
        font-size: 14px;
    }
    .main-slider {
        /* height: calc(100% - 100px); */
        margin-top: 100px;
    }
    .main-slider.inner {
        background-size: cover;
    }
    .slider-head {
        top: 200px;
    }
    
    .course-top li h2 {
        font-size: 28px;
    }
    .sub-about {
        padding-top: 20px;
    }
    .sub-about figure img {
        width: 100%;
        height: auto;
    }
    .sub-about-text {
        width: 55%;
        padding: 0 20px;
    }
    .sub-about-text h3 {
        font-size: 34px;
    }
    .sub-about-text p {
        font-size: 18px;
        line-height: 26px;
    }
    .enquery-tab-contact {
        padding: 100px 0;
    }
    .features li {
        width: 33.33%;
        padding: 20px;
    }
    .features li h3 {
        font-size: 22px;
    }
    .list_data {
        display: flex;
    }
    .compare .compare_10 .compare_body ul li .list_conent span {
        font-size: 18px;
    }
    .compare .compare_10 .compare_body ul {
        padding: 50px 0;
    }
    .compare .compare_10 .compare_body ul li.list_even .list_conent {
        text-align: right;
        padding-right: 20px;
    }
    .services li figcaption {
        width: 265px;
    }
    .services li h4 {
        font-size: 21px;
    }
    .services li figcaption,
    .services li:nth-child(2) figcaption,
    .services li:nth-child(3) figcaption {
        background-image: none;
    }
    .echron-faq .faq-ul {
        width: 35%;
    }
    .echron-faq .faq-ul li .faq-img {
        width: 60px;
        top: 35px;
    }
    .echron-faq .faq-ul li {
        height: 145px;
    }
    .echron-faq .faq-h2 {
        margin: 7% 0;
    }
    .echron-faq::before {
        width: 320px;
        height: 463px;
    }
    .echron-faq .faq-ul li h3 {
        font-size: 18px;
        position: absolute;
        bottom: 18px;
    }
    .echron-faq .faq-list ul li {
        padding: 20px 20px 20px 0;
    }
    .tab-head li {
        font-size: 14px;
    }
    .info li {
        padding-left: 10px;
        font-size: 20px;
    }
    .info li figure img {
        width: 50px;
        height: auto;
    }
    .enquery-tab-t {
        padding: 0 21px 0 63px;
    }
    .enquery-tab-t ul li {
        width: 80px;
        height: 80px;
        line-height: 75px;
    }
    .why-choose .left-area {
        padding: 52px 67px 0;
    }
    .why-choose .left-area .head {
        font-size: 16px;
    }
    .why-choose .left-area p {
        font-size: 14px;
    }
}


/*responsive-tab*/

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 750px;
    }
    header {
        padding-top: 18px;
    }
    nav {
        margin-left: 10px;
    }
    nav ul.nav-ul>li {
        padding-left: 0;
        padding-right: 0;
    }
    .main-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0 !important;
    }
    .main-slider .swiper-pagination-bullet {
        height: 8px !important;
        width: 8px !important;
    }
    .main-slider .swiper-wrapper,
    .client-testimonals .swiper-wrapper {
        margin-bottom: 25px;
    }
    .client-testimonals .swiper-pagination {
        bottom: 7px !important;
    }
    .call-area {
        display: none;
    }
    .logo img {
        width: 120px;
    }
    nav ul.nav-ul>li {
        padding-top: 15px;
    }
    .main-slider {
        height: auto;
        margin-top: 100px;
    }
    .main-slider.inner {
        background-size: cover;
    }
    .slider-head {
        top: 150px;
        width: 200px;
        margin-left: 32px;
    }
    .slider-head h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .slider-head p {
        display: none;
    }
    .course-top li {
        font-size: 16px;
    }
    .course-top li h2 {
        font-size: 27px;
    }
    .course-top li figure {
        width: 150px;
        height: 150px;
        line-height: 140px;
    }
    .course-top li:nth-child(2) figure {
        width: 150px;
        height: 150px;
        line-height: 140px;
    }
    .course-top li img {
        height: 75px;
    }
    .sub-about figure {
        width: 100%;
    }
    .sub-about figure img {
        width: 100%;
        height: auto;
    }
    .sub-about-text {
        width: 100%;
        padding: 25px;
    }
    .features li {
        padding: 15px 45px;
        width: 33.33%;
    }
    .features li h3 {
        font-size: 28px;
    }
    .features li p {
        font-size: 15px;
        line-height: 22px;
    }
    .compare_desktop {
        display: none;
    }
    .compare_mobile {
        display: block;
    }
    .compare h3 {
        font-size: 26px;
    }
    .compare li {
        font-size: 20px;
    }
    .compare .compare_10 .comp_heading h2 {
        font-size: 30px;
    }
    .tab {
        justify-content: center;
        display: flex;
        margin-bottom: 50px;
        position: relative;
        background-color: #939598;
        color: #000;
    }
    /* Style the buttons inside the tab */
    .tab button {
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 10px;
        transition: 0.3s;
        font-size: 20px;
        color: #fff;
        width: 50%;
        position: relative;
    }
    .tab button:hover {
        background-color: none;
    }
    .tab .tablinks.prog.active {
        color: #fff;
        background-color: #00a751;
    }
    .tab .tablinks.conv.active {
        color: #fff;
        background-color: #806a63;
    }
    .tab .tablinks.active::before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        font-size: 75px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #00a751;
        bottom: -45px;
    }
    .tab .tablinks.conv.active::before {
        color: #806a63;
    }
    /* compare mobile section for mobile devices begins */
    .compare .compare_mobile .compare_body.left {
        border: 2px solid black;
    }
    .compare .compare_mobile .compare_body.right {
        border: 2px solid black;
    }
    .compare .compare_mobile .compare_body.right .comp_heading h2::before {
        background-color: #806a63;
    }
    .compare .compare_mobile .compare_body {
        height: 70%;
    }
    .compare .compare_mobile .compare_body ul {
        list-style: none;
        padding: 25px 0;
    }
    .compare .compare_mobile .compare_body ul li {
        display: flex;
        align-items: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        justify-content: center;
        height: 60px;
    }
    .compare .compare_mobile .compare_body ul li .list_sno {
        width: 15%;
    }
    .compare .compare_mobile .compare_body ul .list_odd .list_sno {
        text-align: right
    }
    .compare .compare_mobile .compare_body ul .list_even .list_sno {
        text-align: left;
    }
    .compare .compare_mobile .compare_body ul li .list_sno span {
        font-size: 25px;
        font-weight: 700;
        color: #806a63;
    }
    .compare .compare_mobile .compare_body ul li .list_conent {
        width: 75%;
    }
    .compare .compare_mobile .compare_body ul li .list_conent span {
        font-size: 16px;
    }
    .compare .compare_mobile .compare_body.left ul li.list_odd {
        background-image: url('../images/odd.png');
    }
    .compare .compare_mobile .compare_body.left ul li.list_even {
        background-image: url('../images/even.png');
    }
    .compare .compare_mobile .compare_body.right ul li.list_odd {
        background-image: url('../images/odd_right.png');
    }
    .compare .compare_mobile .compare_body.right ul li.list_even {
        background-image: url('../images/even_right.png');
    }
    .compare .compare_mobile .compare_body ul li.list_even .list_conent {
        text-align: right;
        padding-right: 10px;
    }
    .compare .compare_mobile .compare_body ul li.list_odd .list_conent {
        text-align: left;
        padding-left: 10px;
    }
    /* compare mobile section for mobile devices  ends */
    .services li figcaption {
        top: 335px;
    }
    .echron-faq .faq-h2 {
        margin: 7% 0;
    }
    .echron-faq .faq-ul {
        width: 40%;
    }
    .echron-faq .faq-ul li {
        height: 114px;
    }
    .echron-faq .faq-ul li .faq-img {
        width: 45px;
        top: 20px;
        left: auto;
        transform: translateX(-50%);
    }
    .echron-faq .faq-ul li:first-child .faq-img {
        width: 50px;
    }
    .echron-faq::before {
        width: 237px;
        height: 342px;
    }
    .echron-faq .faq-ul li h3 {
        font-size: 18px;
        position: absolute;
        bottom: 15px;
    }
    .echron-faq .faq-list {
        margin-top: 70px;
    }
    .echron-faq .faq-list ul li h3 {
        font-size: 20px;
    }
    .echron-faq .faq-list ul li p {
        font-size: 17px;
    }
    .echron-faq .faq-list ul li {
        padding: 15px 15px 15px 0;
    }
    .client-testimonals ul li {
        height: 550px;
    }
    .client-testimonals ul li p {
        font-weight: 500;
        font-size: 15px;
    }
    .info li {
        padding-left: 25px;
    }
    .info li figure {
        display: none;
    }
    .info li p {
        width: 100%;
    }
    .tab-head li {
        font-size: 14px;
        padding: 10px 13px;
    }
    .left-area .head {
        font-size: 14px;
    }
    .contactus .enquery-tab {
        padding: 70px 25px;
    }
    .enquery-tab-t figure,
    figure.email-icon,
    figure.address-icon {
        width: 14%;
    }
    .enquery-tab-t {
        padding: 0 8px 0 58px;
    }
    .enquery-tab-t p {
        font-size: 14px;
    }
    .enquery-tab-contact {
        padding: 100px 0;
    }
    .enquery-tab-t ul li {
        width: 65px;
        height: 65px;
        line-height: 60px;
    }
    .enquery-tab-t ul li img {
        height: 35px;
    }
    .form-area {
        margin-bottom: 0;
    }
    .why-choose .left-area {
        padding: 13px 8px 0 23px;
    }
    .why-choose .left-area .head {
        font-size: 15px;
    }
    .why-choose .left-area p {
        font-size: 13px;
    }
    footer {
        padding-left: 0;
    }
    .foot-col {
        float: left;
        padding: 0 20px;
    }
    footer .foot {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 31px;
        font-weight: 600;
    }
}


/*responsive-small-screen*/

@media (max-width:767px) {
    .container {
        width: 100%;
    }
    /* slider */
    .main-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0 !important;
    }
    .main-slider .swiper-pagination-bullet {
        height: 8px !important;
        width: 8px !important;
    }
    .main-slider .swiper-wrapper,
    .course-top .swiper-wrapper,
    .features .swiper-wrapper,
    .services .swiper-wrapper,
    .client-testimonals .swiper-wrapper {
        margin-bottom: 25px;
    }
    .course-top .swiper-pagination,
    .features .swiper-pagination,
    .services .swiper-pagination,
    .client-testimonals .swiper-pagination {
        bottom: 7px !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .header-mar {
        height: 89px;
    }
    header {
        z-index: 1;
        padding: 0 15px;
        border-bottom: #15212c 1px solid;
        position: fixed;
    }
    .logo img {
        width: 85px;
    }
    .swiper-container {
        z-index: 0 !important;
    }
    .mybtn {
        font-size: 12px;
        padding: 0 10px;
    }
    .mob-nav-btn {
        display: block;
        float: right;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        margin: 5px;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 36px;
        border-radius: 5px;
        border: 2px solid #fff;
        background: #ffce00;
    }
    .mob-nav-btn:hover {
        background: #444;
        transition: all ease .5s;
    }
    .mob-nav {
        display: none;
    }
    .mob-nav:before {
        width: 250px;
        left: 0;
        top: 0;
        content: '';
        position: fixed;
        height: 100%;
        background: #444;
        z-index: 1;
    }
    nav {
        margin-top: 5px;
        margin-left: 30px;
        float: right;
    }
    .logo-mob {
        text-align: left;
        padding-left: 10px;
        display: block;
        position: fixed;
        top: 0;
        padding-top: 10px;
        left: 0;
        border-bottom: 2px solid #fff;
        width: 250px;
        padding-bottom: 10px;
        z-index: 2;
        background: #fff;
    }
    .logo-mob .logo_mobile {
        width: 29%;
    }
    .logo-mob .icon {
        position: absolute;
        top: 10px;
        width: 35px;
        padding: 5px;
        line-height: 26px;
        text-align: center;
        right: 15px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
    }
    nav ul.nav-ul>li:hover>a:before {
        display: none;
    }
    nav ul.nav-ul>li .nav-down {
        height: auto;
        display: none;
    }
    nav ul.nav-ul>li:hover .nav-down {
        height: auto;
    }
    nav ul.nav-ul {
        width: 250px;
        left: 0;
        top: 40px;
        padding: 18px 10px 10px 10px;
        position: absolute;
        float: none;
        background: none;
        z-index: 1;
    }
    nav ul.nav-ul>li.nav-social {
        padding-left: 0;
        display: block;
    }
    nav ul.nav-ul>li.nav-social a {
        width: auto;
        float: left;
        margin-right: 10%;
    }
    nav ul.nav-ul>li {
        width: 100%;
        padding: 0;
        margin: 10px 0;
        text-align: left;
    }
    nav ul.nav-ul>li>a {
        width: 100%;
        display: block;
        padding: 5px;
        color: #fff;
        border-top: 1px dotted #555;
    }
    nav ul.nav-ul>li.active,
    nav ul.nav-ul>li:hover {
        border-bottom: none;
    }
    nav ul.nav-ul ul {
        position: static;
        margin-top: 0;
    }
    .nav-head {
        margin-bottom: 5px;
        float: left;
    }
    .nav-head a {
        font-size: 14px;
    }
    nav ul.nav-ul>li .nav-down ul {
        display: none;
    }
    nav ul.nav-ul>li.drop-nav:hover .nav-down {
        height: auto;
        border: none;
    }
    .logo {
        margin: 10px 0;
    }
    .call-area {
        display: none;
    }
    .why-choose .main-slider {
        margin-top: 70px;
    }
    .main-slider {
        margin-top: 57px;
        height: auto;
    }
    .main-slider.inner {
        height: 180px;
        background: url(images/progo-banner-inner.jpg) fixed;
        margin-bottom: 0;
    }
    .main-slider.inner .slider-head {
        top: 45px;
    }
    .main-slider .mobile {
        display: block;
    }
    .main-slider .desktop {
        display: none;
    }
    .tab-head li {
        padding: 13px 40px;
        font-size: 14px;
        width: 100%;
    }
    .right-area {
        width: 100%;
        padding: 30px 0;
    }
    .left-area {
        width: 100%;
    }
    .why-choose .right-area {
        width: 100%
    }
    .why-choose .left-area {
        width: 100%;
        line-height: 20px;
    }
    .why-choose .left-area p {
        font-size: 14px;
    }
    .why-choose .left-area .head {
        font-size: 16px;
    }
    .why-choose-2 .text h2 {
        font-size: 15px;
    }
    .why-choose-2 ul{
        display: flex;
        flex-wrap: wrap;
    }
    .why-choose-2 ul li{
        width: calc(50% - 20px);
        margin: 0 10px;
        margin-bottom: 30px;
    }
    .why-choose-icon {
        width: 100%;
        padding: 27px 0 0 70px;
    }
    .why-choose .Pro{
        padding: 30px 20px;
    }
    .why-choose .Pro p {
        padding: 0;
        margin-bottom: 0;
    }
    .main-slider.inner .slider-head h1 {
        font-size: 14px;
    }

    .slider-head h3 {
        line-height: 20px;
    }
    .slider-head h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .slider-head {
        width: 200px;
        top: 50%;
        padding-left: 15px;
    }
    .slider-head p {
        display: none;
    }
    .right-area h1 {
        font-size: 20px;
    }
    .right-area h1 small {
        font-size: 18px;
    }
    .left-area .head {
        font-size: 18px;
    }
    .course-top {
        overflow: hidden;
    }
    .course-top li {
        margin: 30px 0;
    }
    .course-top li figure {
        margin: 30px auto;
        width: 150px;
        height: 150px;
        line-height: 130px;
        border: 5px solid rgba(0, 0, 0, .1);
        border-radius: 50%;
        background-color: #ffc15b;
    }
    .course-top li figure img {
        width: 100px;
    }
    .course-top .swiper-slide h2,
    .features .swiper-slide h3,
    .services h3 {
        font-size: 20px;
    }
    .course-top .swiper-slide p,
    .features .swiper-slide p {
        font-size: 14px;
    }
    .features .swiper-slide p {
        line-height: 24px;
    }
    .course-top li:nth-child(2) {
        background: #84716b;
    }
    .sub-about {
        padding: 50px 0;
    }
    .sub-about figure {
        width: 100%;
    }
    .sub-about figure img {
        width: 100%;
        height: auto;
    }
    .sub-about-text {
        width: 100%;
        padding: 15px;
    }
    .sub-about-text p {
        font-size: 14px;
        line-height: 25px;
    }
    .features {
        padding-bottom: 0;
    }
    .features li {
        width: 33.33%;
        padding: 11px 15px;
        height: 365px;
    }
    .compare {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .compare h3 {
        font-size: 18px;
    }
    .compare li {
        font-size: 18px;
    }
    .compare li span {
        width: 100%;
    }
    .compare li:first-child span:nth-child(2) {
        background: #ff7451;
    }
    .services h4,
    services li h4 {
        font-size: 21px;
    }
    .services li {
        /* width: 98%; */
        margin: 0%;
    }
    .services li figcaption {
        top: 310px;
    }
    .testim h4 {
        font-size: 35px;
    }
    .sub-about-text h3 {
        font-size: 20px;
    }
    .blog h4 small {
        font-size: 12px;
    }
    .blog li {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
        border-bottom: 2px solid #ccc;
    }
    .echron-faq .faq-list {
        margin-top: 70px;
        width: 100%
    }
    .info li {
        text-align: center;
        padding-left: 0;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .info li figure {
        float: none;
    }
    .info li p {
        width: 100%;
    }
    .info .mobile_call_today {
        display: block;
    }
    .info .desktop_call_today {
        display: none;
    }
    .desktop_call_today {
        display: none;
    }
    .enquery-tab {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .enquery-tab-f {
        width: 100%;
    }
    .enquery-tab-f input {
        width: 48%;
        margin: 1%;
    }
    .enquery-tab-f select {
        width: 100%;
        margin-bottom: 0;
    }
    .enquery-tab-f textarea,
    .enquery-tab-f button {
        width: 98%;
        margin: 1%;
    }
    .enquery-tab-t ul li {
        width: 50px;
        height: 50px;
        line-height: 45px;
        margin: 5px;
    }
    .enquery-tab-t ul li img {
        height: 25px;
        vertical-align: middle;
    }
    .enquery-tab-contact {
        padding: 50px 0;
    }
    .enquery-tab-contact-t {
        padding: 0 0 0 74px;
        width: 100%;
    }
    .enquery-tab-contact-t figure {
        top: 10px;
    }
    .enquery-tab-contact-t .text p br {
        display: none;
    }
    .enquery-tab-contact-t h3 {
        margin-bottom: 0;
    }
    .form-area {
        margin-bottom: 0;
    }
    .contactus .enquery-tab-t {
        padding: 0 0 0 55px;
    }
    .contactus .enquery-tab-t .text {
        line-height: 30px;
    }
    .contactus .enquery-tab-t p {
        font-size: 14px;
    }
    .enquery-tab-t {
        width: 100%;
    }
    .enquery-tab-t h5 {
        font-size: 26px;
    }
    .enquery-tab-t ul {
        text-align: center;
        margin-top: 10px;
    }
    .blog h4 {
        line-height: 23px;
    }
    .enquery-tab-contact .form-area {
        width: 100%;
    }
    .enquery-tab-t {
        padding: 0;
    }
    .enquery-tab-t figure {
        width: 18%;
        top: 60px;
    }
    .form-area input,
    .form-area textarea {
        width: 100%;
    }
    .form-area select {
        width: 100%;
    }
    
    figure.email-icon {
        width: 12%;
        top: 120px;
    }
    figure.address-icon {
        width: 7%;
        top: 200px;
    }
    .foot-col {
        width: 40%;
        border: none;
        margin-bottom: 25px;
        float: left;
        text-align: left;
    }
    .foot-col .sm_inline li {
        width: 58px;
        float: left;
        margin-left: 6px;
        padding-left: 8px;
    }
    footer .foot-col ul li i {
        text-align: center;
    }
    footer .foot {
        text-align: center;
    }
    footer {
        padding: 10px;
        padding-bottom: 68px;
    }
    footer figure {
        display: none;
    }
    .sticky_footer {
        float: left;
        display: flex;
        width: 100%;
        position: fixed;
        z-index: 3;
        bottom: 1px;
        left: 0px;
    }
    .sticky_footer .button {
        border: none;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        border: #fff 1px solid;
    }
    .register_now {
        width: 68%;
        background-color: #15212c;
    }
    .register_now .button {
        background-color: #09959f;
        width: 100%;
        height: 50px;
        font-weight: 700;
        font-size: 15px;
    }
    .call {
        width: 32%;
        background-color: #9dc4e9;
    }
    .call .button {
        background-color: green;
        width: 100%;
        height: 50px;
        font-weight: 700px;
        font-size: 15px;
    }
    .compare_desktop {
        display: none;
    }
    .compare_mobile {
        display: block;
    }
    /* compare mobile section for mobile devices begins */
    .compare .compare_mobile .compare_body.left {
        border: 2px solid black;
    }
    .compare .compare_mobile .compare_body.right {
        border: 2px solid black;
        display: none;
    }
    .compare .compare_mobile .compare_body.right .comp_heading h2::before {
        background-color: #806a63;
    }
    .compare .compare_mobile .compare_body {
        height: 70%;
    }
    .compare .compare_mobile .compare_body ul {
        list-style: none;
        padding: 25px 0;
    }
    .compare .compare_mobile .compare_body ul li {
        display: flex;
        align-items: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        justify-content: center;
        height: 60px;
    }
    .compare .compare_mobile .compare_body ul li .list_sno {
        width: 15%;
    }
    .compare .compare_mobile .compare_body ul .list_odd .list_sno {
        text-align: right
    }
    .compare .compare_mobile .compare_body ul .list_even .list_sno {
        text-align: left;
    }
    .compare .compare_mobile .compare_body ul li .list_sno span {
        font-size: 25px;
        font-weight: 700;
        color: #806a63;
    }
    .compare .compare_mobile .compare_body ul li .list_conent {
        width: 75%;
    }
    .compare .compare_mobile .compare_body ul li .list_conent span {
        font-size: 16px;
    }
    .compare .compare_mobile .compare_body.left ul li.list_odd {
        background-image: url('../images/odd.png');
    }
    .compare .compare_mobile .compare_body.left ul li.list_even {
        background-image: url('../images/even.png');
    }
    .compare .compare_mobile .compare_body.right ul li.list_odd {
        background-image: url('../images/odd_right.png');
    }
    .compare .compare_mobile .compare_body.right ul li.list_even {
        background-image: url('../images/even_right.png');
    }
    .compare .compare_mobile .compare_body ul li.list_even .list_conent {
        text-align: right;
        padding-right: 10px;
    }
    .compare .compare_mobile .compare_body ul li.list_odd .list_conent {
        text-align: left;
        padding-left: 10px;
    }
    /* compare mobile section for mobile devices  ends */
    /* css for tab of compare section */
    .tab {
        justify-content: center;
        display: flex;
        margin-bottom: 50px;
        position: relative;
        background-color: #939598;
        color: #000;
    }
    /* Style the buttons inside the tab */
    .tab button {
        border: none;
        outline: none;
        cursor: pointer;
        padding: 25px 0;
        font-size: 100%;
        transition: 0.3s;
        color: #000;
        width: 50%;
        position: relative;
    }
    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: none;
    }
    .tab .tablinks.prog.active {
        color: #fff;
        background-color: #00a751;
    }
    .tab .tablinks.conv.active {
        color: #fff;
        background-color: #806a63;
    }
    .tab .tablinks.active::before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        font-size: 75px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #00a751;
        bottom: -45px;
    }
    .tab .tablinks.conv.active::before {
        color: #806a63;
    }
    /* Create an active/current tablink class */
    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }
    .tabcontent.active {
        display: block;
    }
    /* top link button start for small screen responsive */
    #top-link-block.affix {
        position: fixed;
        bottom: 75px;
        right: 10px;
        z-index: 2;
    }
    /* footer text  */
    .footer-copy.mobsm {
        font-size: 12px;
    }
    /* faq responsive starts */
    .echron-faq .faq-h2 {
        text-align: center;
        font-size: 20px;
        margin: 7%;
    }
    .echron-faq .faq-ul {
        display: flex;
        width: 55%;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .echron-faq .faq-ul li {
        width: 46%;
        box-shadow: 0 0px 13px rgba(0, 0, 0, .5);
        border-radius: 10%;
        text-align: center;
        position: relative;
        height: 80px;
        background-color: #fff;
        display: flex;
        justify-content: center;
    }
    .echron-faq .faq-ul li.active {
        background-color: #00a751;
        color: #fff;
    }
    .echron-faq .faq-ul li:first-child img {
        width: 35px;
    }
    .echron-faq .faq-ul li:first-child h3 {
        font-size: 13px;
        line-height: 10px;
        bottom: 12px;
    }
    .echron-faq .faq-ul li:hover {
        background-color: #00a751;
        color: #fff;
    }
    .echron-faq .faq-ul li .hover {
        visibility: hidden;
    }
    .echron-faq .faq-ul li.active .hover,
    .echron-faq .faq-ul li:hover .hover {
        visibility: visible;
    }
    .echron-faq .faq-ul li.active .no-hover,
    .echron-faq .faq-ul li:hover .no-hover {
        visibility: hidden;
    }
    .echron-faq .faq-ul li .faq-img {
        width: 35px;
        position: absolute;
        top: 17px;
    }
    .echron-faq .faq-ul li h3 {
        font-size: 13px;
        position: absolute;
        bottom: 12px;
    }
    .echron-faq::before {
        display: none;
    }
    .echron-faq .faq-list ul li {
        padding: 15px 15px 15px 0;
    }
    .echron-faq .faq-list ul li h3 {
        font-size: 15px;
    }
    .echron-faq .faq-list ul li p {
        font-size: 15px;
        margin-top: 10px;
    }
    /* faq responsive ends */
}