/*html{
  scroll-behavior: smooth;
}*/

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Tangerine', cursive;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.container-fluid{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}










.menu-section{
  padding: 5px 0;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.menu-section.fixed-top{
  background-color: #d0d1d4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.bg-light {
    background-color: transparent !important;
    padding: 0;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
  color: #fff;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f76b51;
    background-color: transparent;
}

.navbar-light .navbar-brand {
    width: 200px;
    padding: 0px;
}

.navbar-light .navbar-brand img{
  width: 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: #0773ba;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    padding: 22px 20px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #f15c40;
}
.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.dropdown-menu.sm-menu {
    margin-top: -2px;
    background-color: #f15c40;
    border-radius: 0px;
    padding: 0px;
}

a.dropdown-item {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    padding: 8px 12px;
    border-bottom: 1px solid #f76b51;
}

a.dropdown-item:hover{
  background-color: #0773ba;
  color: #fff;
}



.header-right ul{
  padding: 0px 20px 0px 0px;

  margin: 0px;
  float: right;
  margin-top: 20px;
}

.header-right ul li{
  list-style-type: none;
  display: inline-flex;
  padding-left: 20px;
}

.header-right ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.header-right ul li a:hover{
  color: #f15c40;
}

.header-right ul li a i.fa-user{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #f15c40;
}





/***************SEARCH***************/

.search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 14px;
    height: 50px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 46px;
    padding: 0px;
    cursor: pointer;
    width: 46px;
    height: 100%;
    background: #f15c40;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 10px;
    font-size: 16px;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-weight: 400;
    outline: none;
}

.form-control:focus{
  background-color: transparent;
  box-shadow: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 46px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.search-open i{
  color: #f15c40;
  /*background-color: #f15c40;
  padding: 10px;
  border-radius: 50%;*/
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/***************BANNER SECTION***************/

.banner-section{
  padding-top: 20px;
  background-color: #f1f1f1;
}

.banner-section img{
  width: 100%;
}

.banner-left{
  padding-top: 120px;
}

.banner-left h1{
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

.banner-left h1 span{
  color: #f15c40;
}

.banner-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.banner-left ul li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #777;
}

.banner-left ul li i{
  color: #f15c40;
}

a.btn.btn-get-start{
  border: 1px solid #f15c40;
  background-color: #f15c40;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-get-start:hover{
  border: 1px solid #0773ba;
  background-color: #0773ba;
}

/***************SLIDER**************/

/*.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(0 0 0 / 45%);
}


.slider img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.heading-box h2{ width:100%;}
.text-box {
  position: absolute;
  top: 70%;
  left: 12%;
  right: 12%;
  color: #f8931e;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
}

.text-box h2{
    font-family: 'Exo 2', sans-serif;
    font-size: 75px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
}

.text-box h3{
    font-style: italic;
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 1px 3px 0px #262420;
}

.carousel-indicators{
  bottom: 30px;
}*/

/*****************INNOVATION SECTION*****************/

.innovative-section{
  padding: 30px 0;
  /*background-color: #f1f1f1;*/
  text-align: center;
}

.innovative-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.innov-box{
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
  margin-bottom: 30px;
}

.innov-box:hover{
  background-color: #f1f1f1;
}

.innov-box i.fa-user{
  color: #0773ba;
  font-size: 20px;
  margin-bottom: 10px;
}

.innov-box i.fa-globe{
  color: #0773ba;
  font-size: 20px;
  margin-bottom: 10px;
}

.innov-box i.fa-book{
  color: #0773ba;
  font-size: 20px;
  margin-bottom: 10px;
}

.innov-box i.fa-lock{
  color: #0773ba;
  font-size: 20px;
  margin-bottom: 10px;
}

.innov-box h4{
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
}

a.view{
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #0773ba;
  text-decoration: underline;
}

a.view:hover{
  color: #f15c40;
  text-decoration: none;
}

a.btn.btn-course {
    border: 2px solid #0773ba;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #0773ba;
}

a.btn.btn-course:hover {
    border: 2px solid #0773ba;
    background-color: #0773ba;
    color: #fff;
}

/*************DEVELOP SECTION*************/

.develop-section{
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

.skill-box{
  padding: 20px;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
  border-radius: 10px;
  height: 254px;
  margin-bottom: 30px;
}

.skill-left{
  float: left;
  width: 343px;
}

.skill-left h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.skill-left h4 span{
  display: block;
  color: #f15c40;
}

.skill-right img{
  width: 200px;
  height: 200px;
}

a.btn.btn-find{
  border: 1px solid #f15c40;
  background-color: #f15c40;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-find:hover{
  border: 1px solid #0773ba;
  background-color: #0773ba;
}

a.btn.btn-learn{
  border: 1px solid #0773ba;
  background-color: #0773ba;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

a.btn.btn-learn:hover{
  border: 1px solid #f15c40;
  background-color: #f15c40;
}

/**************SLILL SECTION***************/

.skill-section{
  background: url("../images/skill-bg.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.skill-section .overlay{
  padding: 100px 0;
  background-color: rgb(7 115 186 / 84%);
}

.skill-section h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.skill-section h4 span{
  display: block;
}

a.btn.btn-start{
  border: 2px solid #f15c40;
  background-color: #f15c40;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

a.btn.btn-start:hover{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

/*************COURSE SECTION*************/

.course-section{
  padding: 30px 0;
}

.course-section h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.course-content{
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.course-box{
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.course-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 180px;
    margin-bottom: 0px;
    overflow: hidden;
}

.course-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.course-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.course-box h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.course-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.course-box h5 a{
  color: #000;
  text-decoration: none;
}

.course-box h5 a:hover{
  color: #f15c40;
}

.course-box i.fa-star{
  font-size: 14px;
  color: #d0d23c;
}

.course-footer ul{
  padding: 5px 10px 10px 10px;
  margin: 0px;
}

.course-footer ul li{
  list-style-type: none;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  padding-right: 15px;
}

.course-footer ul li i{
  padding-right: 5px;
  position: relative;
  top: 3px;
}

.course-footer ul li:last-child{
  text-align: right;
  float: right;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #f15c40;
  position: relative;
  top: 6px;
}

.course-footer ul li del{
  font-size: 14px;
  font-weight: 400;
  color: #777;
  padding-right: 5px;
}

.owl-dots{
  display: none;
}

.course-section .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
}

.course-section .owl-nav button.owl-prev span.fas.fa-arrow-left {
    background-color: #ccc;
    padding: 8px 9px;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
}

.course-section .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
}

.course-section .owl-nav button.owl-next span.fas.fa-arrow-right {
    background-color: #ccc;
    padding: 8px 9px;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
}

/************COUNTER SECTION************/

.counter-section{
  padding: 40px 0;
  background-color: #f15c40;
  text-align: center;
}

.counter-section ul{
  padding: 0px;
  margin: 0px 15px 0px 0px;
  text-align: center;
}

.counter-section ul li{
  list-style-type: none;
  display: inline-block;
  width: 24%;
  font-size: 70px;
  line-height: 76px;
  font-weight: 900;
  color: #fff;
  padding: 60px 20px;
  background-color: #f9836d;
  border-radius: 10px;
}

.counter-section ul li p{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

/*****************CATEGORY SECTION****************/

.category-section{
  padding-top: 30px;
}

.category-section h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.category-section img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.destibox{
  margin-bottom: 30px;
}

.desti-text{
    position: absolute;
    bottom: 20px;
    left: 34px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 71%);
}

.desti-text h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #ffffff;
}

.desti-text h6 a{
    text-decoration: none;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.desti-text h6 a:hover{
    color: #fff;
    text-decoration: underline;
}

.desti-text p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.img-box{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-box img{
    display: block;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.img-box {
    position: relative
}


.info-box .info-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.zoom-out-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.zoom-out-effect .img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.zoom-out-effect .img-box a, .zoom-out-effect .img-box a:active, .zoom-out-effect .img-box a:focus a:focus {
    color: #999
}

.zoom-out-effect .img-box a:active:hover, .zoom-out-effect .img-box a:focus:hover, .zoom-out-effect .img-box a:hover{
    color: #f2f2f2
}

.zoom-out-effect .img-box4 {
    z-index: 0
}

.zoom-out-effect:hover .img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}

/************TESTIMONIAL SECTION************/

.testimonial-section{
  padding: 30px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.testimonial-section h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.testi-item img{
  width: 120px !important;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.testi-item p{
  margin-bottom: 5px;
}

.testi-item i{
  font-size: 14px;
  color: #d0d23c;
  margin-bottom: 10px;
}

.testi-item h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.testimonial-section .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}

.testimonial-section .owl-nav button.owl-prev span.fas.fa-arrow-left {
    background-color: #ccc;
    padding: 8px 9px;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
}

.testimonial-section .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
}

.testimonial-section .owl-nav button.owl-next span.fas.fa-arrow-right {
    background-color: #ccc;
    padding: 8px 9px;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 24%);
}

button:focus{
  outline: none;
}

/*************BLOG SECTION*************/

.blog-section{
  padding: 30px 0;
}

.blog-section h3{
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.seller-box{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.restaurant-box{
  padding: 20px;
  background-color: #efefef;
  border: 1px solid #ddd;
  text-align: center;
}

.restaurant-box h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.restaurant-box h4 a{
  color: #000;
  text-decoration: none;
}

.restaurant-box h4 a:hover{
  color: #0773ba;
}

.restaurant-box p{
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #4a4a4a;
}


a.btn.btn-more{
  border: 1px solid #0773ba;
  background-color: #0773ba;
  padding: 7px 15px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}

a.btn.btn-more:hover{
  border: 1px solid #0773ba;
  background-color: transparent;
  color: #0773ba;
}


.home-doctors .common-doctor {
  border-radius: 10px;
}
.home-doctors .common-doctor figure {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.home-doctors img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

.home-doctors figure {
    margin: 0px;
}

.text-content p:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-doctors .common-doctor .text-content {
  padding: 17px;
  box-shadow: 15px 13px 63px -20px rgba(0,0,0,0.6);
  text-align: left;
  height: 95px;
}
.home-doctors.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-doctors.doctors-var-two .slogan-section {
  text-align: left;
}
.home-doctors.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-doctors.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-doctors.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-doctors.doctors-var-two .text-center {
  text-align: left;
}

.doc-img{
     /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 1000ms;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
     /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
  opacity: 0.9;
}

a.btn.btn-restro{
  border: 2px solid #e8500e;
  background-color: #e8500e;
  padding: 12px 40px;
  border-radius: 0 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  max-width: 206px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

a.btn.btn-restro:hover{
  border: 2px solid #e8500e;
  background-color: transparent;
  color: #e8500e;
}

/**************APP SECTION*************/

.app-section{
  background: url("../images/app-bg.jpg") top center no-repeat;
  background-size: cover;
}

.app-section .overlay{
  padding-top: 60px;
  background-color: rgb(7 115 186 / 72%);
}

.app-section h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 20px;
}

.app-section p{
  color: #fff;
  margin-bottom: 30px;
}

.app-section p span{
  display: block;
}

.app-left img{
  width: 250px;
}

/*************PARTNER SECTION*************/

.partner-section{
  padding: 30px 0;
}

.partner-section h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.partner-section img{
  padding: 20px;
  width: 100%;
  height: 80px;
}

.partner-section .owl-nav{
    display: none;
}

/**************SUBSCRIPTION SECTION*************/

.subscribe-section{
  padding: 30px 0;
  background-color: #f9fafc;
}

.subscribe-section h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.subscribe-section p{
  text-align: center;
  margin-bottom: 30px;
}

.subscribe-section input.form-control {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    color: #000;
}

.subscribe-section button#button-addon2 {
    border: 1px solid #f15c40;
    background-color: #f15c40;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    color: #fff;
    padding: 8px 30px;
}

.subscribe-section button#button-addon2 i{
  padding-left: 10px;
}

.subscribe-section button#button-addon2:hover{
    border: 1px solid #0773ba;
    background-color: #0773ba;
}

/**************FOOTER**************/

.top-footer{
  padding: 30px 0;
  background-color: #0284a2;;
}

.top-footer h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.top-footer ul{
  padding: 0px;
  margin: 0px;
}

.top-footer ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.top-footer ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.top-footer ul li a:hover{
  color: #000000;
}

.top-footer p{
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.mid-footer{
  border-top: 6px solid #000000;
  padding: 15px 0;
  background-color: #0284a2;
}

.midfooter-left ul{
  padding: 0px;
  margin: 0px;
}

.midfooter-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}

.midfooter-left ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.midfooter-left ul li a:hover{
  color: #000000;
}

.midfooter-left ul li a img{
  width: 70px;
  border-right: 1px solid #363636;
  padding-right: 20px;
}

.midfooter-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-top: 15px;
}

.midfooter-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 25px;
}

.midfooter-right ul li a i{
  font-size: 14px;
  color: #ffffff;
}

.midfooter-right ul li a i:hover{
  color: #000000;
}

.bottom-footer{
  padding: 20px 0;
  background-color: #0284a2;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #11598a;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 20px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/****************COURSES PAGE START HERE***************/

.page-banner{
  background: url("../images/page-banner.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 400px;
}

.page-banner .overlay{
  background-color: rgb(241 92 64 / 62%);
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.page-banner ul.breadcrumb {
    background: transparent;
    padding: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #f44336;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.pagination-list ul{
  margin-bottom: 0px;
}

.coursedetail{
  padding: 30px 0;
}

.coursedetail-left h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.coursedetail-left h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.coursedetail-left h6 i.fa-star{
  color: #d0d23c;
  margin-right: 2px;
}

.coursedetail-left h6 i.fa-user{
  margin-left: 15px;
}

ul.overview-list{
  padding: 0px;
  margin: 0px;
}

ul.overview-list li{
  list-style-type: none;
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
  width: 48%;
}

ul.overview-list li i{
  padding-right: 5px;
}

.instructor-box{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
}

.instructor-box img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.instructor-box i.fa-star{
  color: #d0d23c;
  font-size: 12px;
  margin-right: 2px;
}

.instructor-box h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.instructor-box h4 span{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #777;
}

.instructor-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.instructor-box ul li{
  list-style-type: none;
  display: inline-flex;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.instructor-box p{
  margin-bottom: 0px;
}

.instructor-box i{
  padding-right: 5px;
}

.price-box{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0px 5px rgb(215 215 215 / 80%);
}

.price-box h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #f76b51;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f76b51;
}

.price-box h4 span{
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #813324;
}

a.btn.btn-buy{
  border: 2px solid #813324;
  background-color: #f76b51;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}

a.btn.btn-buy:hover{
  border: 2px solid #f76b51;
  background-color: #813324;
}

.price-box ul{
  padding: 0px;
  margin: 0px;
}

.price-box ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.price-box ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.price-box ul li i{
  padding-right: 5px;
  color: #f76b51;
}

.feature-box{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0px 5px rgb(215 215 215 / 80%);
}

.feature-box h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #f76b51;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f76b51;
}

.feature-box ul{
  padding: 0px;
  margin: 0px;
}

.feature-box ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.feature-box ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.feature-box ul li i{
  padding-right: 5px;
  color: #f76b51;
}

.feature-box ul li span{
  float: right;
  font-weight: 600;
}
.feature-button{
    text-align: center;
}

/***************INSTRUCTION PAGE START HERE*************/

.instructor-section{
  padding: 30px 0;
}

.instruct-left img{
  width: 100%;
  border-radius: 5px;
}

.instruct-right h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background-color: #1982c5;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 5px 5px 0 0;
}

.instruct-right form{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.instruct-right form label{
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
}

.instruct-right form input{
  border: 1px solid #ccc !important;
  padding: 10px;
  border-right: 5px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #333;
  background-color: #eee;
  margin-bottom: 10px;
}

.instruct-right form textarea{
  border: 1px solid #ccc !important;
  padding: 10px;
  border-right: 5px;
  width: 100%;
  height: 80px;
  font-size: 14px;
  color: #333;
  background-color: #eee;
  margin-bottom: 10px;
}

button.btn.btn-primary{
    border: 1px solid #1982c5;
    background-color: #1982c5;
    padding: 6px 15px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

button.btn.btn-primary:hover{
    border: 1px solid #f15c40;
    background-color: #f15c40;
}


.tutor-row{
  margin-top: 40px;
}

.tutor-row h2{
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}

.tutor-content{
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.tutor-box{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgb(215 215 215 / 80%);
}

.tutor-box img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.tutor-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 10px;
}

.tutor-box h5 a{
  color: #000;
  text-decoration: none;
}

.tutor-box h5 a:hover{
  color: #f15c40;
}

.tutor-box p{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

/*****************ABOUT US PAGE START HERE*****************/

.about-body{
  padding: 30px 0;
}

.about-body h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.about-right img{
  width: 100%;
  height: 322px;
  border-radius: 5px;
}

/***************CONTACT PAGE START HERE***************/

.contact-section{
  padding: 30px 0;
}

.contact-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

/************GALLERY PAGE START HERE***********/

.gallery-section{
  padding: 30px 0;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.gallery-box{
    padding: 0px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;
    object-fit: cover;*/
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
    border: 5px solid #fff;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/**************BLOG PAGE START HERE**************/

.blog-section{
  padding: 30px 0
}

.blog-box{
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.blog-box img{
  width: 100%;
  height: 220px;
}

.blog-content{
  padding: 15px;
  background-color: #eee;
}

.blog-content h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
  margin-bottom: 5px;
}

.blog-content h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-content h4 a{
  color: #000;
  text-decoration: none;
}

.blog-content h4 a:hover{
  color: #f76b51;
}

.blog-content p{
  margin-bottom: 0px;
}

/**************BLOG DETAIL PAGE START HERE**************/

.blogdetail{
  padding: 30px 0;
}

.blogdetail h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.detail-left img{
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}

.detail-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.detail-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
}

.detail-right h3{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

ul.cat-list{
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

ul.cat-list li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

ul.cat-list li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.cat-list li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

ul.cat-list li a:hover{
  color: #f76b51;
}

ul.cat-list li a i{
  color: #f76b51;
  padding-right: 5px;
}

ul.like-list{
  padding: 0px;
  margin: 0px;
}

ul.like-list li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  min-height: 62px;
}

ul.like-list li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.like-list li a{
  text-decoration: none;
}

ul.like-list li a img{
  width: 50px;
  height: 50px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}

ul.like-list li a h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

ul.like-list li a h5:hover{
  color: #f76b51;
}

ul.like-list li p{
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 0px;
}

/**************FAQS SECTION**************/

.faqs-section{
  padding: 30px 0;
}

.faqs-section .accordion-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;

  }
.faqs-section .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
.faqs-section .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1f5f7;
    box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
      margin-bottom: 10px;
  }
.faqs-section .set > a{
    display: block;
    font-size: 18px;
    padding: 18px 30px;
    font-family: var(--font-family);
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
.faqs-section .set > a i{
    float: right;
    margin-top: 2px;
  }
.faqs-section .set > a.active{
    background: linear-gradient(to right,rgb(241 92 64) 0,rgb(16 125 194) 100%);
    color: #fff;
  }
.faqs-section .set .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
  }
.faqs-section .set .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }

/****************EVENT PAGE START HERE***************/

.event-section{
  padding: 30px 0;
}

.event-list{
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event-list img{
  max-width: 700px;
  width: 100%;
  border-radius: 5px;
  height: 450px;
  float: left;
  margin-right: 20px;
}

.event-list h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 35px;
}

.event-list h2 a{
  color: #000;
  text-decoration: none;
}

.event-list h2 a:hover{
  color: #f76b51;
}

.event-list ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.event-list ul li{
  list-style-type: none;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.eventdetail-section{
  padding: 30px 0;
}

.detail-left img{
  width: 100%;
  height: 350px;
  border-radius: 5px;
}

.building-content h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.building-content h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.building-content ul{
  padding: 0px;
  margin: 0px;
}

.building-content ul li{
  list-style-type: none;
  display: inline-block;
  width: 28%;
  margin-right: 20px;
  font-weight: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
}

.building-content ul li a{
  color: #000;
  text-decoration: none;
}

/************SEARCH PAGE START HERE************/

.search-section{
  padding: 25px 0;
}

.search-section ul{
  padding: 0px;
  margin: 0px;
}

.search-section ul li{
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  min-height: 142px;
}

.search-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.search-section ul li a{
  text-decoration: none;
}

.search-section ul li a img{
  width: 160px;
  height: 120px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}

.search-section ul li a h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  margin-bottom: 10px;
}

.search-section ul li a h2:hover{
  color: #f76b51;
}

.search-section ul li p{
  margin-bottom: 0px;
}

/*****************REGISTER PAGE START HERE******************/

.register-section{
    padding: 70px 0;
}

.register-section form{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 8px rgb(199 198 198);
    border-radius: 10px;
    padding: 20px;
}

.register-section h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.register-section h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.register-section h6{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

button.btn.btn-register {
    border: 1px solid #018bbf;
    background-color: #018bbf;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 30px;
}

.register-section p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

a.btn.btn-google {
    border: 1px solid #db4a39;
    background-color: #db4a39;
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-facebook-f {
    border: 1px solid #3b5998;
    background-color: #3b5998;
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

/****************FEEDBACK PAGE START HERE***************/

.feedback-section{
  padding: 60px 0;
}

.feedback-section form{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
}

.feedback-section form label{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  display: block;
}

.feedback-section form input{
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  height: 44px;
  margin-bottom: 15px;
}

.feedback-section form textarea{
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  height: 140px;
  margin-bottom: 15px;
}

.privacy-section{
  padding: 30px 0;
}

/***********TEAM PAGE START  HERE**********/

.team-body{
  padding: 30px 0;
}

.team-box {
     border: 1px solid #ddd;
     padding: 10px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}

.team-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-box p {
    margin-bottom: 10px;
    color: #666;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #f76b51;
}

/* ali added */

.search-section{
    flex-basis: auto;
      flex-grow: 1;
  }

    input-group {
        display: flex;
        widows: 100%;
    }

    .form-input {
        border: 0.1rem solid #010b16;
        border-radius: 0.1rem;
        color: #161614;
        display: block;
        font-size: 1.2rem;
        height: 2.3rem;
        line-height: 1rem;
        max-width: 100%;
        outline: 0;
        padding: 0.35rem 0.4rem;
        position: relative;
        transition: all .2s ease;
        width: 100%;
        }
       .highlight h2 {
            font-size: 28px;
            font-weight: 100;
            text-align: center;
            color: #000000;
        }
        .available-course h4 {
            font-size: 30px;
            line-height: 34px;
            font-weight: 400;
            color: #000;
            text-align: center;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        .portfolio h4 {
            font-size: 30px;
            line-height: 34px;
            font-weight: 400;
            color: #000;
            text-align: center;
            margin-bottom: 20px;
        }
        .partner-box img {
            width: 200px !important;
            border-radius: 50%;
            margin: 0 auto;
            display: block;
            margin-bottom: 15px;
            height: 200px;
        }
        .inst-detail{
            background-color: #0d659e;

        }
        .partner-box h6 {
            font-size: 16px;
            color: #ffffff;
            text-align: center;
            background-color: #0d659e;
            height: 25px;
            font-weight: 400;
            inline-size: revert;
        }
        .showcase-all {
            text-align: center;
            padding: 0px 0px 25px 0px;
        }
        .search-field {
            display: none;
        }

/* course detail page */
        .cou-t-head{
            width: 200px;
        }
        .course-info{
            padding-left: 20px;

        }
        .course-dtl ul{
            width: 100%;
        }
        .course-dtl ul li{
            display: inline-block;
        }
        .course-dtl ul li a{
          font-size: 20px;
          color: #0284a2;
      }
        .course-cnt{
            display: none;
            width: 100%;
        }
        .course-req{
            display: none;
            width: 100%;
        }
        .course-des{
            width: 100%;

        }




/**************MEDIA QUERY**************/

@media(max-width: 1024px)
{
  .banner-left h1{
    font-size: 30px;
    line-height: 36px;
  }

  .innov-box h4{
    font-size: 16px;
  }

  .skill-box{
    height: auto;
  }

  .skill-left{
    float: none;
    width: 100%;
  }

  .skill-right{
    margin-top: 15px;
  }

  .skill-box{
    margin-bottom: 30px;
  }

  .skill-right img{
    width: 100%;
    height: 400px;
  }

  .page-banner .overlay{
    height: 300px;
  }

  .page-banner{
    height: 300px;
  }

  .blog-box img{
    height: 160px;
  }

  .gallery-section figure{
    height: 220px;
  }
}

@media(max-width: 991px)
{
  .app-section h4{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .app-right img{
    width: 100%;
  }

  .banner-left h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .skill-right img{
    height: 250px;
  }

  .skill-left h4 span{
    display: inline;
  }

  .home-doctors .common-doctor{
    margin-bottom: 30px;
  }

  .app-left img {
    width: 200px;
  }

  .course-box figure{
    height: 250px;
  }

  .about-right img{
    height: auto;
  }

  .blog-box img{
    height: 200px;
  }

  .event-list img{
    height: auto;
  }

  .gallery-section figure{
    height: 320px;
  }
  .search-field {
    display: block;
    width: 100%;
    margin-left: 1rem;
    margin-right: 2rem;
    }
    .search-section {
        display: none;
    }
}

@media(max-width: 768px)
{
  .instruct-right h4{
    font-size: 18px;
    letter-spacing: 0px;
  }

  .event-list img{
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }

  .gallery-section figure{
    height: 260px;
  }
}

@media(max-width: 767px)
{
  .skill-right img{
    height: auto;
  }

  .counter-section ul li{
    width: 49%;
    margin-bottom: 2px;
  }

  .category-section img{
    height: auto;
  }

  .testimonial-section .owl-nav button.owl-prev{
    left: -12px;
  }

  .testimonial-section .owl-nav button.owl-next{
    right: -12px;
  }

  .app-right img{
    display: none;
  }

  .app-section .overlay{
    padding: 30px 0;
  }

  .midfooter-right ul{
    text-align: left;
  }

  .midfooter-right ul li{
    padding-left: 0px;
    padding-right: 20px;
  }

  .top-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .course-box figure{
    height: auto;
  }

  .instruct-left img{
    margin-bottom: 20px;
  }

  .detail-left img{
    height: auto;
  }

  .blog-box img{
    height: auto;
  }

  .coursedetail-left iframe{
    height: auto;
  }

  .gallery-section figure{
    height: auto;
  }
}

@media(max-width: 575px)
{
  .skill-section h4 span{
    display: inline;
  }

  .counter-section ul li{
    padding: 30px;
  }

  .counter-section ul li{
    width: 100%;
  }

  .app-left img{
    width: 100%;
  }

  ul.overview-list li{
    width: 100%;
  }

  .building-content ul li{
    width: 100%;
  }
}


/* chapter details */

.coursestudy-body{
    padding: 40px 0;
  }
  .coursestudy-left h3{
        font-size: 30px;
      line-height: 34px;
      font-weight: 600;
      color: #000;
      margin-bottom: 15px;
  }

  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 25%;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 75%;
    border-left: none;
  }
  .dropdown-container {
    display: none;
    background-color: #ededed;
    padding-left: 8px;
  }

  @media(max-width: 767px){
    .tab {
      width: 100%;
    }
    .tabcontent {
      width: 100%;
      padding: 0px;
    }
    .coursestudy-left h3{
      margin-top: 15px;
    }
  }





