@media (min-width: 100px) and (max-width: 991px) {
	
/*** Header Logo Css start ***/	
.header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*** Header Logo Css End ***/		
	
.course-content {
    padding: 0 10px !important;
}	
	
.course-title a {
    color: inherit;
	font-size:14px;
}

    .service-btn1 {
    margin-right: 10px;
    padding: 6px 2px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    width: max-content;
    margin-left: 2px;
	
}	
  .service-btn2 {
    padding: 7px 10px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    width: max-content;
    margin-left: -7px;
}


.service-card.style2 {
    padding: 10px;
}

.service-card.style2 .service-card-icon img
{
	/* width:55px; */
    width: 30px;
    margin-bottom: 0px;
	/* margin-bottom: 8px; */
}

.service-card-icon {
    height: 85px;
    width: 80px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: -15px;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    border-top: 5px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-card-title {
    /* font-size: 15px;
    font-weight: 500; */
    font-size: 13px;
    font-weight: 700;
    margin-top: -0.25em;
    /* margin-bottom: 12px; */
    margin-bottom: 5px;
}

.service-card.style2 .service-card-text {
    margin-bottom: -0.3em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	font-size:12px;
}

.h2, h2 {
    font-size: 20px;
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 14.5px 29px;
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 5px;
}

/*** Service Button Css Start ***/
.service-btn-main{
	padding-top:5px;
	padding-bottom:10px;
	margin-left:-12px;
	}

/*** Service Button Css End ****/

/**** Home page popup css start ***/
.college-main{
	margin-top:242px;
	    -webkit-box-shadow: 0 2px 22px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 22px rgb(0 0 0 / 16%);
}
.college-title{
	font-size:18px;
	color:#fff;
}

.college-form{
background: rgb(2,108,197);
background: linear-gradient(90deg, rgba(2,108,197,1) 0%, rgba(33,32,85,1) 100%, rgba(2,0,36,1) 100%);
	padding: 10px 25px 0 25px;
}

.pop-logo{
    padding-left: 78px;
}

.pop-main{
	padding:10px;
	margin-right:25px;
}
.pop-btn1{
	display: inline-block;
    line-height: 10px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 12px 40px 13px;
    overflow: hidden;
    white-space: nowrap;
	margin-left:28px;
		background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}


.pop-btn2{
	    display: inline-block;
    line-height: 10px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 12px 40px 13px;
    overflow: hidden;
    white-space: nowrap;
	margin-left:69px;
		background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

/*** Home page popup css end ***/

/**** Marquee css start ****/
.marq{
 width:100%;
 color:red;
}

/**** Marquee css start ****/

/*** Program tag css start ***/
.course-img .tag {
    position: absolute;
    top: 7px;
    left: 8px;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-weight: bold;
    font-size: 9px;
    font-family: var(--body-font);
    padding: 0px 6px;
    border-radius: 999px;
}
/*** Program tag css end ****/

/*** Service Title hieght css start ***/
.course-box .course-title {
  margin-bottom: 12px;
 /*  font-size: 20px; */
   font-size: 16px;
  font-weight: 500;
  height:33px;
  
}
/*** Service Title hieght css End ***/

.course-box {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 22px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 22px rgb(0 0 0 / 16%);
    height: auto;
}
.header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 10px 17px 0 0;
}
}