:root {
	--tp-theme-1: #164872 !important;
/* 	--tp-text-body: #5f6062 !important; */
}
html:root{
	--tp-theme-1: #164872 !important;
	--tp-theme-2: #164872 !important;
}
/* #corners {
  stroke: #0161ab ;
} */
.header__search-input input{
	border-radius: 20px;
	border: 1px solid;
	height: 30px;
}
.header__search-btn::after{
	display: none;
}
header .logo {
  padding: 0 !important;
}
.header-btn {
  height: 30px;
  line-height: 30px;
  color: #7b7878;
  background-color: #f1f1f1;
  border-radius: 20px;
  border: 1px solid;
}
.header-btn:hover, .header-btn:focus {
  background-color: #164872;
}
.logo img {
  width: 250px !important;
}
.font-change {
	font-weight: 400;
	font-size: 14px;
	padding-top: 3px;
}
.background_color::before {
  content: '';
  position: absolute;
  background: #0161ab;
  width: 30%;
  height: 80%;
}
.slider_setting .slider__bg.slider__overlay.include-bg {
    background-size: contain;
}
.slider_setting .slider__height{
	min-height: 800px;
}
.slider_setting .slider__overlay::after{
	height: 0;
}
.slider_setting .main-slider-paginations button{
	color: #0161ab;
    border-color: #0161ab;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 0 !important;
  margin-bottom: 0 !important;
}
.chenge-color {
  color: #0161ab;
  text-decoration: underline;
  text-decoration-color: #0161ab;
  text-underline-offset: 6px;
}
.banner_style .slider__content.p-relative.z-index-1 span {
  color: #0161ab;
  font-size: 72px;
  line-height: 74px;
}
.banner_style .slider__content.p-relative.z-index-1 span, .banner_style .slider__content.p-relative.z-index-1 h2{
	text-transform: uppercase;	
}
.paragh-text p{
	color: #fff;
}
#form-data {
  position: relative;
  margin: 5px 0;
}
#get-code-1, #get-code-2, #get-code-3, 
#get-code-4
{
  width: 100%;
  border-radius: 20px;
  border: 10px solid #fff;
  background: #ccc;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  padding: 0 10px;
  text-transform: capitalize;
  color: rgba(0,0,0,0.7);
}
#get-code-1::placeholder, #get-code-2::placeholder, #get-code-3::placeholder, #get-code-4::placeholder {
  color: rgba(0,0,0,0.3);
}
#code-submit-1, #code-submit-2, #code-submit-3, #code-submit-4 {
  position: absolute;
  right: 0;
  top: 0;
  border: 10px solid #0161ab;
  border-radius: 0 20px 20px 0;
  color: #fff;
  background: #0161ab;
  padding: 6px 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.292 16.706a1 1 0 0 0 1.416 0l3-3a1 1 0 0 0-1.414-1.414L13 13.586V4a1 1 0 0 0-2 0v9.586l-1.293-1.293a1 1 0 0 0-1.414 1.414z" style="fill:%23fff"/><path d="M17 19H7a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2z" style="fill:%23fff"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serving-customer p{
	font-size: 24px;
}
#modal-form {
  height: 100vh;
  display: none;
}
#modal-form > div {
  position: relative;
  top: 0;
  left: 0;
  max-width: 500px;
  margin: 0 auto;
}
#modal-form form {
  display: flex;
  background: #fff;
  gap: 10px 20px;
  padding: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
}
#modal-form form > label {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-transform: capitalize;
}
#modal-form #close-btn {
  background: #5f6062;
  position: absolute;
  right: 20px;
  top: 10px;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  line-height: 20px;
  padding: 4px 9px;
  cursor: pointer;
}
#modal-form input {
  width: 100%;
  padding: 5px 10px;
}
#modal-form input[type="submit"] {
  background: #5f6062;
  color: #fff;
  border-radius: 5px;
  border: none;
}
#modal-form input[type="submit"]:hover, #modal-form input[type="submit"]:focus, #modal-form #close-btn:hover {
	background: var(--tp-theme-1);
}
#modal-form select {
  width: 100%;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #ccc;
  text-transform: capitalize;
}
#modal-form select:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
/*  top bar style main */
.top_bar_main {
  background: #f7f7f7;
  padding: 5px 20px;
}
.top_bar_row {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
}
.top_bar_col ul {
  display: flex;
  list-style: none;
  gap: 5px;
}
.top_bar_row a:hover {
  color: #0161ab;
}
.main-menu ul li a {
  padding: 10px 5px !important;
}
/* unversal setting */
.row > *{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.container-2{
	max-width: 1140px;
	margin: 0 auto;
}
.header__top {
  padding: 0 20px;
}
.mobile_row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-sticky {
  padding-left: 20px;
  padding-right: 20px;
}
.offcanvas__area .modal-content{
	border-radius: 0.3rem 0 0.3rem 0.3rem;
}
.footer__socia ul {
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer__top a {
  transition: 0.5s all;
}
.footer__widget-info p {
  padding-top: 15px;
}
.footer__top a:hover {
  letter-spacing: 1px;
}
.footer__subscribe li a::before {
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}
.footer__subscribe li:nth-child(1) a::before {
  content: '\f3c5';
}
.footer__subscribe li:nth-child(2) a:first-child::before {
  content: '\f095';
}
.footer__subscribe li:nth-child(3) a::before ,.footer__subscribe li:nth-child(4) a::before {
  content: '\f0e0';
}
.footer__top {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.footer__widget-content h2, .footer__widget-content p, .footer__widget-title {
  color: #fff;
}
.footer__bottom-inner {
  padding: 10px 0 !important;
}
.footer__bottom.grey-bg-4 {
  background: #9b9999;
}
.footer__copyright.text-center p {
  color: #fff;
  line-height: 16px;
}
.footer__widget ul li a:hover {
  color: #fff !important;
}
.footer__widget-content h2 {
  text-transform: capitalize;
}
.footer__top .col-lg-3 > div {
  margin-bottom: 20px;
}
.banner_style .slider__content.p-relative.z-index-1 {
  padding-left: 20px;
}
.footer__socia {
  text-transform: capitalize;
}
.footer__subscribe li:first-child a:hover {
  letter-spacing: unset;
}
.row_gap {
	gap: 20px;
}
.gap_width{
	flex-basis: calc(50% - 10px);
}
/* success and error message diplay */
#success {
  cursor: pointer;
  background: #0161ab !important;
}
#success:hover {
  background-color: #5F6062 !important;
}
#error, #success {
  position: fixed;
  top: 50%;
  right: 20px;
  background: #5F6062;
  z-index: 99999;
  padding: 10px;
  color: #fff;
  border-radius: 20px;
  display: none;
  transition: 0.5s all;
}
/* about text changing */

.word {
  position: absolute;
  opacity: 0;
  font-size: 46px;
  line-height: 48px;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* for svg at about page */
.for_icon svg, .for_icon i {
  width: 50px;
  fill: #0161ab;
}
.for_icon .research__thumb.mb-35 {
  margin-bottom: 10px;
}
/* typying text */
.main-div {
    display: flex;
	justify-content: center;
}

.main-div .animet-text {
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
}

.animet-text li {
    list-style: none;
    position: relative;
    top: 0;
    animation: slide 12s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -160px;
    }
}

.animet-text li span {
    position: relative;
    margin: 5px 0;
    line-height: 30px;
}

.animet-text li span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 40px;
    width: 100%;
    background: #fff;
    border-left: 3px solid;
    animation: typing 3s steps(10)  infinite;
}
.typing-effect .animet-text li span::after {
  background: #E4E4E4;
  animation: typing 2s steps(10)  infinite;
}

@keyframes typing {
    40%,
    60% {
        left: calc(100% + 0px);
    }
    100% {
        left: 0;
    }
}
.para_color {
	color: #fff;
}
/* to style hover tab */
.wgl-showcase.slide-showcase .showcase__titles {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wgl-showcase.slide-showcase.showcase__init .showcase__wrapper {
  visibility: visible;
}
.wgl-showcase.slide-showcase .showcase__titles .showcase__title.active {
  margin-left: 0;
  margin-right: 0;
}
.wgl-showcase.slide-showcase .showcase__titles .showcase__title {
  display: inline-block;
  margin: 20px 0;
  transition: all 0.45s;
  max-width: max-content;
}
.aleft .showcase__title {
  align-self: flex-start;
}
.wgl-showcase .showcase__titles .showcase__title.active .showcase__title-inner,.wgl-showcase.interactive-showcase .title:hover,.wgl-showcase.interactive-showcase .showcase__link:hover ~ .showcase__title .title {
  color: #0161ab;
}
.showcase__title:hover .showcase__title-inner,.showcase__title.active .showcase__title-inner {
  transform: translateX(38px);
}
.showcase__title .showcase__title-inner {
  padding-left: 38px;
  margin-left: -38px;
}
:root{
	--bili-h4-font-family: Arimo;
}
.wgl-showcase.slide-showcase .showcase__titles .showcase__title .subtitle {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-family: var(--bili-header-font-family);
  color: transparent;
  transition: all 0.45s;
  vertical-align: middle;
  padding-right: 12px;
  transform: translateY(-0.3em);
	-webkit-text-stroke-width: 1px;
	width: auto;
}
.wgl-showcase .showcase__titles .showcase__title .title,.wgl-showcase.interactive-showcase .title {
  font-family: "Syne", Sans-serif;
  font-size: 60px;
}
.wgl-showcase.slide-showcase .showcase__titles .showcase__title.active .title {
  color: #0161ab;
}
.wgl-showcase.slide-showcase .showcase__titles .showcase__title .title {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: #5f6062;
  vertical-align: middle;
  transition: all 0.45s;
}
.wgl-showcase.slide-showcase .showcase__images .showcase__image::before, .wgl-showcase.slide-showcase .showcase__images .showcase__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
@keyframes wgl-split-to-left {
  from {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes wgl-split-from-left {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.showcase__title .showcase__title-inner {
  padding-left: 38px;
  margin-left: -38px;
  transition: inherit;
}
.wgl-showcase.slide-showcase .showcase__images {
  position: relative;
  width: 66%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
}
.wgl-showcase.slide-showcase .showcase__images .showcase__image.active {
  opacity: 1;
  z-index: 1;
  transition: opacity 0s;
  animation: wgl-split-from-left 0.7s cubic-bezier(0.81, 0.065, 0.21, 1) forwards;
}
.showcase__images .showcase__image {
  max-height: 74%;
}
.wgl-showcase.slide-showcase .showcase__images .showcase__image {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: wgl-split-to-left 0.7s cubic-bezier(0.81, 0.065, 0.21, 1) forwards;
  transition: opacity 0s 0.7s;
}
.wgl-showcase .showcase__wrapper,.wgl-showcase .showcase__content {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  visibility: visible;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 660px;
}
.wgl-showcase {
  position: relative;
}
/* fading background image */
.fading-back .elementor-widget-container{
	position: relative;
    width: 100%;
    height: 500px !important; /* Adjust as needed */
    overflow: hidden;
}
.fading-back.for-height .elementor-widget-container{
	height: 335px !important;
}
.bg-image, 
.bg-image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-image2 > h3{
	color: #fff;
}
.bg1 {
    background-image: url('https://markonesurgical.com/wp-content/uploads/2024/09/general-surgery.jpg'); /* Replace with your image */
	opacity: 1;
}

.bg2 {
    background-image: url('https://markonesurgical.com/wp-content/uploads/2024/09/banner-2-scaled.jpg'); /* Replace with your image */
}
.bg3{
	background-image: url('https://kinzabeautyinstruments.com/wp-content/uploads/2024/09/about-2-min.jpg');
}
.bg4{
	background-image: url('https://kinzabeautyinstruments.com/wp-content/uploads/2024/09/about-3-min.jpg');
}
/* random word at about page */
.rando {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  color: white;
  line-height: 32px;
}

.random-word {
  display: inline-block;
  text-transform: uppercase;
  color: #5f6062;
  letter-spacing: 3px;
  width: auto;
/*   transition: all 1.25s; */
  animation: slidedown 4s infinite;
  -webkit-animation: slidedown 4s infinite;
  -moz-animation: slidedown 4s infinite;
}
.footer-logo{
	max-width: 250px;
}
@keyframes slidedown {
  0% {
    opacity: 50;
  }
  
  5% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  
  7% {
    transform: translateY(-1em);
  }
  
  10% {
    opacity: 0;
  }
  
  20% {
    transform: translateY(0);
    opacity: 100;
  }
}
.fb-content h2 {
	color: #fff;
}
.main-menu #menu-main-menu > li  > a{
	position: relative;
}
.main-menu #menu-main-menu > li  > a::before {
	background-color: #0161ab;
	content: " ";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
	transition: all .3s;
	width: 0;
}
.main-menu #menu-main-menu > li:hover  > a::before, #menu-main-menu > li:focus  > a::before {
	width: 100%;
	opacity: 1;
}
.event__join-btn a {
  background: #0161ab;
}
.contact__form-input select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 15px;
  margin-bottom: 20px;
}
.info_section .contact__item {
  display: flex;
  align-items: start;
  padding: 30px 20px;
  background: #0161ab;
}
.info_section .contact__item .contact__icon i,.info_section .contact__item .contact__title,.info_section .contact__item .contact__content p{
	color: #fff;
}
.info_section .contact__content {
  text-align: left;
  padding-left: 10px;
}
.info_section .contact__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
}
/* cat setting */
.cat_setting .elementor-widget-image-box .elementor-image-box-content {
    padding: 15px 15px 20px;
	transition: all 0.3s;
}
.cat_setting .elementor-image-box-wrapper:hover .elementor-image-box-content {
    transform: translateY(-15px);
	transition: all 0.3s;
}
.cat_setting .elementor-image-box-wrapper {
    transition: all 0.3s;
}
.cat_setting figure.elementor-image-box-img{
	overflow: hidden;
}
/* to set product archive page */
.course__price, .course__bottom{
	display: none !important;
}
.banner_style .slider__content > p {
    line-height: 20px;
}
/* latest certificates */

/* single product page */
.tutor-course-details-page.tutor-container > header h1,.tutor-course-details-page.tutor-container > header .tutor-col, .tutor-course-details-content > h2 {
    display: none;
}
.tutor-single-course-sidebar .tutor-col-auto, .tutor-accordion, .course__price-2 {
    display: none;
}
.tutor-course-details-tab .tutor-nav-item:nth-child(3) .tutor-nav-link, div#tutor-course-details-tab-info .tutor-mt-40{
	display: none;
}
.tutor-course-details-tab {
    display: none;
}
.product_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product_content h2 {
    font-size: 18px;
    text-align: center;
    color: #5F6062;
}
.product_row {
    padding: 20px 0 100px;
}
.product_content {
    padding: 15px;
	transition: 0.3s all;
}
.product_col:hover .product_content {
    transform: translateY(-15px);
    transition: 0.3s all;
}
.product_col {
    flex-basis: calc(33.33% - 13.33px);
	box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.14);
}
.course__bottom-2 {
    display: none !important;
}
.product_image:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}
.product_image {
    overflow: hidden;
}
.product_image img {
    display: block;
    transition: 0.3s all;
}
.main-menu ul li .submenu li > a{
	font-weight: 400 !important;
	padding-left: 20px !important;
}
.main-menu ul li .submenu li > a:hover{
	    text-shadow: 3px 3px 10px rgba(1, 97, 171, 0.5);
	    transform: scale(1.1);
}
/* single product table design */
.tutor-single-course-sidebar > .col-12 {
    padding: 30px 0px;
	margin: 0 -15px;
}
.table-responsive-container {
    max-height: 500px;
    overflow-y: auto;
}
table.table.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 8px;
}
.custom-table tbody td, .custom-table thead th {
    white-space: nowrap;
}
.custom-table thead th {
    background-color: #4a7a9e;
    color: white;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    min-width: 120px;
    border: none;
}
.custom-table tbody td {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* setting content */
.input-container {
	margin-bottom: 10px;
}
.remove-btn {
	margin-left: 10px;
	color: red;
	cursor: pointer;
}
/* certificate setting */
.set_download a.elementor-button {
    width: 100% !important;
}
.first_certitficate {
	display: none;
}
.first_certitficate .elementor-element-463d47d {
	position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 320px);
}
.slider_setting .slider__title{
	color: var(--bs-black-rgb);
}
.slider_setting .slider__content p{
	color: var(--bs-dark);
}
@media screen and (max-width: 1200px){
	.fading-back .elementor-widget-container{
		height: 400px !important; 
	}
}
@media screen and (min-width: 992px){
	.header__hamburger, .markonesurjical{
		display: none;
	}
	.d-ld-block{
		display: block !important;
	}
}
@media screen and (max-width: 1024px){
	.slider_setting .slider__height {
	  min-height: 600px;
	}
	.banner_style .slider__content.p-relative.z-index-1 span{
		font-size: 46px;
		line-height: 48px;
	}
	.word {
		font-size: 36px;
		line-height: 38px;
	}
	.wgl-showcase.slide-showcase .showcase__images {
	  width: 100%;
	  margin-left: unset;
	  top: 50px;
	}
	.wgl-showcase.slide-showcase .showcase__titles {
	  height: unset;
	  flex-direction: row;
	  flex-wrap: wrap;
	}
	.wgl-showcase.slide-showcase .showcase__titles .showcase__title{
		margin: 0;
	}
	.wgl-showcase.slide-showcase .showcase__titles .showcase__title .title{
		font-size: 30px;
    	line-height: 32px;
	}
	.showcase__title .showcase__title-inner{
		margin: 0 20px;
	}
	.animet-text li span::after {
	  height: 36px;
	}
	.fading-back .elementor-widget-container{
		height: 300px !important; 
	}
	.fading-back.for-height .elementor-widget-container{
		height: 250px !important;
	}
	.certificate_setting .elementor-widget-container::before {
		width: 100px;
		height: 100px;
		top: -50px;
		left: calc(50% - 50px);
	}
	.product_col{
		flex-basis: calc(50% - 10px);
	}
}
@media screen and (max-width: 910px) {
	.wgl-showcase.slide-showcase .showcase__images {
	  top: 0px;
	}
}
@media screen and (max-width: 768px){
	.slider_setting .slider__height {
	  min-height: 300px;
	}
	.banner_style .slider__content.p-relative.z-index-1 span {
		font-size: 26px;
        line-height: 28px;
		margin-bottom: 0;
	  }
	.banner_style .slider__title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.banner_style .slider__content > p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 15px;
		max-width: 150px;
	}
	.word {
		font-size: 26px;
		line-height: 26px;
	}
	.showcase__title .showcase__title-inner {
		padding-left: 0;
	  }
	.wgl-showcase.slide-showcase .showcase__titles .showcase__title .title{
		font-size: 24px;
    	line-height: 26px;
	}
	.wgl-showcase.slide-showcase .showcase__images .showcase__image{
		max-height: unset;
	}
	.wgl-showcase .showcase__wrapper, .wgl-showcase .showcase__content {
	  height: 300px;
	}
	.fading-back .elementor-widget-container{
		height: 200px !important; 
	}
	.fading-back.for-height .elementor-widget-container{
		height: 150px !important;
	}
	.fb-content img {
	  width: 250px;
	}
	#modal-form form > label:nth-child(3), #modal-form form > label:nth-child(4) {
		flex-basis: 100%;
	}
	.product_col{
		flex-basis: 100%;
	}
	.first_certitficate .elementor-element-463d47d{
		left: 0;
		top: 50px;
	}
}
@media screen and (max-width: 480px){
	#code-submit-1, #code-submit-2, #code-submit-3, #code-submit-4, #get-code-1, #get-code-2, #get-code-3, #get-code-4{
		border-width: 5px;
	}
}