select {
    width: 100%;
    /* border: none;
    box-shadow: 0px 0px 10px 5px #a3a2a24a; */
    padding-left: 10px;
}

.daryaft-nobat {
    margin-top: 20px;
}


label {
    float: right;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    margin-top: 30px;
    /* border-radius: 10px; */
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(83deg, #0224fe 1.1%, #09066e 113.24%);
    /* background-color: rgb(173, 173, 173); */
    margin-bottom: 10px;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background: linear-gradient(83deg, #02e1fe 1.1%, #0903b5 113.24%);
}

/* Create an active/current tablink class */
.tab button.active {
    background: linear-gradient(83deg, #02e1fe 1.1%, #0903b5 113.24%);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.control-con-nobat {
    outline: none
}

.control-con-nobat:focus {
    border: none
}

#controls-nobat:focus {
    border: none;
    outline: none
}

#controls-nobat i {
    color: #000;
    font-size: 1rem
}

.previous-nobat,
.next-nobat {
    background-color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    transition: .7s ease-in-out;
    border: 1px solid #000
}

.subcontainer-nobat {
    border-radius: 50px
}

.slide-nobat {
    border-radius: 30px
}

.image-slide-nobat {
    text-align: center;
    height: 125px;
    border-radius: 30px 30px 0 0
}

.text-nobat .col-md-6 a {
    width: 130px
}

.text-nobat {
    padding: 10px;
    color: #000;
    padding: 20px;
    text-align: center
}

.title-nobat span {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 13px;
    margin-top: 4px;
    border-radius: 50px;
    color: #000;
    background-color: #2f0fff
}

/* .slider-news {
    margin-top:150px
    } */


.text-nobat .card-of-nobat {
    margin-top: 17px
}

.text-nobat .card-of-nobat a {
    color: #adadad;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.173);
    border-radius: 50px;
    width: 70%;
    margin: 20px 0 8px
}

.slide-nobat .image-slide-nobat img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 30px 30px 0 0;
    filter: grayscale(40%)
}

.slide-nobat .img-nobat {
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    top: 88px;
    margin-left: 105px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.173)
}

.slide-nobat .img-nobat img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 40px 20px
}

.part {
    position: relative;
    width: 50%
}

.clinic-part {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(83deg, #2805ff 9.87%, #000227 102.24%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease
}

.part:hover .clinic-part {
    bottom: 0;
    height: 100%
}

.clinic-part a {
    color: #fff;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.clinic-part a:hover {
    text-decoration: none
}

.slide-nobat {
    padding: 15px 10px 10px 10px;
    border-radius: 20px;
}

.slide-nobat .row .clock button {
    transition: 0.3s;
    width: 100%;
    border: none;
    background-color: green;
    color: #fff;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px;
}

.slide-nobat .row .clock button:hover {
    background-color: rgb(1, 49, 1);
    transition: 0.3s;
}

.slide-nobat .row .col-md-12 button[type=submit] {
    border: none;
    background-color: #cccccc;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px;
}

select {
    padding: 10px;
    border-radius: 10px;
}

/*  */
.address-header .row .col-md-12 {
    list-style-type: none;
    margin: 10px 0;
    z-index: 99;

}

.address-header .row .col-md-12 li{
    margin: 10px 0;
}

.address-header .row .col-md-12 li a {
    text-decoration: none;
    color: #000;
}
.address-header .square-1 {
    position: absolute;
    background-color: #00aeff;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.address-header .square-2 {
    position: absolute;   
    background-color: #02febf;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    border-radius: 10px;

}

.address-header{
    position: relative;
}



.custom-shape-divider-top-1702477258 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1702477258 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 700px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1702477258 .shape-fill {
    fill: #000000;
}