@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100;200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'neo_sans_trblack';
    src: url('../../fonts/neosans_black__tr.woff2') format('woff2'), url('../../fonts/neosans_black__tr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neo_sans_trmedium';
    src: url('../../fonts/neosans_medium_tr.woff2') format('woff2'), url('../../fonts/neosans_medium_tr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: 'Cabin';
}

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

:focus {
    outline: none;
}

ul {
    list-style: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/precon.png) center no-repeat rgb(59, 59, 59);
}


/*********************************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: #ea4e8a;
    display: block;
    transition: all ease .5s;
}

#top-link-block a:hover {
    background: rgb(240, 134, 47);
    opacity: 0.5;
}

.container {
    width: 90%;
    margin: auto;
}

img {
    max-width: 100%;
}

section {
    width: 100%;
    float: left;
    overflow: hidden;
}

.btn {
    background-color: #ea4e8a;
    display: table;
    margin: auto;
    width: 170px;
    height: 43px;
    line-height: 43px;
    color: white;
    text-align: center;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover {
    background: #333;
    transition: 0.4s;
}

.popup-payment {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-payment .su-fl {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
}

.popup-payment .su-fl .close_pop {
    float: right;
    margin-top: -15px;
    padding-right: 12px;
    font-size: 23px;
    cursor: pointer;
}

.popup-payment .su-fl h3 {
    margin-bottom: 52px;
}

.popup-payment .color-gr {
    color: green;
}

.popup-payment .color-gr i {
    border: 1px solid green;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 16px;
    margin-right: 6px;
}

.popup-payment .color-rd i {
    border: 1px solid red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 16px;
    margin-right: 6px;
}

.popup-payment h2 {
    margin: 6px 0 10px;
}

.popup-payment .color-rd {
    color: red;
}

.popup-payment .transac {
    display: block;
    line-height: 25px;
}


/**********************************header************************************/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* box-shadow: 0 2px 5px rgb(200, 200, 200); */
    box-shadow: 0 2px 5px rgb(230, 225, 225);
    z-index: 2;
    background: transparent;
    height: 90px;
}

.header-margin {
    height: 90px;
}

.logo {
    float: left;
    padding: 20px 0;
}

.logo a {
    color: #ab2b05;
    font-size: 25px;
}

.logo img {
    width: 200px;
}

header .pay-now-btn {
    float: right;
    margin-top: 20px;
    background: orange;
    padding: 10px;
    transition: 0.1s;
    border: 1px solid transparent;
    font-weight: 600;
    color: #000000;
    border-radius: 5px;
}

header .pay-now-btn:hover {
    opacity: 0.9;
    background: #fff;
    border: 1px solid;
    box-shadow: 1px 1px 3px #ccc;
}

.logo-mob {
    display: none;
}

nav ul.nav-ul {
    margin: 0;
    float: right;
}

nav ul.nav-ul>li {
    text-align: center;
    float: left;
    outline: none;
    position: relative;
    list-style: none;
    padding-left: 34px;
}

nav ul.nav-ul>li>a {
    color: #5b606c;
    width: 100%;
    position: relative;
    padding-top: 31px;
    float: left;
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 22px;
    font-family: 'neo_sans_trmedium';
}

nav ul.nav-ul>li>a.assist-abt {
    display: none;
}

nav ul.nav-ul>li>a.assist:hover {
    color: #000;
}

nav ul.nav-ul>li:last-child:hover>a {
    color: #1d7fb6;
}

header.fixed nav ul.nav-ul>li>a {
    color: #2f384d;
    padding-top: 31px;
    padding-bottom: 25px;
}

header.fixed {
    background: #fff;
    z-index: 1;
}

nav ul.nav-ul>li:first-child {
    padding-left: 0;
}

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

header nav ul.nav-ul>li>a.active,
header.fixed nav ul.nav-ul>li>a.active {
    color: #1d7fb6;
}

nav ul.nav-ul>li a.active a,
nav ul.nav-ul>li:hover>a,
header.fixed nav ul.nav-ul>li.active>a,
header.fixed nav ul.nav-ul>li:hover>a {
    text-decoration: none;
    outline: none;
    color: #1d7fb6;
}

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

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

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

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

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


/****************************** banner ************************/

.echron-banner {
    background: url(../images/banner-mob.jpg);
    height: 880px;
    color: #282828;
    position: relative;
    background-size: 100%;
}

.echron-banner .banner img {
    width: 100%;
}

.echron-banner .echron-banner-text {
    padding: 30px;
    width: 500px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.echron-banner .echron-banner-text h1 {
    text-transform: unset;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 900;
    color: #ea4e8a;
    font-family: 'neo_sans_trblack';
}

.echron-banner .echron-banner-text h1 span.head {
    font-style: italic;
    display: inline-block;
}

.echron-banner .echron-banner-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.echron-banner .echron-banner-text span {
    display: block;
}

.echron-banner .echron-banner-text .btn {
    background-color: #ea4e8a;
    margin-left: 0;
    margin-top: 17px;
    font-size: 14px;
}

.echron-banner .echron-banner-text .btn i {
    margin-left: -5px;
    background: #3c548f;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 4px #77777791;
    margin-top: 9px;
    float: right;
    margin-right: 11px;
}

.echron-banner .part-btn-mob {
    display: none;
}


/*participate*/

.participate {
    padding: 40px 0;
}

.participate .part_inn {
    width: 48%;
    float: left;
    margin: 1%;
    padding: 27px 100px 50px 40px;
    background: #dbedf1;
    border-radius: 15px;
    height: 333px;
}

.participate .part_inn h2 {
    margin-bottom: 5px;
    font-family: 'neo_sans_trblack';
    font-weight: 200;
    color: #262626;
}

.participate .part_inn .part-inn-btm span {
    margin-top: 11px;
    font-size: 16px;
    display: block;
}

.participate .part_inn ul {
    padding-top: 5px;
}

.participate .part_inn:nth-child(2) ul {
    margin-top: -18px;
}

.participate .part_inn p {
    font-size: 16px;
    line-height: 28px;
}

.participate .part_inn:nth-child(2) {
    background: #badac3;
}

.participate .part_inn:nth-child(3) {
    background: #f7e4d3;
}

.participate .part_inn:last-child {
    background: none;
    width: 48%;
    padding: 0;
    margin-top: 7px;
    /* height: 163px; */
}

.participate .part_inn .part-inn-top {
    width: 100%;
    float: left;
    padding: 27px 0 50px 40px;
    background: #dbe3f8;
    border-radius: 15px;
    margin: 1%;
    height: 157px;
}

.participate .part-inn-btm {
    width: 100%;
    float: left;
    padding: 21px 0 0 40px;
    background: #f7d4f5;
    border-radius: 15px;
    margin: 1%;
    height: 163px;
    line-height: 17px;
}

.participate .part_inn ul li {
    margin-left: 25px;
    margin-bottom: 14px;
    position: relative;
    font-size: 16px;
}

.participate .part_inn ul li::before {
    position: absolute;
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    left: -20px;
    top: 2px;
}


/******************Form***************/


/* .main_form{
    padding: 10px 0;
} */

.main_form .form_inn {
    width: 100%;
    float: left;
    padding: 20px 30px;
    background: #f3d083;
    position: relative;
}

.main_form .form_inn::after {
    position: absolute;
    content: '';
    background: url(../images/girl.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 80%;
    right: -35px;
    bottom: 0;
    width: 330px;
    height: 269px;
    z-index: 0;
    margin-bottom: 0;
}

.left_frm_txt {
    width: 35%;
    float: left;
    padding: 30px 0 15px;
}

.left_frm_txt h2 {
    margin-bottom: 9px;
    color: #337ab7;
}

.left_frm_tx span {
    display: block;
}

.main_form .form_inn ul li {
    margin-left: 25px;
    margin-bottom: 13px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.main_form .form_inn ul li a {
    color: #337ab7;
}

.main_form .form_inn ul li::before {
    position: absolute;
    content: "\f058";
    font: normal normal normal 16px/1 FontAwesome;
    left: -20px;
    top: 2px;
    color: #337ab7;
}

.main_form .form_inn .right_frm {
    width: 62%;
    float: right;
}

.main_form .form_inn .right_frm h2 {
    margin-bottom: 9px;
}

.main_form .form_inn .right_frm .input_txt .star {
    color: red;
}

.main_form .form_inn .right_frm .input_txt {
    display: block;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
}

.main_form .form_inn .right_frm .form_cont {
    width: 50%;
    float: left;
    margin-bottom: 3%;
}

.main_form .form_inn .right_frm input,
.main_form .form_inn .right_frm select {
    width: 95%;
    border-radius: 4px;
    padding: 5px;
    height: 40px;
    border: none;
    background: #ddb45b;
}

.main_form .form_inn .right_frm textarea {
    width: 99%;
    border-radius: 4px;
    border: none;
    background: #ddb45b;
}

.main_form .form_inn .right_frm .check {
    width: auto;
    height: auto;
    margin-top: 20px;
    border: 1px solid rgb(30, 118, 233);
    border-radius: 4px;
    background: gray;
}

.main_form .form_inn .right_frm .term_condition {
    display: inline-block;
    margin-left: 10px;
}

.main_form .form_inn .right_frm .term_condition a {
    color: #008fd5;
}

.main_form .form_inn .right_frm .btn_div .btn {
    margin: 0;
    margin-top: 20px;
    border: 1px solid #ea4e8a;
    box-shadow: 0;
    float: left;
}

.main_form .form_inn .right_frm .btn_div .btn:last-child {
    margin-left: 10px;
    width: 80px;
    height: 21px;
    line-height: 20px;
    background: #4765b4;
    border: 1px solid #4765b4;
    border-radius: 4px;
    margin-top: 30px;
    font-size: 12px;
    padding: 3px 0;
}

.btn i.fa-facebook-official {
    float: left;
    margin-left: 10px;
    font-size: 20px;
}

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


/*detailspage*/

.headmargin {
    height: 100px;
}

.details_page_mat {
    padding: 50px 0;
}

.details_page_mat .main_section_start {
    width: 100%;
    background: #f3f3f3;
    padding: 10px 0;
    border-radius: 4px;
    float: left;
    box-shadow: 0 2px 9px #999;
    margin-bottom: 50px;
}

.details_page_mat .main_section_start .left_side {
    width: 48%;
    float: left;
    margin-left: 22px;
    margin-bottom: 8px;
    text-align: right;
}

.details_page_mat .main_section_start .left_side img {
    width: 140px;
    /* height: 140px; */
    border-radius: 50%;
}

.details_page_mat .main_section_start h2 {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #a29c9c;
    font-weight: 900;
    color: #444;
}

.details_page_mat .main_section_start .right_side {
    float: left;
    width: 48%;
}

.details_page_mat .main_section_start .right_side ul {
    width: 100%;
    float: left;
    padding-left: 14px;
}

.details_page_mat .main_section_start .right_side ul li {
    float: left;
    padding: 5px;
}
.details_list_social .like_main_r i{
    color: rgb(34, 104, 253);
    font-size: 21px;
}
.details_list_social .like_main_r span{
    color: #ea4e8a;
}

.details_page_mat .main_section_start .right_side h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-left: 22px;
    color: #ea4e8a;
    line-height: 20px;
}

.details_page_mat .main_section_start .right_side h4 {
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 10px;
    margin-left: 22px;
}

.details_page_mat .main_section_start .right_side ul li .link-cla,
.details_page_mat .main_section_start .right_side ul li .btn-fac,
.details_page_mat .main_section_start .right_side ul li .twit-cla {
    background: #0073b1;
    color: #fff;
    padding: 1px 6px 0px 3px;
    font-size: 11px;
    border-radius: 2px;
    text-decoration: none;
    float: left;
    margin: 0;
}

.details_page_mat .main_section_start .right_side ul li .btn-fac {
    background: #3b5998;
}

.details_page_mat .main_section_start .right_side ul li .twit-cla {
    background: #000;
}

.details_page_mat .main_section_start .right_side ul li .twit-cla i.fa-twitter::before{
	content:"𝕏";
	font-size: 1.2em;
}

.details_page_mat .main_section_start .right_side small {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #444;
    margin-top: 8px;
}
.details_page_mat .main_section_start .right_side small.det_num{
    float: none;
    display: unset;
    padding-left: 2px;
}

.details_page_mat .main_section_start .border_cl {
    width: 24%;
    float: left;
    background-color: #0077bd;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: 800;
    font-size: 20px;
    text-align: left;
    margin-left: 19px;
    padding-left: 10px;
    margin-top: 19px;
}

.details_page_mat .main_section_start .details_list {
    width: 100%;
    float: left;
    padding-left: 30px;
    line-height: 25px;
    margin-top: 5px;
}

.details_page_mat .main_section_start .details_list {
    font-size: 16px;
}

.details_page_mat .main_section_start small {
    width: 100%;
    float: left;
    padding: 15px 26px;
    font-size: 14px;
    line-height: 22px;
}


/***************** members-sec ****************/

.members {
    padding: 40px 0;
}

.main_heading {
    text-align: center;
    margin: 10px 0 31px;
    font-size: 30px;
}

.members ul li {
    width: 16.66%;
    float: left;
    text-align: center;
}

.members ul li img {
    width: 170px;
    display: table;
    margin: auto;
    border-radius: 50%;
    /* height: 170px; */
}

.members .slick-active,
.members .slick-slide {
    opacity: 1;
}

.members .slick-slide h3 {
    padding-top: 15px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}


/* final_mamber sec */

.members .slick-slide p {
    color: #282828;
    font-size: 16px;
}

.members ul li .hide {
    display: none;
}

.members ul li .btn {
    background-color: #58b1dd;
    display: table;
    margin: auto;
    width: 88px;
    height: 37px;
    line-height: 33px;
    color: white;
    text-align: center;
    border-radius: 17px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #58b1dd;
}

.final_mamber {
    padding: 10px 0 20px;
    background: #fff4ea;
}

.final_mamber ul li {
    width: 14.66%;
    float: left;
    margin: 1%;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 1px 5px #c8c8c8;
    border-radius: 8px;
    padding-bottom: 10px;
    height: 345px;
}

.final_mamber .memb_slider_2 i.fa-chevron-left,
.final_mamber .memb_slider_2 i.fa-chevron-right {
    display: none !important;
}

.final_mamber ul li .fig {
    position: relative;
}

.final_mamber ul li .share {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ea4e8a;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

.final_mamber ul li img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}

.final_mamber ul li a {
    color: #fff;
}

.final_mamber ul li h2 {
    text-align: center;
    /* margin: 10px 0; */
    padding-top: 20px;
}
.final_mamber ul li .main_finl_dv h3 {
    text-align: center;
    height: 30px;
}
.final_mamber ul li .main_finl_dv .like_main_l {
    padding: 0 5px;
    float: right;
    margin-top: 2px;
    text-align: center;
    background-color: #58b1dd;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 10px;
}

.final_mamber ul li .like_main_r,
.details_page_mat  .like_main_r{
    float: left;
    padding: 0 15px;
    margin-top: 8px;
    cursor: pointer;
}
.details_page_mat .like_main_r{
    float: right;
    padding: 0;
    margin-top: -4px;
}
.final_mamber ul li .like_main {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.final_mamber ul li .like_main_r i.fa-thumbs-o-up {
    font-size: 20px;
    color: #30cd69;
}
.final_mamber ul li .like_main_r:hover i.fa-thumbs-o-up {
    color: #ea4e8a;
}
.final_mamber ul li .like_main_r i.fa-thumbs-o-down {
    transform: rotateY(188deg);
    font-size: 20px;
    color: #ea4e8a;
}

.final_mamber ul li .like_main_l small {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #30cd69;
}

.final_mamber ul li .like_main_r small {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ea4e8a;
}
.final_mamber ul.slick-dots{
    width: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.final_mamber ul.slick-dots li{
    width: 15px;
    height: 15px;
}
.final_mamber ul.slick-dots li button::before{
    width: 15px;
    height: 15px;
    border-radius: 7px;
}
.final_mamber ul.slick-dots li.slick-active button::before{
    background: #bbb;
}

.final_mamber .slick-active,
.final_mamber .slick-slide {
    opacity: 1;
}

.final_mamber .main_finl_dv {
    width: 100%;
    float: left;
}

.final_mamber .main_finl_dv h2 {
    width: 48%;
    float: left;
}


/*********************************footer********************************/

footer {
    width: 100%;
    float: left;
    background: #171717;
    padding: 10px 0 0;
    font-family: 'Khula', sans-serif;
}

footer a {
    color: #ffffff
}

footer .social-media a:first-child {
    display: block;
}

footer .details-call a {
    padding-left: 12px;
}

footer .social-media {
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    padding: 0 0;
    padding-bottom: 20px;
}

footer .social-media h4 {
    margin: 10px 0;
    color: #ea4e8a;
}

footer .social-media a {
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 7px;
}

/* footer .social-media a .twit{
	display: none;
} */

footer .social-media a i.fa-twitter::before{
	content:"𝕏";
	font-size:25px;
}

footer .social-media img {
    width: 20px;
    vertical-align: middle;
}

footer .foot-copyright {
    width: 100%;
    float: left;
    background: #000000;
    color: #fff;
    padding: 20px;
    text-align: center;
}


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

.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;
}


/*************************side-button***************/

.side-button-join {
    position: fixed;
    top: 50%;
    background: #4684f2;
    right: -39px;
    transform: rotate(270deg);
    width: 110px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
}

.side-button-join a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
}


/*********************payment*********/

.tble-details {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 12px;
}

.customers {
    margin: auto;
}

.customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

.customers tr:hover {
    background-color: #ddd;
}

.customers th {
    padding: 15px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.btn-primary {
    width: 200px;
    background: #245580;
    border-radius: 4px;
    border: 1px solid #245580;
    font-size: 13px;
    height: 30px;
    line-height: 26px;
    margin-bottom: 30px;
}


/*******************popup-btn*********************/

.popup-echron-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: block;
}

.popup-echron-alert .echron-pop-in {
    width: 336px;
    height: 333px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 3px;
    line-height: 22px;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 5px rgb(114, 114, 114);
    border-radius: 6px;
}

.popup-echron-alert.formins .echron-pop-in h2 {
    text-align: center;
    padding: 7px;
    background: red;
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
}

.popup-echron-alert.formins .echron-pop-in ul {
    margin-left: 15px;
    margin-top: 15px;
}

.popup-echron-alert.formins .echron-pop-in ul li {
    padding: 4px 8px;
    position: relative;
    border-bottom: 1px dotted rgb(231, 231, 231);
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.popup-echron-alert.formins .echron-pop-in ul li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: red;
}

.popup-echron-alert.formins .close-alert-pop {
    color: #ffffff;
}

.popup-echron-alert .echron-pop-in .close-alert-pop {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.popup-echron-alert .echron-pop-in p {
    padding: 20px 15px 0;
}

.popup-echron-alert .echron-pop-in .fig {
    text-align: center;
    padding: 20px 0;
}

.popup-echron-alert .echron-pop-in .fig img.pop-img {
    border-radius: 50%;
}

.popup-echron-alert .echron-pop-in .fig p {
    padding: 5px;
    line-height: 16px;
}

.popup-echron-alert .echron-pop-in .fig .social-icon i {
    color: #4285bc;
    font-size: 20px;
    padding: 5px;
}

.popup-echron-alert .echron-pop-in .fig .social-icon i.fa-instagram {
    color: #cd486b;
}

.popup-echron-alert .echron-pop-in .fig .social-icon i.fa-twitter {
    color: #00acee;
}


/***********************footer *****************/

@media (min-width: 1200px) and (max-width: 1599px) {
    .echron-income::before {
        right: 100px;
        background: url(../images/income-bef.png) no-repeat center;
        background-size: 100%;
    }
    .echron-banner.desk {
        height: 600px;
        background-size: 100%;
    }
    .pay-now-form-popup {
        padding: 0;
    }
    .pay-now-form.in {
        padding: 3px;
        margin-top: 0;
    }
    .echron-banner .echron-banner-text {
        left: 37px;
        top: 56%;
    }
    .echron-banner .echron-banner-text h1 {
        font-size: 40px;
        font-weight: 900;
        color: #ea4e8a;
        padding-bottom: 5px;
    }
    .echron-banner .echron-banner-text p {
        line-height: 22px;
    }
    .final_mamber ul li{
        height: 263px;
    }
}


/*********************medium-desktop screen***********************/

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 920px;
    }
    .echron-passion {
        padding-bottom: 0;
    }
    .echron-income h3 {
        font-size: 36px;
        width: 390px;
    }
    .echron-income::before {
        right: 9px;
        width: 591px;
        height: 503px;
        top: -95px;
    }
    .echron-what-we ul li img {
        width: 80px;
    }
    .echron-what-we ul li {
        padding: 32px 0;
    }
    .echron-what-we ul li h3 {
        font-size: 14px;
    }
}


/*******************************responsive-tab****************************/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }
    .echron-passion {
        padding-bottom: 0;
    }
    .echron-what-we ul li {
        width: 48%;
    }
    .echron-online-reg::after {
        background: none;
    }
    .echron-online-reg .form-on-reg {
        width: 100%;
    }
    .echron-about-us .echron-right {
        padding-top: 0;
    }
    .echron-income::before {
        background: none;
    }
    .echron-expect .echron-text {
        padding: 8px 25px;
    }
    nav ul.nav-ul > li > a{
        font-size: 14px;
    }
    .members i.fa-chevron-left {
        top: 27%;
        transform: translateY(-50%);
        left: -5px;
        position: absolute;
        width: 24px;
        height: 24px;
        color: #51a7d0;
        font-size: 24px;
    }
    .members i.fa-chevron-right {
        top: 27%;
        transform: translateY(-50%);
        right: -9px;
        position: absolute;
        width: 24px;
        height: 24px;
        color: #51a7d0;
        font-size: 24px;
}
.final_mamber ul li{
    width:30.66% ;
}
}


/**********************************responsive-small-screen********************************/

@media (max-width: 768px) {
    .echron-banner {
        background-size: 100%;
        background-repeat: no-repeat;
        height: 721px;
    }
    .participate .part_inn {
        padding: 30px 60px 50px 40px;
        height: 478px;
    }
    .echron-banner .echron-banner-text h1 {
        padding-bottom: 0;
    }
    nav ul.nav-ul>li>a {
        padding-right: 10px;
    }
    .echron-banner .echron-banner-text {
        width: 100%;
        position: absolute;
        left: 0;
        top: 551px;
    }
    .main_form .form_inn::after {
        left: 16px;
        width: 237px;
        height: 245px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 90%;
    }
    header {
        height: 65px;
        background: #fff;
    }
    .logo img {
        width: 150px;
    }
    .mob-nav-scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .mob-nav-btn {
        display: block;
        float: right;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        margin: 5px 5px;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 36px;
        border-radius: 5px;
        border: 2px solid #fff;
        background: #fecb29;
    }
    .mob-nav-btn:hover {
        background: #444;
        transition: all ease .5s;
    }
    .mob-nav {
        display: none;
    }
    .mob-nav:before {
        width: 250px;
        left: 0;
        top: 0;
        content: '';
        position: fixed;
        height: 100%;
        background: #f2f2f2;
        z-index: 1;
    }
    .mob-nav::after {
        width: 100%;
        left: 0;
        top: 0;
        content: '';
        position: fixed;
        height: 100%;
        background: #000000a3;
        z-index: 0;
    }
    nav {
        margin-top: 5px;
        margin-left: 30px;
        float: right;
    }
    .logo {
        padding: 12px 0;
    }
    /* header.fixed .logo {
        margin-top: 5px;
    } */
    .logo-mob {
        text-align: left;
        padding-left: 20px;
        display: block;
        position: fixed;
        top: 0;
        padding-top: 05px;
        left: 0;
        width: 250px;
        padding-bottom: 10px;
        z-index: 2;
        background: #f1f1f1;
    }
    .logo-mob .icon {
        position: absolute;
        top: 4px;
        width: 35px;
        padding: 5px;
        line-height: 26px;
        text-align: center;
        right: 15px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0;
    }
    .logo-mob a img {
        width: 154px;
    }
    nav ul.nav-ul>li:hover>a:before {
        display: none;
    }
    nav ul.nav-ul>li .nav-down {
        height: auto;
        display: none;
    }
    nav ul.nav-ul>li:hover .nav-down {
        height: auto;
    }
    nav ul.nav-ul {
        width: 250px;
        left: 0;
        top: 50px;
        padding: 10px;
        position: absolute;
        float: none;
        background: none;
        z-index: 1;
    }
    nav ul.nav-ul>li {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
    nav ul.nav-ul>li:first-child {
        padding-left: 0;
    }
    nav ul.nav-ul>li>a {
        font-size: 15px;
    }
    nav ul.nav-ul>li>a.assist {
        background: none;
        margin-top: 0;
        padding: 5px;
    }
    nav ul.nav-ul>li>a,
    header.fixed nav ul.nav-ul>li>a {
        padding: 5px;
        color: rgb(24, 24, 24);
        border-bottom: 1px dotted #ccc;
    }
    nav ul.nav-ul ul {
        height: auto;
        position: static;
    }
    .echron-banner .echron-banner-text span {
        display: inline;
    }
    .echron-banner .echron-banner-text {
        width: auto;
    }
    .echron-banner {
        background: url(../images/banner-mob1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 67px;
        height: 428px;
        margin-bottom: 10px;
    }
    .echron-banner .part-btn-mob {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .echron-banner .part-btn-mob {
        display: block;
    }
    .echron-banner .btn i {
        margin-left: -5px;
        background: #3c548f;
        width: 25px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 0 4px #77777791;
        margin-top: 9px;
        float: right;
        margin-right: 11px;
    }
    .echron-banner .echron-banner-text.desk {
        display: none;
    }
    .echron-banner .echron-banner-text.mob {
        display: block;
    }
    .echron-banner .echron-banner-text h1 {
        padding-top: 8px;
        padding-bottom: 0;
        color: #ea4e8a;
        font-size: 22px;
        line-height: 29px;
    }
    .echron-banner .echron-banner-text .btn {
        display: table;
        margin: auto;
    }
    .echron-banner .echron-banner-text p {
        font-size: 15px;
        padding-top: 4px;
        padding-bottom: 81px;
        text-align: center;
    }
    .echron-banner .echron-banner-text {
        padding: 20px 30px;
        left: 0;
        top: 26%;
        width: 100%;
        text-align: center;
    }
    .echron-banner .echron-banner-text::before {
        top: 20px;
    }
    .btn:hover {
        background: #ea4e8a;
    }
    .participate {
        padding: 10px 20px;
    }
    .participate .part_inn {
        width: 100%;
        margin: 6px 0;
        padding: 20px;
        height: auto;
        box-shadow: 0 1px 10px #28282849;
    }
    .participate .part_inn:last-child {
        width: 100%;
        box-shadow: none;
    }
    .participate .part_inn .part-inn-top {
        padding: 13px 30px 0 18px;
        box-shadow: 0 1px 10px #28282849;
        margin-bottom: 11px;
    }
    .participate .part_inn .part-inn-btm {
        padding: 14px 12px 0 18px;
        box-shadow: 0 1px 10px #28282849;
        line-height: 16px;
    }
    .participate .part_inn .part-inn-btm span {
        font-size: 14px;
    }
    .participate .part_inn p {
        font-size: 15px;
    }
    .left_frm_txt {
        width: 100%;
        margin-bottom: 160px;
    }
    .left_frm_txt p,
    .left_frm_txt ul li {
        font-size: 12px;
    }
    .members {
        padding: 20px 0;
    }
    .members ul li img {
        display: table;
        margin: auto;
    }
    .members i.fa-chevron-left {
        top: 27%;
        transform: translateY(-50%);
        left: -5px;
        position: absolute;
        width: 24px;
        height: 24px;
        color: #51a7d0;
        font-size: 24px;
    }
    .members i.fa-chevron-right {
        top: 27%;
        transform: translateY(-50%);
        right: -9px;
        position: absolute;
        width: 24px;
        height: 24px;
        color: #51a7d0;
        font-size: 24px;
    }
    .main_form {
        padding: 20px 0;
    }
    .main_form .form_inn {
        border-radius: 10px;
        box-shadow: 0 2px 3px #cccccc91;
    }
    .main_form .form_inn::after {
      left: 50%;
      transform: translateX(-50%);
      height: 196px;
    }
    .main_form .form_inn .right_frm {
        width: 100%;
    }
    .main_form .form_inn .right_frm .input_txt {
        font-size: 14px;
    }
    .final_mamber {
        padding: 20px 0;
    }
    .final_mamber ul li{
        width: 47%;
        height:auto;
        display: inline-block;
        float: none;

    }
    .final_mamber ul li .like_main_r i.fa-thumbs-o-up{
        font-size: 16px;
    }
    .final_mamber ul li .like_main_r small{
        font-size: 13px;
    }
    .final_mamber ul li .like_main_r, .details_page_mat .like_main_r{
        padding-left: 10px;
    }
    .final_mamber .memb_slider_2 i.fa-chevron-left,
    .final_mamber .memb_slider_2 i.fa-chevron-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        z-index: 2;
        color: #51a7d0;
        display: block !important;
    }
    .final_mamber .memb_slider_2 i.fa-chevron-left {
        left: -5px;
    }
    .final_mamber .memb_slider_2 i.fa-chevron-right {
        right: -24px;
    }
    /* .final_mamber ul.slick-dots{
        width: 82%;
    } */
    .final_mamber ul.slick-dots li {
        display: none;
    }
    .details_page_mat .main_section_start {
        width: 100%;
    }
    .details_page_mat .main_section_start .right_side ul {
        padding-left: 87px;
    }
    .details_page_mat .main_section_start .right_side ul li {
        padding: 4px;
    }
    footer .details-call a {
        font-size: 13px;
    }
    footer .social-media {
        width: 100%;
        margin: auto;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }
    footer .social-media a {
        float: none;
    }
    footer .details-call {
        width: 100%;
        text-align: center;
    }
    .echron-expect .advi-key-wrd {
        font-size: 2px;
        bottom: 47px;
    }
    .thankyou {
        width: 100%;
        padding: 10px 20px;
    }
    .participate .part_inn ul li {
        font-size: 14px;
    }
    .main_form .form_inn ul li {
        font-size: 14px;
        color: #1b1b1b;
    }
    .main_form .form_inn .right_frm .form_cont {
        width: 100%;
    }
    .details_page_mat .main_section_start .left_side {
        width: 100%;
    }
    .details_page_mat .main_section_start .right_side {
        width: 100%;
    }
    .details_page_mat .main_section_start .left_side {
        text-align: center;
        margin-left: 0;
    }
    .details_page_mat .main_section_start .right_side h3 {
        text-align: center;
    }
    .details_page_mat .main_section_start .border_cl {
        width: 88%;
        text-align: center;
    }
}