_doctor_list.scss 2.72 KB
Newer Older
Indra Raja's avatar
Indra Raja committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
/**************** chefs_part css start ****************/
.doctor_part {
    overflow: hidden;
    @media #{$tab}{
        padding: 70px 0 55px;
    }
    @media #{$medium_device}{
    
    }
    .single_blog_item {
        position: relative;
        @include transform_time(0.5s);

        .single_blog_img {
            position: relative;

            .social_icon {
                position: absolute;
                background-color: rgba(255, 255, 255, .9);
                opacity: 1;
                visibility: visible;
                @include transform_time(0.5s);
                right: -30px;
                text-align: center;
                padding: 10px 0;
                bottom: 30px;
                opacity: 0;
                visibility: hidden;
                a {
                    text-align: center;
                    color: #242429;
                    padding: 10px 20px;
                    display: inline-block;
                    &:hover {
                        color: $btn_bg !important;
                    }
                }
            }
        }

        &:hover {
            .social_icon {
                opacity: 1;
                visibility: visible;
                right: 0;
                opacity: 1;
                visibility: visible;
            }

            h3 {
                color: $btn_bg !important;
            }
        }

        @media #{$tab} {
            margin-bottom: 40px;

            .single_blog_img {
                img {
                    width: 100%;
                }
            }
        }

        @media #{$medium_device} {}

        h3 {
            margin-bottom: 19px !important;
            font-size: 22px;
            font-weight: 700;
            @media #{$tab} {
                margin-bottom: 10px !important;
            }
    
            @media #{$medium_device} {
                margin-bottom: 10px !important;
            }
        }
        p{
            line-height: 14px;
        }

    }

    .single_blog_text {
        @include transform_time(0.5s);
        padding: 37px 0 0;
        border: 0px solid transparent !important;
        background-color: $white_color;

        @media #{$tab} {
            padding: 22px 0 0;
        }

        @media #{$medium_device} {
            padding: 27px 0 0;
        }

    }
    .nice-select .option {
        color: #000 !important;
    }
}
.single_page_doctor_part{
    padding: 140px 0 110px;
    @media #{$tab}{
        padding: 70px 0 50px;
    }
    @media #{$medium_device}{
        padding: 80px 0 60px;
    }
    .single_blog_item{
        margin-bottom: 30px;
        @media #{$tab}{
            margin-bottom: 30px;
        }
        @media #{$medium_device}{
            margin-bottom: 30px;
        }
    }
}