/*
Theme Name: EPCHE Theme
Theme URI: https://indiansdigital.in
Author: Mohit Tomar (Indians Digital)
Description: Custom WordPress Theme
Version: 1.0
*/

/* custom css start from  here*/
@media (max-width:1024px){
	.map-container {
  width: 151px !important;
}
	.menu_container {
    max-width: 990px !important;
  }
	.header .menubar .logo {
    width: 221px !important;
}
	.contact_info_footer{
		font-size: 12px;
	}
}
@media (min-width:1025px) and (max-width:1200px){
	.map-container {
  width: 171px !important;
}
	.menu_container {
    max-width: 1180px !important;
  }
	.header .menubar .logo {
    width: 221px !important;
}
	.contact_info_footer{
		font-size: 14px;
	}
	.header .menu a {
    font-size: 14px !important;
}
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .menu_container {
    max-width: 1330px !important;
  }
	.map-container {
  width: 200px !important;
}
	.header .menubar .logo {
    width: 244px !important;
}
	.header .menu a {
    font-size: 14px !important;
}
/*   .header .menubar .logo {
    width: 17% !important;
  } */
}
@media (min-width: 1285px) and (max-width: 1366px) { 
	.header .menu a {
        font-size: 15px !important;
    }
}



@media (min-width: 1367px) and (max-width: 1500px) {
  .menu_container {
    max-width: 1460px !important;
  }
	.header .menubar .logo {
    width: 290px !important;
}
	    .header .menubar {
        gap: 15px;
        border-radius: 35px;
    }
	.header .menu ul li {
    padding: 0px 6px;
}
}

@media (min-width: 1501px) {
  .menu_container {
    max-width: 1500px !important;
  }
	.header .menubar .logo {
    width: 321px !important;
}
	.header .menubar {
        gap: 50px;
    	border-radius: 35px;
}
	.header .menu ul li {
    padding: 0px 6px;
}
}


.map-container {
  width: 245px;
  overflow: hidden;
  /* Option A: Aspect Ratio (Modern, Recommended) */
  aspect-ratio: 16 / 9;
}

.map-container iframe {
  width: 100%;
  height: 100%;
}

/* pages css start from here */
.cpqm_para h2 {
    padding: 10px 69px;
    font-weight: 700;
    font-size: 51px;
    line-height: 55px;
   
}
.cpqm_aply_btn a {
    background: #d10873;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}
.contact_mail_icon {
    width: 31px;
    padding-bottom: 14px;
}
.contact_admission_line {
    border: 2px solid #d10873;
    width: 64px;
}
.contact_admission_info a {
   
    font-size: 1.5rem;
    color: #000000;
    padding-top: 10px;
}
.contact_admission_info a:hover {
    text-decoration: none;
    color: #d10873;
    transition: 0.6s;
}




/* New CSS For About Page */

.container-main {
	margin: 0px;
}
.abt_epcet_mnhd h2 {
    font-size: 36px;
    font-family: "Joey-Medium";
}
.abt_epcet_mnhd_sublin {
    border: 2px solid #d10873;
    width: 140px;
}
.abt_epcet_para p {
	font-family: "Joey-Light";
    font-size: 17px;
    text-align: justify;
	margin: 20px 0 10px;
}
.cnt_pg_quote_mncont {
    padding: 10px 0px 96px 0px;
}
.cpqm_icn img {
    width: 21%;
}
.cpqm_para h2 {
    padding: 10px 69px;
    font-weight: 700;
    font-size: 51px;
    line-height: 55px;
    font-family: "Joey-Bold";
	margin: 20px 0;
}
.cpqm_aply_btn {
    text-align: center;
    font-family: "Joey-Bold";
    cursor: pointer;
}
.cpqm_aply_btn a {
    background: #d10873;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}
a {
    outline: none !important;
}
.cpqm_aply_btn a:hover {
    background: #0f003b;
    transition: 0.6s;
    text-decoration: none;
    color: #fff;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
	width: 100%;
    vertical-align: middle;
	border: 0;
}
.prog_mn_hd h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #a7214a;
    margin-bottom: 35px;
}
.prog_mn_hd>h3>span:before {
    border-bottom: 1px solid gold;
    content: '';
    height: 1px;
    width: 221px;
    position: absolute;
    margin-top: 44px;
}
.prog_mn_hd>h3>span:after {
    border-bottom: 6px solid #cce9ed;
    content: '';
    height: 0px;
    width: 63px;
    position: absolute;
    margin-top: 41px;
    left: 9.2%;
    border-radius: 1px;
}
.prog_lst_mun a {
    text-decoration: none ;
}
.prog_lst_mun {
    margin: 0 12px 0 0;
}
.prog_lst_sbmun {
    border-radius: 10px;
	padding: 0px 0px;
	background: #cce9ec;
    border-bottom: 6px solid transparent;
    border-top: 4px solid transparent;
	cursor: pointer;
    transition: 0.4s ease-in-out;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 0.51em;
}
.prog_lst_sbmun:hover {
    color: #db545a;
    transition: 0.4s ease-in-out;
    background: rgb(229 226 243);
    border-bottom: 3px solid #db545a;
}
.prog_lst_sbmun>span>p {
    padding: 6px !important;
	font-family: "Joey-Bold";
    font-size: 15px;
    text-align: center;
    margin: 4px;
}

span.span-p>p {
    color: #000;
    padding: 0px !important;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.prgs_dpt_mnhd h2 {
    font-size: 36px;
    font-family: "Joey-Bold";
	color: #111;
}
.prgs_dpt_udrln {
    border: 2px solid #d10873;
    width: 140px;
}
.prgs_dpt_table table {
    width: 100%;
	margin: 20px 0px;
}
.prgs_dpt_table th {
    text-align: center;
    font-size: 17px;
    font-family: "Joey-Bold";
	color: #111;
    padding: 10px 22px;
    border: 1px solid;
    width: 30%;
    background-color: #2ba7f1;
    color: #fff;
}
.prgs_dpt_table td {
	font-family: 'Joey-Light';
    font-size: 17px;
    text-align: center;
    padding: 10px 40px;
    border: 1px solid #000;
    height: 60px;
	color: #111;
}
.prgs_dpt_table tr:nth-child(odd) {
    background-color: #dff3fe;
}
.prgs_dpt_sbhd {
    margin: 20px 15px;
}
.progs_dptmn_hd h3 {
	font-size: 30px;
	font-family: 'Joey-Bold';
	color: #111;
}
.prgs_dpt_sbhd h4 {
    font-size: 24px;
	font-family: 'Joey-Bold';
	color: #111;
}
.prgs_dpt_para p {
    font-size: 17px;
    font-family: 'Joey-Light';
	color: #111;
}
.prgs_dpt_para li {
    font-size: 17px;
    font-family: 'Joey-Light';
	color: #111;
}
.prgs_dptmn_udrln {
    border: 2px solid #d10873;
    width: 50px;
}























@media only screen and (max-width: 600px) {
	.cpqm_para h2 {
		padding: 10px 38px;
		font-weight: 700;
		font-size: 30px;
		line-height: 38px;
		font-family: "Joey-Heavy";
		margin: 10px 0;
	}
	.cnt_pg_quote_mncont {
		padding: 10px 0px 20px 0px;
	}
    .abt_epcet_mnhd h2, .prgs_dpt_mnhd h2 {
        font-size: 22px;
    }
	.progs_dptmn_hd h3 {
		font-size: 20px;
	}
	.prgs_dpt_sbhd h4 {
		font-size: 18px;
	}
	.abt_epcet_mnhd_sublin {
        border: 1px solid #d10873;
        width: 92px;
    }
	 .abt_epcet_para p, .prgs_dpt_table td, .prgs_dpt_table th, .prgs_dpt_para p, .prgs_dpt_para li {
		font-size: 15px;
	}
	.prgs_dpt_table {
		overflow-x: auto;
	}
	
	
}


