html {
    font-size: 12px;
}

.bigger-font-base {
    font-size: 14px;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

body,
html {
    -webkit-overflow-x: hidden;
    -moz-overflow-x: hidden;
    -o-overflow-x: hidden;
    overflow-x: hidden;
    letter-spacing: 0.05vw;
}

.forceShow {
    display: block !important;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'TitSB';
}

/*TRANSITION*/

.t1 {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.t2 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.t3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.t4 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*FLOAT*/

.l {
    float: left !important;
}

.r {
    float: right !important;
}

/*FONT FAMILY*/

.TitL {
    font-family: TitL !important;
}

.TitSB {
    font-family: TitSB !important;
}

.Paethai {
    font-family: Paethai !important;
}


p.thai {
    font-size: 20px !important;
    font-family: Paethai !important;
    letter-spacing: 0 !important;
    line-height: 125% !important;
}



input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    font-family: TitL;
}

input,
textarea {
    font-family: TitL;
}

p,
.normalize {
    font-size: 1.38rem;
    font-family: TitL;
    letter-spacing: 0.75px;
}

@media(max-width:992px) {

    p,
    .normalize {
        font-size: 1.2rem;
        letter-spacing: 0.4px;
    }
}

a,
a:focus {
    text-decoration: none;
}

.letter-spacing {
    letter-spacing: 1.1px;
}

.max-width75 {
    max-width: 75%;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .max-width75 {
        max-width: 100%;
    }
}

/*Paragraph Text*/

.p1 {
    font-family: TitL;
    font-size: 1.4rem;
    letter-spacing: 0.61px;
}

.p2 {
    font-family: TitL;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.61px;
}

ul.p2 {
    font-size: 1.3rem;
}

ul.p2 li {
    padding: 5px;
    border-bottom: 1px solid rgba(50, 50, 255, 0.05);
}

ul.p2 li:last-child {
    border: none;
}

ul.my-ul {
    list-style-image: url(../../assets/icon/angleBullet.svg);
    padding-left: 20px;
}

ul.my-ul li {
    padding: 2px;
}

@media(max-width: 768px) {
    .p1 {
        font-family: TitL;
        font-size: 3vw;
        letter-spacing: 0.61px;
    }
}

.myTopMargin {
    margin-top: 15px;
}

/*FONT COLOR*/

.text-blue {
    color: #0072BB !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.text-lightblue {
    color: #3197FF !important;
}

.text-lightblue::placeholder {
    color: #3197FF !important;
    opacity: 1;
}

.text-darkblue {
    color: #0054B3 !important;
}

.text-darkerblue {
    color: #004470 !important;
}

.text-red {
    color: #D31119 !important;
}

.text-lightred {
    color: #EC1C24 !important;
}

.text-brown {
    color: #3E3E3E !important;
}

.text-orange {
    color: #F7911D !important;
}

/*FONT STYLE*/

.uppercase {
    text-transform: uppercase;
}

/*BACKGROUND COLOR*/

.bg-red {
    background-color: #CD0000 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-darkwhite {
    background-color: #FAFAFA !important;
}

.body-bg-darkwhite {
    background: #fafafa;
    display: block;
    position: fixed;
    width: 200%;
    height: 200%;
    z-index: -100;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(245, 245, 245, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1);
}

.bg-blue {
    background-color: #3197FF !important;
}

.bg-lightblue {
    background-color: #3197FF !important;
}

.bg-darkblue {
    background-color: #0072BB !important;
}

.box-shadow {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.more-box-shadow {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.border-none {
    border: none !important;
}

.border-blue {
    -webkit-appearance: none;
    border-style: solid;
    order: none;
    border-width: 1px;
    border: 1px solid rgb(107, 181, 255) !important;
}

.border-left-grey {
    border-left: 1px solid rgb(212, 221, 230) !important;
}

@media(max-width:991px) {
    .border-left-grey.no-mobile {
        border-left: none !important;
    }
}

.border-blue-bottom {
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(107, 181, 255) !important;
}

.border-lightblue-bottom {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(107, 181, 255, 0.2) !important;
}

.border-blue-bottom-dotted {
    outline: none;
    border: none;
    border-bottom: 1px dotted #50BAFF;
}

.background-blue-gradient-center {
    height: 3px;
    background-image: linear-gradient(-90deg, rgba(26, 141, 197, 0.36) 1%, #084875 51%, rgba(29, 153, 210, 0.22) 100%);
}

.border-rounded {
    border-radius: 8px !important;
}

.border-rounded-small {
    border-radius: .25rem !important;
}

.border-top-rounded {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.border-bottom-rounded {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

@media(max-width:575px) {
    .no-border-mobile {
        border-radius: 0 !important;
    }
}

a.border-blue {
    font-size: 1.2rem;
    text-decoration: none;
}

a.border-blue:hover {
    border: 1px solid rgb(0, 121, 241) !important;
    color: rgb(0, 121, 241) !important;
}

/*GRADIENT COLOR BACKGROUND*/

.gd-red {
    background: rgba(186, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(186, 0, 0, 1) 0%, rgba(233, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186, 0, 0, 1)), color-stop(100%, rgba(233, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(186, 0, 0, 1) 0%, rgba(233, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(186, 0, 0, 1) 0%, rgba(233, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(186, 0, 0, 1) 0%, rgba(233, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(186, 0, 0, 1) 0%, rgba(233, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ba0000', endColorstr='#e90000', GradientType=1);
}

.gd-darkblue-vertical {
    background: rgba(29, 153, 210, 1);
    background: -moz-linear-gradient(top, rgba(29, 153, 210, 1) 0%, rgba(29, 153, 210, 1) 51%, rgba(8, 72, 117, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29, 153, 210, 1)), color-stop(51%, rgba(29, 153, 210, 1)), color-stop(100%, rgba(8, 72, 117, 1)));
    background: -webkit-linear-gradient(top, rgba(29, 153, 210, 1) 0%, rgba(29, 153, 210, 1) 51%, rgba(8, 72, 117, 1) 100%);
    background: -o-linear-gradient(top, rgba(29, 153, 210, 1) 0%, rgba(29, 153, 210, 1) 51%, rgba(8, 72, 117, 1) 100%);
    background: -ms-linear-gradient(top, rgba(29, 153, 210, 1) 0%, rgba(29, 153, 210, 1) 51%, rgba(8, 72, 117, 1) 100%);
    background: linear-gradient(to bottom, rgba(29, 153, 210, 1) 0%, rgba(29, 153, 210, 1) 51%, rgba(8, 72, 117, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1d99d2', endColorstr='#084875', GradientType=0);
}

.gd-pink-purple {
    background: rgba(144, 217, 255, 1);
    background: -moz-linear-gradient(left, rgba(144, 217, 255, 1) 0%, rgba(91, 176, 231, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(144, 217, 255, 1)), color-stop(100%, rgba(91, 176, 231, 1)));
    background: -webkit-linear-gradient(left, rgba(144, 217, 255, 1) 0%, rgba(91, 176, 231, 1) 100%);
    background: -o-linear-gradient(left, rgba(144, 217, 255, 1) 0%, rgba(91, 176, 231, 1) 100%);
    background: -ms-linear-gradient(left, rgba(144, 217, 255, 1) 0%, rgba(91, 176, 231, 1) 100%);
    background: linear-gradient(to right, rgba(144, 217, 255, 1) 0%, rgba(91, 176, 231, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#90d9ff', endColorstr='#5bb0e7', GradientType=1);
}

.gd-lightBlue {
    background: rgb(244, 250, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244, 250, 252, 1) 0%, rgba(200, 234, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244, 250, 252, 1) 0%, rgba(200, 234, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244, 250, 252, 1) 0%, rgba(200, 234, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4fafc', endColorstr='#c8eaf7', GradientType=0);
    /* IE6-9 */
}

/*DEGREE ROTATION*/

.rotate-45 {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

/*STATUS*/

.hide {
    display: none;
}

.show {
    display: block;
}

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

.clearBoth {
    clear: both;
}

.inline-block {
    display: inline-block;
}

.center {
    text-align: center;
}

.somePadding {
    padding: 1vw;
}

.myModalBackground {
    display: none;
    z-index: 299;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.myModalBackground.show {
    display: block;
}

.myModalBackground.show:hover {
    cursor: pointer
}

/*MORE BUTTON*/

.moreButton {
    width: 90px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 300;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.20);
    text-align: center;
    font-family: TitSB;
    padding-top: 24px;
    cursor: pointer;
}

.moreButton.static {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: static !important;
    margin-top: 10px;
}

.switchMenu .moreButton {
    top: 60%;
}

.moreButton.blue {
    color: #3197FF;
}

.moreButton.blue:hover {
    color: #31C7FF;
}

.moreButton.red {
    color: #CD0000;
}

.moreButton.red:hover {
    color: #FF6C6C;
}

.moreButton i {
    font-size: 3.2rem;
}

.moreButton .text {
    font-size: 1.4rem;
}

/* Horizontal Line */

.hr-short {
    border: 0;
    height: 3px;
    max-width: 50px;
    background: rgba(9, 86, 211, 1);
    background: -moz-linear-gradient(-45deg, rgba(9, 86, 211, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9, 86, 211, 1)), color-stop(100%, rgba(0, 153, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(9, 86, 211, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(9, 86, 211, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(9, 86, 211, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(9, 86, 211, 1) 0%, rgba(0, 153, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0956d3', endColorstr='#0099ff', GradientType=1);
}

/*BREADCRUMB*/

.breadcrumbBar {
    width: 100%;
    background: rgba(0, 41, 77, 1);
    background: -moz-linear-gradient(-45deg, rgba(0, 41, 77, 1) 0%, rgba(0, 114, 190, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 41, 77, 1)), color-stop(100%, rgba(0, 114, 190, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 41, 77, 1) 0%, rgba(0, 114, 190, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 41, 77, 1) 0%, rgba(0, 114, 190, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 41, 77, 1) 0%, rgba(0, 114, 190, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 41, 77, 1) 0%, rgba(0, 114, 190, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00294d', endColorstr='#0072be', GradientType=1);
}

.breadcrumbCon {
    font-family: TitL;
}

.breadcrumbCon a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbCon i {
    color: #99ADBE;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbCon .active {
    color: #99ADBE;
}

.breadcrumbCon .active i {
    display: none;
}

/*BREADCRUMB*/

/*NAVIGATION*/

.navigation {
    text-align: center;
    line-height: 36px;
    margin-bottom: 50px;
    vertical-align: middle;
}

.navigation .box {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px transparent solid;
    vertical-align: middle;
    border-radius: 36px;
    font-size: 1.8rem;
    color: #0072BB;
    font-family: TitL;
    cursor: pointer;
}

.navigation .box.active {
    border: 1px #0072BB solid;
}

.navigation .iconArrow {
    display: inline-block;
}

.navigation .iconArrow i {
    font-size: 3.6rem;
    color: #0072BB;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
}

@media(max-width: 768px) {
    .fullOnMobile {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding: 5px;
    }

    .moreButton.fullOnMobile i {
        font-size: 1.3rem;
    }

    .moreButton.fullOnMobile .text {
        display: inline;
    }

    .moreButton.static.fluidButton {
        width: 90% !important;
    }

    .moreButton.static.fluidButton i {
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        margin-right: 7px;
    }

    .moreButton.static.fluidButton .text {
        display: inline-block;
        line-height: 50px;
    }

    .moreButton.static.fluidButton br {
        display: none !important;
    }

    .breadcrumbCon a,
    .breadcrumbCon .fa,
    .breadcrumbCon span,
    .breadcrumbCon .active {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
}

.icon-list-item {
    border-top: 1px solid rgba(49, 151, 255, 0.24);
}

.icon-list-item i {
    background: -webkit-linear-gradient(#009AFF, #A5D5FF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.disable {
    pointer-events: none;
}

.disable:hover {
    cursor: default;
}

.my-dropdown {
    font-size: 1.4rem;
    color: #0072BB;
    letter-spacing: 0.56px;
}

.my-dropdown .filter-block {
    border-bottom: 1px solid #0072BB;
}

.my-dropdown select {
    color: #0072BB;
    letter-spacing: 0.56px;
    font-size: 1.4rem;
    background: url(dropdown-blue.svg) no-repeat right rgb(255, 255, 255);
    background-size: 25px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: none;
    /* padding: 2px 3px; */
    border-radius: 5px;
}

.my-dropdown select:focus {
    background-color: #ffffff;
    color: #003252;
}

.my-dropdown select::-ms-expand {
    background-color: #000000;
}

.my-dropdown label {
    font-family: TitL;
    font-size: 1rem;
    color: #0072BB;
}

@media(max-width:768px) {
    .my-dropdown select {
        font-size: 1.2rem;
    }
}

ul.numbered-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

ul.numbered-list li {
    position: relative;
    padding: 5px 0 5px 30px;
}

ul.numbered-list li:before {
    content: counter(li);
    counter-increment: li;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    background: red;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.min-h-3 {
    min-height: 45px;
}

.this-is-icon {
    max-width: 30px;
}

/* Card */

.doctorCard a {
    font-size: 11px;
    color: #898989;
    text-decoration: none;
}

.doctorCard .name {
    font-size: 13px;
    color: #0072BB;
    font-family: TitSB;
}

.doctorCard.thai .name {
    font-size: 15px;
}

.doctorCard .subSpecialty {
    font-size: 10px;
    color: #989898;
}

.doctorCard .doctorBox {
    border: 1px solid #D1D1D1;
    border-radius: 6px;
}

.doctorCard .doctorBox:hover {
    cursor: pointer;
    opacity: 0.9;
    border: 1px solid rgb(0, 157, 255);
}

.doctorCard .doctorBox img {
    max-width: 100px;
    border-radius: 6px;
}

/* GENERAL CARD */

.generalCard .card {
    background: #FFFFFF;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-self: stretch;
    align-content: stretch;
    position: relative;
}

.generalCard .card div.p-3 {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-content: top;
    flex-wrap: wrap;
}

.generalCard a.col-md-4,
.generalCard div.col-md-4,
.generalCard a.col-md-8 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.generalCard .filter-content {
    width: 100%;
}

.generalCard .card a {
    text-decoration: none;
}

.generalCard .card:hover {
    cursor: pointer;
    opacity: 0.9;
}

.generalCard.nolink .card:hover {
    cursor: default;
    opacity: 1;
}

.generalCard .card h5 {
    font-size: 20px;
}

.generalCard .card img {
    width: 100%;
}

.generalCard .card .image {
    flex-shrink: 0;
}

.generalCard .card .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.generalCard .card .arrow {
    position: absolute;
    color: #FFFFFF !important;
    font-size: 60px;
    height: 0px;
    line-height: 0px;
    top: -40px;
}

.generalCard .card.light-grey {
    background: #fafafa;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.generalCard .card.light-grey h5 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.generalCard .card.light-grey p {
    font-size: 1rem;
    line-height: 1.2rem;
}

.generalCard .card.light-grey .arrow i {
    color: #FAFAFA !important;
}

.generalCard .card.light-grey p {
    color: #0072BB !important;
}

/* List Card */

.listCard .list {
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid rgba(0, 114, 187, 0.10);
    border-radius: 0;
    position: static;
}

.listCard .list img {
    max-width: 100px;
    border-radius: 6px;
}

.generalCard .card.glow-blue {
    box-shadow: 0 0 64px 0 #00D3FF;
}

.normalize-font-size {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    appearance: none;
}

.picker__header {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.picker__header select {
    background: url(dropdown-grey.svg) no-repeat right transparent;
    background-size: 15px !important;
    background-position: 96% 50% !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid black;
}