/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
::selection { background-color: #f89927; color: #fff; }

* { letter-spacing: 0; }

/*body { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; color: #555; -webkit-font-smoothing: antialiased; }*/
/* .container { width: 120rem; margin: 0 auto; } */
/*===================button css=============================*/
.btn-secondary{
  background: #DE0B1A;
  border-radius: 4px;
  border-color: #DE0B1A;
  font-size: 12px
}
.btn-secondary:hover{
  background: #fff;
  border-radius: 4px;
  border-color: #DE0B1A;
  /* font-size: 12px; */
  color: #DE0B1A;
}
.btn-outline-grey{
  background-color: transparent;
  border: 1px solid #d1d1d1;
  font-size: 12px;
}
.btn-outline-grey:hover{
  background-color: #efefef
}
.btn-outline-grey img{
    height: 13px;
    display: inline-block;
    font-size: 13px!important;
    width: auto!important
}
.btn-outline-grey .btn-icon{
  margin-right: 3px;
  display: block;
}
.btn-groupp button{
  margin-left: 3px;
  padding: 6px 32px
}
.btn-groupp button:first-child{
  margin-left: 0px
}
/*===================padding css=============================*/

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pt-180{
    padding-top: 180px;
}
.pb-180{
    padding-bottom: 180px;
}
.pb-100{
    padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.space-between{
  justify-content: space-between;
}
/*===================padding css ends=============================*/
.font-10{
  font-size: 10px
}
.font-12{
  font-size: 10px
}
.font-18{
  font-size: 18px
}
.font-16{
  font-size: 16px;
}
.font-14{
  font-size: 14px
}
.font-20{
  font-size: 20px
}
.font-24{
  font-size: 24px
}
.color-primary{
  color: #04529D;
}
.color-secondary{
  color: #787878;
}
.color-white{
  color: #fff
}
/*===================margin css=============================*/

.mt-50{
  margin-top: 50px
}
.mt-60{
  margin-top: 60px
}
.mt-100{
  margin-top: 100px
}
.mb-10{
  margin-bottom: 10px
}
.mb-15{
  margin-bottom: 15px!important
}
.mb-16{
  margin-bottom: 16px!important
}
.mb-19{
  margin-bottom: 19px!important
}
.mb-20{
  margin-bottom: 20px!important
}
.mb-24{
  margin-bottom: 24px!important
}
.mb-28{
  margin-bottom: 28px!important
}
.mb-35{
  margin-bottom: 35px!important
}
.mb-38{
  margin-bottom: 38px!important
}
.mb-48{
  margin-bottom: 48px
}
.mb-50{
  margin-bottom: 50px
}
.mb-60{
  margin-bottom: 60px
}
.mb-70{
  margin-bottom: 70px
}
.mb-100{
  margin-bottom: 100px
}
/*===================margin css ends here=============================*/
.desktop-navigation{
  background-color: #fbfbfb!important
}


.home-banner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #DFEFFF 100%);
  margin-top: 50px;
  padding: 30px 0;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.heading-primary{
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0em;
}
.sub-heading{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  /* color: #787878; */
  color: #000;
}
.banner-button{
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  width: fit-content;
}
.banner-button .btn-link{
  color: #000;
  font-size: 14px
}
.banner-button .btn-link:hover{
  text-decoration: none;
}
.banner-button .btn-icon{
  display: inline-block;
  margin-right: 10px
}
.align-center{
  align-items: center;
}
.dot{
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #EBEBEB;
}
.slider-one{
  height: 354px;
  width: auto;
  background-image: url(/assets/home/images/slider-one.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.owl-carousel-banner-slider{
  position: relative;
}
.owl-carousel-banner-slider .owl-dots{
  display: block;
  margin-top: -90px;
  z-index: 9999;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.owl-carousel-banner-slider .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  background-color: #fff;
  height: 7px;
  width: 7px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%
}
.owl-carousel-banner-slider .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.active{
    background-color: #158CFF;
}
.slider-strip{
  background: linear-gradient(180deg, #04529D 0%, #003262 100%);
  height: 85px;
  padding: 20px;
  width: 80%;
  position: absolute;
  bottom: 85px;
  left: 60px;
}


.owl-carousel .owl-item img{
  max-width: unset;
}



.courses-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #DFEFFF 100%);
  max-height: 690px
}
.nav-custom-pills{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 58px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: fit-content;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background: linear-gradient(94.76deg, #DE0B1A 46.16%, #92000A 104.65%);
  border-radius: 130px;
}
.nav-pills .nav-link{
  color: #3F3F3F;
  font-size: 14px!important
}
.course-box{
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 4px 16px rgba(0, 98, 182, 0.08);
border-radius: 5px;
/* height: 302px */
}
.course-cover-image img{
  border-radius: 4px;
  margin-bottom: 10px !important;
  display: inline-block;
  max-width: none !important;


}
.course-box small{
  font-size: 13px;
  color: #242424;
}
.owl-carousel-courses-slider .owl-dots{
  display: none!important
}
.owl-carousel-courses-slider  .owl-carousel button.owl-dot.active{
  display: none!important
}
.owl-carousel-courses-slider .owl-nav{
  display: flex;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.owl-carousel-courses-slider .owl-nav button {
    height: 40px!important;
    width: 40px!important;
    border-radius: 20px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background-color: #fff!important;
    border: 0px solid #fff!important;
    box-shadow: 0px 4px 4px rgba(0, 98, 182, 0.16);
}
.latest-update{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  height: 650px;
  position: relative;
}
.latest-updates-card{
  height: 430px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px
}
.latest-updates-card-header{
  border-radius: 5px 5px 0px 0px;
  padding: 16px 0px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.latest-updates-card-header.blue-bg{
  background: linear-gradient(93.54deg, #035099 47.09%, #00376A 106.63%);

}
.latest-updates-card-header.red-bg{
  background: linear-gradient(93.54deg, #DE0B1A 47.09%, #600303 106.63%);
}
.latest-updates-card-header.green-bg{
  background: linear-gradient(93.54deg, #177AA4 47.09%, #002433 106.63%);
}
.latest-updates-card-header span:first-child{
  margin-left: 0px;
}
.latest-updates-card-header span{
  margin-left: 5px;
}
.latest-updates-card-body{
  height: 430px;
}
ul.table-data{
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
  height: 370px;
  overflow-y: scroll;
  background-color: #fff
}
ul.table-data::-webkit-scrollbar {
  width: 5px;

}
/* Handle */
ul.table-data::-webkit-scrollbar-thumb {
  background: rgba(3, 80, 153, 1);
border-radius: 60px;
}

.table-content{
  padding: 10px
}
.table-content.books{
    display: grid;
    grid-template-columns: 60px auto 12px;
    gap: 10px;
}
.table-content.current-affairs{
  display: grid;
  grid-template-columns: auto 12px;
  gap: 10px;
}
.table-content.current-analyst{
  display: grid;
  grid-template-columns: 200px auto;
  gap: 10px;
}

.table-content:nth-child(odd){
  background: rgba(247, 251, 255, 1);

}
.table-content:nth-child(even){
  background: #fff;

}
.course-cover-image{
  /* max-height: 150px; */
}
.course-cover-image img{
  /* height: 110px; */
}
.book-cover img{
  height: 70px;
}
.current-analyst .book-cover img{
  width: 100%;
  height: auto;
}
.current-analyst .book-data{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pill-outline-primary{
  background: #F5FAFF;
  border: 0.5px solid #024F97;
  box-sizing: border-box;
  border-radius: 60px;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  padding: 3px 5px;
}
.list_title a {
  font-size: 13px;
  color: #000 !important;
  font-weight: 500;
  text-decoration: none;
}
.date-out{
  color: #A9C2DB;
}
.toppers-corner{
  height: 700px;
  background: linear-gradient(180deg, #04529D 0%, #0069CD 100%);
}
.topper-corner-card{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 24px
}
.topper-corner-card-header{

}
.toppers-corner-card-body{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  height: 285px;
  overflow: scroll;
  box-sizing: border-box;
  padding: 0px 5px;
}
.toppers-corner-card-body::-webkit-scrollbar {
  width: 5px;

}
/* Handle */
.toppers-corner-card-body::-webkit-scrollbar-thumb {
  background: rgba(3, 80, 153, 1);
border-radius: 60px;
}

.topper-img{
  /* width: 325px; */
  height: 210px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.topper-img-one{
  background-image: url(/assets/home/images/topper-one.jpg);
}
.topper-img-two{
  background-image: url(/assets/home/images/topper-two.jpg);
}
.topper-img-three{
  background-image: url(/assets/home/images/topper-two.jpg);
}
.topper-img-four{
  background-image: url(/assets/home/images/topper-one.jpg);
}
.toppers-copy-card-header{
  display: flex;
  align-items: center;
  justify-content:space-between;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 10px
}
.toppers-copy-card-body {
    height: 310px;
}
.toppers-copy-card-body ul.table-data {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 310px;
    overflow-y: scroll;
    background-color: #fff;
}
.toppers-copy-card-body .table-content.books {
    display: grid;
    grid-template-columns:auto;
    gap: 10px;
}
.btn-text{
  color: #158CFF;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px
}
.toppers-copy-card-body  .font-12{
  font-size: 12px
}
/* .trainers{
  padding: 50px
} */
.trainer-box{
  /* width: 226px;
  height: 275px; */
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgb(0 0 0 / 8%);
  border-radius: 5px;
  margin: 8px 0px;
  padding: 10px
}
.owl-carousel-trainers-slider .owl-prev, .owl-carousel-trainers-slider .owl-next{
  width: 40px!important;
  height: 40px!important;
  border-radius: 20px!important;
  background: #FFFFFF!important;
  box-shadow: 0px 4px 4px rgba(0, 98, 182, 0.16)!important;
}
.owl-carousel-trainers-slider .owl-prev{
  position: absolute;
  top: 40%;
  left: -40px;
}
.owl-carousel-trainers-slider .owl-next{
  position: absolute;
  top: 40%;
  right: -40px;
}
.trainer-name{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
/* identical to box height */
  text-align: center;
  color: #000000;
}
.trainer-position{
  font-weight: 400;
font-size: 12px;
line-height: 18px;
margin-bottom: 10px;
/* identical to box height */

text-align: center;

color: #7C7C7C;
}
.trainer-subject{
  font-weight: 400;
font-size: 12px;
line-height: 18px;
/* identical to box height */

text-align: center;
margin-bottom: 10px;
color: #0067CB;
}
.join-community{
  padding: 50px 0px;
  background-color: #F6F6F6
}
.community-card{
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px
}
.logo-com-card{
  height: 68px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 15px
}
.com-name{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px
}
.btn-dark-blue{
  background-color: #04529D;
  border-color: transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
}
.btn-dark-blue:hover{
  background-color: transparent;
  color: #04529D;
  border-color: #04529D;
}
/*

  @media (max-width: 575.98px) { ... }
 */
 .slider-one{
   position: relative;
 }
 .owl-carousel-banner-slider .owl-carousel button.owl-dot.active{
   background-color: #158CFF!important;
 }
 .caption-strip{
   position: absolute;
   bottom: 100px;
   left: 12%;
   height: 65px;
   background-image: url(/assets/home/images/slider-shape.svg);
   background-repeat: no-repeat;
    width: 90%;
    background-size: 90%;
    font-size: 12px;
    color: #fff;
    padding: 10px 75px 10px 35px;
 }
 .course_list_title{
   height: 50px;
   font-weight: bold;
  color: #000;
  font-size: 16px;
 }
 .slider_box{
   margin-top: 15px;
   width: 100%;
 }
 .slider_box .carousel-inner img{
   width: 100%;
 }
 .slider_box .carousel-indicators{
   bottom: 0;
 }
 .carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 100%;
 }
 .topper-img img{
   width: 100%;
 }
@media (max-width: 767.98px) {
  .slider-one{
    position: relative;
  }
  .caption-strip{
    position: absolute;
    bottom: 100px;
    left: 7%;
    background-image: url(/assets/home/slider-shape.svg);
    background-repeat: no-repeat;
    width: 95%;
    background-size: 95%;
    font-size: 12px;
    color: #fff;
    padding: 9px 35px 10px 35px;
  }
  .courses-section{
    height: auto;
  }
  .latest-update{
  height: 1580px
  }
  .latest-updates-card{
    margin-bottom: 30px
  }
  .toppers-corner{
    height: 1130px
  }
  .topper-corner-card{
    margin-bottom: 50px
  }
  .toppers-corner-card-body{
    height: 400px;
    grid-template-columns: auto;
  }
.topper-img {
    width: 100%;
    height: 167px
  }

  .m-view-heading{
    max-width: 500px!important
  }
  .m-view-class{
    flex-direction: column;
  }

  .m-view-class > h2 {
    margin-bottom: 20px!important
  }
  .community-card{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .course-box{
    height: 350px;
  }
  .btn-groupp{
    flex-direction: column!important;
  }
  .btn-groupp .btn{
width: 144px;
margin-bottom: 10px
  }
  .mt-100{
    margin-top: 30px
  }
}
@media (max-width: 575.98px) {
  .nav-custom-pills{
    width: 330px;
    overflow-x: scroll;
    height: 48px;
    flex-flow: nowrap;
}
  .nav-pills .nav-link{
    text-align: center;
white-space: nowrap;
  }
  .slider-one{
    position: relative;
  }
  .course-box{
    height: 350px;
  }

  .caption-strip{
    position: absolute;
    bottom: 100px;
    left: 0%;
    background-image: url(/assets/home/images/slider-shape.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    font-size: 12px;
    color: #fff;
    padding: 10px 25px 10px 27px;
  }
  .courses-section{
    height: auto;
  }
  .latest-update{
  height: 1380px
  }
  .latest-updates-card{
    margin-bottom: 30px
  }
  .toppers-corner{
    height: 1230px
  }
  .topper-corner-card{
    margin-bottom: 50px
  }
  .toppers-corner-card-body{
    height: 400px;
    grid-template-columns: auto;
  }
.topper-img {
    width: 100%;
    height: 167px
  }

  .m-view-heading{
    max-width: 500px!important
  }
  .m-view-class{
    flex-direction: column;
  }

  .m-view-class > h2 {
    margin-bottom: 20px!important
  }
  .community-card{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
 }

 @media (min-width: 1650px) {
  .courses-section{
    max-height: 750px
  }
  .font-16{
    font-size: 18px;
  }
 }
