@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&amp;display=swap');
/* CSS Document */
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{margin:0;padding:0;border:0;outline:0;font-family: 'Poppins', sans-serif;}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img{max-width:100%;}
.clr{clear:both;}
section {
    float: left;
    width: 100%;
}
.contai_ner {
    width: 80%;
    margin: auto;
    z-index: 9;
    position: relative;
}
.clr{clear:both;}
.c_blu{color:#0C8BFD;}
.c_gry{color:#8F8F91;}


.join_bx {
    background: url(https://images.emtcontent.com/franchise-img/join-emt-bg.png);
    padding: 20px 50px;
    background-position: center center;
    position: relative;
    background-size: 100%;
    border-radius: 5px;
    margin: 50px auto;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
}
.mflx{display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogopcty {
    background: #111113a8;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.txt_j {
    font-size: 32px;
    color: #fff;
    z-index: 1;
    position: relative;
    width: 50%;
}
.wt_btn {
    width: 180px;
    background: #fff;
    z-index: 9;
    position: relative;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.slide {
    margin: 5px;
    position: relative;
}
.whtopcty {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    -ms-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgb(255 255 255 / 45%);
}
.slide::before {
    content: '';
    width: 100%;
    height: 98.9%;
    background: linear-gradient(#fff0, #000000c2 90%);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}





.price_table {
    margin: 30px auto;
    float: left;
    width: 100%;
}
.h_ttl {
    text-align: center;
    margin: 30px auto;
    font-size: 33px;
}
.reg_bg {
    background: #f6fbff;
    padding: 30px 0;
}
.reg_bx{}
.inp_bx {
    width: 32%;
    margin: 10px 0px;
}
.inp_bx input {
    background: #d2dfe3;
    border: 1px solid #bbb;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    outline: 0;
    border-radius: 3px;
    font-family: 'Poppins';
}
.sub_btn {
    background: #0C8BFD;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 12px;
    border-radius: 5px;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 700;
}
.inp_bx input::placeholder { 
  color: #000;
  font-size:18px;
}
  
.inp_bx  input:focus::placeholder {
        color: transparent;
      }
.inp_bx  input:focus {background: #F6FDFF;border: 1px solid #0C8BFD;}

.ml_dtl {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    align-items: center;
    font-size: 29px;
}
.wt_brdr {
    border-right: 3px solid #fff;
    height: 70px;
}
.m_i_s {
    background: #29282D;
    border: 5px solid #3A81F3;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
}
.bx_n {
    font-size: 30px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.bx_n img{margin-right: 15px;}
.pd_35 {
    padding: 50px 0;
}
.h_ttl_f{     text-align: center;
    margin: 10px auto;
    font-size: 33px;
}
.para{    text-align: center;}


/*faq*/
.faq_bx{margin-top: 50px;}
.mgtp0{margin-top: 0px;}
.accordion__item {
    margin-bottom: 12px;
    padding: 12px 30px;
    border: 1px solid #DDDDDD;
}
.accordion__item__header {
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 21px;
}

.accordion__item__header.active {
    transition: .4s;
}

.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 12px;
    transition: .5s all;
    transform: rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 15px;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #505050;
    margin-top: 10px;
}
/*faq*/
/*table*/


		h1 { font-weight: 300; font-size: 5em; line-height: 1.35; margin: 0 0 .125em; }
		h1 + p { font-size: 1.5em; color: #999; max-width: 30em; margin: 0 auto 3em; }

		table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

		th, td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: .7em; }
		th { font-weight: 600; }

		colgroup:nth-child(1) { width: 20%; }
		colgroup:nth-child(2) { width: 20%;border: 1px solid #E7E7E7;}
		colgroup:nth-child(3) { width: 25%; border: 3px solid #59c7fb;}
		colgroup:nth-child(5) { width: 18%; border: 1px solid #E7E7E7; }

		/* Tablehead */

thead th {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}
			thead th:nth-child(1) { background: transparent;  }
		thead th:nth-child(3) {
    border-top: 1px solid #E7E7E7;
}
thead th h2 {
    font-weight: 800;
    font-size: 22px;
}
thead th h2 + p {
    font-size: 16px;
    color: #29282D;
    font-weight: 500;
}
	/* 	thead th:nth-child(3) h2 { font-size: 3.6em; }
		thead th:nth-child(3) h2 + p { font-size: 1.5em; }*/

thead th p.promo {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -34px;
    left: 20%;
    margin: 0;
    padding: 7px 25px;
    border-radius: 50px 50px 0 0;
    background: #FF577E;
}
/* 
		thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
		thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }
*/
		/* Tablebody */
tbody th {
    background: #F4F6F8;
    border: 1px solid #E7E7E7;
    font-size: 13px;
    width: 25%;
    height: 60px;
    text-align: center;
}
		tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }
tbody td {
    border: 1px solid #E7E7E7;
    width: 25%;
    text-align: center;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
}

	tbody tr:nth-child(even) th { background: #FBFCFC; border: 1px solid #E7E7E7;  }
		/*	tbody tr:nth-child(even) td { background: rgba(245, 245, 245, 0.68); border: 1px solid #E7E7E7; border-width: 1px 1px 1px 1px; }*/
		tbody tr:last-child td { border: 1px solid #E7E7E7; }

		/* Tablefooter */

		tfoot th  { padding: 2em 1em; border-top: 1px solid #E7E7E7; }
		tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7;
			border-right: 1px solid #E7E7E7;}

tfoot a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    border: 1px solid #0C8BFD;
    font-size: 16px;
    font-weight: 500;
    color: #0C8BFD;
    width: 80%;
    margin: auto;
	cursor:pointer
}

	 tfoot a.actv_tbl, .actvbg, tfoot a:hover  {     background: #0C8BFD;   color: #fff;}

/*table*/







@media only screen and (min-width:150px) and (max-width:550px) {
.contai_ner {
    width: 90%;
    margin: auto;
    z-index: 9;
    position: relative;
}
.m_i_s {
    background: #29282D;
    border: 5px solid #3A81F3;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
}
.bx_n {
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.bx_n img {
    margin-right: 15px;
    width: 30px;
}
.wt_brdr {
    border-right: 0;
    height: 10px;
}
.h_ttl {
    text-align: center;
    margin: 15px auto;
    font-size: 22px;
}
.pd_35 {
    padding: 30px 0;
}

.mflx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.inp_bx {
    width: 100%;
    margin: 10px 0px;
}
.sub_btn {
    background: #0C8BFD;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px;
    border-radius: 5px;
    margin: auto;
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.accordion__item__header {
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.accordion__item {
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid #DDDDDD;
}
.accordion__item__header::before {
    height: 8px;
    width: 8px;
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    transition: .5s all;
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    font-size: 12px;
    color: #505050;
    margin-top: 2px;
}
.para {
    text-align: center;
    font-size: 13px;
}
.h_ttl_f {
    text-align: center;
    margin: 10px auto;
    font-size: 22px;
}
.gallery_bx {flex-direction: row;}
.join_bx {
    padding: 30px 15px;
}

.txt_j {
    font-size: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
table {
    width: 1000px;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price_table {
    margin: 30px auto;
    margin-top: 0;
    float: left;
    padding: 40px 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 100%;
    overflow: auto;
}






}