html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #263238;
  font-display: auto;
  -webkit-text-size-adjust:100%
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a { color: #ffffff; } 
a,
a:hover,
a:focus {
  text-decoration: none;
}

/* Navigation
--------------------------------------------- */

/* Menu Style */

.text-center {
  text-align: center;
}
.stickyNote {
    background: #b81d22;
    color: #fff;
    width: 100%;
    margin: -10px 0 20px 0;
    padding:10px;
    font-size: 12px;
}
.stickyNote a{color:#fff;font-weight: 600;}
.stickyNote a span{font-weight:500;color:#FFEE6A;}

.stickyNote2 {
  background: #088fec;
  color: #fff;
  width: 100%;
  margin: -20px 0 20px 0;
  padding:10px;
  font-size: 12px;
}
.stickyNote2 a{color:#fff;font-weight: 600;}
.stickyNote2 a span{font-weight:500;color:#FFEE6A;}
/* menu */
.menu-header {
  display: block;
}
.menu-top-menu-container {
  width: 100%;
}
.main-menu-more {
  display: none;
}
.program-box a {
  color: #ffffff;;
}

/*
.program-box a {
  color: #263238;
}

*/

.main-menu-div {
  text-align: left;
}

.container-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.body-overlay {
  overflow: hidden;
  touch-action: none;
    -ms-touch-action: none;
}

.body-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 62px;
}

svg {
  width: 25px;
  height: 25px;
}

.btn {
  min-width: 153px;
  display: inline-block;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 15px 0;
  transition: 0.5s;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  cursor: pointer;
}

.site-header {
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 0;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  z-index: 99;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
}

.navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.2s;
  background-color: #000;
}

.navbar-toggler.showmenu .top-bar {
  transform: rotate(45deg);
  transform-origin: 0;
}

.navbar-toggler.showmenu .middle-bar {
  opacity: 0;
}

.navbar-toggler.showmenu .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler .top-bar {
  transform: rotate(0);
}

.navbar-toggler .middle-bar {
  opacity: 1;
}

.navbar-toggler .bottom-bar {
  transform: rotate(0);
}

.main-menu .list {
  padding: 1rem 0;
}

.main-menu ul li {
  display: block;
  padding: 0.45rem 1.6rem;
}
.btnWrapper {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.btnWrapper:hover .btn{
  background-color: #30eaae;
  color: #fff;
  border-color: #fff;
}
.btnWrapper ol{
  position: absolute;
  left: 0;top: 37px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
}
.btnWrapper:hover ol{
  visibility: visible;
  opacity: 1;
}
.btnWrapper ol li a{
  padding: 5px 17px;
  font-size: 14px;
  display: block;
  color: #fff;
}
.btnWrapper ol li a:hover{
  background-color: #30eaae;
  color: #fff;
}
.main-menu ul li a{
  color: #263238;
}

.main-menu ul li a:hover {
  color: #007acd;
}

.main-menu .btn {
  min-width: 110px;
  padding: 9px 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 1.6rem;
}

.main-menu .btn:after {
  line-height: 1.2;
}

.main-menu .btn:hover {
  background-color: #30eaae;
  border-color: #30eaae;
}

/* .main-menu .btn:hover {
  padding-left: 15px;
} */

.topnavbar {
  position: fixed;
  left: -100%;
  top: 60px;
  width: 100%;
  background-color: #088fec;
  height: 100vh;
  min-height: 100%;
  z-index: 99;
  transition: all linear 0.3s;
  padding: 40px 0 40px 0;
/*  overflow: auto;*/
}

.topnavbar.slide {
  left: 0;
}

.wrapper {
  overflow: hidden;
  padding-top: 0;
}

/* Banner Style Start Here */

.frontSlider .slick-arrow{
  position: absolute;
  top: 99%;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #30eaae;
  border-radius: 50%;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  z-index: 999;
}
.frontSlider .slick-arrow:hover{
  background-color: #30eaae;
}
.frontSlider .slick-arrow:hover:before{
  color: #fff;
}
.frontSlider .slick-next{
  right: 15px;
}
.frontSlider .slick-next:before{
  content: "\2192";
  color: #000;
  font-size: 14px;
  line-height: 21px;
}
.frontSlider .slick-prev{
  left: 15px;
}
.frontSlider .slick-prev:before{
  content: "\2190";
  color: #000;
  font-size: 14px;
  line-height: 21px;
}
.site-banner {
  margin: 0 auto;
  max-width: 1920px;
}

.site-banner .bg-lightblue {
  border-bottom-left-radius: 132px;
}

.banner-img-wrap img {
  max-width: 100%;
  margin: 0 auto;
}

.banner-caption {
  display: flex;
  align-items: center;
  background: #eff7fd;
  padding-top: 2.25rem;
  justify-content: center;
}

.banner-text-box {
  max-width: 16rem;
}
.banner-text-box .btn-green{
  display: inline-block;
  padding: 10px 15px;
}

.heading-1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.7rem;
}

.img_holder {
  display: inline-block;
  position: relative;
  text-align: center;
}

.img_holder > img {
  max-width: 70%;
  margin-left: 25px;
  margin-top: 25px;
  display:inline-block;
}
.slick-slide .img_holder > img{
display:inline-block;
}

.site-banner .kips-tip {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 10px;
  position: absolute;
  text-align: left;
  box-shadow: 0 0 50px 0 rgba(169, 169, 169, 0.2);
}

.kips-tip {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 20px;
  font-size: 10px;
  position: absolute;
  box-shadow: 0 0 50px 0 rgba(169, 169, 169, 0.2);
}

.banner-img-wrap .kips-tip h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 5px;
}

.banner-img-wrap .kips-tip:nth-child(4) h3 {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  margin-bottom: 5px;
}

.kips-tip h3 span {
  font-weight: 700;
}




    .banner-img-wrap .kips-tip h2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .kips-tip h2 span {
  font-weight: 700;
}
.kips-tip span {
  font-weight: 500;
}

.kips-tip img {
  position: absolute;
  left: 0;
  top: 4px;
  width: auto;
}

.tip-1 {
  max-width: 123px;
  left: 5px;
  top: 20px;
}

.tip-2 {
  max-width: 103px;
  left: 5px;
  bottom: 11px;
}

.tip-3 {
  max-width: 120px;
  right: 5px;
  bottom: 6px;
}

.kips-numbers .kips-tip h3 {
  padding-left: 20px;
  font-size: 11px;
  margin-bottom: 5px;
}

.kips-numbers .tip-1 {
  max-width: 135px;
  left: 0;
  top: 150px;
}

.kips-numbers .kips-tip img {
  position: absolute;
  left: 5%;
  top: 13%;
}

.kips-numbers .numbers-row:nth-child(even) .tip-1 {
  max-width: 135px;
  right: 0;
  top: 70px;
  left: auto;
}
.prgm_item {
  position: relative;
}
.prgm_item span {
  position: relative;
}
.prgm_item span:after {
  position: absolute;
  left: 0;
  top: -170px;
  width: 117px;
  height: 109px;
  background-color: #30eaae;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prgm_item:nth-child(2) span:after {
  background-image: url(../images/entryTest2.svg);
}
.prgm_item:nth-child(3) span:after {
  background-image: url(../images/evn-coaching.svg);
}
.prgm_item:nth-child(4) span:after {
  background-image: url(../images/ft-prepration.svg);
}
.prgm_menu {
  cursor: pointer;
}
.main-menu ul li.prgm_menu ul li:nth-child(even) a span:after {
  border-top-left-radius: 59px;
}
.heading-1 {
  font-size: 2rem;
  line-height: 1.2;
}
.whatsNew .webSllide{display: none;}

 /* .main-menu ul li:nth-child(1) a{
    position: relative;
  } 
    .main-menu ul li:nth-child(1) a::before{
      content: "";
      background-image: url(../images/VectorWhite.svg) ;
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 17px;
      left: -20px;
      top: 0;
      position: absolute;
    } */


/* #menu-item-6895{ display : none;} */

    .hasSubMenu.active .sub-menu {
       max-height: 500px;
        transition: max-height 0.35s ease-in;
        padding-top: 14px;
    }


     .hasSubMenu>a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../images/arrow-down.svg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: 0.3s;
    transition-timing-function: linear;
  }
  .hasSubMenu.active a::after {
    transform: rotate(1deg) !important;
    -webkit-transform: rotate(1deg) !important;
    -moz-transform: rotate(1deg) !important;
    top: 7px !important;
  }

.resultBtnWarp{text-align: right;}
/*.main-menu .btn.results-btn {
    display: inline-block;
    background: #EC1C24;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    animation: blinkPulse 2s infinite;
    transition: all 0.3s ease;
    margin: 0 10px 0 0;
    min-width: 95px;
}*/

.main-menu .btn.results-btn {
    display: inline-block;
    background: #EC1C24;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    animation: blinkPulse 2s infinite;
    transition: all 0.3s ease;
    margin: 0 8px 0 0;
    min-width: 75px;
}

.main-menu .btn.results-btn:hover {
    animation-play-state: paused;
    transform: translateY(-2px);
}

@keyframes blinkPulse {
    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(236, 28, 36, 0.7);
    }

    50% {
        opacity: 0.75;
        box-shadow: 0 0 20px 8px rgba(236, 28, 36, 0.3);
    }
}
.main-menu .prg-tbn{position: relative;}
.main-menu .prg-tbn:hover ul{visibility: visible;}
.btn-prg{background-color: #30eaae;padding: 9px 20px 9px 10px;font-size: 12px;border-radius: 5px;}
.main-menu .prg-tbn ul{
position: absolute;
left: 0;top: 122%;
min-width: 187px;
    background: #fff;
    padding: 10px 5px;
    visibility: hidden;
}
.main-menu  .prg-tbn ul li{
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.main-menu  .prg-tbn ul li a{background-color: transparent;color: #000;}
.main-menu  .prg-tbn ul li a:hover{background-color: transparent;color: #000;}

@media screen and (min-width: 375px) {
  .site-banner .tip-1 {
    max-width: 123px;
    left: 5px;
    top: 35px;
  }
  .kips-numbers .tip-1 {
    top: 200px;
  }
}

@media screen and (min-width: 414px) {
  .tip-1 {
    max-width: 165px;
    left: 5px;
    top: 55px;
  }

  .site-banner .tip-1 {
    max-width: 165px;
    left: 5px;
    top: 55px;
  }

  .banner-img-wrap .kips-tip h3 {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .banner-img-wrap .kips-tip:nth-child(4) h3 {
    position: relative;
    padding-left: 46px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .tip-2 {
    max-width: 140px;
    left: 5px;
    bottom: 11px;
  }

  .tip-3 {
    max-width: 170px;
    right: 5px;
    bottom: 6px;
  }

  .kips-numbers .tip-1 {
    max-width: 165px;
    /* left: 5px;
    top: 55px; */
    top: 12px;
    left: -20px;
  }

  .kips-numbers .numbers-row:nth-child(even) .tip-1 {
    max-width: 165px;
    right: 0;
    top: 121px;
    left: auto;
  }
}

@media screen and (min-width: 575px) {
  .menu-toggle {
    display: none;
  }

  .site-banner .tip-1 {
    max-width: 165px;
    left: 5px;
    top: 140px;
  }

  .main-menu .list {
    padding: 1rem 1.25rem;
  }

  /* .main-menu .btn {
    margin-left: 2rem;
  } */

  .kips-tip {
    font-size: 12px;
  }

  .img_holder > img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .tip-1 {
    max-width: 178px;
    left: 10px;
    top: 131px;
  }

  .tip-2 {
    max-width: 140px;
    left: 5px;
    bottom: 96px;
  }

  .tip-3 {
    max-width: 170px;
    right: 93px;
    bottom: 36px;
  }

  .kips-numbers .tip-1 {
    max-width: 178px;
    left: 10px;
    top: 50px;
    /* top: 100px; */
  }

  /* .kips-numbers .numbers-row:nth-child(even) .tip-1 h3 {
    font-size: 13px;
  } */

  .kips-numbers .numbers-row:nth-child(even) .tip-1 {
    max-width: 230px;
    right: 10px;
    top: 180px;
    left: auto;
  }
  .kips-numbers .kips-tip .myImg {
    top: 16%;
    left: 4%;
  }
}
@media (min-width: 600px) {
  .tip-2 {
    bottom: 130px;
  }
  .tip-3 {
    right: 30px;
    bottom: 125px;
  }
}

@media all and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .site-banner .tip-1 {
    max-width: 165px;
    left: -56px;
    top: 65px;
  }

  .banner-caption {
    background: #fff;
    padding-top: 1.25rem;
  }
.frontSlider .slick-arrow{
  top: 48%;
}
  .tip-1 {
    max-width: 178px;
    left: -75px;
    top: 91px;
  }

  .tip-2 {
    max-width: 140px;
    left: -52px;
    bottom: 50px;
  }

  .tip-3 {
    max-width: 170px;
    right: 5px;
    bottom: 5px;
  }

  .kips-numbers .tip-1 {
    left: -18px;
    top: 200px;
    /* top: 20px; */
  }
  .kips-numbers .kips-tip h3 {
    font-size: 14px;
  }

  .kips-numbers .kips-tip h3 {
    font-size: 13px;
  }
  .banner-text-box {
    max-width: 20rem;
    padding-right: 20px;
  }

  .heading-1 {
    font-size: 1.8rem;
  }
  .banner-caption {
    max-width: 370px !important;
    justify-content: flex-start;
  }
}

@media all and (min-width: 992px) {
    
  .hasSubMenu.active > a{
  color: #007acd;
}
.hasSubMenu.active a::after{
  top: unset !important;

}

  .hasSubMenu>a::before{
   position: absolute;
   content: ">";
   font-size: 20px;
   color: black;
   right: -15px;
   top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
      transition: transform 0.3s linear, color 0.3s linear;
  }
.hasSubMenu.active>a::before,
.hasSubMenu:hover>a::before {
  color: #007acd;
}
 .hasSubMenu.active > a::before {
  transform: translateY(-50%) rotate(90deg);
}
.hasSubMenu>a::after{
  top: unset;
  background: none;
}

  .hasSubMenu .sub-menu{
    background: #fff;
    padding: 0 !important ;
            min-width: 136px !important ;
    text-align: left !important ;
    box-shadow: 0 7px 15px rgb(0 0 0 / 5%);
  }
  .hasSubMenu ul{
    position: absolute;
    left: 3px;
    top: 58px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .hasSubMenu {
    position: relative;
  }

    /* .main-menu ul li:nth-child(1) a::before{
      background-image: url(../images/VectorBlue.svg)  ;
      top: 16px;
      
    } */
  .btnWrapper {
    display: inline-block;
    margin-bottom: 0;
  }
  .btnWrapper ol{
  background-color: #fff;
  box-shadow: 0 7px 15px rgb(0 0 0 / 5%);
  width: 145px;
}
.btnWrapper ol li a{
  padding: 5px 11px;
  color: #000;
}
  .navbar-toggler {
    display: none;
  }

  .wrapper {
    padding-top: 66px;
  }
  .menu-top-menu-container {
    display: flex;
    justify-content: flex-end;
  }
  .body-overlay:after {
    display: none;
  }

  .site-banner .kips-tip {
    background-color: #fff;
    padding: 5px 15px 9px 18px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    box-shadow: 0 0 50px 0 rgba(169, 169, 169, 0.2);
  }

  .site-banner .tip-1 {
    top: 45px;
    left: 20px;
  }

  .topnavbar {
    background: transparent;
    position: static;
    width: auto;
    height: inherit;
    padding: 0;
  }

  .main-menu .btn {
    margin-left: 0;
  }

  .main-menu .list {
    padding: 0;
  }

  .main-menu ul li {
    padding: 0 7px;
  }

  .main-menu ul li a {
    font-size: 12px;
  }

  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    padding: 10px 0;
    box-shadow: 0 7px 15px rgb(0 0 0 / 5%);
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    align-items: center;
  }

  .topnavbar {
    display: flex;
  }

  .topnavbar ul {
    padding-right: 15px;
  }

  .topnavbar ul {
    width: 100%;
    text-align: right;
  }

  .main-menu ul li {
    display: inline-block;
  }

  .topnavbar ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
    position: relative;
    transition: all linear 0.3s;
  }

  .topnavbar .menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) !important ;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #007acd;
    transition: all linear 0.3s;
  }
  /* .hasSubMenu.active>a:after, */
  .topnavbar ul li a:hover:after,
  .topnavbar ul li.current-page-ancestor a:after,
  .topnavbar ul li.current-menu-item a:after {
    width: 60px;
  }

  .banner-caption .banner-text-box {
    max-width: 27rem;
    padding-right: 0;
  }

  .banner-img-wrap img {
    width: auto;
    margin: 0 0;
    max-width: 100%;
  }

  .content-top-margin {
    margin-top: 60px;
  }

  .tip-1 {
    max-width: 178px;
    left: -27px;
    top: 86px;
  }

  .tip-2 {
    max-width: 140px;
    left: -22px;
    bottom: 74px;
  }

  .tip-3 {
    max-width: 170px;
    right: 80px;
    bottom: 18px;
  }

  .kips-numbers .tip-1 {
    left: -25px;
    top: 25px;
    /* top: 40px; */
  }
  /* Program Menu Css  */
  .prgm_menu ul {
    background-color: #088fec;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .prgm_menu ul.megaMenu {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .prgm_menu ul li {
    width: 33.3333%;
    padding: 0 0 !important;
  }
  .prgm_menu ul .mobile-parent-nav-menu-item {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-color: #29e999;
    cursor: pointer;
    z-index: 999;
  }
  .prgm_menu ul .mobile-parent-nav-menu-item:hover {
    background-color: #d9000d;
  }
  .prgm_menu ul .mobile-parent-nav-menu-item:after {
    content: "\00D7";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
  }
  .hasSubMenu .sub-menu li:nth-child(1){
    display: none;
  }
  .prgm_menu .submenu-expand,
  .prgm_menu ul .mobile-parent-nav-menu-item button {
    display: none;
  }
  .submenu-expand {
    display: none !important;
  }
  .main-menu ul li.prgm_menu ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    padding: 0 10%;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .main-menu ul li.prgm_menu ul li a span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 15px;
  }
  .main-menu ul li.prgm_menu ul li a:after {
    display: none;
  }
  .main-menu ul li.prgm_menu ul li a:hover {
    background-color: #0070bc;
  }
  .prgm_menu ul li {
    display: flex;
  }
  .menu-item-description {
    display: block;
  }
  .heading-1 {
    font-size: 2.6rem;
    line-height: 1.1;
    font-weight: 600;
  }
  .banner-caption {
    max-width: 490px !important;
  }
  .prgm_item span{position: relative;}
  .prgm_item span::before {
    content: "";
    position: absolute;
    bottom: -60px;
    background-image: url(../images/program-next.svg);
    height: 36px;
    width: 36px;
  }
  .whatsNew .webSllide{display: block;}
  .whatsNew .mobileSllide{ display: none; }
  .main-menu .btn.results-btn{
    margin: 0 0 0 10px;
  }
  .main-menu{position: relative;}
  .main-menu ul li.prgm_menu{
    position: absolute;left: 0;top: 10px;
  }
  .main-menu ul li.prgm_menu > a{
    
    padding: 6px;color: #fff;
    padding: 6px 15px;
    position: relative;
    background-color: #30eaae;
    color: #fff;
    border: 1px solid #30eaae;
  }
  .main-menu ul li.prgm_menu > a:hover{
    background-color: #30eaae;
    color: #ffffff;
    border-color: #30eaae;
  }
  .main-menu ul li.prgm_menu a::after {
    content: "❯❯";
    font-size: 0.8rem;
    font-weight: normal;
    position: relative;
    top: -1px;
    left: 8px;
    background-color: transparent;
    transition: padding linear 0.3s;
}
}

@media all and (min-width: 1200px) {

      .main-menu ul li.prgm_menu {
        left: -55px;
    }
     .hasSubMenu .sub-menu {
        min-width: 150px !important;
      }
  .kips-numbers .numbers-row:nth-child(even) .tip-1 h3 {
    font-size: 20px;
  }
   .btnWrapper ol{
  width: 160px;
}

  .main-menu ul li {
    padding: 0 18px;
  }

  .tip-1 {
    max-width: 178px;
    left: -31px;
    top: 124px;
  }

  .main-menu-nav .main-menu-div ul li a {
    padding: 0 24px;
  }

  .site-banner .tip-1 {
    max-width: 238px;
    left: 25px;
    top: 65px;
  }

  .nav-area .navbar-nav li a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .kips-tip {
    background-color: #fff;
    padding: 12px 17px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    box-shadow: 0 0 50px 0 rgba(169, 169, 169, 0.2);
    text-align: left;
  }

  .kips-tip h3 {
    position: relative;
    padding-left: 50px;
    font-size: 36px;
  }

  .banner-img-wrap .kips-tip h3 {
    position: relative;
    padding-left: 35px;
    font-size: 36px;
    margin-bottom: -5px;
  }

  .banner-img-wrap .kips-tip:nth-child(4) h3 {
    position: relative;
    padding-left: 52px;
    font-size: 36px;
    margin-bottom: -5px;
  }

  .kips-tip h3 span {
    font-weight: 700;
  }

  .kips-tip span {
    font-weight: 500;
  }

  
    .banner-img-wrap .kips-tip h2{
        position: relative;
        padding-left: 35px;
        font-size: 36px;
        margin-bottom: 5px;
       }


  .tip-1 {
    max-width: 235px;
    left: -27px;
    top: 86px;
  }

  .tip-2 {
    max-width: 220px;
    left: -42px;
    bottom: 135px;
  }

  .tip-3 {
    max-width: 206px;
    right: 80px;
    bottom: 18px;
  }

  .kips-numbers .kips-tip h3 {
    font-size: 20px;
    padding-left: 27px;
  }

  .kips-numbers .kips-tip img {
    top: 5px;
    left: 2%;
  }

  .kips-numbers .tip-1 {
    max-width: 235px;
    left: -35px;
    top: 65px;
    /* top: 100px; */
  }

  .kips-numbers .numbers-row:nth-child(even) .tip-1 {
    max-width: 235px;
    right: 0;
    top: 164px;
    left: auto;
  }
  .kips-tip img {
    top: 14px;
  }
  .kips-numbers .kips-tip .myImg {
    left: 2%;
    top: 18%;
  }
  .main-menu ul li.prgm_menu ul li a {
    font-size: 1.5rem;
  }
  .banner-caption {
    max-width: 575px !important;
  }
  .banner-caption .banner-text-box {
    max-width: 34rem;
    padding-right: 15px;
  }
  .heading-1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media all and (min-width: 1350px) {
  .site-banner .tip-1 {
    top: 100px;
  }
}

@media all and (min-width: 1366px) {
  .banner-img-wrap{padding-top: 60px;}
  .kips-tip img {
    position: absolute;
    left: 0;
    top: 14px;
  }

  .tip-1 {
    max-width: 235px;
    left: -73px;
    top: 190px;
  }

  .tip-2 {
    max-width: 220px;
    left: -34px;
    bottom: 180px;
  }

  .tip-3 {
    max-width: 206px;
    right: 50px;
    bottom: 42px;
  }

  .kips-numbers .numbers-row:nth-child(even) .tip-1 {
    right: 75px;
  }
  .main-menu ul li.prgm_menu ul li a {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1400px) {
  .banner-caption {
    max-width: 665px !important;
  }
}
@media all and (min-width: 1600px) {
  .banner-caption .banner-text-box {
    max-width: 35rem;
  }
  .heading-1 {
    font-size: 3.3rem;
  }
}

@media all and (min-width: 1600px) {
  .banner-caption .banner-text-box {
    max-width: 35rem;
  }
}

/* Max Width Mida Query Start here  */

@media all and (max-width: 991px) {
  body.menuOpen {
  overflow: hidden;
}
  body{padding-top:59px;}
   .main-menu-nav {
    padding: 15px 0;
    overflow: hidden;
  }
.site-header {
    position: fixed;
  top:0;
  left:0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
  .main-menu ul li a,
  .main-menu ul li a:hover {
    color: #fff;
    max-width: 90%;
  }
  .menu-item-has-children {
    position: relative;
  }
 .hasSubMenu a,
  .main-menu #menu-top-menu > li:nth-child(2) > a {
    /* background-color: red; */
    position: relative;
    padding-right: 20px;
  }
  /* .hasSubMenu>a::after, */
  .main-menu #menu-top-menu > li:nth-child(2) > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../images/arrow-down.svg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: 0.3s;
    transition-timing-function: linear;
  }
  /* .hasSubMenu.active a::after, */
  .menu li a.changesome:after {
    transform: rotate(1deg) !important;
    -webkit-transform: rotate(1deg) !important;
    -moz-transform: rotate(1deg) !important;
    top: 7px !important;
  }
  .menu-item-has-children button.submenu-expand {
    background: transparent;
    border: none;
    color: white;
    top: -1000px;
    left: -1000px;
    width: 0;height: 0;visibility: hidden;
    position: absolute;
    display: none;
  }
  .submenu-expand svg {
    fill: #fff;
  }
  ul.sub-menu {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
  }
  ul.sub-menu.megaMenu {
    max-height: 500px;
    transition: max-height 0.35s ease-in;
    padding-top: 14px;
  }
  .main-menu ul li.mobile-parent-nav-menu-item {
    display: none;
  }
  .main-menu ul li.prgm_menu ul li:nth-child(even) a span:after {
    border-top-left-radius: 30px;
  }
  .main-menu ul li.prgm_menu ul li:nth-child(odd) a span:after {
    border-top-left-radius: 0px;
  }
  .main-menu ul li .prgm_item {
    padding-left: 0;
  }
  .prgm_item a {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding-left: 90px;
  }
  .prgm_item a span {
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .prgm_item a span:after {
    position: static;
    width: 70px;
    height: 65px;
  }
  .topnavbar span .btn-white {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 20px;
  }
  .resultBtnWarp{
    max-width: 77px;
    display: inline-block;
  }
}

@media screen and (max-height:400px) {
  .menu-top-menu-container{height: 145px;overflow: auto;}
  .btnWrapper{padding-bottom: 80px;}
  #menu-top-menu, #menu-top-menu ul,
  #menu-top-menu ul li,
  #menu-top-menu ul li a,
  #menu-top-menu ul li ul li a,
  #menu-item-79, #menu-item-79 a{font-size:14px !important;}
 
}
@media screen and (max-width:768px) {
  #menu-top-menu, #menu-top-menu ul,
  #menu-top-menu ul li,
  #menu-top-menu ul li a,
  #menu-top-menu ul li ul li a,
  .menu-top-menu-container,
  #menu-item-79, #menu-item-79 a{font-size:12px !important;}
  .banner-text-box {max-width: 94%;}

}