@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
    background: #f6f8f9;
}

.border{border: 1px solid #333}
.clear{clear: both;}
.pad0{padding: 0px;}
.pad40{padding: 40px 15px;}

.top{
    background: #FFF;
    width: 100%;
    height: 70px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    z-index: 2;
    top: 0px;
}
.top .logo img{
    width: 120px;
}
.topnav ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 8px;
}
.topnav li{
    display: inline-block;
}
.topnav a{
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}
.button{
    background: #49422e !important;
    color: #FFF !important;
    border-radius: 25px;
}
.pagehead{
  background: url('../img/circle.svg') no-repeat right, linear-gradient(90deg,#84d9d2,#07cdae);
  background-size: contain;
  min-height: 100px;
  color: #444;
  padding-top: 30px;
}
.pagehead i{
  font-size: 14px;
  display: block;
}
.headding
{
  font-size: 1.6em;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.para{
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

.cont{
    font-size: 1.2em;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 2px;
    text-align: center;
    padding: 20px;
}
.cont img{
    margin-bottom: 20px;
}
.conatct label{
    font-weight: 600;
}
.conatct input, .conatct select, .conatct textarea{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
}
.conatct textarea{
    width: 100%;
    height: 190px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.conatct input[type=submit], .conatct input[type=button]
{
    width: 150px;
    border: none;
    padding: 0px;
    height: 45px;
}

.mainSlider .swiper-button-next, .mainSlider .swiper-button-prev
{
    color: #000;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 2px 2px 4px 0 rgba(24,50,71,.08);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: unset;
    font-size: 20px !important;
    font-weight: 800;
}
.images{width: 100%;}


.course{
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(24,50,71,.08);
    margin-bottom: 20px;
    transition: all 0.3s;
}
.offerImage{
    width: 100px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 1;
}
.course:hover{
    scale: 1.02;
}
.course img, .course_details img{
    border-radius: 5px;
}
.courseName{
    font-size: 17px;
    font-weight: 500;
    min-height: 50px;
    text-transform: capitalize;
}
.courseTeacher{
    font-weight: 400;
    color: #666;
    margin: 5px 0px;
}
.courseFeture ul, .course_details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.courseFeture li, .course_detailsli{
    display: inline-block;
    margin-right: 30px;
    font-weight: 500;
    font-size: 13px;
}
.courseFeture i{
    display: inline-block;
    margin: 2px 0px 0px 5px;
    position: absolute;
    color: orange;
}
.courseAction{
    padding: 0px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
.courseAction a{
    height: 30px;
    line-height: 30px;
    background: orange;
    color: #FFF;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
}
.courseStudents{
    text-align: right;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
}

.priceBox{
    border-radius: 5px;
    border: 3px solid orange;
    padding: 10px;
    margin: 20px 0px;
    background: #FFF;
}
.priceBox p{
    display: block;
    color: green;
    font-weight: 600;
    padding-top: 10px;
}
.priceBox .price{
    font-size: 1.4em;
    font-weight: 700;
}
.priceBox .priceAmount{
    color: red;
    font-size: 14px;
    text-align: right;
    text-decoration: line-through;
}

.headding{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.getWill ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
}
.getWill li{
    flex: 1 0 30.33%;
    margin: 5px;
    background: #2dfabb59;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.getWill i{
    font-size: 1.4em;
    display: inline-block;
    margin-right: 20px;
}
.footer{
    padding: 30px 0px;
    background: #49422e;
    color: #a3a3a3;
}
.footer h5{
    color: #FFF;
}
.footer .Links a{
    text-decoration: none;
    color: #a3a3a3;
    margin-bottom: 5px;
    display: inline-block;
}
.modal{
  /*margin-top: 100px;*/
}
.modal close{
  position: absolute;
  right: 10px;
  z-index: 100;
  opacity: .5;
  cursor: pointer;
}
.modal close:hover{
  opacity: 1;
}
.line{
    width: 50px;
    height: 1px;
    background: green;
    margin-bottom: 20px;
}
.testname2{
    font-size: 16px;
    font-weight: 600;
}
.resultlist{
    height: 200px;
    padding: 20px 10px;
    background: #FFF;
    border-radius: 5px;
}
.resultlist .resimg{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.resultlist .rank{
    font-size: 2em;
    color: green;
}
.mytable{
    width: 100%;
    font-size: 15px;
}
.tr{
    background: #fff;
    font-weight: 600;
}
.mytable tr:nth-child(odd) {
    background: #fcfcfc;
}
.mytable td{
    height: 50px;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
}








@media(max-width: 900px)
{
    .mpad0{padding: 0px;}
}