@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');
/**************************************echron_index_css_start**************************************/
/**************************************echron_index_css_start**************************************/

/*******Banner*******/
/*******Banner*******/


/**************************************common code starts**************************************/
/**************************************common code starts**************************************/

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

.container-fluid {
    width: 95%;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #150e60;
}

a {
    /* text-decoration: none; */
    color: inherit;
    transition: all 0.3s ease-in-out;
}

p {
    color: #000;
}

img {
    max-width: 100%;
}

aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
}

p {
    margin: 0 0 10px;
    text-align: justify;
}

a:hover,
a:active {
    text-decoration: none !important;
    color: red;
}

:active,
:focus {
    outline: none !important;
}

.show-error-msg {
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 12px;
    color: red;
    width: auto;
}

.input-list-2 .show-error-msg {
    right: auto;
    top: auto;
    left: 15px;
    bottom: -15px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0;
}

.sec-padding {
    padding: 40px 0;
}

.sec-heading {
    text-align: center;
}

.sec-heading h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
}

.echron-h1 {
    width: 100%;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 80px;
    margin-top: 60px;
    text-align: center;
    display: inline-block;
}


.echron-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    border: 3px solid #ffffff00;
    text-transform: uppercase;
    background-color: #ffd51e;
    color: #150e60;
    font-weight: 600;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    margin-right: 20px;
}

.echron-participate .echron-btn {
    display: block;
    padding: 15px 30px;
    border-radius: 30px;
    border: 3px solid #ffffff00;
    text-transform: uppercase;
    background-color: #ffd51e;
    color: #150e60;
    font-weight: 600;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    margin-right: 20px;
    margin: auto;
    /* padding-bottom: 79px; */
    margin-bottom: 20px;
}

.echron-btn:hover {
    border: 3px solid #150e60;
    background-color: #ffffff;
    border-color: #150e60;
    color: #000000;
}


/* ***************************************common code css ends*************************************** */
/* ***************************************common code css ends*************************************** */
/* ***************************************common code css ends*************************************** */


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

#top-link-block {
    position: absolute;
    bottom: -82px;
    right: 10px;
}

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

#top-link-block a {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #c60a1b;
    display: block;
    transition: all ease .5s;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}

#top-link-block a:hover {
    color: #c60a1b;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 8px;
    /* opacity: 0.5; */
}


/* BASIC SETUP */
header {
    width: 100%;
    height: 80px;
    z-index: 10;
    background-color: #150e60;
    border-bottom: 3px solid #6f73e1;
}

header .navbar ul li:first-child {
    margin: 0;
}

header .register {
    display: none;
    color: #fff;
    font-size: 28px;
}

header .echron-logo {
    display: none;
}

header .navbar {
    justify-content: center;
}

header.reg .nav {
    display: none;
}

header.reg .register {
    display: block;
}

/* fixed header */

header.fixed {
    width: 100%;
    position: fixed;
    background-color: #ffffffd8;
    top: 0;
}

header.fixed .register {
    color: #000;
}

header.fixed .no-f {
    display: none;
}

header.fixed .fx {
    display: unset;
}

header .fx {
    display: none;
}

header .nav-item a:hover {
    color: #ffd51e;
}

header ul li:last-child a:last-child {
    background: #ffd51e;
    border-radius: 20px;
    width: 180px;
    display: inline-block;
    text-align: center;
    line-height: 0px;
    color: #000;
    margin-top: -12px;
    transition: .3s;
    padding: 25px 20px;
    margin-left: 10px;
}

header .fixed ul li:last-child a:last-child {
    background: #ffd51e;
    border-radius: 24px;
    width: 176px;
    display: inline-block;
    text-align: center;
    line-height: 9px;
    color: #fff;
    margin-top: -4px;
    transition: .3s;
}

header ul li:last-child a:last-child:hover {
    background: #150e60;
    color: #ffffff;
}


/* NAVIGATION */

.navbar {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.navbar .logo {
    display: flex;
}

.navbar img {
    width: 215px;
    justify-self: start;
}

header .navbar img {
    width: 215px;
    justify-self: start;
    display: none;
}

.navbar a.dex {
    width: 200px;
    border-left: 4px solid #6f73e1;
    padding-left: 15px;
}

.navbar ul {
    float: right;
    margin-top: 6px;
}

.navbar ul li {
    float: left;
    list-style: none;
    margin-top: 10px;
}

.navbar ul li:first-child {
    display: none;
}

.nav-item a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-out;
    padding: 10px 11px 0;
    font-size: 17px;
}

header.fixed .nav-item a {
    color: #000000;
}

header.fixed .nav-item a:hover {
    color: #daa700;
}


/**************************************** .echron-header ends   ****************************************/
/**************************************** .echron-header ends   ****************************************/
/**************************************** .echron-header ends   ****************************************/
/**************************************** .echron-header ends   ****************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/**************************************** .echron-banner starts   ****************************************/
/**************************************** .echron-banner starts   ****************************************/
/**************************************** .echron-banner starts   ****************************************/
.echron-banner {
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 90vh;
    z-index: 0;
}

.echron-banner .ban-text {
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}

.echron-banner .ban-text h1 {
    font-weight: 550;
    color: #fff;
    width: fit-content;
    margin: auto;
    font-size: 70px;
}

.echron-banner .ban-text h1 span {
    font-weight: 400;
    display: block;
    margin-left: 250px;
}

.echron-banner .ban-text h1 span em {
    font-family: 'Birthstone', cursive;
}

.echron-banner button {
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.echron-banner button:hover {
    color: black;
    background-color: #ffd51e;
}

/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
/**************************************** .echron-banner 130324   ****************************************/
.echron-banner-130324 button.date {
    left: 25%;
    background-color: #fff;
    color: #000;
    width: 180px;
    font-size: 14px;
    font-weight: 600;
}

.echron-banner-130324 button.cl {
    left: 75%;
    background-color: #fff;
    color: #000;

}

.echron-banner-130324 button.cl a {
    text-decoration: none;
}

.echron-banner-130324 button.cl a:hover {
    color: #000;
}

.echron-banner-130324 {
    background: url(../img/banner-130324.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 75vh;
    z-index: 0;
}

.echron-banner-130324 .ban-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.echron-banner-130324 .ban-text figure {
    margin: 0;
}

.echron-banner-130324 .ban-text figure.mob {
    display: none;
}

.echron-banner-130324 .ban-text figure.desk {
    display: block;
}

.echron-banner-130324 .ban-text figure img {
    max-width: 855px;
}

.echron-banner-130324 .ban-text h2 {
    font-weight: 600;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.echron-banner-130324 .ban-text h2 em {
    font-family: 'Birthstone', cursive;
    font-weight: 400;
    font-size: 25px;
    text-transform: lowercase;
}

.echron-banner-130324 .ban-text h3 {
    font-weight: 450;
    color: #fff;
    width: fit-content;
    margin: auto;
    font-size: 15px;
}

.echron-banner-130324 .ban-text:first-child h3 {
    margin-bottom: 3px;
}

.echron-banner-130324 .ban-text h3 span {
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

.echron-banner-130324 .ban-text h3 span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffd51e;
    top: 20px;
}

.echron-banner-130324 .ban-text h3 span a {
    text-decoration: none;
}

.echron-banner-130324 .ban-text h3 span a:hover {
    color: #ffd51e;
    ;
}

.echron-banner-130324 button {
    border-radius: 20px;
    border: 2px solid #fff;

    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    margin-top: 28px;
    margin: 28px 20px 0;
    width: 180px;
}

.echron-banner-130324 button:hover {
    color: black;
    background-color: #ffd51e;
}

/**************************************** .echron-banner ends   ****************************************/
/**************************************** .echron-banner ends   ****************************************/
/**************************************** .echron-banner ends   ****************************************/

/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
/*********************************************echron-higher*********************************************/
.echron-wrapper-bg {
    background-color: #150e60;
    padding: 50px 0;
}

.echron-higher {
    padding: 40px 0 40px;
    background-color: #fff;
}

.echron-higher h2 {
    text-align: center;
    padding: 0px 0 20px;
    color: #fff;
}

.echron-higher ul {
    display: flex;
    justify-content: space-around;
    gap: 17px;
}

.echron-higher ul li h2 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 66px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.echron-higher ul li h2 span.small {
    font-weight: 500;
    font-size: 40px;
    margin-left: 15px;
}

.echron-higher ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
/*************************************************key-ob*************************************************************/
.echron-key-ob {
    padding: 0px 0px 0;
    background-color: #fff;
}

.echron-key-ob h2 {
    color: #fff;
    text-align: center;
    margin: 0px 0 40px;
    font-weight: 550;
}

.echron-wrapper-bg {
    background-color: #150e60;
    padding: 40px 40px;
}

.echron-key-ob ul {
    display: flex;
    justify-content: space-around;
    gap: 17px;
}

.echron-key-ob ul li {
    background-color: #fff;
    padding: 37px 5px 0;
    border-radius: 10px;
    width: 218px;
}

.echron-key-ob ul li figure img {
    display: block;
    margin: auto;
    height: 60px;
}

.echron-key-ob ul li p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.echron-key-ob ul li p b {
    text-transform: capitalize;
}

/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
/*************************************************lotus*************************************************************/
.echron-lotus {
    background-color: rgb(246, 245, 245);
}

.echron-lotus .echron-image {
    padding: 0 45px;
}

.echron-lotus .echron-image img {
    width: 100%;
}

/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
/************************************************************echron-cards************************************************************/
.echron-func {
    padding: 40px 0;
}

.echron-third .container {
    max-width: 960px;
}

.echron-third .col-lg-4 {
    padding: 0;
}

.echron-func .echron-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
}

.echron-third .echron-card1 {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    padding: 35px 30px;
    border-radius: 5px;
    background-color: #e0e0e0;
    box-shadow: 0px 7px 5px 10px #fff;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-top: 30px;
}

.echron-third .echron-card1 {
    text-align: center;
    border-radius: 10%;
}

.echron-third .echron-card1 .echron-icon img {
    width: 35%;
    margin-bottom: 10px;
}

/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
/**************************************************************calender**************************************************************/
.echron-calender .echron-wrapper-bg {
    background-color: #c8a406d9;
    padding: 40px 0 40px;
}

.echron-calender {

    background-color: #fff;
}

.echron-calender h2 {
    text-align: center;
    padding: 0px 0 0px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.echron-calender button {
    background-color: #fff;
    color: #000;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    display: block;
    margin-top: 40px;
    border-radius: 30px;
    padding: 7px 35px;
    border: 2px solid #000;
    font-size: 23px;
    font-weight: 600;
}

.echron-calender button:hover {
    background-color: #150e60;
    color: #fff;
}

.echron-calender ul {
    display: flex;
    justify-content: space-around;
}

.echron-calender ul li .list-facts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.echron-calender ul li h2 span {
    font-weight: 700;
    font-size: 32px;
}

.echron-calender ul li h2 {
    border-radius: 50%;
    text-align: center;
    width: 200px;
    height: 200px;
    align-content: center;
    justify-content: center;
    font-weight: 300;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    border: 2px solid #fff;
}

.echron-calender ul li h2 sup {
    text-transform: lowercase;
}

.echron-calender ul li h2.counter1 {
    background-image: linear-gradient(to bottom left, #fff, #b5afff);
}

.echron-calender ul li h2.counter2 {
    background-image: linear-gradient(to bottom left, #fff, #857aff);
}

.echron-calender ul li h2.counter3 {
    background-image: linear-gradient(to bottom left, #fff, #5b4df8);
}

.echron-calender ul li h2.counter4 {
    color: #fff;
    background-image: linear-gradient(to bottom left, #150e60, #1d0fb9);
}

.echron-calender ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-top: -20px;
}

/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
/**************************************************************box-content**************************************************************/
.echron-box-content {
    background-color: #fff
}

.echron-vidsec {
    padding: 0px 0px 20px;
}

.echron-box-content h1 {
    padding: 0 0 10px;
    font-size: 27px;
    color: #000;
    font-weight: 600;
}

.echron-box-content figure {
    padding: 0;
    margin: 0;
    /* height: 245px; */
}

.echron-box-content figure img {
    width: 100%;
    /* opacity: 0.1; */
    height: 100%;
    object-fit: cover;
}

.echron-box-content .box-text {
    border: 2px solid #000;
    height: 525px;
    background: linear-gradient(to bottom left, #fff, #ebebeb);
}

.echron-box-content .box-text ul {
    padding: 15px 0 15px 30px;
}

.echron-box-content .box-text ul li {
    list-style: disc;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
}

.echron-box-content .box-text ul li p {
    font-weight: 400;
    margin: 0;
    padding: 0 30px 0 0px;
}

.echron-box-content .box-text2 {
    border: 2px solid #000;
    height: 525px;
    background: linear-gradient(to bottom left, #fff, #ebebeb);
}

.echron-box-content .box-text2 ul {
    padding: 15px 0 15px 30px;
}

.echron-box-content .box-text2 ul li {
    list-style: disc;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
}

.echron-box-content .box-text2 ul li p {
    font-weight: 400;
    margin: 0;
    padding: 0 30px 4px 0px;
}

/**************************************** **************************************************************/
/**************************************** **************************************************************/
.echron-cards .container {
    width: 85%;
}

.echron-cards .card {
    border: 2px solid rgba(0, 0, 0, .125);
}

.echron-cards .box-text {
    border: 1.8px solid #000;
    border-top: none;
    text-align: center;
    padding: 7px 0px;
}

.echron-cards .box-text p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 7px 50px;
}

.echron-cards .box-text .echron-button a {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.echron-cards .box-text .echron-button {
    padding-bottom: 10px;
    padding-top: 0;
}

.echron-cards .box-text .echron-button a:hover {
    color: #5a5757;
}

/*************** echron-popup-slide book now *************/
/*************** echron-popup-slide book now *************/
.echron-pick {
    padding: 10px 0;
}

.echron-pick .echron-h1 {
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 80px;
    margin-top: 60px;
    text-align: center;
    display: inline-block;
    line-height: 19px;
}

.echron-pick h2 {
    text-align: center;
    color: #150e60;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 24px;
    line-height: 18px;
}

.echron-pick h2 span {
    font-weight: 550;
    text-transform: uppercase;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        color: #fd0303;
    }

    50% {
        color: #fd0303;
    }

    51% {
        color: #150e60;
    }

    100% {
        color: #150e60;
    }
}

.echron-pick h3 {
    font-size: 17px;
    text-align: center;
    width: fit-content;
    color: #150e60;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    margin-top: -12px;
    border-radius: 20px;
}

/**************************************** .echron-vidsec starts   ****************************************/
/**************************************** .echron-vidsec starts   ****************************************/
/**************************************** .echron-vidsec starts   ****************************************/
.echron-vidsec {
    padding: 0 0 20px;
}

.echron-vidsec figure {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 350px;
}

.echron-vidsec h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.echron-vidsec figure video {
    width: 100%;
}

.echron-vidsec figure img {
    display: none;
}

.echron-vidsec .rgt p {
    margin: 0 0 15px;
    text-align: justify;
    line-height: 24px;
    font-size: 17px;
}

/**************************************** .echron-vidsec ends   ****************************************/
/**************************************** .echron-vidsec ends   ****************************************/
/**************************************** .echron-vidsec ends   ****************************************/
.echron-func .echron-image {
    width: 100%;
    overflow: hidden;
}

.echron-func .echron-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.echron-func .echron-image iframe {
    width: 100%;
    height: 344px;
}



/* ***********************************participate starts*************************************** */
/* ***********************************participate starts*************************************** */
/* ***********************************participate starts*************************************** */
/* ***********************************participate starts*************************************** */
/* ***********************************participate starts*************************************** */
.echron-participate {
    padding-bottom: 10px;
    background-color: #f0eeee;
    padding-top: 40px;
}

.echron-participate ul {
    display: flex;
}

.echron-participate ul li .num {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
}

.echron-participate ul li h2 {
    font-size: 18px;
    background-color: #150e60;
    color: #ffffff;
    padding: 12px;
}

.echron-participate ul li {
    padding: 20px;
}

.echron-participate ul li p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #000000;
}

/* .echron-participate .echron-btn {
    margin: 1px auto 55px auto;
    display: table;
} */
.echronMostSlider .circle-logo {
    display: flex;
    position: relative;
    margin-top: 28px;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.echron-participate .echronMostSlider {
    position: relative;
    overflow: hidden;
    height: 190px;
    padding: 0 15px;
}

.echronMostSlider .swiper-button-next,
.echronMostSlider .swiper-button-prev {
    font-size: 28px;
    position: absolute;
    color: red;
    transition: .5s;
    left: 50%;
}

.echronMostSlider .swiper-button-next:hover,
.echronMostSlider .swiper-button-prev:hover {
    color: #000;
}

.echronMostSlider .swiper-button-prev {

    right: 98%;
    left: auto;
    top: 55%;
}

.echronMostSlider .swiper-button-next {
    left: 98%;
    right: auto;
    top: 55%;
}

.echronMostSlider .swiper-button-next:after,
.echronMostSlider .swiper-button-prev:after {
    display: none;
}

.echron-participate .circle-logo a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #525151;
    font-size: 14px;
}

.echron-participate .circle-logo .item {
    background-color: #ffffff;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 25px 5px;
}

.echron-participate .circle-logo .item .wt3 {
    width: 180px;
    height: 56px;
}

.echron-participate .circle-logo .item .wt4 {
    width: 180px;
    height: 79px;
}

.echron-participate .circle-logo .item .wt5 {
    width: 180px;
    height: 45px;
}

.echron-participate .circle-logo .item .wt6 {
    width: 180px;
    height: 46px;
}

.echron-participate .circle-logo .item .wt9 {
    width: 180px;
    height: 50px;
}

.echron-participate .circle-logo .item .wt11 {
    width: 105px;
    height: 48px;
}

.echron-participate .circle-logo .item .wt12 {
    width: 150px;
    height: 44px;
}

.echron-participate .circle-logo .item .wt18 {
    width: 150px;
    height: 47px;
}

.echron-participate .circle-logo img {
    height: 100px;
    max-width: none;
    margin-bottom: 14px;
}

.echron-participate .echront-btn {
    border: 3px solid #ffffff00;
    transition: all ease-in-out 0.3s;
    margin: auto;
    display: block;
}

.echron-participate a {
    text-decoration: none;
}

.echron-circle-logo .container .circle-logo a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #979292;
}

.echron-circle-logo .container .circle-logo img {
    width: 70%;
}

.echron-participate .echron-btn {
    display: block;
    padding: 15px 30px;
    border-radius: 30px;
    border: 3px solid #ffffff00;
    text-transform: uppercase;
    background-color: #ffd51e;
    color: #150e60;
    font-weight: 600;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    margin-right: 20px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -10px;
}

.echron-participate h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.echron-participate ul li .num {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
    display: flex;
    align-items: center;
}

.echron-participate ul li .num i {
    font-size: 90px;
    margin-right: 21px;
    color: #c60a1b;
    ;
}

/*************** IndianSchool_section_start *************/
.echron-participate .indian-school {
    padding: 40px 0;
}

.echron-participate .indian-school .echron-main {
    display: flex;
}

.echron-participate .indian-school .echron-main .echron-left {
    width: 74%;
    padding-left: 0px;
}

.echron-participate .indian-school .echron-main .echron-rgt {
    display: flex;
    width: 26%;
    padding-right: 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.proposedParticipatio_btn {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.echron-participate .indian-school .echron-main .echron-btn {
    margin: 0px;
    padding: 26px 10px;
    font-size: 24px;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .circle-logo {
    display: flex;
    position: relative;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.echron-participate .indian-school .echron-main .echron-left .echronTechMostSlider {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-next,
.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-prev {
    font-size: 28px;
    position: absolute;
    color: red;
    transition: .5s;
    left: 50%;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-next:hover,
.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-prev:hover {
    color: #000;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-prev {

    right: 97%;
    left: auto;
    top: 50%;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-next {
    left: 97%;
    right: auto;
    top: 50%;
}

.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-next:after,
.indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-prev:after {
    display: none;
}

.echron-participate .indian-school .echron-main .echron-left .circle-logo {
    background-color: #ffffff;
    width: 100% !important;
    height: 150px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 10px;
    flex-direction: row;
    text-align: center;
}

.circle-logo_controll {
    height: 100%;
}

.echron-participate .indian-school .echron-main .echron-left .circle-logo img {
    object-fit: contain;
    max-width: 100% !important;
    max-height: 100%;
    margin: 0px;
}

.echron-participate .indian-school .echron-main .echron-left span {
    padding: 10px 0px;
    display: block;
}

.echron-left-grid {
    background-color: #f0eeee;
    padding: 0px 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

/*************** IndianSchool_section_End *************/

/*************** Forms *************/

.echron-form {
    background: #d9d9d9;
    padding: 60px 0 90px 0;
}

.echron-form .echron-h1 {
    font-size: 44px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.echron-form .package {
    background-color: #ffffff;
    margin: 35px -7px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 15px;
}

.echron-form .package h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.echron-form .package th {
    background-color: #150e60;
    color: #ffffff;
}

.echron-form .package th, td {
    padding: 12px;
}

.echron-form .package .one {
    margin: 0 5px;
    font-size: 16px;
}

.echron-form .package .tax {
    font-size: 8px;
    font-weight: 600;
}

.echron-form .package .member-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
    align-items: center;
    border: 1px solid #ccc;

}

.echron-form .check-lab {
    padding: 5px;
    width: 100%;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.echron-form .extr {
    /* padding: 30px; */
    margin-bottom: 20px;
    /* border: 2px solid red; */
}

.echron-form .upload-pic {
    width: 200px;
    height: 90%;
    border: 2px solid #000000;
    background: #a6a6a6;
    margin-left: auto;
    overflow: hidden;
}

.echron-form .upload-pic .text.img {
    display: none;
}

.echron-form .upload-file {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;

}

.upload-pic {
    position: relative;
}

.upload-pic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.echron-form .input-list,
.echron-form .input-list-2 {
    position: relative;
}

.echron-form label span.mend {
    color: red;
    font-weight: 600;
    font-size: 16px;
}

.echron-form .form-control {
    border: 1px solid #545454;
    padding: 2px;
}

.echron-form i {
    position: absolute;
    border: 2px solid #545454;
    width: 34px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 20px;
    color: #545454;
}

.echron-form .social-media {
    padding-left: 35px;
}

.echron-form .checkout-btn {
    width: 300px;
    margin: auto;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.members {
    margin-top: 25px;
}

.members .member {
    display: none;
}

.members .memberadd {
    padding: 10px;
    border: 2px solid #fff;
    margin-bottom: 25px;
    position: relative;
}

.members .memberadd .close {
    position: absolute;
    display: flex;
    text-align: center;
    top: -17px;
    right: -17px;
    border: 2px solid #fff;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
}

/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/
/******************************************************* echron-pick start *********************************************************/

.echron-pick {
    width: 100%;
    margin: auto;
    padding: 10px 0 80px;
}

.echron-pick .echron-h1 span {
    text-transform: uppercase;
}

.echron-pick .echron-h1 .mob {
    display: none;
}

.echron-pick tr.heit {
    height: 80px;
}

.echron-pick table,
th,
td {
    border-collapse: collapse;
    border: 2px solid #000000;
    padding: 10px;
}

.echron-pick th {
    background-color: #ffd51e;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.echron-pick .tax {
    display: block;
    font-size: 8px;
}

.echron-pick .tax.red {
    color: red;
}

.echron-pick td {
    color: #150e60;
    font-weight: 650;
    font-size: 16px;
}

.echron-pick .plan table {
    height: 100%;
    width: 100%;
}

.echron-pick button {
    text-align: center;
    font-size: 15px;
    padding: 8px 0;
    border-radius: 50px;
    border: 0;
    background-color: #ffd51e;
    font-weight: 700;
    width: 120px;
    justify-content: center;

}

/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
/******************************************************* payment start *********************************************************/
.echron-payment .razorpay-payment-button {
    width: 100%;
    height: 50px;
    border: none;
    background: rgb(156, 16, 16);
    color: #fff;
    font-size: 18px;
}

.card-header.pay {
    margin-top: 80px;
}

/* ***********************************subscribe starts*************************************** */
/* ***********************************subscribe starts*************************************** */
/* ***********************************subscribe starts*************************************** */
/* ***********************************subscribe starts*************************************** */
/* ***********************************subscribe starts*************************************** */
.echron-subscribe {
    background: url(../img/event-bg.jpg) no-repeat;
    background-position: center;
    padding: 40px 0;
}

.echron-subscribe .vanue {
    align-items: center;
}

.echron-subscribe .echron-h1 {
    color: #fff;
    font-size: 42px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.echron-subscribe .vanue h2 {
    background: #150e60;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}

.echron-subscribe iframe {
    width: 100%;
}

.echron-subscribe .form-div {
    width: 60%;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    margin: auto;

    /* display: table; */
}

.echron-subscribe .form-div input {
    width: 240px;
    border: 0;
    background: none;

}

.echron-subscribe .form-div button {
    background-color: #150e60;
    color: #ffffff;
    padding: 17px 67px;
    border-radius: 30px;
    margin-left: auto;

}

.echron-foot1 img {
    width: 320px;
}

.echron-foot1 .foot-log2 {
    border-left: 4px solid #7d7d7d;
}

.echron-foot1 .foot-log2 {
    width: 215px;

}

.echron-foot1 p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.echron-foot1 .border-bot {
    border-bottom: 1px solid #ccc;
}

/* SECTIONS */

.headline {
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    padding: 50px 20px;
    justify-content: space-around;
}

.feature-container {
    flex-basis: 30%;
    margin-top: 10px;
}

.feature-container p {
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.feature-container img {
    width: 100%;
    margin-bottom: 15px;
}


/* SEARCH FUNCTION */

#search-icon {
    font-size: 0.9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
}

#search-icon:hover {
    color: #3498db;
    cursor: pointer;
}

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

.search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;
    /* FOR SAFARI */
    outline: 0;
    padding: 5px;
}


/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.fixed .menu-toggle .bar {
    background-color: #000;
}

header.fixed .menu-toggle {
    margin-top: 20px;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/* fixed header end */

.top_banner {
    width: 100%;
    float: left;
    position: relative;
    background: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 20px;
}

.top_banner::before {
    position: absolute;
    content: '';
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    z-index: 1;
    transform: rotate(178deg);
}

.bann_txt {
    width: 66%;
    float: left;
    margin-top: 250px;
}

.bann_txt h1 {
    font-size: 10px;
    position: absolute;
    top: 0px;
    color: rgba(0, 0, 0, 0);
}

.bann_txt h2 {
    font-size: 40px;
    color: #fff;
    line-height: 47px;
    text-transform: uppercase;
    font-weight: 800;
}

.bann_txt h2 span {
    display: block;
    font-size: 65px;
    margin-bottom: 10px;
}

.bann_txt p {
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
}

.bann_form {
    width: 31%;
    float: left;
    background: #fff;
    padding: 30px 20px;
    margin-top: 61px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 6px #b7b7b7;
}

.bann_form select,
.bann_form input {
    width: 100%;
    float: left;
    margin: 3% 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    background-color: #f2f2f2;
}

.bann_form select,
.bann_form input:-moz-placeholder {
    color: #00000085;
}

.bann_form h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #b3b0b0;
}

.bann_form .btn {
    background-color: rgb(14, 14, 14);
    color: #fff;
    width: 324px;
    border: 1px solid rgb(14, 14, 14);
    margin-top: 9px;
    display: unset;
    height: 41px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.bann_form .btn:hover {
    background: #c81530;
    border: none;
}

.testing {
    padding: 35px 0;
    overflow: hidden;
}

.testing .img_lft {
    width: 50%;
    float: left;
    text-align: center;
}

.testing .img_lft::before {
    position: absolute;
    content: '';
    background: url(../img/line.png) no-repeat;
    top: 0;
}

.testing .img_lft img {
    width: 300px;
}

.testing .ryt_txt {
    width: 50%;
    float: left;
    animation-name: fadeInRight;
    transition-delay: .8s;
}

.testing .ryt_txt small {
    color: #e31836;
    font-weight: 500;
    font-size: 15px;
}

.testing .ryt_txt h2 {
    font-size: 25px;
    /* margin: 15px 0; */
    color: #404040;
    margin-bottom: 6px;
}

.testing .ryt_txt p {
    font-size: 16px;
    color: #444;
}

.testing .ryt_txt ul li {
    list-style: none;
    margin: 2% 0;
    color: #444;
    position: relative;
    padding-left: 22px;
    line-height: 24px;
}

.testing .ryt_txt ul li:before {
    position: absolute;
    content: "\f058";
    font: normal normal normal 16px/1 FontAwesome;
    left: 0;
    top: 5px;
    color: #e31836;
}

.elts_typ {
    padding: 35px 0;
    background: #f3f8fd;
}

.main_head {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.elts_typ p {
    color: #444;
    text-align: center;
    font-size: 20px;
}

.elts_typ ul {
    margin: 20px 0;
}

.elts_typ ul li {
    list-style: none;
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #f2f2f2;
    padding: 20px 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 2px 2px #e8e8e8;
}

.elts_typ ul li h3 {
    font-size: 16px;
    color: #444;
    margin: 10px 0;
    text-transform: uppercase;
}

.elts_typ ul li p {
    text-align: left;
    line-height: 22px;
    font-size: 15px;
}

.elts_typ ul li img {
    width: 55px;
}

.elts_typ ul li figure {
    height: 67px;
}

.elts_typ ul li:nth-child(2) figure img {
    width: 65px;
}

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

.common_cont h2 {
    font-size: 15px;
    margin: 15px 0;
    font-weight: 700;
}

.common_cont a {
    text-decoration: none;
    background: #e31836;
    color: #fff;
    border-radius: 32px;
    width: 285px;
    height: 40px;
    line-height: 40px;
    transition: .3s;
}

.common_cont a:hover {
    background: #3f3f3f;
}

.elts_acdmic {
    padding: 35px 0;
    background: #fff;
}

.elts_acdmic .acdmic_lft {
    width: 43%;
    float: left;
    padding-top: 100px;
    margin: 30px 0;
}

.elts_acdmic .acdmic_lft p {
    font-size: 15px;
    line-height: 22px;
    color: #444;
    /*  padding: 10px 0; */
}

.elts_acdmic .acdmic_lft p:first-child {
    color: #e31836;
}

.elts_acdmic .acdmic_lft h3 {
    font-size: 30px;
    /* margin: 10px 0; */
}

.elts_acdmic .acdmic_ryt {
    width: 57%;
    float: left;
    /*  margin: 30px 0; */
}

.elts_acdmic .acdmic_ryt ul li {
    list-style: none;
    margin: 1%;
    width: 48%;
    float: left;
    padding-bottom: 10px;
}

.elts_acdmic .acdmic_ryt ul li h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 25px;
    margin: 0;
}

.elts_acdmic .acdmic_ryt ul li p {
    font-size: 15px;
    color: #444;
    padding-left: 25px;
    line-height: 24px;
}

.countries {
    padding: 35px 0;
    background-color: #f3f8fd;
}

.countries ul li {
    width: 25%;
    float: left;
    text-align: center;
    list-style: none;
}

.countries ul {
    margin: 40px 0;
}

.countries ul li strong {
    font-size: 24px;
    display: block;
    margin-top: 10px;
    font-weight: 800;
}

.countries .country-accpt li img {
    width: 60px;
}

.countries .country-accpt li:nth-child(1) figure img {
    width: 50px;
}

.countries ul.ul_second_list {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.countries ul.ul_second_list img {
    width: 100%;
}

.countries ul.ul_second_list li {
    text-align: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 33.33%;
}

.countries ul.ul_second_list li h3 {
    position: absolute;
    left: 22px;
    bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.countries ul.ul_second_list li h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 3px;
    height: 32px;
    background: red;
}

.countries ul.ul_second_list li img {
    margin-bottom: -4px;
}

.countries ul.ul_second_list li .cuontry_inn_txt {
    position: absolute;
    bottom: -392px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 19, 55, 0.74);
    transition: .8s;
    padding: 8px 0;
}

.countries ul.ul_second_list li .cuontry_inn_txt span {
    color: #fff;
    display: block;
    padding-left: 20px;
    text-transform: uppercase;
    margin: 15px 0;
}

.countries ul.ul_second_list li:hover h3 {
    display: none;
}

.countries ul.ul_second_list li:hover .cuontry_inn_txt {
    bottom: 0;
}

.countries ul.ul_second_list li .cuontry_inn_txt p {
    padding: 10px 0 0 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.countries ul.ul_second_list li .cuontry_inn_txt small {
    color: #fff;
    font-size: 15px;
    padding: 55px 25px 0;
    float: left;
}

.countries ul.ul_second_list li .cuontry_inn_txt p::before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 12px/1 FontAwesome;
    left: 5px;
    top: 16px;
}

.countries ul.ul_second_list li .cuontry_inn_txt a.btn {
    text-decoration: none;
    height: 36px;
    width: 193px;
    border-radius: 20px;
    background: #1a1818;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin: 92px 23px;
    font-size: 14px;
    text-transform: uppercase;
}

.countries .common_cont a {
    width: 333px;
    margin-top: 20px;
}

.price_sec {
    padding: 35px 0;
    background: url(../img/price-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.price_sec .slick-slide {
    opacity: 1;
}

.price_sec .main_head {
    color: #fff;
}

.price_sec span {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #1a1818;
    font-weight: 700;
    display: block;
}

.price_sec strong {
    color: #fff;
}

.price_sec p {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding: 17px 280px;
}

.price_sec .price_tab {
    width: 23%;
    float: left;
    background: #fff;
    border-radius: 13px;
    padding: 20px 0;
    margin: 1%;
    position: relative;
    transition: .5s;
}

.price_sec i.fa-angle-left,
.price_sec i.fa-angle-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 30px;
    z-index: 2;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.price_sec i.fa-angle-left {
    left: -21px;
}

.price_sec i.fa-angle-right {
    right: -21px;
}

.price_sec .price_tab h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}


/* .price_sec .price_tab h3.active {
    background: #c60a1b;
    color: #fff;
} */

.price_sec .price_tab h3 {
    background: #e9e9e9;
    padding: 13px 35px;
    width: 219px;
    text-transform: uppercase;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    transition-duration: .5s;
    position: relative;
    z-index: 1;
}

.price_sec .price_tab h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #c60a1b;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    z-index: -1;
    transition-duration: .5s;
}

.price_sec .price_tab:hover h3:before {
    width: 100%;
}

.price_sec .price_tab:hover h3 {
    color: #fff;
}

.price_sec .price_tab ul li {
    list-style: none;
    padding-left: 35px;
    margin: 10px 0;
    position: relative;
    font-size: 15px;
}

.price_sec .price_tab ul li::before {
    position: absolute;
    content: '\f00c';
    font: normal normal normal 13px/1 FontAwesome;
    top: 5px;
    left: 14px;
}

.price_sec .price_tab ul li:first-child::before {
    display: none;
}

.price_sec .price_tab ul {
    padding: 6px 0;
    width: 95%;
    float: left;
}

.price_sec .price_tab ul li h4 {
    text-transform: uppercase;
    margin-top: 19px;
    font-size: 16px;
}

.price_sec .price_tab ul li .fa-check {
    font-size: 13px;
}

.price_sec .common_cont h2 {
    color: #fff;
}

.price_sec .common_cont .btn {
    background: #3f3f3f;
    color: #fff;
    height: 20px;
    line-height: 35px;
    border: 1px solid transparent;
}

.price_sec .common_cont .btn:hover {
    background: #e31836;
    border: 1px solid #ffffff;
}


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

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

.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 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #37c1fd;
    background: none;
}

.thankyou p {
    margin-top: 10px;
    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;
}

.thankyou .para {
    color: red;
    font-size: 16px;
    line-height: 22px;
}

.thankyou ul {
    margin-top: 20px;
    list-style: none;
}

.thankyou ul li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.thankyou ul li:first-child {
    border-top: 1px solid #ccc;
}

.thankyou .mail {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    border-top: 1px dotted #ccc;
}

.thankyou .mail strong {
    font-weight: 700;
}


/*************************** (echron-ielts-score) start *****************************/

.echron-ielts-score {
    padding: 35px 0;
    position: relative;
}

.echron-ielts-score h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
}

.echron-ielts-score p {
    text-align: center;
    padding: 0 90px 0 90px;
    margin-top: 16px;
    font-size: 16px;
}

.echron-ielts-score h4 {
    margin-top: 40px;
    font-weight: 500;
}

.echron-ielts-score table {
    width: 100%;
    margin-top: 15px;
}

.echron-ielts-score table,
th,
td {
    border: 1px solid #0000001f;
    border-collapse: collapse;
}

.echron-ielts-score table tr:nth-child(odd) {
    background: #f6f6f6;
}

.echron-ielts-score table tr td {
    font-size: 15px;
    padding: 15px;
}

.echron-ielts-score table tr td:nth-child(2) {
    padding-left: 20px;
}

.echron-ielts-score table th {
    width: 15%;
    padding: 10px;
    font-size: 15px;
    background: #e31836;
    color: #ffffff;
    text-transform: uppercase;
}

.echron-ielts-score table th:nth-child(2) {
    padding-left: 20px;
    width: 85%;
}


/* .echron-ielts-score::after {
    position: absolute;
    content: '';
    background: #0000001f;
    width: 72%;
    height: 1px;
    bottom: 0;
    left: 273px;
} */


/*************************** (echron-ielts-score) end *****************************/


/*************************** (echron-score-comparison) start *****************************/

.echron-score-comparison {
    padding: 35px 0;
}

.echron-score-comparison h2 {
    text-align: center;
    font-size: 30px;
}

.echron-score-comparison p {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
}

.echron-score-comparison table {
    width: 100%;
    margin-top: 20px;
}

.echron-score-comparison table tr th {
    width: 25%;
    padding: 10px;
    color: #ffffff;
    background: #e31836;
}

.echron-score-comparison table tr td {
    text-align: center;
    padding: 10px;
}

.echron-score-comparison table tr:nth-child(2n+1) {
    background: #f6f6f6;
}


/*************************** (echron-score-comparison) end *****************************/


/*************************** WASHIM SECTION 8 CSS END *****************************/


/*************************** WASHIM SECTION 9 CSS START *****************************/


/*************************** (echron-ielts-tip) start *****************************/

.echron-ielts-tip {
    padding: 35px 0;
    background-image: url(../img/landing-bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.echron-ielts-tip .list-1 {
    width: 23%;
    float: left;
    height: 320px;
    padding: 15px 0;
    margin: 1%;
    border-radius: 10px;
    border: 1px solid #cccc;
    box-shadow: 1px 2px 1px #ccc;
    transition: .5s;
    background: #fff;
}

.echron-ielts-tip .list-1:hover {
    background: #e31836;
    color: #fff;
}

.echron-ielts-tip .list-1 h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin: 10px;
}

.echron-ielts-tip .list-1 ul {
    width: 100%;
    padding: 0px 25px;
}

.echron-ielts-tip .list-1 ul li {
    width: 100%;
    float: left;
    list-style: disc;
    padding: 5px;
    text-transform: capitalize;
}

.echron-ielts-tip h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    color: #000;
    margin-top: 50px;
    padding-bottom: 20px;
}

.echron-ielts-tip .common_cont {
    width: 100%;
    float: left;
}

.echron-ielts-tip .common_cont h2 {
    margin: 10px 0;
    font-size: 15px;
}

.echron-ielts-tip .common_cont a {
    text-decoration: none;
    background: #e31836;
    color: #fff;
    border-radius: 32px;
    width: 235px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
}

.echron-ielts-tip .common_cont a:hover {
    background: #3f3f3f;
}


/*************************** (echron-ielts-tip) end *****************************/


/*************************** WASHIM SECTION 9 CSS START *****************************/

.testing.five_mits .img_lft figure {
    position: relative;
}

.testing.five_mits .img_lft figure::before {
    position: absolute;
    content: '';
    top: 24px;
    right: 115px;
    width: 48px;
    height: 296px;
    background-color: #e31836;
    z-index: -1;
}

.testing.five_mits .ryt_txt ul li {
    list-style: disc !important;
    padding-left: 0;
    margin-left: 15px;
    font-size: 15px;
}

.testing.five_mits .ryt_txt ul li::before {
    display: none;
}

.testing.five_mits .ryt_txt .common_cont h2 {
    text-align: left;
    font-size: 15px;
    padding-left: 8px;
}

.testing.five_mits .ryt_txt .common_cont .btn {
    margin-left: 0;
    width: 235px;
}

.testing.five_mits.exam .img_lft figure::before {
    display: none;
}

.testing.five_mits.exam {
    position: relative;
}

.testing.five_mits.exam .img_lft ul li {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-bottom: 168px;
}

.testing.five_mits.exam .img_lft ul li:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    padding-bottom: 0;
}

.testing.five_mits.exam .img_lft ul li:last-child {
    z-index: -1;
    padding-bottom: 0;
}


/*******************vinod how work start********************************/

.how-req {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: url(../img/hw-wrk-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.how-req .how-req-left {
    float: left;
    width: 50%;
}

.how-req .how-req-left h2 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
}

.how-req .how-req-left h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1f2e3d;
    padding-bottom: 15px;
}

.how-req .how-req-left p {
    color: #1f2e3d;
    font-size: 16px;
    line-height: 27px;
}

.how-req .how-req-left ul.how-req-lft {
    width: 100%;
    float: left;
    padding-bottom: 10px 0;
}

.how-req .how-req-left ul.how-req-lft li {
    color: #1f2e3d;
    margin-left: 13px;
    font-size: 15px;
}

.how-req .how-req-left span.how-req-txt {
    color: #000000;
    padding: 20px 0;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 15px;
}

.how-req .how-req-left .common_cont a.btn {
    text-decoration: none;
    background: #2c3941;
    color: #fff;
    border-radius: 32px;
    height: 40px;
    line-height: 37px;
    float: left;
    transition: .3s;
}

.how-req .how-req-left .common_cont a.btn:hover {
    background: #e31836;
}


/*******************vinod understanding start********************************/

.undrstnd {
    width: 100%;
    float: left;
    padding: 35px 0;
}

.undrstnd .undrstnd-left {
    float: left;
    width: 50%;
}

.undrstnd .undrstnd-left h2 {
    font-size: 15px;
    color: #e31837;
    text-transform: uppercase;
}

.undrstnd .undrstnd-left h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #1f2e3d;
    padding-bottom: 15px;
}

.undrstnd .undrstnd-left p {
    color: #1f2e3d;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}

.undrstnd .undrstnd-left ul.undrstnd-lft {
    width: 100%;
    float: left;
    padding-bottom: 10px 0;
}

.undrstnd .undrstnd-left ul.undrstnd-lft li {
    color: #1f2e3d;
    margin: 1% 0 0 13px;
    font-size: 15px;
}

.undrstnd .undrstnd-left span.undrstnd-txt {
    color: #000000;
    padding: 20px 0;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 15px;
}

.undrstnd .undrstnd-left .common_cont a.btn {
    text-decoration: none;
    background: #e31836;
    color: #fff;
    border-radius: 32px;
    height: 40px;
    line-height: 37px;
    float: left;
    transition: .3s;
}

.undrstnd .undrstnd-left .common_cont a.btn:hover {
    background: #2c3941;
}

.undrstnd .undrstnd-right {
    float: left;
    width: 48%;
    position: relative;
    margin-left: 2%;
}

.undrstnd .undrstnd-right ul li {
    position: absolute;
    list-style: none;
    right: 0;
}

.undrstnd .undrstnd-right ul li:nth-child(1) {
    position: absolute;
    width: 50%;
    top: 74px;
    z-index: 1;
    left: 100px;
}

.undrstnd .undrstnd-right ul li img {
    width: 370px;
}

.deal {
    padding: 35px 0;
    background: url(../img/landing-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.deal .main_head {
    color: #fff;
}

.deal .deal_top_tx {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.deal ul li {
    list-style: none;
    width: 31.33%;
    float: left;
    height: 200px;
    background: #fff;
    padding: 44px 25px;
    margin: 1%;
}

.deal ul li h3 {
    font-size: 19px;
    color: #262626;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.deal ul li p {
    font-size: 14px;
    color: #3b3b3b;
    line-height: 24px;
}

.deal .common_cont h2 {
    color: #fff;
    margin: 5px 0;
}

.deal .common_cont .btn {
    background: #2c3941;
    height: 20px;
    line-height: 33px;
    border: 1px solid transparent;
    transition: .3s;
}

.deal .common_cont .btn:hover {
    background: #e31836;
    border: 1px solid #ffffff;
}

/*********************** student-section starts******************* */







/*********************** footer starts******************* */

footer {
    width: 100%;
    float: left;
    background: #fff;

}

footer .foot_spn {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

footer .main_head {
    color: #fff;
}

footer .foot_p {
    text-align: center;
    padding: 0 280px;
    color: #e8e8ea;
    line-height: 31px;
}

footer .foot_p img {
    width: 80px;
    margin: 6px 12px 0;
}

footer .foot_p img:last-child {
    width: 60px;
}

footer .foot_inn {
    width: 23%;
    float: left;
    margin: 1%;
    padding: 30px 0;
    padding-bottom: 0;
}

footer .foot_inn ul {
    margin: 20px 0;
}

footer .foot_inn .my-cl-y {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

footer .foot_inn .my-cl-y li {
    width: 50%;
}

footer .foot_inn.sat {
    width: 73%;
    float: left;
    padding-left: 59px;
}

footer .foot_inn .my-cl-y li:last-child {
    padding-left: 20px;
}

footer .foot_inn.sat .comm ul {
    margin-top: 6px;
}

footer .foot_inn.sat h3 {
    text-align: left;
}

footer .foot_inn.sat h4 {
    margin-top: 11px;
}

footer .foot_inn.sat .comm {
    width: 50%;
    float: left;
    height: 225px;
    color: #fff;
}

footer .foot_inn .my-cl-y li .ico {
    width: 130px;
}

footer .foot_inn .my-cl-y li .ico-2 {
    width: 100px;
}

footer .foot_inn ul li {
    list-style: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

footer img {
    width: 110px;
    margin-bottom: 15px;
}

footer .foot_inn ul li a {
    color: #fff;
    text-decoration: none;
}

footer .foot_inn h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

footer .copyryt {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 12px 0;
    text-align: center;
}

footer .copyryt span {
    color: #000000;
}

footer .copyryt span a {
    color: #000000;
    text-decoration: none;
}


/*********************** footer ends******************* */


/* **************page_404***css start ***************** */

.page_404 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    width: 100%;
}

.page_404 img {
    width: 300px;
    height: 300px;
}

/* popup design */

.echron-popup-slide {
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -100%;
    position: fixed;
    z-index: 999;
    transition: 0.8s;
}

.echron-popup-details {
    height: 95%;
    overflow: auto;
}

.close-now {
    cursor: pointer;
}

.invited_school table {
    margin: auto;
    width: 70%;
    box-shadow: 0 0 10px #ccc;
}

/* **************page_404***css end ***************** */


/*******************vinod understanding end********************************/


/* Media Queries */
@media (min-width: 1200px) {
    .echron-banner-130324 {
        height: 50vh;
    }

    .circle-logo .item {
        width: 64%;
    }

    .echron-func .echron-image iframe {
        height: 490px;
    }

    .echron-participate .circle-logo img {
        height: 67px;
        max-width: none;
        margin-bottom: 14px;
    }
}

@media (max-width: 1600px) {
    .echron-banner-130324 {
        height: 61vh;
    }

    .echron-func .echron-image iframe {
        height: 343px;
    }

    .echron-participate .circle-logo img {
        height: 70px;
        max-width: none;
        margin-bottom: 14px;
    }

    .echron-participate .circle-logo .item {
        width: 85%;
        height: 150px;
    }

}

/***************************min-width: 768px****responsive-tab****max-width: 991px************************/
/***************************min-width: 768px****responsive-tab****max-width: 991px************************/



/**************************echron-index responsive start***********************/
/**************************echron-index responsive start***********************/

@media (min-width: 768px) and (max-width: 991px) {

    .echron-banner-130324 {
        height: 31vh;
    }

    .echron-banner-130324 .ban-text figure img {
        max-width: 671px;
    }

    .echron-higher .container {
        width: 813px !important;
        max-width: none;
    }

    .echron-higher ul li h2 {
        font-size: 42px;
        padding-left: 14px;
    }

    .echron-higher ul li p {
        font-size: 14px;
    }

    .echron-vidsec {
        padding: 1px 0;
    }

    .echron-vidsec h1 {
        text-transform: uppercase;
        font-size: 30px;
    }

    .echron-vidsec p {
        font-size: 12px;
    }

    .echron-vidsec .echron-btn {
        padding: 6px 17px;
        font-size: 14px;
    }

    .echron-key-ob {
        padding: 40px 30px 0;
    }

    .echron-wrapper-bg {
        padding: 10px 40px;
    }

    .echron-key-ob ul li p {
        font-size: 10px;
    }

    .echron-func .echron-image iframe {
        height: 201px;
    }

    .echron-calender .echron-wrapper-bg {
        background-color: #c8a406d9;
        padding: 10px 0px 10px;
    }

    .echron-calender ul li h2 {
        width: 135px;
        height: 135px;
        font-size: 35px;
    }

    .echron-calender ul li p {
        font-size: 20px;
    }

    .echron-calender ul li .list-facts {
        padding: 0 16px;
    }

    .echron-box-content .box-text {
        height: 692px;
    }

    .echron-box-content .box-text2 {
        height: 692px;
    }

    .echron-participate h1 {
        margin-bottom: 1px;
        font-size: 39px;
    }

    .echron-participate ul li .num {
        font-size: 20px;
        line-height: 24px;
    }

    .echron-participate ul li p {
        font-size: 13px;
    }

    .echron-participate .circle-logo .item .wt3 {
        width: 110px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt4 {
        width: 89px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt5 {
        width: 115px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt6 {
        width: 133px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt9 {
        width: 123px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt11 {
        width: 75px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt12 {
        width: 115px;
        height: 34px;
    }

    .echron-participate .circle-logo .item .wt18 {
        width: 109px;
        height: 34px;
    }

    .echron-participate .circle-logo img {
        height: 50px;
    }

    .echron-participate .circle-logo .item {
        width: 80%;
        height: 122px;
    }

    .echronMostSlider .swiper-button-prev {
        right: 97%;
        left: auto;
        top: 48%;
    }

    .echronMostSlider .swiper-button-next {
        left: 97%;
        right: auto;
        top: 48%;
    }

    .echronMostSlider .circle-logo {
        flex-wrap: nowrap;
        margin-top: 49px;
    }

    #top-link-block.affix {
        right: 21px;
    }

    .echron-foot1 img {
        width: 296px;
        margin-bottom: 20px;
    }

    /**************************echron-index responsive end***********************/
    /**************************echron-index responsive end***********************/






    .navbar img {
        width: 60px;
    }

    .navbar ul {
        width: 90%;
    }

    .nav-item a {
        padding: 10px 7px 0;
        font-size: 13px;
    }

    header ul li:last-child a:last-child {
        width: 109px;
        height: 32px;
        font-size: 10px;
        line-height: 13px;
    }

    .bann_txt {
        width: 55%;
        margin-top: 174px;
    }

    .bann_txt h2 span {
        font-size: 45px;
    }

    .bann_txt h2 {
        font-size: 28px;
    }

    .bann_txt p {
        font-size: 20px;
    }

    .bann_form {
        width: 45%;
    }

    .bann_form .btn {
        width: 294px;
        font-size: 17px;
    }

    .bann_form h3 {
        font-size: 23px;
    }

    .testing .ryt_txt h2 {
        font-size: 23px;
    }

    .testing .ryt_txt p {
        font-size: 14px;
    }

    .testing .ryt_txt ul li {
        font-size: 14px;
    }

    .testing .img_lft {
        text-align: left;
    }

    .main_head {
        font-size: 23px;
    }

    .elts_typ ul li {
        width: 48%;
    }

    .elts_acdmic .acdmic_lft {
        margin: 0;
        padding: 0;
    }

    .elts_acdmic .acdmic_lft p {
        font-size: 13px;
    }

    .elts_acdmic .acdmic_lft h3 {
        font-size: 23px;
    }

    .elts_acdmic .acdmic_ryt ul li h2 {
        padding: 10px 6px;
    }

    .elts_acdmic .acdmic_ryt ul li p {
        padding-left: 0;
        font-size: 13px;
    }

    .countries ul.ul_second_list {
        margin-top: 40px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt span {
        padding-left: 9px;
        font-size: 13px;
        margin: 0;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt p {
        padding: 7px 0 0 20px;
        font-size: 11px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt p::before {
        top: 11px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 5px 23px 0;
        font-size: 12px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt a.btn {
        margin: 50px 23px;
        height: 33px;
        width: 170px;
        border-radius: 18px;
        text-align: center;
        line-height: 34px;
        font-size: 11px;
    }

    .price_sec p {
        padding: 17px 0;
    }

    .echron-ielts-score h2 {
        font-size: 23px;
    }

    .echron-ielts-score p {
        padding: 0;
    }

    .echron-ielts-score::after {
        display: none;
    }

    .echron-ielts-tip .list-1 {
        width: 48%;
    }

    .testing.five_mits .ryt_txt .common_cont h2 {
        padding-left: 0;
    }

    .deal ul li {
        width: 48%;
    }

    .undrstnd .undrstnd-left h3 {
        font-size: 23px;
    }

    .how-req {
        padding: 0;
    }

    .undrstnd .undrstnd-right ul li:nth-child(1) {
        left: 35px;
    }

    .undrstnd .undrstnd-right ul li img {
        width: 270px;
    }

    .undrstnd .undrstnd-left p {
        font-size: 13px;
    }

    .d-col {
        flex-direction: column;
    }

    footer .foot_p {
        padding: 0;
    }

    footer .foot_inn h3 {
        height: 40px;
    }

    footer .foot_inn ul li {
        font-size: 12px;
    }
}

/*large-screen*/
@media (min-width: 1200px) and (max-width: 1599px) {}

/*medium-desktop-screen*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*responsive-tab*/
@media (min-width:768px) and (max-width:991px) {
    header ul li:last-child a:last-child {
        padding: 10px 0 19px 0px;
    }

    .echron-banner .ban-text {
        left: 65px;
    }

    .echron-participate ul li .num {
        font-size: 30px;
        line-height: 40px;
    }
}

/*responsive-mobile-screen*/
@media (max-width: 767px) {

    /*new-index-responsive*/
    /*Book Now Attendee*/
    /*Book Now Attendee*/
    /*Book Now Attendee*/
    /*Book Now Attendee*/
    .echron-pick {
        padding: 40px 0;
    }

    .echron-pick .echron-h1 {
        line-height: 29px;
    }

    .echron-pick h2 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .echron-pick h3 {
        font-size: 12px;
    }

    /*new-index-responsive*/
    /*header*/
    /*header*/
    /*header*/
    /*header*/
    header {
        background: none;
        position: absolute;
        z-index: 1;
    }

    header.fixed .fx {
        display: block;
    }

    header .navbar img {
        width: 215px;
        justify-self: start;
        display: block;
    }

    header .navbar li a {
        font-size: 1rem;
        color: #000;
        width: 100px;
    }

    header.fixed.echron_index {
        position: fixed;
        background-color: #ffffffd8;
        height: 50px;
    }

    header .navbar ul li:first-child {
        display: flex;
        margin: 10px 0;
    }

    /*new-index-responsive*/
    /*banner*/
    /*banner*/
    /*banner*/
    /*banner*/
    .echron-banner-130324 .ban-text {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: none;
    }

    .echron-banner-130324 .ban-text figure {
        margin: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 40%;
        transform: translateY(-50%);
    }

    .echron-banner-130324 .ban-text figure h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 550;
    }

    .echron-banner-130324 .ban-text figure h1 span {
        font-weight: 400;
    }

    .echron-banner-130324 .ban-text .mob-btn {
        display: block;
        margin: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 0;
        transform: translateY(-50%);
    }

    .echron-banner-130324 .ban-text figure.desk {
        display: none;
    }

    .echron-banner-130324 .ban-text figure.mob {
        display: block;
    }

    .echron-banner-130324 .ban-text figure h1 em {
        font-family: 'Birthstone', cursive;
    }

    .echron-banner-130324 .ban-text figure img {
        max-width: 342px;
    }

    .echron-banner-130324 {
        height: 90vh;
    }

    .echron-banner-130324 button {
        border: 2px solid #fff;
        padding: 7px 15px;
        font-size: 15px;
        margin: 15px 4px 8px;
        background: transparent;
        color: #fff;
    }

    .echron-banner-130324 button.date {
        background-color: transparent;
        color: #fff;
    }

    .echron-banner-130324 button:hover {
        color: black;
        background-color: #ffd51e;
    }

    .echron-banner-130324 button:hover.date {
        background-color: #ffd51e;
        ;
        color: #000;
    }

    .echron-banner-130324 button.cl {
        background-color: transparent;
        color: #fff;
    }

    .echron-banner-130324 button:hover.cl {
        background-color: #ffd51e;
        ;
        color: #000;
    }

    /*new-index-responsive*/
    /*some-facts*/
    /*some-facts*/
    /*some-facts*/
    /*some-facts*/
    .echron-higher {
        padding: 25px 0;
    }

    .echron-higher h2 {
        font-size: 23px;
        padding: 0;
    }

    .echron-higher ul {
        display: table;
        margin: auto;
        text-align: center;
    }

    .echron-higher ul li {
        display: inline-block;
        margin: 12px 8px;
    }

    .echron-higher ul li:first-child {
        padding: 10px;
        position: relative;
        font-size: 41px;
        padding: 1px 30px;
    }

    .echron-higher ul li:first-child h2 {
        font-size: 61px;
    }

    .echron-higher ul li:first-child p {
        position: absolute;
        bottom: 29px;
        left: 29%
    }

    .echron-higher .list-facts {
        border: 1px solid grey;
        width: 119px;
        padding: 12px 4px;
        height: 148px;
    }

    .echron-higher ul li h2 {
        font-size: 40px;
    }

    .echron-higher ul li h2 span.small {
        font-weight: 500;
        font-size: 23px;
        margin-left: 2px;
    }

    .echron-wrapper-bg {
        padding: 25px 20px;
    }

    .echron-wrapper-bg .text {
        padding: 0px 30px;
    }

    .echron-wrapper-bg .text {
        padding: 22px 11px;
    }

    .echron-higher ul li p {
        font-size: 14px;
        margin-top: -17px;
    }


    /*new-index-responsive*/
    /*slider*/
    /*slider*/
    /*slider*/
    /*slider*/
    .echronMostSlider .swiper-button-next,
    .echronMostSlider .swiper-button-prev {
        font-size: 28px;
        position: absolute;
        color: red;
        transition: .5s;
    }

    .echronMostSlider .swiper-button-prev {

        right: 49%;
        left: auto;
        top: 95%;
    }

    .echronMostSlider .swiper-button-next {
        left: 51%;
        right: auto;
        top: 95%;
    }

    .echronMostSlider .circle-logo {
        display: flex;
        position: relative;
        margin-top: 11px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .echron-key-ob {
        padding: 1px 0px 0px;
        background-color: #fff;
    }

    .echron-key-ob h2 {
        margin: 0px 0 25px;
        font-weight: 550;
        font-size: 20px;
    }

    .echron-key-ob ul li {
        width: 100%;
        margin-bottom: 25px;
        padding-top: 10px;
    }

    .echron-key-ob ul li:last-child {
        margin-bottom: 0px;
    }

    .echron-key-ob ul {
        display: unset;
    }

    /*new-index-responsive*/
    /*echron-echron-func*/
    /*echron-echron-func*/
    /*echron-echron-func*/
    /*echron-echron-func*/
    .echron-func {
        padding: 25px 0;
    }

    .echron-func .row {
        gap: 18px;
    }

    /*new-index-responsive*/
    /*echron-calender*/
    /*echron-calender*/
    /*echron-calender*/
    /*echron-calender*/
    .echron-calender ul {
        display: table;
        margin: auto;
        text-align: center;
    }

    .echron-calender h2 {
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 17px;
    }

    .echron-calender .echron-wrapper-bg {
        padding: 25px 0;
    }

    .echron-calender ul li {
        margin-bottom: 30px;
        display: inline-block;
        margin: 0 12px;
    }

    .echron-calender ul li h2 {
        width: 130px;
        height: 130px;
        font-size: 18px;
    }

    .echron-calender ul li p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: 800;
        color: #000;
        margin: 0px 0px 16px;
    }

    .echron-calender ul li h2 span {
        font-weight: 450;
        font-size: 20px;
    }

    .echron-calender ul li .list-facts {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .echron-calender button {
        margin: auto;
        margin-top: auto;
        margin-top: auto;
        margin-top: auto;
        display: block;
        margin-top: 8px;
        padding: 5px 20px;
        font-size: 17px;
        font-weight: 600;
    }

    /*new-index-responsive*/
    /*echron-box-content*/
    /*echron-box-content*/
    /*echron-box-content*/
    /*echron-box-content*/
    .sec-padding {
        padding: 25px 0;
    }

    .echron-box-content .box-text {
        height: auto;
        margin-bottom: 25px;
        border: 1px solid #000;
    }

    .echron-box-content h1 {
        font-size: 23px;
    }

    .echron-box-content .box-text2 {
        border: 1px solid #000;
        height: auto;
    }

    /*new-index-responsive*/
    /*PARTICIPATE*/
    /*PARTICIPATE*/
    /*PARTICIPATE*/
    /*PARTICIPATE*/
    .echron-participate .circle-logo a {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        text-decoration: none;
        color: #525151;
        font-size: 13px;
    }

    .echron-participate {
        padding-bottom: 10px;
        background-color: #f0eeee;
    }

    .echron-participate .echron-h1 {
        margin-bottom: 10;
        font-size: 20px;
    }

    .echron-participate h1 {
        margin-bottom: 10;
        font-size: 21px;
    }

    .echron-participate ul li {
        padding: 12px 12px;
    }

    .echron-participate ul li .num {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .echron-participate ul li .num i {
        font-size: 58px;
    }

    .echron-participate .container-fluid {
        width: 88%;
    }

    /*PARTICIPATE*/
    /*logo*/
    /* .echron-participate .circle-logo .item {
        background-color: #ffffff;
        width: 93%;
        height: 100px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 0 29px;
        justify-content: center;
      } */
    .echron-participate .circle-logo .item {
        background-color: #ffffff;
        width: 93%;
        height: 145px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 0 0px;
        justify-content: center;
    }

    .echron-participate .circle-logo img {
        height: 60px;
        max-width: none;
        margin-bottom: 6px;
    }

    .echron-participate .circle-logo .item .wt3 {
        width: 115px;
        height: 36px;
    }

    .echron-participate .circle-logo .item .wt4 {
        width: 130px;
        height: 50px;
    }

    .echron-participate .circle-logo .item .wt5 {
        width: 132px;
        height: 32px;
    }

    .echron-participate .circle-logo .item .wt6 {
        width: 136px;
        height: 35px;
    }

    .echron-participate .circle-logo .item .wt9 {
        width: 131px;
        height: 36px;
    }

    .echron-participate .circle-logo .item .wt11 {
        width: 73px;
        height: 33px;
    }

    .echron-participate .circle-logo .item .wt12 {
        width: 128px;
        height: 35px;
    }

    .echron-participate .circle-logo .item .wt18 {
        width: 132px;
        height: 42px;
    }

    .echron-participate .echronMostSlider {
        position: relative;
        overflow: hidden;
        height: 185px;
        padding: 0 0px;
        z-index: 0;
    }

    /*PARTICIPATE*/
    /*new-slide-logo*/
    .echron-participate .indian-school .echron-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .echron-participate .indian-school .echron-main .echron-left {
        width: 100%;
        padding-left: 0px;
    }

    .echron-left-grid {
        padding: 0px 0px;
    }

    .echron-participate .indian-school .echron-main .echron-rgt {
        display: flex;
        width: 100%;
        padding-right: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .echron-participate .indian-school .echron-main .echron-btn {
        margin: 0px;
        padding: 10px 0px;
        font-size: 23px;
        line-height: 28px;
    }

    .echron-participate .indian-school .echron-main .echron-left span {
        padding: 3px 0px 0;
        display: block;
        font-size: 12px;
    }

    .echron-participate .indian-school .echron-main .echron-left .circle-logo {
        height: 144px;
        margin-bottom: 30px;
    }

    .indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-next {
        left: 50%;
        right: auto;
        top: 95%;
    }

    .indian-school .echron-main .echron-left .echronTechMostSlider .swiper-button-prev {
        right: 50%;
        left: auto;
        top: 95%;
    }

    .echron-participate .indian-school .echron-main .echron-left .echronTechMostSlider {
        z-index: 0;
        position: relative;
    }

    /*new-index-responsive*/
    /*echron-extra-singal-css*/
    /*echron-extra-singal-css*/
    /*echron-extra-singal-css*/
    /*echron-extra-singal-css*/

    .echron-cards .box-text p {
        font-size: 13px;
        line-height: 17px;
        color: #000;
        text-align: justify;
        margin: 0;
        padding: 5px 12px;
    }


    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 70%;
        height: 100vh;
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
        background: #fff;
        z-index: 2;
        margin-top: 0;
    }

    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    /*new-index-responsive-end*/
    .container {
        width: 90%;
    }

    .mob_nav_scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /* MOBILE HEADINGS */
    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }

    .input-list-2 .show-error-msg {
        right: 10px;
        left: auto;
        top: 0;
        bottom: auto;
    }

    /* MOBILE NAVIGATION */
    header {
        background: none;
        height: 50px;
        border-bottom: none;
    }

    header.payment,
    header.invitedschools {
        background: #4348d8b2;
    }

    .navbar img {
        width: 110px;
    }

    .navbar a.dex {
        width: 110px;
    }

    header .navbar {
        justify-content: flex-start;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 70%;
        height: 100vh;
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
        background: #fff;
        z-index: 999;
        margin-top: 0;
    }

    header.fixed .no-f {
        display: none;
    }

    header .no-f {
        display: none;
    }

    header.fixed .fx {
        display: unset;
    }

    header .fx {
        display: block;
    }

    .navbar li {
        padding: 15px;
        border: 1px solid #eee;
    }

    .navbar ul li:first-child {
        display: flex;
    }

    .navbar li a {
        font-size: 1rem;
        color: #000;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 9px;
        margin: 50px 0 0 0;
    }

    header.payment .menu-toggle,
    header.invitedschools .menu-toggle {
        margin: 25px 0 0 0;
    }

    header.reg .menu-toggle {
        display: none;
    }

    .bar {
        display: block;
    }

    .mobile-nav {
        transform: translate(0%) !important;
    }

    .echron-form {
        padding-top: 25px;
    }

    .echron-form .echron-h1 {
        font-size: 28px;
    }

    .echron-h1 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .card-header.pay {
        margin-top: 50px;
    }

    header.reg .register {
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 18px;
    }

    .echron-banner .ban-text {
        bottom: 55%;
        text-align: center;
    }

    .echron-banner .ban-text h1 {
        font-size: 36px;
    }

    .echron-banner .ban-text h1 span {
        margin-left: 0;
    }

    .echron-banner button {
        bottom: 50px;
        width: 200px;
        padding: 5px 0;
        text-align: center;
        border: 2px solid #fff;
    }

    .echron-vidsec .rgt h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .echron-vidsec figure video {
        display: none;
    }

    .echron-vidsec figure img {
        display: block;
    }

    .echron-pick th {
        font-size: 12px;
    }

    .echron-pick .echron-h1 .mob {
        display: block;
    }

    .echron-pick .echron-h1 .desk {
        display: none;
    }

    .echron-pick button {
        width: auto;
        padding: 5px 10px;
        font-size: 10px;
    }

    .echron-pick td {
        font-size: 10px;
    }

    .echron-subscribe .vanue h2 {
        font-size: 17px;
    }

    .echron-vidsec .rgt button {
        padding: 5px 18px;
        font-size: 11px;
    }

    .upload-pic .text {
        font-size: 16px;
    }

    .echron-form .upload-pic {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .echron-form .upload-file {
        font-size: 13px;
    }

    .echron-form .package th, td {
        padding: 5px 4px;
        font-size: 10px;
    }

    .echron-form .package .one {
        margin: 0;
    }

    .echron-form .package .member-btn {
        width: 18px;
        height: 25px;
        font-size: 16px;
        align-items: center;
        border: 1px solid #ccc;
    }

    .echron-form .package h1 {
        font-size: 20px;
    }

    .echron-form .package {
        margin: 4px 3px;
    }

    .echron-vidsec .rgt {
        padding: 0;
    }

    .accordion-body .main-d {
        width: 100%;
    }



    .sec-heading h1 {
        font-size: 30px;
    }


    /* SECTIONS */
    .headline {
        height: 20vh;
    }

    .feature-container p {
        margin-bottom: 25px;
    }

    .feature-container {
        margin-top: 20px;
    }

    .feature-container:nth-child(2) {
        order: -1;
    }

    /* SEARCH DISABLED ON MOBILE */
    #search-icon {
        display: none;
    }

    .search-input {
        display: none;
    }

    .bann_form {
        width: 100%;
        margin-top: 24px;
    }

    .testing .img_lft {
        width: 100%;
    }

    .testing .ryt_txt {
        width: 100%;
        margin-top: 30px;
    }

    header ul li:last-child a:last-child {
        margin-top: 0;
    }

    .bann_form .btn {
        width: 100%;
    }

    .testing .img_lft img {
        width: 100%;
    }

    .elts_typ {
        padding: 25px 0;
        overflow: hidden;
    }

    .elts_typ ul li {
        width: 100%;
        margin: 1% 0;
        box-shadow: 1px 2px 5px #bdbdbd;
        border-radius: 8px;
        transition-delay: .5s;
        transition: .6s;
    }

    .elts_typ ul {
        margin: 20px 0 0 0;
    }

    .elts_acdmic {
        padding: 25px 0;
    }

    .elts_acdmic .acdmic_lft {
        width: 100%;
        padding-top: 0;
        margin: 0;
    }

    .elts_acdmic .acdmic_lft p {
        padding: 10px 0;
    }

    .elts_acdmic .acdmic_ryt {
        width: 100%;
        margin: 0;
    }

    .elts_acdmic .acdmic_ryt ul li {
        width: 100%;
        box-shadow: 0 0 5px #bdbdbd;
        padding: 10px;
        margin: 2% 0;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .elts_acdmic .acdmic_ryt ul li h2 {
        padding: 10px 0;
    }

    .elts_acdmic .acdmic_ryt ul li p {
        padding-left: 0;
    }

    .elts_acdmic .acdmic_lft h3 {
        font-size: 26px;
    }

    .countries {
        padding: 25px 0;
    }

    .countries ul li {
        width: 50%;
        height: 192px;
    }

    .countries ul li strong {
        margin-top: 0;
    }

    .countries ul li p {
        padding-bottom: 25px;
    }

    .countries ul li:nth-child(4) p {
        padding-bottom: 0;
    }

    .countries ul.ul_second_list {
        margin-top: 0;
        margin: 0;
    }

    .countries ul.ul_second_list li {
        width: 100%;
        height: auto;
    }

    .price_sec {
        background-size: cover;
        padding: 25px 0;
        overflow: hidden;
    }

    .price_sec p {
        padding: 20px 0;
    }

    .price_sec .price_tab {
        width: 100%;
        margin: 1% 0;
    }

    .echron-ielts-score {
        padding: 25px 0;
    }

    .echron-ielts-score p {
        padding: 0;
        margin-top: 0;
    }

    .echron-ielts-score::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .echron-ielts-tip {
        padding: 25px 0;
        background-size: cover;
    }

    .echron-ielts-tip .list-1 {
        width: 100%;
        height: auto;
        margin: 1% 0;
    }

    .testing.five_mits .img_lft figure::before {
        top: -14px;
        right: -10px;
        width: 300px;
    }

    .deal ul li {
        width: 100%;
        height: auto;
        margin: 1% 0;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .deal {
        background-size: cover;
        padding: 25px 0;
        overflow: hidden;
    }

    .testing {
        padding: 25px 0;
    }

    .testing.five_mits.exam .img_lft ul li:nth-child(2) {
        position: static;
        transform: unset;
    }

    .testing.five_mits.exam .img_lft ul li {
        padding: 0;
    }

    .testing.five_mits.exam .img_lft ul li:first-child {
        display: none;
    }

    .testing.five_mits.exam .img_lft ul li:last-child {
        display: none;
    }

    .how-req .how-req-left {
        width: 100%;
    }

    .undrstnd {
        padding: 25px 0;
    }

    .undrstnd .undrstnd-left {
        width: 100%;
    }

    .undrstnd .undrstnd-right {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .undrstnd .undrstnd-right ul li:nth-child(1) {
        position: static;
        width: 100%;
    }

    .undrstnd .undrstnd-right ul li img {
        width: 100%;
        display: none;
    }

    .undrstnd .undrstnd-right ul li {
        position: static;
    }

    .echron-subscribe .form-div {
        width: 100%;
        margin: unset;
    }

    .echron-subscribe .form-div button {
        padding: 9px 35px;
    }

    .echron-subscribe .form-div input {
        width: 100%;
    }

    .echron-subscribe .form-div input::placeholder {
        font-size: 10px;
    }

    .plan .del {
        margin-top: 90px !important;
    }

    .int .d-flex {
        flex-direction: column;
    }

    footer {
        padding: 10px 0;
    }

    footer .foot_inn {
        width: 100%;
        padding: 10px 0;
    }

    footer .foot_p {
        font-size: 15px;
        padding: 10px 0;
        text-align: left;
    }

    .echron-foot1 img {
        width: 141px;
        margin-left: -15px;
    }

    .echron-foot1 .foot-log2 {
        width: 127px;
        margin-left: 7px;
    }

    footer .main_head {
        text-align: left;
        font-size: 23px;
    }

    .bann_txt {
        width: 100%;
        margin-top: 60px;
    }

    .bann_txt h2 {
        font-size: 35px;
    }

    .bann_txt h2 span {
        font-size: 50px;
    }

    .how-req {
        padding: 25px 0;
        background-size: cover;
        background: #e31836;
    }

    .how-req .how-req-left p {
        color: #ffffff;
    }

    .how-req .how-req-left ul.how-req-lft li {
        color: #ffffff;
    }

    .echron-ielts-score h4 {
        margin-top: 10px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt span {
        margin: 7px 0;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 20px 25px 0;
    }

    .countries .slick-slide p {
        margin-bottom: 0;
    }

    .countries ul.ul_second_list {
        position: relative;
    }

    .countries ul.ul_second_list i.fa-angle-left,
    .countries ul.ul_second_list i.fa-angle-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: #000;
        z-index: 2;
    }

    .countries ul.ul_second_list i.fa-angle-left {
        left: -10px;
    }

    .countries ul.ul_second_list i.fa-angle-right {
        right: -10px;
    }

    .countries .slick-slide {
        opacity: 1;
    }

    .slick-slide .thankyou {
        width: 100%;
        padding: 20px 15px;
    }

    .thankyou {
        width: 100%;
    }

    .thanks_main {
        padding: 0 7px;
    }

    footer .foot_inn.sat {
        width: 100%;
        padding: 10px 0;
    }

    footer .foot_inn .my-cl-y {
        flex-direction: column;
    }

    footer .foot_inn .my-cl-y li:last-child {
        padding-left: 0;
    }

    footer .foot_inn.sat .comm {
        width: 100%;
        height: auto;
    }

    .d-col {
        flex-direction: column;
    }

    .invited_school {
        margin-top: 70px;
    }

    .invited_school table {
        width: 100%;
    }

    .invited_school table td {
        padding: 5px;
    }
}

/*responsive-small-mobile-screen*/
@media (max-width: 568px) {
    .echron-participate ul li .num {
        font-size: 22px;
    }

    .echron-pick th {
        padding: 0;
    }

    .echron-participate ul li p {
        font-size: 12px;
    }

    .echron-subscribe .echron-h1 {
        font-size: 28px;
        margin: 9px 0px;
    }

    .echron-form .package th, td {
        padding: 6px 1px;
        font-size: 8px;
    }

    .echron-form .package .tax {
        font-size: 6px;
        display: block;
    }

    .echron-form .package .span3 {
        font-size: 16px;

    }

    .echron-form .checkout-btn {
        width: 212px;
    }

    .head-ps-f {
        font-size: 40px;
    }
}