/* Address CSS */
#address{
  margin: 60px;
}
#address .course-title{
  margin-bottom: 25px
}
.err_msg{color: #ff0000; font-size: 14px !important;}
.course-title h2{
  color: #3C3C3C;
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.address-section{
  display: grid;
  grid-template-columns: repeat(2, 1fr);; /* One column by default */
  gap: 20px; 
}
.address-card{
  border-radius: 4px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}
.address-card h4{
  color: #3D3D3D;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: 0.2px;
}
.address-card p{
  margin-bottom: 0px !important;
  color: #3D3D3D;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.address-card main a{
  color: #3D3D3D;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.address-card main{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
.address-card main a:hover{
  text-decoration: none !important;
  font-weight: 600;
}
.address-card a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3362CC;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#address .notes{
  margin-top: 25px;
  color: #3D3D3D;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
/* End Address CSS */
.smart-banner-md-up {
  width: 100%;
  height: 507px;
}
.container-fluid1{
  padding-top: 82px;
}
.smart-content-wrapper,
.vision-material-address {
  margin: 60px;
}
.smart-content-wrapper h4 {
  color: #3c3c3c;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.smart-content-wrapper p {
  color: #8e8a8a;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}

.smart-content-wrapper .smart-content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);; /* One column by default */
  gap: 16px; /
}

.smart-content-wrapper .smart-content h4{
color: #343A40;
font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 120% */
letter-spacing: 0.2px;
}

.smart-content-wrapper .smart-content p{
color: #7d7d7d;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.smart-courses-wrapper{
    margin: 60px;
}
.smart-courses-wrapper .card{
    /* width: 320px; */
    border-radius: 4px;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

.smart-courses-wrapper .card .img-container{
  display: flex;
  justify-content: center;
}

.smart-courses-wrapper .card .img-container img{
    width: 180px;
    height: 230px;
}
.smart-courses-wrapper .card .card-body{
    padding-inline: 20px;
}
.smart-courses-wrapper .card .card-body  h2{
color: #183B56;
font-family: "Poppins";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 133.333% */
min-height: 40px;
min-height: 60px;
}
.smart-courses-wrapper .card .card-body p{
    color: #6F6F70;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    min-height: 40px;
    min-height: 52px;
    margin-bottom: 4px !important;
    }

.smart-courses-wrapper .card .card-body .fee-wrapper{
 display: flex;
 justify-content: space-between;
 margin-top: 15px;
}

.smart-courses-wrapper .card .card-body .fee-wrapper span{
    color: #3362CC;
text-align: center;
font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 700;
min-height: unset;
line-height: 20px; /* 100% */
}

.smart-courses-wrapper .card .card-body .fee-wrapper button{
 background: transparent;
 color: #3c3c3c;
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 111.111% */
text-transform: capitalize;
border:none;

}

.smart-courses-wrapper .card .card-body .fee-wrapper button:hover{
  color:#3362CC;
}

.smart-courses-wrapper .course-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.smart-courses-wrapper .course-title h2{
    color: #3C3C3C;
font-family: "Poppins";
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 115.385% */
text-transform: capitalize;
}

.smart-courses-wrapper .course-title a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3362CC;
  text-align: right;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}

.smart-courses-wrapper .course-title a img {
  width: 20px;
  height: 12px;
}
.download_btn {
  display: flex;
  gap: 6px;
}
#downloadModal .download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.download_btn a{
  display:flex;
  gap:5px;
  color:#333;
}
.download_btn a:hover{
  color: #3362CC !important;
}
.download_btn .download_img {
  min-height: 16px;
  min-width: 16px;
}

.download_btn .download_link {
  font-size: 18px;
  line-height: 18px;
  font-family: "Open Sans, sans-serif";
  color: #686E70 !important;
  outline: none !important;
}

.download_btn:hover .download_img {
  filter: invert(33%) sepia(76%) saturate(2619%) hue-rotate(207deg) brightness(100%) contrast(91%);
}

.download_btn:hover .download_link {
  color: #3362CC !important;
  text-decoration: underline;
}
.slick-slide {
    margin: 10px !important; /* Adjust the margin as needed */
    height: auto !important;
}
.slick-track{
  margin: unset !important;
}

.prev-icon{
position: absolute;
top: 50%;
transform: translateY(calc(50% - 50px));
background: white;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
z-index: 10;
padding: 10px 14px;
border-radius: 9999px;
left: -10px;
cursor: pointer;
}
#modelBackdrop{
  display: none;
}
.next-icon{
  position: absolute;
  top: 50%;
  transform: translateY(calc(50% - 50px));
  background: white;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  z-index: 10;
  padding: 10px 14px;
  border-radius: 9999px;
  right: -10px;
  cursor: pointer;
  }

  .slick-disabled{
    display: none !important;
  }
  
  .smart-course-type{
    margin: 60px;
  }

  .smart-courses-wrapper h6{
    color: #3C3C3C;
font-family: "Poppins";
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 115.385% */
text-transform: capitalize;
margin-bottom: 25px;
  }

  .smart-courses-wrapper h6 a {
    text-decoration: none;
    color: #3C3C3C;
    
  }

  .smart-courses-wrapper h6 img{
    width: 15px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

 .smart-courses-wrapper .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns with equal width */
    gap: 20px; /* Gap between grid items */
  }
  
  .vision-material-address main{
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 1rem;
  }
  .vision-material-address main h3{
    color: #183B56;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.2px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .vision-material-address main p{
    color: #3D3D3D;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px !important;
  }

  .smart-content-footer {
    margin-top: 30px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    text-align: center;

  }
  .smart-content-footer h4 {
    color: #183B56;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 168.75% */
    letter-spacing: 0.2px;
    margin-top: 0px;
   }
   .smart-content-footer h5 {
    color: #3D3D3D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 181.25% */
    margin-bottom: 0px;

   }
   .smart-content-footer h6 {
    color: #3D3D3D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    margin: 0px;
   }
   .smart-content-footer p{
    cursor: pointer;
    color: #3D3D3D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 181.25% */
    margin-bottom: 0px;
   }

   .smart-content-footer a {
    color: #3362CC;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 181.25% */
    text-decoration-line: underline;
   }

   .smart-content-footer div {
    color: #3D3D3D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 193.75% */
   }
   .smart-content-footer div span{
    font-weight: 400;
   }

   @media (max-width: 1024px) {
    .smart-content-footer {
      margin: 40px;
     }
     /* Address CSS */
     #address{
      margin: 40px;
    }
    .course-title h2{
      font-size: 24px;
      line-height: 32px;
    }
    .address-section{
      display: grid;
      grid-template-columns: repeat(2, 1fr);; /* One column by default */
      gap: 16px; 
    }
    .address-card h4{
      font-size: 18px;
      line-height: 28px; /* 160% */
    }
    .address-card p{
      font-size: 14px;
      line-height: 28px; /* 200% */
    }
    .address-card main a{
      font-size: 14px;
      line-height: 28px;
    }
    .address-card a{
      font-size: 16px;
    }
    #address .notes{
      font-size: 14px;
      line-height: 28px;
    }
    /* End Address CSS */
  }
  @media (min-width: 1024px) {
    
    .smart-content-wrapper .smart-content {
      grid-template-columns: repeat(3, 1fr); 
    }
    .smart-content-wrapper, .smart-courses-wrapper{
      margin: 60px;
     }
  }



  @media (max-width: 1150px) {
    .smart-courses-wrapper .grid-container {
      grid-template-columns: repeat(3, 1fr); /* 4 columns with equal width */
    }
    .vision-material-address{
      margin: 50px 30px;
    }
    .smart-content-wrapper, .smart-courses-wrapper{
      margin: 50px 30px;
     }
      /* Address CSS */
    #address{
      margin: 50px 30px;
    }
     /* End Address CSS */
  }

  @media (max-width: 768px) {
     /* Address CSS */
     #address{
      margin: 30px;
    }
    .course-title h2{
      font-size: 21px;
      line-height: 32px;
    }
    .address-section{
      display: grid;
      grid-template-columns: repeat(1, 1fr);; /* One column by default */
      gap: 16px; 
    }
    .address-card h4{
      font-size: 16px;
      line-height: 26px; /* 160% */
    }
    .address-card p{
      font-size: 14px;
      line-height: 24px; /* 200% */
    }
    .address-card main a{
      font-size: 14px;
      line-height: 28px;
    }
    .address-card a{
      font-size: 14px;
    }
    #address .notes{
      font-size: 14px;
      line-height: 24px;
    }
    /* End Address CSS */
    .container-fluid1{
      padding-top: 52px;
    }
    .smart-content-footer {
      margin: 30px;
     }
     .smart-content-footer h4 {
      line-height: 20px;
    }
    .smart-content-footer h5 {
      font-size: 12px;
    }
    .smart-content-footer h6 {
      font-size: 14px;
    }
    .smart-content-footer  p {
      font-size: 14px;
    }
    .smart-content-footer  a {
      font-size: 14px;
    }
    .smart-content-footer  div {
      font-size: 14px;
    }
    .smart-content-footer  div span {
      font-size: 14px;
    }
    .vision-material-address main{
      min-height: 270px;
    }
    .vision-material-address main h3, .vision-material-address main p{ 
      font-size: 14px;
    }

    .smart-courses-wrapper .grid-container,.smart-content-wrapper .smart-content {
      grid-template-columns: repeat(2, 1fr); /* 4 columns with equal width */
    }
    .vision-material-address{
      margin: 20px 20px;
    }
   .smart-content-wrapper, .smart-courses-wrapper{
    margin: 50px 20px;
   }
   .smart-banner-md-up {
    width: 100%;
    height: 300px;
  }
  .smart-content-wrapper  h4{
    font-size: 18px;
  }
  .smart-content-wrapper p{
    font-size: 14px;
  }
  .smart-content-wrapper .smart-content h4 {
    font-size: 16px;
  }
  .smart-content-wrapper .smart-content{
    margin-top: 15px;
    gap:0px
  }
}
  @media (max-width: 480px) {
    .smart-courses-wrapper .grid-container ,.smart-content-wrapper .smart-content {
      grid-template-columns: repeat(1, 1fr); /* 4 columns with equal width */
    }
    .vision-material-address main{
      min-height: 270px;
    }
  }


/* modal table css */
#downloadModal .modal-body{
  max-height: 80vh;
  overflow: auto;
}
/* #downloadModal .modal-header{
 display: flex;
 justify-content: space-between;

}
#downloadModal .modal-header button img{
  width: 16px;
  height: 16px;
 } */

#downloadModal .modal-body table {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  text-align: center;
  width: 100%;
}

#downloadModal .modal-body table tbody {
  border: 1px solid #e5eaf4;
}
#downloadModal .modal-body table tbody tr td{
min-width: 80%;
margin: 4px;
border: 1px solid #e5eaf4;
color: #183b56;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 10px;
}

#downloadModal .modal-body table thead tr {
  background: #f3f7f8;
  border: 1px solid #f3f7f8;
  border-radius: 5px;
  padding: 10px !important;
}

#downloadModal .modal-body table  thead tr th {
  color: #183b56;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;
}

.smart-courses-wrapper .active-card {
  border:0.5px solid #3362CC !important;
}
.remove-package{
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-51%);
  border: 0px solid black;
}
.remove-package:hover{
  color: red;
  font-weight: 700;
  font-size: 14px;
}
.course-package{
  cursor: default !important;
  border-radius: 8px;
  border: 1px solid gray;
  padding: 4px 22px 4px 8px;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
#selectedcourses_texarea{
  max-height: 150px;
  min-height: 40px;
  overflow-y: scroll;
  height: unset !important;
  background-color: unset !important;
}



  
