/* @File: Opnix Template Style * This file contains the styling for the actual template, this is the file you need to edit to change the look of the template. This files table contents are outlined below>>>>> ******************************************* ******************************************* ** - Default CSS ** - Home Demo One CSS ** - Home Demo Two CSS ** - Home Demo Three CSS ** - About Us CSS ** - Doctor Details CSS ** - Service Details CSS ** - Shop CSS ** - Blog Details CSS ** - Contact CSS ** - FAQ CSS ** - Error CSS ** - Rules CSS ** - Go Top CSS ** - Loader CSS */ @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap'); $common-font: 'Jost', sans-serif; $heading-font: 'Roboto Slab', serif; $all-size: 17px; $transition: .5s; $main-color: #02123a; $paragraph-color: #35405c; $white-color: #fff; $sky-color: #20bdd1; /*----- Default -----*/ body { font-family: $common-font; color: $paragraph-color; background-color: $white-color; font-size: $all-size; } h1, h2, h3, h4, h5, h6 { font-weight: 700; color: $main-color; font-family: $heading-font; } p { line-height: 1.7; &:last-child { margin-bottom: 0; } } a { transition: $transition; text-decoration: none; } img { max-width: 100%; } .d-table { width: 100%; height: 100%; } .d-table-cell { vertical-align: middle; } .mtb-100 { margin-top: 100px; margin-bottom: 100px; } .mt-100 { margin-top: 100px; } .mb-100 { margin-bottom: 100px; } .ptb-100 { padding-top: 100px; padding-bottom: 100px; } .pt-100 { padding-top: 100px; } .pb-70 { padding-bottom: 70px; } .pb-100 { padding-bottom: 100px; } button { &:focus{ outline: 0; } } .btn.focus, .btn:focus { box-shadow: none; } .common-btn { display: inline-block; color: $white-color; background-color: $sky-color; padding: 12px 25px; font-weight: 500; border: 0; transition: $transition; opacity: 1 !important; z-index: 1; position: relative; .one { &:before { position: absolute; content: ''; width: 0; height: 2px; left: 0; top: 0; background-color: $white-color; transition: $transition; opacity: 0; visibility: hidden; } &:after { position: absolute; content: ''; width: 2px; height: 0; left: 0; top: 0; background-color: $white-color; transition: $transition; opacity: 0; visibility: hidden; } } .two { &:before { position: absolute; content: ''; width: 0; height: 2px; right: 0; bottom: 0; background-color: $white-color; transition: $transition; opacity: 0; visibility: hidden; } &:after { position: absolute; content: ''; width: 2px; height: 0; right: 0; bottom: 0; background-color: $white-color; transition: $transition; opacity: 0; visibility: hidden; } } &:hover { color: $white-color; background-color: $main-color; .one, .two { &:before { opacity: 1; visibility: visible; width: 15px; } &:after { opacity: 1; visibility: visible; height: 15px; } } } } .section-title { margin-bottom: 40px; text-align: center; margin-top: -10px; position: relative; z-index: 1; margin-left: auto; margin-right: auto; .top { position: relative; display: inline-block; margin-bottom: 8px; .top-title { font-size: 75px; line-height: 75px; color: #b6b5b5; font-family: $heading-font; font-weight: 700; display: block; opacity: .10; } .sub-title { display: block; font-weight: 600; color: $sky-color; position: absolute; top: 30px; left: 0; right: 0; font-size: 20px; } } h2 { font-size: 40px; margin-bottom: 0; line-height: 1.3; } p { margin-top: 10px; margin-bottom: 0; } } /*----- Home Demo One -----*/ .header-area { padding-top: 10px; padding-bottom: 10px; .left { a { display: block; } } .right { text-align: end; ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; position: relative; padding-left: 50px; text-align: start; vertical-align: middle; margin-right: 50px; &:last-child { margin-right: 0; } &:hover { i { color: $white-color; background-color: $sky-color; } } i { display: inline-block; width: 35px; height: 35px; line-height: 35px; text-align: center; color: $sky-color; background-color: #e0f8fc; border-radius: 5px; font-size: 15px; transition: $transition; position: absolute; top: 0; left: 0; &.flaticon-placeholder:before { left: 2px; position: relative; } } h4 { font-size: 15px; margin-bottom: 5px; } a { display: block; color: $paragraph-color; font-size: 13px; &:hover { color: $sky-color; } } span { display: block; font-size: 13px; } } } } } .main-nav { background-color: $sky-color; transition: $transition; &.menu-shrink { padding-top: 10px; padding-bottom: 10px; } nav { padding-top: 0; padding-bottom: 0; .navbar-nav { margin-left: 0; margin-right: auto; .nav-item { &:first-child { a { margin-left: 0; } } &:hover { a { color: $white-color; } } a { font-weight: 600; text-transform: unset; color: $white-color; margin-left: 12px; margin-right: 12px; transition: $transition; position: relative; &:before { position: absolute; content: ''; width: 0%; height: 1px; left: 0; bottom: 0; background-color: $white-color; transition: $transition; opacity: 0; visibility: hidden; } &:hover, &:focus, &.active { color: $white-color; &:before { opacity: 1; visibility: visible; width: 50%; } } i { display: inline-block; font-size: 18px; position: relative; top: 3px; } } .dropdown-menu { border-radius: 0; border: 0; padding: 0; background: $white-color; transition: all 0.2s ease-in-out; border-top: 3px solid $main-color; li { border-bottom: 1px solid #f1f1f1; &:hover { .dropdown-menu { top: -3px !important; } a { color: $sky-color; } } &:last-child { border-bottom: 0; } a { font-size: 15px; font-weight: 600; text-transform: unset; padding: 12px 15px; color: $main-color; &:before { display: none; } &:hover, &:focus, &.active { color: $sky-color; } } .dropdown-menu { right: -100%; left: unset; top: 15px; li { a { color: $main-color; text-transform: unset; &:hover, &:focus, &.active { color: $sky-color; } } } } } } } } } .dropdown-toggle { &::after { display: none; } } } .side-nav { vertical-align: middle; .cart { display: inline-block; vertical-align: middle; margin-right: 15px; position: relative; top: 3px; a { display: inline-block; position: relative; color: $white-color; font-size: 30px; span { position: absolute; top: 5px; right: -4px; font-size: 13px; width: 15px; height: 15px; line-height: 15px; text-align: center; border-radius: 50%; color: $white-color; background-color: $main-color; } } } .languages { display: inline-block; vertical-align: middle; margin-right: 20px; .nice-select { height: 30px; line-height: 30px; background-color: transparent; border: 0; font-size: $all-size; color: $white-color; font-weight: 500; &:after { border-bottom: 2px solid $white-color; border-right: 2px solid $white-color; } ul { border: 0; border-radius: 0; display: block; width: 100%; li { display: block; width: 100%; color: $main-color; font-size: 15px; } } } } .social { display: inline-block; vertical-align: middle; margin-right: 25px; ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 3px; &:last-child { margin-right: 0; } a { display: block; color: $white-color; font-size: 17px; } } } } .side-menu { vertical-align: middle; display: inline-block; .modal-btn { padding: 0; width: 30px; height: 30px; text-align: center; border-radius: 5px; color: $sky-color; background-color: $white-color; transition: $transition; font-size: 20px; i { line-height: 30px; } &:hover { color: $white-color; background-color: $main-color; } } } } #myModalRight { z-index: 99999; padding-right: 0 !important; .modal-header{ .btn-close { &:focus { box-shadow: none; } } } } .modal { .modal-body { h2 { font-size: 22px; margin-bottom: 8px; } p { margin-bottom: 30px; } .image-area { h2 { margin-bottom: 15px; } a { display: block; background-color: #ecf7f9; margin-bottom: 20px; border-radius: 5px; &:hover { background-color: $sky-color; } } } .social-area { ul { margin: 0; padding: 0; li { list-style: none; display: inline-block; margin-right: 5px; a { display: block; color: $sky-color; font-size: 20px; &:hover { color: $main-color; } } } } } } &.modal-right { .modal-dialog { max-width: 380px; min-height: 100vh; } &.show .modal-dialog { transform: translate(0, 0); } .modal-content { height: 100vh; overflow-y: auto; border-radius: 0; } } &.modal-left { .modal-dialog { transform: translate(-100%, 0); margin: 0 auto 0 0; } } &.modal-right { .modal-dialog { transform: translate(100%, 0); margin: 0 0 0 auto; } } } .banner-area { overflow: hidden; } .banner-bg-one { background-image: url('../images/banner/main1.jpg'); } .banner-item { height: 850px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(90deg, rgba(2,18,58,0.18494638164391675) 0%, rgba(2,18,58,0) 100%); opacity: .10; } } .banner-content { position: relative; z-index: 1; max-width: 675px; margin-top: 70px; .title { font-size: 20px; display: block; font-weight: 600; color: $sky-color; margin-bottom: 25px; animation-duration: 1.5s; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 0.5s; } h1 { font-size: 68px; margin-bottom: 35px; animation-duration: 1s; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 0.5s; } } .about-area { background-color: #ecf7f9; background-image: url('../images/about/bg1.png'); background-size: cover; background-position: center center; background-repeat: no-repeat; .about-img { text-align: center; } .about-content { padding-top: 100px; padding-bottom: 100px; .section-title { margin-left: 0; text-align: start; p { font-weight: 500; } } ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 20px; font-weight: 500; position: relative; padding-left: 40px; &:hover { i { color: $white-color; background-color: $sky-color; } } i { position: absolute; top: -3px; left: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 25px; color: $sky-color; background-color: $white-color; transition: $transition; border-radius: 5px; } } } .common-btn { margin-top: 25px; } } } .services-item { margin-bottom: 30px; transition: $transition; &:hover { transform: translate(0, -5px); .bottom { span { width: 50px; height: 50px; } .icon { color: $white-color; background-color: $sky-color; } } } .top { a { display: block; img { border-radius: 10px; } } } .bottom { background-color: $white-color; border-radius: 10px; position: relative; padding: 30px 30px 30px 105px; max-width: 92%; margin-left: auto; margin-right: auto; margin-top: -40px; box-shadow: 0px 8px 20px 0px #f5fcfe; span { position: absolute; width: 15px; height: 15px; transition: $transition; &:nth-child(1) { top: 0; left: 0; border-top-left-radius: 10px; border-top: 3px solid $sky-color; border-left: 3px solid $sky-color; } &:nth-child(2) { top: 0; right: 0; border-top-right-radius: 10px; border-top: 3px solid $sky-color; border-right: 3px solid $sky-color; } &:nth-child(3) { bottom: 0; right: 0; border-bottom-right-radius: 10px; border-bottom: 3px solid $sky-color; border-right: 3px solid $sky-color; } &:nth-child(4) { bottom: 0; left: 0; border-bottom-left-radius: 10px; border-bottom: 3px solid $sky-color; border-left: 3px solid $sky-color; } } .icon { display: inline-block; position: absolute; top: 30px; left: 30px; width: 60px; height: 60px; line-height: 60px; border-radius: 10px; text-align: center; font-size: 30px; color: $sky-color; background-color: #e0f8fc; transition: $transition; } h3 { font-size: 22px; margin-bottom: 10px; a { color: $main-color; &:hover { color: $sky-color; } } } p { margin-bottom: 10px; } .services-btn { display: inline-block; color: $sky-color; font-weight: 500; i { position: relative; top: 2px; } &:hover { color: $main-color; } } } } .consultation-area { background-image: url('../images/consultation-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $white-color; opacity: .70; z-index: -1; } .section-title { margin-bottom: 30px; text-align: start; } .consultation-content { text-align: end; margin-bottom: 30px; ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; vertical-align: middle; text-align: start; .common-btn { box-shadow: 0px 0px 20px 0px #5fc8db; margin-right: 30px; } h3 { font-size: 34px; margin-bottom: 5px; a { color: $main-color; &:hover { color: $paragraph-color; } } } span { display: block; font-weight: 500; } } } } } .doctors-item { margin-bottom: 30px; box-shadow: 0px 0px 20px 0px #e5fafd; transition: $transition; &:hover { transform: translate(0, -5px); } .top { position: relative; text-align: center; background-color: #e1f4fa; ul { margin: 0; padding: 0; position: absolute; top: 30%; left: 30px; display: none; li { list-style-type: none; display: block; margin-bottom: 15px; a { display: block; width: 45px; height: 45px; text-align: center; border-radius: 5px; font-size: 25px; color: $white-color; background-color: $sky-color; i { line-height: 45px; } &:hover { color: $white-color; background-color: $main-color; } } } } } .bottom { padding: 30px 30px 30px; display: flex; flex-wrap: wrap; vertical-align: middle; .left { flex: 0 0 20%; max-width: 20%; } .right { flex: 0 0 75%; max-width: 75%; margin-left: 15px; } i { display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; color: $sky-color; background-color: #e1f4fa; font-size: 35px; border-radius: 5px; transition: $transition; cursor: pointer; &:hover { color: $white-color; background-color: $sky-color; } } h3 { font-size: 22px; margin-bottom: 6px; a { color: $sky-color; &:hover { color: $main-color; } } } span { display: block; } } } .choose-area { position: relative; z-index: 1; background-color: #f6fcfe; .choose-shape { img { position: absolute; z-index: -1; &:nth-child(1) { top: 0; right: 0; } &:nth-child(2) { bottom: 0; right: 0; } &:nth-child(3) { bottom: 0; left: 0; } } } .choose-img { margin-bottom: 30px; text-align: center; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $sky-color; z-index: -1; animation: border-transform-default-two 10s linear infinite alternate forwards; } img { animation: border-transform-default 10s linear infinite alternate forwards; } } .choose-content { .section-title { text-align: start; p { font-weight: 500; } } ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 30px; padding-left: 70px; position: relative; &:hover { i { color: $white-color; background-color: $sky-color; } } i { display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 25px; border-radius: 10px; color: $sky-color; background-color: $white-color; box-shadow: 0px 0px 20px 0px #e5f9fd; transition: $transition; position: absolute; top: 0; left: 0; } h3 { font-size: 22px; margin-bottom: 8px; } } } } } @keyframes border-transform-default { 0%, to { border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; } 14% { border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; } 28% { border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; } 42% { border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; } 56% { border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; } 70% { border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; } 84% { border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } } @keyframes border-transform-default-two { 0%, to { border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; } 14% { border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; } 28% { border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; } 42% { border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; } 56% { border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; } 70% { border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; } 84% { border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } } .blog-area { .section-title { h2 { max-width: 400px; margin-left: auto; margin-right: auto; } } } .blog-item { margin-bottom: 30px; transition: $transition; &:hover { transform: translate(0, -5px); } .top { a { display: block; img { border-radius: 10px; } } } .bottom { background-color: $white-color; border-radius: 10px; padding: 30px 25px 30px; max-width: 92%; margin-left: auto; margin-right: auto; margin-top: -40px; box-shadow: 0px 8px 20px 0px #f5fcfe; position: relative; h3 { font-size: 22px; margin-bottom: 10px; line-height: 1.4; a { color: $main-color; &:hover { color: $sky-color; } } } p { margin-bottom: 12px; } ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 15px; span { display: block; font-weight: 500; color: $sky-color; font-size: 16px; } } } } } .testimonials-area { background-image: url('../images/testimonials-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $white-color; opacity: .70; z-index: -1; } .testimonials-img { img { position: absolute; bottom: 0; right: 30px; max-width: 170px; } } .testimonials-slider { max-width: 1150px; } .testimonials-item { border-radius: 10px; background-color: $sky-color; padding: 30px 90px 30px 30px; .top { position: relative; padding-left: 75px; margin-bottom: 25px; img { position: absolute; top: 0; left: 0; max-width: 60px; border-radius: 50%; } h3 { font-size: 22px; margin-bottom: 5px; color: $white-color; } span { display: block; } } p { font-size: 18px; color: $white-color; font-style: italic; margin-bottom: 20px; } ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; i { color: #ddd; &.checked { color: $white-color; } } } } .icon { display: inline-block; color: $white-color; font-size: 50px; position: absolute; bottom: 10px; right: 35px; } } .owl-theme { .owl-nav.disabled+.owl-dots { margin-top: 30px; margin-bottom: -11px; } .owl-dots { .owl-dot { span { background: $main-color; transition: $transition; width: 15px; height: 15px; } } .owl-dot.active span, .owl-dot:hover span { background: $sky-color; } } } } .partner-item { text-align: center; img { margin-left: auto; margin-right: auto; width: auto !important; } } .footer-area { background-color: #020016; } .footer-item { margin-bottom: 30px; h3 { font-size: 22px; color: $sky-color; margin-bottom: 30px; } .footer-contact { ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 12px; &:last-child { margin-bottom: 0; } span { display: block; font-weight: 500; color: $white-color; margin-bottom: 5px; } a { display: block; color: $white-color; &:hover { color: $white-color; padding-left: 5px; } } } } } .footer-links { ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 12px; &:last-child { margin-bottom: 0; } a { display: block; color: $white-color; &:hover { color: $white-color; padding-left: 5px; } } } } } .footer-hours { ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 12px; font-weight: 500; color: $white-color; position: relative; &:last-child { margin-bottom: 0; } span { font-weight: 400; position: absolute; top: 0; right: 0; } } } } } .copyright-area { background-color: #0e0c21; padding-top: 15px; padding-bottom: 15px; p { color: $white-color; a { display: inline-block; color: $white-color; font-weight: 700; &:hover { letter-spacing: 1px; color: $white-color; } } } ul { text-align: end; margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 15px; padding-right: 15px; border-right: 1px solid $white-color; &:last-child { margin-right: 0; padding-right: 0; border-right: 0; } a { color: $white-color; &:hover { letter-spacing: 1px; color: $white-color; } } } } } /*----- Home Demo Two -----*/ .banner-bg-two { background-image: url('../images/banner/main2.jpg'); } .banner-bg-three { background-image: url('../images/banner/main3.jpg'); } .banner-bg-four { background-image: url('../images/banner/main4.jpg'); } .banner-area.two { .banner-item { &:before { background: linear-gradient(90deg, rgba(255,255,255,0.8169688535540292) 36%, rgba(255,255,255,0) 61%); opacity: 1; } } .banner-content { max-width: 720px; h1 { margin-bottom: 22px; } p { margin-bottom: 30px; font-weight: 500; font-size: 18px; } } .owl-theme { .owl-nav.disabled+.owl-dots { margin-top: 0; position: absolute; left: 0; right: 0; bottom: 30px; } .owl-dots { .owl-dot { span { width: 60px; height: 6px; background: #82dce7; transition: $transition; } } .owl-dot.active span, .owl-dot:hover span { background: $sky-color; } } } } .about-area.two { background-image: unset; background-color: $white-color; z-index: 1; position: relative; .about-shape { img { position: absolute; z-index: -1; &:nth-child(1) { top: 0; right: 0; } &:nth-child(2) { left: 0; bottom: 0; } } } .about-img { margin-bottom: 30px; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $sky-color; z-index: -1; animation: border-transform-default-two 10s linear infinite alternate forwards; } img { animation: border-transform-default 10s linear infinite alternate forwards; } } .about-content { padding-top: 0; padding-bottom: 0; margin-bottom: 30px; ul { li { i { color: $main-color; background-color: #ddf8fb; } &:hover { i { color: $white-color; background-color: $sky-color; } } } } } } .services-area.two { background-image: url(../images/testimonials-bg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: #fff; opacity: .70; z-index: -1; } .services-item { .bottom { max-width: 100%; margin-top: 0; } } } .counter-area { background-image: url(../images/consultation-bg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: #fff; opacity: .70; z-index: -1; } } .counter-item { background-color: $white-color; box-shadow: 0px 0px 20px 0px #dddddd; position: relative; padding: 40px 30px 40px 115px; margin-bottom: 30px; i { display: inline-block; color: $sky-color; font-size: 70px; line-height: 70px; position: absolute; top: 40px; left: 30px; } h3 { font-size: 40px; color: $sky-color; margin-bottom: 5px; margin-top: -10px; .target { margin-left: -5px; position: relative; top: 1px; } } p { font-weight: 500; } } img.mfp-img { background-color: #e1f4fa; } .shop-item { margin-bottom: 30px; text-align: center; transition: $transition; position: relative; h4 { width: 55px; height: 55px; line-height: 55px; text-align: center; font-size: 16px; border-radius: 50%; color: $white-color; background-color: $sky-color; position: absolute; top: 30px; right: 30px; z-index: 1; } &:hover { transform: translate(0, -5px); .top { ul { left: 30px; opacity: 1; visibility: visible; } } } .top { background-color: #e1f4fa; padding: 30px 30px 30px; border-radius: 5px; margin-bottom: 20px; position: relative; ul { position: absolute; top: 30px; left: 20px; margin: 0; padding: 0; opacity: 0; visibility: hidden; transition: $transition; li { list-style-type: none; display: block; margin-bottom: 15px; a { display: block; width: 55px; font-size: 25px; height: 55px; text-align: center; border-radius: 5px; color: $sky-color; background-color: $white-color; i { line-height: 55px; } &:hover { color: $white-color; background-color: $sky-color; } } } } } .bottom { h3 { font-size: 22px; margin-bottom: 8px; a { color: $sky-color; &:hover { color: $main-color; } } } span { display: block; font-size: 16px; } } } .client-area { background-color: #7adfed; position: relative; .client-img { img { position: absolute; bottom: 0; right: 30px; } } .section-title { text-align: start; .top { .top-title { color: #90e4ef; opacity: 1; } .sub-title { color: $paragraph-color; } } h2 { max-width: 500px; } } .slider-for { max-width: 640px; } .client-item { position: relative; .icon { display: inline-block; font-size: 40px; line-height: 40px; color: $white-color; margin-bottom: 15px; } p { font-size: 22px; font-weight: 500; margin-bottom: 25px; } ul { margin: 0; padding: 0; position: absolute; top: 0; right: 0; li { list-style-type: none; display: inline-block; i { display: block; color: $white-color; font-size: 18px; &.checked { color: $white-color; } } } } } .slider-nav { max-width: 550px; } .top-img { opacity: .60; cursor: pointer; &:focus { outline: none; } &.slick-current { opacity: 1; } img { max-width: 100px; border-radius: 50%; margin-bottom: 15px; } h3 { font-size: 22px; margin-bottom: 5px; } span { display: block; } } } .features-item { margin-bottom: 30px; border-radius: 10px; padding: 30px 30px 25px; background-color: #7adfed; position: relative; transition: $transition; &:hover { transform: translate(0, -5px); background-color: #e1f4fa; .features-btn { color: $sky-color; } } span { display: inline-block; font-weight: 700; font-size: 30px; position: absolute; top: 30px; right: 30px; } i { display: inline-block; width: 90px; height: 90px; text-align: center; line-height: 90px; font-size: 35px; color: $sky-color; background-color: $white-color; margin-bottom: 22px; border-radius: 5px; } h3 { font-size: 22px; margin-bottom: 15px; a { color: $main-color; &:hover { letter-spacing: 1px; } } } p { margin-bottom: 13px; } .features-btn { font-weight: 600; color: $paragraph-color; font-size: 16px; } } .appointment-area { background-color: #e1f4fa; position: relative; z-index: 1; .appointment-shape { img { position: absolute; z-index: -1; &:nth-child(1) { top: 0; right: 0; } &:nth-child(2) { bottom: 0; right: 0; } } } .appointment-img { background-image: url('../images/appointment-main1.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; img { display: none; } } .appointment-content { padding-top: 100px; padding-bottom: 100px; padding-left: 30px; max-width: 645px; h3 { font-size: 24px; margin-bottom: 20px; } span { display: block; margin-bottom: 30px; } .form-group { margin-bottom: 15px; .form-control { height: 50px; background-color: transparent; border: 0; border-radius: 0; border-bottom: 1px solid $paragraph-color; padding-left: 0; transition: $transition; &:focus { border: 0; border-bottom: 1px solid $sky-color; box-shadow: none; } } textarea { height: auto !important; } } .common-btn { margin-top: 10px; span { margin-bottom: 0; } } } } /*----- Home Demo Three -----*/ .main-nav.two { background: $main-color; .side-nav { .cart { a { span { color: #fff; background-color: $sky-color; } } } .social { margin-right: 0; } } } .banner-area.three { background-color: #99e2ec; position: relative; z-index: 1; .banner-shape { img { z-index: -1; position: absolute; &:nth-child(1) { top: 0; left: 0; } &:nth-child(2) { top: 0; right: 0; } &:nth-child(3) { z-index: 1; bottom: 0; right: 75px; max-width: 530px; } } } .banner-content { max-width: 770px; .title { color: $white-color; } h1 { margin-bottom: 22px; } p { margin-bottom: 30px; font-weight: 500; font-size: 18px; } .common-btn { background-color: $main-color; } .banner-btn { margin-left: 15px; background-color: $white-color; color: $main-color; .one, .two { &:before { background-color: $main-color; } &:after { background-color: $main-color; } } } } } .about-area.three { .about-img-two { margin-bottom: 30px; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; bottom: 0; left: 0; border-radius: 30px; background-color: #bff0f6; z-index: -1; } img { border-radius: 30px; position: relative; top: -30px; left: 40px; max-width: 610px; } } .about-content { padding-left: 30px; .section-title { margin-bottom: 30px; p { margin-bottom: 0 !important; border-left: 3px solid $sky-color; padding-left: 15px; } } p { margin-bottom: 5px; } ul { margin: 0; padding: 0; margin-top: 30px; li { list-style-type: none; display: inline-block; margin-bottom: 0; font-weight: 400; padding-left: 0; margin-right: 20px; &:hover { a { i { color: $sky-color; background-color: transparent; } } } a { display: inline-block; vertical-align: middle; &:hover { i { color: $white-color; background-color: $sky-color; } } i { position: relative; top: 0; width: 70px; height: 70px; line-height: 68px; font-size: 45px; color: $sky-color; background-color: transparent; border-radius: 50%; border: 2px solid $sky-color; } } span { display: inline-block; font-weight: 500; vertical-align: middle; margin-left: 5px; } .common-btn { margin-top: 0; color: $white-color; background-color: $main-color; span { margin-left: 0; display: unset; } } } } } } .features-area.two { background-color: #e5f9fc; position: relative; z-index: 1; .features-shape { img { position: absolute; z-index: -1; &:nth-child(1) { top: 0; left: 0; } &:nth-child(2) { top: 0; right: 0; } } } .features-item { i { transition: $transition; } &:hover { background-color: $white-color; box-shadow: 0px 0px 20px 0px #b4ecf5; i { color: $white-color; background-color: $sky-color; } } } } .services-area.three { background-color: $main-color; .section-title { text-align: start; h2 { color: $white-color; } p { color: $white-color; margin: 0; position: absolute; top: 25px; right: 0; max-width: 620px; } } .services-item { .bottom { box-shadow: none; } } } .counter-area.two { background-image: unset; &:before { display: none; } .counter-item { box-shadow: 0px 0px 20px 0px #e6f8fa; } } .faq-area { background-image: url(../images/faq-bg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: #fff; opacity: .70; z-index: -1; } .container { position: relative; .faq-img { img { position: absolute; left: 0; bottom: -100px; max-width: 500px; } } } .faq-item { max-width: 800px; border-radius: 10px; background-color: $white-color; margin-left: auto; padding: 50px 30px 50px; .accordion { margin: 0; padding: 0; li { position: relative; list-style-type: none; margin-bottom: 30px; display: block; &:last-child { margin-bottom: 0; } .faq-head { color: $main-color; font-size: 18px; width: 100%; display: block; cursor: pointer; font-weight: 500; margin-bottom: 0; transition: $transition; line-height: 1.4; position: relative; padding-left: 50px; span { display: inline-block; position: absolute; top: -5px; left: 0; width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 5px; color: $main-color; background-color: #d8f6fb; } &:after { position: absolute; right: 15px; content: "+"; top: -7px; color: $main-color; font-size: 25px; text-align: center; } &.active { color: $sky-color; &:after { content: '-'; font-size: 25px; } } } .faq-content { display: none; background-color: $white-color; padding-left: 50px; .inner-list { margin: 0; padding: 0; li { list-style-type: none; display: block; background-color: transparent; box-shadow: none; padding: 0; margin-bottom: 10px; &:last-child { margin-bottom: 0; } } } p { margin-bottom: 0; margin-top: 8px; } a { display: inline-block; color: $main-color; font-weight: 600; &:hover { color: $sky-color; } } } } } } } .pricing-item { margin-bottom: 30px; transition: $transition; background-color: #e5f6fc; padding: 30px 30px 30px; border-radius: 5px; text-align: center; &:hover { transform: translate(0, -5px); background-color: $white-color; box-shadow: 0px 0px 20px 0px #daf7fa; } .title { font-weight: 600; font-size: 22px; margin-bottom: 15px; display: block; } i { display: inline-block; color: $sky-color; font-size: 65px; line-height: 65px; margin-bottom: 15px; } h3 { margin-bottom: 25px; font-size: 40px; } ul { margin: 0; padding: 0; margin-bottom: 40px; li { list-style-type: none; display: block; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #b4c3ce; } } } /*----- About -----*/ .main-nav.three { background-color: $main-color; .side-nav { .cart { a { span { color: #fff; background-color: $sky-color; } } } } } .title-bg-one { background-image: url('../images/title/1.jpg'); } .page-title-area { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; height: 450px; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $white-color; opacity: .80; z-index: -1; } .title-content { text-align: center; margin-top: 80px; h2 { font-size: 35px; margin-bottom: 10px; } ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; font-weight: 500; margin-left: 10px; margin-right: 10px; position: relative; &:before { position: absolute; content: ''; width: 1px; height: 15px; right: -13px; top: 6px; background-color: $main-color; } &:last-child { &:before { display: none; } } a { display: block; color: $paragraph-color; &:hover { color: $sky-color; } } span { display: block; } } } } } .services-area.four { .section-title { text-align: start; p { margin: 0; position: absolute; top: 30px; right: 0; max-width: 650px; } } } .title-bg-two { background-image: url('../images/title/2.jpg'); } /*----- Doctor Details -----*/ .common-social { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 5px; a { display: block; border-radius: 5px; color: $white-color; background-color: $sky-color; width: 35px; height: 35px; text-align: center; font-size: 18px; i { line-height: 35px; } &:hover { color: $white-color; background-color: $main-color; } } } } .doctor-details-area { .doctor-info { margin-bottom: 30px; .top { text-align: center; background-color: #b1e9f0; padding-top: 30px; } .bottom { padding: 30px 30px 30px; box-shadow: 0px 0px 20px 0px #f2fdfe; h3 { font-size: 22px; margin-bottom: 8px; } span { display: block; font-size: 16px; font-weight: 500; margin-bottom: 12px; color: $sky-color; } p { margin-bottom: 22px; } } } .details-content { margin-bottom: 30px; h2 { font-size: 45px; margin-bottom:12px; } p { margin-bottom: 8px; &:last-child { margin-bottom: 0; } } .info { padding: 30px 30px; background-color: #e6f9fc; margin-top: 30px; margin-bottom: 30px; ul { margin: 0; padding: 0; li { list-style-type: none; display: block; position: relative; font-weight: 500; margin-bottom: 12px; &:last-child { margin-bottom: 0; } span { display: block; position: absolute; top: 0; right: 0; font-weight: 400; } } } } h3 { font-size: 22px; margin-bottom: 8px; } .row { margin-top: 30px; } .inner { margin-bottom: 30px; background-color: #f5fbfc; position: relative; padding-left: 100px; padding: 50px 30px 50px 110px; border-radius: 5px; i { display: inline-block; color: $sky-color; font-size: 60px; line-height: 60px; position: absolute; top: 50px; left: 30px; } h4 { font-size: 20px; margin-bottom: 8px; } span { display: block; font-weight: 500; font-size: 16px; color: $sky-color; } } .list-service { margin-top: 25px; margin-bottom: 10px; ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; li { list-style-type: none; display: inline-block; margin-right: 15px; margin-bottom: 15px; background-color: #daf8fc; font-weight: 500; position: relative; flex: 0 0 40%; max-width: 40%; padding: 15px 15px 15px 35px; &:before { position: absolute; top: 22px; left: 15px; content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: $paragraph-color; transition: $transition; } &:hover { &:before { background-color: $sky-color; } } } } } } } .common-doctor-contact { margin-bottom: 30px; background-image: url('../images/doctors/bg1.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; z-index: 1; padding: 30px 30px 30px; &:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: $sky-color; opacity: .95; z-index: -1; } .inner { position: relative; padding-left: 85px; margin-bottom: 20px; i { width: 65px; height: 65px; line-height: 65px; text-align: center; font-size: 35px; border-radius: 50%; color: $sky-color; background-color: $white-color; position: absolute; top: 5px; left: 0; display: inline-block; } a { font-weight: 700; font-size: 30px; color: $white-color; display: block; &:hover { color: $main-color; } } } h4 { margin-bottom: 15px; color: $white-color; font-size: 30px; } p { color: $white-color; margin-bottom: 20px; } .common-btn { color: $sky-color; background-color: $white-color; .one, .two { &:before { background-color: $main-color; } &:after { background-color: $main-color; } } } } .title-bg-three { background-image: url('../images/title/3.jpg'); } /*----- Service Details -----*/ .service-details-area { .details-item { img { margin-bottom: 25px; } h2 { font-size: 30px; margin-bottom: 10px; } p { margin-bottom: 8px; &:last-child { margin-bottom: 0; } } h3 { font-size: 22px; margin-bottom: 8px; margin-top: 20px; } ul { margin: 0; padding: 0; margin-top: 12px; li { list-style-type: none; display: block; margin-bottom: 12px; position: relative; padding-left: 20px; &:before { position: absolute; content: ''; width: 10px; height: 10px; top: 8px; left: 0; background-color: $sky-color; border-radius: 50%; } &:last-child { margin-bottom: 0; } } } } } .widget-area { .widget-item { margin-bottom: 30px; &:last-child { margin-bottom: 0; } h3 { font-size: 22px; margin-bottom: 30px; padding-bottom: 10px; position: relative; &:before { position: absolute; content: ''; width: 80px; height: 3px; left: 0; bottom: 0; background-color: $sky-color; } } } .categories { ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 20px; &:last-child { margin-bottom: 0; } a { display: block; color: $paragraph-color; font-weight: 500; padding: 15px 15px 15px 35px; background-color: #edfafe; position: relative; &:before { position: absolute; content: ''; width: 10px; height: 10px; top: 22px; left: 15px; background-color: $sky-color; transition: $transition; } &:hover { background-color: $white-color; box-shadow: 0px 0px 15px 0px #edfafe; &:before { border-radius: 50%; } } } } } } .consult { padding: 30px 30px; box-shadow: 0px 0px 20px 0px #f1f1f1; .form-group { margin-bottom: 20px; label { margin-bottom: 10px; font-weight: 500; font-size: 16px; display: block; } .form-control { height: 60px; border: 0; border-radius: 0; background-color: #edfafe; &:focus { border: 0; box-shadow: none; } } } .nice-select { height: 60px; line-height: 60px; border: 0; border-radius: 0; background-color: #edfafe; font-size: $all-size; margin-bottom: 20px; display: block; width: 100%; ul { border-radius: 0; border: 0; width: 100%; display: block; } } .text-center { text-align: start !important; } .common-btn { border-radius: 0; } } } .cart-area { .cart-content { p { font-size: 20px; font-weight: 500; background-color: #f9f9f9; padding: 30px 30px 30px 75px; margin-bottom: 0; position: relative; border-bottom: 1px solid $sky-color; margin-bottom: 30px; &:before { position: absolute; content: ''; width: 30px; height: 30px; top: 32px; left: 30px; border: 1px solid $sky-color; } } } } .checkout-area { .top { margin-bottom: 30px; .form-check { background-color: #f5f6f6; padding: 25px 25px 25px 60px; margin-bottom: 20px; &:last-child { margin-bottom: 0; } .form-check-input { border-radius: 0; margin-top: 3px; &:focus { border-color: $sky-color; box-shadow: none; } } .form-check-label { font-weight: 500; a { display: inline-block; color: $sky-color; &:hover { color: $paragraph-color; } } } } } .billing { padding: 30px 30px; background-color: #f5f6f6; margin-bottom: 30px; h3 { font-size: 22px; margin-bottom: 30px; } .form-group { margin-bottom: 20px; label { font-size: 16px; font-weight: 500; margin-bottom: 15px; } .form-control { height: 50px; border: 0; box-shadow: none; border-radius: 0; &:focus { border: 0; box-shadow: none; } } textarea { padding-top: 13px; height: auto !important; } } } .summery { padding: 30px 30px 30px; background-color: #f5f6f6; margin-bottom: 30px; h3 { font-size: 22px; margin-bottom: 30px; } ul { margin: 0; padding: 0; li { list-style-type: none; display: block; position: relative; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid $paragraph-color; font-weight: 500; span { position: absolute; top: 0; right: 0; } &:last-child { font-size: 18px; font-weight: 600; border-bottom: 0; padding-bottom: 0; margin-bottom: 0; } } } } } .wishlist-area { .table { background-color: #f9f9f9; margin-bottom: 0; text-align: center; thead { tr { border: 0; border-bottom: 2px solid $sky-color; } th { padding-top: 25px; padding-bottom: 25px; } } tbody { tr { vertical-align: middle; border: 0; border-bottom: 1px solid #ddd; } .trash { display: inline-block; font-size: 40px; color: $sky-color; font-weight: 400; &:hover { color: $main-color; } } } } } .shop-details-area { .details-img { text-align: center; background-color: #e8f8fd; margin-bottom: 30px; img { padding-top: 50px; padding-bottom: 50px; } } .details-content { margin-bottom: 30px; h2 { font-size: 30px; margin-bottom: 12px; } .reviews { margin: 0; padding: 0; margin-bottom: 10px; li { list-style-type: none; display: inline-block; i { display: block; color: #ddd; &.checked { color: #ffc107; } } } } h3 { font-size: 22px; color: $sky-color; margin-bottom: 8px; } p { margin-bottom: 15px; } .tag { margin: 0; padding: 0; margin-bottom: 30px; max-width: 300px; li { list-style-type: none; display: block; margin-bottom: 12px; position: relative; font-weight: 500; &:last-child { margin-bottom: 0; } span { position: absolute; top: 0; right: 0; font-weight: 400; } .number { margin: 0; padding: 0; text-align: center; display: inline-block; position: absolute; top: 0; right: 0; li { list-style-type: none; display: inline-block; span { position: relative; display: inline-block; } .minus, .plus { color: $paragraph-color; display: inline-block; text-align: center; cursor: pointer; width: 35px; height: 35px; line-height: 30px; font-size: 20px; vertical-align: middle; border: 1px solid $paragraph-color; } input { height: 35px; width: 35px; line-height: 35px; text-align: center; border: 0; display: inline-block; vertical-align: middle; color: $paragraph-color; border: 1px solid $paragraph-color; margin-left: -7px; margin-right: -5px; &:focus { outline: 0; } } } } } } .common-btn { margin-bottom: 25px; } .social-links { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 8px; span { display: block; font-weight: 500; } a { color: $sky-color; display: block; &:hover { color: $main-color; } } } } } .describe-area { .nav-pills { margin-bottom: 20px; border-bottom: 1px dotted $paragraph-color; padding-bottom: 15px; .nav-item { &:first-child { .nav-link { padding-left: 0; } } &:last-child { .nav-link { border-right: 0; padding-right: 0; } } } .nav-link { padding: 0; font-size: 24px; font-weight: 700; padding-right: 25px; padding-left: 25px; border-right: 1px solid $sky-color; border-radius: 0; } .nav-link.active, .show>.nav-link { color: $sky-color; background-color: transparent; } } .tab-content { ul { margin: 0; padding: 0; li { list-style-type: none; display: block; margin-bottom: 30px; position: relative; padding-left: 110px; &:last-child { margin-bottom: 0; } img { position: absolute; top: 0; left: 0; border-radius: 5px; max-width: 90px; } h3 { font-size: 22px; margin-bottom: 8px; } p { margin-bottom: 0; max-width: 870px; } } } } } } /*----- Blog Details -----*/ .title-bg-four { background-image: url('../images/title/4.jpg'); } .blog-details-area { .details-item { img { margin-bottom: 30px; } ul { margin: 0; padding: 0; margin-bottom: 15px; li { list-style-type: none; display: inline-block; margin-right: 15px; color: $sky-color; } } h2 { font-size: 30px; margin-bottom: 8px; } p { margin-bottom: 8px; } blockquote { background-color: #edfafe; padding: 30px 30px 30px; border-left: 2px solid $sky-color; margin-top: 30px; margin-bottom: 25px; i { display: inline-block; color: $sky-color; font-size: 40px; margin-bottom: 10px; } p { font-weight: 500; font-size: 18px; margin-bottom: 0; } } .row { margin-top: 30px; } .tags { background-color: #e9f7fb; padding: 15px 15px; margin-bottom: 30px; margin-top: 30px; .row { margin-top: 0; } .left { ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; position: relative; margin-right: 10px; vertical-align: middle; &:before { position: absolute; content: ','; right: -6px; bottom: 0; color: $paragraph-color; } &:first-child { margin-right: 5px; &:before { display: none; } } &:last-child { &:before { display: none; } } i { display: inline-block; font-size: 28px; position: relative; top: 4px; } a { display: inline-block; font-size: 16px; color: $paragraph-color; &:hover { color: $sky-color; } } } } } .right { text-align: end; ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-right: 10px; vertical-align: middle; &:last-child { margin-right: 0; } span { display: block; font-weight: 500; color: $paragraph-color; } a { display: block; color: $sky-color; &:hover { color: $main-color; } } } } } } .arrows { margin-bottom: 30px; .left { a { i { font-size: 20px; position: relative; top: 3px; margin-right: -4px; } } } .right { text-align: end; a { i { font-size: 20px; position: relative; top: 3px; margin-left: -4px; } } } a { display: inline-block; color: $paragraph-color; &:hover { color: $sky-color; } } } .comment { h3 { font-size: 22px; margin-bottom: 20px; } .form-group { margin-bottom: 20px; .form-control { height: 50px; background-color: #f7f9f9; border: 0; border-radius: 0; &:focus { border: 0; box-shadow: none; } } textarea { height: auto !important; padding-top: 13px; } .form-check { margin-bottom: 0; .form-check-input { border-radius: 0; margin-top: 3px; box-shadow: none; &:checked { box-shadow: none; } } } } .common-btn { border-radius: 0; } } } } .widget-area { .search { form{ position: relative; .form-control { height: 60px; border: 0; border-radius: 0; box-shadow: 0px 0px 20px 0px #f1f1f1; &:focus { border: 0; box-shadow: 0px 0px 20px 0px #f1f1f1; } } .btn { width: 60px; height: 60px; border-radius: 0; font-size: 25px; line-height: 63px; padding: 0; transition: $transition; color: $white-color; background-color: $sky-color; position: absolute; top: 0; right: 0; &:hover { color: $white-color; background-color: $main-color; } } } } .post { padding: 30px 30px; box-shadow: 0px 0px 20px 0px #f1f1f1; .inner { margin-bottom: 15px; &:last-child { margin-bottom: 0; } ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; li { list-style-type: none; display: inline-block; &:nth-child(1) { flex: 0 0 25%; max-width: 25%; } &:nth-child(2) { flex: 0 0 70%; max-width: 70%; margin-left: 10px; } a { display: block; color: $paragraph-color; font-weight: 500; font-size: 18px; margin-bottom: 5px; &:hover { color: $sky-color; } } span { display: block; font-size: 15px; color: $sky-color; position: relative; padding-left: 15px; &:before { position: absolute; content: ''; width: 8px; height: 8px; left: 0; top: 7px; background-color: $sky-color; border-radius: 50%; } } } } } } .tags { padding: 30px 30px; box-shadow: 0px 0px 20px 0px #f1f1f1; h3 { margin-bottom: 22px; } ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-top: 8px; margin-right: 3px; a { display: block; color: $paragraph-color; font-weight: 500; font-size: 16px; background-color: #eff0f0; padding: 6px 15px; &:hover { color: $white-color; background-color: $sky-color; } } } } } .common-doctor-contact.two { &:before { background-color: $main-color; } } } .contact-info-item { text-align: center; margin-bottom: 30px; padding: 40px 40px; box-shadow: 0px 0px 20px 0px #e8eff0; i { display: inline-block; width: 70px; height: 70px; text-align: center; line-height: 70px; font-size: 30px; border-radius: 50%; color: $sky-color; border: 1px solid $sky-color; margin-bottom: 20px; } h3 { margin-bottom: 15px; font-size: 22px; } a { display: block; color: $paragraph-color; &:hover { color: $sky-color; } } } .contact-area { .map-item { margin-bottom: 30px; iframe { width: 100%; height: 520px; border: 0; display: block; width: 100%; } } #contactForm { margin-bottom: 30px; h3 { font-size: 22px; margin-bottom: 30px; } .form-group { margin-bottom: 20px; .form-control { height: 50px; border: 0; border-radius: 0; box-shadow: 0px 0px 20px 0px #fafafa; &:focus { border: 0; box-shadow: 0px 0px 20px 0px #fafafa; } } textarea { height: auto !important; padding-top: 13px; } } .form-check { margin-bottom: 0; .form-check-input { border-radius: 0; margin-top: 4px; } a { display: inline-block; color: $sky-color; font-weight: 500; &:hover { color: $paragraph-color; } } } .common-btn { width: 100%; display: block; border-radius: 0; } .list-unstyled { margin-top: 10px; color: #dc3545 !important; } .text-danger { margin-bottom: 0; margin-top: 10px; color: #dc3545 !important; } .text-success { margin-bottom: 0; margin-top: 10px; color: #198754 !important; } } } .account-area { .account-item { max-width: 800px; margin-left: auto; margin-right: auto; .nav-pills { text-align: center; margin-bottom: 30px; display: block; width: 100%; li { display: inline-block; &:last-child { .nav-link { margin-right: 0; padding-right: 0; border-right: 0; } } .nav-link { padding: 0; font-size: 18px; font-weight: 500; border-right: 1px solid $paragraph-color; border-radius: 0; margin-right: 20px; padding-right: 20px; } } .nav-link.active, .nav-pills .show>.nav-link { color: $sky-color; background-color: transparent; } } .form-group { margin-bottom: 15px; label { font-size: 16px; margin-bottom: 10px; font-weight: 500; } .form-control { height: 50px; border-radius: 5px; border: 0; background-color: #eff9fc; &:focus { border: 0; box-shadow: none; } } .form-check { .form-check-input { margin-top: 3px; border-radius: 0; box-shadow: none; } } } .common-btn { width: 100%; display: block; margin-bottom: 15px; } a { color: $paragraph-color; font-size: 16px; font-weight: 500; display: block; &:hover { color: $sky-color; } } } } .appointment-area.two { background-color: $white-color; .appointment-content { padding-top: 0; padding-bottom: 0; margin-bottom: 30px; padding-left: 15px; .form-group { .form-control { border-bottom: 0; background-color: #f1f1f1; border-radius: 5px; padding-left: 15px; } } } .appointment-img-two { margin-bottom: 30px; &.left { &:nth-child(1) { img { margin-top: 45px; } } } } } .faq-area.two { background-image: unset; .faq-item { margin-right: auto; box-shadow: 0px 0px 20px 0px #f1f1f1; .accordion { li { .faq-head { background-color: #d8f6fb; padding: 10px 25px 10px 40px; border-radius: 5px; &:after { top: 4px; } span { top: 4px; } } } } } } /*----- Error -----*/ .error-area { max-width: 800px; margin-left: auto; margin-right: auto; height: 100vh; text-align: center; .error-content { i { color: $sky-color; display: inline-block; font-size: 100px; } h1 { font-size: 130px; color: $sky-color; margin-bottom: 20px; } h2 { font-size: 25px; color: $main-color; margin-bottom: 10px; } p { margin-bottom: 20px; font-weight: 500; } } } /*----- Privacy Policy -----*/ .rules-area { .top { text-align: center; margin-bottom: 50px; h2 { font-size: 25px; margin-bottom: 5px; } span { display: block; font-weight: 500; } } .inner { margin-bottom: 25px; &:last-child { margin-bottom: 0; } h3 { font-size: 22px; margin-bottom: 5px; } p { margin-bottom: 8px; &:last-child { margin-bottom: 0; } } ul { margin: 0; padding: 0; margin-top: 20px; li { list-style-type: none; display: block; margin-bottom: 10px; position: relative; padding-left: 20px; &:before { position: absolute; content: ''; width: 10px; height: 10px; top: 7px; left: 0; background-color: $main-color; } &:last-child { margin-bottom: 0; } } } } } .pagination-area { text-align: center; ul { margin: 0; padding: 0; li { list-style-type: none; display: inline-block; margin-left: 2px; margin-right: 2px; a { display: block; font-weight: 500; color: $white-color; background-color: $sky-color; border-radius: 5px; padding: 4px 12px; font-size: 16px; &:hover, &.active { color: $white-color; background-color: $main-color; } } } } } /*----- Go Top -----*/ .go-top { position: fixed; cursor: pointer; bottom: 30px; right: 0; color: $white-color; background-color: $sky-color; z-index: 4; width: 45px; text-align: center; height: 45px; opacity: 0; visibility: hidden; transition: .9s; border-radius: 50%; border: 1px solid $sky-color; i { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; transition: 0.6s; font-size: 25px; line-height: 45px; &:last-child { opacity: 0; visibility: hidden; top: 60%; } } &.active { right: 1%; transform: translateY(-1%); opacity: 1; visibility: visible; } &:hover, &:focus { color: $white-color; border: 1px solid $main-color; background-color: $main-color; i { &:first-child { opacity: 0; top: 0; visibility: hidden; } &:last-child { opacity: 1; visibility: visible; top: 50%; } } } } /*----- Loader -----*/ .loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background: $white-color; } .spinner { width: 40px; height: 40px; position: relative; margin: 100px auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: $sky-color; opacity: 0.6; position: absolute; top: 0; left: 0; animation: sk-bounce 2.0s infinite ease-in-out; } .double-bounce2 { animation-delay: -1.0s; } @keyframes sk-bounce { 0%, 100% { transform: scale(0.0); } 50% { transform: scale(1.0); } }