@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
body{
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden; 
}
a{
	color: rgb(42, 160, 239);
}

.btn-prm{
  background: #0B4E72;
  color: #fff !important;
  border-radius: 25px;
  border: 0px;
  box-shadow: none;
  padding: 5px 15px;
    min-width: 80px;
    text-align: center;
    margin: 0 5px;
}
.btn-sec{
  background:#DB3A31;
  color: #fff!important;
  border-radius: 25px;
  border: 0px;
  box-shadow: none;
  padding: 5px 15px;
    min-width: 80px;
    text-align: center;
    margin: 0 5px;
}
 
.navbar span{
    font-size: 14px;
    margin-left: 15px;
    display: inline-block;
}
.navbar span i{
    float:left;
    margin-right:5px;
}
.navbar span a{
    color: #0c7abf;
    text-decoration: none;
}

section{
    padding: 80px 0;
}
.banner{
    background: #fff;
}
.banner h5{
    font-size: 36px;
    color: #0c7abf;
    font-weight: 900;
    text-align: center;
}
.banner p{
    font-size: 24px;
    color: #666; 
    text-align: center;
}
.course-list{
    background: #0c7abf;
}
.course-list h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
} 
.course-list-1  {
     border: 1px solid #fff;
     padding: 15px;
     background: #fff;
     border-radius: 15px;
     box-shadow: 13px 15px 15px 0 rgb(61 61 61 / 15%);
     margin: 15px 0;
     height: 500px;
}
.course-list-1 img {
    height: 200px;
    object-fit: cover;
}
.course-list-1 h5{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    max-height: 78px;
    overflow: hidden;
}
.course-list-1 p {
    color: #666;
    font-size: 16px;
    max-height: 95px;
    overflow: hidden;
}
.course-list-1 a {
    text-decoration:none;
}
.course-list-1 a.btn{
    color: #0c7abf !important;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #0c7abf;
    padding: 10px 15px;
    line-height: 20px;
    transition: all 1s;
}
.course-list-1 a.btn:hover{
    color: #fff !important;
    background: #0c7abf; 
}
.copy-sec{
    font-size: 14px;
}
.copy-sec a{
    color: #0c7abf !important;
}



.detils-page{
    background: #0c7abf;
}
.detils-page h4{
    color: #0c7abf;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
}
.detils-page h5{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}
.detils-page p{
    color: #fff;
    font-size: 16px;
}
.det-form{
    margin: 0 50px;
    padding: 50px;
    background: #fff;
     border-radius: 15px;
     box-shadow: 13px 15px 15px 0 rgb(61 61 61 / 15%);
     font-size: 14px;
}

.det-form .form-control{
    background: none;
    border-radius: 15px;
    border: 1px solid #0c7abf;
}
 

.det-form button{
    background: #0c7abf;
    color: #fff;
    border-radius: 15px;
}

.def-page{
    background: #f4f4f4;
}
.def-page h5{
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}
.def-page p{
    color: #333;
    font-size: 16px;
}

.payment-scc{
    text-align: center;
}
.payment-scc i{
    color: #1ebd02;
    font-size: 72px;
}
.payment-scc h3{
    color: #333;
    font-size: 44px;
    font-weight: 600;
    margin: 15px 0;
}
.payment-scc p{
    color: #333;
    font-size: 24px;
}
.payment-scc a i{ 
    font-size: 24px;
    color: #0c7abf !important;
}
.payment-scc a  { 
    color: #0c7abf !important;
}
.clr-red{
    color: #f00 !important;
}
.pay-det{
    padding: 10px;
    color: #333; 
    border: 1px dashed #ccc;
    position: relative;
        max-width: 400px;
    margin: 15px auto  ;
    z-index: 1;
}
.pay-det::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #e5e5e5;
    z-index: -1;
}


@media (min-width:1400px){
 

}

 
 

@media (max-width:996px){
 

}
