/*media query */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  /*body{
    background: pink;
  }*/
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  /*body{
    background: yellow;
  }*/
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 1024px to 1366px
*/

@media (min-width: 1024px) and (max-width: 1366px) {
  /*body{
    background: orange;
  }*/
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .SliderInfo h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    padding-bottom: 1rem;
  }

  .SliderInfo ul li:nth-child(2) {
    padding-left: 0;
  }
  .SliderInfo ul li:nth-child(4) {
    padding-left: 0;
  }

  .SliderInfo {
    width: 100%;
    padding: 1rem 1rem;
  }

  .ItemesData img {
    margin: 10px 0;
    width: 100%;
  }

  .InfoBoxpro {
    padding-right: 0;
  }

  .ShapeCircle {
    position: absolute;
    left: 0rem;
    top: -0.4rem;
  }

  .EducationIcon {
    position: absolute;
    top: -1.6rem;
    right: 1.3rem;
  }

  .CreativeShapeI {
    position: absolute;
    bottom: -1.5rem;
    left: -0.5rem;
    z-index: -1;
  }

  .ImgArroungFixed img {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 1rem 0;
  }

  .ArroungBox {
    background: url(../../assets/images/BgArrounDSec.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 3rem 2rem;
    border: 3px solid #040847;
    border-radius: 10px;
    padding-top: 0;
  }
  .ArroungBox h4 {
    color: #040847;
    font-weight: 800;
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 2rem;
    line-height: initial;
  }

  .Shape2 {
    position: absolute;
    width: 100%;
    height: 66%;
    max-width: 408px;
    right: 0;
    z-index: -1;
    top: 22rem;
    border-radius: 20px;
    background: #f3cf67;
    left: 0;
    margin: auto;
  }

  .Shape1 {
    position: absolute;
    width: 100%;
    height: 60%;
    border: 5px solid #002365;
    max-width: 376px;
    right: 0;
    z-index: -1;
    top: 23.5rem;
    border-radius: 20px;
    left: 0;
    margin: auto;
  }

  .PriceCalculator {
    margin-top: 3rem !important;
    width: 318px;
    margin: auto;
  }

  ul.InfoLink {
    display: none !important;
  }

  .ExpertContent h3 {
    color: #040847;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
    padding-bottom: 10px;
  }

  .ExpertContent h4 {
    color: #040847;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
  }

  .WhyStudentsSec h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
  }

  .ItemStudent h3 {
    font-size: 19px;
    color: #fff;
  }

  .ScrollBox {
    padding-right: 1rem;
    height: 284px;
    overflow: auto;
  }

  .InfoBoxpro h5 {
    color: #040847;
    font-size: 1.8rem;
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 3rem;
  }
  
   .dropdown-menu.MegaMenu ul{
      flex-direction: column !important;
  }
  .dropdown-menu.MegaMenu{
      min-width:100% !important;
  }
  .header_Sec .navbar-nav .dropdown-menu{
      height: 200px;
    overflow: auto;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .SliderInfo h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    padding-bottom: 1rem;
  }

  .SliderInfo ul li:nth-child(2) {
    padding-left: 0;
  }

  .SliderInfo ul li:nth-child(4) {
    padding-left: 0;
  }

  .SliderInfo {
    width: 100%;
    padding: 1rem 1rem;
  }

  .ItemesData img {
    margin: 10px 0;
    width: 100%;
  }

  .InfoBoxpro {
    padding-right: 0;
  }

  .ShapeCircle {
    position: absolute;
    left: 0rem;
    top: -0.4rem;
  }

  .EducationIcon {
    position: absolute;
    top: -1.6rem;
    right: 1.3rem;
  }

  .CreativeShapeI {
    position: absolute;
    bottom: -1.5rem;
    left: -0.5rem;
    z-index: -1;
  }
  .ImgArroungFixed img {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 1rem 0;
  }

  .ArroungBox {
    background: url(../../assets/images/BgArrounDSec.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 3rem 2rem;
    border: 3px solid #040847;
    border-radius: 10px;
    padding-top: 0;
  }

  .ArroungBox h4 {
    color: #040847;
    font-weight: 800;
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 2rem;
    line-height: initial;
  }

  .Shape2 {
    position: absolute;
    width: 100%;
    height: 66%;
    max-width: 408px;
    right: 0;
    z-index: -1;
    top: 22rem;
    border-radius: 20px;
    background: #f3cf67;
    left: 0;
    margin: auto;
  }

  .Shape1 {
    position: absolute;
    width: 100%;
    height: 60%;
    border: 5px solid #002365;
    max-width: 376px;
    right: 0;
    z-index: -1;
    top: 23.5rem;
    border-radius: 20px;
    left: 0;
    margin: auto;
  }

  .PriceCalculator {
    margin-top: 3rem !important;
    width: 318px;
    margin: auto;
  }

  ul.InfoLink {
    display: none !important;
  }

  .ExpertContent h3 {
    color: #040847;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
    padding-bottom: 10px;
  }

  .ExpertContent h4 {
    color: #040847;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
  }

  .WhyStudentsSec h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
  }

  .ItemStudent h3 {
    font-size: 19px;
    color: #fff;
  }

  .ScrollBox {
    padding-right: 1rem;
    height: 284px;
    overflow: auto;
  }
  .InfoBoxpro h5 {
    color: #040847;
    font-size: 1.8rem;
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 3rem;
  }

  .cv-bg {
    height: auto;
  }

  .cv-img {
    display: none;
  }

  .cv-cta {
    height: auto;
  }

  .cv-bg .Shape2{
    right: 0px;
  }

  .cv-bg .Shape1 {
    right: 0px;
  }

  .cv-bg .PriceCalculator {
    margin-bottom: 2rem;
    margin-top: 4rem !important;
  }

  .portfolio{
    text-align: center;
  }
  
  .dropdown-menu.MegaMenu ul{
      flex-direction: column !important;
  }
  .dropdown-menu.MegaMenu{
      min-width:100% !important;
  }
   .header_Sec .navbar-nav .dropdown-menu{
      height: 200px;
    overflow: auto;
  }


}
