/*
Theme Name: Kode Digital
Theme URI: http://kodedigital.expert/
Description: This is a HTML theme for Kode Digital Experts Services
Author: Xian
Author URI: http://kohbeixian.com/
Version: 1.0
Text Domain: kodedigital
*/

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/kodedigital/font/Poppins-Medium.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/kodedigital/font/Poppins-Regular.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/kodedigital/font/Poppins-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/kodedigital/font/Poppins-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    background: #FFF;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);*/
    background-color: rgba(0, 160, 220, 1);
    color: #FFF;
}

::selection {
    /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);*/
    background-color: rgba(0, 160, 220, 1);
    color: #FFF;
}

html body {
    background: #FFF;
    margin: 0 auto;
    color: #231f20;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    min-height: 100vh;
}

div.clear {
    clear: both;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6,
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
}

h1, .container h1 {
    font-size: 30px;
}

.container h2, h2, .container h3, h3 {
    font-size: 28px;
}

em {
    font-weight: 400;
}

.container h4, h4 {
    font-size: 18px;
}

p {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 14px;
}

body a {
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    color: #00a0dc;
}

.home-testi a{
    color: #fff;
}

body.main-body ul li, body.main-body ol li {
    font-size: 14px;
}

body.single ol {
	margin-left: 30px;
}

body.single ol li {
	list-style-type: decimal;
}

body.single h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

body a:hover {
    text-decoration: none;
}

header a, a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header a, a:hover {
    text-decoration: none;
    color: #00a0dc;
}

header ul.top-menu {
    border-top: 2px #00a0dc solid;
    border-bottom: 2px #00a0dc solid;
    padding: 20px 0;
    margin: 30px 0;
}

header li {
    display: inline-block;
    width: auto;
    margin: 0 20px;
    font-size: 16px;
}

header li a {
    font-weight: 700;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

.main-body img {
    margin-bottom: 20px;
}

img.main-logo {
    margin: 10px 0;
}

ul, ol {
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

ul.list-arrow li {
    margin-left: 3%;
    text-align: justify;
    margin-bottom: 8px;
}

ul.list-arrow li, .single .entry-content ul li, .tab-pane li, .general-content ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

body a:hover, body a:focus {
    color: #00a0dc;
}

.wpcf7 p {
    margin: 0;
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

span.green-text {
    color: #70af46;
}

span.blue-text {
    color: #00a0dc;
}

input:-moz-placeholder {
    color: #00a0dc;
}

input:-ms-input-placeholder {
    color: #00a0dc;
}

input::-moz-placeholder {
    color: #00a0dc;
}

input::-webkit-input-placeholder {
    color: #00a0dc;
}

textarea:-moz-placeholder {
    color: #00a0dc;
}

textarea:-ms-input-placeholder {
    color: #00a0dc;
}

textarea::-moz-placeholder {
    color: #00a0dc;
}

textarea::-webkit-input-placeholder {
    color: #00a0dc;
}

.home-section {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.made-by-xian {
    display: inline-block;
    vertical-align: middle;
}

.made-by-xian a, .made-by-xian img {
    display: inline-block;
    vertical-align: middle;
}

.single-5 {
    width: 20%;
    float: left;
    margin-top: 20px;
}

h3.strike {
    display: table;
    white-space: nowrap;
    text-transform: uppercase;
}

h3.strike:before, h3.strike:after {
    border-top: 3px solid #00a0dc;
    content: '';
    display: table-cell;
    position: relative;
    top: 10px;
    width: 50%;
}

h3.strike:before {
    right: 30px;
}

h3.strike:after {
    left: 20px;
}

ol.commentlist li.comment {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

/*********** XIAN CUSTOM ***********/
.site-title img {
    max-width: 150px;
}

footer .site-info {
    text-align: left;
}

.site-content h3 {
    color: #00a0dc;
}

.site-content > h3, .home-skill > h3, .home-top-banner h3, footer h3 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.content-area {
    display: block;
    position: relative;
}

.site-main:not(.no-sidebar) {
    width: 100%;
    float: left;
    display: inline-block;
}

.sidebar {
    margin-left: 70%;
}

.site-main.no-sidebar {
    width: 100%;
}

aside.content-bottom-widgets {
    width: 30%;
    float: left;
    display: inline-block;
}

.site-footer {
    text-align: center;
    /*background: #ebebeb;*/
}

.site-footer p {
    margin: 0 0 30px;
    font-size: 14px;
}

.site-footer a {
    margin: 0 5px;
    font-size: 14px;
}

.site-footer .footer-top {
    background: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
    color: #231f20;
    clear: both;
}

.site-footer .footer-top .container {
    /*border-top: 1px solid #231f20;*/
    padding: 50px 15px;
}

.site-footer .footer-top h2 {
    color: #00a0dc;
}

.site-footer .footer-top p {
    color: #231f20;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-top .menu-navbar-header-container a {
    color: #231f20;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}

.site-footer .footer-bottom {
    color: #231f20;
    background: #ebebeb;
    padding: 10px 0;
    font-size: 10px;
    font-weight: 400;
}

.site-footer .footer-bottom p {
    margin: 0;
}

img {
    max-width: 100%;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif !important;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

hr {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%); /* Make sure color schemes don't affect to print */
    margin: 0 0 1.75em;
    border: 0;
    height: 3px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.navigation-top, .navigation-top .sub-menu {
    background-color: #FFF;
}

.navigation-top .sub-menu li:hover {
    background-color: #00a0dc;
}

.navigation-top a {
    color: #333;
}

.navigation-top .top-logo {
    width: 20%;
    float: left;
    clear: none;
}

.navigation-top .top-logo img {
    max-height: 150px;
    width: auto;
    margin-top: 15px;
}

.navigation-top .header-right {
    width: 80%;
    float: left;
    clear: none;
    text-align: right;
}

.navigation-top nav ul.menu {
    text-align: right;
}

nav li.current-menu-item a, nav li.current_page_item a {
    color: #00a0dc;
}

footer .site-info {
    text-transform: uppercase;
}

.footer-bottom a {
    color: #231f20;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

footer p {
    color: #FFF;
    margin-bottom: 0;
}

.home #container {
    width: 70%;
    float: right;
    padding: 0 30px;
}

aside#secondary {
    width: 30%;
    float: left;
}

.header-right nav {
    margin-top: 25px;
}

.site-branding {
    margin: 10px 0;
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.site-header-menu {
    margin: 20px 0 0 auto;
}

.home-bg-content {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.home-bg-content-new {
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.home-top-banner h1 {
    font-weight: bolder;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 30px;
    word-break: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90000;
    background: transparent;
}

body.home .menu-section:not(.sticky) {
    position: relative;
}

.menu-section.sticky {
    position: fixed;
    box-shadow: 1px 1px 5px rgba(140, 140, 140, 0.2);
    background: #fff;
}

.top-nav {
    background: transparent;
    font-size: 14px;
    color: #231f20;
    padding: 10px 0;
}

.top-nav a {
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
}

.header-menu {
    background: transparent;
    border-bottom: 0;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu.sticky {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu ul.menu {
    position: relative;
    margin: 0;
}

.top-nav .nav-search-text {
    position: relative;
}

.top-nav .fa-facebook, .top-nav .fa-instagram, .top-nav .fa-twitter {
    border: 1px solid #231f20;
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
    border-radius: 50%;
}

.top-nav .fa-download {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.header-menu .container {
    padding: 0;
    max-width: 100%;
}

.header-menu ul.menu li {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 10px 0;
}

.header-menu .sub-menu a:hover {
    color: #70af46 !important;
}

.header-menu.sticky ul.menu li {
    margin: 5px 20px;
}

.header-menu ul.menu li a, .header-top-menu ul.menu li a {
    font-weight: 700;
    font-size: 14px;
    color: #231f20;
    padding: 0 10px;
}

.header-menu ul.menu li.menu-logo {
    top: -40px;
    margin-bottom: -40px;
}

.header-menu.sticky ul.menu li.menu-logo {
    top: -30px;
    margin-bottom: -30px;
}

.header-menu ul.menu li.menu-logo a {
    text-indent: -9999px;
    width: 80px;
    background: url(/wp-content/uploads/2018/06/coffee-experts-white.png) center center no-repeat;
    background-size: contain;
    margin: 0 30px;
    height: 100px;
    display: inline-block;
}

.header-menu.sticky ul.menu li.menu-logo a {
    width: 60px;
    background: url(/wp-content/uploads/2018/06/coffee-experts-logo.png) center center no-repeat;
    background-size: contain;
    margin: 0 30px;
    height: 80px;
}

.header-menu.sticky ul.menu li a {
    color: #231f20;
}

.header-menu ul.menu li a:hover, .header-menu ul.menu li.current_page_item a {
    color: #231f20;
}

.header-menu ul.sub-menu, .header-top-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 10px;
    text-align: left;
    /*background: #FFF;*/
    width: 200px;
    border: 1px solid #e7e7e7;
    z-index: 9000;
    text-transform: uppercase;
}

.header-menu li.about-submenu ul.sub-menu, .header-top-menu li.about-submenu ul.sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: -120px;
    text-align: left;
    /*background: #FFF;*/
    width: 200px;
    border: 1px solid #e7e7e7;
    z-index: 9000;
    text-transform: uppercase;
}

/*.header-menu ul.sub-menu:before, .header-top-menu ul.sub-menu:before {*/
/*content: '';*/
/*display: block;*/
/*width: 0;*/
/*border-left: 12px solid transparent;*/
/*border-right: 12px solid transparent;*/
/*border-bottom: 20px solid #FFF;*/
/*!*box-shadow: 0 2px 5px #e7e7e7;*!*/
/*position: absolute;*/
/*background: transparent;*/
/*top: -20px;*/
/*left: 90px;*/
/*}*/

.header-menu ul.sub-menu li a:hover, .header-top-menu ul.sub-menu li a:hover {
    /* color: #70af46; */
}

.header-top-menu > div {
    width: auto;
    display: inline-block;
}

.header-top-menu ul.menu {
    width: auto;
    margin: 0;
    display: inline-block;
}

.header-top-menu ul#menu-social-menu li {
    text-indent: -9999px;
}

.header-top-menu ul.menu > li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    position: relative;
    padding: 10px 0;
}

.header-menu ul.menu li.menu-item-has-children > a:after, .header-top-menu ul.menu li.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #231f20;
    display: inline-block;
    margin-left: 5px;
}

.header-top-menu a.primary-btn {
    color: #fff;
}

.header-top-menu a.primary-btn {
    padding: 5px 10px;
    border-radius: 30px;
}

.header-menu ul.sub-menu li, .header-top-menu ul.sub-menu li {
    background: transparent;
    color: #231f20;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu ul.sub-menu li a, .header-top-menu ul.sub-menu li a {
    color: #231f20;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

.header-menu ul.sub-menu li:hover, .header-top-menu ul.sub-menu li:hover {
    /* color: #70af46; */
}

.header-menu ul.sub-menu li:hover a, .header-top-menu ul.sub-menu li:hover a {
    /*  color: #70af46;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%); */
}

.header-menu ul.sub-menu li a:before {
    font-family: FontAwesome;
    content: '\f061';
    position: absolute;
    opacity: 0;
    left: 0;
    transition: 0.5s;
    color: #00a0dc;
}

.header-menu ul.sub-menu li.current-menu-item > a {
    padding-left: 30px;
    padding-right: 5px;
    color: #00a0dc;
}

.header-menu ul.sub-menu li a:hover {
    padding-left: 30px;
    padding-right: 5px;
}

.header-menu ul.sub-menu li.current-menu-item > a:before {
    opacity: 1;
    color: #00a0dc;
    left: 5px;
}

.header-menu ul.sub-menu li a:hover:before {
    opacity: 1;
    color: #70af46;
    left: 5px;
}

.header-menu ul li.menu-item-has-children:hover ul.sub-menu, .header-top-menu ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.header-menu .mobile-btns {
    display: none;
    cursor: pointer;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-right: 0;
    padding-right: 0;
    margin-top: 17px;
    position: relative;
    margin-bottom: 8px;
    background-image: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #231f20;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 11% 10%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.main-body {
    text-align: center;
}

body:not(.page-template-page-noheader) .header-menu {
    position: relative;
    top: 10px;
}

.header-menu .menu.navigation {
    text-align: center;
}

body:not(.page-template-page-noheader) .header-menu .header-logo img {
    max-height: 100px;
    width: auto;
    margin: 10px 0;
}

.second-text {
    color: #00a0dc;
}

.white-text {
    color: #FFF;
}

.header-hire {
    padding-top: 40px;
}

.header-hire a.outline {
    color: #00a0dc;
    border: 2px solid #00a0dc;
    padding: 10px 20px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.home-about-banner {
    padding: 50px 0;
}

.nav.nav-pills {
    background: #70af46;
    color: #FFF;
}

.nav.nav-pills a {
    color: #FFF;
}

.nav.nav-pills li {
    padding: 15px;
}

.nav.nav-pills li.active {
    background: rgba(255, 255, 255, .15);
}

/***** CUSTOM *****/

.row.white-overlay {
    background: rgba(255, 255, 255, 0.5);
}

.outline-link {
    position: relative;
    display: inline-block;
}

.primary-btn, input[type=submit], a.primary-btn:not([href]):not([tabindex]), span.hs-cta-wrapper a.cta_button  {
    background: #70af46;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1));
    padding: 5px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    animation: gradient-change 5s ease infinite;
    -moz-animation: gradient-change 5s ease infinite; /* Firefox */
    -webkit-animation: gradient-change 5s ease infinite; /* Safari and Chrome */
    -o-animation: gradient-change 5s ease infinite; /* Opera */
}

span.hs-cta-wrapper a.cta_button, span.hs-cta-wrapper a#cta_button_5668161_c40f4ac2-765d-4bae-b230-94e991a9d81e {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1)) !important;
    padding: 5px 30px !important;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.primary-btn:hover, input[type=submit]:hover, a.primary-btn:not([href]):not([tabindex]):hover, a.primary-btn:not([href]):not([tabindex]):focus {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1));
    background-position: 0 50%;
    /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(112, 175, 70, 1) 60%, rgba(0, 160, 220, 1) 100%);*/
    color: #FFF;
}

span.hs-cta-wrapper a.cta_button:hover, span.hs-cta-wrapper a#cta_button_5668161_c40f4ac2-765d-4bae-b230-94e991a9d81e:hover {
	
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1)) !important;
    background-position: 0 50% !important;
    /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(112, 175, 70, 1) 60%, rgba(0, 160, 220, 1) 100%);*/
    color: #FFF !important;
}

.header-top-menu a.primary-btn + a.primary-btn {
    animation: gradient-change-invert 5s ease infinite;
    -moz-animation: gradient-change-invert 5s ease infinite; /* Firefox */
    -webkit-animation: gradient-change-invert 5s ease infinite; /* Safari and Chrome */
    -o-animation: gradient-change-invert 5s ease infinite; /* Opera */
}

@keyframes gradient-change {
    0% {
        background-position: 100% 50%;
        background-size: 200%;
    }
    50% {
        background-position: 0% 50%;
        background-size: 200%;
    }
    100% {
        background-position: 100% 50%;
        background-size: 200%;
    }
}

@keyframes gradient-change-invert {
    0% {
        background-position: 0% 50%;
        background-size: 200%;
    }
    50% {
        background-position: 100% 50%;
        background-size: 200%;
    }
    100% {
        background-position: 0% 50%;
        background-size: 200%;
    }
}

.second-btn {
    background: rgb(0, 160, 220);
    padding: 10px 30px 10px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
}

.second-btn:hover {
    background: #FFF;
    color: rgb(0, 160, 220);
}

hr.line-vertical {
    background: rgb(0, 160, 220);
    height: 80px;
    width: 1px;
    margin: 20px auto;
}

hr.line-underline {
    width: 50px;
    height: 3px;
    background: #00a0dc;
    margin: -30px auto 30px;
}

/********** SUB PAGES ************/

.subpage-content .contact-content {
    padding: 30px 0;
}

.subpage-banner {
    padding: 50vh 0 30vh;
}

.subpage-banner h1 {
    color: #FFF;
    text-shadow: 1px 1px 3px #231f20;
    font-size: 40px;
}

.subpage-no-banner h1 {
    font-size: 40px;
    color: #231f20;
    margin-top: 50px;
}

.subpage-no-banner hr {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    width: 200px;
    height: 3px;
    border: 0;
    margin: 0 auto;
}

.subpage-banner h2 {
    font-size: 20px;
}

.subpage-banner a {
    color: #fff;
}

.subpage-banner span.next-btn {
    margin: 0 10px;
    color: #231f20;
}

.course-intro {
    padding: 0;
    background: #fff;
}

.course-intro .tab-pane h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.subpage-content .course-intro .container {
    padding-top: 0;
}

body.page-mintfm .course-reason {
    background: #fff;
    /*  margin-top: -80px;
      padding: 3% 10px;  Added a percentage value for top/bottom padding to keep the wrapper inside of the parent
      -webkit-transform: skewY(-5deg);
      -moz-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
      -o-transform: skewY(-5deg);
      transform: skewY(-5deg); */
    width: 100%;
    display: block;
    padding: 30px 0;
}

.course-reason {
    background: #fff;
    /*  margin-top: -80px;
      padding: 3% 10px;  Added a percentage value for top/bottom padding to keep the wrapper inside of the parent
      -webkit-transform: skewY(-5deg);
      -moz-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
      -o-transform: skewY(-5deg);
      transform: skewY(-5deg); */
    display: block;
    padding: 30px 0;
}


.top-course-content {
    width: 100%;
    display: block;
    text-align: left;
}

.top-course-content.no-reason {
    padding-top: 30px;
}

.course-over-vw {
    /*   padding: 3% 10px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg); */
    display: block;
}

.course-over-vw.mintfm-overview {
    padding-top: 30px;
}

.course-over-vw .course-overview-imgg{
    max-width: 80%;
}

.course-reason > .wrapper {
    /*  -webkit-transform: skewY(5deg);
      -moz-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
      -o-transform: skewY(5deg);
      transform: skewY(5deg); */
}

.course-over-vw > .course-2-overview-part {
    /*  -webkit-transform: skewY(5deg);
      -moz-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
      -o-transform: skewY(5deg);
      transform: skewY(5deg); */
}

.course-over-vw .course-2-overview-part h3 {
    font-size: 16px;
}

.course-reason h3 {
    color: #231f20;
    top: 15px;
    position: relative;
    text-align: center;
}

.course-reason .single-reason {
    background: none;
    color: #231f20;
    padding: 20px;
}

.course-reason .single-reason.reason-3 {
    height: auto;
    flex: 1;
    display: inline-flex;
}

.course-reason .reason-inside {
    margin: 0;
}

.course-reason .reason-row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.course-reason h3 {
    font-size: 36px;
}

.course-reason .single-reason.reason-3 + .reason-3 {
    border-left: 1px solid #231f20;
}

.course-reason .single-reason.reason-4 + .reason-4 {
    border-left: 1px solid #231f20;
}

.course-reason .single-reason.reason-5 + .reason-5 {
    border-left: 1px solid #231f20;
}

.course-reason .reason-num {
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    color: #231f20;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.course-reason .reason-icon {
    background: #FFF;
    top: 0;
    left: 0;
    display: none;
}

.course-reason .reason-icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.course-reason h4 {
    text-align: left;
    color: #231f20;
    /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.course-reason p {
    text-align: left;
    line-height: 1.5;
}

.course-buttons p {
    text-align: center;
}

.course-reason ul li {
    text-align: left;
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    line-height: 1.5;
}

.course-reason .single-reason:nth-child(even) {
    margin-top: 0;
}

body.page-pre-medical-foundation-year {

}

.page-related {
    margin-top: -80px;
    padding-top: 160px;
}

.hta-content {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.hta-content-top .single-hta {
    background: url(/wp-content/uploads/2020/09/hexagon-e1600677795240.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    float: left;
    position: relative;
    height: 300px;
    display: inline-flex;
    margin: 0 auto;
    width: 25%;
}

.hta-content-top .single-hta p {
    line-height: 1.5;
    font-size: 14px;
}

.hta-content-top .single-hta:nth-child(even) {
    margin-top: 50px;
}

.hta-content-top .hta-icon {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
}

.hta-content-top .single-hta.hta-3 {
    height: 400px;
}

.hta-content-top .single-hta.hta-3 .hta-icon {
    top: 50px;
    left: 50px;
}

.hta-content-top .hta-icon img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hta-content-top .hta-num {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}

.hta-content-top .hta-inside {
    margin: auto;
    padding: 10px;
}

.hta-content-top .hta-row {
    display: flex;
}

.hta-content-bottom .single-hta {
    float: left;
    position: relative;
    height: 300px;
    display: inline-block;
    width: 13.9%;
}

.hta-content-bottom .single-hta p {
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: 5%;
}

.hta-content-bottom .single-hta:nth-child(even) {
    margin-top: -5px;
}

.hta-content-bottom .single-hta:nth-child(even) .hta-num{
    top: -370px;
}

.hta-content-bottom .single-hta:nth-child(even) .hta-icon{
    top: 20%;
}

.hta-content-bottom .single-hta:nth-child(even) p{
    top: -280px;
}

.hta-content-bottom .single-hta:nth-child(even) .hta-inside{
    background-position-y: -6px !important;
}

.hta-content-bottom .hta-icon {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 20px;
    text-align: center;
    position: relative;
    border: 5px solid #ccc;
    left: 9%;
    top: 25%;
}

.hta-content-bottom .single-hta.hta-3 {
    height: 400px;
}

.hta-content-bottom .single-hta.hta-3 .hta-icon {
    top: 50px;
    left: 50px;
}

.hta-content-bottom .hta-icon img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

.hta-content-bottom .hta-bg{

}

.hta-content-bottom .hta-num {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 0;
    left: 5%;
}

.hta-content-bottom .hta-inside {
    margin: auto;
    padding: 10px;
    height: 245px;
    width: 180px;
}

.hta-content-bottom .hta-row {
    display: flex;
    position: relative;
    left: 5%;
    margin-top: 40px;
    margin-bottom: 110px;
}

.tab-content hr {
    width: 100px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    height: 3px;
}

.course-details {
    padding: 80px 0;
}

.course-details .course-tab {
    height: 100%;
}

.course-details .course-tab ul {
    border: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #f6f6f6;
}

.course-details .course-tab li {
    width: 100%;
}

.course-details .course-tab li a {
    padding: 5px 10px;
    border: 0;
    border-right: 2px solid transparent;
    display: inline-block;
    width: 100%;
    color: #231f20;
    background: #FFF;
}

.course-details .course-tab li.active a, .course-details .course-tab li.active a:hover, .course-details .course-tab li a:hover {
    border: 0;
    border-right: 2px solid #00a0dc;
    color: #00a0dc;
    border-radius: 0;
    background: #FFF;
}

.course-details .course-content hr {
    border: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    margin: 0 0 30px;
}

.course-details .course-content ul {
    list-style-type: none;
}

.course-details .course-content ul li, .home-scholarship ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.course-related, .page-related {
    padding: 30px 0;
    background: url(/wp-content/uploads/2020/07/program-banner.jpg) center center no-repeat;
    background-size: cover;
}

.course-related h3, .page-related h3 {
    color: #FFF;
}

.course-related .related-img, .page-related .related-img {
    height: 250px;
}

.course-related .related-name, .page-related .related-name {
    padding: 10px 20px;
    background: #FFF;
    height: 105px;
}

.course-related .related-name a, .page-related .related-name a {
    color: #231f20;
}

.course-related .related-name h3, .page-related .related-name h3 {
    margin: 0;
    line-height: 1;
    height: 60px;
    font-size: 16px;
}

.course-related .related-name h3 a, .page-related .related-name h3 a {
    color: #00a0dc;
    font-size: 18px;
    line-height: normal;
}

.course-details .course-content table {
    width: 100%;
}

table.equal-width {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.course-details .course-content table th {
    background: linear-gradient(0deg, #378b36 0%, #70af46 50%, #378b36 100%);
    border: 1px solid #378b36;
    color: #FFF;
    padding: 5px;
}

.course-details .course-content table th p {
    margin: 0;
    color: #FFF;
}

.course-details .course-content table td {
    vertical-align: top;
    border: 1px solid #378b36;
}

.banner-content {
    background: transparent;
    width: 100%;
    padding: 10px 10px;
}

.home-banner h1 {
    font-size: 88px;
    text-shadow: none;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    filter: invert();
}

.home-banner h3 {
    color: #00a0dc;
    font-size: 18px;
    margin: 0 0 10px;
}

.home-banner .blue-txt {
    color: #00a0dc;
}

.home-banner .banner-slick {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.home-banner .slick-next {
    right: 0;
    background: #00a0dc;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    opacity: 1;
    color: #FFF;
    position: absolute;
    font-weight: 700;
    z-index: 8989;
}

.home-banner .slick-prev {
    left: 0;
    background: #00a0dc;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    opacity: 1;
    color: #FFF;
    position: absolute;
    font-weight: 700;
    z-index: 8989;
}

.home-banner .slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
    opacity: 1;
    background: transparent;
    color: #FFF;
}

.home-banner .slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    opacity: 1;
    background: transparent;
    color: #FFF;
}

.home-banner .banner-slick .item {
    padding: 150px 0;
}

.item:focus {
    outline: none;
}

.home-award {
    padding: 30px 0;
}

.home-award .award-text img {
    max-width: 40%;
    max-height: 70px;
    height: auto;
    width: auto;
}

.home-award .award-inner {
    /*padding: 0 20px;*/
}

.home-award .award-img img {
    width: 100%;
    /*padding: 0 20px;*/
    /*height: 285px;*/
    /*object-fit: cover;*/
}

.home-award .award-slick .item {
    /*padding: 20px;*/
}

.home-award .award-slick .item .award-row {
    /*box-shadow: #ccc 0 2px 5px;*/
    /*padding: 20px 10px;*/
}

.home-award .award-slick .item .award-row h3 {
    font-size: 24px;
}

.award-arrow a {
    display: inline-block;
    padding: 0 10px;
    box-shadow: #ccc 0 2px 5px;
    font-size: 24px;
    color: #231f20;
    font-weight: 700;
    margin: 5px;
}

.home-corporate {
    padding: 30px 0;
}

.course-buttons h3 {
    font-size: 24px;
}

.course-buttons h4 {
    font-size: 18px;
}

#rev_slider_6_4 .tp-video-play-button, #rev_slider_6_5 .tp-video-play-button, .home-corporate .rev_slider .tp-video-play-button {
    opacity: 1 !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
}

.home-value .value-inner {
    border: 1px solid #70af46;
    padding: 40px 10px;
}

.home-value .value-inner img {
    max-height: 80px;
    width: auto;
}p

.home-value .value-inner h4 {
    font-size: 16px;
    margin-bottom: 0;
    height: 50px;
}

.subpage-value .value-inner {
    border: 1px solid #70af46;
    padding: 40px 10px;
}

.subpage-value .value-inner img {
    max-height: 80px;
    width: auto;
}

.subpage-value .value-inner h4 {
    font-size: 16px;
    margin-bottom: 0;
    height: 50px;
}

.grad-num h3 {
    color: #231f20;
    line-height: 1.5;
    text-transform: none;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    max-width: 200px;
    margin-bottom: 70px;
    margin-top: 30px;
}

.grad-num h3 .num-green {
    color: rgb(112, 175, 70);
    display: inline-block;
    width: 100%;
    font-size: 60px;
    font-weight: 700;
    transition: .7s ease;
}

.college-tour {
    padding: 30px 0;
}

.college-tour .tour-down {
    margin-top: 50px;
}

.college-tour .tour-inner {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.college-tour .tour-heading {
    color: #231f20;
}

.tour-heading p {
    width: 60%;
    margin: 0 auto 30px;
}

.college-tour .tour-inner a.tour-link {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.college-tour .tour-inner:hover a.tour-link {
    left: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    opacity: 0.7;
}

.college-tour .tour-inner .tour-text {
    position: relative;
    padding: 30px;
    margin: auto;
    z-index: 10;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.college-tour .tour-inner .tour-text h3, .college-tour .tour-inner .tour-text p, .college-tour .tour-inner .tour-text i, .college-tour .tour-inner .tour-text a {
    color: #FFF;
}

.college-tour .tour-inner .tour-text h3 {
    margin: 0;
}

.college-tour .tour-inner .tour-text i {
    margin-left: 10px;
}

.college-tour .tour-inner:hover .tour-text {
    opacity: 1;
}

.subpage-college-tour {
    padding: 30px 0;
}

.subpage-college-tour .tour-down {
    margin-top: 50px;
}

.subpage-college-tour .tour-inner {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.subpage-college-tour .tour-heading {
    color: #231f20;
}

.subpage-college-tour .tour-inner a.tour-link {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.subpage-college-tour .tour-inner:hover a.tour-link {
    left: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    opacity: 0.7;
}

.subpage-college-tour .tour-inner .tour-text {
    position: relative;
    padding: 30px;
    margin: auto;
    z-index: 10;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subpage-college-tour .tour-inner .tour-text h3, .subpage-college-tour .tour-inner .tour-text p, .subpage-college-tour .tour-inner .tour-text i, .subpage-college-tour .tour-inner .tour-text a {
    color: #FFF;
}

.subpage-college-tour .tour-inner .tour-text h3 {
    margin: 0;
}

.subpage-college-tour .tour-inner .tour-text i {
    margin-left: 10px;
}

.subpage-college-tour .tour-inner:hover .tour-text {
    opacity: 1;
}

.programmes {
    padding: 30px 0;
}

.programmes h1 {
    font-size: 38px;
    color: #231f20;
    font-weight: 700;
}

.programmes-type ul {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    border: 0;
    background: transparent;
}

.programmes-type ul.nav-tabs > li {
    width: 200px;
    height: 200px;
    border: 1px solid #00a0dc;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    float: none;
    display: -webkit-inline-flex;
    background: #f6fcff;
    -webkit-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

.programmes-type ul li.active {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border: none !important;
}

.programmes-type ul li:hover {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border: none !important;
}

.programmes-type ul li.active a, .programmes-type ul li.active a:hover, .programmes-type ul li a, .programmes-type ul li a:hover {
    border: 0 !important;
    background: transparent;
    padding: 10px;
    text-align: center;
    margin: 0;
    width: 100%;
}

.programmes-type ul li div.prog-icon {
    height: 140px;
}

.programmes-type ul li.active div.prog-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.programmes-type ul li:hover div.prog-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.programmes-type ul li img {
    max-height: 140px;
    width: auto;
}

.programmes-type ul li span.prog-name {
    font-size: 14px;
    color: #00a0dc;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    height: 24px;
}

.programmes-type ul li.active span.prog-name {
    color: #FFF;
}

.programmes-type ul li:hover span.prog-name {
    color: #FFF;
}

.programmes-type .tab-content {
    border: 0;
    padding: 0;
}

.programmes .tab-content .tab-pane {
    max-width: 100%;
    padding: 20px 40px;
    background: #FFF;
    margin: 20px auto;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.programmes .tab-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
}

.programmes .tab-content p {
    line-height: 1.5;
}

.programmes .tab-content hr {
    height: 3px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.programmes .tab-content a i {
    margin-left: 10px;
}

.programmes .program-img {
    min-height: 400px;
}

.programmes .program-content {
    padding: 20px 10px 10px 30px;
}

.home-testi {
    padding: 30px 0 30px;
    color: #FFF;
}

.home-testi h3 {
    color: #FFF;
}

.home-testi .testi-content {
    padding: 0 15%;
}

.home-testi .testi-content img {
    margin: 20px auto;
}

.home-testi .slick-next, .home-testi .slick-prev {
    background: transparent;
    border: 1px solid #FFF;
    padding: 5px;
    width: auto;
    height: auto;
    top: 60px;
}

.home-testi .slick-next:before {
    content: '\2192';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #FFF;
    font-size: 18px;
}

.home-testi .slick-prev:before {
    content: '\2190';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #FFF;
    font-size: 18px;
}

.home-insta {
    padding: 30px 0;
}

.home-insta #insta-gallery-feed-1 .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
    opacity: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.home-insta #insta-gallery-feed-1 .insta-gallery-list .insta-gallery-item:hover .insta-gallery-image-wrap .insta-gallery-image-mask {
    opacity: 0.7;
}

.home-insta .swiper-container {
    padding-bottom: 50px;
}

.home-insta .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.home-insta .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    background: #9e9e9e;
    opacity: 1;
}

.home-insta .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: none;
}

.qligg-mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom .mfp-bottom-bar {
    opacity: 0;
    border-top: 0;
}

.latest-news {
    padding: 50px 0;
}

.latest-news h4 {
    margin: 0;
}

.home-news .new-whole img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.research-contact {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	padding: 20px 0;
	display: inline-block;
	width: 100%;
}

.home .research-contact {
	padding: 10px 0;
}

.home .research-contact .primary-btn {
	padding: 0 20px;
	margin-bottom: 0;
	border-radius: 99px;
}

.research-contact.landing-top {
	padding: 10px 0;
}

.research-contact.landing-top .primary-btn {
	padding: 5px 20px;
	margin-bottom: 0;
	font-size: 12px;
	border-radius: 10px;
}

.research-contact h3 {
	color: #FFF;
}

.research-contact .primary-btn, .research-content .content-left .primary-btn {
	color: #000;
	background: #f0f9fd;
}
.research-contact .primary-btn:hover, .research-content .content-left .primary-btn:hover {
	background: #FFF;
}

.research-content .content-left {
    background: linear-gradient(90deg, rgba(112, 175, 70, 0.8) 0%, rgba(0, 160, 220, 0.8) 100%);
	color: #FFF;
	padding: 30px 15px;
}

.research-content .content-left p {
	color: #FFF;
}

.research-news .home-news .new-whole img {
	height: 410px;
}

.research-department ul.vertical-tabs.nav-tabs {
	background: #FFF;
	width: 100%;
	text-align: center;
}

.research-department ul.vertical-tabs.nav-tabs li {
	background: none;
	background-color: #f0f0f0;
width: auto;
	background-image: none;
	border-radius: 5px;
	display: inline-block;
border: 0;
	margin: 5px 3px;
}

.research-department ul.vertical-tabs.nav-tabs li a {
	background: none !important;
	padding: 5px 5px !important;
	background-image: none;
	font-size: 14px;
}

.research-department ul.vertical-tabs.nav-tabs li.active > a, .research-department ul.vertical-tabs.nav-tabs li:hover > a {
	background: none !important;
	background-image: none !important;
	color: #FFF;
}

.research-department ul.nav-tabs li.active, .research-department ul.nav-tabs li:hover {
    background: linear-gradient(90deg, rgba(112, 175, 70, 0.8) 0%, rgba(0, 160, 220, 0.8) 100%);
}

.research-department ul.vertical-tabs.nav-tabs li.active > a span.tab-name, .research-department ul.vertical-tabs.nav-tabs li:hover > a span.tab-name {
	color: #FFF;
}

.research-department ul.vertical-tabs.nav-tabs + .tab-content {
	width: 100%;
	left: 0;
	padding-top: 30px;
	text-align: center;
}

table.student-research-table th, table.cochrane-research-table th {
	padding: 10px 5px;
	border: 2px solid #FFF;
	background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	color: #FFF;
}

table.student-research-table td, table.cochrane-research-table td {
	padding: 5px;
	border: 2px solid rgba(0, 160, 220, 1);
	color: #000;
}

table.student-research-table td p, table.cochrane-research-table td p {
	margin: 0;
}

.dataTables_wrapper .row {
	width: 100%;
}

table.dataTable.no-footer.rumc-datatable {
	border: 0;
}

table.dataTable.rumc-datatable thead th, table.dataTable.rumc-datatable thead td {
	border-bottom: 0;
}

.dataTables_wrapper .row li.paginate_button {
	border: 0;
}

.dataTables_wrapper .row li.paginate_button a {
	color: #000;
}

.dataTables_wrapper .row li.paginate_button:hover {
	background: #FFF;
	border: 0;
}

.dataTables_wrapper .row li.paginate_button:hover a {
	background: #FFF;
	color: #00a0dc;
}

.home-news .old-news img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.home-news .old-news h4 {
    font-size: 12px !important;
}

.home-events a:focus {
    border: unset !important;
    outline: unset !important;
}

.home-events a:active {
    border: unset !important;
    outline: unset !important;
}

.home-events .item img {
    /*     border-radius: 50%; */
    margin: 0 auto;
}

.home-events .item {
    padding: 5px 10px;
}

.home-events .events-single {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.home-events .slick-dots {
    right: -20px;
    top: 30%;
    width: 20px;
}

.home-events .slick-dots li button:before {
    font-family: "FontAwesome" !important;
    font-size: 16px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    content: '\f04d' !important;
    text-align: center;
    opacity: unset !important;
    color: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-events .slick-dots li.slick-active button:before {
    opacity: unset !important;
    color: #70af46;
}

.home-events h4 {
    margin: 0;
    font-size: 16px;
}

.home-events .events-single .home-news-txt {
    padding-left: 10px;
}

.home-events .events-single .home-news-txt p {
    margin-bottom: 0;
}

.contact-us {
    padding: 50px 0;
}

.contact-us h1 {
    font-size: 38px;
    color: #231f20;
    font-weight: 700;
    text-align: left;
}

.contact-us p {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}

.contact-us form {
    top: 20px;
    position: relative;
}

.contact-us label {
    font-size: 18px;
    font-weight: 700;
    top: 15px;
    position: relative;
    left: 5px;
}

.contact-us input[type=text], .contact-us input[type=tel], .contact-us input[type=email] {
    width: 100%;
    color: #70af46;
    padding: 5px 20px;
    box-shadow: none;
    margin: 10px 0;
    -webkit-appearance: none;
    display: inline-block;
    border: 1.8px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-us form input:focus, .contact-us form textarea:focus, .contact-us form select:focus {
    border: 1.8px solid #00a0dc !important;
}

.contact-us select {
    width: 100%;
    color: #70af46;
    padding: 5px 20px;
    box-shadow: none;
    margin: 10px 0;
    -webkit-appearance: none;
    display: inline-block;
    border: 1.8px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-us textarea {
    width: 100%;
    color: #70af46;
    padding: 5px 20px;
    box-shadow: none;
    margin: 10px 0;
    -webkit-appearance: none;
    display: inline-block;
    border: 1.8px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    height: 150px;
}

.contact-us input[type=submit] {
    background: #70af46;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 1px 1px 10px #231f20;
    position: relative;
    border: none;
    right: -40px;
}

.contact-us .fa-check-circle-o {
    color: #00a0dc;
    font-weight: 100 !important;
}

.footer-top h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #00a0dc;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.footer-top section {
    margin: 15px 0;
}

.footer-top .footer-right img {
    max-height: 50px;
    width: auto;
}

.footer-top .fa-map-marker, .footer-top .fa-phone {
    font-size: 20px;
	vertical-align: middle;
}

.footer-top a {
    color: #231f20;
    display: inline-block;
}

.subpage-content .container {
    padding-top: 35px;
}

.subpage-content .rcsi-mission .container, .subpage-content .ucd-mission .container {
    padding-top: 0;
}

.page-accommodation .subpage-content .about-bottom .container {
    padding: 0 15px;
}

.home-news a:not(.primary-btn) {
    color: #70af46;
    font-size: 12px;
}

.home-news p {
    margin-bottom: 0;
    font-size: 12px;
}

.home-news h4, .home-news p, .home-news a {
    line-height: 1.5;
}

.home-news h4 {
    font-size: 14px;
}

.home-news .new-news {
    padding: 15px 20px;
}

.home-news .new-news h4 {
    margin-bottom: 10px;
}

.home-news .new-whole {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.home-news .old-news {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    width: 100%;
}

.home-news .old-news .col-lg-4, .home-news .old-news .col-md-4, .home-news .old-news .col-sm-4 {
    padding: 0;
}

.home-news .old-news-3box .col-lg-6, .home-news .old-news-3box .col-md-6, .home-news .old-news-3box .col-sm-6 {
    padding: 0;
}

.home-news .old-news .old-news-text {
    padding: 10px 0 10px 10px;
}

.home-scholarship {
    padding: 30px 0;
}

.fis-table-1 {
    width: 100%;
}

.fis-table-1 td, .fis-table-1 th {
    text-align: left;
    padding: 15px;
    vertical-align: baseline;
    width: 50%;
}

.course-content .tab-pane table td, .course-content .tab-pane table th {
    border: 1px solid #231f20;
    padding: 5px;
    vertical-align: top;
}

#popmake-2327 {
    padding: 0;
    border: 0;
    border-radius: 0;
}

#pum-2327.pum-theme-lightbox .pum-content + .pum-close {
    background: none;
    color: #231f20;
    top: 10px;
    right: 10px;
    font-size: 20px;
    box-shadow: none;
    font-weight: 700;
}

#popmake-2327 .popup-img {
    height: 90vh;
}

#popmake-2327 .popup-txt {
    padding: 30px 40px 30px 60px;
    height: 90vh;
    overflow: scroll;
}

#popmake-2327 .popup-txt h3 {
    font-weight: 700;
}

#popmake-2327 .popup-img {
    background: url(/wp-content/uploads/2020/07/rumc-contact-pop.jpg) center center no-repeat;
    background-size: cover;
}

#popmake-2327 .popup-txt .gform_wrapper .top_label .gfield_label {
    margin: 0;
}

#popmake-2327 .popup-txt .gform_wrapper .ginput_container {
    margin: 0;
}

#popmake-2327 .popup-txt .gform_wrapper .ginput_container input:not([type=submit]), #popmake-2327 .popup-txt .gform_wrapper .ginput_container textarea {
    border: 0;
    border-bottom: 1px solid #d3d9df;
    padding: 0;
    margin-bottom: 10px;
}

#popmake-2327 .popup-txt .gform_wrapper .gform_footer input[type=submit] {
    border: 0;
}

.about-top .about-img {

}

.about-top .intro-img .green-font {
    color: #00a0dc;
}

.about-top .intro-img .flag-img {
    max-width: 80px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.about-top .box-content {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.about-top .box-single {
    display: inline-block;
    padding: 2px;
    height: 100%;
    width: 20%;
    flex: none;
    max-width: none;
    float: left;
}

.about-top .box-single .box-inner {
    box-shadow: 1px 1px 10px #ccc;
    border: 1px solid #ccc;
}

.about-top .box-single .box-text {
    padding: 10px;
    display: grid;
}

.about-top .box-single img {
    max-width: 50%;
    margin: 10px auto;
    display: block;
}

.about-top .box-single p {
    text-align: center;
    line-height: unset !important;
    height: 50px;
    margin: 10px 0;
}

.about-bottom .box-content {
    width: 100%;
}

.about-bottom .box-single {
    display: inline-block;
    padding: 2px;
    height: 100%;
    background: transparent;
}

.about-bottom .box-single .box-inner {
    box-shadow: 1px 1px 10px #ccc;
    border: 1px solid #ccc;
    height: 280px;
    background: #fff;
}

.about-bottom .box-single .box-text {
    padding: 10px 20px;
    display: grid;
}

.about-bottom .box-single img {
    max-width: 50%;
    margin: 10px auto;
    display: block;
}

.about-bottom .box-single p {
    text-align: center;
    line-height: unset !important;
    height: 50px;
    margin: 10px 0;
}

.box-inner .box-link {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.box-inner .box-link a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-bottom .intro-img .rumc-accordion img {
    max-width: 25px;
}

.accordion-group .collapse.in {
    display: inline-block;
}

.tab-content .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 100%;
    margin-top: 10px;
    background: #f2f2f2;
}

.course-content .accordion-group .collapse.in {
    width: 90%;
    margin-top: -40px;
}

.about-top .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 100%;
    margin-top: 10px;
    background: #f2f2f2;
}

.award-accord-new .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 100% !important;
    margin-top: 10px;
    background: #fff;
}

.oversea_internship_bottom .internship-bttm .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 100% !important;
    margin-top: 10px;
    background: #fff;
}

.oversea_internship_bottom .internship-bttm .accordion-group .more-less {
    float: right;
    color: #fff;
    padding: 22px 26px;
    background-image: linear-gradient(to bottom left, #00a0dc, #70af46);
    position: relative;
    left: 15px;
}

.interstud-accord .more-less {
    top: -25px;
}

.scholar-accord-new .more-less {
    top: -25px;
}

.visa-mal-accord .more-less {
    top: -15px;
}

.award-accord-new .more-less {
    top: -25px;
}

.course-content .more-less {
    top: -15px;
}

.overview-details ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.scholar-accord-new .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 95% !important;
    margin-top: 10px;
    background: #fff;
}

.alumni-newsletter-part .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 95% !important;
    margin-top: 10px;
    background: #fff;
}

.alumni-newsletter-part .box-text {
    text-align: center;
}

.advan-accord .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 85% !important;
    margin-top: 10px;
    background: #fff;
}

.alumni-newsletter-part .accordion-group .panel-collapse p {
    display: contents;
}

.alumni-newsletter-part .accordion-group .panel-collapse img {
    max-width: 30%;
}

.checklist-single {
    text-align: left;
}

.checklist-single .checklist-inner {
    background: none;
    color: #231f20;
    border-radius: 0 50px;
    min-height: 120px;
    margin-bottom: 10px;
    border-bottom: 5px solid #b4d7dc;
    display: flex;
    align-items: center;
}

.checklist-single .checklist-inner p,
.checklist-single .checklist-inner p a
{
    color: #231f20;
    margin: 0;
}

/*.checklist-single .checklist-inner p {*/
/*color: #FFF;*/
/*line-height: 1.2;*/
/*flex: 1;*/
/*margin: auto 0;*/
/*}*/

/*.checklist-single .checklist-inner p a {*/
/*color: #FFF;*/
/*line-height: 1.2;*/
/*}*/

.checklist-single .checklist-inner .checklist-img-cont {
    height: 100px;
    position: absolute;
    width: 95px;
    background: #FFF;
    border-radius: 0 50px;
    text-align: center;
    display: flex;
    /*border-bottom: 5px solid #b4d7dc;*/
}

.checklist-single .checklist-inner .checklist-img-cont img {
    width: auto;
    height: auto;
    margin: auto;
    padding: 20px;
    max-height: 100%;
    max-width: 100%;
}

.checklist-single .checklist-inner .checklist-text {
    padding: 10px 10px 10px 110px;
    display: flex;
    height: 100%;
}

.more-less {
    float: right;
    color: #fff;
    padding: 22px 26px;
    background-image: linear-gradient(to bottom left, #00a0dc, #70af46);
    top: -15px;
    position: relative;
    left: 15px;
}

.pum-theme-2320 .pum-container .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-container .pum-content + .pum-close {
    background-image: linear-gradient(to bottom left, #00a0dc, #70af46);
    font-family: 'Poppins', sans-serif;
    top: 0 !important;
    right: 0 !important;
}

.panel-collapse {
    padding: 10px;
}

.nav-tabs > li > a {
    color: rgba(102,102,102,0.85);
    padding: 5px 6px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    /*border-radius: 10px 10px 0 0;*/
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #231f20 !important;
    cursor: default;
    background-color: transparent !important;
    /*border: 2px solid #00a0dc !important;*/
}

.nav-tabs > li:hover > a, .nav-tabs > li:focus > a{
    color: #231f20 !important;
}

.nav-tabs > li.active + li {
    /*border-left: 0;*/
}

.tab-content {
    padding: 10px;
    border: 2px solid #ccc;
    border-top: 0;
    margin-top: -1px;
}

.about-top .panel-heading {
    position: relative;
    top: 0;
}

.panel-heading > a {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    line-height: 1.5;
    height: auto;
    vertical-align: middle;
}

.panel-heading > a[aria-controls="indian-applicants"] {
/* 	padding: 0 15px; */
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.panel-heading > a[aria-controls="indian-applicants"] h4 {
	color: #FFF;
	-webkit-text-fill-color: #FFF;
}

.panel-heading > a[aria-controls="indian-applicants"] .more-less {
	background: transparent;
	background-image: none;
}

.about-bottom .panel-heading {
    position: relative;
    top: 10px;
}

.oversea_internship_bottom {
    background: #f0f9fd;
}

.about-bottom {
    background: #f0f9fd;
}

.about-bottom .row {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

.about-bottom .tab-pane .row {
    padding: 0;
}

.award-accord-new .accordion-group .collapse.in .row {
    margin-top: 0;
    margin-bottom: 0;
}

.award-accord-new .accordion-group .collapse.in .award-nm-list ul li {
    margin-bottom: 10px;
}

.about-bottom .pills-content, .intro-img .pills-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.about-bottom .pills-single, .intro-img .pills-single {
    display: inline-block;
    width: auto;
    background: #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 10px #a0a0a0;
    height: auto;
    margin: 10px;
    padding: 5px 10px;
    flex: none;
}

.about-bottom .pills-single img, .intro-img .pills-single img {
    max-width: 50px;
    margin: 0 10px 0 0;
    height: auto;
    float: left;
}

.pill-img-cont {
    float: left;
}

.about-bottom .pills-single p, .intro-img .pills-single p {
    line-height: 50px;
    margin: 0;
    position: relative;
    float: left;
    white-space: nowrap;
}

.about-bottom .pills-single .pills-text, .intro-img .pills-single .pills-text {
    display: flex;
}

.leadership-content {
    padding: 50px 0;
}

.leadership-content .col-lg-4, .leadership-content .col-md-4, .leadership-content .col-sm-4 {
    margin: 0;
}

.leadership-content .col-lg-8, .leadership-content .col-md-8, .leadership-content .col-sm-8 {
    margin: 0;
}

.leadership-content .leadership-txt h3 {
    margin-top: 0;
}

.leadership-content img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.leadership-content h4 {
    color: #70af46;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leadership-content hr {
    height: 3px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    margin: 40px 0;
    border: 0;
}

.gov-single {
    height: auto;
}

.gov-single img {
    height: 230px;
    object-fit: cover;
}

.gov-single h4 {
    white-space: normal;
    word-break: break-word;
    text-transform: uppercase;
    font-size: 14px;
}

.gov-single p {
    line-height: 1.5;
    margin: 0 !important;
}

ul.nav > li > a:hover, ul.nav > li > a:focus {
    background-color: transparent;
}

.vm-contain {
    /*box-shadow: 0 4px 4px #ccc;*/
    margin-bottom: 30px;
}

.vm-boxx {
    padding: 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0 0px 5px rgba(128,128,128,0.5);
    height: 100%;
}

.vm-boxx:hover {
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    color: #fff;
}

.vm-boxx:hover img.vm-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.vm-boxx img {
    position: relative;
    left: -30px;
    top: 10px;
}

.vm-boxx h3 {
    margin-bottom: 10px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.vm-boxx:hover h3 {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FFF;
    color: #FFF;
}

.vm-boxx .col-lg-3, .vm-boxx .col-md-3, .vm-boxx .col-lg-9, .vm-boxx .col-md-9 {
    padding: unset;
}

.about-values {
    background: #f0f9fd;
    padding: 20px;
}

.about-values h3 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
}

.about-values .value-boxx-img {
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
}

.about-values .value-boxx-img img {
    display: inline-block;
}

.about-values .col-lg-4, .about-values .col-md-4 {
    margin-bottom: 30px;
}

.about-values p {
    text-align: center;
}

.value-boxx-img:hover {
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    color: #fff;
    border: Transparent;
}

.value-boxx-img:hover img.value-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.rcsi-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rcsi-section .green-font {
    color: #00a0dc;
}

.rcsi-mission {
    background: url(/wp-content/uploads/2020/08/Rectangle-14.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px;
}

.rcsi-mission h3, .rcsi-mission p {
    color: #fff;
}

.ucd-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ucd-section .green-font {
    color: #00a0dc;
}

.ucd-mission {
    background: url(/wp-content/uploads/2020/08/Rectangle-141.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px;
}

.ucd-mission h3, .ucd-mission p {
    color: #fff;
}

.gov-title h3 {
    color: #00a0dc;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gov-single small {
    line-height: normal;
    font-size: 12px;
}

.gov-single small.green-text {
    color: #70af46;
}

.nav-tabs {
    display: flex;
    border: none !important;
    background: #ccc;
}

.nav-tabs > li + li {

}

.nav-tabs > li.active, .nav-tabs > li:hover, .nav-tabs > li:focus {
    /*background: #FFF;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a, .nav-tabs > li:focus > a {
    /*background: #FFF;*/
}

.tab-pane hr {
    width: 100px;
    border: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.course-intro hr {
    height: 3px;
    border: 0;
    margin: 10px 0 20px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.tab-pane ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 8px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.tab-pane ul li ul li {
    background: none;
    padding: 0;
}

.tab-pane ul li ul li:before {
    content: '-';
    display: inline;
    margin-right: 10px;
}

.tab-pane table ul li {
    /*font-size: 14px;*/
    line-height: 1.5;
}

.subpage-content .masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.subpage-content .item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.subpage-content .item img {
    max-width: 100%;
}

.subpage-content .img_bboxx {
    position: relative;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.subpage-content .img_bboxx img {
    margin: 0;
}

.subpage-content .img_bboxx h3 {
    display: inline-block;
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 20px;
    opacity: 1;
    text-align: left;
}

.subpage-content .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.subpage-content .middle h4 {
    font-size: 16px;
    color: #fff;
}

.subpage-content .middle p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.subpage-content .middle hr {
    width: 50%;
    margin: 0 auto;
    height: 1.5px;
    top: -15px;
    position: relative;
}

.subpage-content .img_bboxx .link-title-container {
    display: flex;
    position: relative;
    top: -60px;
    left: 10px;
}

.subpage-content .img_bboxx .link-title {
    position: absolute;
    display: inline-block;
}

.subpage-content .img_bboxx .link-arrow {
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    display: none;
}

.subpage-content .img_bboxx:hover .blg_img {
    opacity: 0.3;
}

.subpage-content .img_bboxx:hover h3.box-h3 {
    opacity: 0;
    display: none;
}

.subpage-content .img_bboxx:hover a.link-arrow {
    opacity: 1;
    display: block;
}

.subpage-content .img_bboxx:hover .middle {
    opacity: 1;
}

.blg_container {
    margin-right: 20%;
    margin-left: 20%;
}

body.home ul.menu li.menu-item-home {
    display: none;
}

ul.menu > li > ul.sub-menu {
    background: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

li.megamenu-4 ul.sub-menu {
    width: 700px;
    left: -230px;
    display: none;
    top: 30px;
}

li.megamenu-4:hover ul.sub-menu {
    display: table;
}

li.megamenu-4 .megamenu-column-4 {
    display: table-cell !important;
    /*float: left;*/
    width: 33% !important;
    padding: 0;
    /*height: 320px;*/
    /*height: 320px;*/
    /*display: flex !important;*/
    color: #231f20 !important;
}

li.megamenu-4 li.header-hide > a {
    display: none;
}

li.megamenu-4 .megamenu-column-4 ul.sub-menu {
    top: 0;
    position: relative;
}

li.megamenu-4 .megamenu-column-4 ul.sub-menu li {
    padding: 0;
}

li.megamenu-column-4 + li.megamenu-column-4 {
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    background-size: 2px 100%;
    background-position: left center;
    background-repeat: repeat-y;
}

li.megamenu-4 .megamenu-column-4 ul.sub-menu {
    left: 0 !important;
    border: none !important;
    height: auto;
    color: #231f20 !important;
    width: 100%;
    padding: 0;
    /*background: #fff !important;*/
}

li.megamenu-4 .megamenu-column-4:hover a {
    width: 100% !important;
}

li.megamenu-4 .megamenu-column-4 ul.sub-menu li:hover a {
    /* background:  #231f20 !important;
     color: #fff; */
}

li.megamenu-4 .megamenu-column-4 li.postgrad-menu > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #231f20;
    display: inline-block;
    margin-left: 5px;
}

li.megamenu-4 .megamenu-column-4 li.postgrad-menu ul.sub-menu {
    /*left: 20px !important;*/
    position: relative;
    top: 0 !important;
    display: none;
}

li.megamenu-4 .megamenu-column-4 li.postgrad-menu:hover ul.sub-menu {
    display: inline-block;
}

li.megamenu-5 ul.sub-menu {
    width: 600px;
    left: auto;
    right: -10px;
}

li.megamenu-5 .megamenu-column-5 {
    float: left;
    width: 50% !important;
    padding: 0;
    height: 120px;
    display: flex !important;
    color: #231f20 !important;
}

li.megamenu-5 .megamenu-column-5 ul.sub-menu {
    left: 0 !important;
    border: none !important;
    height: auto;
    color: #231f20 !important;
    width: 100%;
    padding: 0;
    /*background: #fff !important;*/
}

li.megamenu-column-5 + li.megamenu-column-5 {
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    background-size: 2px 100%;
    background-position: left center;
    background-repeat: repeat-y;
}

li.megamenu-5 .megamenu-column-5:hover a {
    width: 100% !important;
}

li.megamenu-5 .megamenu-column-5 ul.sub-menu li:hover a {
    /* background:  #231f20 !important;
    color: #fff; */
}

li.megamenu-6 ul.sub-menu {
    width: 700px;
    left: -610px;
}

li.megamenu-6 .megamenu-column-6 {
    float: left;
    width: 25% !important;
    padding: 0;
    height: 290px;
    display: flex !important;
    color: #231f20 !important;
}

li.megamenu-6 .megamenu-column-6 ul.sub-menu {
    left: 0 !important;
    border: none !important;
    height: auto;
    color: #231f20 !important;
    width: 100%;
    padding: 0;
    background: #fff !important;
}

li.megamenu-6 .megamenu-column-6:hover a {
    width: 100% !important;
}

.header-menu ul.sub-menu li:hover a, .header-top-menu ul.sub-menu li:hover a {
    /* color: #FFF;
     background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%); */
}

li.megamenu-column-4 ul.sub-menu li:hover a {
    /* color: #FFF;
     background: none !important; */
}

li.megamenu-column-4 a, li.megamenu-column-5 a, li.megamenu-column-6 a {
    font-weight: 700 !important;
}

li.megamenu-column-4 a:before {
    font-family: FontAwesome;
    content: '\f061';
    position: relative;
    left: -5px;
    opacity: 0;
    transition: 0.5s;
}

li.megamenu-column-4 a:hover {
    padding-left: 30px !important;
    padding-right: 5px !important;
}

li.megamenu-column-4 a:hover:before {
    opacity: 1;
}

/*li.megamenu-column-4 a:after {*/
/*display: none !important;*/
/*}*/

/*li.megamenu-column-5 a:after {*/
/*display: none !important;*/
/*}*/

/*li.megamenu-column-6 a:after {*/
/*display: none !important;*/
/*}*/

li.megamenu-column-4 ul.sub-menu li a {
    color: #231f20;
    font-size: 12px;
    font-weight: 400 !important;
    width: 100%;
}

li.megamenu-column-5 ul.sub-menu li a {
    color: #231f20;
    font-size: 12px;
    font-weight: 400 !important;
    width: 100%;
}

li.megamenu-column-6 ul.sub-menu li a {
    color: #231f20;
    font-size: 12px;
    font-weight: 400 !important;
    width: 100%;
}

li.megamenu-3 ul.sub-menu {
    width: 500px;
    left: -70px;
}

.masonry-home {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    width: 100%;
}

.item-home {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.item-home a.tile-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
}

.item-home:hover a.tour-link {
    left: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    opacity: 0.7;
}

.item-home img {
    max-width: 100%;
}

.img_bboxx_home {
    position: relative;
}

.img_bboxx_home .value-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 78;
}

.img_bboxx_home img {
    margin-bottom: 0;
}

body.page-admissions .about-value .img_bboxx_home img.blg_img_home {
    height: 230px;
    object-fit: cover;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.middle-home {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 15;
}

.middle-home img {
    width: 100px;
}

.middle-home h4 {
    font-size: 20px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
}

.item-home .value-arrow {
    position: absolute;
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 14;
}

.item-home .middle-home-inner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.item-home:hover .middle-home-inner {
    left: 0;
}

.item-home .value-arrow p {
    text-align: center;
    transform: translate(-20%, 45%);
    color: #70af46;
    line-height: 1.75;
}

.juicer-feed.slider {
    -webkit-user-select: none;
    user-select: none;
}

/*.juicer-feed.slider .slick-track {*/
/*overflow: hidden;*/
/*height: 340px !important;*/
/*}*/

.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
    display: none !important;
}

.juicer-feed.slider li.feed-item {
    margin: 0 20px;
    /*width: 340px !important;*/
    /*border-radius: 20px;*/
    /*height: 300px !important;*/
    /*top: 15px;*/
}

.juicer-feed.slider li.feed-item:focus {
    outline: 0;
}

/*.juicer-feed.slider li.feed-item a.j-image {*/
/*box-shadow: 2px 2px 5px #231f20 !important;*/
/*}*/

.academic-contents {
    width: 100%;
    margin: 0 auto;
}

.academic-contents .tab-content {
    margin-bottom: 30px;
}

.academic-contents .single-box {
    box-shadow: 3px 3px 10px 1px #b3b3b3;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 5px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, #70af46, #00a0dc) 1 stretch;
    padding: 15px;
    width: 100%;
    /*height: 320px;*/
    background: #FFF;
}

.academic-contents .single-box img.acade_img {
    height: 130px;
    object-fit: cover;
    width: 100px;
    float: right;
}

.aca_info_all {
    height: 320px;
}

.mintfm-scheme.academic-contents .aca_info_all {
    height: 200px;
}

.aca-popup-modal-content table td, .aca-popup-modal-content table th {
    border: 1px solid #231f20;
    padding: 0 5px;
}

.academic-contents .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
}

.font-green-italic {
    color: #70af46;
}

.subpage-content .font-green {
    color: #70af46;
    font-weight: 700;
}

.academic-contents .green-font {
    color: #70af46;
    font-size: 12px;
}

/*.academic-contents .nav-tabs > li.active, .academic-contents .nav-tabs > li:hover, .academic-contents .nav-tabs > li:focus {*/
/*background: #FFF;*/
/*border-right: 1px solid #ccc !important;*/
/*}*/

/*.academic-contents .nav-tabs > li {*/
/*float: left;*/
/*border: 1px transparent;*/
/*border-radius: 0;*/
/*margin: 0px 0px 5px 0px;*/
/*display: unset;*/
/*}*/

/*.academic-contents .nav-tabs > li > a {*/
/*line-height: 1.42857143;*/
/*border: 1px transparent;*/
/*border-radius: 0;*/
/*font-size: 18px;*/
/*display: inline-block;*/
/*padding: 5px !important;*/
/*margin-bottom: 5px;*/
/*width: auto;*/
/*background: #FFF;*/
/*color: #231f20;*/
/*}*/

/*.academic-contents .nav-tabs > li > a + a{*/
/*border-left: 1px solid #ccc !important;*/
/*}*/

/*.academic-contents .nav-tabs > li + li{*/
/*border-right: 1px solid #ccc !important;*/
/*}*/


/*.academic-contents .nav-tabs > li.active > a {*/
/*color: #231f20 !important;*/
/*font-weight: 400;*/
/*background: transparent;*/
/*}*/

.academic-contents .tab-content {
    padding: 0;
    border: 0;
}

.academic-contents .single-box p, .academic-contents .single-box a {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: inherit;
	z-index: 9131;
}

.academic-contents .single-box h3 {
    font-size: 18px !important;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.academic-contents .single-box p.position{
    margin-bottom: 0;
}

.academic-contents .single-box .acade-profile-btn {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

.about-top {
    margin-top: 30px;
}

.alumni-story-contents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.alumni-story-contents .single-box {
    box-shadow: 3px 3px 10px 1px #b3b3b3;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 10px solid;
    border-image: linear-gradient(90deg, #70af46, #00a0dc) 1 stretch;
    padding: 15px;
    width: 100%;
    height: 320px;
}

.alumni-story-contents .tab-pane .main-boxx {

}

.alumni-story-contents .nav-tabs {
    border-bottom: none !important;
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
}

.subpage-content .font-green {
    color: #70af46;
    font-weight: 700;
}

.alumni-story-contents .green-font {
    color: #70af46;
}

.alumni-story-contents .nav-tabs > li {
    float: left;
    border: none;
    border-radius: none;
    margin: 0px 5px 15px;
    display: contents;
}

.alumni-story-contents .nav-tabs > li > a {
    line-height: 1.42857143;
    border: 1.3px solid #ccc !important;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
    padding: 5px !important;
    margin-bottom: 15px;
}

.alumni-story-contents .nav-tabs > li.active {
    border: none !important;
}

.alumni-story-contents .nav-tabs > li.active > a {
    color: #fff !important;
    font-weight: 400;
    border: 1.3px solid transparent !important;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.alumni-story-contents .single-box p, .alumni-story-contents .single-box a {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: inherit;
}

.alumni-story-contents .single-box h3 {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 5px;
}

.alumni-story-contents .single-box .acade-profile-btn {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

.alumni-slick .slick-slide {
    padding: 200px 0;
}

.tab-content .single-profile-box {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    padding: 20px 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.tab-content .profile-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: 100%;
    overflow: scroll;
}

.tab-content .profile-content p {
    text-align: justify;
}

.tab-content .profile-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.tab-content .profile-close:hover,
.tab-content .profile-close:focus {
    color: #231f20;
    text-decoration: none;
    cursor: pointer;
}

h4.panel-title {
    display: inline-block;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.parent-guide-testi {
    padding: 30px 0 0;
    color: #FFF;
}

.parent-guide-testi h3 {
    color: #FFF;
}

.parent-guide-testi .testi-content {
    padding: 0 20%;
}

.parent-guide-testi .testi-content img {
    margin: 20px auto;
}

.parent-guide-testi .slick-next, .parent-guide-testi .slick-prev {
    background: transparent;
    border: 1px solid #FFF;
    padding: 5px;
    width: auto;
    height: auto;
}

.parent-guide-testi .slick-next:before {
    content: '\2192';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #FFF;
    font-size: 18px;
}

.parent-guide-testi .slick-prev:before {
    content: '\2190';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #FFF;
    font-size: 18px;
}

.parent-guide-testi .item {
    background: transparent !important;
}

.parent-guide-dublin .vm-boxx {
    box-shadow: 1px 1px 5px #ccc;
    padding: 30px;
    margin-top: 40px;
    height: 250px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.parent-guide-dublin .vm-boxx:hover {
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    color: #fff;
}

.parent-guide-dublin .vm-boxx:hover img.vm-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.parent-guide-dublin .vm-boxx:hover a.lmore-btn {
    background: #fff;
    color: #70af46;
}

.parent-guide-dublin .vm-boxx img {
    position: relative;
    left: -30px;
    top: 10px;
}

.parent-guide-dublin .vm-boxx h3 {
    margin-bottom: 10px;
}

.parent-guide-dublin .vm-boxx p {
    text-align: left !important;
}

.parent-guide-dublin .vm-boxx .col-lg-3, .vm-boxx .col-md-3, .vm-boxx .col-lg-9, .vm-boxx .col-md-9 {
    padding: unset;
}

.parent-guide-bttm h3 {
    text-align: center;
}

.parent-guide-bttm .accordion-group {
    max-width: 90%;
    margin: 20px auto;
}

.parent-guide-bttm .accordion-group .panel-title img {
    width: 40px;
    position: absolute;
    margin-top: -5px;
    margin-left: 15px;
}

.parent-guide-bttm .font-green {
    color: #70af46;
}

.parent-guide-dublin {
    margin-top: 50px;
    margin-bottom: 70px;
}

.parent-uni {
    margin-bottom: 100px;
}

.parent-uni h3 {
    text-align: center;
}

.parent-uni p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.parent-uni img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.parent-uni .uni-web-btn {
    color: #fff;
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
}

.parent-guide-bottom {
    margin-top: 70px;
    margin-bottom: 70px;
}

.parent-guide-bottom h3 {
    margin-top: -10px;
}

.parent-guide-bottom .accordion-group {
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 20px;
    max-width: 90%;
    margin-top: 10px;
}

.parent-guide-bottom .accordion-group .more-less {
    top: -57px;
}

.parent-guide-bottom .bottom-btn {
    color: #fff;
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
}

.parent-guide-bottom .accordion-group ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.subpage-content .about-top ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.subpage-content .alumni-btn-1 {
    color: #fff;
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
}

.internship-bttm h3 {
    text-align: center;
}

.internship-bttm .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #fff;
}

.explorerumc-accord .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #f2f2f2;
}

.visa-mal-accord .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #fff;
}

.visa-mal-accord .accordion-group img {
    width: 25px;
    left: 5px;
    position: relative;
}

.interstud-accord .accordion-group {
    max-width: 75%;
    box-shadow: 1px 1px 10px #ccc;
    background: #fff;
    margin-bottom: 20px;
}

.about-top h1 {
    margin-top: 0;
}

.collapse.in {
    width: 90%;
    margin-top: -20px;
}

.internship-bttm .accordion-group .panel-title img {
    width: 40px;
    position: absolute;
    margin-top: -5px;
    margin-left: 15px;
}

.lmore-btn {
    color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    background: #70af46;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1));
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    animation: gradient-change 5s ease infinite;
    -moz-animation: gradient-change 5s ease infinite; /* Firefox */
    -webkit-animation: gradient-change 5s ease infinite; /* Safari and Chrome */
    -o-animation: gradient-change 5s ease infinite; /* Opera */
}

.course-overview-part .primary-btn {
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.accomm-lmore-btn {
    color: #fff;
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px 75px 5px 75px;
    border-radius: 15px;
    background: #70af46;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1));
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    animation: gradient-change 5s ease infinite;
    -moz-animation: gradient-change 5s ease infinite; /* Firefox */
    -webkit-animation: gradient-change 5s ease infinite; /* Safari and Chrome */
    -o-animation: gradient-change 5s ease infinite; /* Opera */
}

.alumni-story-contents .font-green {
    color: #70af46;
    font-weight: 700;
}

table.dublin-tab4 {
    border-collapse: collapse;
    width: 100%;
}

.dublin-tab4 td, .dublin-tab4 th {
    border: 2px solid #231f20;
    text-align: left;
    vertical-align: top;
    padding: 8px !important;
    width: auto !important;
}

table.scholarship-tble {
    border-collapse: collapse;
    width: 70%;
}

.scholarship-tble td, .scholarship-tble th {
    border: 1px solid #231f20;
    text-align: left;
    vertical-align: top;
    padding: 8px !important;
    width: auto !important;
}

.alumni-mn-bx h4 {
    text-align: center;
    margin-top: -1px;
    font-size: 18px;
}

.alumni-mn-bx h2 {
    text-align: center;
    font-size: 35px;
}

.alumni-mn-bx hr {
    border: 1.5px solid;
    width: 20%;
    margin: 0 auto;
    margin-top: -15px;
}

.course-overview-part h3 {
    font-size: 22px;
    text-align: center;
}

.course-2-overview-part h3 {
    font-size: 22px;
}

.course-2-overview-part small {
    font-size: 14px;
}

.course-2-overview-part .overview-details {

}

.course-overview-part hr {
    border: 0;
    height: 3px;
    background-color: #00a0dc;
}

.course-overview-part img {
    max-width: 100%;
}

.course-overview-part p {
    font-size: 14px;
    margin: 0 !important;
}

.course-overview-part .overview-details {
    margin-bottom: 10px;
}

.course-overview-part .overview-details .col-lg-3, .course-overview-part .overview-details .col-md-3, .course-overview-part .overview-details .col-sm-3 {
    padding-right: 0 !important;
}

.course-2-overview-part .overview-details .col-lg-3, .course-2-overview-part .overview-details .col-md-3, .course-2-overview-part .overview-details .col-sm-3 {
    padding-right: 0 !important;
}

.alumni-community-part .green-text {
    color: #70af46;
}

.rumc-blog-part .green-text {
    color: #70af46;
}

.community-news {
    margin-top: 40px;
    margin-bottom: 40px;
}

.community-news .news-pages-box{
    margin: 0 auto;
}

.community-news .news-pages-box .prev, .community-news .news-pages-box .next{
    padding: 0 10px;
    box-shadow: 1px 1px 5px #ccc;
    display: inline-block;
    color: #00a0dc !important;
    font-weight: 700;
}

.community-news .news-pages-box .page-numbers{
    margin: 0 5px;
    font-size: 22px;
    color: #231f20;
}

.community-news .news-pages-box .current{
    color: #00a0dc !important;
}

.community-news .news-boxx {
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 50px;
    width: 100%;
    height: 560px;
}

.community-news .news-boxx img {
    height: 300px;
    z-index: 1;
    object-fit: cover;
}

.community-news .news-boxx .inner-txt {
    width: 85%;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: justify;
}

.community-news .news-boxx h3 {
    color: #231f20;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.community-news .news-boxx h6 {
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 14px;
    position: absolute;
    display: block;
    margin-top: -40px;
    margin-left: 30px;
    z-index: 5;
}

.community-news .news-boxx p {
    margin-top: -15px;
    margin-bottom: 0;
}

.community-news .news-boxx a {
    top: 15px;
    font-weight: 700;
    color: #70af46;
    position: relative;
}

.community-news .news-boxx a.news-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8102;
}

.rumc-blog-content {
    margin-top: 40px;
}

.rumc-blog-content .news-boxx {
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 50px;
    width: 100%;
    height: 770px;
}

.rumc-blog-content .news-boxx img {
    height: 500px;
    z-index: 1;
    object-fit: cover;
}

.rumc-blog-content .news-boxx .inner-txt {
    width: 85%;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: justify;
}

p.quote-heading {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #FFF;
    padding: 0 5px;
}

h4.quote-heading {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #FFF;
    padding: 0 5px;
}

.rumc-blog-content .news-boxx h3 {
    color: #231f20;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.rumc-blog-content .news-boxx h6 {
    background: linear-gradient(to left, #00a0dc 0%, #70af46 100%);
    padding: 5px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 14px;
    position: absolute;
    display: block;
    margin-top: -40px;
    margin-left: 30px;
    z-index: 5;
}

.rumc-blog-content .news-boxx p {
    margin-top: -15px;
    margin-bottom: 0;
}

.rumc-blog-content .news-boxx a {
    top: 15px;
    font-weight: 700;
    color: #70af46;
    position: relative;
}

.subpage-connect-us {
    margin-top: 60px;
    margin-bottom: 60px;
}

.subpage-connect-us h3 {
    text-align: left;
    left: -15px;
    position: relative;
}

.subpage-connect-us .social-icons img {
    width: 40px;
}

.subpage-connect-us .col-lg-3, .subpage-connect-us .col-md-3, .subpage-connect-us .col-sm-3 {
    padding: 0 !important;
}

.alumni-cform .gform_body .size-1 {
    width: 100% !important;
}

.alumni-cform .gform_body .size-2 {
    width: 50% !important;
}

.alumni-cform .gform_body .size-3 {
    width: 40% !important;
}

.alumni-cform .gform_body .size-4 {
    width: 30% !important;
}

.alumni-cform .gform_body .size-5 {
    width: 20% !important;
}

.alumni-cform .gform_body .single-bottom {
    position: absolute;
    margin-top: 126px !important;
    margin-left: -570px !important;
    width: 48.7% !important;
}

.alumni-cform .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 10px !important;
    letter-spacing: normal;
    border: 0;
    /*border: 1.5px solid #ccc !important;*/
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    margin: 0;
}

body .gform_wrapper .top_label div.ginput_container, .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    padding: 2px !important;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.alumni-cform .gform_wrapper .datepicker {
    width: 100% !important;
    /*margin-top: -2px;*/

}

.alumni-cform .gform_wrapper legend.gfield_label, .alumni-cform .gform_wrapper label.gfield_label {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.alumni-cform .gform_wrapper .gfield_required {
    display: none !important;
}

.alumni-cform .gform_wrapper li label.gfield_label:after {
    content: '' !important;
    position: relative;
    top: 5px;
    left: 5px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.alumni-cform .gform_wrapper li.gfield_contains_required label.gfield_label:after {
    content: url("https://www.rcsiucd.edu.my/wp-content/uploads/2020/08/tick-e1598599694216.png") !important;
    position: relative;
    top: 0;
    left: 5px;
    vertical-align: middle;
}

.alumni-cform .gform_wrapper .chosen-container-single .chosen-single {
    padding: 4px 10px 3px;
    height: auto;
    border: 0;
}

.alumni-cform .gform_wrapper ul.gfield_radio li label, .alumni-cform .gform_wrapper ul.gfield_checkbox li label {
    font-size: 12px;
    font-weight: normal;
}

.alumni-cform .gform_wrapper ul.gfield_checkbox, .alumni-cform .gform_wrapper ul.gfield_radio {
    padding: 5px !important;
    background: #fff !important;
    width: 100% !important;
    border: 0;
    /*border: 1.5px solid #ccc !important;*/
}

.alumni-cform .gform_wrapper ul li.gfield {
    margin-bottom: 25px !important;
}

.alumni-cform .primary-btn, .alumni-cform input[type=submit] {
    font-size: 18px !important;
    border-radius: unset !important;
    border: none !important;
}

.alumni-cform h3 {
    text-align: center;
}

.single-post-banner {

}

.single-post-banner .site-main {
    background: #fff;
}

.single-post-banner .entry-content {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 70px;
}

.single-post-banner .entry-content img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.mobile-btns {
    display: none;
}

.open-mobile-menu {
    display: none;
}

.course-overview-part {
    margin-top: 20px;
    margin-bottom: 50px;
}

.accomm-gallery {
    margin-top: 20px;
    width: 95%;
    left: 20px;
    position: relative;
}

.accomm-gallery img {

}

.oversea_internship_video {
    padding: 30px 0 0;
}

.oversea_internship_video .oversea-vd-content {
    padding: 0 20px;
}

.oversea_internship_video .slick-next, .oversea_internship_video .slick-prev {
    background: transparent;
    border: 1px solid #231f20;
    padding: 5px;
    width: auto;
    height: auto;
}

.oversea_internship_video .slick-next:before {
    content: '\2192';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #231f20;
    font-size: 18px;
}

.oversea_internship_video .slick-prev:before {
    content: '\2190';
    font-family: sans-serif;
    opacity: 1;
    background: transparent;
    color: #231f20;
    font-size: 18px;
}

.oversea_internship_video .item {
    background: transparent !important;
}

.oversea-intern-top {
    margin-top: 30px;
}

.internship-bttm {
    margin-top: 50px;
    margin-bottom: 60px;
}

.panel-collapse p {
    margin: 5px 55px 15px 5px;
}

.about-bottom .tab-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.tab-pane ul.list-arrow li {
    margin-left: 0;
}

.tab-pane table td, .tab-pane table th {
    border: 1px solid #231f20;
    padding: 5px;
}

.governance-content {
    margin-bottom: 40px;
    position: relative;
}

.alumni-newsletter-part {
    margin-top: 50px;
    margin-bottom: 10px;
}

.alumni-newsletter-part .box-text img {
    height: 400px;
    box-shadow: 1px 5px 5px #ccc;
    margin-bottom: 15px;
}

.alumni-newsletter-part .box-text h4 {
    text-align: center;
    display: inline-block;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staff-directory-content .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.staff-directory-content .accordion-group .more-less {
    float: right;
    color: #fff;
    padding: 22px 26px;
    background-image: linear-gradient(to bottom left, #00a0dc, #70af46);
    top: -15px;
    position: relative;
    left: 15px;
}

.about-top .intro-img h3 {
    margin-top: 0;
}

h3.quote-heading {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #FFF;
}

body.page-accommodation .about-bottom {
    background: #FFF;
}

body.page-accommodation .about-bottom hr {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    height: 5px;
    width: 100%;
    position: relative;
    border: 0;
}

.cochrane-content {
    margin-bottom: 30px;
}

.cochrane-content .container {
    width: 100%;
}

.cochrane-content img {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 2px 4px 5px #ccc;
}

.careerpage-section ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.careerpage-section .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.careerpage-section .accordion-group .more-less {
    float: right;
    color: #fff;
    padding: 22px 26px;
    background-image: linear-gradient(to bottom left, #00a0dc, #70af46);
    top: -15px;
    position: relative;
    left: 15px;
}

/*.cochrane-primary-btns{*/
/*position: relative;*/
/*width: 550px;*/
/*margin: 0 auto;*/
/*}*/

.cochrane-primary-btns a {
    margin-bottom: 20px;
}

.hidden-more {
    display: none;
}

.hidden-more ul {
    margin-top: -10px;
}

a.show-more-btn, a.show-more-btn:hover {
    color: #231f20;
    font-size: 12px;
}

body.page-admissions .subpage-value .masonry-home {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: flex;
}

.about-img {
    margin-bottom: 40px;
}

.intro-img {
    margin-bottom: 40px;
}

.single-related {
    margin-bottom: 30px;
}

.header-social section {
    display: inline-block;
    width: auto;
}

.download-brochure-part .col-lg-12, .download-brochure-part .col-md-12, .download-brochure-part .col-sm-12{
    display: flex;
}

.download-brochure-part .nav-tabs {
    border-bottom: unset;
    width: 30%;
    height: auto;
    display: inline-block;
    border-right: 3px solid #ccc;
    text-align: right;
}

.download-brochure-part .nav-tabs > li.active > a, .download-brochure-part .nav-tabs > li.active > a:hover, .download-brochure-part .nav-tabs > li.active > a:focus, .download-brochure-part .nav-tabs > li:hover > a, .download-brochure-part .nav-tabs > li:focus > a {
    background: #FFF;
    border-top: unset !important;
}

.download-brochure-part {
    margin-bottom: 40px;
    margin-top: 10px;
}

.download-brochure-part ul li, .download-brochure-part ol li {
    list-style: none;
    /*border-right: 3px solid #ccc;*/
    width: 100%;
    margin-left: 3px;
}

.download-brochure-part .nav-tabs > li.active {
    border-bottom: unset !important;
    border-right: 3px solid #00a0dc;
    border-top: unset !important;
}

.download-brochure-part .nav-tabs > li > a {
    text-align: right;
    display: inline-block;
    width: 100%;
    border: 0;
}

.download-brochure-part .tab-content ul li, .download-brochure-part .tab-content ol li {
    list-style: none;
    border-right: unset;
    width: 100%;
}

.download-brochure-part .tab-content{
    width: 70%;
    left: 30px;
    position: relative;
}

.download-brochure-part .tab-content .col-lg-12, .download-brochure-part .tab-content .col-md-12, .download-brochure-part .tab-content .col-sm-12{
    display: inline-block;
}

div.wp-caption {
    max-width: 100%;
}

table.jpec-table {
    border-collapse: collapse;
    width: 100%;
}

.jpec-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

body.page-alumni .subpage-value .masonry-home {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: flex;
}

body.page-jpec .subpage-value .masonry-home {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: flex;
}

body.page-jpec .about-top{
    margin: 0;
}

body.page-jpec .subpage-value{
    margin-bottom: 40px;
}

body.page-about-jpec .subpage-content p{
    line-height: normal;
}

.jpec-introduction{
    margin-bottom: 20px;
}

.jpec-introduction .blue-font{
    color: #00a0dc;
}

.jpec-objective{
    background: url(/wp-content/uploads/2020/08/Rectangle-14.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px;
}

.jpec-objective h3, .jpec-objective p{
    color: #fff;
}

.jpec-accreditation img{
    margin-left: 15px;
    margin-right: 15px;
}

.jpec-accreditation p{
    line-height: normal;
}

.jpec-member{

}

.jpec-secre{
    margin-bottom: 30px;
}

.jpec-secre .right-boxx{
    background: #f0f9fd;
    padding: 15px;
}

.jpec-secre ul li, .jpec-secre ol li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

body.page-ethical-review .subpage-content ol li, body.page-ethical-review .subpage-content ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

body.page-ethical-review .jpec-other-contents ol.nav-tabs li, body.page-ethical-review .jpec-other-contents ul.nav-tabs li {
    background: none !important;
    padding-left: unset !important;
}

body.page-ethical-review .subpage-content p{
    line-height: normal;
}

.jpec-contact{
    background: #f0f9fd;
}

.jpec-app-pro h3{
    text-align: center;
}

.jpec-app-pro .single-boxx{
    background: #f0f9fd;
    padding: 15px;
    margin-bottom: 35px;
    height: 400px;
}

.jpec-amendapp-pro{
    /*background: url(/wp-content/uploads/2020/10/new34.png) center center no-repeat;*/
    /*background-size: cover;*/
    padding: 15px 0px 35px;
    margin-bottom: 25px;
    background: #f0f9fd;
}

.jpec-amendapp-pro .txt-content{
    width: 75%;
    margin: 0 200px;
}

.jpec-other-contents .accordion-group {
    max-width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.jpec-other-contents .accordion-group .more-less {
    top: 0;
    position: absolute;
    right: 0;
    left: auto;
}

.jpec-other-contents{
    margin-bottom: 25px;
}

.jpec-rec {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.jpec-rec .jpec-rec-single {
    background: url(/wp-content/uploads/2020/09/hexagon-e1600677795240.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    float: left;
    position: relative;
    height: 240px;
    display: inline-flex;
    margin: 0 auto;
    width: 20%;
}

.jpec-rec .jpec-rec-single p {
    line-height: 1.5;
    font-size: 14px;
}

.jpec-rec .jpec-rec-single:nth-child(even) {
    /*margin-top: 50px;*/
}

.jpec-rec .jpec-rec-icon {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
    display: none;
}

.jpec-rec .jpec-rec-single.rec-3 {
    height: 400px;
}

.jpec-rec .jpec-rec-single.rec-3 .jpec-rec-icon {
    top: 50px;
    left: 50px;
}

.jpec-rec .jpec-rec-icon img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.jpec-rec .jpec-rec-num {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}

.jpec-rec .jpec-rec-inside {
    margin: auto;
    padding: 10px;
}

.jpec-rec .jpec-rec-row {
    display: inline-block;
}

.jpec-other-contents h4{
    text-align: center;
    width: calc(100% - 50px);
    position: relative;
    top: 0;
    margin: 0;
}

.jpec-other-contents .color-boxx{
    padding: 15px 5px 5px;
    font-weight: 700;
    text-align: center;
    box-shadow: 1px 1px 10px #ccc;
    height: 150px;
    background: #f2f2f2 !important;
}

.jpec-other-contents .color-boxx .primary-btn{
    box-shadow: 1px 1px 10px #ccc;
}

.jpec-other-contents .info-boxx{
    box-shadow: 1px 1px 10px #ccc;
    background: #f2f2f2;
    padding: 15px 0 5px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
}

.jpec-other-contents .info-boxx p{
}

.jpec-other-contents .tabcont-1{
    margin-top: 20px;
    margin-bottom: 40px;
}

.jpec-rec .container{
    padding-top: 0;
}

.jpec-meet{
    margin-bottom: 30px;
}

table.jpec-meet-table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.jpec-meet-table th{
    background: transparent;
    color: #fff;
    padding: 8px;
    border: 2px solid #231f20;
    width: 33.3%;
}

.jpec-meet-table td {
    border: 2px solid #231f20;
    text-align: left;
    padding: 8px;
    background: #fff;
}

.entry-content table{
    border-collapse: collapse;
}

.entry-content table th, .entry-content table td{
    padding: 8px;
    border: 1px solid #ccc;
}

.acad_popup_body{
    display:none;
    position: fixed;
    top:0;left:0;right:0;bottom:0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    z-index: 99999;
}
.acad_popup_body_show{
    display:block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.acad_popup_back{
    background: rgba(0,0,0,0.4);
    position: fixed;
    left:0;right:0;top:0;bottom:0;
}
.acad_popup_contain{
    position: relative;
    background: #fff;
    width: 1000px;
    margin: 120px auto 50px;
    height: 480px;
    padding: 10px 20px;
    display: block;
    overflow: scroll;
}
.acad_popup_close{
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    padding: 2px 15px 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.alumni-slick .item.item-desktop {
    padding: 30vh 0;
}

.alumni-banner-slick{
    width: 50%;
    background: #FFF;
}

.alumni-banner-content{
    padding: 20px 30px;
    box-shadow: 4px 5px 15px #ccc;
    margin: 0 auto 10px;
}

.alumni-banner-content h3, .ucd-content h3, .rcsi-content h3 {
    display: inline-block;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alumni-banner-slick .slick-dots li button:before {
    font-family: FontAwesome !important;
    content: '\f0c8' !important;
    font-size: 12px !important;
}

.alumni-banner-slick .slick-dots li {
    width: 10px !important;
}

.alumni-banner-slick .slick-dots li.slick-active button:before {
    color: #70af46 !important;
}

.alumni-banner-slick .slick-dots li.slick:hover button:before {
    color: #70af46 !important;
}

.jpec-single-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    text-align: left;
}

.jpec-single-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.jpec-single-modal .close {
    color: #00a0dc;
    float: right;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    text-align: right;
    top: -10px;
}

.jpec-single-modal .close:hover,
.jpec-single-modal .close:focus {
    color: #70af46;
    text-decoration: none;
    cursor: pointer;
}


.jpec-single-modal  ol li, .jpec-single-modal ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.jpec-single-modal p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
}

.aca-popup-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    text-align: left;
}

.aca-popup-modal .aca-popup-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 450px;
    overflow: auto;
}

.aca-popup-modal .aca-popup-close {
    color: #00a0dc;
    float: right;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    text-align: right;
    top: -10px;
}

.aca-popup-modal .aca-popup-close:hover,
.aca-popup-modal .aca-popup-close:focus {
    color: #70af46;
    text-decoration: none;
    cursor: pointer;
}


.aca-popup-modal ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.aca-popup-modal  ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.aca-popup-modal p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
}

.aca-popup-modal h4{
    font-size: 18px;
}

.aca-popup-modal h5{
    font-size: 16px;
}

.aca-popup-modal h6{
    font-size: 14px;
}

.alumni-mn-accord{
    margin-bottom: 60px;
}

.alumni-mn-accord img{
    max-width:100%;
    box-shadow: 1px 5px 5px #ccc;
}

.alumni-mn-bx .box-single{
    width: 50%;
}

body.page-alumni .pills-content{
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.newsletter-cont-img{
    display: flex;
    text-align: center;
}

.scholar-list-content{
    text-align: left;
    margin-bottom: 15px;
}

.scholar-list-content p{
    margin: 0 10px;
}

.scholar-list-content img{
    height: 100px;
    object-fit: cover;
    width: auto;
    margin-bottom: 5px;
}

.scho-section {
    margin-bottom: 30px;
}

.scho-section h4 {
    margin-bottom: 10px;
}

.course-top-part{
    display: flex;
}

ul.tabs-vertical{

}

ul.tabs-vertical li{

}

.hta-content-main .title-section{
    display: flex;
    border-bottom: 4px solid #ccc;
    margin-bottom: 30px;
}

.hta-content-main .title-section .main-icon{
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    padding: 13px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.hta-content-main .title-section .main-icon img{
    max-width: 90%;
    margin: 3px;
    display: block;
}

.hta-content-main .title-section span.num{
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.juicer-feed.slider li.feed-item a.j-image img {
    height: 100% !important;
    object-fit: cover;
}

.rumc-blog-content a.title-link, .community-news a.title-link{
    top: unset !important;
}

body.page-policies .about-bottom {
    background: #fff;
}

.about-bottom .text-justify h3, .about-top .intro-img.text-justify h3 {
    text-align: left;
}

.course-intro {
    padding: 0;
    background: #fff;
}

.enrolling-rumc-content {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.enrolling-rumc-content .single-enroll {
    background: url(/wp-content/uploads/2020/09/hexagon-e1600677795240.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    float: left;
    position: relative;
    height: 300px;
    display: inline-flex;
}

.enrolling-rumc-content .single-enroll p, .enrolling-rumc-content .single-enroll li {
    line-height: 1.5;
    font-size: 14px;
}

.enrolling-rumc-content .single-enroll:nth-child(even) {
    margin-top: 50px;
}

.enrolling-rumc-content .enroll-icon {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px; 
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
}

.enrolling-rumc-content .single-enroll.enroll-3 {
    height: 400px;
}

.enrolling-rumc-content .single-enroll.enroll-3 .enroll-icon {
    top: 50px;
    left: 50px;
}

.enrolling-rumc-content .enroll-icon img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.enrolling-rumc-content .enroll-inside {
    margin: auto;
    padding: 10px;
}

.enrolling-rumc-content .enroll-row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.enrolling-rumc-content .enroll-num {
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.hta-content h3.hta-titles{
    text-align: center;
    color: #231f20;
}

.hta-content .checklist-content{
    margin-bottom: 80px !important;
}

.juicer-feed.slider li.feed-item.j-twitter.image-post .j-text, .juicer-feed.slider .j-text {
    display: none;
}

body.page-template-page-landing-mintfm p, body.page-template-page-landing-mintfm li {
    font-weight: 300;
}

.landing-logos a.primary-btn {
	font-size: 12px;
	padding: 5 20px;
}

/*** MInTFM 2021 landing page ***/

.minfm-landing-mainbanner {
    padding: 200px 0;
}

.minfm-landing-mainbanner h3 {
    color: #231f20;
    text-shadow: 0px 0 5px #fff;
}

.minfm-landing-mainbanner p span.intake-txt {
    color: #231f20;
    text-shadow: 0px 0 5px #fff;
    font-size: 18px;
}

.landing-mintfm-container{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.landing-minfm-header .row{
    border-bottom: 1px solid rgba(230, 230, 230, 0.9);
}

.landing-mintfm-banner{
    margin-top: 30px;
}

.landing-mintfm-banner h3{
    margin-bottom: 0;
    letter-spacing: 2px;
}

.landing-mintfm-banner span.intake-txt{
    letter-spacing: 1.5px;
}

.landing-mintfm-banner p.top-text-1{
    width: 60%;
    font-size: 16px;
    font-weight: 300;
}

.landing-mintfm-banner span.gradient-font{
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-mintfm-banner img.mlogo{
    max-width: 48%;
}

.landing-mintfm-banner img.line{
    margin-bottom: 4px;
    height: 5px;
}

.minfm-landing-component{
    /*height: 480px;*/
    margin-top: 30px;
}

.minfm-landing-component h3{
    margin-bottom: 10px;
}

.minfm-landing-component img.title-line{
    width: 70%;
    margin-bottom: 30px;
}

.minfm-landing-component .single-component img.icon{
    position: relative;
    height: 50px;
}


.minfm-landing-component .single-component img.grey-line{
    height: 60%;
}

.minfm-landing-component ul li, .minfm-landing-component ol li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.minfm-landing-description-top{
    margin-bottom: 60px;
    background: #f7f7f7;
}

.minfm-landing-description-top .text-content h3{
    margin-bottom: 10px;
}

.minfm-landing-description-top .text-content img{
    margin-bottom: 0;
    width: 100%;
    height: 8px;
}

.minfm-landing-description-top .text-content h4 {
    font-size: 16px;
    font-weight: 400;
}

.minfm-landing-description-top .text-content p, .minfm-landing-description-bottom .text-content p{
    text-align: justify;
    font-weight: 300;
}

.minfm-landing-description-top .text-content{
    padding: 30px 0;
}

.minfm-landing-description-bottom .text-content h3{
    margin-bottom: 5px;
}

.minfm-landing-description-bottom .text-content h5{
    margin-bottom: 0;
}

.minfm-landing-description-bottom .text-content p.fees-txs{
    margin-bottom: 5px;
}

.minfm-landing-description-bottom{
    margin-bottom: 60px;
}

.minfm-landing-description-bottom .row{
    box-shadow: 1px 1px 20px #ccc;
    margin-bottom: 40px;
}

.minfm-landing-description-bottom .imgg-boxx{
    padding-right: 0;
}

.minfm-landing-description-bottom .text-content{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    /*top: 25px;*/
    position: relative;
}

.minfm-landing-description-bottom .text-content ul li, .minfm-landing-description-bottom .text-contentt ol li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/10/tick.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.minfm-landing-description-bottom .text-content ul.tick-icon{
    margin-left: 15px;
}

.minfm-landing-description-bottom .text-content img{
    margin-bottom: 0;
    width: 100%;
    height: 8px;
}

.minfm-landing-message-content{
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 30px;
}

.minfm-landing-message-content .mss-details p.name{
    color: #969696;
    font-weight: 700;
}

.minfm-landing-message-content img.person-img{
    max-width: 80%;
}

.minfm-landing-message-content .message-text p{
    text-align: justify;
    width: 95%;
    margin: 0 auto;
}

.minfm-landing-message-content .message-text:before{
    content: url("/wp-content/uploads/2020/10/before-brac.png") !important;
    position: relative;
}

.minfm-landing-message-content .message-text:after{
    content: url("/wp-content/uploads/2020/10/after-brac.png") !important;
    position: relative;
    float: right;
}

.minfm-landing-form-content h3, .minfm-landing-form-content p{
    text-align: center;
}

body.page-mintfm-landing-page .site-footer .footer-bottom{
    color: #fff;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    padding: 10px 0;
    font-size: 10px;
    font-weight: 400;
}

body.page-mintfm-landing-page .footer-bottom a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.landing-minfm-header{
    margin-top: 15px;
}

.landing-minfm-header img.main-logo{
    max-width: 80%;
	width: 400px;
}

.landing-minfm-header img.right-logo{
    width: 40%;
}

.minfm-landing-mainbanner {
    height: 600px;
}

/*** UG 2021 landing page ***/

.landing-mainbanner {
    padding: 10vw 0;
    color: #FFF;
}

.landing-mainbanner hr {
    border: 0;
    background: #FFF;
    height: 2px;
    width: 100px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

/* .page-template-page-landing-ug .landing-mainbanner hr {
    background: #000;
    box-shadow: 0 0 3px rgba(255,255,255,0.3);
} */

.landing-mainbanner h1 {
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    margin: 10px 0;
    font-size: 36px;
}

/* .page-template-page-landing-ug .landing-mainbanner h1 {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
} */

.landing-mainbanner h3 {
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    font-size: 28px;
}

/* .page-template-page-landing-ug .landing-mainbanner h3 {
	color: #000;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
} */

.landing-mainbanner p {
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    letter-spacing: 1px;
    font-weight: 300;
    margin: 10px 0;
    font-size: 18px;
}

/* .page-template-page-landing-ug .landing-mainbanner p {
	color: #000;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
} */

.landing-mainbanner h4 {
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
    letter-spacing: 2px;
    margin: 10px 0;
    font-size: 22px;
}

/* .page-template-page-landing-ug .landing-mainbanner h4 {
	color: #000;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
} */

.landing-mainbanner a {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
}

.landing-mainbanner a.primary-btn i {
    margin-left: 20px;
}

.msc-landing-form-content {
	padding: 50px 0;
}

.msc-landing-mainbanner.landing-mainbanner {
    padding: 0;
    color: #000;
}

.msc-landing-mainbanner.landing-mainbanner hr {
    background: #000;
    box-shadow: none;
}

.msc-landing-mainbanner.landing-mainbanner h1 {
    color: #000;
    text-shadow: none;
}

.msc-landing-mainbanner.landing-mainbanner h3 {
    color: #000;
    text-shadow: none;
    font-size: 28px;
}

.msc-landing-mainbanner.landing-mainbanner p {
    color: #000;
    text-shadow: none;
}

.msc-landing-mainbanner.landing-mainbanner h4 {
    color: #000;
    text-shadow: none;
}

.msc-banner-text {
	padding: 80px 0;
}

.ug-experience .exp-single {
    padding: 0;
}

.ug-experience h4 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ug-experience .exp-single .text-content {
    margin-top: 350px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 0.9) 0%, rgba(0, 160, 220, 0.9) 100%);
    color: #FFF;
    padding: 10px;
}

.ug-pathway, .ug-fee, .ug-alumni, .fis-pathway {
    padding: 50px 0;
}

.ug-pathway img, .fis-pathway img {
    max-width: 80%;
}

.ug-scholarship {
    padding: 80px 0;
    color: #FFF;
}

.ug-scholarship h3 {
    color: #FFF;
}

.ug-scholarship a.primary-btn {
    text-transform: uppercase;
}

.ug-alumni .alumni-single {
    box-shadow: 1px 1px 5px rgba(140, 140, 140, 0.2);
    padding: 40px 20px;
    background: url(/wp-content/uploads/2020/11/gradient-bar.png) top center no-repeat;
    background-size: 100% 10px;
    border-radius: 5px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.ug-alumni .alumni-single:hover {
    transform: translate(0, -13px);
}

.ug-alumni h4 {
    margin: 0;
}

.ug-alumni img {
    border-radius: 50%;
}

.ug-alumni .alumni-image {
    border-radius: 50%;
}

.ug-alumni .alumni-text {
    background: url(/wp-content/uploads/2020/11/quote-open.png), url(/wp-content/uploads/2020/11/quote-close.png);
    background-size: 20px auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    padding: 20px 30px;
    text-align: center;
}

.ug-landing-description-top {
    padding: 50px 0;
}

.ug-landing-description-top p {
    padding: 0 10px;
    margin-bottom: 30px;
}
.ug-landing-component {
    padding-bottom: 50px;
}

.ug-landing-component .single-component img {
    max-width: 70px;
}

.ug-landing-component .single-component .col-lg-3 {
    padding: 0;
}

.ug-landing-component .single-component p {
    font-size: 18px;
}

.landing-num .col .col-inner {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: url(/wp-content/uploads/2020/11/gradient-bar.png) bottom center no-repeat;
    background-size: 100% 10px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.landing-num .col .col-inner:hover {
    transform: translate(0, -13px);
}

.landing-num .col img {
    max-width: 70px;
    margin-top: 30px;
}

.landing-num .col h3 {
    font-size: 44px;
    line-height: 0;
    display: inline-block;
}

.landing-num .col h3 .num-green {
    font-size: 44px;
    line-height: 1.2;
    display: inline-block;
}

.landing-num h3 .num-green-small {
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
}

.ug-fee .fee-single {
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.ug-fee .fee-single li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.ug-fee .fee-single.active {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    transform: scale(1.1);
    z-index: 5;
}

.ug-fee .fee-single h4 {
    font-size: 22px;
}

.ug-fee .fee-single hr {
    width: 120px;
    border: 0;
    background: #231f20;
}

.ug-fee .fee-single h3 {
    font-size: 36px;
}

.ug-fee .fee-single h3 small {
    vertical-align: top;
    top: -5px;
    margin-right: 5px;
    position: relative;
    font-size: 18px;
}

.ug-fee .fee-single.active h3, .ug-fee .fee-single.active h4, .ug-fee .fee-single.active p, .ug-fee .fee-single.active li {
    color: #FFF;
}

.ug-fee .fee-single.active li {
    background: url(/wp-content/uploads/2020/09/rumc-bullet-white.png) top 5px left no-repeat;
    background-size: 10px auto;
}

.ug-fee .fee-single.active hr {
    background: #FFF;
}

.page-template-page-landing-ug .footer-bottom, .page-template-page-landing-fis .footer-bottom {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #FFF;
}

.page-template-page-landing-ug .footer-bottom a, .page-template-page-landing-fis .footer-bottom a {
    color: #FFF;
}

.page-template-page-landing-fis p, .page-template-page-landing-ug p {
    font-weight: 400;
}

/** FIS 2021 **/

.stat-content {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 30px;
    margin: -95px auto 0;
    background: #FFF;
    display: inline-flex;
    width: 150px;
    height: 150px;
    position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.stat-content:hover {
    background: linear-gradient(145deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);

}

.stat-content img {
    margin-bottom: 0;
    height: auto;
    object-fit: contain;
    z-index: 89;
}

.stat-content:after {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    content: '';
    z-index: 3;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.stat-content:hover:after {
    right: 45px;
    top: 53%;
    background: #FFF;
}

.fis-stats h3 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 0.8;
    display: inline-block;
    width: 100%;
}

.fis-stats h3 span.num-green-small {
    font-size: 18px;
    font-weight: 400;
}

.single-component p {
    font-size: 18px;
}

span.fee-value {
    font-size: 36px;
}

.fis-er, .page-template-page-landing-fis #landing-enquire {
    padding: 50px 0;
}
.fis-er h3 {
    color: #FFF;
}

.fis-er p {
    color: #FFF;
}

.er-qualification, .er-min {
    background: #FFF;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
    height: calc(100% - 10px);
    color: #000;
}

.fis-er .col-lg-5 {
    padding: 0 5px;
}

.fis-er .col-lg-7 {
    padding: 0 5px;
}

.fis-er .er-qualification p, .fis-er .er-min p {
    color: #000;
}

.fis-er .row:nth-child(even) .er-qualification, .fis-er .row:nth-child(even) .er-min {
    background: rgba(255,255,255,0.5);
}

/* .page-template-page-landing-fis .landing-mainbanner hr {
    border: 0;
    background: #FFF;
    height: 2px;
    width: 100px;
    box-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.page-template-page-landing-fis .landing-mainbanner h1 {
    color: #231f20;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.page-template-page-landing-fis .landing-mainbanner h3 {
    color: #231f20;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
    font-size: 28px;
}

.page-template-page-landing-fis .landing-mainbanner p {
    color: #231f20;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.page-template-page-landing-fis .landing-mainbanner h4 {
    color: #231f20;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
    letter-spacing: 2px;
    margin: 10px 0;
    font-size: 22px;
} */

.page-template-page-landing-fis .single-component .col-lg-10 {
    padding-left: 0;
}

.fis-scholarship {
    padding: 80px 0;
}

.fis-scholarship h3 {
    margin-bottom: 30px;
    color: #FFF;
}

.fis-scholarship .row .row .col-lg-6 {
    padding: 0 40px;
}

.fis-scholarship .row .row .col-inner {
    background: #FFF;
    color: #231f20;
    margin-bottom: -150px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 20px 40px;
    font-weight: 300;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fis-scholarship .row .row .col-inner:hover {
    transform: translate(0, -13px);
}

.fis-scholarship .row .row .col-inner h4 {
    font-size: 28px;
    margin: 0;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fis-scholarship .row .row .col-inner hr {
    background: #231f20;
    height: 1px;
    border: 1;
}

.fis-pathway {
    padding-top: 150px;
}

.fis-fee {
    margin-top: 50px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    color: #FFF;
}

.fis-fee h3 {
    color: #FFF;
}

.fis-fee .fee-single {
    padding: 15px;
}

.fis-fee .fee-single + .fee-single {
    border-left: 3px solid #FFF;
}

.fis-fee .fee-title h4 {
    margin: 0;
}

.fis-fee .fee-title h4 small {
    margin-left: 30px;
    vertical-align: top;
    margin-right: 5px;
    font-size: 14px;
    top: 5px;
    position: relative;
}

.msc-stats {
	padding: 50px 0;
}

.msc-stat-content {
	width: auto;
	display: inline-block;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	border-radius: 50%;
	padding: 10px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.msc-stat-content img {
	max-width: 40px;
	height: auto;
	margin: 0;
}

.msc-stat-text {
	padding: 40px 20px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-top: -20px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.msc-stat-text h4 {
	margin: 0;
	font-size: 14px;
}

.msc-stat-single {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.msc-stat-single:hover {
	transform: translateY(-10px);
}

.msc-stat-single:hover .msc-stat-content {
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.msc-stat-single:hover .msc-stat-content img {
	filter: brightness(0);
}

.msc-stat-single:hover .msc-stat-text {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.msc-stat-single:hover .msc-stat-text h4 {
	color: #FFF;
}

.msc-landing-description-top .text-content {
	padding: 50px 0;
}

.msc-why {
	padding: 50px 0;
}

.msc-why .why-single {
	margin-bottom: 20px;
}

.msc-why h3 {
	font-size: 40px;
}

.msc-why .why-single .col-inner {
	padding: 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	display: inline-flex;
}

.msc-why .why-single .why-num span {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	font-size: 22px;
width: auto;
color: #FFF;
font-weight: 700;
	width: 30px;
height: 30px;
display: inline-block;
text-align: center;
border-radius: 50%;
margin-top: 5px;	margin-right: 20px;

}

.msc-fee {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
padding: 50px 0;
}

.msc-fee h3, .msc-fee p {
color: #FFF;
}

.msc-fee .fee-white {
	background: #FFF;
	color: #000;
	padding: 10px 60px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}

.keynote-landing-mainbanner {
	padding: 200px 0;
}

.keynote-landing-mainbanner h1, .keynote-landing-mainbanner h3, .keynote-landing-mainbanner p {
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

.keynote-landing-mainbanner p a.primary-btn {
	text-shadow: none;
}

.keynote-landing-mainbanner h3 {
	font-size: 18px;
}

.keynote-landing-mainbanner .coming-next {
	padding: 20px;
display: inline-block;	background: rgba(255,255,255,0.5);

}

.keynote-landing-description-top {
/* 	padding: 50px 0; */
}

.keynote-landing-description-top h5 {
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 10px;
}

.keynote-landing-description-top h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.keynote-dates {
	padding: 50px 0;
	background: url(/wp-content/uploads/2021/07/Schedule-background-01-2-scaled.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.keynote-speaker {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	color: #FFF;
	padding: 50px 0;
}

.keynote-speaker.odd {
	background: #FFF;
	color: #000;
}

.keynote-speaker img {
	border-radius: 50%;
}

.keynote-speaker .speaker-photo h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.keynote-speaker .speaker-photo h4 {
	font-size: 14px;
}

.keynote-speaker:not(.odd) p, .keynote-speaker:not(.odd) a {
	color: #FFF;
}

.keynote-speaker.odd p {
	color: #000;
}

.keynote-speaker:not(.odd) a.primary-btn {
color: #00a0dc;	background: #FFF;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.keynote-speaker:not(.odd) a.primary-btn:hover {
color: #70af46;	
}

.keynote-landing-description-top p, .keynote-speaker p {
	line-height: 2;
}

.keynote-dates ul.nav {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	width: 100%;
}

.keynote-dates ul.nav li {
	margin: 0 auto;
	position: relative;
}

.keynote-dates ul.nav li a {
	color: #FFF;
	border: 0;
	padding: 20px 10px;
}

.keynote-dates ul.nav li a p {
	margin: 0;
	color: #FFF;
}

.keynote-dates ul.nav li.active a p, .keynote-dates ul.nav li:hover a p, .keynote-dates ul.nav li:hover a {
	color: #FFF;
}

.keynote-dates ul.nav li.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 20px;
	height: 20px;
	background: #000;
margin: 0 auto;
	transform: rotate(45deg);
	left: 0;
right: 0;
}

.keynote-dates .tab-content {
	background: #FFF;
border:0;	width: 100%;
	padding: 20px;

}

.keynote-dates .tab-content h4 {
	font-size: 20px;
}

.keynote-dates .tab-content h5 {
	font-size: 14px;
}

.keynote-dates .tab-content img {
	border-radius: 50%;
	margin-bottom: 10px;
	max-width: 200px;
	height: auto;
}

.keynote-audience {
	padding: 50px 0;
}

.keynote-audience .audience-inner {
	padding: 30px 20px;
	height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	margin-bottom: 10px;
	border-radius: 10px;
}

.keynote-who {
	padding: 50px 0;
}

.course-intro .intro-text {
    display: flex;
}

.course-intro .intro-text .nav-tabs, ul.vertical-tabs.nav-tabs {
    border-bottom: unset;
    width: 27%;
    height: auto;
    display: inline-block;
    border-right: 3px solid #ccc;
    text-align: right;
    background: transparent !important;
    float: left;
}

.course-intro .intro-text .nav-tabs ul li a, .course-intro .intro-text .nav-tabs ol li a, ul.vertical-tabs.nav-tabs ol li a {
    vertical-align: center;
}

.course-intro .intro-text .tab-content, ul.vertical-tabs.nav-tabs + .tab-content {
    width: 73%;
    left: 30px;
    position: relative;
    border: unset !important;
    float: left;
    padding-top: 0;
}

.course-intro .intro-text .nav-tabs > li.active, ul.vertical-tabs.nav-tabs > li.active {
    border-right: unset !important;
    border-top: unset !important;
}

.course-intro .intro-text .nav-tabs > li, ul.vertical-tabs.nav-tabs > li {
    border-bottom: 1px solid rgba(0,0,0,.2) !important;
}

.course-intro .intro-text .nav-tabs > li > a, ul.vertical-tabs.nav-tabs > li > a {
    text-align: left;
    display: inline-block;
    width: 100%;
    border: 0;
    padding: 5px 60px 5px 6px !important;
    height: 100%;
    padding-top: 10px !important;
    background-position: right center;
}

.course-intro .intro-text .nav-tabs > li:hover > a, .course-intro .intro-text .nav-tabs > li:focus > a, ul.vertical-tabs.nav-tabs > li:hover > a, ul.vertical-tabs.nav-tabs > li:focus > a {
    color: #231f20 !important;
    border-right: unset !important;
    background: url(/wp-content/uploads/2020/10/box-1.png) right center no-repeat !important;
    background-size: 50px auto;
}

.academic-contents .nav-tabs.vertical-tabs > li > a {
    padding: 0;
}

.academic-contents .nav-tabs.vertical-tabs > li:hover > a {
    background: none !important;
}

.academic-contents .nav-tabs.vertical-tabs.abs,
.academic-contents .nav-tabs.vertical-tabs.sticky {
    position: relative;

}

/*.course-intro .intro-text .nav-tabs li a:after {*/
/*content: '';*/
/*background: url(/wp-content/uploads/2020/10/new-boxx.png) right center no-repeat;*/
/*background-size: 100% 100%;*/
/*position: relative;*/
/*float: right;*/
/*opacity: 0;*/
/*transition: 0.5s;*/
/*top: -10px;*/
/*width: 65px;*/
/*height: 45px;*/
/*}*/

.course-intro .intro-text .nav-tabs li.active > a, ul.vertical-tabs.nav-tabs li.active > a {
    opacity: 1;
    padding-right: 60px;
    background: url(/wp-content/uploads/2020/10/box-1.png) right center no-repeat !important;
    background-size: 50px auto;
}

body.page-mintfm .course-intro .intro-text .nav-tabs {
    border-bottom: unset;
    width: 35%;
    height: auto;
    display: inline-block;
    border-right: 3px solid #ccc;
    text-align: right;
    background: transparent !important;
}

body.page-mintfm .course-intro .intro-text .tab-content {
    width: 65%;
    left: 30px;
    position: relative;
    border: unset !important;
}

table.fis-table-2 tr, table.fis-table-2 td, table.fis-table-2 th{
    border: 1px solid #231f20;
    padding: 10px;
}

.the-cnt ul li, .the-cnt ol li, .hta-content-bottom ul li {
    list-style-type: none;
    background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 5px left no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.hta-content-bottom ul ul li {
    background: none;
}

.hta-content-bottom ul ul li:before {
    content: '- ';
}

.hta-content-bottom{
    margin-bottom: 50px;
}

.single-doc .row{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.single-doc .doc-icon{
    background: #70af46;
}

.single-doc .doc-text{
    border: 1px solid #70af46;
}

.single-doc .doc-icon img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    top: 8px;
    position: relative;
    width: 40px;
}


img.pathway-graph{
    max-width: 70%;
}

div#required-documentation, .leadership-content .row, .academic-contents .academic-tab {
    padding-top: 180px;
    top: -180px;
    position: relative;
    margin-bottom: -180px;
}

.juicer-feed.slider li.feed-item.j-twitter.image-post .j-text {
    opacity: 0;
}

.juicer-feed.slider li.feed-item.j-twitter.image-post:hover .j-text {
    opacity: 1;
}

body.page-pre-medical-foundation-year .subpage-banner {
    background-position: top 45% center !important;
}

body.page-id-1947 .menu-section, body.page-id-1947 footer.site-footer,
body.page-id-1969 .menu-section, body.page-id-1969 footer.site-footer
{
    display: none;
}

#popmake-5442.pum-theme-2320.pum-theme-enterprise-blue .pum-container {
    padding: 0 !important;
}

.pum-theme-2320#popmake-5442.pum-theme-enterprise-blue .pum-content+.pum-close {
    top: -10px;
    right: -10px;
}

.research-group img {
    width: 100%;
    margin-top: 50px;
}

.research-department {
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
}

.research-content {
    padding: 300px 0 0;
    display: inline-block;
    width: 100%;
    background-size: cover !important;
}

.research-faq .accordion-group {
    display: inline-block;
    width: 100%;
}

.research-faq .accordion-group .rumc-accordion {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.research-box .col {
    margin-bottom: 20px;
}

.research-box .col .col-inner {
    padding: 20px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    background-size: 100% 5px;
    background-position: bottom left;
    background-repeat: repeat-x;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.research-box .col .col-inner span.box-num {
    font-size: 40px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.research-box .col .col-inner p {
    margin-bottom: 0;
}

.research-box .col .col-inner p.box-desc {
    height: 100px;
}

.research-application {
    background: #f7f7f7;
    padding: 50px 0;
}

.research-gallery {
    padding: 30px 0;
    overflow: hidden;
}

.research-slick .slick-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.research-slick .item img {
    height: 20vw;
    object-fit: cover;
    padding: 10px;
    width: 100%;
}

.research-slick button.slick-next {
    color: #FFF;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    right: -20px;
    padding: 10px 50px 10px 20px;
    height: auto;
    transform-origin: right center;
    transform: skewX(-15deg);
    z-index: 889;
}

.research-slick button.slick-prev {
    color: #FFF;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    left: -20px;
    padding: 10px 20px 10px 50px;
    height: auto;
    transform-origin: left center;
    transform: skewX(15deg);
    z-index: 889;
}

.research-slick .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #FFF;
    display: inline-block;
}
.research-slick .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #FFF;
    display: inline-block;
}

.student-ambassadors .main-boxx {
    margin-bottom: 20px;
}

.student-ambassadors .amb-text {
    /* padding: 0 10px 20px; */
}

.student-ambassadors .amb-text i {
    width: 25px;
    text-align: center;
}

.student-ambassadors .amb-text h4 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px;
}

.student-ambassadors .amb-text p {
    font-size: 12px;
}

.student-ambassadors .amb-text a.primary-btn {
    font-size: 12px;
    padding: 5px 10px;
}

.student-ambassadors img {
    height: 223px;
    object-fit: cover;
    width: 100%;
}

.single-amb {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.single-amb .amb-course {
    padding: 5px 10px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1), rgba(0, 160, 220, 1));
    margin: 10px 0;
    color: #FFF;
    font-size: 12px;
}

.single-amb .student-info {
    padding: 5px 10px;
}

.single-amb .student-info a {
    margin-bottom: 10px;
}

.single-amb .student-info a span {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.single-amb .student-info a i {
    color: rgba(112, 175, 70, 1);
}

.pum-theme-2320#pum-8728, .pum-theme-2320#pum-9205 {
    background: rgba(255,255,255,0.7) !important;
}

.entry-content table {
    margin-bottom: 20px;
}

.community-whole {
    margin-top: 30px;
}

.community-whole .csr-single {
    padding: 30px 0;
}

.community-whole .csr-even h3, .community-whole .csr-even h3 a {
    color: #FFF;
    font-size: 28px;
}

.community-whole .csr-odd h3, .community-whole .csr-odd h3 a {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}

.community-whole .csr-even p {
    color: #FFF;
}

.community-whole .csr-even a.primary-btn {
    color: #231f20;
    background: #FFF;
}

.community-whole .csr-even a.primary-btn span {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #231f20;
}

.community-whole .csr-even img {
    padding: 5px;
    background: #FFF;
}

.community-whole .csr-odd img {
    padding: 5px;
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
}

.covid-graph {
	padding: 50px 0;
}

.covid-faq {
background: #f0f9fd;
}

.covid-faq .accordion-group {
display: inline-block;
clear: both;
width: 100%;
}

.covid-faq .accordion-group .rumc-accordion {
background: #FFF;
margin-bottom: 20px;
}


.covid-image, .covid-faq, .covid-rcsiucd {
padding: 50px 0;
}

.covid-stats {
	position: relative;
display: inline-block;
width: 100%;
overflow-x: hidden;
}

.covid-stats h3.widget-title a.rsswidget img {
	display: none;
}

.covid-stats h3.widget-title {
	line-height: 1.2;
	width: 100%;
	display: inline-block;
}

.covid-stats .tab-content h3.widget-title {
	background: #f0f9fd;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 10px;
}

.covid-stats .tab-content {
	padding: 0;
	border: 0;
}

.covid-stats .tab-content ul {
}

.covid-stats .tab-content ul li {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 10px;
margin-bottom: 10px;
	background: #FFF;

}

.covid-stats h3.widget-title a.rsswidget {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
}

.covid-stats ul.nav-tabs {
	margin-bottom: 10px;
	background: #FFF;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.covid-stats ul.nav-tabs li {
	margin: 0 auto;
	display: inline-block !important;
	width: auto;
	padding: 0 30px;
	border-radius: 10px;
    background: #f0f0f0;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.covid-stats ul.nav-tabs li a {
	border: 0;
	width: 100%;
	display: inline-block;
}

.covid-stats ul.nav-tabs li.active {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
	color: #FFF;
}

.covid-stats ul.nav-tabs li.active a {
	color: #FFF !important;
}

.covid-stats ul li a.rsswidget {
	display: inline-block;
	width: 100%;
}

table.covid-comparison {
	margin: 0 auto 20px;
	border-collapse: collapse;
}

table.covid-comparison th, table.covid-comparison td {
	padding: 10px 20px;
	border: 0;
}

table.covid-comparison thead th {
	border-radius: 10px;
	background: #f0f0f0;
}

table.covid-comparison thead th:nth-child(3) {
    background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgb(56,168,145) 100%);
	color: #FFF;
}

table.covid-comparison thead th:nth-child(4) {
    background: linear-gradient(90deg, rgb(56,168,145) 0%, rgb(0,160,220) 100%);
	color: #FFF;
}

table.covid-comparison tbody th {
	text-align: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
/* 	background: #f0f9fd; */
}

table.covid-comparison tbody tr + tr {
/* 	border-top: 1px dashed #ccc; */
}

table.covid-comparison tbody td {
	text-align: right;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

table.covid-comparison tbody td + td {
/* 	border-left: 1px dashed #ccc; */
}

.penang-video .reason-num {
    background: linear-gradient(180deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    color: #231f20;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.penang-hub #foogallery-gallery-500 .fg-caption {
	height: 80px;
	display: flex;
align-content: center;
justify-content: center;
align-items: center;
}

.penang-hub .checklist-single .checklist-inner {
	background: #FFF;
}

.penang-facts {
	background: #f0f9fd;
}

body.page-life-in-dublin .about-bottom.penang-facts .box-single {
	max-width: 50%;
width: calc(100%/7);
flex: calc(100%/7);
}

.rumcsa-intro {
padding: 30px 0;
}

.rumcsa-committee, .rumcsa-news {
padding: 30px 0;
}

.rumcsa-committee .com-single h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.rumcsa-committee .com-single h5 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #00a0dc;
	font-weight: 300;
}

.rumcsa-intro img {
max-width: 150px;
height: auto;
}

.rumcsa-newsletter {
background: #f0f9fd;
padding: 30px 0;
}

.research-news {
	padding-bottom: 50px;
}

.student-research-table ol {
	margin-left: 20px;
}

.student-research-table ol li {
	list-style-type: decimal;
}

table.student-research-table td {
	vertical-align: top;
}

table.student-research-table td p {
	margin-bottom: 10px;
}

.dataTables_wrapper .row li.paginate_button.active {
	font-weight: 700;
	color: rgba(0, 160, 220, 1);
}

.dataTables_wrapper .row li.paginate_button.active a {
	color: rgba(0, 160, 220, 1);
}

.dataTables_wrapper .row li.paginate_button {
	background: none;
}

.landing-header img.main-logo {
	max-width: 350px;
	height: auto;
}

.footer-float {
	position: fixed;
	bottom: 10px;
	right: 100px;
	z-index: 2147483650;
	display: none;
}

.footer-float img {
	max-width: 180px;
}

.footer-float a {
    animation: float 2s ease-in-out infinite;
/*     box-shadow: none; */
	display: inline-block;
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	width: auto !important;
}

@keyframes float {
    0% {
/*         box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
    50% {
/*         box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-10px);
    }
    100% {
/*         box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}

@media only screen and (min-width: 2000px) {
    .page-template-page-landing-fis .landing-mainbanner {
        background-position: right 100% center, center top 20% !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .subpage-content .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .subpage-content .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .subpage-content .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media screen and (max-width: 991px) {

    table.jpec-meet-table {
        width: 100%;
    }

    .enrolling-rumc-content .single-enroll {
        width: 100% !important;
        margin: 0 auto;
    }

    .hta-content-bottom .single-hta:nth-child(even) .hta-icon {
        -webkit-transform: scaleX(-1);
        transform: scaley(-1);
        top: 20% !important;
    }

    .hta-content-bottom .single-hta:nth-child(even) {
        margin-top: unset;
    }

    .hta-content-bottom .single-hta:nth-child(even) .hta-num{
        top: unset;
    }

    .hta-content-bottom .single-hta:nth-child(even) p{
        top: unset;
    }

    .hta-content-bottom .hta-inside {
        padding: 10px;
        width: 70%;
    }

    .aca-popup-modal .aca-popup-modal-content {
        height: 650px;
    }

    .acad_popup_contain {
        width: 90%;
        height: 680px;
    }

    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }

    .site-header-menu:not(.toggled-on) {
        display: none !important;
    }

    .college-tour .tour-inner {
        padding: 80px 0;
    }

    .home-events {
        position: relative;
        height: 300px;
        overflow: hidden;
        top: 10px;
    }

    .home-events .slick-dots {
        right: 20px;
    }

    .home-events .slick-vertical .slick-slide {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        width: 90% !important;
    }

    .site-header-menu {
        width: 100%;
    }

    .menu-toggle {
        display: block;
        width: 100%;
    }

    .site-branding {
        width: 100%;
        text-align: center;
    }

    footer .site-info {
        padding: 60px 0;
    }

    button#responsive-menu-button {
        top: 50px;
    }

    .grad-num h3 {
        font-size: 20px;
    }

    .college-tour .container {
        max-width: 90%;
    }

    .college-tour-type a {
        font-size: 13px;
    }

    .subpage-college-tour .container {
        max-width: 90%;
    }

    .subpage-college-tour-type a {
        font-size: 13px;
    }

    .menu-container .col-md-2 {
        max-width: 50% !important;
    }

    .menu-container .col-sm-2 {
        max-width: 30% !important;
    }

    .menu-container .col-sm-10 {
        max-width: 70% !important;
    }

    .upcoming-event .container {
        max-width: 100%;
    }

    .top-nav .nav-search-text {
        position: relative;
        width: 200px;
        right: 20px;
        top: -15px;
    }

    .latest-news .news-btn {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }

    .latest-news h1 {
        font-size: 30px;
    }

    .home-news p {
        font-size: 14px;
    }

    .home-news a {
        font-size: 14px;
    }

    .mobile-btns {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #f2f4f5;
        overflow-x: hidden;
        transition: 0.5s;
        display: block !important;
    }

    .mobile-btns-content {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .header-menu .mobile-btns-content ul.menu li.menu-item-has-children.expanded > ul.sub-menu {
        display: block;
    }

    .header-menu ul.menu li.menu-item-has-children:after, .header-top-menu ul.menu li.menu-item-has-children:after {
        font-family: FontAwesome;
        content: '+';
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-left: unset;
        border-right: unset;
        border-top: unset;
        display: inline-block;
        margin-left: 0;
        right: 0;
        position: absolute;
        color: #00a0dc;
        font-size: 14px;
        top: -5px;
        left: auto;
        text-align: center;
        float: none;
        z-index: 88881;
    }

    .header-menu ul.menu li.menu-item-has-children.expanded:after, .header-top-menu ul.menu li.menu-item-has-children.expanded:after {
        content: '-';
    }

    .header-menu ul li.menu-item-has-children:hover ul.sub-menu, .header-top-menu ul li.menu-item-has-children:hover ul.sub-menu {
        display: none;
    }

    .header-menu ul.menu li.menu-item-has-children>a:after, .header-top-menu ul.menu li.menu-item-has-children>a:after {
        border: 0;
    }

    .header-menu ul.menu li {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 10px 0;
        text-align: left;
        background: transparent;
        border: none;
        margin: 0 !important;
    }

    .header-menu ul.sub-menu, .header-top-menu ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        /*background: #FFF;*/
        width: 100%;
        border: transparent;
        z-index: 9000;
        text-transform: uppercase;
        display: none;
    }

    .header-menu ul.sub-menu, .header-top-menu ul.sub-menu li {
        border: none;
    }

    .header-menu li.menu-item-type-custom > ul.sub-menu ul.sub-menu {
        border-bottom: 2px solid #00b9eb;
    }

    .mobile-btns-content ul.menu {
        display: block !important;
        position: relative;
        margin: 0;
    }

    .mobile-btns a {
        padding: 8px;
        text-decoration: none;
        font-size: 14px !important;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: left;
        width: calc(100% - 50px);
    }

    .header-menu ul.sub-menu li, .header-top-menu ul.sub-menu li {
        border: none !important;
    }

    .header-menu ul.menu li a, .header-top-menu ul.menu li a {
        padding: 10px 0 10px 5px;
    }

    .header-menu ul.sub-menu li a, .header-top-menu ul.sub-menu li a {
        text-align: left;
        padding: 5px 10px;
        width: auto;
    }

    .header-menu ul.menu li.menu-item-has-children > a {
        font-weight: 700;
        display: inline-block;
        width: auto;
    }

    .mobile-btns a:hover, .mobile-btns a:focus {
        color: #f1f1f1;
    }

    .mobile-btns .closebtn {
        position: absolute;
        top: -5px;
        right: 0px;
        z-index: 1;
        font-size: 48px !important;
        color: #00a0dc;
        line-height: unset;
        width: unset;
    }

    .open-mobile-menu {
        font-size: 30px;
        cursor: pointer;
        right: 10px;
        position: absolute;
        top: 20px;
        display: block;
        background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 98;
    }

    .programmes-type ul li {
        width: 25%;
        float: left;
    }

    .home-news {
        max-width: 100% !important;
        flex: unset;
    }

    .upcoming-event {
        max-width: 100% !important;
        flex: unset;
    }

    .home-news .new-whole img {
        height: 180px;
    }

    .home-news .old-news {
        display: none;
    }

    .home-news .new-whole {
        margin-top: 10px;
    }

    .home-news .primary-btn {
        top: 10px;
    }

    body.page-admissions .subpage-value .masonry-home {
        margin: 0;
        margin-top: -120px;
    }

    .middle-home img {
        width: 40px;
    }

    .middle-home h4 {
        font-size: 16px;
    }

    .hta-content-top .hta-row {
        display: inline-block;
    }

    .hta-content-top .single-hta {
        width: calc(100%/3);
    }

    .hta-content-top .single-hta a.primary-btn {
        padding: 5px;
    }

    .hta-content-top .hta-inside {
        padding: 10px 0;
    }

    .hta-content-top .single-hta:nth-child(even) {
        margin-top: 0;
    }

    .hta-content-bottom .hta-row {
        display: inline-block;
        margin: 0;
        left: 0;
    }

    .hta-content-bottom .single-hta {
        width: calc(100%/3);
    }

    .hta-content-bottom .single-hta a.primary-btn {
        padding: 5px;
    }

    .hta-content-bottom .hta-inside {
        padding: 10px 0;
    }

    .hta-content-bottom .single-hta:nth-child(even) {
        margin-top: 0;
    }

    .hta-content-bottom .single-hta:nth-child(even) .hta-inside {
        background-position-y: unset !important;
        -webkit-transform: scaleX(-1);
        transform: scaley(-1);
    }

    .hta-content-bottom .hta-icon {
        width: 110px;
        height: 110px;
        left: 15.5%;
        top: 30%!important;
    }

    .hta-content-bottom .single-hta p {
        left: 0 !important;
        width: 80%;
        margin: 0 auto;
    }

    .hta-content-bottom .hta-num {
        top: 10px !important;
        left: 0;
    }

    .hta-content-bottom .hta-bg {
        margin-bottom: 30px;
    }

    .jpec-rec .jpec-rec-row {
        display: inline-block;
    }

    .jpec-rec .jpec-rec-single {
        width: calc(100%/3);
    }

    .jpec-rec .jpec-rec-single a.primary-btn {
        padding: 5px;
    }

    .jpec-rec .jpec-rec-inside {
        padding: 10px 0;
    }

    .jpec-rec .jpec-rec-single:nth-child(even) {
        margin-top: 0;
    }

    .jpec-app-pro .single-boxx {
        height: 610px;
    }

    .jpec-amendapp-pro .txt-content {
        width: 70%;
        margin: 0 auto;
    }

    .jpec-other-contents .color-boxx {
        height: 200px;
    }

    .jpec-other-contents .info-boxx {
        padding: 15px;
        height: 180px;
    }

    .jpec-other-contents h4.panel-title {
        width: 90%;
    }

    .menu-section {
        position: relative;
    }

    .header-menu ul.menu {
        display: none;
    }

    .mobile-btns {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 444;
        top: 0;
        right: 0;
        background-color: #f2f4f5;
        overflow-x: hidden;
        transition: 0.5s;
        display: block !important;
    }

    .course-related .related-img, .page-related .related-img {
        height: 150px;
    }

    .course-reason .reason-row {
        display: inline-block;
    }

    .course-reason .single-reason {
        width: 100% !important;
        float: none;
        vertical-align: top;
        padding: 0;
    }

    .course-reason .single-reason:nth-child(even) {
        margin-top: 0;
    }

    .course-reason .single-reason.reason-3+.reason-3, .course-reason .single-reason.reason-5+.reason-5, .course-reason .single-reason.reason-4+.reason-4 {
        border: 0;
    }

    .course-intro .intro-text {
        display: inline-block;
    }

    .course-reason h3 {
        font-size: 28px;
    }

    .course-intro .intro-text .nav-tabs, ul.vertical-tabs.nav-tabs, body.page-mintfm .course-intro .intro-text .nav-tabs {
        width: 100%;
        float: none;
    }

    .course-intro .intro-text .tab-content, ul.vertical-tabs.nav-tabs+.tab-content, body.page-mintfm .course-intro .intro-text .tab-content {
        width: 100%;
        left: 0;
        float: none;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .course-intro .intro-text .nav-tabs li.active>a, ul.vertical-tabs.nav-tabs li.active>a, .course-intro .intro-text .nav-tabs>li:hover>a, .course-intro .intro-text .nav-tabs>li:focus>a, ul.vertical-tabs.nav-tabs>li:hover>a, ul.vertical-tabs.nav-tabs>li:focus>a {
        background: none !important;
        padding: 5px !important;
        color: #00b9eb !important;
    }

    img.pathway-graph {
        max-width: 100%;
    }

    .subpage-banner {
        padding: 100px 0;
        background-position: left center !important;
    }

    .subpage-banner h1 {
        max-width: 50%;
    }

    .course-intro .intro-text .nav-tabs>li>a, ul.vertical-tabs.nav-tabs>li>a {
        padding: 5px !important;
    }

    .course-intro .intro-text .nav-tabs li.active>a:after, ul.vertical-tabs.nav-tabs li.active>a:after {
        content: '\f107';
        font-family: 'FontAwesome';
        color: #00b9eb;
    }

    .reason-inside p, .course-reason .top-course-content p, body.page-bachelor-of-medicine-bachelor-of-surgery-bachelor-of-obstetrics-mb-bch-bao .course-reason .overview-details p {
        min-height: 0;
    }

    .course-reason .reason-num {
        float: left;
        width: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: 100px;
    }

    .course-reason .reason-num + h4, .course-reason .reason-num + p {
        min-height: 75px;
        margin-top: 5px;
    }

    .accordion-group .collapse.in, .collapse.in {
        width: 100%;
    }

    .rumc-blog-content .news-boxx img {
        height: 350px;
    }

    table.scholarship-tble {
        width: 100%;
    }

    .panel-collapse p {
        margin: 0;
    }

    .enrolling-rumc-content .enroll-row {
        display: inline-block;
        margin: 0 auto;
        width: 40%;
        position: relative;
    }

    .enrolling-rumc-content .enroll-reason {
        width: 30% !important;
        float: none;
        vertical-align: top;
    }

    .enrolling-rumc-content .single-enroll:nth-child(even) {
        margin-top: 0;
    }

    .course-related .related-name, .page-related .related-name {
        padding: 10px;
    }

    .academic-contents .single-box {
        display: inline-table;
        height: auto;
    }

    .academic-contents .single-box .aca_info_all {
        height: auto;
    }

    .academic-contents ul.vertical-tabs.nav-tabs {
        top: 0 !important;
        z-index: 8999;
        position: relative;
    }

    .academic-contents .nav-tabs.vertical-tabs.abs, .academic-contents .nav-tabs.vertical-tabs.sticky {
        position: fixed !important;
        left: 0;
        top: 80px !important;
        background: #FFF !important;
    }

    .about-bottom .pills-content, .intro-img .pills-content {
        width: 100%;
    }

    .about-bottom .pills-single, .intro-img .pills-single {
        flex: none;
    }

    .about-bottom .pills-content.row, .intro-img .pills-content.row {
        display: table;
    }

    .about-bottom .box-single p {
        height: 80px;
    }

    .about-top .box-single {
        float: left;
        width: 50%;
    }

    .about-bottom .box-single .box-inner {
        height: auto;
    }

    .about-bottom .row {
        display: flex;
    }

    .interstud-accord .accordion-group, .parent-guide-bttm .accordion-group, .alumni-newsletter-part .accordion-group, .advan-accord .accordion-group {
        width: 100%;
        max-width: none !important;
    }

    .leadership-content img {
        height: auto;
    }

    .home-value .masonry-home {
        margin: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .programmes-type ul.nav-tabs>li {
        width: 150px;
        height: 200px;
    }

    table.hide-heading th {
        display: none;
    }

    table.hide-heading tbody td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
    }

    table.hide-heading td {
        width: 100%;
        display: block;
    }

    table.hide-heading td.empty-cell {
        display: none;
    }

    .staff-directory-content{
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .about-values .row{
        margin-top: -40px;
    }

    .about-top {
        margin-top: 10px;
    }

    .leadership-content {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .subpage-value{
        margin-top: -60px;
        margin-bottom: 45px;
    }

    .alumni-story-contents {
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .alumni-newsletter-part {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .community-news {
        margin-top: -20px;
    }

    .alumni-cform {
        margin-top: -10px;
    }

    .rumc-blog-part .container{
        padding-top: 0;
    }

    body.page-accommodation .about-bottom {
        padding: 0;
    }

    body.page-accommodation .explorerumc-tabs{
        margin-bottom: 25px;
    }

    .rumc-blog-content .news-boxx {
        height: 750px;
    }

    body.page-admissions .subpage-value {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .hta-content {
        padding: 10px 0 30px;
    }

    body.page-scholarships .about-top, body.page-bursaries-financial-assistance .about-top{
        margin-bottom: 5px;
    }

    .leadership-content hr {
        margin: 10px 0 40px;
    }

    .oversea-intern-top {
        margin-top: 0;
    }

    body.page-programmes .subpage-content .masonry {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .course-reason {
        padding: 10px 15px 40px;
    }

    .enrolling-rumc-content {
        padding: 10px 15px 40px;
    }

    .course-intro {
        margin-top: 20px;
        padding: 0;
        margin-bottom: 20px;
    }

    .tab-pane ul li {
        background: url(/wp-content/uploads/2020/07/rumc-bullet.png) top 4px left no-repeat;
        background-size: 8px auto;
    }

    .nav {
        display: contents !important;
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: inline-block !important;
        overflow-x: scroll;
        width: 100%;
        position: relative;
    }

    .nav-tabs li {
        width: auto;
        display: table-cell !important;
        text-align: center;
        float: none !important;
    }

    .nav-tabs li a {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        height: 10px;
    }

    .academic-contents .nav-tabs > li {
        vertical-align: middle;
        margin-right: 5px;
    }

    .academic-contents .nav-tabs > li a {
        vertical-align: middle;
        margin-right: 5px;
        display: table;
    }

    .bttm-address .col-1 {
        padding-right: 0;
    }

    .bttm-address .col-11 {
        padding-left: 0;
    }

    .alumni-banner-slick {
        width: 100%;
    }

    .alumni-slick .item {
        padding: 30vh 0 0;
    }

    .alumni-slick .item.item-desktop {
        display: none;
    }

    .alumni-slick .item.item-mobile {
        display: block;
    }

    .alumni-mn-accord img {
        margin-bottom: 5px;
    }

    .newsletter-cont-img p {
        margin-bottom: 30px;
    }

    .about-values .value-boxx-img {
        float: left;
    }

    .about-values p {
        text-align: left;
        padding-left: 90px;
    }

    /* Mobile menu icons */

    .header-menu ul.sub-menu, .header-top-menu ul.sub-menu {
        background: #FFF;
    }

    ul#menu-xmobile-menu > li > a {
        padding-left: 40px;
        display: inline-block;
        width: auto;
    }

    ul#menu-xmobile-menu > li.menu-study > a {
        background: url(/wp-content/uploads/2020/09/book.png) top 8px left 5px no-repeat;
        background-size: auto 20px;
    }

    ul#menu-xmobile-menu > li.menu-explore > a {
        background: url(/wp-content/uploads/2020/09/study-icon.png) top 8px left 5px no-repeat;
        background-size: auto 20px;
    }

    ul#menu-xmobile-menu > li.menu-alumni > a {
        background: url(/wp-content/uploads/2020/09/network-icon.png) top 10px left 5px no-repeat;
        background-size: auto 20px;
    }

    ul#menu-xmobile-menu > li.menu-international > a {
        background: url(/wp-content/uploads/2020/09/global-icon.png) top 10px left 5px no-repeat;
        background-size: auto 20px;
    }

    ul#menu-xmobile-menu > li.menu-about > a {
        background: url(/wp-content/uploads/2020/09/info-icon.png) top 10px left 5px no-repeat;
        background-size: auto 20px;
    }

    ul#menu-xmobile-menu > li.menu-research > a {
        background: url(/wp-content/uploads/2020/11/research.png) top 10px left 5px no-repeat;
        background-size: auto 20px;
    }

    .mec-calendar dl, .mec-calendar .mec-calendar-header, .mec-calendar .mec-calendar-side {
        width: 100%;
    }

    .mec-calendar .mec-calendar-side, .mec-calendar .mec-calendar-topsec, .mec-calendar .mec-calendar-events-side {
        display: inline-block;
    }

    .landing-num .col .col-inner {
        margin-bottom: 20px;
    }

    .ug-alumni .alumni-single {
        margin-bottom: 20px;
    }

    .ug-landing-component .single-component p {
        font-size: 14px;
    }

    .ug-landing-component .single-component img {
        width: 100%;
    }
    .ug-pathway img, .fis-pathway img {
        max-width: 100%;
    }

    .page-template-page-landing-fis .landing-mainbanner {
        background-position: center top !important;
    }

    .fis-stats h3 {
        font-size: 36px;
    }

    .fis-scholarship .row .row .col-inner {
        margin-bottom: 30px;
    }

    .fis-pathway {
        padding-top: 50px;
    }

.msc-fee .fee-white {
	background: #FFF;
	color: #000;
	padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}
	
	.msc-landing-mainbanner.landing-mainbanner hr {
		margin: 0 auto;
	}
	
	.msc-why h3 {
		font-size: 24px;
	}
	.msc-landing-mainbanner.landing-mainbanner h1 {
		font-size: 30px;
	}
	
	.msc-banner-text {
		padding: 0;
	}
	
	.msc-landing-description-top {
		background-position: top left !important;
	}
	
	.msc-landing-description-top .text-content {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .hta-bg .primary-btn{
        margin-top: 30px;
    }

    .hta-content-bottom .hta-icon {
        left: 12.5%;
    }

    .hta-content-bottom .single-hta:nth-child(even) {
        margin-top: unset;
    }

    .hta-content-bottom .single-hta:nth-child(even) .hta-num{
        top: unset;
    }

    .hta-content-bottom .single-hta:nth-child(even) p{
        top: unset;
    }

    .hta-content-bottom .single-hta:nth-child(even) .hta-inside{
        border-color: #fff #fff #70af46;
    }

    .hta-content-bottom .hta-inside {
        padding: 10px;
        width: 50%;
    }

    .aca-popup-modal .aca-popup-modal-content {
        height: 550px;
    }

    .acad_popup_contain {
        width: 90%;
        height: 520px;
    }

    .jpec-app-pro .single-boxx {
        height: auto;
    }

    .jpec-app-pro{
        max-width: 90%;
        margin: 0 auto;
    }

    .jpec-amendapp-pro .txt-content {
        width: 90%;
        margin: 0 auto;
    }

    .jpec-other-contents .color-boxx {
        height: auto;
        margin-bottom: 20px;
    }

    .jpec-other-contents .info-boxx {
        padding: 15px;
        height: auto;
    }

    .jpec-other-contents {
        width: 95%;
        margin: 0 auto;
    }

    .jpec-rec .jpec-rec-row {
        display: grid;
    }

    .jpec-rec .jpec-rec-single {
        width: 70%;
    }

    .jpec-other-contents h4.panel-title {
        width: 90%;
        font-size: 12px;
    }

    table.jpec-meet-table {
        width: 100%;
    }

    .item-home img {
        height: 250px;
        object-fit: cover;
    }

    .middle-home img {
        height: auto;
    }

    .programmes-type ul li {
        width: 25%;
        float: left;
        height: 10px;
    }

    .programmes-type ul li div.prog-icon {
        height: 80px;
    }

    .programmes-type ul li.active a, .programmes-type ul li.active a:hover, .programmes-type ul li a, .programmes-type ul li a:hover {
        padding: 5px;
    }

    .programmes-type ul li span.pro-name {
        font-size: 10px;
        display: block;
        height: 30px;
        text-align: center;
        width: 100%;
    }

    .programmes-type ul li span.prog-name {
        font-size: 10px;
        top: -80px;
        position: relative;
    }

    .programmes .program-img {
        min-height: 200px;
    }

    .subpage-content .item img {
        height: 200px;
        object-fit: cover;
    }

    .subpage-banner {
        padding: 50px 0;
    }

    .subpage-banner h1 {
        font-size: 28px;
        max-width: 60%;
    }

    .newsletter-cont-img {
        display: inline-block;
    }

    /*.menu-section.sticky {*/
    /*height: 135px;*/
    /*}*/

    /*.header-menu ul.menu li.menu-item-has-children > a:after, .header-top-menu ul.menu li.menu-item-has-children > a:after {*/
    /*font-family: FontAwesome;*/
    /*content: '\f067';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: unset;*/
    /*border-right: unset;*/
    /*border-top: unset;*/
    /*display: inline-block;*/
    /*margin-left: 0;*/
    /*float: right;*/
    /*left: -18px;*/
    /*position: relative;*/
    /*color: #00a0dc;*/
    /*font-size: 14px;*/
    /*}*/
    .header-menu ul.menu li {
        display: inline-block;
        width: auto;
        position: relative;
        padding: 0;
        background: transparent;
        border: none;
        margin: 0 !important;
    }

    .header-menu ul.sub-menu, .header-top-menu ul.sub-menu {
        position: relative;
        text-align: left;
        width: 100%;
        border: transparent;
        z-index: 9000;
        text-transform: uppercase;
    }

    .header-menu ul.sub-menu, .header-top-menu ul.sub-menu li {
        border: none;
    }

    .mobile-btns a {
        padding: 8px;
        text-decoration: none;
        font-size: 14px !important;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: left;
    }

    .mobile-btns a.rumc-logo {
        background: #FFF;
        width: 100%;
    }

    .header-menu ul.sub-menu li, .header-top-menu ul.sub-menu li {
        border: none !important;
    }

    .header-menu ul.sub-menu li a, .header-top-menu ul.sub-menu li a {
        text-align: left;
        width: calc(100% - 70px);
    }

    .mobile-btns a:hover, .mobile-btns a:focus {
        color: #231f20;
    }

    .header-top-menu ul.menu {
        position: relative;
        left: -70px;
        /*top: 30px;*/
    }

    .header-top-menu ul.menu a {
        top: 0 !important;
    }

    .header-social {
        position: relative;
        margin-top: 10px;
    }

    .top-nav .text-right {
        /*margin-top: 30px !important;*/
        left: 0;
    }

    .home-banner {
        padding: 0;
    }

    .vm-boxx .col-sm-9 {
        position: relative;
        padding-left: 0;
        width: 100%;
    }

    .mainbxx1 .popuptextbx::before {
        top: -40px;
        left: -125px;
    }

    .mainbxx2 .popuptextbx2::before {
        top: -40px;
        left: 0;
    }

    .mainbxx3 .popuptextbx3::before {
        top: -40px;
        left: 120px;
    }

    button#responsive-menu-button {
        width: 55px;
        height: 40px;
        position: fixed;
        top: 50px;
        right: 5px;
        background: #231f20;
    }

    .top-nav img {
        height: 60px;
        width: auto;
    }

    .top-nav .nav-search-text {
        position: relative;
        top: -30px;
    }

    .home-banner h1 {
        font-size: 22px;
    }

    .home-banner .slick-next {
        right: -50px;
        width: 30px;
        height: 30px;
        top: 60px;
    }

    .home-banner .slick-prev {
        left: -50px;
        width: 30px;
        height: 30px;
        top: 60px;
    }

    .grad-num h3 .num-green {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .choose-us .imgg {
        height: 400px;
    }

    .grad-num h3 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .choose-us .container {
        margin-top: 50px;
    }

    .choose-us-accordion {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .choose-us-accordion .col-sm-2 {
        max-width: 20%;
    }

    .choose-us-accordion .col-sm-10 {
        max-width: 80%;
    }

    .choose-us .choose-us-accordion h2 {
        font-size: 13px;
        max-width: 95%;
    }

    .choose-us-accordion .panel p {
        font-size: 13px;
        line-height: normal;
    }

    .college-tour .container {
        max-width: 100%;
    }

    .college-tour img {
        max-width: 30%;
    }

    .college-tour h1 {
        font-size: 28px;
    }

    .college-tour-type .col-lg-3, .college-tour-type .col-md-3, .college-tour-type .col-sm-3 {
        margin-bottom: -20px;
    }

    .subpage-college-tour .container {
        max-width: 100%;
    }

    .subpage-college-tour img {
        max-width: 30%;
    }

    .subpage-college-tour h1 {
        font-size: 28px;
    }

    .subpage-college-tour-type .col-lg-3, .subpage-college-tour-type .col-md-3, .subpage-college-tour-type .col-sm-3 {
        margin-bottom: -20px;
    }

    .programmes h1 {
        font-size: 28px;
    }

    .programmes p {
        max-width: 100%;
    }

    .programmes-type .container {
        max-width: 100%;
    }

    .programmes-type .container .col-sm-4 {
        max-width: 33%;
    }

    .latest-news h1 {
        font-size: 40px;
        text-align: center;
    }

    .latest-news .news-btn {
        font-size: 18px;
        margin: 0 auto;
        left: 70px;
    }

    .upcoming-event .container {
        max-width: 100%;
    }

    .upcoming-event h1 {
        font-size: 40px;
        text-align: center;
    }

    .footer-bottom a {
        font-size: 9px;
    }

    .footer-top .bttm-address {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .mainbxx1 .popuptextbx {
        width: 330px;
        left: unset;
        margin-left: unset;
        height: 420px;
        top: 100px;
    }

    .mainbxx2 .popuptextbx2 {
        width: 330px;
        left: -105px;
        margin-left: unset;
        height: 420px;
        top: 100px;
    }

    .mainbxx3 .popuptextbx3 {
        width: 330px;
        left: -225px;
        margin-left: unset;
        height: 420px;
        top: 100px;
    }

    .programmes .programmes-type ul {
        display: contents !important;
    }

    .popuptextbx img, .popuptextbx2 img, .popuptextbx3 img {
        max-width: 90%;
        top: 10px;
        position: relative;
        left: 0;
    }

    .mainbxx1 .popuptextbx .col-sm-4, .mainbxx2 .popuptextbx2 .col-sm-4, .mainbxx3 .popuptextbx3 .col-sm-4 {
        max-width: 100% !important;
    }

    .inner-txt-container {
        max-width: 90%;
        left: unset;
        top: 30px;
    }

    .mainbxx1 .popuptextbx::after {
        top: -405px;
        left: -125px;
    }

    .mainbxx2 .popuptextbx2::after {
        top: -405px;
        left: 0px;
    }

    .mainbxx3 .popuptextbx3::after {
        top: -405px;
        left: 120px;
    }

    .inner-txt-container h1 {
        font-size: 21px;
    }

    .inner-txt-container hr {
        width: unset;
        left: unset;
        position: relative;
        background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);
        height: 3px;
    }

    .home-news {
		margin-top: 20px;
        position: relative;
    }

    .home-news .home-news-txt {
        position: relative;
        top: 20px;
        left: 0;
    }

    .home-events {
        position: relative;
        top: 30px;
        height: 380px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .upcoming-event h1 {
        top: 0;
    }

    .home-events .slick-list {
        height: 850px !important;
        margin-left: 0;
    }

    .home-events .slick-dots {
        right: 40px;
        top: 120px;
    }

    .home-events .slick-vertical .slick-slide {
        width: 80% !important;
        max-width: 80%;
        display: block;
        position: relative;
        margin: 10px auto;
    }

    .home-value .masonry-home {
        margin: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .tour-heading p {
        width: 100%;
    }

    .latest-news {
        margin-top: -80px;
    }

    .home-news h3 {
        font-size: 28px;
    }

    .home-news .new-whole {
        /*width: 80%;*/
        margin: 0 auto;
    }

    .home-news .old-news {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
        width: 80%;
        margin: 30px auto;
        padding: 10px;
        display: none;
    }
	
	.research-news .home-news .old-news {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.research-news .home-news .old-news img {
		height: 180px;
	}
	
	.research-news .home-news .old-news-text {
		padding: 15px 20px;
		margin-top: 20px;
	}
	
	.research-news .home-news .old-news h4 {
		font-size: 14px !important;
		margin-bottom: 10px;
	}
	
	.research-news .home-news .old-news-text p:last-child {
		text-align: right;
	}

    .home-news a.primary-btn {
        margin: 0 auto;
        width: 60%;
        position: initial;
        display: block;
        font-size: 16px;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .home-events h4 {
        /*margin-top: 25px;*/
    }

    .home-events p {
        margin-bottom: 0;
    }

    .upcoming-event h3 {
        text-align: left;
    }

    .research-news .upcoming-event h3 {
        margin-top: 30px;
    }

    .subpage-content .research-news .item img {
        height: 50px;
    }

    .research-content {
        padding: 30px 0;
    }

    .research-slick .item img {
        height: 300px;
    }

    .research-faq .accordion-group {
        margin-bottom: 20px;
    }

    .juicer-feed.slider li.feed-item {
        /*left: -150px;*/
    }

    .subpage-content .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .overview-details .row {
        display: flex;
    }

    .overview-details .overview-text {
        padding-right: 0;
    }

    .course-reason .single-reason {
        width: 100% !important;
    }

    .course-reason .reason-inside {
        margin: auto;
        padding: 0;
        margin-top: auto;
    }

    .hidden-more {
        display: block !important;
    }

    a.show-more-btn {
        display: none;
    }

    .enrolling-rumc-content .single-enroll {
        width: 80% !important;
        float: unset;
    }

    .enrolling-rumc-content .enroll-inside {
        margin: auto;
        padding: 30px;
        margin-top: auto;
    }

    .hta-content-top .single-reason {
        width: 100% !important;
    }

    .hta-content-top .reason-inside {
        margin: auto;
        padding: 30px;
        margin-top: 10px;
    }

    .hta-content-bottom .single-reason {
        width: 100% !important;
    }

    .hta-content-bottom .reason-inside {
        margin: auto;
        padding: 30px;
        margin-top: 10px;
    }

    .course-intro .tab-content {
        margin-bottom: 40px;
    }

    .subpage-value .masonry-home {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0;
    }

    .about-top .accordion-group {
        max-width: 100%;
    }

    .panel-collapse h3 {
        font-size: 20px;
    }

    .about-bottom .nav-tabs {
        display: grid;
    }

    .advan-accord .accordion-group {
        max-width: 100% !important;
    }

    .community-news .news-boxx {
        width: 100%;
        height: auto;
    }

    .lmore-btn {
        display: block;
        width: 60%;
        margin: 20px auto;
    }

    .about-top .box-content {
        margin: 0 auto;
    }

    .about-bottom .box-content {
        margin: 0 auto;
    }

    .alumni-story-contents .single-box {
        display: inline-table;
    }

    .alumni-cform input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
        width: 100% !important;
    }

    .alumni-cform .gform_body .size-1 {
        width: 100% !important;
    }

    .alumni-cform .gform_body .size-2 {
        width: 100% !important;
    }

    .alumni-cform .gform_body .size-3 {
        width: 100% !important;
    }

    .alumni-cform .gform_body .size-4 {
        width: 100% !important;
    }

    .alumni-cform .gform_body .size-5 {
        width: 100% !important;
    }

    .subpage-connect-us .social-icons {
        margin-bottom: 40px;
        left: 10%;
        position: relative;
    }

    .governance-content .gov-title h3 {
        text-align: center;
        display: block;
    }

    .rumc-blog-content .news-boxx {
        width: unset;
        height: unset;
    }

    .bttm-address .row {
        display: flex;
    }

    .course-reason .reason-row {
        display: inline-block;
        width: 60%;
        margin: 0 auto;
    }

    .course-reason .single-reason.reason-3+.reason-3 {
        padding: 0;
    }

    .course-reason .top-course-content h4 {
        min-height: 0;
    }

    .course-reason .overview-details p, .course-reason .top-course-content p {
        min-height: 0;
    }

    body.page-mintfm .course-reason .reason-row {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }

    body.page-mintfm .course-reason .single-reason.reason-3 + .reason-3 {
        border-left: none;
        border-top: 1px solid #FFF;
    }

    body.page-mintfm .page-related {
        margin-top: -140px;
    }

    body.page-bachelor-of-medicine-bachelor-of-surgery-bachelor-of-obstetrics-mb-bch-bao .course-reason .reason-row {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }

    body.page-bachelor-of-medicine-bachelor-of-surgery-bachelor-of-obstetrics-mb-bch-bao .course-reason .single-reason.reason-3 + .reason-3 {
        border-left: none;
        border-top: 1px solid #FFF;
    }

    body.page-bachelor-of-medicine-bachelor-of-surgery-bachelor-of-obstetrics-mb-bch-bao .page-related {
        margin-top: -140px;
    }

    body.page-admissions .subpage-value .masonry-home {
        display: inline-block;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-top: -100px;
    }

    .hta-content-top .single-hta {
        width: 70%;
        margin: 0 auto;
        float: none;

    }

    .hta-content-top .single-hta:nth-child(even) {
        margin-top: 0;
    }

    .hta-content-bottom .single-hta {
        width: 70%;
        margin: 0 auto;
        float: none;
        display: contents;
    }

    .hta-content-bottom .single-hta:nth-child(even) {
        margin-top: 0;
    }

    .rumc-blog-content .news-boxx h6 {
        width: 120px;
        margin-top: -40px;
    }

    .alumni-story-contents .single-box {
        height: auto;
    }

    .community-news .news-boxx h6 {
        width: 120px;
        margin-top: -40px;
    }

    .gov-single {
        height: auto;
        margin: 0 auto;
    }

    .cochrane-content .container {
        width: 100%;
    }

    .community-news .news-boxx .inner-txt {
        margin: 0 auto;
    }

    .home-testi .testi-content {
        padding: 0 30px 0 30px;
    }

    .college-tour .tour-down {
        margin-top: 0;
    }

    .visa-mal-accord .accordion-group h4 {
        font-size: 14px;
    }

    h4.panel-title {
        max-width: calc(100% - 70px);
        clear: none;
        float: none;
    }

    .header-menu .menu.navigation {
        position: relative;
    }

    .navigation-top .top-logo {
        width: 100%;
        padding: 0 25%;
    }

    .navigation-top .header-right {
        width: 100%;
        text-align: center;
    }

    .navigation-top .header-right nav li {
        text-align: center;
    }

    .home #container {
        width: 100%;
    }

    aside#secondary {
        width: 100%;
        padding: 0 20px;
    }

    #primary {
        padding: 0;
    }

    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }

    .header-logo.text-left img {
        margin: 10px auto;
    }

    .navbar-toggle {
        display: block !important;
        margin: 0 auto 30px;
    }

    .header-menu ul.menu li {
        width: 100%;
        margin: 5px 0;
    }

    .header-menu {
        border: 0;
    }

    .sub-top-banner {
        padding: 40px 0;
        background-position: center center;
    }

    .sub-top-banner h1 {
        font-size: 24px;
    }

    .academic-contents .single-box img {
        height: 300px;
    }

    .course-related .related-img, .page-related .related-img {
        height: 250px;
    }

    .about-bottom .box-single p {
        height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .ucd-mission h3, .ucd-mission p {
        text-align: left !important;
    }

    .download-brochure-part .col-lg-12, .download-brochure-part .col-md-12, .download-brochure-part .col-sm-12{
        display: unset;
    }

    .download-brochure-part .nav-tabs {
        width: 100%;
        height: unset;
        border-bottom: 1px solid #dee2e6;
    }

    .download-brochure-part .nav-tabs > li.active {
        border-bottom: 2px solid #00a0dc !important;
        border-right: unset;
    }

    .download-brochure-part .nav-tabs > li > a {
        text-align: left;
        display: block;
    }

    .download-brochure-part ul li, .download-brochure-part ol li {
        list-style: none;
        border-right: unset;
        width: unset;
    }

    .download-brochure-part .tab-content{
        width: unset;
        left: 0;
        position: relative;
    }

    .home-award .award-img img {
        height: auto;
        width: 100%;
    }

    .programmes-type ul li img {
        max-height: unset;
        width: auto;
        height: 60px;
        top: 30px;
        position: relative;
    }

    .programmes .program-content {
        padding: 20px 30px 10px 30px;
    }

    .programmes .tab-content .tab-pane {
        padding: 20px 40px 10px;
    }

    .home-scholarship {
        padding: 0;
    }

    .home-scholarship h4{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .subpage-content .item .link-arrow img {
        height: unset;
        object-fit: unset;
    }

    .course-related, .page-related {
        padding: 50px 0;
    }

    .course-related, .page-related .container{
        margin-top: -40px;
    }

    .course-intro .intro-img {
        margin-bottom: 0;
    }

    .course-intro .intro-text {
        margin-top: -15px;
    }

    .academic-contents .single-box h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .leadership-content .leadership-txt h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .leadership-content hr {
        margin: 20px 0;
        margin-bottom: 45px;
    }

    .oversea-vd-slick{
        margin-bottom: 10px;
    }

    .oversea_internship_video .oversea-vd-content {
        padding: 0 35px;
    }

    .oversea_internship_video .slick-next, .oversea_internship_video .slick-prev {
        top: 160px;
        z-index: 999;
    }

    .accomm-primary-btns{
        width: 70%;
        margin: 0 auto;
    }

    body.page-accommodation .about-top{
        margin: 0;
    }

    .explorerumc-tabs{
        margin-top: -30px;
    }

    .alumni-story-contents .nav-tabs {
        display: none !important;
    }
    .alumni-story-contents {
        margin-top: 0;
    }

    .alumni-story-contents .single-box h3 {
        margin-top: 15px;
    }

    .alumni-cform a.chosen-single{
        background: #fff;
    }

    .about-top .box-single {
        float: left;
        width: 50%;
        margin: 0 auto 25px;
        display: block;
    }

    .about-bottom .box-single .box-inner{
        margin-bottom: 20px;
    }

    .about-values .container{
        margin-top: -40px;
    }

    .about-values .value-boxx-img {
        margin-bottom: 5px;
    }

    body.page-about-rumc .about-top .about-img {
        display: none;
    }

    .about-values h3 {
        margin-top: 20px;
    }

    .gov-single img {
        width: 200px;
    }

    .gov-single h4 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .governance-content  .gov-single h4 {
        text-align: center;
        margin: 10px auto 30px;
    }

    .rcsi-content h1, .ucd-content h1{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-testi .slick-next, .home-testi .slick-prev {
        top: 35%;
    }

    .tab-content .profile-content {
        width: 90%;
        text-align: left;
    }

    .home-scholarship {
        border-bottom: #ccc solid 1px;
    }

    .award-inner .imgh3{
        /*display: flex;*/
    }

    .home-award .award-text img {
        max-width: 40%;
        height: auto;
        width: auto;
        margin-right: 15px;
    }

    .home-award .award-inner p {
        width: 100%;
        display: inline-block;
    }

    .award-inner .imgh3 h3{
        line-height: 35px;
    }

    .overview-details img{
        /*top: -12px;*/
        position: relative;
    }

    .programmes-type ul.nav-tabs>li {
        height: auto;
    }

    .about-img {
        margin-bottom: 0;
    }

    .intro-img {
        margin-bottom: 0;
    }

    body.page-admissions .about-img{
        display: none;
    }

    body.page-admissions .intro-img {
        margin-bottom: 40px;
    }

    .bttm-address .col-11 {
        padding-left: 15px;
    }

    .oversea_internship_video {
        padding: 0;
    }

    .rumc-blog-content .news-boxx .inner-txt {
        margin: 0 auto;
    }

    .item-home a.tile-link {
        left: 0;
        /*background: linear-gradient(90deg, rgba(112, 175, 70, 1) 0%, rgba(0, 160, 220, 1) 100%);*/
        /*opacity: 0.5;*/
    }

    .mec-calendar .mec-calendar-side {
        min-width: 0 !important;
    }

    .alumni-cform .gform_wrapper li.gfield_contains_required label.gfield_label:after {
        top: 0;
    }

    .about-values .row {
        margin-top: 0;
    }

    .governance-content {
        margin: 0;
    }
    .course-top-part {
        display: inline-block;
    }

    .top-course-content {
        width: 100%;
    }

    .course-over-vw {
        width: 100%;
    }

    .course-reason-overview-part{
        display: inline-block;
    }

    .minfm-landing-mainbanner {
        padding: 150px 0 50px;
        height: auto;
        background-position: left top !important;
    }

    .minfm-landing-mainbanner h3 {
        font-size: 24px;
        max-width: 70%;
    }

    .landing-minfm-header img.main-logo {
        width: 100%;
    }

    .landing-mintfm-banner p.top-text-1 {
        width: 100%;
    }

    .landing-mintfm-banner img.mlogo {
        max-width: 100%;
    }

    .minfm-landing-component .single-component img.icon {
        vertical-align: top;
        max-width: 50px;
        height: auto;
    }

    .minfm-landing-component img.title-line {
        width: 100%;
    }

    .minfm-landing-component .single-component img.grey-line {
        height: calc(100% - 30px);
    }

    .minfm-landing-description-bottom .row {
        margin-bottom: 0;
    }

    .minfm-landing-description-bottom .imgg-boxx {
        padding: 500px 0 0;
    }

    .minfm-landing-description-bottom {
        margin-bottom: 0;
    }

    .minfm-landing-description-top .desc-img {
        padding: 500px 0 0;
    }

    .landing-minfm-header img.right-logo.main-logo {
        width: 60%;
    }

    .landing-minfm-header img.main-logo {
        width: 100%;
    }
    .ug-experience .exp-single .text-content {
        margin-top: 300px;
    }

    .page-template-page-landing-fis .landing-mainbanner {
        background-position: left 10% top !important;
        padding: 30px 40% 30px 0;
    }

    .fis-stats h3 {
        font-size: 36px;
    }

    .stat-content {
        margin-top: 0;
    }

    .fis-fee .fee-single + .fee-single {
        border-left: 0;
        border-top: 3px solid #FFF;
    }

    .pum-overlay.pum-overlay-disabled .pum-container#popmake-5442 {
        width: 50% !important;
    }

    .pum-container.custom-position#popmake-5783, .pum-container.custom-position#popmake-3930, .pum-container.custom-position#popmake-4701 {
        max-width: 90% !important;
    }

    .pum-container.custom-position#popmake-5783 iframe, .pum-container.custom-position#popmake-3930 iframe, .pum-container.custom-position#popmake-4701 iframe {
        max-width: 100% !important;
    }


body.page-life-in-dublin .about-bottom.penang-facts .box-single {
	max-width: 50%;
width: 50%;
flex: 50%;
}
	
	table.covid-comparison th, table.covid-comparison td {
		padding: 10px 5px;
	}
	
	table.covid-comparison {
		max-width: 100%;
	}
	
	.research-department ul.vertical-tabs.nav-tabs li {
border-radius: 0;		margin: 0 5px;

	}
	
}

@media screen and (max-width: 480px) {

    .fixed-menu {
        width: 100%;
    }

    .fixed-menu li {
        width: 100%;
    }

    .fixed-nav {
        right: auto;
        left: auto;
        top: auto;
        bottom: 20px;
        width: 100%;
    }

    .fixed-nav a {
        display: inline;
        margin: 0;
        width: 25%;
        float: left;
        clear: none;
    }

    p {
        margin: 0 0 20px;
    }

    textarea {
        height: 100px;
    }

    .course-reason .reason-row {
        width: 100%;
    }

    .enrolling-rumc-content .enroll-row {
        width: 100%;
    }

    .landing-minfm-header img.main-logo {
        width: 100%;
    }

    .landing-minfm-header img.right-logo {
        width: 50%;
    }

    .minfm-landing-mainbanner {
        padding: 80px 0 30px;
        background-position: left 5% top !important;
    }

    .alumni-banner-content h3, .ucd-content h3, .rcsi-content h3 {
        text-align: left;
    }

    .academic-contents .nav-tabs.vertical-tabs.abs, .academic-contents .nav-tabs.vertical-tabs.sticky {
        top: 125px !important;
    }

    .ug-experience .exp-single .text-content {
        margin-top: 250px;
    }

    .ug-experience .exp-single .text-content h4 {
        font-size: 12px;
    }

    .ug-experience .exp-single .text-content h3 {
        font-size: 18px;
    }

    .landing-mainbanner h3 {
        font-size: 20px;
    }

    .landing-mainbanner p {
        font-size: 12px;
    }

    .landing-mainbanner h4 {
        font-size: 16px;
    }

    .landing-mainbanner h1 {
        font-size: 28px;
    }

    .pum-overlay.pum-overlay-disabled .pum-container#popmake-5442 {
        width: 70% !important;
    }
	
	.msc-landing-description-top {
		background-size: auto 200px !important;
	}
	
	.msc-landing-description-top .text-content {
		padding: 220px 0 0;
	}
	
	.msc-landing-mainbanner.landing-mainbanner {
		background-size: auto 200px !important;
		background-position: top center !important;
	}
	
	.msc-banner-text {
		padding: 220px 0 0 !important;
	}
	
	.landing-header img.main-logo {
		max-width: 200px;
	}
	
	.msc-stat-text {
		margin-bottom: 10px;
	}
	
	.home .research-contact .primary-btn {
		font-size: 12px;{
	display: inline-block;
	}

.home .research-contact .primary-btn:first-child 
	margin-bottom: 10px !important;
}
	
	.home .research-contact .primary-btn img {
		max-width: 12px;
	}

}