@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

a {
    color: #000;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 20px;
    line-height: 1.3;
}

h2 span {
    color: #098088;
}

:root {
    --skyblue: #0f809e;
    --yellow: #eeb018;
}

h2 {
    font-size: 47px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 30px;
}

h1 {
    font-size: 150px;
}

.container {
    max-width: 100%;
    padding: 0 250px;
}

html,
body {
    font-family: "Poppins", serif;
}


/* banner section css start */

.banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: end;
    background-position: 94% 56%;
}

.logo img {
    width: 200px;
}

.banner .col-lg-7,
.banner .col-lg-5 {
    display: flex;
    align-items: end;
}

.logo {
    /* padding: 20px 40px 0px; */
    position: absolute;
    top: 20px;
    left: 30px;
}

.banCon h1 {
    color: var(--yellow);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 0px 15px;
}

.banCon h1 span {
    color: var(--yellow);
}

.banCon h4 {
    font-size: 45px;
    color: #fff;
}

.banCon h5 {
    font-size: 36px;
    color: #fff;
}

body {
    overflow-x: hidden;
}

.banCon h1 span:last-child {
    border-top: 2px solid white;
    display: block;
    width: fit-content;
    padding-top: 20px;
    margin-top: 20px;
}

.formSec .row .col-lg-2 {
    position: absolute;
    right: 0;
    top: 245px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0;
}


/* .banCon {
    padding-top: 90px;
} */

.banCon a {
    position: relative;
    font-size: 34px;
    color: #000000;
    text-decoration: none;
    z-index: 1;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
}

.banCon a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--yellow);
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* banner section css end */


/* health sciences section start */

.stSlider figure img {
    width: 100%;
}

.healthSciences .heading {
    text-align: center;
    padding-bottom: 50px;
}

.stForCon {
    text-align: center;
    cursor: pointer;
}

.stFor {
    margin-top: -174px;
    padding: 50px;
}

.stSlider figure {
    position: relative;
}

.stSlider figure::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: red;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.3533788515406162) 0%, rgba(0, 0, 0, 0.8827906162464986) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3533788515406162) 0%, rgb(0 0 0 / 0%) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, rgb(0 0 0 / 83%) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.stFor .slick-slide .stForCon h3 {
    color: #fff;
    opacity: 0.4;
    transition: all 0.5s;
}

.stFor .slick-slide.slick-current .stForCon h3 {
    opacity: 1;
}


/* health sciences section end */


/* programmes section start */

.progArrow,
.sameArrows {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 15px;
}

.progArrow .slick-arrow img,
.sameArrows .slick-arrow {
    width: 60px;
    cursor: pointer;
}

.programmes {
    background-color: var(--skyblue);
    text-align: center;
    color: #fff;
}

.programmes .heading {
    padding-bottom: 50px;
}

.progSlider .slick-list,
.progSlider1 .slick-list {
    margin: 0 -10px;
}

.progSlider .slick-list .slick-slide,
.progSlider1 .slick-list .slick-slide {
    margin: 0 10px;
}

.progSlider .slick-list .slick-slide figure,
.progSlider1 .slick-list .slick-slide figure {
    position: relative;
}

.progSlider .slick-list .slick-slide figure::after,
.progSlider1 .slick-list .slick-slide figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.3533788515406162) 0%, rgba(0, 0, 0, 0.8827906162464986) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3533788515406162) 0%, rgb(0 0 0 / 0%) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 0%, rgb(0 0 0 / 83%) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.progSlider .slick-list .slick-slide figure figcaption,
.progSlider1 .slick-list .slick-slide figure figcaption {
    font-size: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 0%);
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: end;
    z-index: 1;
    padding: 0px 20px;
}

.programmes .nav {
    /* background: red; */
    padding: 10px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 30px;
    padding: 0;
}

.programmes .nav button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #04667c;
    height: 0;
    width: 8px;
    transition: all 0.5s;
}

.programmes .nav button.active::after {
    height: 100%;
}

.progArrow .slick-arrow {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
}

.sameArrows .slick-arrow {
    border: 2px solid #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
}

.progArrow .slick-arrow.prev2 img,
.progArrow .slick-arrow.prev2_1 img,
.sameArrows .slick-arrow.prev3 img,
.sameArrows .slick-arrow.prev4 img,
.sameArrows .slick-arrow.prev5 img,
.sameArrows .slick-arrow.prev6 img,
.sameArrows .slick-arrow.prev7 img {
    position: absolute;
    right: -8px;
}

.progArrow .slick-arrow.next2 img,
.progArrow .slick-arrow.next2_1 img,
.sameArrows .slick-arrow.next3 img,
.sameArrows .slick-arrow.next4 img,
.sameArrows .slick-arrow.next5 img,
.sameArrows .slick-arrow.next6 img,
.sameArrows .slick-arrow.next7 img {
    position: absolute;
    left: -8px;
}

.programmes .nav button.active {
    background: transparent;
    color: #fff;
}

.programmes .nav button {
    background-color: transparent;
    font-size: 58px;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    rotate: 90deg;
    height: 14px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    list-style-type: none;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    color: #04667c;
}

.programmes {
    overflow-x: hidden;
}


/* .programmes .container:last-child {
    padding: 0 0px 0 250px;
    margin-left: 80px;
    overflow: hidden;
} */


/* programmes section end */


/* experience section css start */

.experience .heading {
    text-align: center;
    padding-bottom: 50px;
}

.experience .experiSlider .expCon figure {
    position: relative;
    padding-bottom: 20px;
}

.experience .experiSlider .expCon h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0 10px;
}

.experience .experiSlider .expCon {
    text-align: center;
}

.experience .experiSlider .expCon figure::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    background: var(--yellow);
    height: 5px;
    width: 100px;
}

.experiSlider .slick-list {
    margin: 0 -50px;
}

.experiSlider .slick-list .slick-slide {
    margin: 0 50px;
}

.experience .experiSlider .expCon figure img {
    margin: auto;
}


/* experience section css end */


/* leadThe section css start */

.leadThe {
    background-color: var(--yellow);
    position: relative;
}


/* .rightLead {
    height: 516px;
    overflow: hidden;
} */

.leadThe .container {
    position: relative;
    z-index: 1;
}

.leadThe>figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.leadThe>figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
}

.leadThe .row {
    align-items: center;
}

.rightLead figure figcaption {
    font-size: 30px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: 1;
}

.rightLead .divR {
    display: flex;
    gap: 10px;
}

.rightLead .divR figure {
    width: 50%;
}

.rightLead .divR figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* .rightLead .slick-list .slick-slide .divR:nth-child(even) {
    display: flex;
    justify-content: end;
    margin-top: -150px;
}

.rightLead .slick-list .slick-slide .divR:nth-child(odd) {
    margin-top: -150px;
}

.rightLead .divR:first-child {
    margin: 0;
} */


/* leadThe section css end */


/* serve section css start */

.serSlider figure figcaption {
    position: absolute;
    right: 0;
    top: 100px;
    transform: translate(0%, -50%);
    transition: all 0.5s;
    visibility: hidden;
    z-index: -1;
    width: 100%;
}

.serSlider figure {
    position: relative;
}

.serSlider figure figcaption h4 {
    font-size: 25px;
    font-weight: 300;
}

.serSlider figure figcaption h4 span {
    color: var(--skyblue);
    font-weight: 700;
}

.serSlider figure {
    position: relative;
    transition: all 0.5s;
}

.serSlider .slick-list {
    margin: 0 -10px;
}

.serSlider .slick-list .slick-slide {
    margin: 0 10px;
    height: 500px;
    display: flex;
    align-items: end;
}

.serSlider .slick-list .slick-slide.slick-current figure figcaption {
    visibility: visible;
    right: -360px;
}

.serSlider .slick-list .slick-slide figure {
    height: 300px;
}

.serSlider .slick-list .slick-slide.slick-current figure {
    height: 500px;
}

.serSlider .slick-list .slick-slide figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.serSlider .slick-list .slick-track {
    display: flex;
    align-items: end;
}

.serve p {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
}


/* serve section css end */


/* sour section css start */

.soar .box {
    border: 2px solid var(--skyblue);
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: all 0.5s;
}

.soar .box figure svg {
    width: 90px;
    fill: var(--skyblue);
    transition: all 0.5s;
}

.soar .box:hover svg {
    fill: white;
}

.soar .box figure {
    height: 100px;
}

.soar .box:hover {
    box-shadow: 0px 0px 23px 0px #000000ab;
}

.soar .row {
    gap: 20px 0;
}

.soar .box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--skyblue);
    width: 100%;
    height: 100%;
    scale: 0;
    transition: all 0.5s;
    z-index: -1;
}

.soar .box h3 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 35px;
    transition: all 0.5s;
}

.soar .box:hover h3 {
    color: #fff;
}

.soar .heading {
    padding-bottom: 30px;
}

.soar .box:hover::after {
    scale: 1;
}


/* sour section css end */


/* government section css start */

.government {
    background-color: #ededed;
}

.govSlider {
    display: flex;
    justify-content: space-between;
}

.govSlider .item {
    position: relative;
    text-align: center;
    width: 20%;
}

.govSlider .item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #a3a3a3;
    width: 2px;
    height: 100%;
}

.govSlider .item figcaption {
    font-size: 20px;
}

.govSlider .item:first-child::after {
    display: none;
}

.govSlider .item figure img {
    aspect-ratio: 2;
    width: 190px;
    object-fit: contain;
}

.govSlider .item figure {
    padding-bottom: 20px;
}

.government .heading {
    text-align: center;
    padding-bottom: 30px;
}

.government p {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    padding-top: 45px;
    color: #777777;
    font-weight: 500;
}


/* government section css end */


/* international section css start */

.international .heading {
    padding-bottom: 50px;
}

.international .interSlider figure {
    position: relative;
}

.international .interSlider figure img {
    width: 100%;
}

.international .interSlider figure figcaption {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .international .interSlider figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000006e;
    width: 100%;
    height: 100%;
    clip-path: polygon(87% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
} */

.programmes .tab-content>.tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}

.programmes .tab-content>.tab-pane {
    display: block;
    height: 0px;
}

.programmes .tab-content>.active {
    height: auto;
}

.international .interSlider figure figcaption img {
    width: 450px;
}

.interSliderf .item figure {
    position: relative;
    cursor: pointer;
    padding-bottom: 30px;
}

.interSliderf .item figure img {
    aspect-ratio: 3;
    width: 230px;
    object-fit: contain;
    margin: auto;
}

.interSliderf .item figure::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -7px;
    background: #fff;
    width: 0;
    height: 10px;
    transition: all 0.5s;
}

.interSliderf {
    background-color: var(--yellow);
    padding: 50px 50px 0;
    margin-top: -150px;
    margin: -95px 60px 0px;
}

.interSliderf .slick-slide.slick-current .item figure::after {
    width: 210px;
}

.international h5 {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 600;
}


/* international section css end */


/* life beyond section css start */

.lifeCon {
    /* height: 100%; */
    background-color: #fff;
    color: #fff;
    height: 700px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lifeCon img {
    width: 100%;
}

.lifeBey .row {
    --bs-gutter-x: 5px;
    /* gap: 5px 0; */
}

.lifeBey .row .col-lg-4:nth-child(2) .lifeCon {
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    background: var(--skyblue);
    justify-content: center;
}

.lifeBey .row .col-lg-4:nth-child(2) .lifeCon h2 span {
    font-weight: 900;
    color: #fff;
}

.lifeBey .row .col-lg-4:nth-child(2) .lifeCon h2 {
    font-weight: 400;
}

.lifeBey .row .col-lg-4:nth-child(1) .lifeCon figure {
    height: 50%;
}

.lifeBey .row .lifeCon figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.lifeBey .row .col-lg-4:nth-child(3) .lifeCon figure:first-child {
    height: 40%;
}

.lifeBey .row .col-lg-4:nth-child(3) .lifeCon figure:last-child {
    height: 60%;
}

.lifeBey {
    background-color: #ededed;
    padding-top: 170px;
    margin-top: -137px;
}


/* life beyond section css end */


/* directly section css start */

.dirSlider figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dirSlider figure figcaption {
    width: 50%;
    font-size: 40px;
    font-weight: bold;
}

.dirSlider p {
    background: var(--yellow);
    padding: 50px;
    width: 80%;
    margin-left: auto;
    margin-top: -100px;
    position: relative;
}

.dirSlider figure img {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0% 20%);
}

.directly .heading {
    padding-bottom: 20px;
}

.directly .heading h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.directly .heading h2 span {
    font-weight: bold;
    color: #000;
}

.directly .sameArrows {
    margin-top: -70px;
    justify-content: flex-start;
    padding-left: 80px;
}


/* directly section css end */


/* footer css start */

footer p {
    text-align: center;
    margin: 30px 30px 0;
    border: 5px solid var(--skyblue);
    border-bottom: none;
    font-size: 25px;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


/* footer css end */


/* form css */

.form-sec {
    background: var(--yellow);
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    width: 100%;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
}

.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}

.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding: 0 20px;
    /* background: #ffffff; */
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}


/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */

.checkmark {
    position: absolute;
    top: 3px;
    left: 21px;
    height: 14px;
    width: 14px;
    border: solid 1px #098088;
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #098088;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 42px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000000;
    line-height: 19px;
    text-align: left;
}

.sbt {
    border: solid 1px #fff;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    /* width: 100%; */
    display: inherit;
    font-size: 20px;
    background-color: #fff;
    color: var(--skyblue);
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: transparent;
    outline: 0;
    font-weight: 600;
    border-bottom: 2px solid #000;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 49%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    /* background-color: var(--enquiry-button-background-color); */
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    color: #fff;
    background: #b38231;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #b38231;
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .form-sec .close {
        display: none;
    }
    .slide-righta .form-sec {
        right: 0;
        display: none;
    }
    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }
    .topenq1.mobile {
        display: block;
    }
    .topenq.desktop {
        display: none;
    }
    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: #e31937;
    }
    .special_item:focus-visible {
        outline: none;
    }
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #b38231;
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}

.form-group.Mobile {
    position: relative;
    overflow: hidden;
}

.form-group.Mobile button {
    background: #c1c1c1;
    position: absolute;
    top: 50%;
    right: -100%;
    transition: all 0.5s;
    border: none;
    font-size: 12px;
    transform: translate(0, -50%);
    padding: 10px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 10px 0; */
    border-radius: 3px;
}