:root{
    --grey: #ccc;
    --p5: #690900;
    --a1: #fde8cd;
}
.log-header{
    width: 100%;
    min-height: 250px;
    background: -webkit-linear-gradient(to right, #001510, #00bf8f);
    background: linear-gradient(to right, #001510, #00bf8f);
}
.log-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.log-h1{
    padding-top: 50px;
    color: white;
    font-family: var(--cinz);
    font-size: 100px;
}
.log-sec{
    width: 100%;
    min-height: 600px;
    padding: 70px 100px;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.log-box{
    width: 400px;
    min-height: 400px;
    background: linear-gradient(to right top, rgba(256, 256, 256, 0.7), rgba(256,256,256,0.3));
    backdrop-filter: blur(10px);
    /* position: relative; */
    z-index: 5;
    border-radius: 2rem;
    padding: 50px;
}
.circle1, .circle2{
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 5rem;
    background: linear-gradient(to right top, rgba(256, 256, 256, 0.7), rgba(256,256,256,0.3));
    /* background: red; */
    z-index: 1;
}
.circle1{
    top:5%;
    right: 20%;
}
.circle2{
    bottom: 5%;
    left: 20%;
}
.log-form{
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 30px 20px;
    border-radius: 1rem;
    border: 2px solid rgba(0,41,75,0.5);
}
.log-label{
    font-size: 18px;
    font-family: var(--crimson);
    color: rgb(0, 41, 75);
    font-weight: 500;
}
.log-control{
    width: 100%;
    padding: 5px 10px;
    outline: none;
    border-radius: 5px;
    border: none;
    background: transparent;
    border-bottom: 2px solid rgb(0, 41, 75);
    color: rgb(5, 79, 139);
}
.log-control::placeholder{
    font-size: 15px;
    font-family: var(--crimson);
    color: rgb(0, 41, 75)!important;
}
.forget-link{
    font-size: 1rem;
    color: rgb(175, 37, 113);
}

.forget-link:hover{
    font-size: 1.01rem;
    color: rgb(175, 37, 113);
}
.form-submit{
    padding: 5px 30px;
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-radius: 5px;
    border: 2px solid rgb(0, 41, 75);
    color: rgb(0,41,75);
    text-transform: uppercase;
    font-weight: 600;
}



/* Dashboard */

.dash-container{
    width: 100%;
    min-height: 100vh;
    margin-top: 80px;
    /* padding-top: 40px; */
}
.dash-wrapper{
    width: 100%;
    min-height: 100vh;
    background: rgb(235, 235, 235);
    display: flex;
}
.dash-sidebar{
    width: 250px;
    min-height: 100vh;
    background: rgb(0, 41, 75);
    padding: 40px 15px;
    position: relative;
    transition: 1s;
}
.dash-profile{
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--grey);
}
.dash-pro-img-wr{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid var(--grey);
}
.dash-pro-img{
    position: relative;
    width:  100%;
    height: 100%;
    border-radius: 50%;
}
.dash-pro-con-wr{
    padding-left: 10px;
}
.dash-pro-name{
    font-size: 14px;
    color: var(--grey);
}
.dash-pro-dash{
    font-size: 14px;
    color: #00917C;
}
.ntb{
    border-top: none;
}
.dash-links-wr{
    width: 100%;
}


/* dashboard sidebar */
.mt-15{
    margin-top: 12px;
}

.side-ul{
    list-style: none;
    width: 100%;
}
.side-li{
    width: 100%;
}

.sm-link{
    text-decoration: none;
    color: #ccc;
    font-size:  17px;
    width: 100%;
    display: inline-block;
    padding: 7px 20px;
    margin-top: 10px;

}
.sm-link.active{
    text-decoration: none;
    color: var(--a1);
    background: var(--p5);
    border-radius: 5px;

}
.sm-link span{
    color: #ccc;
}
.sm-link:hover{
    text-decoration: none;
    color: #ccc;
    background: var(--p5);
    border-radius: 5px;
}
.sm-item{
    width: 100%;
}
.link-text{
    float: right;
    width: 90%;
}
.link-icon{
    float:left;
    width: 10%;
}
.cdrop-menu{
    width: 100%;
    background-color: rgba(0,0,0,0.2) !important;
    border: none;
    padding-left: 20px;
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 0px;
    left: 0px;
    box-shadow: rgba(0, 0, 48, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.cdrop-menu .dropdown-item{
    color: #ccc;
    padding: .5rem 1.5rem;
    box-shadow: rgba(0, 0, 32, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.cdrop-menu .dropdown-item:hover{
    color: var(--a1);
    background: var(--p5);
}

.cdrop-menu .dropdown-item.active{
    color: var(--a1);
    background: var(--p5);
}
.down-caret {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
  display: inline-block;
  margin-left: 6px;
  top: -3px;
  position: relative;
  transform: rotate(90deg);
  transition: all 0.25s ease-in;
}
.open-caret {
  transform: rotate(-90deg);
  transition: all 0.25s ease-out;
}
.dropdown.show .down-caret{
  transform: rotate(0deg);
  transition: all 0.25s ease-out;
}
.dropdown.show .sm-link{
    color: var(--a1);
    background: var(--p5);
    border-radius: 5px;
}

/* Dashboard main Section */
.dash-main{
    width: calc( 100% - 250px );
    padding: 50px 20px;
    min-height: 100vh;
    background: rgb(247, 247, 247);
}
.dash-title{
    font-size: 40px;
    font-family: var(--crimson);
    font-weight: 600;
    color: rgb(5, 79, 139);
}
.dash-label{
    font-size: 20px;
    font-family: var(--jost);
    color: var(--p2);
}
.check-avail{
    outline: none;
    border: none;
}
.prevthumbimg{
    width: 120px;
    height: auto;
}
.gimgwr{
    width:100%;
    min-height: 100px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px;
    padding-bottom: 30px;
}
.gimgbox{
    position: relative;
    width: 22%;
    height: 220px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gimg{
    position: inherit;
    width: 100%;
    height: 100%;
}
.gimgover
{
    position: absolute;
    bottom: 0;
    right: 0;
    width:  40px;
    height: 40px;
    background: white;
    content: '';
    z-index: 10;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sb-toggler{
    padding: 5px 12px;
    border: 1px solid rgb(0, 41, 75);
    border-radius: 3px;
    display: none;
    color: rgb(0, 41, 75);
}
.tescol{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.tesitem{
    width: 21%;
    height: 150px;
    margin-top: 30px;
    border-radius:10px;
    border: 1px solid  rgba(256, 256, 256, 0.7);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background:white;
}
.testop{
    width: 100%;
    height: 75%;
    border-bottom: 1px solid var(--grey);
    padding: 20px;
}
.tesbot{
    width: 100%;
    height: 25%;
    padding: 5px 20px;
}

.canobj{
    width: 100%;
    height: 600px;
    overflow-x: scroll;
    overflow-y: scroll;
}
#the-canvas {
    border: 1px solid black;
    direction: ltr;
    position: inherit;
    width: 100%;
    height: 100%;
}
#social-links{
    width: 100%;
}
#social-links ul{
    list-style: none;
}
#social-links ul li{
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 50%;
    background: white;
    color: red;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.razorpay-payment-button{
    background: blue;
    color: white;
    padding: 7px 50px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.center-center{
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.payimg{
    width:  220px;
    height: auto;
}
.dmenuwr{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.dmenuit{
    width: 22%;
    min-height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.dmenuit.four{
    background: #de6161;
    background: -webkit-linear-gradient(to right, #2657eb, #de6161);
    background: linear-gradient(to right, #2657eb, #de6161);

}
.dmenuit.one{
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);

}
.dmenuit.two{
    background: #FC466B;
    background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B);
    background: linear-gradient(to right, #3F5EFB, #FC466B);

}
.dmenuit.three{
    background: #ff00cc;
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    background: linear-gradient(to right, #333399, #ff00cc);

}
.iconspan{
    font-size: 40px;
    color: white;
}
.dmrt{
    padding-left: 20px;
    color: white;
}
.dmnum{
    font-size: 16px;
    margin-bottom: 0px;
}
.dmnum span{
    font-size: 22px;
}
.dmenulink{
    color: white;
}
.dmenulink:hover{
    text-decoration: none;
    color:white;
}

/* Recommanded Section */

.recbox{
    position: relative;
    width: 100%;
    margin-top: 50px;

}

.recslid{
    position: relative;
    width: 100%;
}
.dh1{
    color:rgb(5, 79, 139);
    font-size: 30px;
}

.clbox{
    width: 300px;
    min-height: 300px;
    background: rgb(248, 248, 248);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.climgwr{
    position: relative;
    width: 100%;
    height: 160px;
    padding: 15px;
}
.climg{
    position: inherit;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.clbody{
    width: 100%;
    padding: 0px 20px 20px;
}
.clh6{
    font-size: 16px;
    color: red;
    font-weight: 600;
    height: 50px;
}
.clpby{
    font-size: 14px;
    color: rgb(59, 59, 59);
}
.clpby span{
    font-weight: 600;
    color: black;
}
.clp2{
    font-size: 14px;
    font-weight: 700;
}

.clbtn{
    padding: 8px 40px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: rgb(0, 119, 16);
    border-radius: 5px;
    transition: .7s;
}
.clbtn:hover{
    color: white;
    text-decoration: none;
    background: red;
    transition: .7s;
}

.cleditbtn{
    padding: 8px 17px;
    color: white;
    background: rgb(25, 92, 236);
    font-size: 16px;
    border-radius: 5px;
}
.cleditbtn:hover{
    color: white;
    background: rgb(15, 53, 134);
}

.cldltbtn{
    padding: 8px 17px;
    color: white;
    background: rgb(228, 1, 58);
    font-size: 16px;
    border-radius: 5px;
    margin-left: 5px;
}
.cldltbtn:hover{
    color: white;
    background: rgb(212, 0, 0);
}

/* Login Page New */
.login-page{
    width: 100%;
    height:800px;
    background: white;
    padding:120px;
}
.login-row{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.login-div{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    height: 560px;
}
.login-div-h2{
    text-align: center;
    font-family: var(--plex);
    color: var(--white);
    font-size: 32px;
    font-weight: bold;
    padding-top: 20px;
}
.login-col1{
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.login-img{
    max-width:400px;
    height: auto;
}
.login-over{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.login-col1-h3{
    font-family: var(--plex);
    color: var(--black);
    font-size: 28px;
    font-weight: bold;
}
.login-p{
    padding-top: 10px;
    width: 320px;
    font-family: var(--crimson);
    font-size: 17px;
    color: #11998e;
    text-align: center;
    margin-bottom: 10px;
}
.col1-h4{
    padding: 10px 0;
    font-family: var(--plex);
    font-size: 16px;
    color: rgb(255, 4, 109);
    text-align: center;
}

.login-a{
    margin-bottom: 20px;
    text-align: center;
    color:rgb(2, 216, 127);
    border-radius: 20px;
	border: 2px solid #18c0b2;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .8s ease-in;
}
.login-a:hover{
    background: #18c0b2;
    color: white;
    transition: all .8s ease-in;
}

.login-col2{
    width: 100%;
    background: #11998e;
    height: 560px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.login-form{
    padding:0 130px;
}
.login-form label{
    color: var(--white);
    font-family: var(--plex);
    font-size: 20px;
    padding-bottom: 5px;
}
.login-form input{
    margin-left: 6px;
}
.forget{
    text-align: right;
}
.forget a{
    font-family: var(--plex);
    color: white;
    transition:all .3s;
}
.forget a:hover{
    color: black;
    transition: all.3s;
}

.sub-btn{
    margin-top: 20px;
    text-align: center;
}
.login-btn{
    width: 150px;
    height: 40px;
    border:2px solid #11998e;
    border-radius:10px;
    outline: none;
    color: black;
    transition: all .5s ease-in;
}
.login-btn:hover{
    background: black;
    border: 2px solid black;
    color: var(--white);
    transition: all .5s ease-in-out;
}
.regis{
    padding:10px 0 20px;
}
.regis-btn{
    width: 180px;
    height: 45px;
    border:2px solid #11998e;
    border-radius:10px;
    outline: none;
    color: black;
    transition: all .5s ease-in;
}
.regis-btn:hover{
    background: black;
    border: 2px solid black;
    color: var(--white);
    transition: all .5s ease-in-out;
}
.forget-div{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forget-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
/********** Apoointment******/

.appoint{
    width: 100%;
    min-height: 300px;
    padding: 100px 40px 40px;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}

.appoint-div{
    padding-top: 50px;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.appoint-item{
    width: 22%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.appoint-box{
    width: 250px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.red-book{
    background: #ff0038;
    box-shadow: rgba(255, 0, 0, 0.25) 0px 40px 45px, rgba(255, 0, 0, 0.12) 0px -12px 30px, rgba(255, 0, 0, 0.12) 0px 4px 6px, rgba(255, 0, 0, 0.17) 0px 12px 13px, rgba(255, 0, 0, 0.09) 0px -3px 5px;
    border: 1px dashed black;
}

.green-avail{
    background: #2cd10f;
    box-shadow: rgba(30, 255, 0, 0.164) 0px 40px 45px, rgba(30, 255, 0, 0.12) 0px -12px 30px, rgba(30, 255, 0, 0.12) 0px 4px 6px, rgba(30, 255, 0, 0.17) 0px 12px 13px, rgba(30, 255, 0, 0.09) 0px -3px 5px;
    border: 1px dashed black;
}

.appoint-box img{
    width: 45px;
}
.appoint-box p{
    padding-top:14px;
    font-size:18px;
    margin: 0;
    color: var(--white);
}

.appoint-text{
    padding-top: 10px;
}
.appoint-text h3{
    color: white;
    font-family: var(--crimson);
    font-size: 20px;
    letter-spacing: .8px;
}

.acbatch{
    padding: 3px 10px;
    background: #03fc07;
    color: white;
    border-radius: 5px;
}
.inacbatch{
    padding: 3px 10px;
    background: #ab0000;
    color: white;
    border-radius: 5px;
}



/* Profile page */
.pimbox{
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    /* border-top: 2px solid black; */
}
.pimimgwr{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: black;
    padding: 5px;
    position: relative;
}
.pimlink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    content: '';
    background: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: .5s;
}
.pimlink:hover{
    text-decoration: none;
    color: #fff;
    opacity: 1;
}
.pim-img{
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.pimprdet{
    width: 400px;
    min-height: 200px;
}
.pimh3{
    font-size: 30px;
    font-weight: 600;
    color: #00065c;
    text-align: left;
}

.pasch{
    width: 580px;
}
/* blog Comments */
.bcsec{
    width: 100%;
    min-height: 100px;
    padding: 0 100px 50px;
    background: #f4f4f4;
}
.bch1{
    font-size: 32px;
    font-weight: 600;
    color: red;
}

.cmtbox{
    width: 100%;
    min-height: 100px;
    max-height: 600px;
    overflow-y: scroll;
}
.cmtp{
    font-size: 14px;
    color: rgb(131, 131, 131);
}
.cmtpp{
    font-size: 15px;
    color: black;
}

.srbx{
    width: 70%;
    min-height: 50px;
    position: relative;
    margin: 5px auto 30px;
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.srbx.two{
    width: 70%;
    min-height: 50px;
    position: relative;
    margin: 5px auto 30px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.srb1{
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.searchform{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sr-in{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.srbtn{
    background-color: #000 !important;
    outline: none;
    border: 1px solid #000;
    color: #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.ftbtn{
    margin-left: 10px;
}
.fltbox{
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #f3f3f3;
}

.fltbox.hide{
    display: none;
}
.fltbox.show{
    display: flex;
}
.dfbx{
    width: 100%;
    min-height: 100px;
    padding: 50px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.dfitem{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    position: relative;
    padding-left: 0 !important;
}
.dfimg{
    width: 40px !important;
    height: 40px;
    border-radius: 20px;
    border: 2px solid black;
}
.dfhead{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f4f4f4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dffoot{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f4f4f4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dfbody{
    width: 100%;
    height: 200px;
    padding: 20px;
}
.dfbody p{
    font-size: 15px;
}

.nav-item.dropdown .nav-link{
    color: #000 !important;
}
.preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f2f2f2;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}
.clock-loader {
    --clock-color: #001f61;
    --clock-width: 4rem;
    --clock-radius: calc(var(--clock-width) / 2);
    --clock-minute-length: calc(var(--clock-width) * 0.4);
    --clock-hour-length: calc(var(--clock-width) * 0.2);
    --clock-thickness: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--clock-width);
    height: var(--clock-width);
    border: 3px solid var(--clock-color);
    border-radius: 50%;
  }
  .clock-loader::before, .clock-loader::after {
    position: absolute;
    content: "";
    top: calc(var(--clock-radius) * 0.25);
    width: var(--clock-thickness);
    background: var(--clock-color);
    border-radius: 10px;
    transform-origin: center calc(100% - calc(var(--clock-thickness) / 2));
    animation: spin infinite linear;
  }
  .clock-loader::before {
    height: var(--clock-minute-length);
    animation-duration: 2s;
  }
  .clock-loader::after {
    top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
    height: var(--clock-hour-length);
    animation-duration: 15s;
  }

  @keyframes spin {
    to {
      transform: rotate(1turn);
    }
  }













/* Login Page Responsive */
@media(max-width:1400px){

    .login-page{
        padding:120px 80px;
    }

}
@media(max-width:1027px){

    .login-img{
        max-width: 100%;
    }
    .appoint{
        padding:60px 0 40px;
    }
    .appoint-div
    {
        padding: 20px 0 0
    }
    .appoint-item{
        width: 40%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-item{
        width: 20%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width: 200px;
    }
    .bcsec{
        padding: 0 40px 40px;
    }
}
@media(max-width:800px){

    .login-page{
        padding:50px 20px;
    }

    .login-form{
        padding: 20px 40px;
    }
    .login-img{
        max-width: 100%;
    }
    .login-p{
        width: 280px;
    }
    .appoint{
        margin-top: 20px;
        padding: 25px 0;

    }
    .appoint-div
    {
        padding: 20px 0 0;
    }
    .appoint-item{
        width: 17%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width: 150px;
    }
}



@media(max-width:600px){

    .login-page{
        width: 100%;
        height: 1230px;
        min-height:800px;
        padding:150px 50px 50px;
    }
    .login-div{
        height:1000px;
    }
    .login-page2{
        width: 100%;
        height:800px;
        min-height:800px;
        padding:150px 50px 50px;
    }
    .login-div2{
        height:800px;
    }
    .login-img{
        max-width: 100%;
    }
    .login-col1{
        height: 400px;
    }
    .login-col2{
        height: 600px;
    }
    .login-form{
        padding: 30px;
    }
    .login-col1-h3{
        font-size: 25px;
    }
    .login-h4{
        font-size: 20px;
    }
    .col1-h4{
        font-size: 18px;
    }
    .login-form label{
        font-size: 16px;
    }
    .login-div-h2{font-size: 28px;}
    .forget-div{
        padding: 0;
    }
    .appoint-item{
        width:40%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width:220px;
    }
    .bcsec{
        padding: 0 20px 40px;
    }
}

@media(max-width:481px){

    .login-page{
        padding:30px 20px;
        height:1060px;
        }
    .login-page2{
        padding:30px 20px;
        height:900px;
        }
        .login-img{
            width: 250px;
        }
        .login-form{
            padding: 30px 10px;
        }
        .login-btn{
            width: 180px;
        }
        .col1-h4{
            font-size: 15px;
        }
        .login-col2{
            height: 420px;
        }
        .mv{
            height: 600px;
        }
        .login-p{
            width: 300px;
        }
        .fp-img{
            width: 200px;
        }
        .appoint-item{
            width: 40%;
            padding-top: 20px;
            justify-content: space-around;
        }
        .appoint-box{
            width: 180px;
            height: 130px;
        }
}
@media(max-width:390px)
{
    .appoint-item{
        width: 45%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width: 150px;
        height: 130px;
    }
}

@media(max-width:370px){

    .appoint-item{
        width: 40%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width: 145px;
        height: 130px;
    }
    .appoint-box p{
        font-size: 16px;
    }
}
@media(max-width:321px){

    .login-page{
        padding:30px 10px;
    }
    .appoint-item{
        width: 38%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .appoint-box{
        width: 135px;
        height: 120px;
    }
}


/* Responsive Code */

@media (max-width: 1024px){
    .sb-toggler{
        display: block;
    }
    .dash-sidebar{
        width: 280px;
        min-height: 100vh;
        position: absolute;
        z-index: 1000;
        left: -280px;
    }
    .dash-main{
        width: 100%;
    }
    .pimprdet{
        width: calc(100% - 150px);
    }
    .pasch{
        width: 100%;
    }
}
@media (max-width: 768px){
    .gimgbox{
        height: 150px;
    }
    .tesitem{
        width: 31%;
    }
    .dmenuwr{
        gap: 15px;
    }
    .dmenuit{
        width: 30%;
    }
}
@media (max-width: 600px){
    .log-h1{
        font-size: 45px;
    }

    .log-sec{
        width: 100%;
        min-height: 600px;
        padding: 40px 20px;
    }
    .log-box{
        width: 100%;
        min-height: 300px;
        border-radius: 2rem;
        padding: 30px;
    }
    .circle1{
        top:5%;
        right: 5%;
    }
    .circle2{
        bottom: 5%;
        left: 5%;
    }
    .gimgbox{
        width: 47%;
        margin-top: 10px;
        height: 120px;
    }
    .gimgover
    {
        height: 30px;
        width:  30px;
    }
    .gimgover a
    {
        font-size: 12px;
    }
    .tesitem{
        width: 48%;
        margin-top: 15px;
    }
    .dmenuit{
        width: 48%;
    }
    .pimbox{
        justify-content: center;
        flex-wrap: wrap;
    }
    .pimprdet{
        width: 100%;
    }
}
@media (max-width: 421px){
    .dmenuit{
        width: 47%;
    }
}
@media (max-width: 380px){
    .dmenuit{
        width: 100%;
    }
}


