:root {
  --blue-color: #0284e1;
  --lightgrey: #666666;
  --secondary-color: #373e4f;
  --primary-color: #f73d46;
}

* {
  font-family: "Urbanist", sans-serif;
}

a {
  cursor: pointer;
}

.text-primary {
  color: var(--blue-color);
}

.text-lightgrey {
  color: var(--lightgrey);
}

.text-secondary {
  color: var(--secondary-color);
}

.fs-14 {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600;
}

.rounded-20 {
  border-radius: 20px;
}

/* 
h3 {
  font-size: 25px;
} */

.primary-bg {
  background-color: #0284e1;
}

section {
  padding: 3rem 1.2rem;
}

p,
ul li {
  line-height: 24px;
}

.heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #4d4d4d;
}
.heading span {
  color: var(--primary-color);
}

.container {
  padding: 0 !important;
  min-width: 100% !important;
}

/* common css */
@media screen and (min-width: 768px) {
  .heading h2 {
    font-size: 25px;
  }

 section{
    padding: 3rem 2rem;
 }

  .education-banner .education-container{flex-direction: row; justify-content: space-between; align-items: flex-start;}
  .education-detail{width: 55%;}
  .education-info {width: 300px}
}

@font-face {
  font-family: "Urbanist";
  src: url("/fonts/plus/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.rating-item span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../image/degree.svg") no-repeat center / contain;
}

.rating-item span:last-child:before {
  content: "";
  position: absolute;
  right: 101px;
  top: 50%;
  transform: translate(-16px, -6px);

  width: 12px;
  height: 12px;
  background: url("../image/greenstar.svg") no-repeat center / contain;
}

.rating-item span {
  padding: 0px 17px;
}

.owl-carousel.popcourse-carousel .owl-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.owl-carousel.popcat-carousel .owl-nav{
    top: -45px;
    position: absolute;
    right: 0;
}

/* Media Screens */

@media screen and (min-width:596px) {
  
  .courseDetail-item{flex-direction: row; justify-content: space-between;}
  .courseDetail-item .courseDetail-content{width: 40%;}
  .courseDetail-item span{width: 283px; margin-top: 0}

  .courseDetail .courseDetail-info{justify-content: end;}
  

}





@media screen and (min-width: 1024px) {
  .popularcourse-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .popularcourse-container .heading {
    width: 30%;
  }
  .popularcourse-container .popcourse-carousel {
    width: 68%;
  }
  .popularcourse h3 {
    font-size: 16px;
  }
  .popularcourse .popularcourse-item {
    padding: 15px 12px;
  }
  .popularcourse .rating-item span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 90% !important;
    max-width: 90% !important;
  }

  .popularcourse .container {
    min-width: 99% !important;
    margin-right: 0 !important;
  }

  .popularcourse-container {
    padding-right: 0 !important;
  }
  .popularcourse-container .heading {
    width: 20%;
  }
  .popularcourse-container .popcourse-carousel {
    width: 75%;
  }

 
  .courseDetail .courseDetail-item .heading h2{font-size: 34px; line-height: 1.2;}
  .courseDetail .courseDetail-item span{height: 240px;}


}

@media screen and (min-width: 1366px) {
  section {
    padding: 3rem 0;
  }

  .container {
    min-width: 1200px !important;
    margin: 0 auto;
  }
  .popularcourse .container {
    min-width: 95% !important;
  }
}


@media screen  and (min-width:1500px){


    .education-detail .heading h2{font-size: 60px; line-height: 1;}
    .education-detail{padding-top: 8rem}
    .education-info {
        width: 648px;
    }

    .education-detail{
        width: 46%;
    }

    .input-detail{
        padding: 20px !important;
        width: 616px;
    }

    .search{  width: 220px;}
    .search-detail{
        padding: 20px;
       
    }

    .educationSearch{
        position: relative;
    }
/* 
    .educationSearch::before{
        content: '';
      background: url("../image/halfcircle.png");
      width: 182px;
      height: 182px;
      position: absolute;
    } */

}



@media screen and (min-width: 1700px) {
  .popularcourse-container .heading {
    width: 15%;
  }
  .popularcourse-container .popcourse-carousel {
    width: 84%;
  }

  .popularcourse h3 {
    font-size: 20px;
  }
  .popularcourse .rating-item span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1800px) {
  section {
    padding: 3rem 0;
  }

  .container {
    min-width: 1680px !important;
    margin: 0 auto;
  }
}



.banner {
  /* background: url(../images/header-img-banner.jpg); */
  background-color: #fff4f5;
  width: 100%;
  height: inherit !important;
  opacity: 1;
  visibility: inherit;
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-input {
  background-color: transparent !important;
}

.input-banner {
  display: flex !important;
  flex-direction: row !important;
  padding: 0 !important;
}

.search-detail {
  border-radius: 30px;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.top-search{
    margin-bottom: 2rem !important;
}

.input-banner .location-detail input {
  padding: 0 !important;
  height: inherit !important;
}
.input-banner .college-detail input {
  padding: 0 !important;
  height: inherit !important;
}

.input-banner .location-detail,
.input-banner .college-detail {
    margin-bottom: 0 !important;
    
}

 .input-detail{
        padding: 10px;
    }

section#slider-images {
  float: left;
  width: 100%;
  margin: 30px 0px 0;
}

.middle_main {
  float: left;
  width: 100%;
}

section.listing-sec,
section.property-sec {
  margin-top: 0 !important;
}


.trending-course .trending-item{box-shadow: 0px 1px 34.4px 1px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.trending-course .trending-detail p img{
    width: 92px !important;
}

.trending-course .btn-transparent{
  min-width: 125px;
}

.trending-course .trending-name p::before{
  content: '';
  background-image: url("../image/r-logo.svg");
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: -7px;
}

.trending-course .rating-item span:last-child:before{
      transform: translate(-16px, -6px);
      right: 0;
}
