.hero{--hero-accent:#a18815;--hero-accent-hover:#806a0a;height:100vh;background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.5)),url(/static/media/hero.d245dbc7.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-text{text-align:center}.hero-h1{font-size:50px;color:#fff}.hero-para-div{display:flex;justify-content:center}.hero-para{color:#fff;font-weight:700;font-size:24px;margin-bottom:8px;width:60%;padding:20px;line-height:40px}.hero-btn{width:150px;height:35px;background-color:var(--hero-accent);border-radius:20px;border:none;margin-top:20px;color:#fff;transition:all .3s ease-in-out}.hero-btn:hover{cursor:pointer;background-color:var(--hero-accent-hover)}.theme--spring{--hero-accent:#d481af;--hero-accent-hover:#b1618d}.theme--summer{--hero-accent:#ed8d31;--hero-accent-hover:#d17016}.theme--autumn{--hero-accent:#b45c26;--hero-accent-hover:#94471a}.theme--winter{--hero-accent:#a18815;--hero-accent-hover:#806a0a}.snowman-container{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:150px;height:200px;display:flex;justify-content:center;align-items:flex-end;z-index:2000}.snowman{z-index:2000}.head,.snowman{position:relative}.head{width:50px;height:50px;background:#fff}.eye,.head{border-radius:50%}.eye{width:5px;height:5px;background:#000;position:absolute;top:20px}.eye.left{left:15px}.eye.right{right:15px}.carrot{width:0;height:0;border-left:15px solid orange;border-top:5px solid transparent;border-bottom:5px solid transparent;position:absolute;top:25px;left:25px}.body{width:70px;height:70px;left:-10px;top:-5px}.base,.body{background:#fff;border-radius:50%;position:relative}.base{width:90px;height:90px;left:-20px;top:-10px}.button{width:8px;height:8px;background:#000;border-radius:50%;position:absolute;left:50%;transform:translateX(-50%)}.button:first-child{top:15px}.button:nth-child(2){top:30px}.button:nth-child(3){top:45px}.arms{width:40px;height:3px;background:brown;position:absolute}.left-arm{transform:rotate(45deg);left:-30px;top:70px}.right-arm{transform:rotate(-45deg);right:0;top:70px}.snowman:after{content:"";position:absolute;bottom:-10px;left:-30px;width:110px;height:20px;background:rgba(0,0,0,.1);border-radius:50%}.snow-ground{left:0;width:100%;height:60px;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.8) 50%,#fff)}.snow-ground,.snow-pile{position:absolute;bottom:0;z-index:2000}.snow-pile{left:50%;transform:translateX(-50%);width:200px;height:40px;background:#fff;border-radius:50% 50% 0 0;box-shadow:0 -10px 20px hsla(0,0%,100%,.8),0 -5px 15px hsla(0,0%,100%,.6)}.snow-spots{position:absolute;width:100%;height:100%;pointer-events:none;z-index:2000}.snow-spot{position:absolute;width:8px;height:8px;background:hsla(0,0%,100%,.8);border-radius:50%}.snow-spot:first-child{left:10%;bottom:40px}.snow-spot:nth-child(2){left:25%;bottom:30px}.snow-spot:nth-child(3){left:40%;bottom:35px}.snow-spot:nth-child(4){left:60%;bottom:25px}.snow-spot:nth-child(5){left:75%;bottom:45px}.snow-spot:nth-child(6){left:90%;bottom:30px}@media only screen and (min-width:1600px){.hero-h1{font-size:55px;margin-bottom:10px}.hero-para{font-size:25px;margin-bottom:7px}.hero-btn{width:200px;height:40px;font-size:18px}}@media only screen and (max-width:768px){.hero{background-attachment:scroll}.hero-h1{font-size:45px;padding:0 15px}.hero-para{font-size:24px;width:90%;padding:20px;line-height:40px}.snow-ground,.snow-pile,.snow-spots,.snowman-container{display:none}}@media only screen and (max-width:480px){.hero{background-attachment:scroll}.snow-ground,.snow-pile,.snow-spots,.snowman-container{display:none}}@media only screen and (max-device-width:812px){.hero{background-attachment:scroll}.snow-ground,.snow-pile,.snow-spots,.snowman-container{display:none}}@media only screen and (max-device-width:480px){.hero{background-attachment:scroll}.snow-ground,.snow-pile,.snow-spots,.snowman-container{display:none}}.navbar{height:60px;position:fixed;width:100%;border-bottom:1px solid hsla(0,0%,100%,.5);padding-left:10px;padding-right:30px;background-color:rgba(0,0,0,.6);z-index:99}.navbar,.navbar-logo{display:flex;align-items:center}.navbar-logo{color:#ebeae5;padding:5px;font-size:30px;font-family:"Dancing Script",cursive;transition:all .3s ease-in-out}.navbar-logo:hover{transform:scale(1.15);cursor:pointer}.navbar-ul{display:flex;align-items:center;list-style:none;margin-left:100px}.nav-items{margin:0 10px}.links{text-decoration:none;color:#fff;font-size:17px;transition:all .3s ease-in-out;display:block}.links:hover{transform:scale(1.1);color:#c7b54e}.date-and-phone{color:#fff;display:flex;align-items:center;margin-left:10px}.date-and-phone label:hover{cursor:pointer}.date-and-phone i{margin-right:5px}.nav-date{margin-left:20px;color:#cfbf75}.login-reg-links{margin-left:auto;grid-gap:10px;gap:10px}.login-link,.login-reg-links{display:flex;align-items:center}.login-link{justify-content:center;width:100px;padding:3px;background-color:#fff;color:#534e03;border-radius:5px;font-size:15px;text-decoration:none}.log-reg-separator{color:#fff;margin:0 8px}.user-loggedIn{padding:5px;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:auto;font-size:18px;margin-right:30px}.user-loggedIn button{margin-left:10px;padding:5px;background-color:#cd5c5c;border-radius:5px;border:none;width:100px;height:25px;color:#fff;transition:all .3s ease-in-out;cursor:pointer}.user-role{font-size:14px;margin-right:8px;color:#eee3b2}.user-loggedIn button:hover{background-color:#bd3d3d}.cp{margin-left:10px;padding:5px 10px;background-color:#a18815;border-radius:5px;border:none;height:30px;transition:all .3s ease-in-out;cursor:pointer}.cp,.cp:hover,.up{color:#fff}.up{margin-left:10px;padding:5px 10px;background-color:#a18815;border-radius:5px;border:none;height:30px;transition:all .3s ease-in-out;cursor:pointer}.up:hover{color:#fff}.humburger{padding:8px;height:30px;width:45px;transition:all .3s ease-in-out;margin-left:auto;display:none;cursor:pointer}.humburger-active{border:2px solid #ffd61d!important}.line{margin-bottom:4px;border:2px solid #fff;border-radius:4px}.flashing-ad{position:relative;margin:0 20px;background-color:#059700;padding:5px 10px;border-radius:5px;font-weight:700;overflow-wrap:break-word;word-wrap:break-word;max-width:250px;text-align:center;overflow:hidden}.star{position:absolute;width:4px;height:4px;background:#fff;box-shadow:0 0 3px #fff,0 0 5px #fff;border-radius:50%;-webkit-animation:twinkle 1.5s infinite alternate;animation:twinkle 1.5s infinite alternate;z-index:1000}.star:first-child{top:5%;left:15%;-webkit-animation-delay:.3s;animation-delay:.3s}.star:nth-child(2){top:8%;left:45%;-webkit-animation-delay:.7s;animation-delay:.7s}.star:nth-child(3){top:12%;left:75%;-webkit-animation-delay:.2s;animation-delay:.2s}.star:nth-child(4){top:15%;left:92%;-webkit-animation-delay:.5s;animation-delay:.5s}.star:nth-child(5){top:25%;left:8%;-webkit-animation-delay:.4s;animation-delay:.4s}.star:nth-child(6){top:28%;left:35%;-webkit-animation-delay:.8s;animation-delay:.8s}.star:nth-child(7){top:32%;left:65%;-webkit-animation-delay:.3s;animation-delay:.3s}.star:nth-child(8){top:35%;left:85%;-webkit-animation-delay:.6s;animation-delay:.6s}.star:nth-child(9){top:55%;left:12%;-webkit-animation-delay:.5s;animation-delay:.5s}.star:nth-child(10){top:58%;left:42%;-webkit-animation-delay:.9s;animation-delay:.9s}.star:nth-child(11){top:62%;left:72%;-webkit-animation-delay:.4s;animation-delay:.4s}.star:nth-child(12){top:65%;left:95%;-webkit-animation-delay:.7s;animation-delay:.7s}@-webkit-keyframes twinkle{0%,to{opacity:1;transform:scale(1.5)}50%{opacity:.2;transform:scale(.5)}}@keyframes twinkle{0%,to{opacity:1;transform:scale(1.5)}50%{opacity:.2;transform:scale(.5)}}.flashing-ad a{color:#000;text-decoration:none;white-space:nowrap}.flashing-ad.flash-red{overflow:hidden;background-color:#c90a0a}.flashing-ad.flash-blue{overflow:hidden;background-color:#0a6dc9}.flashing-ad.flash-pink{overflow:hidden;background-color:#c90aac}.ad-container{display:flex;align-items:center;grid-gap:10px;gap:10px;position:relative}.ad-caption{color:#fff;font-size:14px;white-space:nowrap}@media only screen and (max-width:1440px){.date-and-phone,.disappear{display:none}.humburger{display:block}.flashing-ad{margin:0 10px}#control-panel,#user-profile{margin:0}.navbar-logo{flex-shrink:1;font-size:25px}.star{width:3px;height:3px}}@media only screen and (max-width:800px){.navbar-ul{display:none}.flashing-ad{font-size:14px;padding:3px 8px;max-width:250px;margin:0 10px;flex-shrink:1}.navbar{justify-content:space-between}.navbar-logo{flex-shrink:1;font-size:20px}.star{width:2.5px;height:2.5px}}@media only screen and (max-width:480px){.flashing-ad{font-size:12px;padding:2px 6px;max-width:250px;text-align:center;white-space:normal}.navbar-logo{flex-shrink:1;font-size:15px}.star{width:2px;height:2px}}.side-navbar{top:60px;height:50vh;width:100%;background-color:rgba(0,0,0,.8);position:fixed;z-index:100;color:#fff;transition:all .4s ease-in-out;transform:translateY(-110%);opacity:0;visibility:hidden;pointer-events:none;border-bottom:2px solid #ceb132;display:flex;flex-direction:column;align-items:center;padding-top:20px}.side-navbar-info{margin:20px 0;display:flex;padding:10px;background-color:#a18815;border-radius:5px;flex-wrap:wrap}.side-nav-info{margin:0 10px}.side-nav-info i{margin-right:5px}.side-navbar-avtive{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.side-navbar-ul{display:flex;flex-direction:column;align-items:center;list-style:none}.side-navbar-ul li{text-align:center;margin:10px 0;display:flex;justify-content:space-between;align-items:center;width:110px;padding:5px;transition:all .3s ease-in-out;border-radius:10px}.side-navbar-ul li:hover{transform:scale(1.2)}.side-navbar-links{text-decoration:none;color:#fff}.side-logout{margin-top:15px;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.side-btn{margin-left:10px;padding:5px;background-color:#cd5c5c;border-radius:5px;border:none;width:100px;height:25px;color:#fff;transition:all .3s ease-in-out;cursor:pointer}.side-btn:hover{background-color:#bd3d3d}.side-log-reg-link{color:#000;text-decoration:none;border:1px solid #fff;padding:5px 15px;background-color:#fff;border-radius:5px;transition:all .3s ease-in-out;display:inline-block;width:110px;text-align:center;box-sizing:border-box}.side-contact{margin-top:15px;display:flex;align-items:center}.side-log-reg-link:hover{background-color:#c8c8c8}.side-separator{margin:0 10px;border:2px solid #a18815;border-radius:2px}#control-panel{width:100%}#control-panel:hover{transform:scale(1.1)}.side-cp{margin-left:10px;padding:5px 10px;background-color:#a18815;border-radius:5px;border:none;height:30px;transition:all .3s ease-in-out;cursor:pointer}.side-cp,.side-cp:hover,.side-up{color:#fff}.side-up{margin-left:10px;padding:5px 10px;background-color:#a18815;border-radius:5px;border:none;height:30px;transition:all .3s ease-in-out;cursor:pointer}.side-user-role{font-size:13px;color:#eee3b2}.side-up:hover{color:#fff}#user-profile{width:100%}#user-profile:hover{transform:scale(1.1)}@media only screen and (max-width:460px){.side-navbar-info{display:flex;flex-direction:column;align-items:center}.side-nav-info{margin:5px 0}}.services{background-color:#fff;margin-top:0;padding-top:0}.services-container{padding-top:50px}.services-info{margin:auto;text-align:center;padding:20px}.services-info img{height:150px;width:150px}.services-info h1{color:#444;margin-bottom:10px}.services-para{color:#9ca1a9;font-size:16px}.services-grid{display:grid;grid-template-columns:1fr;width:75%;margin:75px auto}.services-box{text-align:center}.services-box img{border-radius:50%;height:230px;width:230px;transition:all .3s ease-in-out;margin-bottom:25px}.services-box h2{margin-bottom:12px;color:#444}.services-box img:hover{opacity:.9;transform:scale(1.1)}@media only screen and (max-width:950px){.services-grid{grid-template-columns:1fr}.services-box{margin-bottom:30px}}.snow-container{position:fixed;width:100%;height:100vh;top:60px;left:0;overflow:hidden;z-index:1;pointer-events:none;cursor:pointer;transition:transform .3s ease}.snowman-container:hover{transform:translateX(-50%) scale(1.1)}.snowman-container:active{transform:translateX(-50%) scale(.95)}.snowman-container:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.5);border-radius:50%}.snowflake{position:absolute;color:#fff;font-size:1em;text-shadow:0 0 5px hsla(0,0%,100%,.8);-webkit-animation:fall 12s linear infinite;animation:fall 12s linear infinite;-webkit-animation-delay:calc(var(--i)*-0.5s);animation-delay:calc(var(--i)*-0.5s);transform-origin:center}@-webkit-keyframes fall{0%{opacity:1;transform:translate(0) rotate(0deg)}25%{transform:translate(15px,25vh) rotate(45deg);opacity:.8}50%{transform:translate(-15px,50vh) rotate(180deg);opacity:.6}75%{transform:translate(10px,75vh) rotate(270deg);opacity:.4}to{opacity:0;transform:translate(-5px,100vh) rotate(1turn)}}@keyframes fall{0%{opacity:1;transform:translate(0) rotate(0deg)}25%{transform:translate(15px,25vh) rotate(45deg);opacity:.8}50%{transform:translate(-15px,50vh) rotate(180deg);opacity:.6}75%{transform:translate(10px,75vh) rotate(270deg);opacity:.4}to{opacity:0;transform:translate(-5px,100vh) rotate(1turn)}}.register{height:100vh;background-color:#f1f1f1}.register-container{display:grid;grid-template-columns:1fr 1fr;height:700px;width:900px;border-radius:5px;box-shadow:0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,.4);position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}.register-img{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url(/static/media/reg_img.dd6c54ef.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.register-form{background-color:#fafafa;width:100%}.register-form,.register-info{display:flex;flex-direction:column;align-items:center;justify-content:center}.register-info{margin-bottom:50px}.register-info h1{margin-bottom:30px;color:#444}.register-info img{height:140px;width:150px}.form-container{width:80%}.form-container-input{height:30px;width:100%;background-color:#ddd6d6;border:none;border-radius:5px;margin-bottom:20px;padding:5px}.form-select{height:40px;background-color:#ddd6d6}.form-container p{margin-bottom:5px}.reg-btn-div{display:flex;justify-content:center}.register-loading{width:90px;height:90px;display:none}.register-helper{margin-top:5px;font-size:12px;color:#6b6b6b}@media only screen and (max-width:950px){.register-container{grid-template-columns:60% 40%;height:80%;width:90%}}.error-msg{color:#fff;background-color:#ca4f4f;border:none;border-radius:5px;text-align:center;padding:10px;transition:all .3s ease-in-out;margin-bottom:15px}.error-msg span{margin-left:10px}.login-container{display:grid;grid-template-columns:1fr 1fr;height:700px;width:900px;border-radius:5px;box-shadow:0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,.4);position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}.new-account-login{padding:15px;margin-top:15px;text-align:center}.new-account-link{color:#0079a8;cursor:pointer;transition:all .3s ease-in-out}.new-account-link:hover{color:#40a1c7}.login-div{display:flex;align-content:center;justify-content:center}.login-loading{width:90px;height:90px;display:none}.reg-submit{height:30px;width:50%;border:none;border-radius:5px;background-color:#444;color:#fff;margin-top:10px;transition:all .3s ease-in-out}.reg-submit:hover{background-color:#202020;cursor:pointer}.reg-submit:disabled{background-color:#787878;cursor:not-allowed}.login-helper{margin-top:10px;text-align:center;font-size:13px;color:#6b6b6b}@media only screen and (max-width:950px){.login-container{height:80%;width:90%}}.admin{width:100%;background-color:#f1f1f1}.admin,.admin-container{height:100vh}.admin-tabs{box-shadow:0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,.4);position:absolute;top:50%;left:50%;transform:translate(-50%,-46%);width:80%}@media only screen and (max-width:900px){.admin-tabs{width:95%}table td,th{font-size:13px}.appointments-list h1{margin:20px;font-size:21px}}@media only screen and (max-width:640px){.admin-tabs{width:99%}table td,th{font-size:10px}.appointments-list h1{margin:20px;font-size:20px}.btn-icon{padding:0;width:40%;height:90%}.user-list h1{font-size:21px}.user-list table tr td{font-size:14px}}.user-list table{width:100%}.table-row:nth-child(2n){background-color:#f2f2f2}.table-row:hover{background-color:#ddd}.table-row td{padding:5px 10px;height:45px}.table-header th{background-color:#333332;height:35px;padding:10px;text-align:left;color:#fff}.user-list h1{margin-bottom:15px;padding-left:5px}.btn-icon{padding:10px;width:50%;transition:all .3s ease-in-out;border:none;color:#fff;border-radius:5px;cursor:pointer;margin:0 5px}.bg-action-white{display:flex;justify-content:center}.btn-icon:hover{background-color:#a3a2a2}.btn-blue-color{background-color:#60c3eb}.btn-red-color{background-color:#c06060}.appointments-list{display:inline}.appointments-list table{width:100%}.left-th{background-color:#333332;height:35px;padding:10px;color:#fff}#td-white{background-color:#fff}.appointments-list td{padding:10px}.appointments-list tr:nth-child(2n){background-color:#f2f2f2}table tr{transition:all .2s ease-in-out}.appointments-list tr:hover{background-color:#ddd}.admin-profile-links-container,.appointments-list h1,h3{text-align:center}.admin-profile-link{margin:0 6px;color:#0879bb}.td-color{color:#4175ca;font-weight:700}.td-flex-icons{display:flex;align-items:center}.td-flex-icons i{margin-right:10px}.td-flex-icons a{color:#4175ca;display:inline-block}.td-flex-icons a:hover{color:#6f94cf}.td-empty{color:#6d6c6c}.tabs{background-image:linear-gradient(90deg,#2f3235,#6b6f72)}.tab-panel{height:70vh}.quick-book{color:#fff;background-color:#ca4f4f;border:none;border-radius:5px;text-align:center;padding:10px;transition:all .3s ease-in-out;margin-bottom:15px}.quick-book span{margin-left:10px}.user-profile-container{background-color:#f1f1f1;padding-top:59px;display:flex}.profile-loading{margin:40px auto;font-size:18px;color:#6b6b6b}.user-profile-left{background-color:#022c52;width:15vw;color:#fff;display:flex;flex-direction:column;align-items:center;padding-top:70px}.profile-img{height:100px;width:100px;border-radius:50%;margin:25px 0}.user-profile-left ul{list-style:none;display:flex;flex-direction:column;align-items:center;margin-top:30px;width:95%}.user-profile-left ul li{margin:10px 0;display:flex;align-items:center;padding:10px;width:100%}.user-profile-left ul li a{color:#fff;text-decoration:none;font-size:18px}.user-profile-left ul li i{margin-right:25px}.profile-make-appointment{border:1px solid #fff;border-radius:20px;display:flex;align-items:center;justify-items:center;background-color:#fff;color:#000}.link-make-appo{color:#000!important}.user-profile-right{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px;width:85vw;overflow-y:auto}#user-profile-info{font-size:19px}.user-profile-box{width:90%;margin-bottom:50px;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,.4);border-radius:10px;padding:25px}.profile-underline{width:150px;border:3px solid #124a7e;border-radius:5px;margin:10px 0}.user-profile-info-div p{font-weight:700;margin:10px 5px 10px 0}.user-profile-info-div>div{display:flex;align-items:center}.user-profile-appointment{margin-top:20px;color:#fff;max-width:500px}.user-profile-appointment-flex{display:flex;border:1px solid #fff}.user-profile-appointment-time{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#2dcf43;margin-left:auto;padding:5px 10px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:17px}.user-profile-appointment-btns{padding:10px;background-color:#124a7e;border-top-left-radius:10px;border-bottom-left-radius:10px;width:100%}.user-profile-appointment-time p{margin:2px 0}.user-profile-appointment button{height:25px;width:100px;border:none;border-radius:5px;transition:all .3s ease-in-out;cursor:pointer;margin-top:19px;margin-right:10px}#profile-btn-change:hover{background-color:#c5c0c0}.profile-btn-color-red{background-color:#ec3131;color:#fff}.profile-btn-color-red:hover{background-color:#ec6161}#user-profile-updateinfo p{font-weight:700;margin-bottom:5px}#user-profile-updateinfo input{height:25px;width:250px;border-radius:5px;border:none;background-color:#e2e0e0;font-weight:700;margin-bottom:15px;padding-left:10px}.profile-update-btn{height:32px;width:150px;border:none;border-radius:10px;transition:all .3s ease-in-out;cursor:pointer;margin-top:10px;background-color:#488fd1;color:#fff}#user-profile-delete-acc p{font-size:18px;width:50%}#profile-delete-btn{height:32px;width:150px;border:none;border-radius:10px;transition:all .3s ease-in-out;cursor:pointer;margin-top:15px;background-color:#df5353;color:#fff}.profile-mr-bottom{margin-bottom:20px}@media only screen and (max-width:1480px){.user-profile-left{width:250px}}@media only screen and (max-width:730px){.user-profile-left{width:230px}.user-profile-left ul li a{font-size:14px}#user-profile-updateinfo input{width:90%}#user-profile-delete-acc p{font-size:18px;width:90%}}.appointment-container{padding-top:60px;height:100vh;background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.4)),url(/static/media/appointment_bg.52d1346f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;color:#000}.appointment-form{box-shadow:0 4px 8px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,.4);background-color:#fff;z-index:99;padding:30px;border-radius:10px}.date-picker{padding:7px 5px;width:100%;color:#686666}.time-picker{width:100%;border:1px solid #5a5a5a;border-radius:5px}.appointment-inner-container{margin-bottom:20px}.appointment-inner-container p{margin-bottom:5px}.phone-input{padding:15px 5px;height:30px;width:100%}.appointment-form h1,.appointment-form h2{margin-bottom:15px;color:#444}.appointment-btn{height:40px;width:100%;padding:5px;margin:10px 0;border:none;border-radius:15px;background-color:#444;color:#fff;transition:all .3s ease-in-out}.appointment-btn:hover{cursor:pointer;background-color:#5a5a5a}.appointment-data{margin:15px 0;background-color:#459fe9;color:#fff;width:100%;padding:10px;border-radius:10px;transition:all .5s ease-in-out;opacity:0;transform:translateY(30px)}.appointment-data-show{opacity:1;transform:translateY(0)}.appointment-data h3{margin-bottom:10px;color:#000}.appointment-data p{margin-bottom:6px;font-weight:700;color:#000}.appointment-data span{color:#fff}.red-astrix{color:#db0f0f}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;scroll-behavior:smooth}.mr-bottom{margin-bottom:6px}.text-center{text-align:center}
/*# sourceMappingURL=main.4905482e.chunk.css.map */