/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.free_consultation_sec form .consultation-form .checkbox-field span {
    margin-bottom: 0px;
}

.free_consultation_sec form .consultation-form .form-send p {
    text-align: center;
}

.free_consultation_sec form .consultation-form .form-send p input {
    /* 	padding: 15px 75px; */
    border-radius: 10px 10px 0px 10px;
    background: linear-gradient(180deg, rgb(20, 177, 207) 0%, rgb(96, 101, 174) 100%);
    color: #fff;
    margin-top: 30px;
}

.free_consultation_sec form .consultation-form p span .wpcf7-list-item {
    margin: 0;
}

.free_consultation_sec form .consultation-form p span .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.free_consultation_sec form .consultation-form p span .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block;
    line-height: 26px;
    text-align: justify;
}

.free_consultation_sec form .consultation-form p span .wpcf7-list-item span {
    font-size: 16px;
}

.free_consultation_sec form .consultation-form p span .wpcf7-list-item span a {
    text-decoration: none;
    color: #3078B2;
}

.free_consultation_sec form .consultation-form .form-row p span input,
.free_consultation_sec form .consultation-form p span input {
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    border: 1px solid #CFE1FF;
    background-color: #FCFEFF;
    color: #414143;
}

.free_consultation_sec form .consultation-form p span input[type=checkbox] {
    height: 40px;
}

.free_consultation_sec form .consultation-form p span textarea {
    border-radius: 10px;
    border: 1px solid #CFE1FF;
    background-color: #FCFEFF;
    color: #414143;
}

.free_consultation_sec form .consultation-form .form-row p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.get-in-touch-left::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 50px;
    width: 100px;
    height: 82px;
    background: var(--get-in-touch-arrow);
    background-size: contain;
}


.get-in-touch-left {
    z-index: 1;
}

.home_testimonial button {
    background-color: #EBEBEB !important;
}

.home_testimonial button:active {
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
}

.home_testimonial button:active svg {
    fill: #fff;
}

#block-12 .footer_2_sec {
    margin-left: auto !important;
}

.collaborated_brands figure {
    padding: 20px;
}

.site-header-primary-section-right.site-header-section .ast-builder-menu,
.site-header-primary-section-right.site-header-section .ast-main-header-bar-alignment,
.site-header-primary-section-right.site-header-section .main-navigation {
    width: 100%;
}

.ast-site-identity {
    padding: 0;
}

.resource-section {
    display: flex;
    gap: 70px;
    flex-direction: row;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
    line-height: 28px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
}


.checkbox-item input[type="checkbox"],
.checkbox-item input[type="checkbox"]:focus:checked {
    transform: scale(1.2);
    accent-color: white;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #5893C4;
    margin-right: 12px;
}

.checkbox-item input[type="checkbox"]:checked {
    background-color: rgba(255, 255, 255, 0.2);
}

.checkbox-item input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.checkbox-item label {
    cursor: pointer;
}

.sec_desc p {
    text-align: justify;
}

.get-in-touch-form form input,
.get-in-touch-form form textarea {
    border: 1px solid #E6E8FF;
    background-color: #F5F6FF;
    color: #414143;
}

.get-in-touch-form form .contact-form input,
.get-in-touch-form form .contact-form textarea {
    background-color: #FFFFFF;
}

.get-in-touch-form form .wpcf7-form-control:not(textarea):not(.wpcf7-submit) {
    height: 50px;
    line-height: 50px;
}

.get-in-touch-form form input::placeholder,
.get-in-touch-form form textarea::placeholder,
.consultation-form input::placeholder,
.consultation-form textarea::placeholder {
    color: #414143;
}

.get-in-touch-form form .linear_btn {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    color: #fff;
}

.get-in-touch-form form .custom-contact-form,
.get-in-touch-form form .custom-contact-form p {
    margin-bottom: 0;
}

.linear_btn .uagb-button__link,
.linear_btn .uagb-button__link:hover {
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.resources-box {
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}

/* .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    justify-items: start;
}

.checkbox-grid label {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
} */

.contact_sec::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% - 23px);
    border-radius: 30px;
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    z-index: -1;
    top: -5px;
    /*     padding: 5px; */
}

.contact_map iframe {
    border-radius: 0px 30px 30px 0px;
    height: -webkit-fill-available;
}

.get-in-touch {
    position: absolute;
    top: 0;
}

.healthcare_sec>* {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.partnership_model .partnership_model_child:nth-child(2)::before,
.partnership_model .partnership_model_child:nth-child(4)::before,
.partnership_model .partnership_model_child:nth-child(3)::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 80px;
    height: 40px;
    background: var(--arrow-bg);
    background-size: contain;
}

.partnership_model .partnership_model_child:nth-child(2)::before,
.partnership_model .partnership_model_child:nth-child(4)::before {
    top: 20%;
    transform: translateY(-50%);
}

.partnership_model .partnership_model_child:nth-child(3)::after {
    bottom: 10%;
    rotate: x 180deg;
}

.get-in-touch-details::after {
    content: '';
    position: absolute;
    bottom: 13%;
    right: -35px;
    width: 126px;
    height: 82px;
    background: var(--get-in-touch-arrow);
    background-size: contain;
}

.pharm_list li {
    text-align: center;
}

.pharm_list {
    list-style: none;
    padding-left: 0 !important;
}

.ast-custom-button {
    background: linear-gradient(90deg, #14B1CF 0%, #6065AE 100%);
}

.pharm_border figure img {
    background: linear-gradient(180deg, #D0EAFF 0%, #DFE1FF 100%);
    padding: 10px 0px 0px 10px;
    text-align: center;
    color: #fff;
}

.pharm_border_2 figure img {
    background: linear-gradient(180deg, #D0EAFF 0%, #DFE1FF 100%);
    padding: 10px 10px 0px 0px;
    text-align: center;
    color: #fff;
}

.service_pharm figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: linear-gradient(180deg, #D0EAFF 0%, #DFE1FF 100%);
    z-index: -1;
}

.service_pharm.pharm_independent {
    position: relative;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #14B1CF 0%, #6065AE 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}

.service_pharm figure img {
    margin: 30px;
}

.service_pharm figure::before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 100%;
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    z-index: -1;
    top: -4px;
    left: -2px;
}

.service_pharm {
    position: absolute !important;
    z-index: 10;
    bottom: 100%;
    translate: -50% 50%;
    left: 50%;
    height: auto;
    width: auto !important;
}

.custom-breadcrumbs {
    display: flex;
    gap: 5px;
}

.custom-breadcrumbs-trail {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.mission_vission_matrix .uagb-ifb-image-content img {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 14px 0px #D9DBFF;
    margin-bottom: 20px;
}

.custom-breadcrumbs-trail .custom-breadcrumbs a {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    text-decoration: none !important;
}

.custom-breadcrumbs-trail .custom-breadcrumbs .end_breadcrumbs {
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(180deg, #14B1CF 0%, #6065AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.main-header-bar {
    background-color: unset;
}

.pharm_sec figure {
    padding: 30px;
    background: linear-gradient(90deg, #EBFCFF 0%, #EDEEFF 100%);
    border-radius: 30px 0px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-header {
    position: fixed !important;
    width: 100%;
    padding: 40px 20px;
}

.site-header .site-primary-header-wrap {
    /* 	box-shadow: 0px 2px 24px 0px #0000000D; */
    max-width: 1440px;
    min-height: auto;
}

#ast-desktop-header,
#ast-mobile-header {
    border-radius: 20px;
    overflow: hidden;
}

.site-footer .widget .wp-block-uagb-social-share .wp-block-uagb-social-share-child {
    border: 1px solid #fff;
}

.site-footer .widget_nav_menu .widgettitle,
.site-footer .widget_nav_menu ul li a {
    font-size: 16px;
    color: #fff;
}

.site-footer .widget_nav_menu ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.site-footer .widget_nav_menu .widgettitle {
    padding-bottom: 20px;
    font-size: 20px;
}

.site-footer .site-below-footer-wrap .site-footer-section {
    padding: 20px 0px;
    border-top: 1px solid #E9F1F699;
}

#ast-desktop-header .ast-builder-grid-row {
    /*     background-color: #fff;
    border-radius: 20px;
    grid-column-gap: 30px;
    padding: 20px 50px; */
}

#ast-desktop-header .ast-builder-grid-row-container {
    background-color: #fff;
    border-radius: 20px;
    grid-column-gap: 30px;
    padding: 20px 50px;
    box-shadow: 0px 2px 24px 0px #0000000D;
}

#ast-desktop-header .main-navigation ul .current_page_item a {
    font-weight: 700;
    border-bottom: 1px solid #0A1220;
}

#ast-desktop-header .main-navigation ul li a {
    padding: 0;
}

#ast-desktop-header .main-navigation ul {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.icon_list_ul .icon_list_li {
    border-bottom: 1px solid #CCF6FF;
}

.service-box {
    width: calc((100% / 3) - (60px / 3)) !important;
}

.membership_box {
    width: calc((100% / 2) - (30px / 2)) !important;
}

.contact_sec .uagb-iconbox-icon-wrap,
.contact_sec img {
    box-shadow: 0 4px 14px 0 #D0F8FF;
}

.contact_sec img {
    background-color: #ffffff;
    border-radius: 50% !important;
}

.faq_sec .faq_list {
    padding: 20px;
}

.get-in-touch-contact p br,
.contact-form p br,
.membership-contact p br,
.consultation-form p br {
    display: none;
}

.get-in-touch-contact p span,
.contact-form p span,
.membership-contact p span,
.consultation-form p span {
    margin-bottom: 20px;
}

.get-in-touch-contact,
.get-in-touch-contact p,
.contact-form,
.contact-form p,
.membership-contact,
.membership-contact p,
.consultation-form p {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1199px) {

    #ast-mobile-header {
        box-shadow: 0px 2px 24px 0px #0000000D;
    }

    .pharm_member {
        padding-top: 0px !important;
    }

    .pharm_main_sec {
        max-width: 100% !important;
    }

    #ast-desktop-header {
        display: none;
    }

    .ast-desktop-header-content,
    .ast-mobile-header-content {
        position: unset;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: start;
    }

    #ast-mobile-header {
        /*         margin: 0 20px;
        padding: 0 20px;
        background-color: #fff;
        border-radius: 20px; */

    }

    #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
        background-color: #fff;
        /*         border-radius: 20px; */
        padding: 15px 30px;
        /* 		box-shadow: 0px 2px 24px 0px #0000000D; */

    }

    #ast-mobile-header .ast-mobile-header-content {
        border-radius: 0px 0px 20px 20px;
    }

    .ast-header-break-point .main-header-bar-navigation {
        line-height: 1.5;
    }

    #ast-mobile-header .ast-mobile-header-content .main-navigation ul li a {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #0A1220;
        line-height: 2;
    }

    #ast-mobile-header .ast-mobile-header-content .main-navigation {
        border-top: 1px solid #EDEDED;
        padding: 10px 30px;
    }

    #ast-mobile-header .menu-toggle {
        border-radius: 34px;
        background: linear-gradient(180deg, #E8FBFF 0%, #E3E5FF 100%);
        padding: 6px;
        justify-content: center;
    }

    .ast-header-break-point .main-header-menu {
        background-color: #fff;
    }

    /* #ast-mobile-header .ast-mobile-header-content {
        border-radius: 20px;
    } */

    .service-box {
        width: calc((100% / 2) - (40px / 2)) !important;
    }

    .contact_sec::before {
        left: -5px !important;
    }

}

@media only screen and (min-width: 977px) and (max-width: 1700px) {

    .our_core_values,
    .services-container,
    .healthcare_sec,
    .partnership_model,
    .home_main {
        padding: 0px 20px !important;
    }

    .pharm_member_details {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 100px;
        padding-right: 0px;
    }

    .home_main_sec {
        align-items: flex-end;
    }

    .home_sec_img {
        margin-right: 0px !important;
    }
}



@media only screen and (min-width: 977px) and (max-width: 1199px) {


    .pharm_member_details {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
        padding-left: 80px !important;
    }


    .collaborated_brands figure {
        padding: 20px;
    }

    .resource-section {
        gap: 30px;
    }

    .checkbox-item input[type="checkbox"],
    .checkbox-item input[type="checkbox"]:focus:checked {
        width: 24px;
        height: 22px;
    }

    #get-in-touch-main {
        padding-top: 130px !important;
    }

    .get-in-touch {
        width: 85% !important;
    }

    #get-in-touch-sec {
        margin-top: -128px !important;
    }

    .sec_container {
        padding-top: 0px !important;
    }

    .leadership_team {
        grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr) !important;
    }

    .wp-block-uagb-container.uagb-block-1b5b1d5c {
        padding-top: 20px;
        margin-top: 0 !important;
    }

    .service-box {
        width: calc((100% / 3) - (60px / 3)) !important;
    }

    #pharm_independent.service_pharm.pharm_independent {
        width: 100% !important;
        max-width: calc(100% - 120px) !important;
    }

    .get-in-touch-details::after {
        content: '';
        position: absolute;
        bottom: 13%;
        right: -44px;
        width: 80px;
        height: 82px;
        background: var(--get-in-touch-arrow);
        background-size: contain;
    }

}

@media only screen and (max-width: 977px) {
    .contact_map iframe {
        border-radius: 0px 0px 30px 30px;
        height: 500px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 977px) {
    .get-in-touch-details::after {
        display: none;
    }

    .membership_box {
        width: 100% !important;
    }

    .resource-section {
        gap: 20px;
    }

    .checkbox-item input[type="checkbox"],
    .checkbox-item input[type="checkbox"]:focus:checked {
        width: 24px;
        height: 18px;
    }

    .checkbox-item {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {

    #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
        padding: 20px 20px;
    }
}


@media only screen and (min-width: 544px) and (max-width: 767px) {

    .contact_main_sec {
        grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) !important;
    }

    .site-footer .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-8ec2263d>.uagb-container-inner-blocks-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .service-box {
        width: calc((100% / 2) - (40px / 2)) !important;
    }

    .partnership_model .partnership_model_child:nth-child(2)::before,
    .partnership_model .partnership_model_child:nth-child(4)::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 50%;
        width: 80px;
        height: 40px;
        background: var(--arrow-bg);
        background-size: contain;
        rotate: 90deg;
        transform: translateY(-50%);
    }

    .partnership_model .partnership_model_child:nth-child(3)::after {
        content: '';
        position: absolute;
        top: 0%;
        left: 10%;
        width: 80px;
        height: 40px;
        background: var(--arrow-bg);
        background-size: contain;
        rotate: -90deg;
        transform: scaleX(-1) translateY(50%);
    }

    .get-in-touch-details::after {
        display: none;
    }

    .get-in-touch-form {
        max-width: 80% !important;
        padding-top: 60px !important;
    }

    #contact-form {
        max-width: 100% !important;
    }

    .resource-section {
        gap: 20px;
        flex-direction: column;
    }

    .free_consultation_sec form .consultation-form .checkbox-field .agree, .free_consultation_sec form .consultation-form .checkbox-field .sms_optin {
        margin-bottom: 20px;
    }

}


@media only screen and (max-width: 544px) {

    .free_consultation_sec form .consultation-form .checkbox-field .agree, .free_consultation_sec form .consultation-form .checkbox-field .sms_optin {
        margin-bottom: 20px;
    }

    .free_consultation_sec form .consultation-form .form-send p {
        text-align: left;
    }

    .free_consultation_sec form .consultation-form .form-row p {
        flex-direction: column;
        gap: 0px;
    }

    .custom-breadcrumbs {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .checkbox-item input[type="checkbox"],
    .checkbox-item input[type="checkbox"]:focus:checked {
        width: 18px;
        height: 18px;
    }

    .checkbox-item {
        font-size: 18px;
    }

    .checkbox-item input[type="checkbox"]:checked::after {
        font-size: 12px;
    }

    .resource-section {
        gap: 20px;
        flex-direction: column;
    }

    .membership_box {
        width: 100% !important;
    }

    .get-in-touch-details::after {
        display: none;
    }

    .partnership_model .partnership_model_child:nth-child(2)::before,
    .partnership_model .partnership_model_child:nth-child(4)::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 50%;
        width: 80px;
        height: 40px;
        background: var(--arrow-bg);
        background-size: contain;
        rotate: 90deg;
        transform: translateY(-50%);
    }

    .partnership_model .partnership_model_child:nth-child(3)::after {
        content: '';
        position: absolute;
        top: 0%;
        left: 10%;
        width: 80px;
        height: 40px;
        background: var(--arrow-bg);
        background-size: contain;
        rotate: -90deg;
        transform: scaleX(-1) translateY(50%);
    }

    #pharm_independent.service_pharm.pharm_independent {
        width: 100% !important;
        max-width: calc(100% - 40px) !important;
    }

    .service-box {
        width: 100% !important;
    }

    /* header {
        padding: 30px 46px;
    } */

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: start;
    }

    #contact-form {
        max-width: 100% !important;
    }

    .get-in-touch-form {
        max-width: 80% !important;
        padding-top: 60px !important;
    }

}