@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Poetry (Verse).......Specific styles for the poetry block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */



.doctor-card-horizontal{
    display:flex;
    align-items:center;
    gap:25px;
    background:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.doctor-card-horizontal:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.doctor-img{
    flex:0 0 170px;
}

.doctor-img img{
    width:170px;
    height:220px;
    object-fit:cover;
    border-radius:12px;
    display:block;
}

.doctor-content{
    flex:1;
}

.doctor-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #418d2b;
    margin-bottom: 4px;
    font-weight: 800;
}


.doctor-content .designation {
    display: inline-block;
    background: #e1dbdb;
    color: #000000;
    padding: 1px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}




@media(max-width:767px){

    .doctor-card-horizontal{
        flex-direction:column;
        text-align:center;
    }

    .doctor-img{
        flex:0 0 auto;
    }

    .doctor-img img{
        width:180px;
        height:220px;
    }
}



.doctor-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:18px;
    padding:12px 26px;
    background:#0b4d67;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:all .3s ease;
}

.doctor-btn:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateX(5px);
}

.doctor-btn i{
    transition:transform .3s ease;
}

.doctor-btn:hover i{
    transform:translateX(4px);
}

.appointment-btn{
    width:100%;
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.appointment-btn:hover{
    background:#0b5ed7;
}






/* ===========================
   Contact Form 7 Appointment Form
=========================== */

.wpcf7-form .form-control {
    width: 100%;
    height: 55px;
    padding: 12px 18px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #d5d8db;
    transition: all .3s ease;
    box-shadow: none;
}

.wpcf7-form textarea.form-control{
    height:150px;
    resize:none;
    padding-top:15px;
}

.wpcf7-form .form-control:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 0.2rem rgba(13,110,253,.15);
}

/* Placeholder */
.wpcf7-form .form-control::placeholder{
    color:#888;
    font-size:15px;
}

/* Date field */
.wpcf7-form input[type="date"]{
    cursor:pointer;
}

/* Submit Button */
.appointment-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:8px;
    background:#418d2b;
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    cursor:pointer;
    transition:.3s ease;
}

.appointment-btn:hover{
    background:#0b5ed7;
    transform:translateY(-2px);
}

.appointment-btn:focus{
    outline:none;
    box-shadow:0 0 0 0.2rem rgba(13,110,253,.25);
}

/* Validation Errors */
.wpcf7-not-valid{
    border-color:#dc3545 !important;
}

.wpcf7-not-valid-tip{
    color:#dc3545;
    font-size:13px;
    margin-top:5px;
}

.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:8px;
    padding:12px 18px !important;
    font-size:15px;
}

/* Mobile */
@media (max-width:767px){

    .wpcf7-form .form-control,
    .appointment-btn{
        height:50px;
        font-size:14px;
    }

    .wpcf7-form textarea.form-control{
        height:130px;
    }
}




/* =====================================
   Contact Form 7 Feedback Form
===================================== */

.feedback-form{
    margin-top:20px;
}

/* Inputs */

.feedback-form .cf-input,
.feedback-form .cf-select,
.feedback-form .cf-textarea{
    width:100%;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:14px 18px;
    font-size:15px;
    color:#333;
    background:#fff;
    transition:all .3s ease;
    box-sizing:border-box;
}

/* Input Height */

.feedback-form .cf-input,
.feedback-form .cf-select{
    height:55px;
}

/* Textarea */

.feedback-form .cf-textarea{
    min-height:150px;
    resize:vertical;
}

/* Focus */

.feedback-form .cf-input:focus,
.feedback-form .cf-select:focus,
.feedback-form .cf-textarea:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}

/* Labels */

.feedback-form .question-title{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:12px;
    color:#222;
}

/* Radio Buttons */

.feedback-form .cf-radio .wpcf7-list-item{
    display:inline-flex;
    align-items:center;
    margin-right:20px;
    margin-bottom:10px;
}

.feedback-form .cf-radio input[type="radio"]{
    margin-right:8px;
}

.feedback-form .cf-radio label{
    cursor:pointer;
}

/* Submit Button */

.feedback-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:8px;
    background:#0d6efd;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.feedback-btn:hover{
    background:#0b5ed7;
    transform:translateY(-2px);
}

/* Validation */

.feedback-form .wpcf7-not-valid{
    border-color:#dc3545 !important;
}

.feedback-form .wpcf7-not-valid-tip{
    color:#dc3545;
    font-size:13px;
    margin-top:5px;
}

.feedback-form .wpcf7-response-output{
    margin-top:20px !important;
    border-radius:8px;
    padding:12px;
}

/* Mobile */

@media(max-width:767px){

    .feedback-form .cf-radio .wpcf7-list-item{
        display:block;
        margin-bottom:10px;
    }

    .feedback-btn{
        width:100%;
    }
}


/*======================================
        Career Form
======================================*/

.career-form{
    margin-top:20px;
}

/* Labels */

.career-label{
    display:block;
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
    color:#222;
}

.career-label span{
    font-size:13px;
    color:#777;
    font-weight:400;
}

/* Inputs */

.career-input{
    width:100%;
    height:58px;
    padding:0 18px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;
    font-size:15px;
    color:#333;
    transition:.3s ease;
}

.career-input:focus{
    outline:none;
    border-color:#0d6efd;
    box-shadow:0 0 0 4px rgba(13,110,253,.12);
}

/* File Upload */

.career-file{
    width:100%;
    padding:14px;
    border:2px dashed #d6d6d6;
    border-radius:10px;
    background:#fafafa;
    transition:.3s;
    cursor:pointer;
}

.career-file:hover{
    border-color:#0d6efd;
    background:#f4f9ff;
}

/* Submit Button */

.career-btn{
    width:100%;
    height:56px;
    border:none;
    border-radius:10px;
    background:#0d6efd;
    color:#fff;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    cursor:pointer;
    transition:.35s;
}

.career-btn:hover{
    background:#0b5ed7;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(13,110,253,.25);
}

/* Validation */

.wpcf7-not-valid{
    border-color:#dc3545 !important;
}

.wpcf7-not-valid-tip{
    color:#dc3545;
    font-size:13px;
    margin-top:6px;
}

.wpcf7-response-output{
    margin-top:25px !important;
    padding:15px !important;
    border-radius:8px;
}

/* Placeholder */

.career-input::placeholder{
    color:#888;
}

/* Mobile */

@media(max-width:767px){

    .career-input{
        height:52px;
        font-size:14px;
    }

    .career-btn{
        width:100%;
    }

}




.title-header.jklll h2 {
    color: #ffffff !important;
}







/*====================================
      Feedback Form
====================================*/

.feedback-wrapper{

    background:#fff;
    padding:35px;
    border-radius:12px;

}

/* Input */

.feedback-wrapper .fb-input,
.feedback-wrapper .fb-select,
.feedback-wrapper .fb-textarea{

    width:100%;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:14px 18px;
    font-size:15px;
    color:#333;
    background:#fff;
    transition:.35s;
    box-sizing:border-box;

}

.feedback-wrapper .fb-input,
.feedback-wrapper .fb-select{

    height:55px;

}

.feedback-wrapper .fb-textarea{

    min-height:160px;
    resize:vertical;

}

.feedback-wrapper .fb-input:focus,
.feedback-wrapper .fb-select:focus,
.feedback-wrapper .fb-textarea:focus{

    outline:none;
    border-color:#0D6EFD;
    box-shadow:0 0 0 4px rgba(13,110,253,.12);

}

/* Label */

.feedback-wrapper .fb-title{

    display:block;
    margin-bottom:12px;
    font-size:15px;
    font-weight:600;
    color:#222;

}

/* Radio */

.feedback-wrapper .fb-radio{

    display:flex;
    flex-wrap:wrap;
    gap:18px;

}

.feedback-wrapper .fb-radio .wpcf7-list-item{

    margin:0;

}

.feedback-wrapper .fb-radio label{

    display:flex;
    align-items:center;
    cursor:pointer;
    font-size:15px;
    color:#444;

}

.feedback-wrapper .fb-radio input{

    margin-right:8px;

}

/* Button */

.feedback-wrapper .fb-btn{

    width:100%;
    height:56px;
    border:none;
    border-radius:8px;
    background:#0D6EFD;
    color:#fff;
    font-size:16px;
    font-weight:600;
    letter-spacing:.4px;
    cursor:pointer;
    transition:.35s;

}

.feedback-wrapper .fb-btn:hover{

    background:#0b5ed7;
    transform:translateY(-3px);

}

/* Validation */

.feedback-wrapper .wpcf7-not-valid{

    border-color:#dc3545 !important;

}

.feedback-wrapper .wpcf7-not-valid-tip{

    color:#dc3545;
    font-size:13px;
    margin-top:6px;

}

.feedback-wrapper .wpcf7-response-output{

    margin-top:20px !important;
    border-radius:8px;
    padding:15px !important;

}

/* Mobile */

@media(max-width:767px){

.feedback-wrapper{

padding:20px;

}

.feedback-wrapper .fb-input,
.feedback-wrapper .fb-select{

height:50px;

}

.feedback-wrapper .fb-radio{

display:block;

}

.feedback-wrapper .fb-radio .wpcf7-list-item{

display:block;
margin-bottom:10px;

}

.feedback-wrapper .fb-btn{

width:100%;

}

}


