/*Fonts*/

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    color: #333;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.info-wrap a {
    color: #068dc4 !important;

}

.top-list strong {
    float: right;
    font-weight: 400;
    font-size: 15px;

}

.university-ranking {
    margin-top: -8px;
}

.university-ranking {
    font-weight: 600;
}

p:last-of-type {
    margin-bottom: 0;
}

p {
    font-size: 16px;
    font-weight: 300;
}

/* buttons */
.btn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 4px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.text-right {
    text-align: right;
}

.btn-lg {
    line-height: 1;
    font-size: 16px;
    padding: 15px 35px;
}

.btn-primary {
    border-color: #e53033;
    background-color: #e53033;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #2c3f69;
    color: #2c3f69 !important
}

/* forms */
.form-control {
    background-color: #fff;
    color: #333;
    height: 52px;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    padding: 4px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form-control:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    background-color: #f0f0f0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* form ends here */

/* header starts here */
.header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}













.btn-primary {
    color: #fff !important;
    background-color: #e53033;
    border-color: #e53033;
}

.btn {
    padding: 7px 25px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

img {
    width: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.top-header {
    background-color: #2c3f69;
    padding: 5px 0;
}

.top-header .email {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
}

.top-header .email img {
    width: 10px;
    margin-right: 4px;
}

.top-header .email a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.top-header .email a:hover {
    text-decoration: underline;
}

.top-header .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .social ul li {
    margin: 0 7px;
}

.top-header .social ul li a img {
    max-width: 16px;
    height: 16px;
}

.top-header .menu {
    padding: 7px 0;
}

.top-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .menu ul li {
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-header .menu ul li img {
    width: 12px;
    margin-right: 5px;
}

.top-header .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.top-header .menu ul li a:hover {
    text-decoration: underline;
}

.top-header .menu ul li:last-child {
    border-right: 0;
}

.logo {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

.logo a {
    display: inline-block;
}

header .call-us {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    padding: 13px 0;
}

header .call-us .title {
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
}

header .call-us a {
    color: #be1e26;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}

.menuabar {
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.menuabar .navbar .nav-link {
    color: #484747;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 11px;
}

.menuabar .dropdown.mega .dropdown-menu {
    min-width: 500px;
}

.menuabar .dropdown.mega .dropdown-menu a.dropdown-item {
    text-overflow: ellipsis;
    overflow: hidden;
}

.menuabar .navbar {
    padding: 0;
}



/*dropdown-menu*/
.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 21px 8px 21px;
    border: solid 1px #eee;
    background-color: #fff;
    border-radius: 0px;
    width: max-content;
    top: 100%;
    margin-top: 8px;
    min-width: 245px;
    margin-top: 22px;
}

.drop-menu.megamenu {
    width: 1080px;
    left: -317px;
}

.drop-menu.megamenu .menu-inner strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.drop-menu.megamenu .menu-inner strong:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
}

.menu-inner ul {
    padding: 0;
    margin: 0;
}

.menu-inner ul li {
    list-style: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}

.menu-inner ul li:last-child {
    border-bottom: none;
}

.menu-ul li:last-child {
    border-bottom: none;
}

.menu-inner ul li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 7px 0px;
    background: transparent;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #444;
}

.menu-inner strong {
    font-size: 15px;
    font-weight: 600;
}

.menu-inner-a {
    padding-top: 20px;
}

.drop-menu.megamenu {
    background-image: url(https://mbbsexperts.com/images/map_transparent_dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-wrep {
    padding-bottom: 30px;
    background-image: url(https://mbbsexperts.com/images/border.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.abroad {
    margin: 0 10px;
}

.abroad img {
    height: 104px;
}

.abroad strong:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 15px;
}

.abroad strong a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.drop-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.35s;
    -ms-transition: -ms-transform 0.3s, opacity 0.35s;
    -moz-transition: -moz-transform 0.3s, opacity 0.35s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.35s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.navbar-expand-lg .nav-item.dropdown:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.drop-menu:after {
    position: absolute;
    height: 30px;
    width: 100%;
    top: -24px;
    left: 0;
    background-color: transparent;
    content: "";
}

.drop-menu .nav-link {
    border: none;
    color: #444;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 4px;
    padding: 9px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menuabar .navbar .drop-menu .nav-link {
    color: #444;
    opacity: 1;
    font-weight: 600 !important;
    padding: 12px 8px;
}

.menuabar .navbar .drop-menu .nav-link.active {
    color: #e53033;
}

.tebe-infos {
    padding: 30px !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menu-ul li {
    list-style: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}

.menu-ul li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 10px 0px;
    background: transparent;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #444;
}

.drop-menu.megamenu .menu-inner strong.heding-menu:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
}

.tebe-infos .heding-menu::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 10px;
}

.drop-menu.megamenu-2 {
    left: -385px;
}

.drop-menu.megamenu .abroad .row [class*="col-"] {
    padding: 0 5px;
}

.drop-menu.megamenu .abroad .row {
    margin: 0 -5px;
}

.menu-inner ul li:hover a {
    color: #e53033;
}

.contect-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.contect-icon {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #002046;
    padding: 15px 0;
    display: none;
}

.contect-icon li {
    width: 24%;
    text-align: center;
    list-style: none;
}

.contect-icon li img {
    width: 43px;
}

.contect-icon li span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.contect-icon li a {
    color: #ffffff;
}

.menu-ul {
    padding-left: 0;
}

.drop-menu:after {
    position: absolute;
    height: 30px;
    width: 100%;
    top: -27px;
    background-color: transparent;
    content: "";
}

.menuabar .btn-primary {
    text-transform: uppercase;
}

.menuabar .navbar-collapse {
    display: inline-block;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}

.nav-item.dropdown:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-header > * {
    color: #ffffff;
}

.top-header .fa {
    margin-right: 8px;
}

/*.top-bar {
  color: white;
  background-color: #2c3f69;
}

.top-bar-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  align-items: center;
  justify-content: space-between;
}

.top-bar-social {
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
}

.top-bar-social li {
  display: inline-block;
  padding-left: 10px;
}

.top-bar i {
  font-size: 14px;
  padding-right: 7px;
}

.top-bar-social li a{
  color: white;
}

.header-inner {
  background-color: white;
  transition: all 450ms ease-in-out;
  box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}

.header-inner .navbar {
  padding: 10px 0;
  transition: all 450ms ease-in-out;
}

.header-sticky .navbar {
  padding: 3px 0;
}*/
/*
.navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 700;*/
/* letter-spacing: .5px; */
/*  text-transform: uppercase;
  padding: 15px 23px 10px 0;
}
*/
/* header ends here */

/* banner starts here */
.banner {
    padding: 89px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('https://mbbsexperts.com/images/hero-3.jpg')
}

.banner-form {
    border-radius: 6px;
    margin: 0 20px 0 0;
    padding: 45px 30px 25px;
    background-color: #f8f9fb;
    max-width: 375px;
    margin-left: auto;
}

.banner-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
}

.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 613px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.list li:after {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: solid 1px #6a6a6a;
    content: "";
}

.list li p {
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: 300;
    display: inline-block;
    color: #6a6a6a;
}

.about-content .list li p {
    font-size: 17px;
}

.list li i {
    font-size: 16px;
    margin-top: 4px;
    padding-right: 10px;
}

.form-title {
    color: #222;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

/* banner ends here */

/* about section starts here */

.about-section {
    padding: 50px 0 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('https://mbbsexperts.com/images/tra-city.png');
}

.subtitle {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2;
}

.about-section .heading-wrap {
    margin-bottom: 25px;
}

.about-section .btn-wrap {
    margin-top: 25px;
}

/* about section ends here */

.banner-form .form-group {
    margin-bottom: 10px;
}

.tebe-infos .heding-menu {
    font-weight: 600;
}

.header.header-sticky .menuabar {
    padding: 8px 12px;
    -webkit-transform: all ease-in-out 0.35s;
    transform: all ease-in-out 0.35s;
}

.header .logo img {
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
}

.header.header-sticky .logo img {
    max-width: 120px;
}

.banner .heding-wrap {
    margin-bottom: 30px;
}

.about-section .thim-img {
    max-width: 430px;
    margin-left: auto;
}

/* 02-04-2021 */
/* mbbs abroad section starts */
.heading {
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.mbbs-abroad {
    margin-top: 30px;
}

.expert-content p {
    font-size: 16px;
}

h5.name {
    font-size: 17px;
}

.media {
    border-radius: 6px;
    padding: 30px 25px 30px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
}

.mbbs-abroad .contant-wrap [class*="col-"] {
    margin-bottom: 30px;
}

.media:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.mbbs-abroad .media img {
    max-width: 55px;
    max-height: 55px;
}

.media-body h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.media-body p {
    font-size: 15px;
    margin: 15px 0 0;
    text-align: justify;
    font-weight: 300;
}

/* mbbs abroad section ends here */

/* popular countries section starts here */
.popular-countries {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('https://mbbsexperts.com/images/tra-map.png');
}

.popular-card {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    height: 100%;
}

.popular-countries .row [class*="col"] {
    margin-bottom: 30px;
}

.popular-card:hover {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}


.popular-card .card-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.popular-card .card-link {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.card-body {
    font-weight: 300;
}

.popular-card .card-link:hover {
    color: #e53033;
}

.card-link i {
    padding-left: 5px;
}

.card-content {
    padding: 30px 20px 16px;
}

/* popular countries section ends here */

/* choose-us section starts here */
.choose-us {
    padding: 20px 0;
}

.choose-us .media {
    display: block;
    text-align: center;
}

.choose-us .media img {
    width: 30%;
}

.choose-us .media h5 {
    margin: 25px 0 12px;
}

.choose-us .media p {
    font-size: 16px;
    line-height: 1.6;
}

.sub-heading {
    max-width: 684px;
    display: block;
    margin: 0 auto;
    font-size: 1.066rem;
}

/* choose-us section ends here */


/* consultant section starts here */
.consultant {
    padding: 30px 0 35px;
    background-size: cover;
    background-color: #e53033;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('https://mbbsexperts.com/images/map_transparent_dark.png');
}

.white-heading {
    color: white;
}

.consultant-card {
    overflow: hidden;
    padding: 40px 35px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    background-color: #fbfcfd;
    border: 1px solid #e5e5e5;
}

.consultant .content-wrp [class*="col"] {
    margin-bottom: 15px;
}

.consultant-img img {
    width: 58px;
}

.consultant-content h5 {
    color: #e53033;
    font-size: 48px;
    margin: 15px 0 10px;
}

.consultant-content p {
    font-size: 15px;
}

.consultant .col-lg-3 {
    padding: 0 8px;
}

/* consultant section ends here */

/* experts section starts here */
.experts {
    padding: 20px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('https://mbbsexperts.com/images/city.png');
}

.experts .slick-slide {
    border-radius: 6px;
    padding: 40px 30px;
    margin: 10px 8px 20px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
}

.experts .slick-slide img {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 15px 0 0;
    border-radius: 100%;
}

.expert-content {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
}

.slick-prev,
.slick-next {
    top: 100%;
    height: 35px;
    width: 35px;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    background-size: 35px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.slick-prev:before {
    background-image: url(https://mbbsexperts.com/images/left-arrow.svg);
}

.slick-next:before {
    background-image: url(https://mbbsexperts.com/images/right-arrow.svg);
}

.slick-prev:hover ~ :before,
.slick-next:hover ~ :before {
    color: #e53033;
}

.slick-prev {
    left: 47%;
}

.slick-next {
    right: 46%;
}

/* experts section ends here */

/* faq section starts here */
.faq {
    padding: 20px 0;
}

.accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.faq-accordion .card-header {
    border-bottom: 0;
    position: relative;
    padding: 11px 39px 11px 17px;
    background-color: #f6f7f9;
    cursor: pointer;
}

.faq-accordion .card-header:after {
    content: "";
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 13px;
    width: 13px;
    background-image: url(https://mbbsexperts.com/images/down-arrow.svg);
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.faq-accordion .card-header.collapsed:after {
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.faq-accordion .btn.btn-link {
    width: 100%;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.faq-accordion .btn.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-accordion .btn.btn-link .question {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.faq-accordion .question-no {
    float: left;
    font-weight: 500;
}

/* faq section ends here */

/* blog section starts here */
.blog-slider .slick-slide {
    border-radius: 6px;
    margin: 0 6px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

.blog-slider .slick-slide:hover,
.blog-slider .slick-active {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-content {
    padding: 30px 20px 17px;
}

.blog-content p {
    font-size: 14px;
}

.blog-title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.blog-link {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-link i {
    padding-left: 5px;
}

.date {
    display: block;
    color: #aaa;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    position: fixed;
    bottom: 70px;
}

.blog-footer {
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* blog section ends here */

/* photo gallery section starts here */
.photo-gallery {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('https://mbbsexperts.com/images/tra-map.png');
}

.gallery-img {
    margin-bottom: 30px;
}

.gallery-img img {
    border-radius: 4px;
    /* overflow: hidden; */
}

.border-btn {
    color: #e53033;
    font-size: 16px;
    padding: 10px 35px;
    background-color: transparent;
    border-color: #e53033;
}

.border-btn:hover {
    color: #fff !important;
    background-color: #2c3f69;
    border-color: #2c3f69;
}

.btn-arrow span {
    position: relative;
}

.btn-arrow:focus span,
.btn-arrow:hover span {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.btn-arrow i {
    line-height: 1;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 54%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.btn-arrow:hover i {
    top: 47%;
    left: 10px;
    opacity: 1;
}

/* photo gallery section ends here */

/* photo gallery section ends here */

/* video section starts here*/
.video-section h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}

.video-square {
    position: absolute;
    top: 50%;
    left: -15px;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.video-section p {
    font-size: 17px;
    line-height: 25px;
}

.video-square i {
    font-size: 72px;
    color: #e53033;
}

.gallery-img img {
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

/* video section ends here*/

/* our partners start here */
.partners-section {
    padding: 30px 0;
}

.logo-wrapper {
    font-size: 0;
}

.brand-logo {
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 0 20px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
}

.brand-logo:hover {
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 7%), 0 8px 14px 1px rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 7%), 0 8px 14px 1px rgb(56 60 67 / 15%);
}

.video-section .them-img {
    position: relative;
}

.video-section {
    background-color: #ffff;
    padding-top: 15px;
}

.blog {
    padding-bottom: 30px;
    background-color: #ffffff;
}

/* our partners ends here */


/*sk-02-04-2021*/
.popular-countries .card-img {
    position: relative;
}

.popular-countries .card-img img {
    width: 100%;
}

.popular-card .flag-img img {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: -35px;
    width: 70px;
    height: 70px;
}

.column.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mbbs-abroad .them-icon {
    max-width: 55px;
    min-height: 55px;
    margin-right: 20px;
}

.choose-us .contact-wrap [class*="col-"] {
    margin-bottom: 30px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #000;
    border-radius: 100%;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots {
    bottom: -14px;
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.about-content {
    max-width: 560px;
}

.header-sticky .drop-menu {
    margin-top: 15px;
}

/*footer css start here*/
.footer {
    background-image: url(https://mbbsexperts.com/images/footer-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 70px 0px 0;
    color: #fff;
    background-size: cover !important;
    margin: 70px 0 0;
    background-attachment: fixed;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.foot-wraper {
    display: block;
    padding: 10px 0px;
    width: 250px;
}

.foot-wraper p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.foot-contact-info {
    display: block;
    padding: 0px 0px 0px;
    margin: 0;
    padding-left: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links {
    padding-left: 15px;
}

.foot-contact-info ul li span {
    width: 17px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    margin-top:6px;
}

.foot-contact-info ul li address,
.foot-contact-info ul li a,
.foot-contact-info ul li a {
    display: inline-block;
    width: calc(100% - 29px);
    width: -ms-calc(100% - 29px);
    color: rgb(255 255 255 / 0.80);
    margin-bottom: 12px;
    font-size: 16px;
}

.foot-social-link ul li {
    display: inline-block;

}

.foot-social-link ul a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    text-align: center;
    line-height: 44px;
    background-color: transparent;
    color: #fff;
}

.foot-social-link ul a.ico-youtube:hover {
    background-color: #cd1b20;
}

.foot-social-link ul a.ico-facebook:hover {
    background-color: #3b5998;
}

.foot-title {
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    font-weight: 800;
    margin-bottom: 15px;
    margin-left: 15px;
}

.footer-links li {
    margin-bottom: 12px;
    font-size: 16px !important;
}

.footer-links li a {
    color: #fff !important;
    position: relative;
    font-size: 1rem !important;
}

.footer-links li a:hover {
    color: #fff !important;
    position: relative;
    text-decoration: underline;
}

.copy-right {
    padding: 20px 15px 16px;
    border-top: 1px solid #334567;
    margin-top: 10px;
}

.copy-right p,
.copy-right a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}



/*footer-form-css*/
.footer-form-outer {
    margin: -140px auto 50px;
    max-width: 1024px;
    background-color: #f7f8f9;
    padding: 25px 35px 25px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 6px;
}

.footer-form-outer .form-group {
    margin-bottom: 15px;
}

.footer-form-outer label {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

/*.footer-form-outer .form-control {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 0;
}
*/
.footer-form-outer .form-control-2 {
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 45px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

.footer-form-outer button {
    height: 45px;
    width: 100%;
}

.footer-form-outer input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.footer-form-outer input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.footer-form-outer input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

.footer-form-outer input:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}


/*my-css(01-07-2021)*/
.star-rating-outer {
    font-size: 0px;
    line-height: normal;
    margin-bottom: 0;
}

.star-rating-outer li {
    display: inline-block;
    margin-right: 5px;
}

.star-rating-outer li:last-of-type {
    margin-right: 0;
}

.star-rating-outer li img {
    max-height: 20px;
}

.star-img {
    max-height: 20px;
}

.star-border {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rank-main-outer:after {
    display: table;
    clear: both;
    content: "";
}

.uni-rank-left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.uni-rank-right {
    float: right;
    width: 50%;
}

.uni-rank-left .un-img {
    margin-right: 0;
    float: none;
}

.uni-rank-left .university-ranking {
    margin-top: 0;
    background-color: #e53033;
}

.uni-rank-left .university-ranking table td {
    color: #fff;
    font-size: 16px;
}

.right-bar-form {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
}

.tag-list {
    font-size: 0px;
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tag-list li {
    display: inline-block;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 300;
    padding: 4px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 5px;
}
.heading-wrap h3{
    font-weight: 500;
    font-size: 23px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.popular-tags .heading-wrap h3{
    text-align:center;
}

@media screen and (max-width: 991px) {
    .foot-title {
        font-size: 1.16em;
    }

    .footer-links li a:before {
        margin-right: 10px;
    }

    .footer-links li a {
        font-size: 13px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .foot-contact-info ul li address,
    .foot-contact-info ul li a,
    .foot-contact-info ul li a {
        font-size: 13px;
    }

    .foot-wraper p {
        font-size: 14px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .footer-form-outer {
        max-width: 96%;
    }

    .foot-contact-info {
        padding: 0px 0px 10px;
    }

    .uni-rank-left {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    .uni-rank-right {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .right-bar-form {
        position: static;
    }

    .right-bar-form .banner-form {
        max-width: 100%;
    }

    .from-china .sidebar-main-outer:before {
        display: none !important;
    }
    .inner-page-banner {
    background-image: url(https://mbbsexperts.com/images/breadcrum-mobile.jpg)!important;
    }
}

@media screen and (max-width: 767px) {
    .foot-title {
        margin-top: 30px;
    }

    .footer-form-outer {
        padding: 25px 0px 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .footer-form-outer {
        padding: 15px 0px 10px;
    }

    .footer-form-outer .form-control input {
        height: auto;
        padding: 10px;
    }

    .footer-form-outer button {
        height: auto;
        width: auto;
    }

    .foot-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer .footer-links {
        padding-left: 8px;
        margin-bottom: 25px;
    }

    .copy-right .sitemap-outer a,
    .copy-right p {
        font-size: 13px;
    }

    .tag-list li {
        padding: 3px 6px;
        font-size: 14px;
    }

    .uni-rank-left .un-img {
        width: 100%;
    }
    .inner-page-banner {
    background-image: url(https://mbbsexperts.com/images/breadcrum-mobile-small.jpg)!important;
    }
}

/* 03-04-2021 */
/* cookie starts here */
.cookie {
    width: 100%;
    color: #ecf0f1;
    padding: 12px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-size: cover;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    background-color: #212327;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    background-image: url('https://mbbsexperts.com/images/cookie-bg.png');
}

.cookie a {
    color: #068dc4;
    margin-right: 10px;
    text-decoration: underline;
}

.cookie .btn-primary {
    font-size: 13px;
}

.cookie .btn-primary:hover {
    color: white !important;
    border-color: #0062cc;
    background-color: #0069d9;
}

/* cookie ends here */

/* scroll top starts here */
.scroll-top {
    width: 40px;
    height: 45px;
    bottom: 45px;
    right: 30px;
    z-index: 999;
    position: fixed;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(35, 35, 35, .65);
    background-image: url('https://mbbsexperts.com/images/back-to-top.png')
}

.scroll-top:hover {
    background-color: #666;
}

/* scroll top ends here */
/* agent starts here*/
.agent {
    position: fixed;
    right: 80px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    top: 310px;
    padding: 2px;
    color: #fff;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    background-color: #e53033;
    border: 2px solid #a21316;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.agent i {
    font-size: 28px;
}

.agent::after {
    content: '';
    position: absolute;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #a21316;
    top: 12px;
}

/* agent ends here*/
/* floating icons starts here */
.floating-icon {
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 500;
}

.floating-icon ul {
    margin-bottom: 0;
}

.icons-inner {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
}

.floating-icon li {
    height: 45px;
    /* width:45px; */
    display: block;
    position: relative;
}

.floating-icon li .icon-link {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none !important;
    float: right;
}

.floating-icon li.float-whatsapp a {
    background: #25d366;
}

.floating-icon li.float-email a {
    background: #2c3f69;
}

.floating-icon li.float-call a {
    background: #e53033;
}

.floating-icon li.float-chat a {
    background: #ffa500;
}

.floating-icon li.wide a:hover {
    width: 220px;
}

.floating-icon i {
    position: relative;
    top: 10px;
    left: 6px;
    font-size: 22px;
    float: left;
}

.floating-icon .icon-link .icon-text {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 50px;
    position: relative;
    white-space: nowrap;
}

.floating-icon .icon-link:hover .icon-text {
    display: block;
}

/* floating icons ends here */





/*sk-03-04-2021*/

/* Blog Page -->
==================
  Left Side Bar
==================
*/

.blog-wrap {
    padding: 50px 0;
}

.visits-wrep li {
    width: 50%;

}

.visits-wrep {
    max-width: 260px;
    margin: 0;
    padding: 0;
}

.visits-info {
    border: 1px solid #ececec;
    padding: 10px 15px;
    background: #f5f5f5;
}

.visits-wrep .icon-info {
    color: #373737;
    float: left;
    font-size: 12px;
    font-weight: 600;
}


.visits-wrep li .icon {
    font-size: 12px;
    margin: 0 5px 0 0;
    width: 13px;
    height: 21px;
}


.post-title {
    font-size: 22px;
    color: #da282b;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 500;
}

.post-wrap .thim-img {
    margin: 20px 0;
}

.post-wrap .info {
    margin-bottom: 20px;
}

.visits-info .card-link {
    color: #068dc4;
    font-weight: 300;
    font-size: 15px;
}

.post-wrap {
    margin-bottom: 40px;
}

.search-bar {
    margin-bottom: 30px;
}

.search-bar .form-control {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    height: 46px;
    border-radius: 0;
    font-size: 15px;
}

.search-bar .btn {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 0;
    width: 75px;
}

.search-bar .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 23px;
    margin: auto;
    width: 16px;
    color: #fff;
    cursor: pointer;
}

.search-bar .brn-wrap {
    position: relative;
    height: 46px;
}

.search-bar .btn:hover {
    background-color: #e53033;
    border-color: transparent;
}

.blog-wrap .right-bar {
    max-width: initial;
    margin-left: auto;
    border-left: solid 1px #f0f0f0;
    padding-left: 21px;
    margin-left: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.top-links {
    background-color: #f1f1f1;
    padding: 30px 25px 25px;
    margin-bottom: 30px;
}

.top-links .heading-wrap .title {
    font-weight: 500;
    font-size: 23px;
}

.top-links .heading-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.h5-lg h4 {
    color: #222;
    font-size: 21px;

}

.top-list a {
    color: #555;

}

.top-links .top-list {
    margin-bottom: 0;
}

.top-links .top-list li {
    padding: 9px 0 9px 18px;
    border-bottom: 1px dashed silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.top-links .top-list li:after {
    position: absolute;
    left: 0;
    top: 12px;
    font: normal normal normal 19px/1 FontAwesome;
    background-image: url(https://mbbsexperts.com/images/right-arrow-2.svg);
    background-size: 12px;
    height: 13px;
    width: 12px;
    content: "";
    color: #e53033;
    background-repeat: no-repeat;
}

.top-list span {
    float: right;
    font-weight: 400;
}

.top-links .top-list-table li {
    padding: 9px 0 9px 18px;
    border-bottom: 1px dashed silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

table tr th {
    font-weight: 500;
}

.default-btn {
    color: rgb(211, 202, 209);
    font-size: 17px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.red {
    color: #ffa3a5;
}

.blue {
    color: #8f8fff;
}

.latest-blogs .visits-wrep li {
    width: 100%;
}

.latest-blogs .visits-wrep .icon-info {
    color: #373737;
    font-size: 15px;
    font-weight: 400;
}

.latest-blogs .visits-wrep li .icon {
    font-size: 13px;
    margin: 0 10px 0 0;
}

.blog-title {
    margin-bottom: 10px !important;
    display: block;
}

.blog-title a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
}

.blogs-wrap {
    border-bottom: #e9e9e9 1px solid;
    padding: 18px 0;
}

.blogs-wrap:first-child {
    border-top: #e9e9e9 1px solid;
}

.latest-blogs {
    margin-top: 20px;
}

.page-pagination .page-item .page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 11px 16px;
    color: #e53033;
}

.page-item {
    margin-right: 7px;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: #fff;
    border-color: #e5e5e5;
}

.page-item.active .page-link {
    background-color: #594173;
    color: #fff;
    border-color: #594173;
    -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 15%);
}

.inner-page-banner {
    background-image: url(https://mbbsexperts.com/images/breadcrum.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-size: 25px;
    display: inline-block;
    padding-right: 11px;
    margin-top: -2px;
    margin-left: 4px;
    content: "\00bb";
}

.breadcrumb {
    margin-bottom: 0;
}

li.breadcrumb-item {
    font-size: 24px;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #e53033;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.text-icon {
    display: none;
}

.cookie.close {
    display: none;
}

.blog-content h5 {
    font-size: 15px;
    font-weight: 500;
}
























h3 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}



.submit__generated {
    display: inline-block;
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {

    font-size: 18px;
    margin-left: 10px;
}

.submit__generated.valid:after {
    content: "";
    color: #2ecc71;
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
    content: "";
    color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}



i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    margin-top: 0px;
    margin-left: 0;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}



.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 0 #2C81BA;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.submit:hover {
    background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
    margin: 55px 0 46px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.submit__overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
}


.low-opa {
    opacity: 0.4;
}



.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}



.fadeIn {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}



.form-fields,
.form-success {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.form-success {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-top: 20px;
}

span.submit__error.hide,
span.submit__error--empty.hide {
    display: none;
}

.submit__control i.fa-refresh {
    background-image: url(https://mbbsexperts.com/images/reload.svg);
    background-size: 13px;
    height: 16px;
    width: 18px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.submit__control .fa-refresh:before {
    display: none;
}

.submit__generated.unvalid:after {
    background-image: url(https://mbbsexperts.com/images/close.svg);
    background-size: 13px;
    height: 16px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
}

.submit__generated.valid:after {
    background-image: url(https://mbbsexperts.com/images/check.svg);
    background-size: 18px;
    height: 16px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
}

label.submit__control {
    padding-bottom: 0;
}

.left-padding-40 {
    padding-left: 40px;
}

.left-padding-30 {
    padding-left: 30px;
}

.left-padding-20 {
    padding-left: 20px;
}





















/*inner-pages*/

.brickarm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.brickarm-wrap li svg {
    height: 22px;
    width: 22px;
}

.brickarm-wrap li svg path {
    fill: #e53033;
}

.brickarm-wrap li {
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
}

.brickarm-wrap li a {
    color: #ffffff;
    font-weight: 500;
}

.brickarm-wrap li.arrow-icon svg {
    height: 12px;
    width: 12px;
}

.brickarm-wrap li.arrow-icon svg path {
    fill: #ffffff;
}

.brickarm-wrap li.arrow-icon {
    margin-right: 10px;
}

.brickarm-wrap li.active a {
    color: #e53033;
}

.them-tab .nav-tabs li a{
    margin: 0;
    font-size: 14px;
    padding: 6px 9px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    text-align: center;
}
.them-tab .nav-tabs li a h2{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    text-align: center;
}
.them-tab .nav-tabs li a.active, .them-tab .nav-tabs li a.active h2 {
    background-color: #e53033;
    border: solid 1px #e53033;
    color: #ffffff;
}

.them-tab .nav-tabs {
    border-bottom: 2px solid #e53033;
}

.from-china .info-wrap p {
    font-size: 16px;
    text-align: justify;
}

.them-tab .nav-tabs {
    margin-bottom: 20px;
}

.from-china .heading-wrap h3 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.from-china {
    padding: 40px 0;
}

.blog-section .heading-wrap .page-title {
    font-size: 2.25rem;
    color: #222;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    display: block;
    margin-bottom: 19px;
}

.page-top-img {
    margin: 15px 0;
}

.blog-section .heading-wrap .title {
    font-size: 1.25rem;
    color: #da282b;
    border-bottom: 1px solid #eee;
    margin: 10px 0 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.blog-section {
    margin-top: 0px;
    margin-bottom: 30px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 13px 18px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

.head-table {
    margin-top: 10px;
}

.head-table .table-bordered th {
    background: rgba(0, 0, 0, .05);
    font-weight: 500;
}

.head-table .table-bordered td {
    font-size: 15px;
}

.them-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.them-table tbody tr {
    background-color: rgba(0, 0, 0, .05);
}

.china-points li {
    list-style: auto;
    margin-left: 20px;
}

.card-numbers li {
    list-style: auto;
    margin-left: 20px;
}

.blog-section .them-img img {
    width: 100%;
}

.blog-section .them-img .overlep-btn {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

.blog-section .them-img .overlep-btn img {
    width: auto;
}

.blog-section .them-img {
    position: relative;
    margin-top: 20px;
}

.from-china .sidebar-main-outer {
    position: relative;
    padding-left: 26px;
}

.from-china .sidebar-main-outer:before {
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.slick-slide {
    height: auto;
}

.expert-content {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blog-img {
    position: relative;
}

.blog .blog-img .fleg-img img {
    width: 70px;

}

.blog .blog-img .fleg-img {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: -20px;
    height: 61px;
}

/*Dector Wrap*/
.dector-wrap {
    padding: 10px 0;
    border: solid #eee;
    border-width: 1px 0 0;
}
.doctor-wrap .info {
    margin-top: 20px;
}

.dector-wrap .info {
    margin-top: 20px;
}

.blog-section.style-2 {
    margin-top: 13px;
}

p.under-line {
    text-decoration: underline;
    margin-bottom: 8px;
}

.bullet-list li {
    list-style: disc;
    font-weight: 500;
}

ul.bullet-list {
    padding-left: 18px;
}

.them-table.style-2 tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.them-table.style-2 tbody tr {
    background-color: #ffffff;
}

ul.count-list li {
    list-style: auto;
    margin-bottom: 5px;
}

ul.count-list {
    padding-left: 15px;
}

.left-side-bar .heading-wrap.style-2 h3 {
    font-size: 36px;
    font-weight: 500;
}

.right-arrow {
    background-image: url(https://mbbsexperts.com/images/right-arrow-3.svg);
    background-size: 9px;
    height: 9px;
    width: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.brickarm-wrap li.arrow-icon img {
    width: 12px;
}

.pagination .page-item img {
    width: 10px;
}

.them-table {
    margin-bottom: 15px;
}

.un-img {
    float: left;
    margin-right: 20px;
}

ol {
    padding-left: 0;
}

a.header-btn {
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 5px;
}

.them-img img {
    width: 100%;
}

.single-curriculum h5.sub-title, .single-curriculum h4.sub-title {
    color: #da282b;
}
.single-curriculum h4.sub-title {
    font-size: 1.25rem!important;
}
.info-wrap{padding-bottom:20px;}
button.close {
    background-color: transparent;
    border: 0;
}
button.close span{
    font-size:25px;
    font-weight:500;
}
.slick-dots{display:none!important;}
.home-icon-img{width:100%!important;}

/*20-08-2021 Mobile Menu */

.mobail-menu {
    background-color: #ffffff;
    width: 300px;
    position: fixed;
    height: 100%;
    top: 64px;
    left: -100%;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    border-right: solid 1px #e0e0e0;
    transition: all 0.35s;
    display: none;
}

.mobail-menu.open {
    left: 0;
}

.mobail-menu::-webkit-scrollbar {
    width: 0;
}


/* Track */

.mobail-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobail-menu a:hover {
    text-decoration: none;
}


/* Handle */

.mobail-menu::-webkit-scrollbar-thumb {
    background: #2c3f69;
}


/* Handle on hover */

.mobail-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mobail-menu .mobail-item .mobail-link {
    padding: 18px 27px 18px 18px;
    display: block;
    border-bottom: solid 1px #e0e0e0;
    color: #171819;
    position: relative;
    transition: all 0.35s;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px 32px 10px 18px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
}

.dropd-menu-wrap .item a {
    color: #8c8b8b;
}

.dropd-item .item {
    font-weight: 500;
    font-size: 13.5px;
}

.mobail-menu .mobail-item .mobail-link:hover,
.mobail-menu .mobail-item .mobail-link:focus {
    background-color: rgba(0, 0, 0, .08);
}

.dropd-item {
    position: relative;
}

.dropd-menu .dropd-item:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 13px;
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .4);
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 18px 18px 0 0;
}

.mobail-menu .mobail-item {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.dropd-menu-wrap .item {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dashed silver;
    padding: 9px 28px 9px 12px;
    color: #696868;
}

.dropd-menu-wrap .dropd-item:after {
    top: 6px;
}

.mbbs-drop .mbbs-item:before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .4);
    transition: .2s ease;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    margin: 10px 6px 0 0;
}

.mbbs-drop li {
    padding: 4px 15px;
    font-size: 13px;
}

ul.mbbs-drop {
    padding: 7px 13px 1px;
}

.mbbs-drop li a {
    color: #696868;
}

.header .navbar .navbar-collapse.show {
    display: none;
}

button.navbar-toggler:focus,
button.navbar-toggler:hover {
    outline: none;
}

body.overlow {
    overflow: hidden;
}

.wrapper {
    /* transition: all 0.35s; */
    overflow-x: hidden;
}

.wrapper.animation {
    overflow: hidden;
}


/*.wrapper.animation {
  margin-right: -260px;
}*/

.wrapper.animation .wrapper-inner {
    left: 300px;
    /* transition: all 0.35s; */
}

.wrapper .wrapper-inner {
    /* transition: all 0.35s; */
    position: relative;
}

.navbar-toggler.collapsed {
    margin-left: 0;
}


/*button.navbar-toggler {
  margin-left: 35px;
}*/

.call-icon {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .mobail-menu {
        display: block;
    }
    button.navbar-toggler {
        width: 20px !important;
        height: 25px !important;
        padding: 0;
    }
    .navbar-toggler-icon::before {
        margin: 0;
        width: 24px !important;
        top: -8px !important;
        height: 3px !important;
        background-color: #a9a9a9 !important;
    }
    .navbar-toggler-icon::after {
        margin: 0;
        bottom: -8px !important;
        width: 24px !important;
        height: 3px !important;
        background-color: #a9a9a9 !important;
    }
    .navbar-toggler-icon {
        width: 22px !important;
        height: 3px !important;
        background-color: #a9a9a9 !important;
    }
    button.navbar-toggler {
        position: relative;
    }
    .navbar-toggler-icon {
        left: 0;
    }
    .top-header {
        display: none !important;
    }
    .call-icon {
        display: block;
        order: 3;
    }
    .call-icon img {
        width: 16px;
        height: 20px;
    }
    .apply-btn {
        display: none;
    }
    .logo {
        order: 2;
    }
    button.navbar-toggler {
        order: 1;
    }
    .wrapper.animation {
        position: relative;
        position: relative;
    }
    .wrapper.animation:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0, 0, 0, .5);
        height: 100%;
        width: 100%;
        content: "";
    }
    .navbar-toggler.active .navbar-toggler-icon::after {
        
        transform: rotate(-45deg) ;
        -webkit-transform: rotate(-45deg) ;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    .navbar-toggler.active .navbar-toggler-icon::after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin: auto;
        background-color: #a9a9a9;
    }
    .navbar-toggler.active .navbar-toggler-icon::before {
        
        transform: rotate(45deg) ;
        -webkit-transform: rotate(45deg) ;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg) ;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    .navbar-toggler.active .navbar-toggler-icon::before {
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #a9a9a9;
    }
    .navbar-toggler.active .navbar-toggler-icon {
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobail-menu {
        width: 277px;
    }
    .mobail-menu .mobail-item {
        font-size: 12px;
    }
    .mobail-menu .mobail-item .mobail-link {
        padding: 5px 32px 5px 18px;
    }
    .dropd-menu .dropd-item:after {
        top: 15px;
    }
    .wrapper.animation .wrapper-inner {
        left: 277px;
    }
}

/* Custom CSS */
.accordion .card {
    border: 1px solid #f5f5f5;
}
.accordion .card-body {
    padding: 20px 25px 15px;
}
.pager .pageNumbers a {
    display: inline-block;
    border: 1px solid!important;
    margin: 0px 5px!important;
    padding: 6px 15px!important;
    border-radius: 5px!important;
    color: #e53033!important;
    border-color: #f3f3f3!important;
}
.pager .previousPage, .pager .nextPage{
    border: 1px solid!important;
    padding: 6px 15px!important;
    border-radius: 5px!important;
    margin: 0px 5px!important;
    color: #e53033!important;
    border-color: #f3f3f3!important;
}
.pager .firstPage, .pager .lastPage{
    display:none!important;
}
.pager div {
    float: left;
    border: none!important;
    margin: 0px!important;
    padding: 0px!important;
    margin-top: 0;
}
.pager .pageNumbers a.active, .pager .pageNumbers a:hover, .pager .previousPage:hover, .pager .nextPage:hover{
    background-color: #594173!important;
    border-color: #594173!important;
    color:#fff!important;
}
.pager .pageNumbers a.active:hover{
    background-color: #e53033!important;
    border-color: #e53033!important;
}
.top-call-btn{
    padding: 7px 15px!important;
    border-radius: 20px!important;
}
.top-call-btn:hover{
    color: #fff !important;
    background-color: #2c3f69!important;
    border-color: #2c3f69!important;
}
.top-40{padding-top:40px;}
textarea {
    height: 120px!important;
}
.form-inner{margin-top:30px;}
.from-china address {
    margin-top: 20px;
}
.bottom-hr{font-size: 22px;
    font-weight: 500;
    color: #e53033;
    letter-spacing: 1px;
    border-bottom: solid 1px #d3d3d3;
    line-height: 42px;
}
.p20{
    background: #f5f5f5;
    padding: 30px 30px 30px 55px;
    margin-top: -30px;
}
.cf-icon{margin-left: -35px;
    margin-right: 8px;
    background: #e53033;
    padding: 4px 8px;
    border-radius: 5px;
}
.tebe-infos .heding-menu a{
    color: #212529!important;
}
.tebe-infos .heding-menu a:hover{
    color: #e53033!important;
}
.pg-img {
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 0px 20px;
    box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.pg-img:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 0 1px rgb(56 60 67 / 7%), 0 8px 14px 1px rgb(56 60 67 / 15%);
}
@media (min-width: 321px) and (max-width: 479.95px){
.photo-gallery-item {
    width: 100%;
}
}
@media (min-width: 480px) and (max-width: 767.95px){
.photo-gallery-item{
    width: 50%;
}
}
@media (min-width: 768px) and (max-width: 1199.95px){
    .photo-gallery-item {
        width: 25%;
    }
}
@media (min-width: 1200px){
.photo-gallery-item {
        width: 20%;
    }
}
@media (min-width: 992px){
.rank-main-outer .uni-rank-left{height:230px;}
.rank-main-outer .uni-rank-right{height:185px;}
}
button.close{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.uniratingpopup .star-border:last-child {
    border: 0 none!important;
}
.uniratingpopup .modal-body .row{border-bottom: 1px solid #ccc;}
.experts .slick-slide{height:320px!important;}
.faq-accordion ul{
    list-style-type: disc;
}
a{
    color: #068dc4;
}
.table>tbody>tr:nth-of-type(even)>td {
    background-color: #F2F2F2!important;
}
.blog-post-builder .slick-slide{height:435px!important;}
.blog-content .blog-title {
    font-size: 18px!important;
}
.blog .blog-post-builder .blog-img img {
    height: 180px!important;
}
#cap_in_home,#cap_in_footer,#cap_in_contact {
    text-align: center;
    background: #d3d3d3;
    color: #000!important;
    font-weight: 400;
}
.blog-title-most {
    font-weight: 400!important;
}
.heading-title-h1{
    font-size: 2.25rem !important;
    border-bottom: 1px solid #eee !important;
    margin: 0px 0 20px !important;
    padding-bottom: 10px !important;
    font-weight: 500 !important;
}
.mb-btn-top{margin: 15px;}

/* Youtube video CSS */
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 56px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('https://www.mbbsexperts.com/images/youtubebtn.png') no-repeat;
    cursor: pointer;
  }
  .home-youtube{
      margin: 0px!important;
  }
  .home-ybtn{width:60px!important;}
/* Youtube video CSS End */
@media (max-width: 991px){
.mb-top {
        margin-top: 30px!important;
    }
}


/*27-08-2021*/
@media only screen and (max-width: 1199px) {
  .overlow .navbar-toggler-icon::before {
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
    top: -4px !important;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .overlow .navbar-toggler-icon::after {
    top: -11px;
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .overlow .navbar-toggler-icon {
    height: 0!important;
  }
  .mobail-menu {
    width: 277px;
  }

}
.menu-backdrop-slide {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,-0.9);
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	width: 0;
	height: 100%;
	padding-left: 280px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.overlow .menu-backdrop-slide {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
