body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center;font-family:"Montserrat",sans-serif}a:hover{color:#00f}h1,h2{color:#00008b;text-transform:uppercase;font-weight:700}h1{font-size:4em}h2{font-size:2.5em}.lines{height:4px;width:100px;border-radius:8px;margin:20px auto 40px;background-color:#268181}.red{color:red}@media only screen and (max-width:468px){.h1,h2{font-size:1.5em}}@media only screen and (min-width:468px) and (max-width:968px){.h1,h2{font-size:2.5em}}@media only screen and (min-width:968px) and (max-width:1200px){.h1,h2{font-size:3.5em}}.expert{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:5px;place-items:center;color:#fff}.expert img{height:300px;width:500px;object-fit:cover;border:1px solid #fff;border-radius:7px;margin:10px 0}@media only screen and (max-width:468px){.expert{display:block}}.search-bar{display:flex;justify-content:center;align-items:center;margin:10px 0}.search-input{background-color:inherit;border:none;height:0;width:0;margin:20px}.search-input,.search-input-show{outline:none;position:relative;z-index:0}.search-input-show{border-radius:2px;padding:30px 10px;background-color:#32cd32;color:#fff;box-shadow:2px 4px 8px rgba(0,0,0,.2);border:none;display:block;height:auto;width:auto;transition:.3s;width:500px}#expert-search{position:absolute;z-index:1;caret-color:transparent;cursor:pointer;color:#fff}.fa-search-show{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform:translateX(200px);transform:translateX(200px);background-color:transparent;color:#fff}.search-bar input::-webkit-input-placeholder{color:#fff}.search-bar input:-ms-input-placeholder{color:#fff}.search-bar input::placeholder{color:#fff}@media only screen and (max-width:768px){.fa-search-show{-webkit-transform:translateX(90px);transform:translateX(90px)}.search-result{width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.fa-search-show{-webkit-transform:translateX(180px);transform:translateX(180px)}}.service{box-shadow:0 3px 8px rgba(0,0,0,.24);border-radius:8px;width:90%}.service img{border-bottom:1px solid #fff;border-radius:8px 8px 0 0;object-fit:cover;height:250px;width:100%}.service-body{height:220px;padding:10px;border-radius:0 0 8px 8px;background-image:linear-gradient(#22229b,#3d085c);color:#bbffd1;font-weight:600;font-size:15px;position:relative}.service-footer{position:absolute;left:0;right:0;bottom:20px}@media only screen and (max-width:768px){.service-body,.service img{width:100%}}.service-container{background:#2bc0e4;background:linear-gradient(90deg,#2bc0e4,#eaecc6);padding:20px 0;min-height:100vh}.services{display:grid;grid-template-columns:repeat(4,1fr);place-items:center;grid-gap:2em}@media only screen and (max-width:468px){.services{grid-template-columns:1fr;padding:10px}}@media only screen and (min-width:468px) and (max-width:968px){.services{grid-template-columns:repeat(2,1fr);padding:10px}}@media only screen and (min-width:968px) and (max-width:1200px){.services{grid-template-columns:repeat(3,1fr);padding:10px}}.search-bar-service{display:flex;justify-content:center;align-items:center;margin:10px 0}.search-bar-service input{border-radius:20px;color:transparent;padding:10px;background-color:#2e83e4;color:#fff;box-shadow:2px 4px 8px rgba(0,0,0,.2);border:none;outline:none;position:relative;z-index:0;height:45px}.search-bar-service input::-webkit-input-placeholder{color:#fff}.search-bar-service input:-ms-input-placeholder{color:#fff}.search-bar-service input::placeholder{color:#fff}#service-search{position:absolute;margin-left:150px;z-index:1;color:#fff}.search-result{padding:10px;background:#32cd32;color:#fff;z-index:99;width:50%;height:100px;overflow:scroll;box-shadow:2px 4px 8px rgba(0,0,0,.2);display:flex;justify-content:center;font-size:16px;border-radius:5px;margin:30px 0}.search-result::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.search-result{width:100%}}.header{box-shadow:1px 2px 4px rgba(82,82,97,.267);caret-color:transparent;position:-webkit-sticky;position:sticky;top:0;z-index:99;background-color:#fff}.nav{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px;padding:10px 50px;margin-left:20px}.header-image{margin-right:30px}.navlink{line-height:30px;height:100%;padding:20px 5px;margin:0 5px;color:#000}.navlink:hover{background-color:rgba(187,187,233,.267)}.menu,.mobile-nav{display:none}.logout{background-color:transparent;border:none;outline:none}.dropdown{display:inline-block;position:relative}.dropdown-content{display:none;position:absolute;left:-90px;background-color:#fff;width:300%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:5}.dropdown-child{padding:10px 0}.dropdown-child:hover{background-color:rgba(187,187,233,.267)}.dropdown:hover .dropdown-content{display:flex;flex-direction:column}@media only screen and (max-width:768px){.header{margin-bottom:44px}.nav{display:none}.navlink{padding:5px 0}.mobile-nav{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px;box-shadow:1px 2px 4px rgba(82,82,97,.267);color:#32cd32;padding:5px 10px}.menu{background-color:rgba(187,187,233,.267);margin-top:-220px;display:block;padding:10px 0}.show{display:block;display:flex;flex-direction:column;margin-top:0;transition:.8s;margin-bottom:-40px}.dropdown-content-mobile{display:none}.dropdown-mobile:hover .dropdown-content-mobile{display:flex;flex-direction:column}}.shipping{display:flex;justify-content:center;align-items:center}.shipping-form{margin:5px 0}.shipping-form input{display:block;margin-top:20px;padding:5px;border:1px solid grey;border-radius:5px;width:300px}@media only screen and (max-width:768px){.shipping-form input{width:100%}}footer{background-color:#2f72d6;color:#fff;min-height:55vh}.scrollToTop{background-color:#0bbaff;color:#fff;position:fixed;bottom:10px;right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 20px;border-radius:2px;margin:right;box-shadow:2px 4px 8px rgba(0,0,0,.9);cursor:pointer}a{text-decoration:none;color:inherit}a:hover{color:rgba(0,0,0,.9)}.table-custom{font-size:12px}.table-width{width:200px}
/*# sourceMappingURL=main.937624a0.chunk.css.map */