                                                                                                                                                             /* .front-body {
    height: 100%;
    display: grid;
    align-items: center;
    max-width: 400px;
    min-width:300px;
} */

.btn-home {
    border-radius: 12px;
    background: #3c84ef  !important;
    color: rgb(255, 255, 255) !important;
    border: 0px !important;
    margin-left: 10px;
}
.todayshedulebutton{
    float: left;
    border: 0;
    margin-right:10px;
    border-radius: 19px;
    background: #3A80EB;
    color: #ffffff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);

}
.consultan-card {
    /* box-shadow: 6px 2px 26px -5px rgb(0 0 0 / 30%); */
    box-shadow: 4px 3px #afa7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A80EB;
    /* border-radius: 14px; */
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
}

.consultan-card:hover {
    zoom: 102%;
    background: #0E4FAD;
    animation: auto;
    z-index: 10;
    box-shadow: 6px 12px 26px -5px rgb(0 0 0 / 45%);
}
.notifyjs-container .notifyjs-bootstrap-base span{
    width:300px !important;
}
.place-grid button ,.place-grid-booking button {
    background: #3A80EB;
    border: 0;
    font-weight: 500;
    color: #ffffff;
    border-radius: 17px;
}
.modal-body .booking-btn button{
     background: #3A80EB;
}
.loginbtn{
    float: right;
    margin-right: 12px;
    border-radius: 21px;
    width: 80px;
    border: 0;
    color: #ffffff;
    background: #384d6c;
}
.front-container div:hover {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {

    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0;
        background: #e4e4e4d1 !important;
        /* display: flex;
        justify-content: center; */
    }

    .consultan-card {
        border-radius: 0 75px 0 68px;
        height: 53px;
    }

    .consultan-card:hover {
        border-radius: 0 75px 0 68px;

    }

    .front-body {
        height: inherit;
        /* display: grid; */
        align-items: center;
        background: #d3dfebf2;
        /* justify-content: center; */
    }

    .home-btn {
        border-radius: 0 0px 32px 32px;
        height: 11%;
        justify-content: space-between;
        width: 100%;
        background: #0E4FAD;
        margin-bottom: 10px;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .company_link{
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    .main_footer{
        background-color: #000000ba;
    }
    .home-btn img {
        width: 60px;
        margin-right: 10px;
    }

    .front-container {
        display: inline-table;
        min-height: 76%;
    }

    .btn-home {
        width: 40px;
        height: 36px;
    }

    .bottom-label {
        font-size: 12px;
        text-align: center;
        margin-right: 5px;
        color: #ffffff;
    }
    .callicon{
        text-align: center;
        background: #03596a;
        color: #ffffff;
        height: 35px;
        border-radius: 25px;
    }

    .headerlabel {
        font-size: 26px;
        font-weight: 700;
        text-shadow: 5px 0px 18px #b5e5e7;
        color: #f8f9fa !important;
    }

    .containes {
        padding-bottom: 100px;
        background: #d3dfebf2;
    }
    .todayShedule-name{
        width: 45%;
    }
    .modal-content {
        width:99% !important;
    }
    
    .user-card-wrapper .panel-content .check {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 85px;
        width: 85px;
        border-radius: 50%;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .clinic-card-wrapper .panel-content .check {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .panel-content {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    
    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .report-header{
        padding: 5px;
    }
    .report-header button{
        margin-top: 5px;
    }

}

@media only screen and (min-width: 600px) {

    html,
    body {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        background: #e4e4e4d1 !important;
        /* display: grid;
    justify-content: center; */
        /* display: flex;
    justify-content: center; */
    }
    .todayShedule-name{
        width:50%;
    }
    .panel-content {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .modal-content{
        width: 550px !important;
    }
    
    .footer {
        width: 100%;
        display: flex;
        align-items: center;
        /*opacity: 0.3;*/
        height: 15px;
        justify-content: center;
        border-radius: 20px 20px 0 0;
        /*background: #f0f8ff;*/
        /* position: absolute;
    bottom: 0; */
    }
    footer{
        position: fixed;
        bottom: 0;
        width: 80%;
        max-width: 950px;
    }
    .bottom-label {
        color: #4ca535;
        bottom: 0;
        font-size: 10px;
        /* position: absolute; */
        /* right: 3%; */
    }

    .coverimage {
        position: absolute;
        left: 10%;
        top: 0;
        opacity: 0.3;
        width: 80%;
    }

    .front-body {
        max-width: 950px;
        width: 80%;
        border-radius: 20px;
        /* background-image: url('../img/bg3.jpg'); */
        background-size: cover;
        background-repeat: round;
        background: #D3DFEB;
        position: absolute;
        min-height: 100% !important;
        height: auto;
    }

    .home-btn {
        width: 100%;
        margin-top: 20px;
        border-radius: 0 0px 32px 32px;
        height: 100px;
        margin-bottom: 10px;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .front-container {
        width: 100%;
        /*display: -webkit-box;*/
        display: flex;
        align-items: center;
        flex-flow: wrap;
        justify-content: center;
    }

    .containes {
        padding-bottom: 50px;
        width: 100%;
        background: #d3dfebf2;
    }
    .panel-content .check {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .home-btn img {
        width: 83px;
        margin-right: 20px;
    }

    .social-icons,.callicon {
        display: none !important;
    }

    .btn-home {
        width: 50px;
        height: 50px;
    }

    .headerlabel {
        font-size: 29px;
        font-weight: 700;
        text-shadow: 5px 0px 18px #b5e5e7;
        color: #f8f9fa  !important;
    }

    .consultan-card {
        width: 400px;
        height: 65px;
        border-radius: 0 75px 0 68px;
    }

    .consultan-card:hover {
        border-radius: 0 75px 75px 68px;

    }

    .user-card-item.user-card-wrapper {
        width: 550px;
    }
    .clinic-card-wrapper {
        width: 550px;
    }

    .regions-content {
        width: 100%;
        display: inline-grid;
        justify-content: center;
    }
    .report-header{
        display: flex;
        justify-content: center;
    }
    .report-header input{
        max-width: 200px;
    }
    .report-header button{
        margin-left:5px;
    }
}


.report-card {
    width:100%;
    margin-top: 30px !important;
}
.c-btn {
    width: 150px;
    height: 80px;
    display: flex;
    margin: 10px;
    font-size: 18px !important;
    align-items: center;
    justify-content: center;

}

.home-btn {

    display: flex;
    align-items: center;
    background: #0E4FAD;
    box-shadow: rgb(0 0 0 / 0%) 0px 2px 6px -2px;
}

.form-body {
    margin: 15px;
    text-align: left;
}

.ctype-btn {
    width: 150px;
    height: 80px;
    display: flex;
    margin: 10px;
    font-size: 15px !important;
    align-items: center;
    justify-content: center;
}

.front-container {
    width: 100%;
    text-align: center;
    /* margin-bottom: 50px; */
}

.clinic-places,
.visit-time,
.upicon {

    display: none;
}

.clinic-place {
    width: 100%;
    box-shadow: 0px 1px 2px 1px #e0e0e0;
    border-radius: 5px;
    font-weight: 600;
    background: #ffffff;
    flex: 0 1 calc(25% - 8px);
    margin-bottom: 10px;

}

.place-grid {
    display: flex;
    width: 100%;
    padding: 10px;
}


.user-form {
    width: 100%;
}

.form-submit {
    float: right;
    margin-top: 10px;
}

#success {
    margin: 15px;
}

#success button {
    background: no-repeat;
    border: 0;
}

.alert-dismissible {
    --bs-alert-padding-x: 0rem !important;
    --bs-alert-padding-y: 0.5rem !important;
}

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');


p {
    font-size: 1rem;
}

li {
    list-style-type: none;
}

.container {
    display: grid;
    grid-template-columns: 240px 1fr 400px;
    grid-template-rows: auto;
    height: 100vh;
}

/*
.header {
  grid-area: header;
  background: #0071bc;
  color: #ffffff;
}
*/

.primary-nav {
    grid-area: primary-nav;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background: #283037;
    color: #ffffff;
    padding: 10px;
}

.action-text {
    display: block;
    margin-left: 1rem;
    font-size: 1.25rem;
    background: url(images/hs-logo-01.svg) no-repeat top left;
}

ul.main-nav li {
    margin: 1.25rem;
    font-size: .85rem;
    font-weight: 300;
}

ul.main-nav li:nth-child(2) {
    margin: 1rem;
    font-size: 1.5rem;
    font-weight: 300;
}

.content {
    grid-area: content;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.user.panel-content {
    width: 100%;
    height: calc(100% - 80px);
    overflow: auto;
}

.side-panel-hidden .side-dialog {
    display: none;
}

.side-dialog {
    grid-area: dialog;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    border-left: 8px solid #e6e6e6;
    height: 100vh;
}

.container.side-panel-hidden {
    grid-template-columns: 240px 1fr;
}


.grid.panel {
    height: 100%;
    position: relative;
}

/*
.panel {
    height: 100%;
    width: 100%;
}
*/

.panel.with-footer .panel-footer {
    height: 32px;
}

/*
.footer {
  grid-area: footer;
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  padding: 15px;
  border: 1px solid #ececec;
}
*/

.toolbar {
    height: 32px;
    border-bottom: 1px solid #f2f2f2;
}


/***************************           Cards            *******************************/

.regions-content {
    width: 100%;
    padding: 0;
}

/* .panel-table {
    display: none;
} */

@import "bourbon";

.social-icons {
    display: flex;
}

.social-icons a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;
    line-height: 2;
}

.whatsapp svg {
    color: #ffff;
    /* margin: 2px; */
    /* margin-left: 4px; */
    margin-bottom: 4px;
    margin-right: 2px;
}

.whatsapp {
    background-image: url();
    background-position: 0px 0px;
    background-size: 50px;
    width: 33%;
    background-color: #30bd30;
}
.phone_call {
    background-image: url();
    background-position: 0px 0px;
    background-size: 50px;
    width: 33%;
    background-color: #3A80EB;
}

.telegram svg {
    color: #ffff;
    margin-bottom: 4px;
    margin-right: 2px;
}

.telegram {
    background-image: url();
    background-position: 0px 0px;
    background-size: 50px;
    width: 33%;
    background-color: #6637e6;


}

.viber {
    width: 34%;
    background: #7B519B;

}

.viber svg {
    color: #ffff;
    margin-bottom: 4px;
    margin-right: 2px;
}

.user-card-item.user-card-wrapper {
    min-height: 150px;
    /*background: red;*/
    margin: 8px;
    border: 1px solid #cccccc87;
    padding: .5rem;
    border-top-width: 4px;
    border-radius: 15px 15px 15px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
}
.clinic-card-wrapper {
    /*background: red;*/
    margin: 8px;
    border: 1px solid #cccccc87;
    padding: .5rem;
    border-top-width: 4px;
    border-radius: 15px 15px 15px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
}


/* li item */

.child-items {
    padding: 10px;
}

.panel.card-panel {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel.card-panel .panel-header {
    background-color: #ffffff;
    font-size: .75rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    height: 18px !important;
    margin-bottom: 5px;
}

.mobile svg {
    color: chartreuse;
    margin: 3px;
}

.panel.card-panel .panel-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.panel.card-panel .panel-content .user-details-part {
    margin: 5px;
    width: 82%;
    text-align: start;
}
.panel.card-panel .panel-content .user-name {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
}

.panel.card-panel .panel-content .user-description {
    font-size: .75rem;
    margin-bottom: .5rem;
    font-weight: 400;
}

.panel.card-panel .panel-content .category {
    font-size: .75rem;
    text-transform: uppercase;
}

.panel.card-panel .panel-footer {
    /* background: #a6efb994;
    margin: .5rem 0 0;
    min-height: 30px; */
}

.place-name {
    width: 70%;
    margin: 6px;
}
.loginsection{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.loginsection a{
    float: left;
}
.langugebtnSection{
    /* margin-right: 5px; */
}
.langugebtnSection .langugebtn{
    border-radius: 21px;
    width: 80px;
    border: 0;
    color: #ffffff;
    background: #636464;
}
.loginsection a{
    margin-left:10px;
}
.loginsection .langugebtnSection{
    margin-right:10px;
}
.unavailable-doctor-notification , .today-unavailable-doctor-notification{
    background: #f56767;
    height: 30px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 1px #e0e0e0;
}
.todayShedule{
    margin-bottom: 50px;
}
.user-details-part p{
    margin-bottom: 0;
}
.place-grid button, .place-grid-booking button {
    height: 36px;
    margin-top: 3px;
    padding: 0 6px 0 6px;
}

.home-btn svg {
    margin-bottom: 4px;
}

/***************************    Dashboard     *******************************/

.dashboard-layout.panel-content {
    display: grid;
    margin: 0 auto;
    /*  grid-template-rows: repeat(10, min-content); */
    /* grid-template-columns: 240px 1fr 400px; */
    grid-template-columns: repeat(20, 1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 10px;
    width: 100%;
    padding: 10px;
    background: #cccccc;
    overflow: auto;
    height: calc(100% - 80px);
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.item-1 {
    grid-column: 1 / 11;
    grid-row: 1 / 7;
}

.item-2 {
    grid-column: 11 / 21;
    grid-row: 1 / 4;
}

.item-3 {
    grid-column: 11 / 16;
    grid-row: 4 / 7;
}

.item-4 {
    grid-column: 16 / 21;
    grid-row: 4 / 5;
}

.item-5 {
    grid-column: 16 / 19;
    grid-row: 5 / 7;
}

.item-5 {
    grid-column: 16 / 18;
    grid-row: 5 / 7;
}

.item-6 {
    grid-column: 18 / 21;
    grid-row: 5 / 6;
}

.item-7 {
    grid-column: 18 / 21;
    grid-row: 6 / 7;
}

/*
.item-8 {
  grid-column: 20 / 21;
  grid-row: 5 / 6;
}

.item-9 {
  grid-column: 20 / 21;
  grid-row: 6 / 7;
}
*/






/***************************    Insite Visual Styling     *******************************/

main>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.panel .panel-header .header-title {
    max-height: 40px;
    font-size: 1.5rem;
    color: #ffffff;
}

.grid.panel .panel-header+.panel-content {
    height: calc(100% - 80px);
}

.root-item {
    padding: 4px 8px 12px 32px;
    background-color: #ececec;
    margin-bottom: 20px;
    vertical-align: middle;
}

/* modified different from Insite */


.side-dialog .panel-content {
    background: #ffffff;
}

.side-dialog .form-box {
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-box-shadow: inset 0 5px 0 #ffffff, inset 0 13px 0 #e6e6e6;
    box-shadow: inset 0 5px 0 #ffffff, inset 0 13px 0 #e6e6e6;
    min-height: 250px;
    position: relative;
}

.side-dialog .form-box legend {
    position: absolute;
    left: 8px;
    top: 0;
    padding: 0 4px;
    margin: 0;
    font-size: 16px;
    color: #666666;
    border: none;
    background-color: #ffffff;
}

.btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.25;
    cursor: pointer;
    padding: 8px 12px;
    border: none;
    white-space: nowrap;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn-green {
    color: #ffffff;
    background-color: #72bd2d;
}

.grid.panel .panel-header {
    height: 48px;
}

.panel .panel-header {
    background-color: #0071bc;
    padding: 4px;
}

.side-dialog .dialog.panel {
    height: 100vh;
}

.side-dialog .dialog.panel .panel-header {
    background-color: #283037
}

.side-dialog .panel.with-footer .panel-header {
    height: 48px;
}

.side-dialog .dialog.panel>.panel-content {
    overflow-x: hidden;
}

.side-dialog .dialog.panel .panel-content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
}

.side-dialog .panel.with-footer .panel-content {
    height: calc(100% - 80px);
}

.side-dialog .panel .panel-content {
    width: 100%;
    overflow: auto;
}



@keyframes slideLeft {
    0% {
        transform: translateX(50%);
    }

    25% {
        transform: translateX(35%);
    }

    50% {
        transform: translateX(25%);
    }

    75% {
        transform: translateX(15%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    padding: 0;
    background-color: #0E4FAD;
    display:block !important;
    color: white;
    padding: 10px 10px;
    border-radius: 5px 5px 15px 15px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.img-wrap{
    display: grid;
    justify-content: center;
    margin-top: 20px;
}
.img-wrap a,.img-wrap img{
    height:350px;
    width:300px;
    /*transition: transform 0.5s;  */
    margin: 5px;
  }
.img-wrap img:hover {
    /*-ms-transform: scale(1.1); */
    /*-webkit-transform: scale(1.1); */
    /*transform: scale(1.7); */
  }
  .front-report{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
.front-report .report-header{
    display: flex;
    justify-content: center;
  }
  .front-report .report-header input{
    width: 200px;
    margin-right: 10px;
  }
  
  .blood-testing-section{
     width:fit-content;
     margin:5px;
  }
  .add-test-button{
    display: flex;
    align-items: end;
  }
  .test-details{
      margin-top:10px;
  }
  .blood-testing-section .register{
    float: right;
    margin: 5px 10px;
  }
  .front-body .blood-testing-section .row{
      margin-right:0px !important;
  }
  .artical-report{
      display:flex;
  }
  .artical-report button{
    background: #2cb3d5;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    width: 50%;
  }
  
  
.video-card
{
  clear: both; text-align: center;
}
.video-card-top {
    border-radius: 10px;
    border-top: 10px solid #f20e0e;
    box-shadow: 16px 13px 42px -17px rgba(0,0,0,0.69);
    height: 200;
    width: 300px;
}

hr
{
  margin: 40px;
  border: 2px dashed #C0C0C0;
}
  
 .notice-card{
    width: 100%;
    text-align: -webkit-center;
    margin-top: 30px;
 }
  
  .popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #181717b8;
  color: #f3efef;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
  
  
  
  
  