body{margin:0px;padding:0px;font-family:'Poppins', sans-serif;font-weight:300;font-size:14px;overflow-x:hidden;}
*{box-sizing:border-box;}
ul { margin: 0px; padding: 0px;}
html,body{height:100%;}
a:hover{text-decoration:none;}
button:focus{outline:none;}
::-webkit-input-placeholder{/* Chrome/Opera/Safari */
 color:#000 !important;}
::-moz-placeholder{/* Firefox 19+ */
 color:#000 !important;}
:-ms-input-placeholder{/* IE 10+ */
 color:#000 !important;}
:-moz-placeholder{/* Firefox 18- */
 color:#000 !important;}
 a{transition:0.3s;}
 header .navbar-nav li.active a{color:#e41937 !important;}
.navbar-expand-lg .navbar-nav .nav-link{font-weight: 700}
.navbar-expand-lg .navbar-nav .nav-link:hover{color:#e41937 !important;}
.emp-login{background-image:url(../images/login_bg.jpg);background-size:cover;background-position:center center;  padding: 80px 0px;}
/*.emp-login{background-image:url(../images/login_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}*/
.btn-theme{background:#021b5e;color:#fff;border-radius:30px;line-height:45px;padding:0px 50px;font-weight:500;transition:0.3s;box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .3);
    -moz-box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .3);-webkit-box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .3); font-size: 16px;border:2px solid #fff}
.btn-theme-blue{ background-color: #021b5e; color: #fff;}
.btn-theme-blue:hover{ background-color: #e41937; color: #fff;}
.btn-theme:hover{background:#e41937;color:#fff}
.btn-gradient{background:#021b5e;/* Old browsers */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd15e', endColorstr='#ffb600',GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}

.login_container{background: rgba(255,255,255,0.5);margin-top: 50px;width: 100%;display: block}
.login_left_box{width: 100%;padding: 15px;text-align: center}
.login_left_box h3{color: #021b5e;font-weight: 600}
.login_left_box p{color: #333;font-size: 16px;}

.login_icon_div{text-align: center;width: 100%;margin-bottom: 15px;}
.login_icon_div img{height: 100px;}
.card-login{background:url("../images/login_form_bg.jpg") no-repeat;background-position:top center;background-size: cover;
    padding:35px 30px;border-radius:10px;box-shadow:0px 0px 25px 0px rgba(73, 78, 92, .1);
    -moz-box-shadow:0px 0px 25px 0px rgba(73, 78, 92, .1);-webkit-box-shadow:0px 0px 25px 0px rgba(73, 78, 92, .1);
   }
.card-login h2{font-size:20px;margin-bottom:45px;color:#fff;}
.form-control{height:calc(2.6rem + 2px); min-height: 43px; border-radius:50px !important;
    font-size:14px;padding-left:20px;}
input.form-control{color:#333;border-color:#fff;}
.form-control:focus{border-color:#021b5e;box-shadow:none;}
.forgot-pas{font-size:13px;}
.forgot-pas a{color:#fff; text-decoration: underline;}
.form-icon i{position:absolute;font-size:22px;top:10px;left:20px;color:#021b5e;}
.form-icon .form-control{padding-left:50px;}
header{ padding:5px 0px; -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
    background-image: linear-gradient(rgba(2,27,94,0.7), rgba(0,0,0,0));}
header ul li a{font-size:14px; font-weight: 400;}
.active_header a.navbar-brand img{height: 50px; -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;}
.active_header{background: rgba(2,27,94,0.8);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);}
.active_header ul.navbar-nav li a{color: #fff}
header ul.navbar-nav li a{color: #fff}

a.navbar-brand img.uniteklogo1 {height: 35px;}
 img.uniteklogo2{display: none}
.active_header a.navbar-brand img.uniteklogo1{display: none}
.active_header a.navbar-brand img.uniteklogo2{display: inline-block;height: 30px;}

section.banner{background-image:url(../images/banner1.png);background-size:cover;background-position:center center;}
section.banner .container {
    margin-top: -100px;
}


.banner__scroll{position:absolute;bottom:20px;margin:auto;display:block;cursor:pointer;padding-bottom:20px;left:0;right:0;text-transform:uppercase;color:#fff;font-weight:500;text-align:center;}
.banner__scroll i{margin-top:20px;display:block;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;color:#fff;font-size:25px;background:rgba(2,27,94,0.7);height:40px;width:40px;margin:20px auto auto;border-radius:100%;line-height:40px;transition:0.3s;}
.banner__scroll i:hover{background:#000;}
section.banner h1{font-size:5em;color:#000;font-weight:300;}
section.banner h1 span{font-weight:600;color: #021b5e}
section.banner p{max-width:800px;margin:auto;font-size:18px;font-weight:500;}
section.banner .btn-theme{font-size:24px;line-height:52px;box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .6);-moz-box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .6);-webkit-box-shadow:0px 3px 15px 0px rgba(73, 78, 92, .6);}
section.home-about{background-image:url(../images/about-bg.png);background-size:cover;background-position:center center;height:100vh;background-attachment:fixed;}
section.home-about h1{font-size:48px;font-weight:300;margin-bottom:45px;}
section.home-about p{font-size:18px;max-width:800px;margin:auto;}
section.home-about .btn-theme{font-size:22px;padding:4px 65px;}
section.home-process{background-image:url(../images/bg1.png);background-size:cover;background-position:center center;padding:100px 0px;background-attachment:fixed;position:relative;}
section.home-process:before{background:rgba(2,27,94,0.9);content:"";height:100%;position:absolute;top:0;width:100%;right:0;}
section.home-process .home-process-bx h1{font-size:2.9rem;color:#fff;font-weight:600;margin-bottom:30px;}
section.home-process .home-process-bx p{color:#fff;font-weight:200;font-size:20px;line-height:36px;}
section.home-process .home-process-bx .home-process-bx-img{background:#fff;padding:20px;border-radius:15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}
.section-title{font-size:36px;line-height:normal; font-weight: 600;color: #021b5e}
section.home-service [class*="col-"]{margin-bottom:30px;}
section.home-service .home-service-bx{padding:18px;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);border-radius:10px;background-color:#fff;height:100%;}
section.home-service .home-service-bx h3{font-size:21px;font-weight:400;}
section.home-service .home-service-bx p{font-size:15px;font-weight:300;}
section.home-service{background-image:url(../images/service-bg.png);background-size:cover;background-position:center center;padding:60px 0px;position:relative;}
section.home-service:before{background:rgba(255,255,255,0.8);content:"";height:100%;position:absolute;top:0;width:100%;right:0;}
section.how-it-work{background-image:url(../images/pattern1.png);background-position:center center;padding:70px 0px;}
.shadow-bx{background:#fff;padding:7vh 0;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);border-radius:15px;}
section.how-it-work .how-it-work-bx h3{font-size:24px;font-weight:300;margin-top:20px;}
section.home-partner{background-image:url(../images/pattern1.png);background-position:center center;padding:0px 0px 80px 0px;}
section.home-partner [class*="col-"]{padding:0px;}
section.home-partner .dhome-partner-logo{border:solid 1px #f5f5f5;padding:10px;justify-content:center;align-items:center;display:flex;min-height:130px;}
section.home-faq{background:#f1f2ff;padding:40px 0px;}
section.home-faq h1{font-size:38px;font-weight:300;margin-bottom:15px;}
section.home-faq p{font-size:16px;font-weight:400;max-width:440px;}
footer{background-image:url(../images/footer.png);background-position:center center;padding:50px 0px;border-top:solid 4px #021b5e;position:relative;}
footer:before{background:rgba(0,0,0,0.6);content:"";height:100%;position:absolute;top:0;width:100%;right:0;}
footer h3{color:#fff;font-size:25px;font-weight:400;margin-bottom:30px;}
footer form{max-width:700px;margin:auto;}
 .footer-social a{border:solid 1px #fff;color:#fff;font-size:24px;border-radius:5px;width:40px;display:inline-block;height:40px;line-height:40px;margin:0px 5px;}
.footer-social a:hover{background:#e41937;border-color:#e41937;color:#fff;}
.footer-social{padding-top:40px;}
.footer-link a{padding:0px 25px;font-weight: 700}
.footer-link a:hover{color:#e41937 !important;}
.footer-link{padding-top:40px;}
.color-yellow{color:#ffb600;}
.color-white{color: #fff}
section.inner-pages {
    padding: 50px 0px;
}
.btn{ font-size: 14px;}


/* CSS FOR PHP LOGIN PAGES START */

.login-pages .btn.btn-success {
    border-radius: 8px;
}
table thead th {
    background: #021b5e;
    color: #fff;
    padding: 12px !important;
}
table thead th a {
    color: #fff;
}
.glyphicon-eye-open, .glyphicon-user {
    color: #021b5e;
}
.glyphicon-pencil {
    color: #797979;
}
.glyphicon-trash {
    color: #e00c0c;
}
.glyphicon-envelope {
    color: #fdb400;
}
 table td .glyphicon {
    margin: 0px 5px;
}
.login-pages {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
}
.login-pages h1 {
    margin: 0px;
    font-weight: 300;
    color: #021b5e;
}
.login-pages form {
    max-width: 800px;
    margin: auto;
}
.login-pages .form-group {
    margin-bottom: 20px;
}
textarea.form-control {
    min-height: 100px;
    border-radius: 10px !important;
}
.panel-body-btn {
    margin: 20px 0px;
}
.panel-body-btn li a {
    width: 100%;
    display: block;
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 60px;
    text-align: center;
    color: #000;
}
.panel-body-btn-nogrow li {
    flex-grow: 0 !important;
}
.panel-body-btn li {
    flex-grow: 1;
    margin-right: 10px;
}
.panel-body-btn li.active a {
    background: #031c5f;
    color: #fff;
}
.form-col-f-w [class*="col-"] {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.form-col-f-w .btn {
    background: #ffb600;
    color: #000;
    border-radius: 30px !important;
    line-height: 45px;
    padding: 0px 50px;
    font-weight: 400;
    transition: 0.3s;
    box-shadow: 0px 3px 15px 0px rgba(73, 78, 92, .3);
    -moz-box-shadow: 0px 3px 15px 0px rgba(73, 78, 92, .3);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(73, 78, 92, .3);
    display: inline-block;
    border: none;
    width: auto;
}
.form-col-f-w .btn:hover
{
    background: #021b5e;
    color: #fff;
}
.form-w-row
{
    max-width: 800px;
    margin: auto;
}
.login-pages .nav-tabs.nav {
    border: solid 1px #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0px #f1f1f1;
}
.login-pages .nav-tabs.nav li {
    margin: 0px 10px;
}
.login-pages .nav-tabs.nav a {
    color: #6f6f6f;
}
.login-pages .nav-tabs.nav li.active a {
    color: #ffb600;
    font-weight: 600;
}
.help-block {
    color: red;
    font-size: 13px;
}
table th, table td {
    vertical-align: middle !important;
}
/* CSS FOR PHP LOGIN PAGES END */


section.emp-home-search-header
{
    background-image:url(../images/emp-header.png);background-size:cover;background-position:center center;  padding: 50px 0px;
}
section.emp-home-search-header h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 30px;
}
section.emp-home-search-header h4 {
    font-size: 25px;
    font-weight: 300;
}
.emp-home-search-header_search-bar {
    max-width: 700px;
    margin: auto;
}
.emp-home-search-header_search-bar-bx
{
    background: rgba(0,0,0,0.6);
    padding: 10px;
    border-radius: 30px;
    flex-basis: 100%;
}
.emp-home-search-header_search-bar-bx .form-group.field-university-name {
    margin-bottom: 0px;
}
.emp-home-search-header_search-bar-bx button {
    right: 10px;
    top: 8px;
}
.emp-home-search-header__ad-search .ad-search-filter {
    flex: 0 0 32%;
    /* max-width: 24%; */
    margin: 5px;
}
.emp-home-search-header_search-bar [data-toggle="collapse"] .fas:before {  
    content: "\f139";
  }
  
  .emp-home-search-header_search-bar [data-toggle="collapse"].collapsed .fas:before {
    content: "\f13a";
  }
  .section-sub-title {
    max-width: 600px;
    margin: auto;
    color: #909090;
    font-weight: 300;
}
.course-list-box {
    border: solid 1px #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}
.course-list-box:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.course-list-box:hover .btn {
    background: #021b5e; color: #fff;
}
.box-box-shadow
{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); 

}
.dark-shadow
{
    box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.2);
}
.course-list-box__top {
    background: url(../images/pattern1.png) repeat center center;
    background-size: 50%;
    padding: 10px 10px;
}
.course-list-box__top p {
    margin: 0px;
}
.course-list-box__top h4 {
    color: #021b5e;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 6px;
}
.course-list-box__top__logo {
    min-width: 100px;
    margin-right: 15px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    border: solid 2px #ececec;
}
.course-list-box__top__logo img {
    max-width: 80px;
}
.course-list-box .course-list-box-detail {
    padding: 15px 10px;
}
.course-list-box .course-list-box-detail strong {
    font-weight: 500;
}
.course-list-box .course-list-box-detail small {
    color: #808080;
    display: block;
}
.course-list-box .course-list-box-detail .border-bottom {
    margin: 0px -10px;
}
.course-list-box .course-list-box-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    margin: 0px;
}
.course-list-box .course-list-box-detail .course-name {
    font-size: 20px;
    margin-bottom: 10px;
}
.course-list-box .course-list-box-detail .intake span {
    /* padding: 4px 10px;
    box-shadow: 0px 3px 3px 0px #dadada;
    border-radius: 10px; */
    display: block;
}
.section-p-80 {
    padding: 80px 0px;
}
.btn-font-18 {
    font-size: 18px;
}
.hero-inner-with-img{background-image:url(../images/emp-header.png);background-size:cover;background-position:center center;  padding: 80px 0px;}
.hero-inner-with-img h1{margin-top: 1em}
.about-page-img
{
    background-image:url(../images/about.png);
}
.service-page-img
{
    background-image:url(../images/service-page-top.png);
}
.faq-page-img
{
   /* background-image:url(../images/faq-page-top.png);*/
}
.contact-page-img
{
  /*  background-image:url(../images/contact-page-top.png);*/
}
.hero-inner-with-img ul a {
    color: #e41937;
    margin: 0px 5px;
}
.hero-inner-with-img ul li:first-child a:before {
    display: none;
}
.hero-inner-with-img ul li a.active {
    color: #fff;
}
.hero-inner-with-img ul a:before {
    content: ">>";
}
.hero-inner-with-img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.hero-inner-with-img ul li {
    list-style: none;
}
/* .hero-inner-with-img h1 {
    margin-bottom: 25px;
} */
.university-detail-right .quick-facts .quick-facts-list {
    margin-bottom: 10px;
}

.course-detail .university-detail-right .university-logo {
    background: #fffaec;
    text-align: center;
    padding: 10px;
}
.university-detail-right {
    word-break: break-all;
}
.course-detail .university-detail-right .university-logo img {
    max-width: 100%;
}
.course-detail .university-detail-right .quick-facts h3 {
    color: #021b5e;
    font-size: 25px;
    margin-bottom: 22px;
}
.course-detail .university-detail-right .quick-facts h4 {
    font-size: 20px;
    border-bottom: solid 1px #ececec;
    padding-bottom: 14px;
    margin-top: 25px;
    color: #131313;
}
.course-detail .university-detail-right .quick-facts strong {
    margin-right: 15px;
    font-weight: 600;
}
.course-detail .university-detail-right .quick-facts p {
    color: #4c4c4c;
}
.university-detail-right .quick-facts .quick-facts-list {
    margin-bottom: 10px;
    display: block !important;

}
.university-d-course-list .course-list-box__top h4 {
    font-size: 18px;
    line-height: 30px;
}
.university-d-course-list .course-list-box__top p {
    font-size: 13px;
}
.page-item.active .page-link {
    background-color: #021b5e;
    border-color: #021b5e;
}
.pagination .page-link {
    color: black;
}

.key-statisticks-bx {
    border-radius: 100%;
    border: solid 1px #d0d0d0;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}
.key-statisticks h3 {
    font-size: 25px;
    color: #021b5e;
}
.key-statisticks p {
    font-size: 17px;
}
.university-detail-left .nav-tabs li a.active {
    color: #031c5f !important;
    font-weight: 500;
    border-top: solid 2px #021b5e;
}
.university-detail-left .nav-tabs li a.active i{    
    color: #031c5f !important;

}
.university-detail-left .nav-tabs li {
    text-align: center;
}
.university-detail-left .nav-tabs li a i {
    display: block;
    font-size: 30px;
    color: #bbbbbb;
    margin-bottom: 8px;
}
.university-detail-left .nav-tabs li a {
     padding: 10px 0px; 
    width: 130px;
    height: 95px;
}
.university-detail-left .tab-content
{
    border: solid 1px #dee2e6;
    margin-top: -1px;
}
/* input[type="file"] {
    line-height: 35px;
} */
.remove-me {
    min-width: 140px;
    border-radius: 40px;
    line-height: 34px;
}
.emp-home-search-header_search-bar-bx .form-group.field-course-course_type.has-success {
    margin: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fffaed;
}
.text-blue
{
    color: #021b5e;
}
.max-w-300
{
    max-width: 300px;
}
.table-detail tr td:first-child, .table-detail tr th:first-child {
    width: 30%;
}
.hide{ display: none ;}
.alert-success, .alert-danger, .alert-warning, .alert-info {

    opacity: 10 !important;

}
.col-xs-12 {
    width: 100%;
}
.login-pages table tr td:last-child {
    min-width: 150px;
}
.grid-view {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.font-30
{
    font-size: 30px;
}
.font-35
{
    font-size: 35px;
}
.font-w-300
{
    font-weight: 300;
}
.font-20 {
    font-size: 20px;
}
.pt-100 {
    padding-top: 100px;
}
.overflow-hidden
{
    overflow: hidden;
}
section.about-pera-bg
{
    background-image: url(../images/about3.png);
    background-size: cover;
    background-position: center center;
    padding: 70px 0px;
    background-attachment: fixed;

}
.page-about .p-row
{
    padding: 70px 0px 100px 0px;
}

.team-bx .team-bx-img {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    width: 270px;
    height: 270px;
    margin: auto;
    /* border-radius: 100%; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.team-bx .team-bx_name a {
    font-size: 22px;
    font-weight: 400;
    color: #ffb600;
    margin: 12px 0px 0px 0px;
    display: block;
}
.team-bx .team-bx_position {
    color: #000;
    font-size: 16px;
}
.page-service section.home-service {
    background-image: none;
    padding: 30px 0px;
}
.bg-dark-blue {
    background: #021b5e;
     /* height: 100%;  */
    border-radius: 10px;
}
.offices-details-bx {
   /* background-image: url(../images/office-bg.png);*/
    background-position: bottom right;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 100%;
}
.inline-add-form-item {
    flex-grow: 1;
    margin-right: 10px;
}
.inline-add-form-item.form-icon i {
    top: 39px;
}
.ui-datepicker {
    width: auto !important;
}
.d-flex.justify-content-between.align-content-center.mb-4 .btn.btn-success {
    margin-top: auto;
}
#application-date_of_birth.fas {
    font-weight: normal !important;
    font-family: inherit !important;
    }

    .faq-accordion .card {
        border: none !important;
        border-radius: 10px !important;
        overflow: hidden;
        box-shadow: 0px 5px 34px 0px #dee3ef;
    }
    .faq-accordion .card-body {
        border-top: solid 1px #f1f1f1;
    }
    .faq-accordion .card-header h5 {
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }
    .faq-accordion .card-header .faq-f5 {
        color: #000 !important;
        font-size: 20px;
        font-weight: 400;
    }
    .faq-accordion .card-header .faq-f5 a {
        color: #000 !important;
        font-size: 20px;
        font-weight: 400;
    }
    .faq-accordion .card-header {
        background: #fff;
        border: none;
        padding: 25px 30px;
    }
    .faq-accordion .card-body p {
        font-size: 16px;
        line-height: 30px;
    }


    .faq-accordion [data-toggle="collapse"] .fas:before {  
        content: "\f139";
      }
      
      .faq-accordion [data-toggle="collapse"].collapsed .fas:before {
        content: "\f13a";
      }

      .field-course-course_type {
        margin: 0px;
    }
    .lh-30
    {
        line-height: 30px;
    }
    .team-bx_socail {
        display: none;
    }
    .close {
        font-size: 3rem;
        font-weight: 500;
        opacity: 10;
    }
    .alert-dismissible {
        padding-right: 4rem;
        margin: 0px;
        border-radius: 0px;
    }
    .alert-dismissible .close {
        padding: 0px !important;
    }
/* .university-detail-right .quick-facts .quick-facts-list:last-child {
    margin: 0px;
} */
h5.registered-office {
    font-size: 1.20rem;
}

/* RESPONSIVE START */
@media screen and (max-width:1500px)
{
    .university-detail-left .nav-tabs li a {
        width: auto;
        height: auto;
        padding: 10px;
    }

    section.banner h1 {
        font-size: 4em;
    }
    section.banner p {
        font-size: 15px;
    }

    section.banner .btn-theme {
        font-size: 16px;
        line-height: 40px;
    }
    .btn-theme
    {
        padding: 0px 30px;
    }
    .btn-theme1{
        padding: 0px 15px !important;
    }
    .university-d-course-list .course-list-box__top h4 {
        font-size: 16px;
        line-height: normal;
    }

}
@media screen and (max-width:1200px)
{
    section.banner h1 {
        font-size: 3.5em;
    }
    section.banner p {
        font-size: 15px;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px)
{
    h5.registered-office {
        font-size: 0.95rem;
    }
    h6.registered-office {
        font-size: 0.93rem;
    }
}
/*@media screen and (min-width:992)
{
    h5.registered-office {
        font-size: 0.95rem;
    }
    h6.registered-office {
        font-size: 0.95rem;
    }
}*/
@media screen and (max-width:1078px)
{
    .emp-home-search-header__ad-search .ad-search-filter {
        flex: 0 0 23%;
    }
}
@media screen and (max-width:992px){header .navbar-nav li{border-bottom:solid 1px #f1f1f1;display:inline-block;width:100%;text-align:center;}
.emp-home-search-header__ad-search .ad-search-filter {
    flex: 0 0 48%;
}
header{padding:15px;}
 .navbar-toggler-icon i{font-size:30px;color: #fff}
 .navbar-toggler{padding:0px;}
 .navbar-toggler-icon{height:auto;width:auto;}

    header {padding: 5px 15px;}
    a.navbar-brand img{height:40px;}
    a.navbar-brand img.uniteklogo1 {height: 30px;}
    .active_header a.navbar-brand img{height:30px;}
    .active_header a.navbar-brand img.uniteklogo2{height:20px;}

 section.home-process .home-process-bx h1{font-size:1.8rem;}
 section.home-process .home-process-bx p{font-size:15px;line-height:normal;}
 section.how-it-work .how-it-work-bx h3{font-size:20px;}
 .footer-link a{padding:0px 8px;}
 .university-detail-right {
    margin-bottom: 30px;
}
.university-detail-left .nav-tabs li a i {
    font-size: 18px;
    margin-bottom: 5px;
}
.university-detail-left .nav-tabs li a {
    padding: 10px 10px;
}
.university-detail-left .nav-tabs li a.active{
    border: solid 1px #ccc;
}
.university-detail-left .nav-tabs li a {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 }
 @media screen and (max-width:767px){section.banner h1{font-size:3rem;}
 .university-detail-left .tab-content {
    border: solid 1px #dee2e6;
    margin-top: -1px;
    padding: 10px !important;
}

 .faq-accordion .card-header h5 img {
    max-width: 40px;
    margin-right: 10px !important;
}
.faq-accordion .card-header h5 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

 .team-bx .team-bx-img {
    width: 200px;
    height: 200px;
}

 section.banner p{font-size:16px;}
 section.home-faq h1{font-size:30px;}
 section.home-faq p{font-size:13px;}
 .btn-theme{padding:0px 30px;}
 section.home-faq .btn-lg{font-size:0.9rem;}
 section.home-process{text-align:center;}
 section.home-process .home-process-bx h1{margin:15px 0px;}

.emp-home-search-header__ad-search .btn {
    width: 100%;
}
 }
 @media screen and (max-width:575px){
 section.home-faq{text-align:center;}
 section.home-faq img{margin-bottom:15px;}
 section.home-faq p{margin:auto;}
 .shadow-bx{margin:0px;}
 .emp-home-search-header__ad-search .ad-search-filter {
    flex: 0 0 100%;
}
.d-flex.inline-add-form {
    display: block !important;
}
.inline-add-form-item-btn {
    text-align: center;
}
 }
/* RESPONSIVE END */

.footer-copyright{background-color: #021b5e;color: #fff;}
.color-white{color: #fff;font-weight: 700}

