.cls {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1001;
}

.top_header {
    background-color: #c6baea;
}

.top_header .top_header_content {
    padding: 0;
}

.top_header_content .content {
    margin: 12px 0;
}

.top_header .top_header_content .content li a {
    font-size: 14px;
}

.top_header_content .social_icon {
    height:32px;
}

.top_header .top_header_content .social_icon ul {
    margin: 0;
    padding: 0;
}

.top_header .top_header_content .social_icon li {
    margin: 0;
    padding: 0;
}

.top_header .top_header_content .social_icon li a {
    display: block;
    font-size: 1.2rem;
    line-height:32px;
    width: 32px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.top_header .top_header_content .social_icon li a:hover {
    color: #ffffff;
}
.web_bg {
    margin: 0;
    background: #162F62;
}
.fb_bg {
    margin: 0;
    background: #4267B2;
}
.yt_bg {
    margin: 0;
    background: #FF0000;
}

.features_item {
    min-height: 402px;
}

.our_team_section .team_item {
    min-height: 479px;
}
.goToKorea {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 150px;
    cursor: pointer;
    background: url(../images/goto.jpg) no-repeat center;
    background-size: cover;
    border: #7dd6f6 2px solid;
    box-shadow: none;
    z-index: 999;
    color: #fff;
    font-size:11px;
    padding:10px;
}
.goToKorea:hover {
    color: #fff;
    border: #007bff 2px solid;
}

.banner_section_three .carousel-item .content {
    min-height: 400px;
}

.recent_posts ul {
    padding-inline-start: 0px !important;
}

::marker {
    /*color: #fff;*/
}

.page-link {
    color: #162F62;
}

.page-item.active .page-link {
    background-color: #162F62;
    border-color: #162F62;
}

.blog_details_page .blog_details .details .blog_content {
    border-bottom: none !important;
}

h4 {
    font-weight: bold;
    font-size: 40px;
    color: #162F62;
}

.contact_us_page {
    margin-bottom: 30px;
}


.services_details ul, .team_item ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.services_details ul li, .team_item ul li {
    list-style: circle;
    color: #999999;
    font: 400 16px/30px "Rubik", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}


.main_header ul li .theme_btn {
    width: auto;
    padding: 0 30px;
    border-radius: 5px;
    line-height:48px;
    height:48px;
}

.banner_section_three .carousel-item .content h2, .banner_section_three .carousel-item .content p {
    color: #ffffff;
    text-shadow: #999 1px 1px;
}

.about_section .media {
    margin:30px !important;
}

.about_section .media h5 {
    font-weight: bold;
    font-size: 20px;
    color: #162F62;
}

.about_section .media small {
    font-weight: normal;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #999999;
}

.about_section .about_images {
    margin-right:40px !important;
}

.about_section .about_content p {
    max-width: none;
}

.our_team_section {
    /*background-color: #ffffff !important;*/
    background: url(../images/counterup.png) no-repeat center;
    padding: 60px 0;
    background-size: cover;
    overflow: hidden;
}

.our_team_section .team_heading h2{
    color: #fff !important;
}

.our_team_section .team_item {
    background-color: #F1F9F4;
}

.banner-video {
    padding: 0 !important;
    position: relative;
    /* padding-bottom: 56.25% !important;  16:9 */
    padding-bottom: 37.5% !important; /* 8:3 */
	height: 0;
}

.banner-video video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.features_section .features_item .icon i {
    color: #fff;
    font-size: 28px;
    line-height: 70px;
}

.services_section .features_item .icon i {
    font-size:48px;
    line-height: 120px;
}

.item .images {
  overflow: hidden;
  display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.item .images img {
  max-width: 100%;
  transition: all 500ms ease-in-out;
}
.item:hover .images img {
    transform: scale3D(1.2, 1.2, 1);
}
.features_section .features_item a {
    padding-top: 0px;
}
.features_section .features_item {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.br-10 {
    border-radius: 10px !important;
}

.our_team_section .team_item:hover:after {
  visibility: hidden;
}

.services_details_section .services_details .title_content p {
    text-align: justify;
    margin-right: 0px;
}

.doctors {
    background: none;
}
.doctors .team_item {
    margin-bottom: 30px;
}
.doctors .team_heading h2 {
    color: #162F62 !important;
}