
@media (max-width:1199px) {
 .service_styleOne  .col {
    width: 50%;
}
.service_card  {
  margin:0 0 10px;
}
.service_styleOne {
  padding-bottom: 36px;
}
}
@media (max-width:1295px) {
.empBtn {
	border-radius:5px;
	color:#0061e6;
	font-weight:bold;
	margin-top: 5px;
}	
}
@media all and (min-width: 992px) {
  header .navbar-nav .collapse {
    display: flex !important;
    height: auto !important;
    visibility: visible;
  }
  header .navbar-nav .collapsing{
    position: relative;
    height: unset !important;
    overflow: hidden;
  }
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
    border: 1px solid #C3CFE7;
    border-top: 0;
    box-shadow: 0 7px 64px 0 rgba(0,0,0,0.03);
    border-radius: 0 0 8px 8px;
    top: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}
@media (max-width:1199px) {
  .nav-link{
    font-size:16px;
  }
}
@media (max-width: 991px) {
  body{
    padding-top:103px;
  }
	.hero_sec_landing{
		padding-bottom: 0px;
	}

  .op_table .table {
    display: block;
}

.op_table .table tr {
    display: flex;
    flex-direction: column;
    background: #F0F4FA;
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 6px;
}

.op_table .table thead {
    display: none;
}

.op_table .table tbody tr td:first-of-type {
    border-left: 0;
}

.op_table .table tbody tr td {
    box-shadow: inherit;
    border-style: dashed;
    border-color: var(--blue-color);
    border-width: 0 0 2px 0;
}

.op_table .table tbody tr td:last-of-type {
    border: 0;
    padding-right: 0;
}

.op_table .table tbody tr td:first-of-type strong {
    color: var(--blue-color);
}
  .left_card{

    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #01b9ff, #5cb969) border-box;
    border-radius: 10px;
    border: 4px solid transparent;
    padding: 20px;
  }
  .inner_banner{
    padding:32px 0;
  }
  .inner_banner h1{
    text-align: right;
    color: #0C3058;
    font-size:22px
  }
  .inner_banner .thumb{
    background:none;
    height: auto;
    width: auto;
    margin: 20px 0;
    text-align: start;
    line-height: inherit;
  }
  .inner_banner:after{
    display:none;
  }
  .service_detail .thumbnail{
    background-color: var(--gray-color);
    padding:40px 15px;
    margin: 0 0 15px;
  }
  .service_detail .hero_content .h1{
    margin:0 0 10px;
  }
  .service_styleOne .service_card a{
    padding:18px;
    flex-direction: column;
    gap:0;
  }
  .service_styleOne .service_card a img{
    width:58px;
    height: 62px;
  }
  .accounce_card p{
    margin: 15px 0;
  }
  .hero_sec_v2 {
    padding: 48px 0 168px;
}
  .thumb_styleOne{
    height:206px;
    max-width: 273px;
    margin: 3em auto auto;
  }
  .thumb_styleOne:after{
    background-size:contain;
    left: -10px;
    top: -10px;
  }
  .landing_v2 .service_sec .col{
    width:50%;
  }
  .landing_v2 .service_card a{
    min-height: inherit;
  }
  .aep_carousel .splide__arrows--rtl .splide__arrow--next {
    left: -8px;
  }
  .aep_carousel .splide__arrows--rtl .splide__arrow--prev {
    right: -8px;
  }
  .aep_card {
    padding: 0px 15px 36px;
    margin:0 0 20px;
  }
  .aep_card img{
    height: 100px;
  }
  .hero_content {
    text-align: center;
}
.hero_content .h1{
    font-size:24px
}
.hero_content p br{
        display:none;
}
img.primary_logo {
    width: 140px;
}
.navbar-brand{
    gap:10px !important;
    margin:0;
}
.head_action a{
    padding:0 12px;
    border:0;
}
button.navbar-toggler {
    border: 0;
    padding: 0 10px 0 0;

}
button.navbar-toggler .navbar-toggler-icon{
    background-image:url('../images/menu.svg')
}
.navbar-toggler:focus{
    box-shadow:none;
}

.news_card{
    margin:0 0 20px !important;
    height: auto;
    padding:15px 15px
}
.news_card:before{
    width:100%;
    height:4px;
    bottom:0;
    top:auto;
}
.service_card a{
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    gap: 10px;
    padding: 10px;
}
.service_card a img{
    height: 40px;
    width:40px;
}
.navbar-nav{
  width: 100%;
  padding: 0px;

}
.nav-link {
  font-size: 18px;
  font-weight: 700;
  height: auto;
  color:var(--blue-dark-color) !important;
  border-bottom:1px solid #C3CFE7;
  border-radius:0;
}
.navbar-collapse {
  position: fixed;
  top: 105px;
  width: 100%;
  height: 100% !important;
  right: 0;
  background: #fff;
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  overflow: auto;
}
.navbar-collapse.show{
  transform:translateY(0)
}
footer{
  padding: 20px 0 30px;

}
.foot_card .h1 {
  font-size: 16px;
  display: block;
  margin: 8px 0;
  font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  border-color: #fff;
  color: #fff;
  background: var(--blue-color);
  color: var(--blue-color);
}
.navbar-nav .nav-link.active span, .navbar-nav .show>.nav-link span{
  border: 0;
  padding: 0 !important;
}
.news_card .link_btn {
  position: static;
}
.news_sec .btn {
  margin-top: 10px;
}
.roadplan_sec .h1{
  font-size:22px;
}
.sec_title{
  font-size:20px;
}
 .navbar-nav .nav-link.dropdown-toggle:before, .navbar-nav .dropdown-menu .h6:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  height: 22px;
  width: 22px;
  background: url("../images/plus-square.svg") no-repeat;
}
.navbar-nav .nav-link.dropdown-toggle:before{
  opacity: 1;
}
.navbar-nav .nav-link.dropdown-toggle.show:before, .navbar-nav .dropdown-menu .h6[aria-expanded="true"]:before {
  background: url("../images/minus-square.svg") no-repeat;
}
.navbar-nav .nav-link.dropdown-toggle, .navbar-nav .dropdown-menu .h6{
  position: relative;
  padding:11px 40px 11px 20px !important
}
.navbar-nav .dropdown-menu .h6{
  margin:0;
  padding-right:65px !important;
  border-bottom:1px solid #C3CFE7;
}
.navbar-nav .dropdown-menu .h6:before {
  right: 33px !important;
}
.dropdown-menu ul li a {
padding: 11px 57px 11px 12px;
display: block;
border-bottom: 1px solid #C3CFE7;
}
.navbar-nav .nav-link.dropdown-toggle{
  padding:11px 40px 11px 20px !important
}
.navbar-nav .nav-link.dropdown-toggle:before{
  opacity: 1;
}
img.primary_logo {
  width: 140px;
}
.navbar-brand{
  gap:10px !important
}
.head_action a{
  padding:0 12px;
  border:0;
}
button.navbar-toggler {
  border: 0;
  padding: 0;

}
button.navbar-toggler .navbar-toggler-icon{
  background-image:url('../images/menu.svg')
}
button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
background-image:url('../images/close.svg')
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-nav .container{
  max-width:100%
}
}
@media(min-width:768px){
  .news_carousel .splide__list {
    display: flex !important;
    gap: 25px;
}

.news_carousel .splide__list .splide__slide {
    width: 30%;
}
}
@media (max-width: 767px) {
   .first_aep_card {
   border: double 2px transparent;
   border-radius: 8px;
   background-image: linear-gradient(white, white), radial-gradient(circle at top left, #01B9FF,#5CB969);
   background-origin: border-box;
   background-clip: padding-box,border-box;
}

  .em_sec {
    padding: 36px 0;
}
  .em_sec br{
    display: none;
}
  .hero_sec_v3{
    padding:35px 0 0;
  }
  .service_styleOne .service_card{
    max-width:260px
  }
  .service_sec_v2 .service_card a span.link_btn{
    color: var(--blue-color);
    font-size:14px;
  }
  .acc_styleOne .accounce_card {margin-top: 0;border-color: #C3CFE7;border-width: 0;border-radius: 0;}

.acc_styleOne .accounce_card p br {
    display: none;
}

.acc_styleOne .accounce_card p strong {
    display: block;
}

.acc_styleOne h2 {
    margin: 0 0 15px;
}

.acc_styleOne {
    border-width: 1px 0;
    border-color: #C3CFE7;
    border-style: solid;

}
  .landing_v3 .hero_sec_v2{
    padding-bottom:40px;
  }
  .aep_sec.aep_styleOne{
    padding:25px 0;
  }
  .aep_styleOne .aep_card {
    flex-direction: column;
    gap: 18px;
}
  .service_sec_v2 .service_card a {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    text-align: center;
}

.service_sec_v2 .service_card a .service_content {
    width: 100%;
}
.service_sec_v2 .service_card a img{
  width:auto;
  height: 62px;
}
  .jp_form_sec {
    padding: 25px 0 60px;
}
  .jp_sec {
    padding: 25px 0;
}

.jp_sec .h1 {
    font-size: 20px;
}

.jp_sec p {
    font-size: 20px;
}
  .jp_form_sec .col-lg-4 .form-group, .jp_form_sec .col-lg-4 .input-group{
    max-width:100%
}
  .ss_card{
    padding:60px 30px 20px 30px;
    width:100%;
	height: 290px; /* common height */
  }
  .ss_card img {
	 right: 128px;
  }
  .landing_v2 .service_sec .col{
    width:100%;
  }
  footer .container {
    padding: 0 !important;
    overflow: visible;
  }
  .foot_card ul {
    display: none;
    opacity: 0;
  }
  .foot_card strong {
    display: block;
    padding: 10px 40px 10px 10px;

    position: relative;
  }

  .foot_card strong:before, .navbar-nav .nav-link.dropdown-toggle:before, .navbar-nav .dropdown-menu .h6:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    height: 22px;
    width: 22px;
    background: url("../images/plus-square.svg") no-repeat;
  }

  .foot_card.active-tab strong:before, .navbar-nav .nav-link.dropdown-toggle.show:before, .navbar-nav .dropdown-menu .h6[aria-expanded="true"]:before {
    background: url("../images/minus-square.svg") no-repeat;
  }

  .navbar-nav .dropdown-menu{
    padding:0;
    border:0;
  }
  .foot_card.active-tab ul {
    display: block;
    opacity: 1;
    padding: 0 40px 20px;
    line-height: 30px;
  }
  .foot_card ul li {
    line-height: 40px;
  }
  .foot_card {
    border-bottom: 1px solid #c3cfe7;
  }
  .aep_carousel .splide__arrows--rtl .splide__arrow--next {
    left: -8px;
  }
  .aep_carousel .splide__arrows--rtl .splide__arrow--prev {
    right: -8px;
  }
  .aep_card {
    padding: 0px 15px 36px;
    margin:0 0 20px;
  }
  .aep_card img{
    height: 100px;
  }
  #reg iframe
  {
	width: 100%;
	height: 1000px;
  }
  .hero_content {
    text-align: center;
}
.hero_content .h1{
    font-size:24px
}
.hero_content p br{
        display:none;
}

.service_card, .program_page .service_card  {
    margin:0 0 10px;
}
.news_card{
    margin:0 0 20px !important;
    height: auto;
}
.news_card:before{
    height:100%;
    width:4px;
    bottom:0;
    top:auto;
}
.service_card a{
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    gap: 10px;
    padding: 10px;
    min-height: auto;
}
.service_card a img{
    height: 40px;
    width:40px;
}
.program_page .aep_sec{
  padding:48px 0
}
.program_page .service_sec{
  padding-top:0;
}
.program_page .aep_card{
  margin-bottom:15px;
}
.card_style_one {
  padding: 17px 25px;
}
.card_style_one .card_thumbnail{
  margin:0 0 28px;
}
.title_sec p {
  margin: 0;
}
.title_sec .h1{
  font-size:22px;
}
.left_card{
  margin-top:0;
}
.recommend_card .sec_title{
  margin:0 0 20px;
}
.recommend_card .primary_card{
  margin:0 0 20px;
}
.news_page .title_sec{
  margin:0 0 10px
}
.news_page .news_card{
  padding:20px
}
}
