@font-face {
    font-family: 'Gilroy-Black';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Thin';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff'),
        url('../fonts/Gilroy-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-UltraLight';
    src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('../fonts/Gilroy-UltraLight.woff') format('woff'),
        url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
}

body,
html {
    font-family: 'Gilroy-Medium';
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: 'Gilroy-Bold';
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #66B339;
    text-align: center;
    margin-bottom: 0;

}

/* header */
.srction-padding {
    padding: 100px 0 0;
}

.srction-padding-b {
    padding: 0 0 100px 0;
}

.srction-padding-tb {
    padding: 100px 0 100px;
}



.header_top {
    padding: 30px 0px;
}

.logo_img img {
    max-width: 100%;
}


.login_signupbtn {
    text-align: end;
}

.nav_toggle {}

.logo_img {
    text-align: center;
}


.site-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    padding: 10px 20px;
    color: #66b339;
    text-decoration: none;
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
}

.site-btn:hover {
    color: #ffff;
    background: #66b339;
    text-decoration: none;
}


/* Menu */

.custom-menu {
    position: fixed;
    left: 0;
    height: 100%;
    overflow-y: auto;
    background: rgb(0 0 0 / 28%);
    top: 0;
    min-width: 100%;
    z-index: 99;
    display: block !important;
    transform: translateX(-100%);
    transition: all 0.2s;
}

.custom-menu li>a {
    color: #fff;
}

.custom-menu.show {
    height: 100%;
    transform: translateX(0);
    transition: all 0.2s;
}

.custom-menu.show:after {
    transform: skewX(15deg) translateX(0);
}

.custom-menu>.nev-header,
.custom-menu>ul {
    max-width: 31% !important;
}

.custom-menu:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    background: #59a62c;
    content: "";
    transform: skewX(15deg) translateX(-100%);
    transform-origin: bottom left;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-light .navbar-toggler {
    color: #000000;
    border-color: transparent;
}

.custom-menu-wrp span.navbar-toggler-icon {
    margin-right: 6px;
}

*:focus-visible {
    outline: 0;
}

button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.nev-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0;
    background: #59a62c;
    padding-left: 10px;
}

.nev-header a {
    color: #fff;
}

.nev-header a.navbar-brand {
    width: 160px;
}

.nev-header a.navbar-toggler {
    padding: 0;
    margin: 0;
    font-weight: normal;
    height: 100%;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 0px solid #66b339;
    min-height: 70px;
    border-radius: 0;
}

.custom-menu ul.navbar-nav li a {
    padding-left: 15px;
}

.custom-menu ul.navbar-nav li a {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-menu ul.navbar-nav li:hover>a {
    background: #59a62c;
}

.custom-menu-wrp .dropdown-menu li>a {
    display: inline-block;
    padding: 5px 0 5px 20px !important;
}

.custom-menu-wrp .dropdown-menu li:hover>a {
    text-decoration: none;
}

.custom-menu ul.navbar-nav li.dropdown-submenu a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.custom-menu ul.navbar-nav li.dropdown-submenu a i {
    margin-left: 20px;
}

/* banner_sec */
.banner_sec {
    position: relative;
    margin-bottom: 234px;
}

.bg-left-img {
    position: relative;
}

.bg-left-img::before {
    position: absolute;
    content: "";
    background-image: url(../images/dotes-bg-img.svg);
    height: 100px;
    bottom: 55px;
    top: unset;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 498px;
    opacity: 0.6;
    background-repeat: no-repeat;
}

.text-with-link p {
    color: #3C4759;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    font-family: 'Gilroy-Medium';
}

.text-with-link a {
    color: #3C4759;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    text-decoration: underline;
    font-family: 'Gilroy-Medium';

}

.banner_sec::before {
    position: absolute;
    content: "";
    background-image: url('../images/banner-back.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 60%;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner_text {
    padding: 100px 0;
    text-align: left;
}

.banner_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #3C4759;
}

.banner_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 50px;
}

.banner_btn a {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #66B339;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 23px;
    display: inline-block;
}

.banner_btn {
    margin-top: 60px;
}

/* howworks_sec */

.howworks_sec {
    margin: 100px 0;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    background-image: url('../images/second-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.pharmawork_wrap {
    height: 634px;
    background: #3C4759;
    margin-top: -300px;
}

.pharmawork_wrap {}

.pharmawork_title {
    padding: 50px 0;
    text-align: center;
}

.pharmawork_title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}

.pharmawork_title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 30px 0;
}

.work_detail h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.work_detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 18px;
    margin-bottom: 0;
}

.work_detail {
    width: 230px;
    height: 230px;
    background: #66B339;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    padding: 65px 0 73px 0;
    position: relative;
}

.work_wrap {
    text-align: -webkit-center;
    position: relative;
}



.work_text {
    position: absolute;
    content: "";
    left: 57px;
    right: 0;
    top: -33px;
    height: 100px;
    width: 70px;
    bottom: 0;
    display: inline-block;
}

.work_text h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 97px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
    display: inline-block;
}

.watch_video {
    text-align: center;
    margin-top: 50px;
}

.watch_video a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    text-align: center;
    color: #66B339;
    padding: 16px 43px;
    text-decoration: none;
    display: inline-block;
}

/* boxes_wrap */



.boxes_wrap .row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.rightbox_wrap {
    height: 313px;
    background: #66B339;
    flex: 0 0 600px;
    margin-left: -15px;
    z-index: 9;
}

.custom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.leftbox_wrap {
    position: relative;
}

.aero_workwrap {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

.box_text {
    padding: 50px 50px;
}

.box_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}

.box_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 30px;
}

.learn_morebtn {
    margin-top: 50px;
}

.learn_morebtn a {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    text-decoration: none;
    padding: 10px 23px;
}

.learn_morebtn a:hover {
    background: #3C4759;
    color: #fff;
}

.odd-even-section>.boxes_wrap:nth-child(even) .custom-row {
    flex-flow: row-reverse;
}

.odd-even-section>.boxes_wrap:nth-child(even) .custom-row .rightbox_wrap {
    background: #3C4759;
    position: relative;
    margin-left: 0;
    margin-right: -15px;
}

/* canwetreat_sec */

.canwetreat_sec {

    position: relative;
}



.left_treat::after {
    content: "";
    position: absolute;
    width: 306px;
    height: 40px;
    bottom: -40px;
    opacity: 0.5;
    background: #3C4759;
    right: 20px;
    z-index: 0;
}

.left_treat {
    background: #3C4759;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    padding: 50px 33px 108px 30px;
    margin-right: -10px;
    position: relative;
    z-index: 9;
    margin-top: -25px;
}


.left_treat h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.left_treat p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.56px;
    color: #FFFFFF;
    padding-top: 30px;
    margin-bottom: 0;
}

.more_link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18.83px;
    text-decoration-line: underline;
    color: #66B339;
}

.more_link {
    margin-top: 30px;
}

.right_treat {
    background: #66B339;
    padding: 50px 51px 50px 50px;
    margin-left: -10px;
    position: relative;
    margin-top: 25px;
}

.right_treat:before {
    content: "";
    position: absolute;
    width: 323px;
    height: 27px;
    left: 0;
    top: -27px;
    background: #F1F1F1;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.treat_text {}

.treat_text h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 0;

}


.treat_text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.treat_text li:last-child {
    margin-bottom: 0;
}

.treat_text ul {
    margin-top: 50px;
    margin-bottom: 0;
}

ul.conditions_treat li a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.56px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

ul.conditions_treat li a:hover i {
    background: #fff;
    color: #66b339;
}

ul.conditions_treat li a:hover {
    font-weight: bold;
}

.conditions_treat i {
    border: 1px solid #fff;
    padding: 6px 6px;
    border-radius: 30px;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}



/* help_sec */

.help_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #3C4759;

}


.accordian_box .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.accordian_box .accordion>.card>.card-header a {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.accordian_box .accordion>.card>.card-header a:hover {
    text-decoration: none;
}

.accordian_box .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #66B339;
}

.accordian_box .card {
    background: transparent;
    border: 0;
}

.accordian_box i {
    float: right;
    color: #ffff;
}

.accordian_box h5.mb-0 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.accordian_box .card-body {
    color: #ffff;
    padding: 10px;
    font-size: 16px;
}

.help_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.helpsec_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.accordian_box {
    margin-top: 136px;

    height: 580px;
    background: #3C4759;
    position: relative;
    padding: 95px 100px 100px 98px;
    position: relative;
}

.accordian_box .help_text {
    position: absolute;
    top: -12%;
    transform: translateY(-50%);
    margin-left: 0;
}

.help_wrap>div {
    flex: 0 0 50%;
    width: 100%;

}


.helpsec_img {
    z-index: -1;
    position: relative;
}

.helpsec_img::before {
    content: "";
    position: absolute;
    width: 221px;
    height: 173px;
    left: 0;
    background: #66B339;
    right: 0;
    z-index: 0;
    bottom: 198px;
}


/* footer_sec  */
footer a:hover {
    color: #66b339;
    text-decoration: underline;
    font-weight: 600;
}

.footer_sec {
    background: #F1F1F1;
    padding: 100px 0 15px 0;
    margin-top: 100px;
}

.social_link {
    margin-top: 50px;
}

.social_link ul {
    display: flex;
}

.social_link li {
    padding-right: 20px;
}

.social_link a {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    color: #000000;
}

.page_link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}

.page_link span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.34px;
    color: #66B339;
    text-decoration-line: underline;
}

.page_link li {
    padding-bottom: 20px;
}

.footer-link-title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #66B339;
    font-family: 'Gilroy-Bold';
    white-space: nowrap;
    word-break: break-word;
}

.news_letter p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

label.form-check-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.form-check a {
    text-decoration: underline;
    color: #000;
}

.news_letter .form-control {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 12px 20px;
    position: relative;
    background: transparent;
    min-height: 43px;
}

.sub-news-wrp {
    position: relative;
}

.sub-news-wrp .btn.site-btn-frm {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    min-width: 54px;
    background: #66B339;
    border-radius: 30px;
    color: #fff;
    min-height: 33px;
    padding: 0;
    margin: 0;
}

.footer_cpyrht {
    background: #f1f1f1;
    padding-bottom: 100px;
}

.cpyrht_left p,
.footer_cpyrht p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
    white-space: nowrap;
}

.cpyrht_left a {
    color: #66B339;
}

.news_letter .form-check input {
    margin-top: 0.1em;
}

.cpyrht_right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cpyrht_right img {
    width: 150px;
}

.custom-menu-wrp nav.navbar.navbar-light {
    padding: 0;
    margin: 0;
}

.cpyrht_right {
    text-align: end;
}

.footer-logo {
    border-bottom: 1px solid #66b339;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.footer-logo img {
    height: 42px;
    width: auto;
}

.cnt-info-wrp li a i {
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #74b94c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.cnt-info-wrp li a {
    font-size: 14px;
    color: #000;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

.cnt-info-wrp li a:hover {
    font-weight: normal;
    text-decoration: none;
}

.cnt-info-wrp li a .fa.fa-phone-square,
.cnt-info-wrp li a .fa.fa-print {
    font-size: 17px;
}

.cnt-info-wrp li:last-child a {
    margin-bottom: 0;
}

.footer-logo.ph-f-logo img {
    width: 190px;
    object-fit: contain;
}

.padding-l-5 {
    padding-right: 5rem;
}

/* New NHS Reports  */

.nhs-repeat-section .banner_text,
.full-section .banner_text {
    text-align: center;
}

.nhs-repeat-section .banner_text h4,
.full-section .banner_text h4 {
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    max-width: 64%;
    margin: 30px auto 0;
}

.nhs-repeat-section.banner_sec::before {
    display: none;
}

section.banner_sec.nhs-repeat-section {
    margin-bottom: 0;
}

.nhs-repeat-section .banner_text h1,
.full-section .banner_text h1 {
    color: #66B339;
}

.reports-box {
    counter-increment: css-counter 1;
}

.reports-box-section {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding-left: 15%;
    padding-right: 15%;
    justify-content: space-around;
}

.reports-box-section .reports-box {
    /* flex: 0 0 50%; */
    height: 270px;
    width: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 5px 7px 25px rgb(0 0 0 / 7%);
    border-radius: 100%;
    margin-bottom: 5rem;
    /* overflow: hidden; */
    background: #fff;
}

.reports-box-section .reports-box h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Gilroy-SemiBold';
    color: #3C4759;
    padding: 0 30px;
}

.reports-box:before {
    content: counter(css-counter);
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 180px;
    font-family: 'Gilroy-Bold';
    line-height: 1;
    color: #66B339;
    opacity: .2;
    z-index: 1;
}

.reports-box-section .reports-box:last-child span {
    display: none;
}

.reports-box span {
    position: absolute;
    right: -37px;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #66B339;
}

.reports-box-section .reports-box:nth-child(even) span {
    bottom: -73px;
    left: 25%;
    transform: translateX(-50%) rotate(118deg);
}

.reports-box-section .reports-box:nth-child(odd) span {
    top: 50%;
    right: -88px;
    transform: translate(-50%, -50%) rotate(358deg);
}

.img-wrp img {
    width: 100%;
}

.bg-color-dark {
    background: #3C4759;
}

.dark-theme h2 {
    color: #66B339;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;

}

.dark-theme p {
    color: #fff;
}

.site-darkbox-form .form-group .form-control {
    width: 380px;
    height: 40px;
    border-radius: 30px;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.site-darkbox-form .form-group .form-control::placeholder {
    color: #fff;
    opacity: .5;
}

.site-darkbox-form form {
    position: relative;
    width: 380px;
}

.site-darkbox-form form button.btn {
    position: absolute;
    top: 50%;
    right: 5px;
    background: #66b339;
    line-height: normal;
    height: 30px;
    min-width: 54px;
    border-radius: 30px;
    color: #fff;
    transform: translateY(-50%);
}

section.accordian_box.faq-sec {
    background: #fff;
    margin-top: 0;
}

.section-headeing.light-color h2 {
    margin-bottom: 50px;
    padding: 0 30px;
}

.faq-sec.accordian_box h5.mb-0 {
    color: #3C4759;
    font-family: 'Gilroy-Regular';

}

.faq-sec.accordian_box .card-header {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.faq-sec.accordian_box .card-header a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.accordian_box.faq-sec .md-accordion {
    max-width: 75%;
    margin: 0 auto;
}

.faq-sec.accordian_box .card-body {
    color: #3C4759;
}

.section-headeing.light-color {
    color: #66B339;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;

}

/* ********************nhs-prescriptions-guide*********************** */




.guide_banner_sec {
    position: relative;


}

.guide_img {
    box-sizing: border-box;
    border: 0;
    width: 370px;
    height: 370px;
    background: #3C4759;
    box-shadow: 0px 2px 15px;
    border-radius: 50%;
    margin: 0 auto;
}

.guide_banner_sec::after {
    position: absolute;
    content: "";
    background-image: url('../images/banner-back.png');
    background-repeat: no-repeat;
    width: auto;
    height: 220px;
    top: unset;
    bottom: 90px;
    left: 50%;
    right: 0;
    z-index: -1;
}

.guidebanner_text {
    text-align: left;
}

.guidebanner_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
}

.guidebanner_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    padding-top: 25px;
    margin-bottom: 0;
}

/* ******help_guide_sec**************** */

.howcan_helptext {
    text-align: center;
}

.help_guide_sec a {
    text-decoration: none;
}

.howcan_helptext h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.how_can_text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.how_can_text p {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.how_can_text {
    background: #3c4759;
    border: 0;
    border-radius: 50px;
    padding: 14px 6px;
    width: 100%;
    height: 70px;
}

.how_can_text:hover {
    background: #66b339;

}

.guidhelp_wrap {
    margin-top: 30px;
}

.help_guide_sec {
    padding: 0;
}

/* What we treat tempates css */
.treat_title {
    text-align: center;
}

.treat_title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.treat_book_box {
    background: #3C4759;
    padding: 50px 28px 60px 30px;
}

.treat_book_box_detail p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.treat_book_box_detail ul {
    padding-top: 50px;
}

.treat_book_box_detail li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    list-style: inside;
    padding-bottom: 16px;
}

.treat_book_btn {
    margin-top: 50px;
}

.treat_book_btn a {
    background: #66B339;
    border-radius: 30px;
    padding: 16px 60px 15px 70px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}

.officer_box {
    display: flex;
    padding: 30px;
    background: #66B339;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 450px;
}

.officer_detail h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.officer_detail {
    margin-left: 30px;
}

.updated p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.updated {
    padding-top: 50px;
}

.accordian_box.treat_faq {
    background: #fff;
    margin-top: 0;
    padding: 0;
    height: auto;
}

.accordian_box.treat_faq i {
    color: #3C4759;
}

.accordian_box.treat_faq h5.mb-0 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3c4759;
    text-decoration: none;
}

.accordian_box.treat_faq .card-body {
    color: #3c4759;
    padding: 10px;
    font-size: 16px;
}

.article_title h2 {
    font-weight: 500;
    font-size: 30px;
    font-style: normal;
    line-height: 35px;
    color: #66B339;
}

.article_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}


.article_wrap {
    margin-top: 50px;
    position: relative;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.15));
}

.article_text {
    background: #66B339;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 50px;
}

.treat_menu {
    padding: 100px 0;
}

.treat_menu li {
    margin-right: 30px;
}

.treat_menu ul {
    display: flex;
}

.treat_menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #66B339;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 11px 30px 10px 30px;
}

.treat_menu a:hover,
body .treat_menu .nav-tabs a.active {
    color: #fff;
    background: #66B339;


}

.treat_menu a.nav-link {
    border-radius: 30px !important;
}

.treat_menu .nav-tabs {
    border-bottom: 0;
}

.treat_faq.accordian_box .card-header a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.treat_faq.accordian_box h5.mb-0 {
    color: #3C4759;
    font-family: 'Gilroy-Regular';
}

.treat_faq.accordian_box .card-header {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.what_we_treat_sec .tab-content .tab-pane {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* How it's work */
.banner_sec.full-section:before {
    content: "";
    display: none;
}

.banner_sec.full-section {
    margin-bottom: 0;
}

.how-it-work {
    position: relative;
}

main.how-it-work:before {
    content: "";
    background-image: url(../images/left-side-bots.svg);
    height: 100%;
    top: 50%;
    z-index: 0;
    width: 210px;
    transform: translateY(-50%);
    opacity: 0.6;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

main.how-it-work:after {
    content: "";
    background-image: url(../images/left-side-bots.svg);
    height: 100%;
    top: 50%;
    z-index: 0;
    width: 210px;
    transform: translateY(-50%) rotate(180deg);
    opacity: 0.6;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
}

.prossess-box-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 240px;
    padding-right: 240px;
}

.prossess-box-inside {
    height: 300px;
    width: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    box-shadow: 1px 1px 18px 0px rgb(0 0 0 / 8%);
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #fff !important;
    z-index: 9;
}

.text-box-wrp h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #66B339;
    margin-bottom: 30px;
}

.text-box-wrp p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.prossess-left {
    margin-right: 15px;
}

.prossess-right {
    margin-left: 15px;
}

.prossess-box {
    position: relative;
}

.prossess-box:after {
    content: "";
    height: 126px;
    width: 126px;
    background: #3C4759;
    position: absolute;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.prossess-box:before {
    content: "";
    height: 126px;
    width: 126px;
    background: #66B339;
    position: absolute;
    border-radius: 100%;
    z-index: 0;
}

.prossess-box-wrp:not(last-child) {
    margin-bottom: 100px;
}

.prossess-box-wrp:nth-child(even) {
    flex-flow: row-reverse;
}

.prossess-box-wrp:nth-child(even) .prossess-left {
    margin-left: 15px;
    margin-right: 0;
}

.prossess-box-wrp:nth-child(even) .prossess-right {
    margin-left: 0;
    margin-right: 15px;
}

.prossess-box-wrp:nth-child(even) .prossess-box:before {
    right: 0;
}

.prossess-box-wrp:nth-child(even) .prossess-box:after {
    left: 0;
}


/* who-we-are */

.who_we_title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
}

.who_we_title {
    text-align: center;
}

.who_we_title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #3C4759;
    padding-top: 50px;
}

.who_we_are_sec .login_signupbtn {
    text-align: center;
    padding-top: 50px;
}





/* our_story_sec */

.story_title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B339;
}

.story_detail {
    padding-top: 50px;
    text-align: center;
}

.story_detail p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 18.83px;
    text-align: center;
    color: #FFFFFF;
}

.our_story_sec {
    background: #3c4759;
}





/* what_we_believe_sec */

.believe_title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.believe_text h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
}

.believe_wrap {
    text-align: center;
    padding: 30px 15px;
    position: relative;
    transition: all 0.5s;
}

.believe_wrap:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px 15px;
    display: inline-block;
    transition: all 0.5s;
    transform: scale(1.02);
}

.believe_wrap {
    text-align: center;
    padding: 30px 15px;
    transition: all 0.5s;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.believe_text p {
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    padding-top: 50px;
    font-family: 'Gilroy-Medium';

}



/* our_value_sec */
.our_value_sec {
    background: #66B339;
    border-radius: 30px 0px 0px 0px;
    margin-left: 105px;
}

.value_detail h4 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 23.54px;
    color: #FFFFFF;
}

.value_detail h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding-top: 30px;
    color: #FFFFFF;
}

.value_detail p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 30px;
}

.find_out_box a {
    display: inline-block;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 10px 50px;
    text-decoration: none;
}

.find_out_box {
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    background: #3C4759;
    border-radius: 30px 0px 0px 0px;
    border: 0;
    padding: 129px 232px 129px 141px;
}

.value_detail {
    padding-left: 43px;
}

/* how-we-can-help */
.what_we_can_sec {
    background: #66b339;
}

.we_can_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.we_can_text p {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Gilroy-Medium';
    padding-bottom: 20px;
}

.we_can_img {
    margin-top: -180px;
    text-align: center;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.15));
}


/* Login css */
.login_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B235;
}

.about_signup h2 {
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    padding-bottom: 30px;
    font-family: 'Gilroy-SemiBold';
}

.login_text,
.about_signup,
.login_form {
    padding-top: 50px;
}

.login_img {
    width: 100%;
    display: flex;
    height: 100%;
}

.login_form .form-control {
    border: 0;
    border-bottom: 1px solid #C0C0C0;
    border-radius: 0;
    width: 100%;
}

.login_form .text-muted {
    font-family: 'Gilroy-Medium';
    font-size: 12px;
    line-height: 14px;
    color: #3C4759 !important;
    padding-top: 20px;
}

.forgot_pass_link a {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #3C4759;
}

.forgot_pass_link {
    padding-bottom: 30px;
}

.footer_cpyrht {
    background: #f1f1f1;
    padding-bottom: 0;
}

.login_img img {
    width: 100%;
}

/* Sign Up Pages */
.sign_up_wrap {
    padding: 30px 0 50px 0;
}

.sign_up_text {
    text-align: center;
    padding-top: 60.73px;
}

.sign_up_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B235;
    padding-bottom: 19px;
}

.sign_up_text p {
    font-size: 12px;
    line-height: 14.12px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.sign_up_form {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.sign_up_form .form-control {
    border: 0;
    border-bottom: 1px solid #66B339;
    border-radius: 0;
    width: 100%;
}

.agree_btn {
    background: #66b235;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.agree_btn:hover {
    background: #3C4759;
    color: #fff;
}

.agree_text {
    padding: 30px 0;
    font-family: 'Gilroy-Medium';
}

.medication_ask {
    text-align: center;
    padding-top: 50px;
}

.medication_ask h2 {
    font-size: 16px;
    line-height: 19.09px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-SemiBold';
    padding-bottom: 30px;
}

.medication_ask .form-check.form-check-inline {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
}

..medication_ask .form-check.form-check-inline:hover {
    background: #66b235;
    color: #fff;
}

.agree_text a {
    color: #66b235;
    text-decoration: none;
}

/* what-we-treat */
.treat-box {
    min-height: 201px;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);

    margin-bottom: 30px;
    border-radius: 10px;
    color: #3C4759;
    transition: all 0.5s;
    position: relative;
    width: 100%;
    padding: 10px 15px;
}

.treat-box a {
    color: #fff;
}

.treat-box:hover p {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    height: 0;
}

.treat-box p {
    margin-bottom: 0;
}

.treat-box:hover {
    background: #66B339;
    color: #fff;
}

.showbox-on-hover {
    opacity: 0;
    visibility: hidden;
}

.treat-box:hover .showbox-on-hover {
    opacity: 1;
    visibility: visible;
}

/* pharmacy-service */
.serv_img {
    text-align: center;
}

.serv_img img {
    width: 100%;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.15));
}

.serv_detail_sec {
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #66B339;
    margin-top: -126px;
}

.serv_detail p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Gilroy-Medium';
}

.pharmaserv_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.serv_rightbox_wrap img {
    width: 100%;
}

.pharmaserv_wrap>div {
    flex: 0 0 50%;
    width: 100%;

}

.serv_leftbox_wrap {
    height: 400px;
    background: #3C4759;
    margin-top: -70px;
    display: inline-flex;
    align-items: center;
}

.odd-even-section>.pharmaserv_wrap:nth-child(even) {
    flex-flow: row-reverse;
    padding: 100px 0;
}

.odd-even-section>.pharmaserv_wrap:nth-child(even) .serv_leftbox_wrap {
    background: #66B339;

}

.serv_text_list li {
    list-style: inside;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Gilroy-Medium';
}

ul.serv_text_list {
    align-items: center;
    padding-top: 50px;
}


@media (max-width: 991px) {
    .pharmaserv_wrap {
        width: 100%;
        justify-content: center;
        flex-flow: row wrap;
    }

    .pharmaserv_wrap>div {
        flex: 0 0 100%;
        width: 100%;

    }

    .odd-even-section>.pharmaserv_wrap:nth-child(even) {
        flex-flow: row-reverse;
        padding: 100px 0;
        display: block;
    }
}

/* Contect us */
.contact_detl_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.serv_rightbox_wrap img {
    width: 100%;
}

.contact_detl_wrap>div {
    flex: 0 0 50%;
    width: 100%;

}

.contact_leftbox_wrap {
    height: auto;
    background: #3C4759;
    margin-top: -50px;
    display: inline-flex;
    align-items: center;
}

.contact_rightbox_wrap {
    height: 350px;
    background: #3C4759;
    display: inline-flex;
    align-items: center;
}

.contact_box_text h2 {
    font-size: 20px;
    line-height: 23.54px;
    color: #FFFFFF;
    font-family: 'Gilroy-medium';
    padding-bottom: 30px;
}

.contact_box_text p {
    font-size: 16px;
    line-height: 18.83px;
    color: #FFFFFF;
    font-family: 'Gilroy-medium';
    padding-bottom: 30px;
}

.contact_box_text a {
    font-size: 16px;
    line-height: 18.83px;
    color: #FFFFFF;
    text-decoration: underline;
    font-family: 'Gilroy-medium';
}

.contact_box_text {
    padding: 0 50px;
}

.get_in_touch_box {
    padding: 50px 0;
    align-items: center;
    text-align: center;
    background: #66B339;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.touch_box_title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.touch_box_info h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    font-family: 'Gilroy-SemiBold';
    padding-bottom: 50px;
}

.touch_box_info p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Gilroy-SemiBold';
}

.contact_img img {
    width: 100%;
}

.contact_img {
    margin-top: -160px;
    z-index: -1;
    position: relative;
}

.guide_img.whight-bg {
    background: #fff;
}

/* electronic-prescription-service */

.surgery_text {
    text-align: center;

}

.surgery_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B235;
    padding-bottom: 19px;
}

.surgery_text h4 {
    font-size: 20px;
    line-height: 24px;
    color: #3C4759;
    font-family: 'Gilroy-SemiBold';
    font-weight: 600;
}

.surgery_form {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.surgery_form .form-control {
    border: 0;
    border-bottom: 1px solid #66B339;
    border-radius: 0;
    width: 100%;
}

.agree_btn {
    background: #66b235;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.agree_btn:hover {
    background: #3C4759;
    color: #fff;
}

.surgery_last_text {
    text-align: center;
    padding-top: 30px;
}

.surgery_last_text p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

section.accordian_box.faq-sec {
    background: #fff;
    margin-top: 0;
    padding: 0;
    height: auto;
}

.accordian_box.faq-sec i {
    float: right;
    color: #3c4759;
}

.faq-sec.accordian_box h5.mb-0 {
    color: #3c4759;
    font-family: 'Gilroy-Medium';
}

/* prescription-cost */

.nhs_detail_sec {
    text-align: center;
    background: #3C4759;
    margin-top: -56px;
    width: 100%;
    height: 100%;
}

.nhs_serv_detail h1 {
    color: #66B339;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.nhs_serv_detail p {
    color: #FFFFFF;
    text-align: center;
    line-height: 18.83px;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Gilroy-Medium';
}

.nhs_contact_list {
    justify-content: center;
    align-items: center;
    display: flex;
}

.nhs_provide_service li {
    list-style-type: disc;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-family: 'Gilroy-Medium';
}

.nhs_li-1 li::marker {
    color: #66b339;
}

.doctor_btn a {
    font-size: 16px;
    line-height: 19px;
    color: #66b339;
    background: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Gilroy-Medium';
    padding: 10px 23px;
    display: inline-block;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.doctor_btn {
    margin-top: 30px;
}

.doctor_btn a:hover {
    background: #66b339;
    color: #fff;
}

.nhs_contact_list li {
    list-style: disc;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    line-height: 19px;
    text-align: left;
}

.nhs_gp_list li::marker {
    color: #66b339;
}

.nhs_banner_sec {
    text-align: center;
}

.nhs_banner_text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-family: 'Gilroy-Bold';
    color: #66B339;
}

.nhs_banner_para {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: 50px;
    color: #3C4759;
}

.nhs_banner_text p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: 30px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.nhs_banner_text p,
.nhs_serv_detail p {
    padding: 0 6rem;
}

.nhs_banner_text h2 {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #66B339;
    margin-top: 30px;
    font-family: 'Gilroy-Medium';
}

.nhs_banner_text span {

    font-style: normal;
    color: #66B339;
}

.find_btn a {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #66B339;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 23px;
    font-family: 'Gilroy-Medium';
}

.find_btn {
    margin-top: 41px;
}

.private_prescription_text h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
    font-family: 'Gilroy-Bold';
}

.private_prescription_text p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: 30px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.private_prescription_text a {
    color: #66B339;
}

.nhs_banner_text span a {
    color: #66b339;
    text-decoration: none;
}

/* prescription-prepayment-certificate */

ul.nhs_li {
    padding-top: 50px;
}

.guidebanner_text .doc_list li {
    font-size: 16px;
    line-height: 18.83px;
    color: #3c4759;
    font-family: 'Gilroy-Medium';
    list-style: none;
}

.nhs_pcc_list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    list-style-type: none;
}

.nhs_li li::before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    color: #66B339;
}

.nhs_payment_wrap {
    margin-top: 50px;
}

.nhs_pcc_box {
    background: #66B339;
    border-radius: 0px 30px 30px 0px;
    padding: 50px 0;
}

.nhs_payment_text p {
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    text-align: initial;
    font-family: 'Gilroy-Medium';
    padding-bottom: 30px;
}

ul.nhs_price_list {
    list-style: disc;
    /* padding: 0; */
    text-align: initial;
    /*  padding: 50px 0; */
}

.nhs_price_list li {
    list-style-type: disc;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Gilroy-SemiBold';
}

.nhs_price_list li::marker {
    color: #3C4759;
    line-height: normal;
    font-size: 21.5px;
}

.nhs_price_list p {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding-top: 10px;
    font-family: 'Gilroy-Medium';
}

.nhs_payment_list {
    text-align: center;
    justify-content: center;
    /* display: flex; */
    padding: 0 2em 0 8em;
}

.nhs_prepayment_wrap {
    align-items: center;
    margin-top: 50px;
    display: flex;
    padding: 4em 6em 4em 2em;
}

.nhs_pcc_certificate {
    text-align: center;
}

.nhc_certificate_head h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
    padding-bottom: 50px;
}

.nhs_certificate_text p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3C4759;
    padding-bottom: 30px;
    font-family: 'Gilroy-Medium';
}

.nhs_certificate_text a {
    color: #66B339;
}


.nhs_account_image img {
    width: 100%;
}

.nhs_account_text {
    padding: 0 2em 0 6em;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
}

.nhs_account_text p {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-bottom: 15px;
}

.nhs_account_text span {
    color: #66B339;
}

.nhs_account_image {
    margin-top: 50px;
    position: relative;
}

.nhs_account_image:before {
    content: "";
    position: absolute;
    width: 498px;
    height: 70px;
    top: -34px;
    background: #3C4759;
    right: 0;
    z-index: -1;
    bottom: 0;
}


@media (max-width: 1024px) {
    .contact_detl_wrap {
        width: 100%;
        justify-content: center;
        flex-flow: row wrap;
    }

    .contact_detl_wrap>div {
        flex: 0 0 100%;
        width: 100%;

    }

    .contact_detl_wrap {
        width: 100%;
        justify-content: center;
        flex-flow: row wrap;
    }

    .contact_leftbox_wrap {
        padding: 50px 0;
    }

    .contact_detl_wrap>div {
        flex: 0 0 100%;
        width: 100%;

    }

    .nhs_account_text p {
        padding-bottom: 0;
    }

    .nhs_prepayment_wrap {

        margin-top: 0;

    }

    .nhs_account_image:before {

        width: 400px;
        height: 70px;
        top: -34px;

    }

    /* .contact_rightbox_wrap .consult_box_text {
    padding: 0 3em 0 8em;
} */

}

@media (max-width: 767px) {
    .padding-l-5 {
        padding-right: 0;
    }

    .footer-logo.ph-f-logo {
        text-align: center;
    }

    .contact_img {
        margin-top: 0;

    }

    .nhs_banner_text p,
    .nhs_serv_detail p,
    .nhs_contact_list,
    .nhs_contact_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our_team_images .article_text {
        left: 0;
        right: 0;
    }

    .team_img::before {
        top: 44%;
        left: 60%;
        height: 100%;
        width: 30%;
    }
}




.footer-liks-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.footer-links a {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #303030;
    display: inline-flex;
    color: #000;
}

ul.footer-links li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

ul.footer-links {
    display: inline-flex;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}



/* patient Details */
.patient_detl_wrap {
    padding: 30px 0 0 0;
}

.patient_detl_text {
    text-align: center;
    padding-top: 60.73px;
}

.patient_detl_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B235;
    padding-bottom: 19px;
}

.patient_detl_text p {
    font-size: 12px;
    line-height: 14.12px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.patient_detl_form {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.patient_detl_form .form-control {
    border: 0;
    border-bottom: 1px solid #66B339;
    border-radius: 0;
    width: 100%;
    padding: 50px 0 20px 0;
}

.agree_btn {
    background: #66b235;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.agree_btn:hover {
    background: #3C4759;
    color: #fff;
}



.pay_pres_ask {
    text-align: center;
    padding: 50px 0;
}

.pay_pres_ask h2 {
    font-size: 16px;
    line-height: 19.09px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-SemiBold';
    padding-bottom: 30px;
}

.pay_pres_ask .form-check.form-check-inline {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
}

/* .pay_pres_ask .form-check.form-check-inline:hover {
        background: #66b235;
        color: #fff;
    } */

.nhs_text {
    padding: 50px 0;
}

.nhs_text h2 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-SemiBold';
}

.nhs_text p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-top: 30px;
    font-style: italic;
}

.pay_pres_ask p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-bottom: 30px;
}

.gender_ask .form-check.form-check-inline {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
}

/* .gender_ask .form-check.form-check-inline:hover {
        background: #66b235;
        color: #fff;
    } */

.gender_ask h2 {
    font-size: 16px;
    line-height: 18.83px;
    font-family: 'Gilroy-Medium';
    color: #C0C0C0;
    text-align: left;
    padding-bottom: 20px;
}

.gender_ask {
    padding-top: 30px;
}

.birth_date>select {
    border: 0;
    border-bottom: 1px solid #66B339;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
}

.birth_date {
    padding-top: 30px;
}

.birth_date h2 {
    font-size: 16px;
    line-height: 18.83px;
    color: #C0C0C0;
    font-family: 'Gilroy-Medium';
    text-align: left;
}

.delivery_pref_text {
    text-align: center;

}

.delivery_pref_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B235;
    padding-bottom: 19px;
}

.delivery_pref_text p {
    font-size: 12px;
    line-height: 14.12px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.control_drug_link {
    padding-top: 30px;
    text-align: center;
}

.medication_ask {
    text-align: center;
    padding-top: 50px;
}

.medication_ask .form-check.form-check-inline {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
}

.medication_ask .form-check.form-check-inline:hover {
    background: #66b235;
    color: #fff;
}

.control_drug_link a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #66B235;
    font-family: 'Gilroy-Medium';
}

.next_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.next_btn {
    background: #66b235;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    width: 50%;
    text-decoration: none;
}

.next_btn:hover {
    background: #3C4759;
    color: #fff;
    text-decoration: none;
}



.delivery_pref_last_text {
    text-align: center;
    padding-top: 30px;
}

.delivery_pref_last_text p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}


.your_add_text {
    text-align: center;

}

.your_add_text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36.27px;
    text-align: center;
    color: #66B235;
    padding-bottom: 19px;
}

.your_add_text p {
    font-size: 12px;
    line-height: 14.12px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.your_add_form {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.your_add_form .form-control {
    border: 0;
    border-bottom: 1px solid #66B339;
    border-radius: 0;
    width: 100%;
}

.agree_btn {
    background: #66b235;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 11px 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.agree_btn:hover {
    background: #3C4759;
    color: #fff;
}



.your_add_text {
    text-align: center;
    padding-top: 30px;
}

.your_add_text a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #66B235;
    font-family: 'Gilroy-Medium';
}

/* Deshboard */
.paydetail-requread {
    display: inline-flex;
    align-items: center;
}

.pay-note>* {
    margin-bottom: 0;
}

.payment-img {
    margin-right: 30px;
}

.cart-top {
    background: #3C4759;
    color: #fff;
    padding: 30px 0;
}

.pay-note h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.pay-note p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 10px;
}

.add-card {
    width: 100%;
    text-align: right;
}

.user-info {
    margin-top: 50px;
}

.user-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #66B339;
    margin-bottom: 0;
}

.user-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #66B339;
    margin-top: 10px;
    margin-bottom: 0;
}

.user-box p span {
    color: #3C4759;
}

.desh-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    margin-top: 0;
    margin-bottom: 0;
}

.cnt-box {
    text-align: right;
}

.box-top {
    display: inline-flex;
    justify-content: space-between;
}

.site-link {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    color: #3C4759;
    text-decoration: none;
}

.desh-box {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 30px;
    min-height: 240px;
    display: inline-flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    transition: all .5s;
    background: #fff;
}

.desh-box:hover,
.desh-box:hover p,
.desh-box:hover a {
    background: #66B339;
    color: #fff;
    transition: all .5s;
}

.hover-show-icon {
    display: none;
}

.desh-box:hover .hover-show-icon {
    display: block;
}

.desh-box:hover .hover-hide-icon {
    display: none;
}

/* Medicine for others */


.add_person_image img {
    width: 100%;
}

.add_person_text {
    padding: 0 1em 0 6em;
    justify-content: center;
    align-items: center;
    display: block;
}

.nhs_certificate_text {
    padding: 0 5em;
}

.add_person_text ul {
    padding-left: 20px;
}

.add_person_child_sec .add_person_text {
    padding: 0 6em 0 1em;
}

.add_person_text p {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-bottom: 20px;
}

.add_person_image {
    margin-top: 50px;
    position: relative;
}

.add_person_image::before {
    position: absolute;
    content: "";
    background: #66B339;
    transform: translate(-50%, -50%);
    width: 66%;
    top: 16%;
    bottom: 0;
    left: 67%;
    right: 0;
    height: 50%;
    z-index: -1;
}

.add_person_text li {
    list-style: disc;
}

.add_person_text li::marker {
    color: #66b339;
    font-size: 20.5px;
    line-height: normal;
}

.add_person_text h1 {
    color: #66b339;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gilroy-Bold';
    padding-bottom: 30px;
}

.child_image img {
    width: 100%;
}

.child_image {
    position: relative;
}

.child_image::before {
    position: absolute;
    content: "";
    background: #3C4759;
    transform: translate(-50%, -50%);
    width: 66%;
    top: 16%;
    bottom: 0;
    left: 33%;
    right: 0;
    height: 50%;
    z-index: -1;
}

/* meet-our-team */

.team_black_box {
    border: 1px solid #3C4759;
    background-color: #3C4759;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -25px;
    margin-left: -70px;
    z-index: -9;
    padding: 50px 80px;
}

.black_box_text h1 {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-family: 'Gilroy-Medium';
}

.black_box_text h2 {
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.black_box_text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Gilroy-Medium';
}

.team_member_image {
    width: 100%;
    position: relative;
    z-index: -1;
}

.team_member_image img {
    box-shadow: 0 0 6px rgb(204 204 204 / 53%);
}

.team_member_image::after {
    content: "";
    border: 1px solid #66B339;
    position: absolute;
    background-color: #66B339;
    top: 94%;
    left: 98%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 23%;
}

.our_team_images .article_wrap {
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.15));
    cursor: pointer;
}

.team_main_sec .row.justify-content-center.no-gutters {
    cursor: pointer;

}


.team_text p {
    /* padding-top: 100px; */
    /* padding-left: 173px; */
    /* padding-right: 224px; */
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding: 0 50px;
}

.team_img {
    position: relative;
}

.team_img::before {
    content: "";
    position: absolute;
    background: #3C4759;
    top: 43%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 62%;
    height: 100%;
    width: 59%;
}

.our_team_images .article_text h4 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Gilroy-Medium';
}

/* blog-detail */

ul.pain_li {
    display: flex;
    gap: 10px;
    padding: 30px 0;
}

.pain_li a {
    color: #3C4759;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Gilroy-Medium';
}

.pain_li a:hover {
    color: #66b339;
}

.pain_medication img {
    border-radius: 20px;
}

/*  .pain_medication .officer_box {
        display: flex;
        padding: 30px;
        background: #66B339;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    } */
.pain_medication_text {
    margin-top: 50px;
    border-bottom: 1px solid #66b339;
    padding-bottom: 50px;
}

.pain_medication_text p {
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    text-align: left;
    padding-bottom: 15px;
}

.pain_date {
    padding-top: 30px;
    text-align: initial;
}

.pain_date p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.pain_artical {
    padding-top: 20px;
}

.pain_artical_head h1 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
}

.pain_artical_icon {
    margin-top: 30px;
}

ul.pain_icon_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pain_artical_icon i.fa.fa-facebook {
    color: #fff;
    background: #3E5C9A;
    font-size: 20px;
    padding: 10px 14px;
    border: 0;
    border-radius: 50%;
}

.pain_artical_icon i.fa.fa-twitter {
    color: #fff;
    background: #29A9E1;
    font-size: 20px;
    padding: 10px 11px;
    border: 0;
    border-radius: 50%;
}

.pain_artical_icon i.fa.fa-google-plus {
    color: #fff;
    background: #DF4B38;
    font-size: 18px;
    padding: 10px 8px;
    border: 0;
    border-radius: 50%;
}

.pain_artical_icon i.fa.fa-linkedin {
    color: #fff;
    background: #117BB8;
    font-size: 19px;
    padding: 10px 12px;
    border: 0;
    border-radius: 50%;
}

.pain_artical_icon i.fa.fa-pinterest-p {
    color: #fff;
    background: #CD2129;
    font-size: 20px;
    padding: 10px 14px;
    border: 0;
    border-radius: 50%;
}

.related_artical_sec {
    border: 1px solid #3C4759;
    background: #3C4759;
    width: 100%;
    padding: 50px 30px;
}

.related_artical_list {
    padding-top: 30px;
}

.related_head h1 {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    line-height: 24px;
    color: #66B339;
}

.related_li li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: initial;
    /* padding-left: 30px; */
    font-family: 'Gilroy-Medium';
    padding-bottom: 20px;
}

.related_li a {
    color: #FFF;
    text-decoration: none;
}

.related_artical_list a:hover {
    color: #66B339;
}

ul.related_li li a {
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

/* tell-your-friends */

.frds_img img {
    width: 100%;
}

.frds_order_sec {
    background: #66b339;
    text-align: center;
}

.frds_order_sec .get_treat_wrap {

    padding: 0 40px;
}

.guidebanner_text span {
    color: #3c4759;
    font-size: 20px;
}

.frds_order_sec .col-md-4 {
    border-right: 1px solid #fff;
}

.frds_order_sec .col-md-4:last-child {
    border-right: 0;
}

.get_treat_title h1 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gilroy-Bold';
}

.get_treat_text {
    padding-top: 30px;
    color: #fff;
}

.get_treat_text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gilroy-SemiBold';
}

.get_treat_text p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Gilroy-Medium';
}

/* Online Doctor*/


.pres_service_sec .guide_img {
    box-sizing: border-box;
    border: 0;
    background: 0;
    border-radius: 0;
    justify-content: center;
    margin: 0 aut text-align: center;
    width: 100%;
    height: 100%;
}

.consult_box_text i {
    font-size: 12px;
    color: #fff;
}

.guidebanner_text {
    text-align: left;
}

.guidebanner_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
}



ul.doc_list {
    padding: 30px;
}

.doc_list li::before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    color: #3c4759;
}

.get_treatment_sec {
    background: #66b339;
    padding: 50px 0;
    text-align: center;
}

.get_treat_title h1 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gilroy-Bold';
}

.get_treat_text {
    padding-top: 30px;
    color: #fff;
}

.get_treat_text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gilroy-SemiBold';
}

.get_treat_text p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Gilroy-Medium';
    padding: 0 50px;
}

.get_treat_wrap {
    padding-top: 52px;
}

/* .contact_detl_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
} */

.serv_rightbox_wrap img {
    width: 100%;
}

.comision_img {
    text-align: center;
}

/* .contact_detl_wrap>div {
    flex: 0 0 50%;
    width: 100%;

} */

.contact_leftbox_wrap .consult_box_text {
    padding: 0 4em 0 8em;
}

.contact_rightbox_wrap .consult_box_text {
    padding: 0 8em 0 2em;
}

/* .contact_leftbox_wrap {
    height: auto;
    background: #3C4759;
    margin-top: -50px;
    display: inline-flex;
    align-items: center;
}

.contact_rightbox_wrap {
    height: 350px;
    background: #3C4759;
    display: inline-flex;
    align-items: center;
} */

.consult_box_text h2 {
    font-size: 30px;
    color: #66B339;
    line-height: 36px;
    font-family: 'Gilroy-Bold';
    padding-bottom: 30px;
}

.consult_box_text p {
    font-size: 16px;
    line-height: 18.83px;
    color: #FFFFFF;
    font-family: 'Gilroy-SemiBold';
}

.consult_box_text a {
    font-size: 16px;
    line-height: 18.83px;
    color: #66b339;
    font-family: 'Gilroy-SemiBold';
}

.consult_box_text {
    padding: 0 50px;
}

.quality_comision_text h1 {
    font-size: 30px;
    color: #66B339;
    line-height: 36px;
    font-family: 'Gilroy-Bold';
}

.quality_comision_text p {
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-bottom: 30px;
}

.quality_comision_text h2 {
    font-size: 20px;
    line-height: 24px;
    color: #66B339;
    font-family: 'Gilroy-SemiBold';
}

.quality_comision_text span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #CD6262;
    font-family: 'Gilroy-SemiBold';
}

.what_our_clients_say .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: inline-flex !important;
    justify-content: space-between;
    z-index: -1;
}

.what_our_clients_say .owl-carousel .owl-nav button.owl-prev,
.what_our_clients_say .owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    color: #66b339;
}

.what_our_clients_say .owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px
}

.what_our_clients_say .owl-carousel .owl-nav button.owl-next {
    margin-right: -20px
}

form.gf-controls-search-form.fast-simon-form {
    display: none !important;
}

.client_say_image img {
    object-fit: contain;
    max-width: 100%;
    height: 250px;
}

.say_text {
    padding: 26px;
    text-align: center;
}

.say_text p {
    font-size: 16px;
    line-height: 22px;
    color: #3C4759;
    font-family: 'Gilroy-Medium';
    padding-bottom: 30px;
}

.custom-menu-wrp .dropdown-menu {
    position: static !important;
    will-change: unset !important;
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    background: transparent;
    border: 0;
    padding-left: 20px;
}

/* New Menu */

.header-bottom ::selection {
    color: #fff;
    background-color: #8167a9;
}

.header-bottom ::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}


/* #Navigation
================================================== */
.header-bottom {
    position: relative;
    z-index: 9;
}

.header-bottom .start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-bottom .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-bottom .start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-bottom .navigation-wrap {
    /* position: fixed; */
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-bottom .navbar {
    padding: 0;
}

.header-bottom .navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-bottom .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.header-bottom .navbar-toggler:active,
.header-bottom .navbar-toggler:focus {
    outline: none;
}

.header-bottom .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.header-bottom .navbar-light .navbar-toggler-icon:after,
.header-bottom .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.header-bottom .navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.header-bottom .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.header-bottom .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.header-bottom .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.header-bottom .nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px !important;
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    text-transform: capitalize;
    word-break: break-word;
    white-space: nowrap;
}

/* .header-bottom .nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
  font-size: 18px!important;
   position: relative;
    padding: 5px 0 !important;
    display: inline-block;
  font-family: "Trade Gothic Next LT Pro BdCn";
  text-transform: uppercase;
} */

.header-bottom .nav-item:hover .nav-link {
    color: #66B339 !important;
}

.header-bottom .nav-item.active .nav-link {
    color: #66B339 !important;

}


.header-bottom .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #66B339;
    opacity: 0;
    transition: all 200ms linear;
}

.header-bottom .nav-item:hover:after {
    bottom: 0;
    opacity: 0;
}

.header-bottom .nav-item.active:hover:after {
    opacity: 0;
}

.header-bottom .nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */


.header-bottom .section {
    position: relative;
    width: 100%;
    display: block;
}

.header-bottom .full-height {
    height: 100vh;
}

.header-bottom .over-hide {
    overflow: hidden;
}

.header-bottom .absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}





.header-bottom .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.header-bottom .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.header-bottom .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #66b235;
    border: none;
    border-radius: 0;
    box-shadow: -4px 4px 0 0 rgb(0 0 0 / 100%);
    transition: all 200ms linear;
    min-width: 200px;
}

.header-bottom .dropdown-toggle::after {
    display: none;
}

.header-bottom .dropdown-item {
    padding: 6px 5px;
    color: #fff;
    border-radius: 0;
    transition: all 200ms linear;
    font-size: 16px;
}

.header-bottom .dropdown-item:hover,
.header-bottom .dropdown-item:focus {
    color: #fff;
    background-color: #66B339;
}

.header-bottom .dropdown-item:hover {
    text-decoration: underline;
}

.custom-nav-style .navbar-nav li {
    margin: 0 15px;
}

.custom-nav-style-bar .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all .3s linear;
}

.custom-nav-style-bar .navbar-toggler-icon:after,
.custom-nav-style-bar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all .3s linear;
}

.custom-nav-style-bar .navbar-toggler-icon:after {
    top: 8px;
}

/* End New Menu */
.sub-news-wrp span#emailErrorMsg {
    position: absolute;
    top: -20px;
    left: 31px;
}

/* Help And Support */
.faq-mainsearch-holder {
    position: relative;
    max-width: 70%;
    margin: 50px auto 0;
}

.faq-mainsearch-holder form {
    position: relative;
}

.faq-mainsearch-holder form input {
    font-size: 18px;
}

.help-and-support .faq-mainsearch-submit {
    background: none;
    border: none;
    color: #66B339;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 13px;
}

.help-and-support .sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.help-and-support input[type=date],
input[type=email],
.help-and-support input[type=file],
input[type=number],
.help-and-support input[type=password],
input[type=tel],
.help-and-support input[type=text],
.help-and-support select {
    background: #fff;
    border: 1px solid #66B339;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #4c4c58;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 0 17px;
    width: 100%;
}

.help-and-support .faq-mainsearch-holder form input {
    border: 4px solid #66B339;
    border-radius: 0;
    height: 50px;
}

.help-and-support .banner_sec.full-section {
    background: #f9f9f9;
}

.faq-section .treat-box {
    min-height: 85px;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
}

.faq-section .treat-box h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    flex: 1;
}

.faq-section .treat-box img {
    display: inline-block;
    height: 3.2em;
    margin-right: 14px;
    flex: 0 0 40px;
    object-fit: contain;
}

a.page-navigation.faq-back {
    align-items: center;
    display: inline-flex;
    margin-bottom: 15px;
    padding: 0;
    text-decoration: none;
}

a.page-navigation.faq-back .fa {
    color: #66B339;
    font-size: 26px;
    margin-right: 10px;
}

a.page-navigation.faq-back .text {
    text-decoration: underline;
}

.catagory-list-page a.page-navigation.faq-back .text {
    color: #66B339;
}

.headeing-cat-page {
    display: flex;
    align-items: center;
}

.headeing-cat-page img {
    font-size: 18px;
    height: 2em;
    width: auto;
}

.headeing-cat-page h1 {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 22px;
}

.faq-section-heading {
    background: url('../images/file-icon.svg') no-repeat 0 2px;
    background-size: 20px 20px;
    padding-left: 30px;
}

.faq-section-heading {
    color: #4c4c58;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.faq-section-heading>a {
    color: #66B339;
    text-decoration: underline;
}

.faqs-detail-page .col-12 a,
.faqs-detail-page .col-12 h1,
.faqs-detail-page .col-12 h2,
.faqs-detail-page .col-12 h3,
.faqs-detail-page .col-12 h4,
.faqs-detail-page .col-12 h5,
.faqs-detail-page .col-12 h6 {
    color: #66B339;
}

.faqs-detail-page .col-12 h2 {
    font-size: 24px;
    line-height: 1.3;
}

.faqs-detail-page .col-12 ul {
    margin-bottom: 24px;
    margin-left: 16px;
    list-style-type: disc;
}

.faqs-detail-page .col-12 ul li {
    list-style-type: disc;
}

.thumbs-stage1 {
    border-top: 1px solid #ccc;
    padding: 3rem 0 0;
    margin-top: 3rem;
}

.faqs-detail-page .col-12 .site-btn:hover {
    color: #ffff;
}

.faqs-detail-page .col-12 .site-btn {
    font-size: 22px;
    padding: 1.2rem 5rem;
}


/* Online doctore 2 */

.doc_bg_text {
    background: #66B339;
    border-radius: 0px 6rem 6rem 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    min-height: 400px;
}

.online-doc-banner {
    background: url('./images/female-pharmacist-doing-daily-duties 1.jpg');
    background-repeat: no-repeat;
    background-position: right;
    justify-content: center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.doc_banner_text {
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 4em 1.5em 0 6.5em;

}

.doc_banner_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #ffff;
}


.doc_list li {
    font-size: 16px;
    line-height: 18.83px;
    color: #ffffff;
    font-family: 'Gilroy-Medium';
    list-style: none;
}

ul.doc_list {
    padding: 30px;
}




.howcan_helptext {
    text-align: center;
}

.howcan_helptext h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.doc_help_text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.doc_help_text p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.doc_help_section a {
    text-decoration: none;
}

.doctor_help_wrap:hover .doc_help_text {
    background: #66b339;
}

.doctor_help_wrap {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.doctor_help_wrap span {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #66B339;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.doc_help_img {
    position: relative;
    margin-top: 10px;
}

.doc_help_text {
    background: #3c4759;
    border: 0;
    border-radius: 30px;
    padding: 14px 6px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
    margin: 0 auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.doc_help_img img {
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(204 204 204 / 53%);
}

/* Team Popup */

.team-top-section p {
    color: #3C4759;
}

.team-top-section {
    padding: 25px 8rem;
    background: #66B339;
    border-radius: 30px;
    margin-top: -15px;
    margin-bottom: 25px;
    color: #fff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
}

.team-info-popup .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup .modal-content {
    border-radius: 30px;
}

.team-info-popup1 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup1 .modal-content {
    border-radius: 30px;
}

.team-info-popup2 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup2 .modal-content {
    border-radius: 30px;
}

.team-info-popup3 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup3 .modal-content {
    border-radius: 30px;
}

.team-info-popup4 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup4 .modal-content {
    border-radius: 30px;
}

.team-info-popup5 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup5 .modal-content {
    border-radius: 30px;
}

.team-info-popup6 .modal-content .close.popup-custom-cls {
    position: absolute;
    right: 50px;
    top: 15px;
    opacity: 1;
}

.team-info-popup6 .modal-content {
    border-radius: 30px;
}

.team-bottom-section {
    padding: 15px 65px 24px;
    text-align: center;
}

.doc_banner_text .banner_btn {}

.gps-b-page .site-btn {
    background: #fff;
    color: #66B339;
}

.gps-b-page .site-btn:hover {
    background: #3C4759;
    color: #fff;
}

/* GPS B/H */
.b-h-text a {
    background: unset;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.b-h-text a:hover {
    background: #3c4759 !important;
    color: #66b339 !important;
}

.faqs-detail-page img {
    border-radius: 0;
    box-shadow: 0 0 10px rgb(204 204 204 / 53%);
}

.patient_say_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.online_order_section {
    background: #3C4759;
    padding-bottom: 50px;
}

.online_order_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;

    color: #66B339;
}

.online_order_text h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 30px;
    word-break: break-word;
    white-space: nowrap;
}

.online_order_text {
    padding: 0 20px;
}

.online_order_wrap {
    margin-top: 45px;
    text-align: center;
}

.online_order_img img {
    border: 0;
    border-radius: 16px;
}

.online_order_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
}

.online_order_img {
    position: relative;

}

.online_order_section .counter-style {
    counter-increment: ccs-inc 1;
}

.online_order_img::before {
    content: counter(ccs-inc);
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #66b339;
    color: #fff;
    text-align: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    font-size: 16px;
    display: inline-grid;
    align-items: center;
}

.remind_btn p {
    background: #FFFFFF;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3c4759;
    padding: 15px 50px;
    text-decoration: none;
    max-width: 80%;
    margin: 0 auto;
}

/* .remind_btn a {
    background: #FFFFFF;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #66B339;
    padding: 15px 50px;
    text-decoration: none;
} */
.remind_btn span {
    color: #66b339;
}

.remind_btn {
    text-align: center;
    margin-top: 54px;
}

.online_order_section .banner_btn a:hover {
    background: #66b339;
    color: #fff;
}

.banner_btn p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

.nhs_logo_right {
    text-align: end;
    padding: 40px 0;
}

.gps_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
    padding-bottom: 30px;
}

.gps_text {
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 4em 1.5em 0 6.5em;
}

.gps_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3C4759;
}

.gps_img img {
    max-width: 100%;
    border-radius: 10px;
}

.gps_img {
    position: relative;
}

.gps_img::after {
    position: absolute;
    height: 380px;
    background: #66B339;
    border-radius: 30px 0px 0px 30px;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 62%;
    z-index: -1;
    min-width: 76%;
}

.sign_up_btn {
    margin-top: 70px;
}

.sign_up_btn a.site-btn {
    background: #66b339;
    color: #ffff;
    padding: 13px 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.sign_up_btn a.site-btn:hover {
    background: #3c4759;
    color: white;
}

.contact_us_wrap h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #66B339;
    padding-bottom: 30px;
}

.contact_us_wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.contact_us_wrap a {
    color: #66b339;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

/* private prescriptions */
.doc_banner_text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;

}

.online-doc-banner .doc_list li {
    font-size: 16px;
    line-height: 18.83px;
    color: #ffffff;
    font-family: 'Gilroy-Medium';
    list-style: none;
}

.online-doc-banner ul.doc_list {
    padding: 30px;
}

.online-doc-banner .doc_list li::before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    color: #3c4759;
}

.private_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.order_private_wrap img {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    object-fit: contain;
}

.order_private_wrap {
    padding-top: 50px;
    text-align: center;
}

.order_private_wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.search_prescription_section {
    background: #3C4759;
}

.search_prescription_wrap h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66b339;
    padding-bottom: 30px;
}

.search_prescription_wrap p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffff;
}

.patient_say_text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66B339;
}

.pres_wrap h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #66b339;
}

.pres_wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3c4759;
}

.pres_wrap a.site-btn {
    background: #66b339;
    color: #fff;
    padding: 16px 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.pres_wrap a.site-btn:hover {
    background: #3c4759;
}

.searchbtn {
    position: relative;
}

.searchbtn i {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
    color: #66b339;
}

.searchbtn input.form-control {
    border: none;
    border-radius: 30px;
    background: white;
    border-bottom: 1px solid #3c4759;
    padding-left: 50px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #3c4759;
    max-width: 70%;
    margin: 0 auto;
}

/* responsive media */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }

    .find_out_box a {

        padding: 10px 36px;
        text-decoration: none;
    }

    .help-and-support .faq-mainsearch-holder form input {
        height: 60px;
    }

    .help-and-support .faq-mainsearch-submit {
        right: 35px;
        top: 19px;
    }
}

@media (min-width: 992px) {
    .hide-in-desktop {
        display: none;
    }

}

/* New Menu */
@media (min-width: 768px) {
    body #mobile-menu {
        display: none !important;
    }

    .custom-nav-style-bar button.navbar-toggler {
        display: none;
    }

    .faq-mainsearch-holder form input {
        font-size: 18px;
    }
}

/* End New Menu */
@media (max-width: 1199px) {
    .work_text {

        left: 28px;

    }

    .custom-row {

        flex-flow: unset;
    }

    .aero {

        left: 158px;
        right: 0;
    }

    .page_link a {

        font-size: 14px;

    }

    .page_link span {

        font-size: 14px;

    }

    .treat_book_btn a {

        padding: 16px 30px 15px 30px;

    }

    .article_text p {

        font-size: 14px;


    }

    .team_member_image::after {

        top: 110%;
        left: 98%;
        right: 0;
        bottom: 0;

    }

    .team_img::before {
        top: 46%;
        left: 74%;
        height: 100%;
        width: 59%;
    }

    .doc_banner_text h1 {

        font-size: 24px;

    }

    .online_order_text h4 {
        word-break: unset;
        white-space: unset;
    }

    .pres_wrap h1 {

        min-height: 76px;
    }
}

@media (max-width: 1024px) {

    .our_value_sec {

        margin-left: 0;
    }

    .find_out_box {

        padding: 129px 182px 129px 141px;
    }

    .doc_banner_text {


        padding: 4em 1.5em 0 3.5em;
    }

}

@media (max-width: 991px) {

    .cpyrht_left p,
    .footer_cpyrht p {

        white-space: unset;
    }

    /* navbar */
    .custom-nav-style .navbar-nav li {
        margin: 0 10px;
    }

    .header-bottom .nav-link {
        font-size: 14px !important;
    }

    /*  */
    .we_can_text {
        text-align: center;
    }

    .prossess-box-wrp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .add_person_image {
        margin-top: 50px;
        position: relative;
    }

    /* .add_person_text {
        padding: 0 6em;
        margin-top: 20px;
    } */

    .officer_box {

        margin-top: 20px;
    }

    /* html */


    .aero_workwrap {
        position: static;
    }

    .aero_workwrap {
        position: static;
        width: 60px;
        transform: rotate(90deg);
    }

    .watch_video {
        text-align: center;
        margin-top: 0;
    }

    .work_wrap {
        margin-bottom: 60px;
    }

    .work_text {
        position: absolute;
        content: "";
        left: 31%;
        transform: translateX(-50%);
        right: 0;
        top: -33px;
        height: 100px;
        width: 70px;
        bottom: 0;
        display: inline-block;
    }

    .right_treat {
        margin-top: 45px;
    }

    .left_treat::after {

        bottom: unset;
        right: 0;
        z-index: 0;
        top: -40px;
    }

    .custom-row {
        flex-flow: row wrap !important;
    }

    .pharmawork_wrap {
        height: auto;
        padding-bottom: 60px;
    }

    .help_wrap {
        justify-content: center;
        flex-flow: row wrap;
        position: relative;
        z-index: 9;
    }

    .help_wrap>div {
        width: 100%;
        flex: 0 0 100%;
        position: relative;
        z-index: 9;
    }

    .helpsec_img::before {
        content: "";
        position: absolute;
        width: 221px;
        height: 173px;
        left: 0;
        background: #66B339;
        right: 0;
        z-index: 9;
        bottom: unset;
        top: -86px;
    }



    .accordian_box .help_text {
        position: absolute;
        top: -12%;
        transform: translateY(-50%);
        margin-left: 0;
        text-align: center;
        width: 100%;
        left: 0;
    }

    .rightbox_wrap {
        flex: 0 0 100%;
        margin-left: 0;
        height: auto;
    }

    .odd-even-section>.boxes_wrap:nth-child(even) .custom-row .rightbox_wrap {
        margin-right: 0;
    }

    .leftbox_wrap img {
        width: 100%;
    }

    .leftbox_wrap {
        position: relative;
        flex: 100%;
    }

    .right_treat {
        margin-left: 0;
    }

    .left_treat {
        margin-right: 0;
    }

    .accordian_box {
        height: auto;
    }

    .page_link a {

        font-size: 16px;

    }

    .page_link span {

        font-size: 16px;

    }

    .aero {
        left: 226px;
        right: 0;
        top: 43px;
    }

    /* new */
    .header_top {
        padding: 15px 0px;
    }

    .hide-in-mobile {
        display: none;
    }

    span.menu-text {
        display: none;
    }

    .mobile-ac .login_signupbtn {
        display: flex;
        justify-content: flex-end;
        flex-flow: column;
    }

    .mobile-ac {
        position: relative;
        min-width: 100px;
        display: inline-flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .mobile-ac .login_signupbtn a {
        background: transparent;
        box-shadow: none;
        padding: 0 15px 20px;
        margin: 0;
    }

    .mobile-ac .login_signupbtn a:last-child {
        padding-bottom: 0;
    }

    .mobile-ac .collapse {
        position: absolute;
        top: 32px;
        padding: 10px 10px;
        box-shadow: 0 0 10px #0000001a;
        border-radius: 10px;
        display: none !important;
    }

    .mobile-ac .collapse.show {
        display: block !important;
        z-index: 99;
    }

    .mobile-ac .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    a.my-ac-user-icon {
        height: 30px;
        width: 30px;
        border: 1px solid #3c4759;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        color: #66b339;
        line-height: normal;
    }

    .reports-box-section {
        padding-left: 0;
        padding-right: 0;
    }

    .site-darkbox-form .form-group .form-control {
        width: 100%;
    }

    .site-darkbox-form form {
        position: relative;
        width: 100%;
    }

    .reports-box-section .reports-box:nth-child(odd) span {
        top: 100%;
        right: unset;
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
    }

    .reports-box-section .reports-box:nth-child(even) span {
        bottom: -82px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .surgery-wrp .text-box-wrp {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .accordian_box.faq-sec .md-accordion {
        max-width: 100%;
    }

    .accordian_box.faq-sec {
        background: #fff;
        margin-top: 0;
        padding-bottom: 0;
    }

    .nhs_banner_text p,
    .nhs_serv_detail p {
        padding: 0;
    }

    .team_member_image img {
        width: 100%;
    }

    .team_black_box {

        margin-top: 30px;
        margin-left: 0;

    }

    .team_member_image::after {
        top: 100%;
        left: 60%;
        right: 0;
        bottom: 0;
        width: 80%;
    }

    .team_img::before {
        top: 46%;
        left: 66%;
        height: 100%;
        width: 59%;
    }

    .contact_detl_wrap>div {
        flex: 0 0 100%;
        width: 100%;
    }

    .contact_leftbox_wrap .consult_box_text,
    .contact_rightbox_wrap .consult_box_text {
        padding: 0 50px;
    }

    .nhs_certificate_text {
        padding: 0;
    }

    .add_person_child_sec .add_person_text {
        padding: 0 6em 0 6em;
        margin-top: 20px;
    }

    .nhs_payment_list {
        text-align: center;
        justify-content: center;
        display: flex;
        padding: 0;
    }

    .nhs_prepayment_wrap {
        padding: 2em 6em 0 6em;
    }

    .gps_text {
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0em 6.5em 0 6.5em;
    }

    .gps_img {
        position: relative;
        padding: 4em 0;
    }

    .team-top-section {
        padding: 25px 4rem;

    }

    .get_treat_text h2 {

        font-size: 19px;
        min-height: 30px;

    }

    .get_treat_text p {

        padding: 0;
    }
}

@media (max-width: 769px) {
    .login_box_wrap {
        padding: 20px;
    }

    .value_detail {
        padding-left: 43px;
        padding-bottom: 30px;
    }

    .prossess-box-wrp,
    .prossess-box-wrp:nth-child(even) {
        flex-flow: column;
    }

    .prossess-left,
    .prossess-right {
        margin: 0 0 30px;
    }

    .text-box-wrp h2,
    .text-box-wrp p {
        text-align: center;
    }

    .prossess-box-wrp:not(last-child) {
        margin-bottom: 15px;
    }

    .article_title {
        text-align: center;
    }

    .article_text {

        left: unset;
        right: 100px;
    }

    .article_wrap {

        text-align: center;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .accordian_box {
        padding-left: 0;
        padding-right: 0;
    }

    .howworks_sec {
        margin-bottom: 0;
    }

    .how_can_img {
        text-align: center;
    }

    .guidebanner_text {
        padding: 2rem;
        text-align: left;
    }

    .custom-menu>.nev-header,
    .custom-menu>ul {
        max-width: 100% !important;
    }

    .custom-menu:after {
        width: 100%;
    }

    .custom-menu.show:after {
        transform: skewX(0deg) translateX(0);
    }


}


/* New Menu */
@media (max-width: 768px) {
    .custom-nav-style .navbar-nav li {
        margin: 0 12px;
    }

    .header-bottom .dropdown-menu {
        padding: 0 !important;
    }

    .sub-m-menu .m-menu-open {
        position: absolute;
        right: 15px;
        top: 10px;
        height: 30px;
        border-radius: 30px;
        width: 60px;
        border: 1px solid #9cc97f;
        background: #5aaa26;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .header-bottom .dropdown-menu {
        padding: 0 !important;
    }

    .sub-m-menu.show .m-menu-open::before {
        content: "\f077";
    }

    .custom-nav-style-bar button.navbar-toggler {
        padding-left: 0;
    }

    .open-nav .header-bottom {
        height: 100% !important;
        opacity: 1;
        padding-bottom: 50px;
        z-index: 100;
        background: #66b235;
    }

    .open-nav {
        overflow: hidden;
    }

    .header-bottom {
        -webkit-overflow-scrolling: touch;
        background: none;
        bottom: 0;
        height: 0;
        left: 0;
        margin-top: 70px;
        opacity: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transition: all .4s ease-in-out;
        width: 100%;
        z-index: 999;
    }

    .custom-nav-style .navbar-nav li {
        margin: 0 0;
    }

    .header-bottom .dropdown-menu {
        background-color: transparent;
    }

    .header-bottom .dropdown-item {
        padding: 3px 0;
        color: #fff;
        border-radius: 0;
        transition: all 200ms linear;
        font-size: 14px;
    }

    .header-bottom .nav-item.show .dropdown-menu {
        border-bottom: 1px solid #fff;
    }

    .header-bottom .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 22px !important;
        font-weight: 600;
        text-transform: capitalize;
    }

    .nav-item:after {
        display: none;
    }

    /*End New Menu  */
    .what_our_clients_say .owl-carousel .owl-nav button.owl-next {
        margin-right: -14px;
    }

    .what_our_clients_say .owl-carousel .owl-nav button.owl-prev {
        margin-left: -14px;
    }
}


@media (max-width: 767px) {
    .cpyrht_right {
        text-align: center;
        padding-top: 20px;
    }

    .cpyrht_left {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .doc_help_text {

        min-width: 50%;

    }

    .doc_bg_text {
        border-radius: 0;

    }

    .remind_btn p {
        border-radius: 10px;
        padding: 15px 20px;
    }

    .gps_text {
        padding: 0em 2.5em 0 2.5em;
    }

    .pres_wrap h1 {
        min-height: 0;
    }

    .pres_wrap {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .aero {
        left: 224px;
        right: 0;
        top: 42px;
    }

    .treat_menu li {
        margin-right: 10px;
    }

    .article_text {
        left: unset;
        right: 60px;
    }

    .nhs_account_text {
        padding: 0 2em;

    }

    .officer_box {
        width: 100%;
    }

    .add_person_child_sec .add_person_text {
        padding: 0 2em;
        margin-top: 20px;
    }

    .add_person_sec .add_person_text {
        padding: 0 2em;
    }

    .doc_help_text {
        min-width: 60%;
    }

    .searchbtn i {
        left: 8%;
    }

    .searchbtn input.form-control {

        max-width: 90%;
        margin: 0 auto;
    }

}

@media (max-width: 480px) {

    .aero {
        left: 398px;
        right: 0;
        top: 42px;
    }

    .news_letter .form-control {
        width: 100%;
    }

    .treat_menu {
        padding: 50px 0;
    }

    .treat_menu ul {
        display: block;
    }

    .treat_menu li {
        margin-right: 0;
        margin-top: 30px;
        text-align: center;
    }

    .article_text {
        left: 0;
        right: 0;
    }

    .find_out_box {
        padding: 50px;
    }

    ul.pain_li {
        display: block;

    }

    .add_person_text {
        padding: 0 3em;
        margin-top: 20px;
    }

    .nhs_prepayment_wrap {
        padding: 2em 2em 0 2em;
    }

    .doc_banner_text {
        padding: 2em 1.5em 0 3.5em;
    }

    .doc_banner_text h1 {
        font-size: 20px;
    }

    .doc_help_text {
        min-width: 90%;
    }

    .gps_text p {

        padding-bottom: 20px;
    }

    .section-headeing.light-color h2 {
        margin-bottom: 50px;
        padding: 0;
    }

    .nhs-repeat-section .banner_text h4,
    .full-section .banner_text h4 {
        max-width: 100%;

    }

    .help-and-support .faq-mainsearch-submit {
        right: 10px;
        top: 13px;
    }

    .faq-mainsearch-holder {
        max-width: 90%;
    }

    .faqs-detail-page .col-12 .site-btn {
        font-size: 20px;
        padding: 1.2rem 2rem;
    }
}

@media (max-width: 375px) {
    .aero {
        left: 296px;
        right: 0;
        top: 42px;
    }

    .team_img::before {
        top: 44%;
        left: 68%;
        height: 100%;
        width: 59%;
    }

    .team_black_box {
        margin-top: 22px;
        margin-left: 0;
        padding: 50px;
    }

    .guide_img {

        width: 100%;
        height: 100%;

    }

    .guidebanner_text {
        padding: 2rem 0;
        text-align: left;
    }

    .cpyrht_left p {
        font-size: 15px;

    }

    .doc_banner_text h1 {
        font-size: 18px;
        line-height: 26px;
    }

}

@media (max-width: 375px) {
    .right_treat:before {
        left: -3px;
    }

    .gps-b-page .site-btn {

        margin-bottom: 18px;
    }
}

@media (max-width: 320px) {
    .faqs-detail-page .col-12 .site-btn {
        font-size: 20px;
        padding: 1.2rem 1rem;
    }
}

.surgery-fontStyle {
    font-size: 14px !important;
    color: whitesmoke !important;
    text-align: left !important;
    line-height: 0.5px !important;
    padding: 10px 0 5px 10px !important;
}

.surgery-div {
    width: 500px;
    padding: 5px;
    border: 2px solid gray;
    border-radius: 25px;
    margin: 0 10px 0 0;
}

.surgeryModal-fontStyle {
    font-size: 14px !important;
    color: black !important;
    text-align: left !important;
    line-height: 0.5px !important;
    padding: 10px 0 5px 10px !important;
}

.new-surgery-fontStyle {
    font-size: 14px !important;
    color: black !important;
    text-align: left !important;
    line-height: 0.5px !important;
    padding: 10px 0 5px 10px !important;
}

.new-surgery-div {
    /* width: 500px; */
    padding: 5px;
    border: 2px solid black;
    border-radius: 25px;
    margin: 0 10px 0 0;
}