.error {
    color: red;
}
.mobile_input .contact_number .allow-dropdown {
    width: 100%;
}

.course_error {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.label_class {
    display: inline-block;
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
}

.field_class {
    height: 50px;
    border-radius: 8px;
    color: #878787;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #878787;
    box-shadow: 0px 4px 10px #ebebeb;
}
.news-letter-error-message {
    color: red;
}
@media (min-width: 1199px) {
    .number_select.contact_number {
        /*  padding-bottom: 20px;*/
    }
}

.loading-cntant {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    display: table;
    background: url(../images/logo.svg) center center no-repeat
        rgba(0, 0, 0, 0.8);
    z-index: 999999;
    left: 0;
    background-size: 65px;
}

.loader,
header.dtp-header {
    position: absolute;
}

.loader {
    margin: auto;
    font-size: 10px;
    border-top: 8px solid #ff702a;
    border-right: 8px solid #ff702a;
    border-bottom: 8px solid #ff702a;
    border-left: 8px solid #fff;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****** 08-05-2024 *****/
.trending_content {
    padding: 50px 0px;
}
.trending::before {
    display: none;
}
.trending {
    background-image: radial-gradient(
            circle at 11% 63%,
            rgba(82, 82, 82, 0.06) 0%,
            rgba(82, 82, 82, 0.06) 25%,
            rgba(136, 136, 136, 0.06) 25%,
            rgba(136, 136, 136, 0.06) 50%,
            rgba(191, 191, 191, 0.06) 50%,
            rgba(191, 191, 191, 0.06) 75%,
            rgba(245, 245, 245, 0.06) 75%,
            rgba(245, 245, 245, 0.06) 100%
        ),
        radial-gradient(
            circle at 16% 28%,
            rgba(80, 80, 80, 0.06) 0%,
            rgba(80, 80, 80, 0.06) 25%,
            rgba(68, 68, 68, 0.06) 25%,
            rgba(68, 68, 68, 0.06) 50%,
            rgba(56, 56, 56, 0.06) 50%,
            rgba(56, 56, 56, 0.06) 75%,
            rgba(44, 44, 44, 0.06) 75%,
            rgba(44, 44, 44, 0.06) 100%
        ),
        radial-gradient(
            circle at 51% 54%,
            rgba(179, 179, 179, 0.06) 0%,
            rgba(179, 179, 179, 0.06) 25%,
            rgba(121, 121, 121, 0.06) 25%,
            rgba(121, 121, 121, 0.06) 50%,
            rgba(62, 62, 62, 0.06) 50%,
            rgba(62, 62, 62, 0.06) 75%,
            rgba(4, 4, 4, 0.06) 75%,
            rgba(4, 4, 4, 0.06) 100%
        ),
        linear-gradient(303deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
.trending_content h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 54px;
    color: #000000;
}

.programm-tab-content ul.content-box li {
    height: fit-content !important;
}

header .navbar .navigation ul li {
    height: auto;
}

.no-record-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    padding: 40px 20px 50px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.no-record-box figure {
    max-width: 85px;
    margin: 0 auto;
}
.no-record-box p {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.no-record-box .btn {
    min-width: 250px;
    /* font-size: 18px; */
}
/* 30-05-2024 */
@media (min-width: 991px) {
    header .navbar .navigation > ul > li {
        height: 81px;
    }
    .explore-programm-wrap .programm-tab-left .nav-pills {
        max-height: calc(100vh - 151px);
    }
    .programm-tab-content ul.content-box {
        max-height: calc(100vh - 181px);
    }
}
header.dtp-header {
    position: sticky;
}
.menu-show {
    overflow: hidden;
    padding-right: 17px;
}
@media (max-width: 1200px) {
    .trending_content h2 {
        font-size: 34px;
    }
}
@media (max-width: 1080px) {
    .trending_content h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media (max-width: 991px) {
    .trending_content h2 {
        font-size: 26px;
    }
}

.universities_carousel.owl-theme .owl-dots .owl-dot {
    display: none;
}
.otheruniversities_content
    .course_details
    .card-body
    .student_rating
    span.rating {
    line-height: 13px;
}

/*****06-06-2024****/
.userDropdownProfile .btn.dropdown-toggle {
    background: transparent;
    padding: 0px 18px 0px 0px;
    border: none;
	    position: relative;
}
.top_right_icon ul li{    position: relative;}
.userDropdownProfile .btn.dropdown-toggle span {
    height: 32px;
    width: 32px;
    font-weight: 400;
    align-items: center;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    background-color: #ff702a;
    border: none;
    border-radius: 50px;
    justify-content: center;
    box-shadow: rgba(255, 112, 42, 0.4) 0px 7px 29px 0px;
    padding: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    display: flex;
    position: relative;
    z-index: 2;
    color: #fff;
}
.userDropdownProfile .btn.dropdown-toggle::after {
    position: absolute;
    top: 3px;
    right: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px;
    margin: auto;
    bottom: 0px;
    border: 0;
    transition: 0.4s all;
}

.userDropdownProfile .dropdown-menu {
    min-width: 200px;
    top: 40px;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,
        rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    border: none;
}
.userDropdownProfile .profile-name {
    font-size: 14px;
    color: #1f1f1f;
    padding: 20px 20px 12px;
}
.userDropdownProfile .logout a {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
}
.userDropdownProfile .logout a svg {
    margin-right: 2px;
}
.userDropdownProfile .logout {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px 10px;
    display: flex;
    align-items: center;
}
.userDropdownProfile .dropdown-menu.show {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.ratingProgressbar {
    padding: 0px 0px 30px;
}
.ratingProgressbar .progress {
    margin-top: 1rem;
    height: 22px;
    border-radius: 20px;
}
.progressBarFlex {
    width: 100%;
    position: relative;
    padding: 0px 70px 0px 55px;
}

.progressBarFlex strong {
    position: absolute;
    top: 2px;
    left: 0px;
    line-height: 17px;
    font-size: 15px;
}

.progressBarFlex span.startValue {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.progressBarFlex .bg-warning {
    background-color: rgb(255 180 79) !important;
}
.otpAction {
    position: relative;
}
.otpAction .otpActionBtn {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otpAction .otpActionBtn input {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    height: auto;
    color: #ff702a;
}

.otpAction .otpActionBtn input#btnResendmobile01 {
    color: #212529;
}

.otpAction .otpActionBtn input#btnVerifySuccessmobile01 {
    color: #198754;
}

.management_listing li .card .card-body .star_rating {
    position: absolute;
    top: 2px;
    right: 10px;
    padding: 0px;
}
.best_college_listing
    .management_listing
    li
    .card
    .card-footer
    a.btn.btn-outline-primary {
    font-size: 14px;
    padding: 6px 16px;
}
.management_listing li .card .card-body h6 {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0px;
}
.management_logo {
    margin-bottom: 14px;
}
.star_rating h5 {
    font-size: 12px;
    letter-spacing: -1px;
}
.download {
    padding-bottom: 10px;
    padding-top: 5px;
}
.management_listing li .card .card-body h4 {
    font-size: 18px;
}
.management_listing li .card .card-body {
    padding-bottom: 10px;
}
.download a.btn {
    padding: 8px 12px 6px;
    border: none;
    display: inline-flex;
    font-size: 10px;
}

.arrowcarousel.owl-carousel .owl-nav .owl-next {
    right: 6px;
    background-color: #fff;
    border-radius: 50%;
    height: 47px;
    width: 47px;
      border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-size: 7px;
}
.arrowcarousel.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 1;
    background-color: #ddd;
}
.arrowcarousel.owl-carousel .owl-nav .owl-prev {
    left: 5px;
    background-color: #fff;
    border-radius: 50%;
    height: 47px;
    width: 47px;
     border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/left-arrow.svg);
    background-position: center;
    background-size: 7px;
}
.universities_cardbox {
    border: 1px solid rgb(255 112 42 / 18%);
    box-shadow: rgba(255, 112, 42, 0.15) 0px 7px 29px 0px;
    padding: 10px 10px;
    background: rgb(255 112 42 / 11%);
}

.universities_cardbox figure {
    width: 90px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}
.universities_content p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    margin: 10px 0 0px;
    font-weight: 500;
    line-height: 17px;
    min-height: 35px;
}

.universities {
    background-color: transparent;
}

.trending_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 44%;
    left: -22px;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/back_arrow.png) !important;
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000078;
}
.trending_slider .owl-nav button.owl-prev:hover,
.trending_slider .owl-nav button.owl-next:hover {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.trending_slider .owl-nav button.owl-next {
    position: absolute;
    top: 44%;
    right: -22px;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/right_arrow.png) !important;
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000078;
}
.owl-carousel.universities_programs {
    padding: 0px 10px;
}

.blog_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 44%;
    left: -44px;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/back_arrow.png) !important;
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000078;
}
.blog_slider .owl-nav button.owl-prev:hover,
.blog_slider .owl-nav button.owl-next:hover {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_slider .owl-nav button.owl-next {
    position: absolute;
    top: 44%;
    right: -44px;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/right_arrow.png) !important;
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000078;
}
.blog_section .item_slider .owl-carousel.blog_slider .owl-stage-outer {
    padding-left: 10px;
    padding-right: 10px;
}

.top_universities
    .owl-carousel.universities_programs.owl-theme.owl-loaded.owl-drag
    .owl-stage
    .owl-item
    .item {
    display: block;
}
.universities_img > img {
    height: 366px;
    object-fit: cover;
}

.trending .item_slider .owl-carousel.trending_slider .owl-nav {
    display: block;
}
@media (max-width: 767px) {
    .programs_listing .search_by_filters {
        height: auto;
        margin-bottom: 12px;
    }
    .management_listing li .card .card-body h4 {
        font-size: 16px;
    }
    .trending_slider .owl-nav button.owl-next {
        left: 0px;
    }
    .trending_slider .owl-nav button.owl-prev {
        right: 0px;
    }
    .blog_slider .owl-nav button.owl-next {
        left: 0px;
    }
    .blog_slider .owl-nav button.owl-prev {
        right: 0px;
    }
}

.university_details_section .certificate_img figure {
    width: 100%;
    height: auto;
    text-align: inherit;
}


.login-register.change-password {
    min-height: calc(100vh - 360px);
}

@media (max-width: 991px) {
    .login-register.change-password .form-box {
		min-height: inherit;
    }
	
	
	.login-register .bottom-links{
		margin-top: 0;
    }
}





.featured_blog_content .share-btns{right: auto; left:45px; margin:auto; top: 0; bottom: 0; flex-direction:row;} 
.share-btns{display: none; justify-content: center; align-items: center; flex-direction:column; position: absolute; right: 0; left: 0; margin:auto; bottom: 45px; z-index: 2; background-color: #ffffff; -webkit-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.26); box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.26); padding: 10px 10px; border-radius: 30px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.latest_postsicon.share-wrapper figure:first-child{margin:0;}
.share-wrapper:hover .share-btns{display:flex; gap:5px;}
.share{float:left;}
.icon.d-flex.latest_postsicon.share-wrapper{position: relative;}
.share-btns a .fa{background-color: #6b6260; color: #ffffff; height: 30px; width: 30px; font-weight: 600; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 18px; transition: all 0.5s ease-in-out;}
.share-btns a:hover .fa{background-color: #ff812c; color: #ffffff;}

@media (max-width: 991px) {
.share-btns{bottom:40px;}
.featured_blog_content .share-btns{left:40px;}
}

/***** homepage changes 17-06-2024 ******/

.programm-tab-content .mob-tab-view {
    padding-left: 0px;
    padding-top: 0px;
}

.programm-tab-content .content-box-heading{    padding: 16px 0 11px;
    font-size: 18px;     margin-bottom: 16px;     box-shadow: none;
    border-bottom: 1px solid #efefef; 
}
	
.programm-tab-content ul.content-box li{    width: 25%;     height: auto !important; display:block;     padding: 0 6px 10px !important;}	
	.programm-tab-content .certification-text{    margin:6px 0 6px;
    font-size: 14px;     white-space: normal;}
.course-img-container figure{
	width: auto;
    height: auto;
	border:none;
	justify-content: flex-start;
}
	.course-img-container {
    display: block !important;
}
.programm-tab-content ul.content-box li a{padding: 10px !important; }
.programm-tab-content ul.content-box{ max-height: 510px; height:auto;}
.explore-programm-wrap .programm-tab-left h2{    padding: 10px 16px;     border: 1px solid #efefef; border-top:0px; border-right:0px;     font-size: 16px;     height: 50px;     margin-bottom: 0px;}
header .navbar .navigation ul li a{	    -ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}
.programm-tab-content ul.content-box li a:hover{   border: 1px solid rgb(255 112 42 / 18%);
  }
 
.programm-tab-left .nav-pills li .nav-link{border-radius:0px; -ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s; padding-left:16px; border-left:0px;}
.programm-tab-left .nav-pills li .nav-link:hover{padding-left:16px;border:none;}
.programm-tab-left .nav-pills li .nav-link.active{padding-left:16px; border:none;}
header .navbar .navigation ul li a.active{border-radius: 4px;}

.menu_icon {
    width: 15%;
}
header .navbar .navigation ul li a.active i.fa.fa-sort-desc {
    color: #fff;
    display: none;
}

header .navbar .navigation ul li a.sub_menu_dropdown {
    padding-right: 34px;
}

header .navbar .navigation ul li a.sub_menu_dropdown::after {
    position: absolute;
    top: 3px;
    right: 10px;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px;
    margin: auto;
    bottom: 0px;
    filter: brightness(0) invert(1);
    border: 0;
	    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*header .navbar .navigation ul li:hover a.sub_menu_dropdown{background-color:#ff702a;}*/
header .navbar .navigation ul li:hover a.sub_menu_dropdown:after{    transform: rotate(180deg);}
header .navbar .navigation ul li a.sub_menu_dropdown::before{display:none;}
header .navbar .menu_icon ul li a.login-btn{    min-width: 100px;
    padding: 7px 14px;}
	header .navbar .navigation ul > li > a:hover{    background: rgb(255 112 42 / 11%); border-radius:4px;}
		header .navbar .navigation ul li a.nav-link:before{display:none;}
	header .navbar .navigation ul li a.nav-link {
    padding-left: 12px;
    padding-right: 12px;
}
.banner_section .container{    position: relative;}
.banner_section::before{display:none;}

.bannerFlex {
    display: flex;
    align-items: center;
}
.bannerFlex .banner_content {
    width: 50%;
	padding-right:40px;
}
.bannerFlex .rightsideBanner {
    width: 50%;
}


ul.imagethumbList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
	justify-content: flex-end;
	 position: relative;
	 z-index:1;
}
ul.imagethumbList:after{position:absolute; top:0px; content:''; bottom:0px; right:0px; z-index:-1;      background-image: url(../images/earth-bg.svg);
    background-repeat: no-repeat; margin:auto; -webkit-animation: rotation infinite 55s linear; animation: rotation infinite 55s linear;     height: 585px;
    width: 585px;}
 /* Rotation frame*/
 
 
 

 
 
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
} 
  
ul.imagethumbList li {
    list-style: none;
    padding: 0px 14px;
	margin-top:40px;
}
ul.imagethumbList li >div:first-child{padding-bottom:28px;}
ul.imagethumbList li.middleImage {
    margin-top: -250px;
}
ul.imagethumbList li.lastImage, ul.imagethumbList li.firstImage{margin-bottom:-150px;}

.banner_section {
    position: relative; overflow:hidden;
      background-image: url(../images/home_banner_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
	    padding: 40px 0px;
		min-height:590px;
		    display: flex;
    align-items: center;
}

header{    padding: 0px 0px;	    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}
header.fixed{padding:0px;}

.navigation_main a.navbar-brand {
    padding: 0px;
    margin: 0px;
}
header nav.navbar.navbar-expand-lg.bg-transparent{ -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
header.fixed nav.navbar.navbar-expand-lg.bg-transparent{height:70px;}
.cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 999;
	mix-blend-mode: none;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1363df;
	  transition: all 0.2s ease-out;
}


.bannerFlex .banner_content h1 {
    color: #000;
    font-size: 50px;
    max-width: 100%;
    margin-top:0px;
	max
}

.bannerFlex .banner_content p {
    color: #1B212F;
    z-index: 1;
    font-size: 18px;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 0px;
    font-weight: 400;
    line-height: 32px;
}

.globeshape {
    max-width: 58px;
    left: 4%;
    top: 12%;
    position: absolute;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
    animation-duration: 3s;
    transition: all .3s ease-out 0s;
}
.alltuchtopdown {
  animation:alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration:3s
}
@keyframes alltuchtopdown {
  0% {
    transform:rotateX(0deg) translateY(0)
  }
  50% {
    transform:rotateX(0deg) translateY(-20px)
  }
  to {
    transform:rotateX(0deg) translateY(0)
  }
}

header nav.navbar.navbar-expand-lg.bg-transparent{    position: initial;}
/*.middleImage .imagethumbBox:last-child img{    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
    animation-duration: 3s;
    transition: all .3s ease-out 0s;}*/

.submenu-nested .explore-programm-wrap {
    max-width: 1340px;
    margin: auto;
}
.explore-programm-wrap .programm-tab-left{    box-shadow: none;     border-right: 1px solid #efefef;}
header .navbar .navigation ul li .submenu-nested{        border-radius: 0px; box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);}


.heading{color:#000; font-weight:700;}
.heading strong{color:#ff702a; font-weight:700;}
section.universities{position:relative;}
section.universities:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(-90deg,hsla(0,0%,100%,0),#fff 60.23%);
    height: 100%;
    width: 80px;
    z-index: 2;
}

section.universities:before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 60.23%);
    height: 100%;
    width: 80px;
    z-index: 2;
}
.explore_programs{    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 58, 0.05)), to(rgba(241, 77, 93, 0.03)));
    background: linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
    background: -o-linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
    padding: 40px 0px; margin-bottom:0px; position:relative; }

	
.explore_programs_tab {
    margin-top: 24px;
	position:relative;
}


/*.degrees_left_box {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: block;
}*/

.degrees_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}
.degrees_content h3 span {
    padding-bottom: 4px;
    font-size: 15px;
	    font-weight: 500;
}
.degrees_left_box p {
    font-size: 14px;
    color: #1B212F;
}

.explore_programs .explore_programs_tab ul .nav-item button {
    color: #000;
    font-size: 15px;
    	border:none;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: 500;
	  border: 1px solid rgba(0,0,0,0.05);
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	    background-color: #fff;
	
}
.degrees_cardbox.card{margin-bottom:0px;}

.explore_programs:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    content: '';
    background-image: url('../images/blog-shape-1.png');
    background-repeat: no-repeat;
    background-position: bottom left;
	z-index:-1;
}

.explore_programs:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    content: '';
    background-image: url('../images/blog-shape-2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
z-index:-1;
}




.explore_programs .explore_programs_tab ul li button:hover, .explore_programs .explore_programs_tab ul li button:focus,  .explore_programs .explore_programs_tab ul li button:active {
    color: #fff;
    border-radius: 5px;
    background: #182a5a;
   border: 1px solid #182a5a;
}

.explore_programs .explore_programs_tab ul li button.active:hover{  color: #fff;
    border-radius: 5px;
    background: #182a5a;
   border: 1px solid #182a5a;} 
.explore_programs .explore_programs_tab ul li button.active {
    padding: 10px 16px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #182a5a;
    background-color: #182a5a;
}

.explore_programs .explore_programs_tab ul li {
    margin-left:12px;
}


.explore_programs .explore_programs_tab ul li:first-child{margin-left:0px;}
.explore_programs_tab .tab-content {
    padding-top: 0px;
}

.paragraphline{color:#666666; font-size:16px; line-height:24px; margin:0px auto; padding:0px;}
.explore_programs h2.heading{padding-bottom:5px;}
.degrees_cardbox figure a{position:relative; overflow:hidden; display:block; z-index: 1;}
.degrees_cardbox figure a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
	transform: skewX(-25deg);
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index:1;
}
.degrees_cardbox:hover figure a::before {
	animation: hoverShine 1.2s;
}

.explore_programs .explore_programs_tab ul {
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.degrees_left_box {
    width: 100%;
    display: block;
    text-align: center;
}


.btn-primary {
    border-radius: 5px;
	position: relative;
    z-index: 2;
    overflow: hidden;
	box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
		-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	    padding: 10px 20px;
		    font-size: 15px;
    font-weight: 500;
}
.btn-primary:hover{
		box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
}
.btn-primary:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color:#182a5a;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.btn-primary:hover::before{
    height: 560%;
}



.explore_programs .explore_programs_tab .tab-content .tab-pane .degrees .owl-nav button.owl-prev{background-image: url(../images/left-arrow.svg);   border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);}
.explore_programs .explore_programs_tab .tab-content .tab-pane .degrees .owl-nav button.owl-next{background-image: url(../images/right-arrow.svg);   border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);}

.degrees_cardbox.card {
    margin: 0px 0px 24px;
    border: none;
	    position: relative;
}

.degrees_cardbox.card:hover {
    box-shadow: none;
}
.degrees_cardbox.card .card-body .degrees_contentbox figure {
    width: 80px;
    height: 40px;
    align-items: center;
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #ffff;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    margin: 0px;
}

.degrees_cardbox.card .card-body .degrees_contentbox figure img {
    width: auto;
    margin: auto;
    border-radius: 0px;
    max-width: 100%;
    max-height: 100%;
}

.universities_subtitle {
    max-width: 100%;
    padding: 0px !important;
}

.degrees_contentbox p {
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
}

.degrees_cardbox.card .card-body {
    padding: 20px;
}
.degrees_cardbox.card .card-body h4{    margin: 0px; -webkit-line-clamp: inherit;}
.universities_subtitle  p  {
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
}
.months{    font-weight: 500;     font-family: 'Poppins', sans-serif; padding-bottom: 2px;}
.degrees_cardbox.card figure{position:relative;}
.tagLine {
    position: absolute;
    top: 16px;
    background-color: #fdb342;
    color: #fff;
    font-size: 11px;
    padding: 3px 12px;
    right: 0px;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px 0px 0px 3px;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
    background-color: #ffebe3 !important;
}

.heading {
    padding-bottom: 0px;
}

.experts_section{ background:transparent; padding:50px 0px 30px;}
.experts_section .experts_main .owl-carousel.experts_slider.owl-theme.owl-loaded .owl-stage-outer .owl-stage .owl-item {
    display: block;
}
.experts_section .experts_main .owl-carousel.experts_slider.owl-theme.owl-loaded .owl-stage-outer .owl-stage .owl-item .item {
    display: block;
}
.experts_section .experts_main .owl-carousel.experts_slider.owl-theme.owl-loaded .owl-stage-outer .owl-stage .owl-item .item .guidance_box {
    display: block;
	border-radius: 10px;
	background:#fff;
	    border: 1px solid #e6e6e6;
    /* background: rgb(255 112 42 / 3%);
     border: 1px solid rgb(255 112 42 / 18%);
  -webkit-box-shadow: 5px 10px 60px rgba(27, 33, 47, 0.05);
  box-shadow: 5px 10px 60px rgba(27, 33, 47, 0.05);
    box-shadow: 0px 8px rgb(255 112 42 / 18%);*/
      text-align: center;
}
.consult_now a.btn.btn-primary {
    width: 100%;
    padding: 12px 20px;
}


.experts_section .item_slider .owl-item .item .guidance_box figure {
       border-radius: 10px;
    height: auto;
    width: auto;
    display: block;
    border: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.experts_section .item_slider .owl-item .item .guidance_box figure img{width:100%;}
.experts_section .experts_main .owl-carousel.experts_slider.owl-theme.owl-loaded .owl-stage-outer {
    padding: 30px 0px ;
}
.expertswrapper {
    padding: 0px 24px 24px;

}
.guidance_box p {
    max-width: 100%;
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20px;
	display:block;
}
.experts_section .item_slider {
    padding-top: 10px;
}

.top_universities {
    margin: 0px 0px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 58, 0.05)), to(rgba(241, 77, 93, 0.03)));
    background: linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
    background: -o-linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);*/
    padding: 60px 0px 15px;
	overflow:hidden;
}

.top_universities p.paragraphline {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
}


.universities_programs .card {
    border: 1px solid rgba(27, 33, 47, 0.05) ;
	background-color:#fff;
    border-radius: 10px;
}
.owl-carousel .owl-item .top_universities_logo figure {
    left: 0px;
    padding: 4px;
    margin: 0px;
	    border-radius: 0px 5px 5px 0px;
    height: 50px;
}
.owl-carousel .owl-item .top_universities_logo figure {
    left: 0px;
    padding: 6px;
    margin: 0px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    width: 80px;
    height: 40px;
}
.owl-carousel .owl-item .top_universities_logo figure img{object-fit: inherit;     max-height: 100%;}
.top_universities .owl-carousel.universities_programs .owl-stage-outer{padding:30px 0px; display: block;}
.top_universities .owl-carousel.universities_programs.owl-theme.owl-loaded.owl-drag .owl-stage{display: block;}
.top_universities .owl-carousel.universities_programs.owl-theme.owl-loaded.owl-drag .owl-stage .owl-item .item {display: block; padding: 0px 0px;}

.top_universities .owl-carousel.universities_programs .owl-stage-outer{
      overflow: visible;
    }
.top_universities .owl-carousel.universities_programs .owl-stage-outer .owl-stage .owl-item {
      opacity: 0;
      transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
    }
.top_universities .owl-carousel.universities_programs .owl-stage-outer .owl-stage .owl-item.active  {
      opacity: 1;
      transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
    }

/*.top_universities .owl-carousel.universities_programs {overflow: hidden;}*/
.top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -32px;
    bottom: 0;
    margin-top: -20px;
    background-color: #fff;
    background-image: url(../images/left-arrow.svg);
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    border: 1px solid rgb(255 112 42 / 18%);
    box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}

.top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -32px;
    bottom: 0;
    margin-top: -20px;
    background-color: #fff;
    background-image: url(../images/right-arrow.svg);
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    border: 1px solid rgb(255 112 42 / 18%);
    box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}

.owl-carousel.universities_programs {
    padding: 0px 0px;
}
.top_universities .item_slider {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 16px 0px 0px;
}
.universities_program_content h4{    font-family: 'Poppins', sans-serif; font-weight:700;}
.universities_program_content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.universities_program_content {
    padding: 24px 24px;
}

.program_btn a.btn.btn-primary {
    text-transform: capitalize;
    min-width: 150px;
}

.testimonials {
    background-color: #fff;
    padding: 60px 0 36px;
}
.top_universities{    position: relative;     background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 58, 0.05)), to(rgba(241, 77, 93, 0.03)));
    background: linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
    background: -o-linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);}



.top_universities:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    background-image: url(../images/university-bg.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    background-position: center top;
    background-repeat: no-repeat;
}

@keyframes hoverShine {
  to {
    left:125%
  }
}


.testimonials_img {
    height: 85px;
    width: 85px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-wrapper {
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.09);
	padding: 25px 30px 25px 30px;
	-webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
  box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
}
.userClient-image.testimonial-authors {
    display: flex;
    align-items: center;
}
.testimonials_details {
    width: calc(100% - 85px);
    padding-left: 20px;
}
.testimonials_details h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.testimonials_details p {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin: 4px 0px;
}

.testimonials_details span {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}
.testimonials_decription {
    margin-left: 0px;
    height: auto;
    width: 100%;
    background: transparent;
    overflow-y: hidden;
    margin-bottom: 0px;
    padding: 30px 0px 0px;
}

.testimonials_decription p.card-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #707070;
	margin-bottom: 0;
	/*text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;*/
}
.testimonials_decription p.card-text a{color:#ff702a; font-size:14px;}

.testimonials_overflow {
    min-height: auto;
}
.testimonials_details p strong {
    display: block;
    font-weight: 500;
}


.testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -32px;
    bottom: 0;
	margin-top:-20px;
    background-color: #fff;
	background-image: url(../images/left-arrow.svg); 
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
  border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    position: absolute;
  top: 50%;
    right: -32px;
    bottom: 0;
	margin-top:-20px;
    background-color: #fff;
	background-image: url(../images/right-arrow.svg);
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}

.testimonial-wrapper .quote-icon{margin-top:22px;}
.testimonial-wrapper .quote-icon img {
	width: 42px;
}
.testimonials-slider.owl-carousel .owl-stage-outer{padding-bottom:30px;}


.blog_section {
    background-image: url(../images/blog_bg.jpg);
    padding: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.blog_content p{font-family: 'Poppins', sans-serif; font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #707070;
	margin-bottom: 0;}

.blog_btn {

    padding: 32px 0;
    position: relative;
}
.blog_section .item_slider .owl-carousel .owl-item .blog_content figure{    border-radius: 15px 15px 0px 0px;}
.blog_section .item_slider .owl-carousel .owl-item .blog_content figure img{border-radius:0px;}

.blog_section .item_slider .owl-carousel .owl-item .blog_content figure a{position:relative; overflow:hidden; display:block; z-index: 1;}
.blog_section .item_slider .owl-carousel .owl-item .blog_content figure a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
	transform: skewX(-25deg);
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index:1;
}
.blog_section .item_slider .owl-carousel .owl-item .blog_content:hover figure a::before {
	animation: hoverShine 1.2s;
}
.blogWrapper{background-color:#fff; padding:25px;   border-radius: 0px 0px 15px 15px;}
.blog_content h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    min-height: 50px;
}
.blog_content span {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.content_btn .btn-link{color:#ff702a; font-weight:500;}
.blog_main .blog_slider .owl-nav button.owl-prev{    border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24); 	background-image: url(../images/left-arrow.svg) !important;     left: -24px;  }
.blog_main .blog_slider .owl-nav button.owl-next{   border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24); 	background-image: url(../images/right-arrow.svg) !important;      right: -24px;  }

.learner_support {padding:20px 0px 0px;}
.commuityrow {
    padding: 70px 0 70px;
    margin: auto;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/line-bg.svg") no-repeat;
    background-size: cover;
	    background-position: center top;
}


.onlinevidhya_section{
position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 58, 0.05)), to(rgba(241, 77, 93, 0.03)));
    background: linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
    background: -o-linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
	padding:60px 0px;
	z-index:1;
	
}
/*.onlinevidhya_section:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    background-image: url(https://validtemplates.github.io/educom/assets/img/shape-bg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-position: center top;
    background-repeat: no-repeat;
}*/


.navbarPill{    justify-content: center;
    align-items: center; display: flex;     flex-wrap: nowrap;}

ul.navbarPill li {
    margin-left: 0px;
    width: 33.33%;
}
ul.navbarPill li:first-child {
    margin-left: 0px;
}

ul.navbarPill{margin: 30px auto 0px;max-width: 500px; gap:5px; background: #ffffff;border-radius: 5px;border: none;padding: 5px;-webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);}
ul.navbarPill li.nav-item button {
    color: #000;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: 500;
    border: none;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-width: 100%;
    display: block;
    margin: 0px;
}

ul.navbarPill li.nav-item button.nav-link:hover, ul.navbarPill li.nav-item button.nav-link:focus, ul.navbarPill li.nav-item button.nav-link:active {
    color: #fff;
    border-radius: 5px;
    background: #ff702a;
    border: none;
}

ul.navbarPill li.nav-item button.nav-link.active, ul.navbarPill li.nav-item button.nav-link.active:hover {
    color: #fff;
    border: none;
    background-color: #ff702a;
}


.onlinevidhyaExpertise h3 {
    color: #000;
    display: block;
    margin: 0px 0px 30px;
    padding: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.checkListing {
    margin: 0px;
    padding: 0px;
    display: block;
}

ul.checkListing li {
    list-style: none;
    display: block;
	margin-bottom:30px;
	    color: #000;
		font-size:18px;
		    line-height: 22px;
		    padding-left: 36px;
}
ul.checkListing li:last-child{margin-bottom:0px;}
ul.checkListing li::before {
    background-image: url(../images/check_green.png);
	left:0px;
	    top: 7px;
}
.boxshadow {
    -webkit-box-shadow: 20px 0 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 20px 0 30px 0 rgba(0, 0, 0, 0.07);
    padding: 60px;
    display: inline-flex;
    flex-direction: column;
    background-color: rgb(255 255 255 / 0%);
	    border-radius: 0px 20px 20px 0px;
}


.circleimg {
    width: 19%;
}
.circleimg2 {
    margin: 70px 0px 60px 120px;
    height: 195px;
    width: 195px;
}

.jointext {
    width: 62%;
}

.circleimg {
    width: 19%;
}

.circleimg4 {
    margin-left: auto;
    width: 151px;
    height: 151px;
    margin-right: 30px;
}

.circleimg5 {
    margin: 130px 0px 40px 0px;
}

.circleimg6 {
    margin-left: auto;
    width: 162px;
    height: 195px;
}
.circleimg img{
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
    animation-duration: 3s;
    transition: all .3s ease-out 0s;
}
.online_support_heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.online_support {
    display: flex;
    padding-left: 0;
    padding-top: 25px;
    margin-bottom: 0;
    width: 100%;
	    max-width: 650px;
    margin: auto;
	    flex-wrap: nowrap;
    gap: 15px;
}
.online_support_heading h2 {
    margin: 0;
    padding-right: 0px;
	padding-bottom:16px;
}
.online_support_heading h2 strong {
    display: block;
    font-size: 60px;
}
.online_support li h4 a{    color: #000; font-size: 24px;}
.online_support li h4 a i{color:#ff702a; margin-right:6px; }




.online_support li h3{    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;}
.online_support li {
    list-style: none;
    margin-right: 0px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 22px 27px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    width: 50%;
}


.trending {
    background-image: url('../images/trendbanner_bg.jpg');
    padding: 60px 0px 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	    background: transparent;
}
.trending .trending_content{padding:0px;}


.best_trending a{position:relative; overflow:hidden; display:block; z-index: 1;}
.best_trending a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
	transform: skewX(-25deg);
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index:1;
}
.best_trending:hover a::before {
	animation: hoverShine 1.2s;
}

.trending_content_box .trending_wrap figure{
    width: 80px;
    height: 40px;
    align-items: center;
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #ffff;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    margin: 0px;
	justify-content: center;
}


.trending_caption {
    width: 100%;
    flex: 0 0 auto;
    padding: 0px;
}
.best_trending {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #efefef;
	position:relative;
	
}
.trending_content_box {
    padding: 20px;
}
.best_trending a {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}
.trending_content_box .trending_wrap figure img{width:auto !important;}

.trending_wrap span.sub_title {
  font-size: 12px;
    color: #666666;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
}


.trending_slider .owl-nav button.owl-prev{   border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);	background-image: url(../images/left-arrow.svg) !important;     left: -24px;  }
.trending_slider .owl-nav button.owl-next{    border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24); 	background-image: url(../images/right-arrow.svg) !important;      right: -24px;  }
.bannerFlex .banner_content h1 {
    color: #000;
    font-size: 60px;
    max-width: 600px;
    margin-top: 0px;
    text-transform: capitalize;
	width:100%;
	
}
.bannerFlex .banner_content h1 span {
    font-size: 50px;
    color: #000;
}
 
.bannerFlex .banner_content p {
    color: #ff702a;
    z-index: 1;
    font-size: 18px;
    max-width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 24px;
    background: rgb(255 112 42 / 11%);
    width: auto;
    border-radius: 5px;
    margin-top: 19px;
}
 .trending_slider.owl-carousel .owl-stage-outer{padding-bottom:30px;} 

ul.stepslisting {
    margin: 30px 0px 0px;
    padding: 30px 0px;
    display: flex;
}

ul.stepslisting li {
    width: 33.33%;
    padding: 0px 20px;
    list-style: none;
    text-align: center;
		position:relative;
}
ul.stepslisting li .questionCard strong {
    display: block;
    color: #000;
    font-size: 18px;
    padding: 0px 0px 10px;
    max-width: 295px;
    margin: auto;

}
ul.stepslisting li .questionCard p {
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    padding: 0px 5px;
    max-width: 320px;
    margin: auto;
}

ul.stepslisting li .questionCard figure {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    margin: 0 auto 30px;
	padding:20px;
	    display: flex;
    align-items: center;
    justify-content: center;
position:relative;
    z-index: 1;
	
	
}
ul.stepslisting li .questionCard figure img {
    width: 100px;
}


ul.stepslisting li .questionCard strong span {
    /* display: block; */
    color: #ff702a;
}
ul.stepslisting li.middleCard{margin-top:0px;}


ul.stepslisting li::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 80px;
    background: url(../images/process-arrow-1.svg);
    background-repeat: repeat;
    background-size: auto;
    right: -114px;
    top: 20px;
    transform: rotate(-25deg);
    background-size: 330px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center right;
}
ul.stepslisting li:last-child:after{display:none;}


ul.stepslisting li.middleCard::after {
    width: 200px;
    height: 70px;
    right: -98px;
    top: 72px;
    background: url(../images/process-arrow-2.svg);
    transform: rotate(20deg);
    background-repeat: no-repeat;
    height: 90px;
    background-size: 330px;
    background-position: center right;
}

ul.stepslisting li .questionCard figure:after {
    position: absolute;
    left: 0px;
    height: 200px;
    width: 200px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: 0px;
    content: '';
    border: 1px dashed #d3cece;
    border-radius: 50%;
	    z-index: -1;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


section.universitiesView_section {
    padding: 60px 0px;
	position: relative;
    z-index: 1;
    overflow: hidden;
}

section.universitiesView_section:after {
    position: absolute;
    bottom: 0px;
    right: -150px;
    content: '';
    width: 100%;
    background-image: url(../images/framebg.svg);
    height: 100%;
    z-index: -1;
    background-position: right 200px;
    background-repeat: no-repeat;
}

.universities-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.universities-wrapper .universities-col-left {
    width: 40%;
	padding-right:20px;
}

.universities-wrapper .universities-col-right {
    width: 60%;
	padding:0px 12px;
}
ul.leading-universitiesList {
    margin: 0px;
    padding: 0px;
		margin:0px; padding:0px; list-style:none;
}

ul.leading-universitiesList li{margin-bottom:20px; position:relative;}
ul.leading-universitiesList li:last-child{margin-bottom:20px;}
.leading-row {
    display: flex;
    justify-content: center;
    text-align: center;
	gap:20px;


}

.leading-row .leadingBox a {
    background-color: #F4F7FB;
    padding: 16px 10px;
    border-radius: 5px;
    width: 210px;
	display:block;
		-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	    height: 100%;
}

.leading-row .leadingBox a:hover{
	    box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
		    background-color: #ff702a;
}
.leading-row .leadingBox a:hover strong{color:#fff;}
.leading-row .leadingBox a:hover  p{color:rgba(255,255,255, 0.8);}

.leading-row .leadingBox figure {
    height: 103px;
    width: 103px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    background-color: #fff;
	    padding: 14px;
}

.leading-row .leadingBox strong {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 20px;
	padding-bottom:3px;
	font-weight:600;
		-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.leading-row .leadingBox p {
    font-size: 12px;
    display: block;
	font-weight:500;
    margin: 0px;
    color: #5A5A5A;
	  line-height: 18px;
	  	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.universities-col-left .headingCard .heading {
    font-weight: 400;
	line-height:60px;
}
.universities-col-left .headingCard .heading b{font-weight:700;}
.universities-col-left p.paragraphline {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 15px;
}

ul.leading-universitiesList li.middleCard:after {
    position: absolute;
    top: -90px;
    right: 66px;
    content: '';
    background: url(../images/categories_shape04.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.leading-universitiesList li.lastCard:after {
    position: absolute;
    top: 0px;
    left: 60px;
    content: '';
    background: url(../images/categories_shape03.svg);
    background-repeat: no-repeat;
    height: 25px;
    width: 77px;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 1.5s;
    animation-duration: 3s;
    transition: all .3s ease-out 0s;
    bottom: 0px;
    margin: auto;
}

.universities-item{padding:0px 20px;}

.universities{padding:50px 0px;}
.onlinevidhyaExpertise{padding:30px 0px 20px;}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index:-1;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(255 112 42 / 10%);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.allUniversties-section{padding:50px 0px;}
.allUniverstiesList{display: flex; margin:0px -10px; flex-wrap:wrap;}
.allUniverstiesList li{width:25%; padding:0px 10px;}

.allUniverstiesList li a.leadingBox  {
    background-color: #F4F7FB;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
	display:block;
		-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	height:100%;
	text-align:center;
}

.allUniverstiesList li  a.leadingBox:hover{
	    box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
		    background-color: #ff702a;
}
.allUniverstiesList li  a.leadingBox:hover strong{color:#fff;}
.allUniverstiesList li  a.leadingBox:hover  p{color:rgba(255,255,255, 0.8);}

.allUniverstiesList li  a.leadingBox figure {
    height: 103px;
    width: 103px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background-color: #fff;
    overflow: hidden;
	padding:12px;
}

.allUniverstiesList li  a.leadingBox strong {
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 20px;
	padding-bottom:7px;
	font-weight:600;
		-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.allUniverstiesList li  a.leadingBox p {
    font-size: 14px;
    display: block;
	font-weight:500;
    margin: 0px;
    color: #5A5A5A;
	  line-height: 20px;
	  	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
   
}

.management_logo figure{    width: 80px;     height: 40px;}
.management_logo {
    margin-top: -40px;
}

.management_listing li .card .slider.responsive.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px;
}

.university-banner .program_img_box .small_logo figure {
    padding: 12px;
    min-height: inherit;
    min-width: auto;
    border-radius: 5px;
}
.small_logo_box figure {
    height: 40px;
    width: 80px;
    padding: 5px;
    border-radius: 4px;
}
.small_logo_box {
    top: -22px;
}

.university_details_section .otheruniversities_content .slider.courses_crousel .crousel_item .course_details.card figure{    height: 60px;}
.course_details.card .card-footer{    text-align: center;}
.course_details.card .card-footer a.btn.btn-primary {
    padding: 7px 20px;
    width: auto;
}
.certificate_listing  ul{margin:0px; padding:0px;}
.DegreeCourses-section .accordion-item {
    margin-bottom: 20px;
}

.DegreeCourses-section button.accordion-button {
    justify-content: space-between;
}
.DegreeCourses-section .accordion-button::after {
    position: absolute;
    top: 0px;
    right: 13px;
    bottom: 0px;
    margin: auto;
}
.DegreeCourses-section button.accordion-button {
    justify-content: space-between;
    background: transparent;
    padding: 10px 50px 10px 20px;
}

.DegreeCourses-section button.accordion-button  span.ms-auto.text-end {
    background-color: #ffdecd;
    border: 1px solid #f6c4ac;
    padding: 9px 14px;
    font-size: 14px;
    color: #f14f00;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
}
.DegreeCourses-section .table thead tr th:last-child {
    text-align: right;
}

.DegreeCourses-section .table tbody tr td:last-child {
    text-align: right;
}


.FlexnavBar .nav-pills {
    width: 25%;
    display: block;
	    /*padding-left: 16px;*/
	    border-right: 1px solid #efefef;
}
.FlexnavBar {
    display: flex;
}
.FlexnavBar .tab-content {
    width: 75%;
}
.FlexnavBar .nav-pills li {
    padding: 0px !important;
    display: block !important;
}

.FlexnavBar .nav-pills li .nav-link.active {
    padding-left: 16px;
}


.FlexnavBar .nav-pills li .nav-link.active {
    background-color: #ff702a;
    color: #fff;
    font-weight: 500;
}
.FlexnavBar .nav-pills li .nav-link:hover {
    background-color: #ff702a;
    color: #fff;
    font-weight: 500;
	    padding-left: 16px;
}


.FlexnavBar .nav-pills li .nav-link {
    width: 100%;
    text-align: start;
    height: 45px;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    padding: 10px 16px;
	    border-radius: 0px;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding-left: 16px;
}
.FlexnavBar .tab-content {
    width: 75%;
    padding-left: 0px;
padding-top:0px;
}

.programm-tab-content ul.content-box.content-boxThreeCol li{    width: 33.33%;}
.programm-tab-content ul.content-box{    padding-right: 0px;}
.programm-tab-left .nav-pills li .nav-link{font-size:15px; font-weight:500;}

.FlexnavBar {
    display: flex;
    height: calc(100% - 50px);
}
.FlexnavBar.SubFlexnavBar {
    height: 100%;
}

.programm-tab-content .content-box-heading{margin-bottom:0px; padding-left:16px;}
.explore-programm-wrap .programm-tab-content{padding-left:0px;}
.programm-tab-content ul.content-box{    padding-left: 20px;
padding-top:20px;}

.explore-programm-wrap .nav-pills li .nav-link{position:relative;}
.explore-programm-wrap .nav-pills li .nav-link.active:after{ filter: brightness(0) invert(1);     transform: rotate(-90deg); }
.explore-programm-wrap .nav-pills li .nav-link:hover:after{ filter: brightness(0) invert(1);}
.explore-programm-wrap .nav-pills li .nav-link:after {
    position: absolute;
    top: 3px;
    right: 10px;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px;
    margin: auto;
    bottom: 0px;
    /* filter: brightness(0) invert(1); */
    border: 0;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.course-img-container img {
    max-width: 70px;
}
.programm-tab-content p {
    font-size: 14px;
    font-weight: 500;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: hidden;
    white-space: normal;
	 padding-top: 10px;
	color: #000;
    text-overflow: inherit;
}
.programm-tab-content .certification-text {
    margin: 2px 0px 0px;
    color: #656565;
	    font-weight: 500;
}
.programm-tab-content p.upload-duraction {
    padding-top: 0px;
      font-weight: 500;
}


.FlexnavBar h2.content-box-heading {
    border: none;
    padding: 16px 16px 0px;
	font-size:16px;
}
.FlexnavBar.SubFlexnavBar .nav-pills {
    width: 40%;
}
.FlexnavBar.SubFlexnavBar .tab-content{    width: 60%;}

.programm-tab-content ul.content-boxTwoCol li{width:50%;}

/*header .navbar .navigation ul li .submenu-nested{display:block; opacity:1; visibility:visible;}*/

.testimonialModal .modal-dialog {
    max-width: 510px;
	    padding-top: 91px;
}
.testimonialModal  button.btn-close {
    position: absolute;
    top: 0px;
    right: -34px;
    filter: brightness(1) invert(1);
    opacity: 1;
}
.headingDetail{text-align:center; padding:10px;}
.headingDetail .nameView {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.headingDetail .positionview {
    font-size: 15px;
	font-weight: 500;
    color: #656565;
    line-height: 18px;
    margin: 2px 0px;
}

.headingDetail .workview {
    font-size: 15px;
    color: #000;
	font-weight: 500;
    line-height: 18px;
    margin: 0px 0px;
}
.testimonials-fulldecription .quote-icon {
    position: absolute;
    top: 20px;
    right: 35px;
}

.linkview a {
    color: #ff702a;
	margin-top:5px;
    font-size: 14px;
}


.testimonials-fulldecription figure {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: -80px auto 0px;
    border: 10px solid #fff;
}

.testimonials-fulldecription figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

    .linkview a i {
    font-size: 18px;
}

.input_search .search_btn {
    position: absolute;
    right: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
body.menu-show:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    content: '';
    background: #000;
    opacity: 0.6;
    z-index: 9;
}
body.menu-show{padding-right:0px;}
.contact_btn button.btn.btn-primary {
    width: auto;
    padding: 12px 20px;
    min-width: 220px;
    font-size: 16px;
}

.latest_posts ul li .card figure img{width:100%;}
.latest_posts ul li .card .card-body h4.card-title a{color:#000;}
.latest_posts ul li .card .card-body h4.card-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    min-height: 50px;
}
.latest_posts ul li .card .card-body .author_details {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.latest_posts ul li .card .card-body p, .blog_details p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #707070;
    margin-bottom: 0;
}
.latest_posts ul{margin: 0 -10px;}
.latest_posts ul li{    padding: 0 10px;}

.latest_posts ul li .card .blog_banner_icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 16px;
}
.latest_posts ul li .card{    position: relative;     padding-bottom: 70px;     background-color: #fff;
    -webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05); border:none;}
.form-box button.btn.btn-primary {
    padding: 12px 24px;
}
.form-box button.btn-primary:hover:before{height:700%}
.latest_posts ul li .card .blog_banner_icon figure:hover{background-color:transparent;}
.latest_posts ul li .card .blog_banner_icon figure{    border: none;
    height: auto;
    width: auto; overflow:inherit;}

.share-btns{    right: -12px;
    left: auto;
    margin: 0px;
    bottom: 18px;}
.featured_blog_content {position:relative;}	
.featured_blog_content .blog_banner_icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 40px 12px;
    width: 100%;
}
.featured_blog_content{    padding-bottom: 70px;}
.featured_blog_content p{
	    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #707070;
}

.management_listing li .card a.btn.btn-primary {
    margin-top: 10px;
}




@media (max-width: 1420px) {
	
.testimonials .owl-carousel .owl-nav button.owl-prev, .trending_slider .owl-nav button.owl-prev{    left: -13px;}	
.testimonials .owl-carousel .owl-nav button.owl-next, .trending_slider .owl-nav button.owl-next{    right: -13px;}	
	.online_support{    max-width: 600px;}
	.universities-wrapper .universities-col-left {
    width: 42%;
    padding-right: 16px;
}
.universities-wrapper .universities-col-right{    width: 58%;}
ul.leading-universitiesList li.lastCard:after{    left: 30px;}
ul.leading-universitiesList li.middleCard:after{    right: 40px;}
section.universitiesView_section:after {background-position: -100% 180px;}


	
}

@media  (min-width:1400px) and (max-width: 1500px) {
section.universitiesView_section:after {background-position: -100% 180px;}
	
}

@media  (min-width:1200px) and (max-width: 1300px) {
.bannerFlex .banner_content h1{    font-size: 50px;}	
.leading-row .leadingBox{width:33.33%;}
	.leading-row .leadingBox a{    width: 100%;         height: 100%;}
	.online_support_heading h2 strong {
    display: block;
    font-size: 50px;
}
.circleimg2{margin-left:0px;}	

	
}


@media (max-width: 1320px) {
ul.leading-universitiesList li.lastCard:after{    left: 0px;}
ul.leading-universitiesList li.middleCard:after{    right: 10px;}
.headingCard .heading {
    font-weight: 400;
    line-height: 40px;
    font-size: 30px;
}

.universities-col-left p.paragraphline {
    font-size: 16px;
    line-height: 30px;
}

}


@media (min-width:992px) {
header.fixed .navbar .navigation ul li .submenu-nested	{top:70px;}
	
header .navbar .navigation ul li .submenu-nested{
	-webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
	    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}

    @-webkit-keyframes DropDownSlide {
      100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
      }
      0% {
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
      }
    }
    @keyframes DropDownSlide {
      100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
      }
      0% {
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
      }
    }

.mobileAccordion{display:none;}


}

@media (max-width: 1199px) {
	.bannerFlex .banner_content h1{    font-size: 40px;}
.bannerFlex .banner_content h1 span {
    font-size: 40px;
    color: #000;
}	
.leading-row .leadingBox{width:33.33%;}
	.leading-row .leadingBox a{    width: 100%;         height: 100%;}
	.online_support_heading h2 strong {
    display: block;
    font-size: 50px;
}
.circleimg2{margin-left:0px;}	
	.banner_section{    min-height: 420px;}
	ul.stepslisting li .questionCard strong, ul.stepslisting li .questionCard p{    max-width: 100%;}
	.blog_section .item_slider .owl-carousel.blog_slider .owl-stage-outer {
    padding-left: 0px;
    padding-right:0px;
}

.container {
    max-width: 960px;
}
.universities-col-left .headingCard .heading {
    font-weight: 400;
    line-height: 40px;
}
.programm-tab-content ul.content-box.content-boxThreeCol li {
    width: 50%;
}
.programm-tab-content ul.content-boxTwoCol li {
    width: 100%;
}
.FlexnavBar.SubFlexnavBar .nav-pills {
    width: 50%;
}
.FlexnavBar.SubFlexnavBar .tab-content {
    width: 50%;
}
.FlexnavBar .nav-pills{width:30%;}
.FlexnavBar .tab-content{width:70%;}

}


@media (max-width: 991px) {
	
	header .navbar .navigation ul li .submenu-nested{display:none;}
	header .navbar .navigation > ul > li {
    height: auto;
}
body.scroll_stop{        padding-right: 0px !important;}

	.allUniverstiesList li {
    width: 33.33%;
}	
.programs_listing .search_by_filters {
    height: auto;
    margin-bottom: 20px;
}

	section.universitiesView_section:after{display:none;}
		.bannerFlex .banner_content h1{    font-size: 30px;}
.bannerFlex .banner_content h1 span { font-size: 30px;}	
	.bannerFlex .banner_content h1 {
    text-align: left;
    max-width: 100%;
}
.bannerFlex .banner_content {
    width: 100%;
    padding-right: 0px;
    max-width: 360px;
}	
.banner_content {
    text-align: left;
    align-items: center;
    display: block;
}
.bannerFlex .banner_content p{font-size:16px;         display: inline-flex;}
.banner_section {
    min-height: 316px;
    background-size: cover;
}
.globeshape{max-width: 40px;
    left: 14px;}
.headingCard .heading {
    font-weight: 400;
    line-height: 30px;
    font-size: 24px;
	        margin-bottom: 0px;
}
.paragraphline{font-size: 14px;
    line-height: 18px;}	
	ul.stepslisting li .questionCard strong{font-size: 16px;}
	ul.stepslisting li .questionCard p {
    font-size: 14px;
    line-height: 18px;}
	
	ul.stepslisting li .questionCard figure{    height: 160px;
    width: 160px;}
	ul.stepslisting li .questionCard figure:after{height: 160px;
    width: 160px;}
	ul.stepslisting li::after{    width: 408px;}
	ul.stepslisting li.middleCard::after {
    width: 88px;
    right: -56px;}
	.explore_programs .explore_programs_tab ul {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
	background-color:transparent;
	        border-radius: 0px;
}
.explore_programs_tab{padding:0px;}
.degrees_content h3{    font-size: 18px;}
.degrees_content h3 span{font-size:14px;}
.experts_section {
    padding: 0px;
}

.experts_section .experts_main .owl-carousel.experts_slider.owl-theme.owl-loaded .owl-stage-outer {
    padding-bottom:  0px;
}
.top_universities{padding:22px 0px 0px;}
.universities_img::before{display:none;}
.universities_program_content h4{font-size:18px;}
.universities_program_content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
}
	
.testimonials {
    padding: 20px 0 10px;
}	
	.testimonials_decription p.card-text {
    font-size: 14px;
    line-height: 20px;
}
.testimonials_details h4{    font-size: 16px;}
.testimonials_details p{    font-size: 12px;}
.blog_section{padding:20px 0px;}
.blog_main .blog_slider .owl-nav button.owl-prev{    left: -10px;}
.blog_main .blog_slider .owl-nav button.owl-next{    right: -10px;}
.blog_content h3 {
font-size: 18px;}
.blog_content p {
    font-size: 14px;
line-height: 20px;}
.content_btn {
    padding-top: 10px;
}
.blog_btn {
    padding: 0px 0 0px;
    position: relative;
}
.universities-wrapper {
    display: block;
    position: relative;
	padding-bottom:100px;
}
.universities-wrapper .universities-col-left {
    width: 100%;
    padding-right: 0px;
}
.universities-wrapper .universities-col-right {
     width: 100%;
}
.universities-col-left .headingCard .heading br{display:none;}
.universities-col-left .headingCard {text-align:center;}
.universities-col-left p.paragraphline {
    margin-top: 0px;
}
.viewmore {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto 20px;
}
section.universitiesView_section{padding:20px 0px 0px;}
.circleimg4{    margin-right: 0px;}
.online_support_heading h2 strong {
    display: block;
    font-size: 35px;
}
.circleimg {
    width: 22%;
}
.online_support {
    max-width: 300px;
    display: block;
    text-align: center;
}
.trending{padding:20px 0px;}
.online_support li{    width: 100%;}
header .navbar .navigation ul li a.active {
    border-radius: 0px;
}
header .navbar .navigation ul li .submenu-nested ul {
    padding: 30px 20px;
}
.colss-btn{border-bottom: 1px solid #e4e4e4;}

header .navbar .navigation ul li a.sub_menu_dropdown {
    position: relative;
}

.mobileAccordion  .accordion-item {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ededed;
}
.mobileAccordion button.accordion-button {
    border-radius: 0px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    box-shadow: none;

}
.mobileAccordion  .accordion-item:last-child{border-bottom:0px;}

.mobileAccordion .accordion-item:first-of-type .accordion-button{border-radius:0px;}
.mobileAccordion .accordion-button:not(.collapsed){background: rgb(255 112 42 / 11%);
    color: #ff702a;     border-bottom: 1px solid rgb(255 112 42 / 18%);  border-top: 1px solid rgb(255 112 42 / 18%);}

.Subaccordion {
    border-top: 1px solid #ededed;
    padding: 0px 20px;
}

.programm-tab-content ul.content-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.Subaccordion .programm-tab-content ul.content-box li{border-bottom:0px !important;}

.mobileAccordion .Subaccordion button.accordion-button {padding-left:0px; padding-right:0px;}

.mobileAccordion {
    position: fixed;
    top: 62px;
    right: -100%;
    width: 100%;
    height: calc(100% - 62px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
	-ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	background-color:#fff;
	        border-top: 1px solid #ededed;
	
}
.mobileAccordion.show{opacity:1; visibility:visible; right:0px;}

.Subaccordion-collapse{
    position: fixed;
    top: 62px;
    right: -100%;
    width: 100%;
    height: calc(100% - 62px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
	-ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	background-color:#fff;
	        border-top: 1px solid #ededed;
	
}
.Subaccordion-collapse.show{opacity:1; visibility:visible; right:0px;}
.box-heading {
    font-weight: 600;
    padding: 0px;
    font-size: 16px;
    margin: 0px;
    display: block;
    text-align: center;
}
.FlexTopheading {
    position: relative;
    background: #182a5a;
    padding: 12px 20px;
    color: #fff;
}

.FlexTopheading button.back-btn {
    position: absolute;
    top: 12px;
    left: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: none;
    transform: rotate(90deg);
	        filter: brightness(0.5) invert(1);
}

.mobileAccordion .accordion-item .accordion-button::after {
    transform: rotate(-90deg);
}


}


@media (max-width: 767px) {
	.banner_section:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}
	.latest_posts ul{margin: 0 0px;}
.latest_posts ul li{    padding:0px; margin-bottom:12px;}
	
	.banner_section {position: relative; z-index:1; overflow:hidden;background-image: url(../images/mobile_banner.png); }
	.trending{margin-bottom:0px;}
	.experts_section{padding-top:20px;}
	ul.navbarPill li.nav-item button{    min-width: 100px;}
.boxshadow{padding:20px 0px; box-shadow:none; margin-bottom:30px;}	
.onlinevidhyaExpertise .row {
    flex-direction: column-reverse;
}
.onlinevidhya_section{padding:20px 0px 0px;}
.onlinevidhyaExpertise {
    padding: 0px 0px 0px;
}
.bannerFlex .banner_content h1{    font-size:24px; color: #fff;}
.bannerFlex .banner_content h1 span { font-size: 24px; color: #fff;}		
	.bannerFlex .banner_content p {
    font-size: 14px;
    display: inline-flex;
	color: #fff;
    padding: 7px 14px;
    background: rgb(255 112 42 / 66%);
    margin-top: 6px;
	
}
.banner_section {
    min-height: 190px;
    background-size: cover;
    padding: 14px 0px;
}
.universities {
    padding: 20px 0px;
}

.globeshape {
    max-width: 40px;
    left: 14px;
    display: none;
}
	
	ul.stepslisting {
    margin: 0px 0px 0px;
            display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
		padding-bottom:10px;
}
	ul.stepslisting li {
    width: auto;
    padding: 0px;
}
	ul.stepslisting li .questionCard {
    width: 250px;
}

ul.stepslisting li.middleCard::after,ul.stepslisting li::after{display:none;}
.commuityrow {
    padding: 20px 0 20px;
    margin: auto;
    max-width: 100%;
display: block;         background: transparent;}
.circleimg {
    width: 100%;
    display: flex;
	gap:10px;
    align-items: center;
	justify-content: space-between;
}

.circleimg2, .circleimg1{
    margin: 0px 0px 0px 0px;
    height: 92px;
    width: 92px;
	        border-radius: 50%;
}
.jointext {
    width: 100%;
    padding-top: 20px;
}
.online_support_heading h2 strong {
    display: block;
    font-size: 28px;
}
.online_support li h4 a {
    color: #000;
    font-size: 18px;
}
.online_support li h3 {
    font-size: 15px;
    color: #000000;
    padding-bottom: 0px;
}
.online_support {
    max-width: 100%;
    display: block;
    text-align: center;
}
.learner_support {
    padding: 0px;
	
}

.universities-col-left .headingCard .heading {
    font-weight: 400;
    line-height: 30px;
}
.universities-col-left p.paragraphline {
    margin-top: 10px;
    line-height: 25px;
}
.universities-wrapper .universities-col-right {
    padding: 0px;
}
.leading-row .leadingBox {
    width: 100%;
	margin-bottom:20px;
}


.leading-row{display:block; }
ul.leading-universitiesList li.middleCard:after, ul.leading-universitiesList li.lastCard:after	{display:none;}
.testimonials .owl-carousel .owl-nav button.owl-next, .trending_slider .owl-nav button.owl-next {
    left: auto;
}
.blog_main .blog_slider .owl-nav button.owl-next {
    left: auto;
}
.blog_content h3 {
    font-size: 16px;
    min-height: inherit;
}

.top_universities .owl-carousel.universities_programs .owl-stage-outer {
    padding: 0px 0px 20px;
    display: block;
}
ul.stepslisting li .questionCard figure{margin-bottom:10px;}
ul.stepslisting li.middleCard {
    margin-top: 0px;
}
ul.stepslisting li.lastStep{ margin-top: 0px;}

	.allUniverstiesList li {
    width: 50%;
}	
.featured_blog_content .blog_banner_icon{    padding: 0px 10px 12px;}


}

@media (max-width: 449px) {
	
		.allUniverstiesList li {
    width: 100%;
}	
	.programm-tab-content ul.content-box.content-boxThreeCol li {
    width: 50%;
}
	
}

.search-section-start{width:100%;}
 

.login-register .form-box button.btn.btn-primary:hover:before {
    height: 840%;
}

.collaborationUniversityLogo{
    overflow: hidden;
} 

.about_course_text{
    word-break: break-all;
}
.specialisations-filter .collapse:not(.show){
    display: none;
}
.specialisations-filter .accordion-item{
    border: none;
    outline: none;
    margin-bottom: 25px;
}
 .specialisations-filter .accordion-header{
    padding: 0;
}
.specialisations-filter .accordion-button{
    font-size: 15px;
    font-weight: 600;
    color: #ff702a;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.specialisations-filter .accordion-button::after{
    background-size: 15px;
    background-position: center;
    background-image: url(../images/down_arrow_icon.svg);
    filter: invert(1) brightness(0);
}
.specialisations-filter .accordion-button:not(.collapsed)::after{
    filter: none;
}
.specialisations-filter .accordion-button.collapsed{
    color: #000000;
}
.specialisations-filter .accordion-body{
    background-color: rgb(255, 112, 42, 0.1);
    margin-top: 15px;
    border-radius: 10px;
}
.specialisations-filter .accordion-body .form-check-input{
    width: 17px;
    height: 17px;
}
.specialisations-filter .accordion-body .form-check label{
    font-size: 14px;
    font-weight: 500;
} 
.experts_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -32px;
    bottom: 0;
	margin-top:-20px;
    background-color: #fff;
	background-image: url(../images/left-arrow.svg); 
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
  border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}
.experts_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
  top: 50%;
    right: -32px;
    bottom: 0;
	margin-top:-20px;
    background-color: #fff;
	background-image: url(../images/right-arrow.svg);
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 50px;
    border: 1px solid rgb(255 112 42 / 18%);
		 box-shadow: 0px 6px 16px rgba(255, 112, 42, 0.24);
}

.experts_slider.owl-carousel .owl-stage-outer{padding-bottom:30px;}

@media (max-width:1199px){
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav{
        display: block;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-prev{
        display: block !important;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-next{
        display: block !important;
    }
}
@media (max-width:991px){
    .blog_banner_icon{
        flex-wrap: wrap;
    }
    .blog_banner_icon .blog_btnbox{
        width: 100%;
        margin-top: 20px;
    }
    .featured_blog_content .blog_banner_icon{
        position: relative;
        padding: 20px 0 5px;
    }
    .blog_banner_slider .slick-slide img{
        height: auto;
    }
    .share-wrapper .share-btns{
        display: flex;
        gap: 5px;
        left: 50px;
    }
    .blog-append-list .content_btn{
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .blog-append-list .share-btns{
        position: relative;
        flex-direction: row;
        right: -20px;
        bottom: 0;
        left: auto;
    }
    .latest_posts ul li .card .blog_banner_icon{
        position: relative;
        padding: 20px 0 5px;
    }
    .blog_item.slick-slide .featured_blog_content{
        padding-bottom: 0;
    } 
     .dtp .dtp-content .dtp-buttons{
        background-color: #fff;
    } 
    div.widget-visible iframe{
        bottom: 110px !important;
    }
    .specialisations-filter .accordion-header{
        display: block;
    }
    .specialisations-filter .accordion-button.collapsed{
        background-image: none;
    }
    .experts_slider.owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .experts_slider.owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav{
        display: block;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-prev{
        left: 0;
        display: block !important;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-next{
        right: 0;
        display: block !important;
    }
}
@media (max-width:768px){
    .mission_contant_main .row{
        flex-direction: row;
    }
    .vision_contant_box {
        margin-top:0;
    }
    .vision_img_box figure::after{
        display: block;
    }
    .vision_img_box figure {
        padding-right: 38px;
    }
    .mission_img_box figure{
        padding-left: 27px;
    }
    .mission_img_box figure::after{
        display: block;
    }
    .specialisations-filter .accordion-body{
        padding: 15px 10px;
    }
}
@media (max-width:767px){
    .mission_contant_main .row{
        flex-direction: column-reverse;
    }
    .vision_contant_box {
        margin-top:45px;
    }
    .vision_img_box figure::after{
        display: none;
    }
    .vision_img_box figure {
        padding-right: 0;
    }
    .mission_img_box figure{
        padding-left: 0;
    }
    .mission_img_box figure::after{
        display: none;
    }
    .tableformat .table tr td{
        text-align: center !important;
    }
    .experts_slider.owl-carousel .owl-nav button.owl-prev{
        height: 40px;
        width: 40px;
    }
    .experts_slider.owl-carousel .owl-nav button.owl-next{
        height: 40px;
        width: 40px;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-prev{
        height: 40px;
        width: 40px;
    }
    .top_universities .item_slider .owl-carousel.universities_programs .owl-nav button.owl-next{
        height: 40px;
        width: 40px;
    }
}




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url(../css/intl-tel-input/flags.png);
    }
}

.uni-shor-des ul{
    padding-left: 2rem;
}

/* 19-07-2024 */
.menubar-strip ul li a:focus, .menubar-strip ul li a:focus-within{
    outline: none;
}
.blog_details_section .share-btns{
    right: auto;
    left: 45px;
    margin: auto;
    top: 0;
    bottom: 0;
    flex-direction: row;
}
@media (max-width: 991px) {
    .testimonialModal  button.btn-close {
        top: -35px;
        right: 0px;
    }
    .modal_applynow .modal-content .modal-header h2{
        font-size: 24px;
    }
}
@media(max-width:767px){
    .explore_programs .explore_programs_tab ul{
        justify-content: flex-start;
    }
    .testimonials-fulldecription figure{
        width: 120px;
        height: 120px;
    }
    .testimonials-fulldecription .quote-icon{
        width: 30px;
        height: 30px;
    }
    .modal_applynow .modal-content .modal-header h2{
        font-size: 20px;
    }
    .modal_applynow .modal-content .modal-header{
        justify-content: flex-start;
    }
    .modal_applynow .modal-content .modal-header h2::after{
        left: 0;
        transform: none;
    }
}




.otpAction .otpActionBtn input#enquiryBtnResendmobile02 {
    color: #212529;
}

.otpAction .otpActionBtn input#enquiryBtnVerifySuccessmobile02 {
    color: #198754;
}

/* 14-08-2024 */

.enquire_now_modal_box .access_list_box .form-check{
    width: 50%;
}
.enquire_now_modal_box  .form-control{
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    border-radius: 8px !important;
    width: 100%;
}
.enquire_now_modal_box .access_list_box .countrynumber{
    width: 100%;
}
.enquire_now_modal_box .access_list_box .countrynumber .allow-dropdown{
    width: 100%;
}
.modal_applynow.modal-lg{
    max-width:550px;
}



/*Enquire Now Sticky Button*/
    .sticky-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

#enquiryButton {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    padding: 8px 8px;
    border: none;
    cursor: pointer;
}
/*Enquire Now Sticky Button*/