body{margin:0px;padding:0px;font-family: 'Raleway', sans-serif;font-weight:300;font-size:14px;overflow-x:hidden;}
*{box-sizing:border-box;}
ul{margin:0px;padding:0px;}
html,body{height:100%;}
a:hover{text-decoration:none;}
button:focus{outline:none;}
 a{transition:0.3s;}
 .btn.focus, .btn:focus
 {
     box-shadow: none;
 }
 img{max-width: 100%;}
 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #495057;
  }
  .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #495057;
  }
  .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #495057;
  }
  .form-control:-moz-placeholder { /* Firefox 18- */
    color: #495057;
  }

 /* CUSTOM CSS START */

 .home-page-items-title {
    color: #072853;
    font-size: 40px;
    margin-top: 60px;
}
.home-page-items-img img {
    max-height: 217px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    background: #fff;
    padding: 20px;
}
.form-outer {
    width: 820px;
    margin: 20px auto auto;
    padding: 25px;
}
.form-outer-title {
    text-align: center;
    color: #072853;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 35px;
}
.form-control {
    background: #E5F0FF;
    border: none;
    height: 51px;
    padding-left: 15px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 500;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    background: #e7f0fd;
}
.custom-form label {
    font-size: 18px;
    color: #072853;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.btn-custom {
    background: #5B94DE;
    color: #fff;
    font-size: 20px;
    border-radius: 14px;
    padding: 5px 40px;
    border: none; 
    height:41px;
}
.btn-custom-border {
    background: #fff;
    color: #5b94de;
    border: solid 3px #5b94de;
}
.btn-custom:hover {
    color: #fff;
    background: #4484d8;
}

.forget-action .btn-custom, .bg-check-mail .btn-custom, .bg-search-GP .btn-custom {
    background: #5B94DE;
    color: #fff;
    font-size: 20px;
    border-radius: 14px;
    padding: 5px 40px;
    border: none; 
    height:41px;
    display: inline;
}
.forget-action .btn-custom-border, .bg-check-mail .btn-custom-border, .bg-search-GP .btn-custom-border {
    background: #fff;
    color: #5b94de;
    border: solid 3px #5b94de;
}
.forget-action .btn-custom:hover, .bg-check-mail .btn-custom:hover, .bg-search-GP .btn-custom:hover{
    color: #fff;
    background: #4484d8;
}


.btn-forgot {
    font-size: 20px;
    font-weight: 300;
    color: #072853;
    text-decoration: underline;
    margin-left: 25px;
}
.text-blue{color: #072853;}
.font-20{font-size: 20px;}
.font-16{ font-size: 16px;}
.opacity-50{ opacity: .5;}
.btn-w-icon span {
    background: #e5f0ff;
    height: 62px;
    width: 62px;
    display: inline-block;
    text-align: center;
    line-height: 62px;
    border-radius: 100%;
    margin-right: 20px;
    font-size: 24px;
}
.btn-w-icon span i.fas.fa-phone
{
    transform: rotate(90deg);
}
.wrapper-bg
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 120px);
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}
.text-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #707070;
    background-color: #ffffff;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 40px;
    height: 40px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #707070;
    background-color: #ffffff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #5B94DE;
}
.custom-control-label::after {
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    background: 50%/50% 50% no-repeat;
    border-radius: 100%;
}
.custom-radio label {
    padding: 10px 0px 0px 32px;
    font-size: 20px;
}
select
{
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background: #E5F0FF url(../images/arrowdown.png?v=TYmgwURKgkxsFaeq5RSyZCk6wA0) no-repeat scroll right 16px center !important;
padding-left: 8px;
padding-right: 28px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select-border
{
    background: #fff url(../images/arrowdown.png?v=TYmgwURKgkxsFaeq5RSyZCk6wA0) no-repeat scroll right center !important;
    border: solid 1px #000;
}
.font-w-600{ font-weight: 600;}
.custom-control-label {
    font-family: 'Raleway', sans-serif !important;
}
.search-gp-list-items .custom-control-label {
    padding: 0px 0px 0px 40px;
}
.search-gp-list-items small {
    display: block;
    font-weight: 300;
}
.btn-w-icon i {
    font-size: 28px;
}
.bg-login
{
    background: url(../images/Login-desktop-illusrtation.svg);
}
.register-login
{
    background: url(../images/Register-desktop-illusrtation.svg);
}
.bg-check-phone
{
    background: url(../images/check-your-phone-desktop.svg);
}
.bg-check-mail
{
    background: url(../images/Email-desktop-illustration.svg);  
}
.bg-add-phone
{
    background: url(../images/add-Phone-number-desktop-illustration.svg);  
}
.bg-NHS-number
{
    background: url(../images/NHS-number.svg);  
}
.bg-enter-details
{
    background: url(../images/Enter-your-details.svg);
}
.bg-your-GP
{
    background: url(../images/your-GP.svg);
}
.bg-search-GP
{
    background: url(../images/Search-GP.svg);
}
.bg-confirm-GP
{
    background: url(../images/confirm-GP.svg);
}
.bg-summary
{
    background: url(../images/Summary.svg);
}
.found-coda
{
    background: url(../images/found-coda.svg);   
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1262px;
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}


    #header.header-inn {
        height: 88px;
        display: flex;
        align-items: center;
        -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        z-index: 9;
        position: fixed;
    }

#header.header-inn img{
  max-width:unset;
}

#header.header-inn .logo img {
  max-height: 51px;
}

/*--------------------------------------------------------------
#  Get Started Button
--------------------------------------------------------------*/
.reg-log-btn {
  width: 168px !important;
  height: 41px !important;
  background:#5B94DE !important;
  color: #fff !important;
  border-radius: 14px !important;
  padding: 10px 18px !important;
  white-space: nowrap !important;
  transition: 0.3s !important;
  font-size: 18px !important;
  line-height: 21px !important;
  display:flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto;
  border: 0 !important;
}

.reg-log-btn:hover {
  background: #072853 !important;
  color: #FFFFFF !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding-left: 12px;
  text-align: center;
  padding-right: 12px;
}

.navbar li ul{
  display: none;
}

.navbar li ul{
  border: none;
  margin-top: 10px;
  width: 100%;
  padding: 0px 12px 0 12px !important;
}

.navbar li ul li{
  text-align: left;
padding: 10px 0 !important;
background: none;
}

.navbar li ul li a{
  display: block;
  width: 100%;
  border-bottom: 0px;
}

.navbar li:first-child {
  padding-left: 0px;
}

.navbar li:last-child {
  /*padding-left: 157px;*/
}

.navbar a {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #072853;
  white-space: nowrap;
  transition: 0.3s;
  line-height: 19px;
  border-bottom: 1px solid #fff;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #072853;
  border-bottom: 1px solid #072853;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

    .mobile-nav-toggle img {
        /*width: 45px;*/
        width: 28px;
    }


@media (max-width: 1366px) {
.navbar li:last-child {
    padding-left: 30px;
}
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
	#NeedMore .help-support .option{text-align: center; margin-bottom: 62px;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #F4F9FF;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 29px;
  right: 41px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 112px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 0 0 110px;
  background-color: #F4F9FF;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 0;
  font-size: 30px;
  color: #072853;
  display: inline-block;
  line-height: 35px;
  padding-bottom: 11px;
  border-bottom: 4px solid transparent;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #072853;
  border-bottom: 4px solid #5B94DE;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  /*background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
}

.navbar-mobile .dropdown ul li {
  /*min-width: 200px;*/
  text-align: center;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 18px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  /*background-color: #ffc451;*/
  border-bottom: 0;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Welcome Banner
--------------------------------------------------------------*/
#WelcomeBanner{background:#F4F9FF;}

#BannerContainer{display: flex; flex-flow: row wrap;}

#WelcomeBanner .banner-text {
    display: flex;
    flex-direction: column;
    align-items: normal;
    /*justify-content:center;*/
    /*padding-left: 160px !important;*/
    padding-right: 90px;
    padding-top: 130px;
    padding-bottom: 0;
}

#WelcomeBanner .banner-img{height: 812px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 0;}

#WelcomeBanner .banner-img img{min-height: 812px; max-height: 812px; width: 100%; height: 100%; object-fit: cover;}

#WelcomeBanner .banner-text h1 {
    max-width: 448px;
    font-weight: 500;
    font-size: 38px;
    line-height: 47px;
    color: #072853;
    margin-bottom: 30px;
    margin-top: 90px;
}

#WelcomeBanner .banner-text p{max-width:400px; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 40px;}

#WelcomeBanner .banner-text p img{max-width:172px;}

#WelcomeBanner .banner-text button.sign-up, #WelcomeBanner .banner-text a.sign-up{
    width: 100px;
    height: 41px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#WelcomeBanner .banner-text button.sign-up:hover, #WelcomeBanner .banner-text a.sign-up:hover{
    background:#072853;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/

#how-it-works{padding-top:77px; /*padding-bottom:100px;*/}

#how-it-works h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 50px; text-align: center;}

#how-it-works ul#works-steps{margin: 0; padding: 0; list-style: none; display: block;}

#how-it-works ul#works-steps li{margin: 0; padding: 0; }

#how-it-works ul#works-steps li .row{display: flex; align-items: center;}

#how-it-works ul#works-steps li .row .step-img{text-align: center;}

#how-it-works ul#works-steps li .row .step-details h1{font-weight: 500; font-size: 22px; line-height: 19px; color:#072853; margin-bottom: 38px; text-align: center;}

#how-it-works ul#works-steps li .row .step-details p{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 0px; text-align: center;}
#how-it-works ul#works-steps li .row .step-details p a{color:#072853; text-decoration: underline;}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

#our-services{background:#F4F9FF; padding-top:101px; padding-bottom:103px;}

#our-services h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 113.96px; text-align: center;}

#our-services .services-list .service{margin-bottom: 0;}

#our-services .services-list .service-icon{height:159.94px; margin-bottom: 83.53px; text-align: center;}

#our-services .services-list .service-icon a{display: inline-block;}

#our-services .services-list .service-icon a img{margin-top: 0px; transition: 0.5s ease;}

#our-services .services-list .service-icon a:hover img{margin-top: -20px; transition: 0.5s ease;}

#our-services .services-list .service-title{font-weight: 500; font-size: 22px; line-height: 19px; color:#072853; margin-bottom: 0px; text-align: center;}

    #our-services .services-list .service-title a{
        color: #072853;
        text-decoration: none;
    }

    #our-services .services-list .service-title a:hover {
        text-decoration: underline;
    }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blogs{padding-top:77px; padding-bottom:94px;}

#blogs h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 113.96px; text-align: center;}

#blogs ul#blogs-list{margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}

#blogs ul#blogs-list .owl-item:last-child{margin-right: 0 !important;}

#blogs ul#blogs-list li{margin: 0; padding: 0px;}

#blogs ul#blogs-list .blog-img{margin-bottom: 40px; height: 197px; display: flex; align-items: center; justify-content: center; overflow: hidden;}

#blogs ul#blogs-list .blog-img img{min-height: 197px; max-height: 197px; width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease;}

#blogs ul#blogs-list .blog-img img:hover{transform: scale(1.2); transition: 0.5s ease;}

#blogs ul#blogs-list .blog-title{font-weight: 300; font-size: 22px; line-height: 19px; color:#072853; margin-bottom: 38px; text-align: center;}

    #blogs ul#blogs-list .blog-title a{
        font-weight: 300;
        font-size: 22px;
        line-height: 19px;
        color: #072853;
        margin-bottom: 38px;
        text-align: center;
    }

    #blogs ul#blogs-list .blog-title a:hover {
        color: #000;
    }

#blogs ul#blogs-list .blog-desc{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px; text-align: center; 
text-overflow: ellipsis;    overflow: hidden;     display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height:60px;}

    #blogs ul#blogs-list .blog-desc a{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #072853;
        text-align: center;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

        #blogs ul#blogs-list .blog-desc a:hover {
            color: #000;
            font-weight: 300;
        }

#blogs ul#blogs-list button.read-more, #blogs ul#blogs-list a.read-more{
    width: 128px;
    height: 41px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

#blogs ul#blogs-list button.read-more:hover, #blogs ul#blogs-list a.read-more:hover{
    background:#072853;
}

#blogDetails{margin-top: 88px; padding-top: 50px; padding-bottom: 50px;}

#blogDetails h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 50px; text-align: center;}

#blogDetails .blogdetailimage{width:100%; height: 400px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-left: 4px; padding-right: 5px;}

#blogDetails .blogdetailimage img{min-height: 400px; max-height:400px; object-fit: cover; width: 100%; height: 100%;}


#blogDetails .blogdetail-title h2 {
    font-size: 35px;
    margin: 15px 0px 10px 0px;
}

#blogDetails ul {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
}

    #blogDetails ul li {
        margin: 0px;
        margin-bottom: 0px;
        padding: 0 0px 0 30px;
        list-style: none;
        font-size: 1rem;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
        background: url(/images/list_bullet.png) no-repeat left center;
        color: #000;
    }

#blogDetails .description-box {
    text-align: justify;
    line-height: 1.8;
}

#blogDetails .comment-reply-box {
        margin-left: 100px;
    }

    #blogDetails .fullrow.maincomment-box {
        box-shadow: 0 1px 2px #ccc;
        background: #fcfcfc;
        padding: 10px;
        margin-bottom: 15px;
    }

        #blogDetails .fullrow.maincomment-box .comment-name {
            float: left;
            width: 50%;
            font-weight: bold;
            font-size: 18px;
            padding: 3px 0 3px;
        }

    #blogDetails .commentheading {
        background: #f5f5f5;
        padding: 10px;
    }

    #blogDetails .fullrow.maincomment-box .comment-datetime {
        float: right;
        width: 40%;
        text-align: right;
    }

    #blogDetails .fullrow.comment-word {
        float: left;
        padding: 15px 0;
        width: 100%;
        font-size: 12px;
    }

    #blogDetails .clr {
        clear: both;
    }

    #blogDetails .commentreply {
        text-align: right;
    }

        #blogDetails .commentreply a {
            text-decoration: none;
            display: inline-block;
            color: #fff;
            background: #555;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
            margin-bottom: 15px;
        }

    #blogDetails .comment_replybox textarea {
        border: 1px solid #ccc;
        width: 100%;
    }

    #blogDetails .comment_replybox {
        margin: 15px 0px;
        padding: 0px;
        margin: aut1o1;
        max-width: 500px;
        margin-left: 0px;
    }

        #blogDetails .comment_replybox .submit-comment {
            width: auto;
            height: 41px;
            background: #5B94DE;
            color: #fff !important;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            margin-top: 10px;
        }

        #blogDetails .comment_replybox .submit-comment:hover {
            background: #072853;
        }

    #blogDetails .comment-toptext {
        border-bottom: 1px solid #ddd;
    }

    #blogDetails .comment-toptext1 {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #blogDetails .comment-user-pic {
        float: left;
        width: 50px;
        padding-right: 0px;
    }

        #blogDetails .comment-user-pic img {
            max-width: 30px;
        }

    #alertcommentSuccess {
        display: none;
    }

#features{padding-top: 80px; padding-bottom: 80px; margin-top: 88px;}

section.sectionpaddingreset {
    padding: 50px 0 50px 0 !important;
    margin: 0 !important;
}

#features h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 50px; text-align: center;}

#features .slidercontainer h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#fff; margin-bottom: 50px; text-align: center;}

#features .feature_icon {
    background: #fff;
    border: 5px solid #0381a4;
    border-radius: 150px;
    height: 166px;
    width: 166px;
    vertical-align: middle;
    text-align: center;
    line-height: 166px;
    display: inline-block;
    margin-bottom: 44px;
}

#features .process_icon {
    background: #fff;
    border: 5px solid #0381a4;
    border-radius: 150px;
    height: 166px;
    width: 166px;
    vertical-align: middle;
    text-align: center;
    line-height: 160px;
    display: inline-block;
    margin-top: 44px;
    margin-bottom: 44px;
}

#features h3 {
    margin-bottom: 30px;
    font-size: 23px;
    color: #142c60;
    font-weight: 700;
}

#features p {
    margin-bottom: 35px;
    font-size: 14px;
    color: #0381a4;
    min-height: 60px;
}

    #features p:last-child {
        margin-bottom: 0px;
    }

#more_features img {
    display: inline-block;
}

#intro_blog .blog-post{margin-bottom: 100px;}

#intro_blog .blog-post .post .blog-img{margin-bottom: 40px; height: 197px; display: flex; align-items: center; justify-content: center;}

#intro_blog .blog-post .post .blog-img img{min-height: 197px; max-height: 197px; width: 100%; height: 100%; object-fit: cover;}

#intro_blog .blog-post .post .blogthumnailtitle{font-weight: 300; font-size: 22px; line-height: 19px; color:#072853; margin-bottom: 38px; text-align: center;}

#intro_blog .blog-post .post .author{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px; text-align: center;}

#intro_blog .blog-post .post .blog-desc{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px; text-align: center; height: 80px; overflow: hidden;
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

#intro_blog .blog-post .post button.btn-read-more-org, #intro_blog .blog-post .post a.btn-read-more-org{
    width: 128px;
    height: 41px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

#intro_blogs ul#blogs-list button.read-more:hover, #blogs ul#blogs-list a.read-more:hover{
    background:#072853;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#AboutUs{background:#F4F9FF;}

#AboutUs .about-text{display: flex; flex-direction:column; align-items: flex-start; justify-content:center; padding-left: 160px; padding-top: 0; padding-bottom: 0;}

#AboutUs .about-img{height:580px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 0;}

#AboutUs .about-img img{min-height: 580px; max-height: 580px; width: 100%; height: 100%; object-fit: cover;}

#AboutUs .about-text h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 26px;}

#AboutUs .about-text p{max-width:400px; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px;}

#AboutUs .about-text button.read-more, #AboutUs .about-text a.read-more{
    width: 128px;
    height: 41px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#AboutUs .about-text button.read-more:hover, #AboutUs .about-text a.read-more:hover{
    background:#072853;
}

    #AboutUs .about-text #about-us h1 {
        font-weight: 500;
        font-size: 38px;
        line-height: 45px;
        color: #072853;
        margin-bottom: 26px;
        text-align: left;
    }

    #AboutUs .about-text #about-us p {
        max-width: 400px;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #072853;
        margin-bottom: 33px !important;
        text-align: left;
        margin: 0;
    }

    #AboutUs .about-text #about-us button.read-more, #AboutUs .about-text #about-us a.read-more {
        width: 126px;
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: start;
        justify-content: start;
        margin: 0;
    }

/*--------------------------------------------------------------
# Need More
--------------------------------------------------------------*/
#NeedMore {padding-top: 77px; padding-bottom: 71px;}

#NeedMore h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 113.96px; text-align: center;}

#NeedMore .help-support .option{text-align: center;}

#NeedMore .help-support .option img{margin-bottom: 40px;}

#NeedMore .help-support .option h1{font-weight: 500; font-size: 22px; line-height: 19px; color:#072853; margin-bottom: 38px;}

#NeedMore .help-support .option p{font-weight: 300; font-size: 16px; line-height: 17px; color:#072853; margin-bottom: 26px;}

#NeedMore .help-support .option p:last-child{margin-bottom: 0px;}

/*--------------------------------------------------------------
# Need More
--------------------------------------------------------------*/
#footer {background:#072853; height: 79px; display: flex; align-items: center; margin-bottom: 0;}

#footer .row .col-sm-12{display: flex; flex-direction: row;}

#footer ul#footer-links{margin: 0; padding: 0; display: flex; list-style: none; align-items: center;margin-right:auto;}

#footer ul#footer-links li{margin-right:45px; text-align: center;}

#footer ul#footer-links li:last-child{margin-right:0px;}

#footer ul#footer-links li a{font-weight: 300; font-size: 16px; line-height: 19px; color:#FFFFFF;}

#footer ul#social-links{margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}

#footer ul#social-links li{margin-right:16px;}

#footer ul#social-links li:last-child{margin-right:0px;}

#footer ul#social-links li img{width:38px;}


/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
#faq{padding-top: 100px; padding-bottom: 100px; min-height: calc(100vh - 167px);}

#faq h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #072853;
    margin-bottom: 65px;
    text-align: center;
}

#faq .panel-default > .panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #98b3fa;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 4px solid #98b3fa;
}

#faq .panel-default > .panel-heading a {
        display: block;
        padding: 15px 30px;
        font-size: 16px;
        color: rgba(51,51,51,1);
    }

    #faq .panel-default > .panel-heading a:hover {
        text-decoration: underline;
    }

#faq .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

#faq  .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

#faq  .panel-default > .panel-heading .panel-title{
    margin-bottom: 0;
}

#faq .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#faq .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#faq .panel-default .panel-body{
    padding: 15px 30px;
    background-color: #f7f7f7;  
    border: 1px solid #eee;
}

#faq .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

#faq .accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

#faq .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

#faq .accordion-option .toggle-accordion:before {
    content: "Expand All";
}

#faq .accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

#faq ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #faq ul li {
        color: #67757e;
        padding: 5px 0 5px 0px;
    }

        #faq ul li a i {
            padding-right: 10px;
        }

#faq .panel-group .panel {
    margin-bottom: 10px;
}


#testimonial {
    background: #fff;
    padding: 80px 0 80px 0;
}

#testimonial h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #072853;
    margin-bottom: 50px;
    text-align: center;
}

    #testimonial .item {
        padding: 30px 10px;
    }

    #testimonial .item_contents {
        padding: 50px 10px;
        position: relative;
        border: 3px solid #dddddd;
    }

    #testimonial .fa.fa-quote-left {
        color: #dddddd;
        font-size: 60px;
        position: absolute;
        top: -34px;
        left: 50%;
        border-radius: 50px;
        overflow: hidden;
        margin-left: -33px;
    }

    #testimonial p {
        margin-bottom: 10px;
        margin-top: 20px;
        min-height: 100px;
    }

    #testimonial img {
        width: 85px;
        height: 85px;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #5db4c0;
        position: absolute;
        bottom: -34px;
        left: 50%;
        border-radius: 50px;
        overflow: hidden;
        margin-left: -33px;
    }

    #testimonial .carousel-indicators li {
        background-color: #5db4c0;
        height: 13px;
        width: 13px;
        margin: 5px;
    }

        #testimonial .carousel-indicators li.active {
            background-color: #888383;
        }

    #testimonial .carousel-indicators {
        bottom: -50px;
    }


#contactAndSupport{padding: 80px 0 80px 0; background: #f6faff;}

#contactAndSupport h1{
    font-weight: 500;
font-size: 38px;
line-height: 45px;
color: #072853;
margin-bottom: 50px;
text-align: center;
}

    #contactAndSupport .service-icon {
    margin-bottom: 50px;
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    #contactAndSupport  .service-icon .fa {
        line-height: 125px;
    }

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
#contactAndSupport  .red, #contactAndSupport  .green, #contactAndSupport  .blue, #contactAndSupport  .yellow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #contactAndSupport  .red:hover .service-icon {
        border: 10px solid #e96656;
    }

    #contactAndSupport  .green:hover .service-icon {
        border: 10px solid #34d293;
    }

    #contactAndSupport  .blue:hover .service-icon {
        border: 10px solid #3ab0e2;
    }

    #contactAndSupport  .yellow:hover .service-icon {
        border: 10px solid #f7d861;
    }

#contactAndSupport  h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #142c60;
    font-weight: 700;
}

#contactAndSupport  p {
    margin-bottom: 35px;
    font-size: 14px;
    color: #0381a4;
    min-height: 60px;
}

    #contactAndSupport  p:last-child {
        margin-bottom: 0px;
    }

#cms {
    padding-top: 50px; padding-bottom: 50px; margin-top: 88px;
}

#cms h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #072853;
    margin-bottom: 20px;
    text-align: center;
}

#cms h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #072853;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
}

#cms .cms-contents{
    padding: 30px 50px;
    box-shadow: 0 0px 20px #ddd;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#cms .cms-contents p{
    word-break: break-all;
}

#cms .p-hd {
    color: black;
    font-weight: 600;
}

#intro_aboutus {
    padding-top: 50px; padding-bottom: 50px; margin-top: 88px;
}

#intro_aboutus h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #072853;
    margin-bottom: 20px;
    text-align: center;
}

#intro_aboutus h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #072853;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
}

#intro_aboutus .aboutus-contents{
    padding: 30px 50px;
    box-shadow: 0 0px 20px #ddd;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#testimonial .item_contents .fa {
    color: #0381A4;
}


#intro_download{padding: 80px 0 80px 0;}

#intro_download.download-bg {
    background: url(/images/download-bg.png) no-repeat center center !important;
    height: 650px;
    background-size: cover !important;
}

#intro_download h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

#intro_download .banner-box {
    text-align: center;
    padding-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#intro_download .banner-box .store-img {
    width: 170px;
}

 


#downloadAPP {
    background: #f6faff;
    padding-top: 50px; padding-bottom: 50px; margin-top: 88px;
}

#downloadAPP h1 {
    font-size: 40px;
    line-height: normal;
    color: #222;
    margin: 0 0 20px 0;
}

#downloadAPP h3 {
    margin-bottom: 20px;
    font-size: 23px;
    color: #142c60;
    font-weight: 500;
}

#downloadAPP .hero-feature {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
}

    #downloadAPP .hero-feature li {
        margin: 0px;
        margin-bottom: 0px;
        padding: 0 0px 0 30px;
        list-style: none;
        font-size: 1rem;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
        background: url(/images/list_bullet.png) no-repeat left 5px;
        color: #000;
    }

   #downloadAPP .store-img {
    width: 170px;
padding-bottom: 10px;
padding-top: 20px;
}


#features #intro_contactus #messageDiv #ContactUsForm .form-row {
    margin: 0 0 10px 0;
}

#features #intro_contactus #messageDiv #ContactUsForm .btn-get-started {
    font-weight: 500;
    transition: 0.3s;
    width: 168px;
    height: 41px;
    background: #5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    border: 0;
}

#features #intro_contactus #messageDiv #ContactUsForm .btn-get-started:hover {
    background: #072853;
    color: #FFFFFF !important;
}


#intro_nhs1{padding: 80px 0;}

#intro_nhs1 .process_icon {
    background: #fff;
    border: 5px solid #0381a4;
    border-radius: 150px;
    height: 140px;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
    margin-bottom: 44px;
}

#intro_nhs1 h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #142c60;
    font-weight: 700;
}

#intro_nhs1 p {
    margin-bottom: 35px;
    font-size: 14px;
    color: #0381a4;
    min-height: 60px;
}

    #intro_nhs1 p:last-child {
        margin-bottom: 0px;
    }

/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/

#about-us {
    background: #F4F9FF;
    padding-top: 101px;
    padding-bottom: 103px;
}

    #about-us h1 {
        font-weight: 500;
        font-size: 38px;
        line-height: 45px;
        color: #072853;
        margin-bottom: 26px;
        text-align: center;
    }

    #about-us p {
        max-width: 816px;
        margin: 0 auto 30px;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #072853;
        margin-bottom: 30px;
        text-align: center;
    }

    #about-us button.read-more, #about-us a.read-more {
        width: 170px;
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }


#aboutus-banner {
    height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    #aboutus-banner img {
        min-height: 447px;
        max-height: 447px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #aboutus-banner img.img-web {
        display: block;
    }

    #aboutus-banner img.img-mobile {
        display: none;
    }

#about-us-team {
    background: #FFFFFF;
    padding-top: 171px;
    padding-bottom: 147px;
}

#about-us-team .row{
    display: flex;
    flex-direction: row;
}

#about-us-team .about-img {
    text-align: left;
    margin-bottom: 0;
}

#about-us-team .about-text {
    margin-bottom: 0;
}

    #about-us-team img {
        max-width: 479px;
        margin: 0 auto;
        width: 100%;
    }

    #about-us-team p {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #072853;
        margin-bottom: 30px;
    }

    #about-us-team h4 {
        font-weight: 400;
        font-size: 24px;
        line-height: 21px;
        color: #072853;
        margin-bottom: 0px;
    }


/*--------------------------------------------------------------
# How NHS Prescriptions Works
--------------------------------------------------------------*/

#how-nhs-works {
    padding-top: 94px;
    padding-bottom: 87px;
    background: #F4F9FF;
}

    #how-nhs-works h1 {
        font-weight: 500;
        font-size: 38px;
        line-height: 45px;
        color: #072853;
        margin-bottom: 50px;
        text-align: center;
    }

    #how-nhs-works ul#works-steps {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

        #how-nhs-works ul#works-steps li {
            margin: 0;
            display: block;
            align-items: center;
        }

        #how-nhs-works ul#works-steps li {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            #how-nhs-works ul#works-steps li .step-img {
                text-align: center;
            }

                #how-nhs-works ul#works-steps li .step-img img {
                    width: 357px;
                    height: 335px;
                }

            #how-nhs-works ul#works-steps li .step-details h1 {
                font-weight: 500;
                font-size: 22px;
                line-height: 19px;
                color: #072853;
                margin-bottom: 38px;
                text-align: center;
            }

            #how-nhs-works ul#works-steps li .step-details p {
                font-weight: 300;
                font-size: 16px;
                line-height: 19px;
                color: #072853;
                margin-bottom: 0px;
                text-align: center;
            }

    #how-nhs-works p.steps-action {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #072853;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 73px;
    }

#how-nhs-works p.steps-action a.register-now{
            height: 41px;
            background: #5B94DE;
            color: #fff;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 40px;
            width: 146px;
        }

#how-nhs-works p.steps-action a.reorder {
            height: 41px;
            background: #5B94DE;
            color: #fff;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 40px;
            width: 104px;
        }

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/

#my-account {
    padding: 80px 0px 0 0;
    background: url(../images/Login-desktop-illusrtation.svg) no-repeat right bottom;
    background-color: #fff;
    min-height: calc(100vh - 167px);
}

    /*#my-account .container{max-width: 1440px;}*/

    #my-account .navmenu {
        padding-top: 94px;
        padding-bottom: 87px;
        background: #fff;
        /*max-height: calc(100vh - 167px);
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #5B94DE transparent*/
    }

        #my-account .navmenu h1 {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #072853;
            margin-bottom: 95px;
        }

        #my-account .navmenu ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style: none;
            align-items: center;
            border: 0;
        }

            #my-account .navmenu ul li {
                margin: 0 0 40px 0;
                padding: 0;
                display: flex;
                list-style: none;
                align-items: center;
                justify-content: start;
            }

                #my-account .navmenu ul li a {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 19px;
                    color: #072853;
                    margin-bottom: 0px;
                    display: flex;
                    align-items: center;
                }

                #my-account .navmenu ul li:last-child {
                    margin: 0 0 96px 0;
                }

                #my-account .navmenu ul li a i{
                    background: #E5F0FF;
                    width: 24px;
                    height: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    font-size: 16px;
                    margin-right: 10px;
                }

        #my-account .navmenu .nhs-logo {
            margin: 0;
            padding: 0;
            display: block;
        }

    #my-account .menu-contents {
        display: flex;
        align-items: center;
        /*border-left: 1px solid #072853;*/
        /*background: #fff;*/
    }

    #my-account .nav-tabs .nav-link {
        border: none;
        transition: all 0.5s;
        padding: 0;
    }

    #my-account .nav-tabs .nav-link span{
        border-bottom: 3px solid transparent;
        display: inline-block;
    }

        #my-account .nav-tabs .nav-link:focus span, #my-account .nav-tabs .nav-link:hover span, #my-account .nav-tabs .nav-link.active span {
            border: none;
            border-bottom: 3px solid #5B94DE !important;
            background: transparent;
            transition: all 0.5s;
        }

    #my-account .navmenu ul li button.log-out-btn, #my-account .navmenu ul li a.log-out-btn {
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: none !important;
    }

        #my-account .navmenu ul li button.log-out-btn:focus, #my-account .navmenu ul li button.log-out-btn:hover, #my-account .navmenu ul li button.log-out-btn.active,
        #my-account .navmenu ul li a.log-out-btn:focus, #my-account .navmenu ul li a.log-out-btn:hover, #my-account .navmenu ul li a.log-out-btn.active {
            border: none !important;
            background: #072853 !important;
            color: #FFFFFF !important;
        }

    #my-account .navmenu ul li img {
        margin: 0 10px 0 0;
        width: 24px;
        height: 24px;
    }

    #my-account .navarea {
        padding: 0px 15px;
        /*border-left: 1px solid #072853;*/
        min-height: 733px;
        display: flex;
        align-items: center;
    }

    #my-account .navarea #medicine{
        width: 100%;
    }

    #my-account ul#account-options {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        /*background: #E5F0FF;*/
        min-height: calc(100vh - 167px);
    }

        #my-account ul#account-options li {
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 366px;
            align-items: center;
            justify-content: center;
        }

            /*#my-account ul#account-options li:hover,*/
            #my-account ul#account-options li.active {
                /*background: #fff;*/
            }

            #my-account ul#account-options li .account-option-img {
                text-align: center;
                height: 170px;
            }

            #my-account ul#account-options li .account-option-details h1:hover{
                text-decoration: underline;
            }

            #my-account ul#account-options li .account-option-img a img{
                transition: 0.5s ease;
            }

            #my-account ul#account-options li .account-option-img a:hover img {
                margin-top: -20px;
                transition: 0.5s ease;
            }

            #my-account ul#account-options li .account-option img {
                width: 190px;
                height: 166px;
            }

            #my-account ul#account-options li .account-option-details h1 {
                font-weight: 500;
                font-size: 18px;
                line-height: 21px;
                color: #072853;
                text-align: center;
            }

    #my-account .medicine-contents {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: flex-start;
        padding: 50px 89px 50px 89px;
        flex-direction: column;
        min-height: calc(100vh - 167px);
    }

    
    

    #my-account .medicine-contents div.table-responsive::-webkit-scrollbar {
      height: 6px;
    }

#my-account .medicine-contents div.table-responsive::-webkit-scrollbar-track {
      background: #ddd;        /* color of the tracking area */
    }

#my-account .medicine-contents div.table-responsive::-webkit-scrollbar-thumb {
      background-color: #5B94DE;    /* color of the scroll thumb */
      border-radius: 0px;       /* roundness of the scroll thumb */
      border: 0px solid #5B94DE;  /* creates padding around scroll thumb */
    }

#my-account .medicine-contents div.table-responsive{
      scrollbar-width: thin;          /* "auto" or "thin" */
      scrollbar-color: #5B94DE #ddd;   /* scroll thumb and track */
    }
    
    #my-account #CreateOrderForm .row{
        margin-left: -15px;
        margin-right: -15px;
    }

    #my-account #CreateOrderForm .row.patient-name{
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    #my-account #CreateOrderForm h3{
        font-size: 20px;
        margin-bottom: 15px;
    }

    #my-account #CreateOrderForm .row.delivery-addresses{
        margin-bottom: 50px;
    }

        #my-account #CreateOrderForm .row.delivery-addresses .card{
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
        }

    #my-account .medicine-contents form table#cart label {
        padding-left: 0;
    }

    #my-account .medicine-contents form table td input#ReorderReminder {
        background: #fff !important;
        margin-bottom: 10px !important;
        padding-left: 10px;
        padding-right: 10px;
        height: 42px;
    }

    #my-account .btn.submit{
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border: none !important;
        min-width: 130px;
    }

    #my-account #CreateOrderForm .btn.submit{
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        border: none !important;
        min-width: 130px;
    }

    #my-account #CreateOrderForm .forget-date{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #my-account #CreateOrderForm p.tellus{
        font-size: 13px !important;
    }

    #my-account #CreateOrderForm p.danger .text-danger{
        font-size: 13px !important;
    }

    #my-account #CreateOrderForm .row.delivery-addresses .card-body p {
        margin-bottom: 10px !important;
    }

        #my-account #CreateOrderForm .row.delivery-addresses .card-body p label {
            margin: 0px !important;
            padding: 0px !important;
        }

        #my-account #CreateOrderForm .row.delivery-addresses .card-body p label span {
            margin-left: 10px !important;
        }

    #my-account .medicine-contents table#cart {
        margin-bottom: 0px;
        margin-top: 0;
    }

    #my-account .medicine-contents .modal#myModal1 .modal-header .close{
        margin-top: 0px;
        padding-top: 0px;
    }

    #my-account .medicine-contents .modal#myModal1 .modal-body p{
        margin-bottom: 20px;
    }

    #my-account .medicine-contents .modal#myModal1 .modal-body select {
        scrollbar-width: thin;
        scrollbar-color: #5B94DE transparent;
        max-height:200px;
    }

    #my-account .medicine-contents .modal#myModal1 .modal-body .row{
        margin-left: -15px;
        margin-right: -15px;
    }

     #my-account .medicine-contents #msg{
        width: 100%;
        margin-right: -15px;
        margin-left: -15px
    }

        #my-account .medicine-contents h1 {
            font-weight: 500;
            font-size: 22px;
            line-height: 26px;
            color: #072853;
            margin-bottom: 16px;
        }

    #my-account .medicine-contents .order-details,
    #my-account .medicine-contents .order-progress-bar,
    #my-account .medicine-contents .order-items-details,
    #my-account .medicine-contents .payment-details{
        width: 100%;
        margin-bottom: 50px;
    }

    #my-account .medicine-contents .payment-details table{
        margin: 0px;
    }


    #my-account .medicine-contents .fade:not(.show) {
        opacity: 0;
        display:none !important;
    }


        #my-account .medicine-contents .order-details .row{
            margin-left: -15px;
            margin-right: -15px;
            padding: 10px 0;
            border-bottom: 1px solid #D5E5F8;
        }

        #my-account .medicine-contents .order-details .row:last-child{
            border-bottom: 0px solid #D5E5F8;
        }

        #my-account .medicine-contents .table-horizontalscroll{width: 100%;}

        #my-account .medicine-contents p {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #072853;
            margin-bottom: 0;
        }

        #my-account .medicine-contents table th {
            background: #D5E5F8;
            border-bottom: none;
            /*border-right: 16px solid #fff;*/
            border-right: 2px solid #fff;
            font-weight: 500;
            /*font-size: 18px;*/
            font-size: 14px;
            line-height: 21px;
            color: #072853;
            vertical-align: middle;
            padding: 0 11px;
            height: 63px;
        }

        #my-account .medicine-contents table th.m-130 {
            min-width: 130px;
        }

        #my-account .medicine-contents table th.m-150 {
            min-width: 150px;
        }
            #my-account .medicine-contents table th:last-child {
                background: #D5E5F8;
                border-bottom: none;
                border-right: 0px solid #fff;
                text-align: center;
            }

        #my-account .medicine-contents table td {
            background: #E5F0FF89;
            border-top: none;
            /*border-right: 16px solid #fff;
            border-top: 4.38px solid #fff;*/
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            font-weight: 500;
            font-size: 14px !important;
            line-height: 19px;
            color: #072853;
            vertical-align: middle;
            height: 51.62px;
            padding: 0 11px;
            cursor: pointer;
        }

        #my-account .medicine-contents table td p, #my-account .medicine-contents table td h5, #my-account .medicine-contents table td label{
            font-size: 14px !important;
        }

        #my-account .medicine-contents table tbody tr:first-child td {
            border-top: 0px solid #fff;
        }

        #my-account .medicine-contents table tbody tr:first-child td:last-child {
            border-top: 0px solid #fff;
            text-align: center;
        }

        #my-account .medicine-contents table tbody tr td.tdAction a{
            padding: 0;
        }

        #my-account .medicine-contents table tbody tr td.tdAction a i{
            font-size: 23.6px;
            color: #072853;
        }

        #my-account .medicine-contents table tbody tr td.tdAction span{
            padding: 0 10px;
        }

        #my-account .medicine-contents table tbody tr td.tdAction span:first-child{
            border-right: 1px solid #072853; 
        }

        #my-account .medicine-contents table tbody tr td.tdAction{
            display: flex;
            align-items: center;
            font-size: 0px;
        }

        #cancelFindItem img{max-width: 30px;}

        #my-account .medicine-contents table td:last-child {
            background: #E5F0FF89;
            border-bottom: none;
            border-right: 0px solid #fff;
            text-align: center;
        }

        #my-account .medicine-contents table td:last-child a img{
            max-width: 24px;
            min-width: 24px;
        }

        #my-account .medicine-contents table {
            margin-bottom: 68px;
            margin-top: 43px;
        }

        .ui-autocomplete{
            scrollbar-width: thin;
            scrollbar-color: #5B94DE transparent;
        }

            #my-account .medicine-contents table .form-control {
                padding-left: 10px;
                border: none;
                border-radius: 0;
                background-color: transparent !important;
            }

                #my-account .medicine-contents table .form-control::placeholder {
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 23px;
                    color: #5B94DE !important;
                }

            #my-account .medicine-contents table select {
                font-weight: 500;
                font-size: 18px;
                line-height: 23px;
                color: #072853;
            }

        .OrderdetailsAction{align-items: center; justify-content: center; width: 100%; display: flex;}

        #my-account .medicine-contents button.continue-btn,
        #my-account .medicine-contents a.continue-btn,
        #my-account .medicine-contents button.btn-back,
        #my-account .medicine-contents a.btn-back,
        #my-account .medicine-contents button.btn-reorder,
        #my-account .medicine-contents a.btn-reorder {
            height: 41px;
            background: #5B94DE;
            color: #fff;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            align-self: flex-end;
            border: none;
        }

        #my-account .medicine-contents form {
            width: 100%;
            margin-bottom: 0px;
            margin-top: 43px;
        }

            #my-account .medicine-contents form .form-group {
                margin-bottom: 29px;
            }

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

#my-account .medicine-contents form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #072853;
    margin-bottom: 8px;
    padding-left: 10px;
}

input[type="checkbox"], input[type="radio"]{
    width: 20px;
height: 20px
}

#my-account .medicine-contents form .form-control {
    padding-left: 10px;
    border: 1px solid #5B94DE;
    border-radius: 0;
    background-color: transparent !important;
}

#my-account .medicine-contents form #divMedicineOptions{
    padding-bottom: 10px;
}

#my-account .medicine-contents form #divMedicineOptions .form-control {
    padding-left: 10px;
    border: 1px solid #5B94DE;
    border-radius: 5px;
    background-color: transparent !important;
}

#my-account .medicine-contents form table td input.form-control {
    padding-left: 0px;
    border: 0px solid #5B94DE;
    border-radius: 0;
    background-color: transparent !important;
}

    #my-account .medicine-contents form .form-control::placeholder {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        color: #072853;
    }

#my-account .medicine-contents form select {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #072853;
}


#my-account .medicine-contents .customer-detail .row,
#my-account .medicine-contents .billing-details .row,
#my-account .medicine-contents .order-checkout .row{
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#my-account .medicine-contents .customer-detail,
#my-account .medicine-contents .billing-details{
    margin-bottom: 50px !important;
}

#my-account .medicine-contents .order-checkout {
    margin-bottom: 0px !important;
}

.ui-menu .ui-menu-item-wrapper {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    height: auto;
}

.ui-menu .ui-menu-item{padding: 10px; font-family: 'Raleway', sans-serif;}

.ui-menu .ui-menu-item:hover{background: rgb(235, 244, 255) none repeat scroll 0% 0%;}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper{background: rgb(235, 244, 255) none repeat scroll 0% 0%; outline: none !important; border-color: transparent !important;}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:focus{outline: none;}

.medicine-details{
    display: flex;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    height: auto;
    font-family: 'Raleway', sans-serif;
}

.medicine-details .medicine-icon{
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding-right: 10px
}

.medicine-details .medicine-desc .medicine-name{
    display: block;
    color: rgb(33, 41, 50);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    padding: 0;
}

.medicine-details .medicine-desc .medicine-type{
    display: block;
    color: rgb(68, 83, 99);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.42;
    text-align: left;
    margin: 0;
    padding: 0;
    }

#no-of-options{
    display: block;
    color: rgb(20, 79, 202);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    }

/* CUSTOM CSS END */ 

/* RESPONSIVE START */

@media (max-width: 1024px) {
#footer {background:#072853; height: 79px; display: flex; align-items: center; margin-bottom: 48px;}
}


@media screen and (min-width:767px)
{

}
 
@media screen and (max-width:1600px)
{
    .home-page-items-title {
        font-size: 35px;
        margin-top: 40px;
    } 
}
@media screen and (max-width:1500px)
{
    .form-outer {
        width: 800px;
    }
}

@media screen and (max-width:1399px)
{
    #AboutUs .about-text{padding: 0; padding-left: 100px;}
}

@media screen and (max-width:1200px){
    .form-outer {
        width: 700px;
    }

    #AboutUs .about-text{padding: 0; padding-left: 60px;}
}
@media screen and (max-width:1078px){}
@media screen and (max-width:992px)
{
    .home-page-items-title {
        font-size: 25px;
        margin-top: 20px;
    } 
    .home-page-items {
        margin-bottom: 50px;
        display: block;
        margin-top: 20px;
    }
}

@media screen and (max-width:991px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-fluid {
    max-width: 100% !important;
    width: 100%;
    padding-left: 40px;
    padding-right: 41px;
}

.reg-log-btn {
    padding: 7px 20px 8px 20px;
     width: 80%!important;
    height: 64.25px!important;
    max-width:428px;
	font-size: 30px!important;
  }

  .navbar li:last-child {
    /*padding-left: 0px;*/
}

    .navbar li {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

  .navbar li:last-child a{
    /*display: flex;
    margin: 0 auto;
    border-bottom: none;
    height: 64.25px !important;
    max-width: 428px !important;
    width: 100% !important;*/
}

.navbar li:last-child a:hover{
    /*border-bottom: none;*/
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#AboutUs{background:#F4F9FF;}

#AboutUs .about-text{display: flex; flex-direction:column; align-items: center; justify-content:center; padding-left: 40px; padding-right: 40px;}

#AboutUs .about-text{padding-top: 76px; padding-bottom: 52px;}

#AboutUs .about-text h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 26px; text-align: center;}

#AboutUs .about-text p{max-width:unset; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px; padding-left: 43px; padding-right: 45px; text-align: center;}

#AboutUs .about-text button.read-more{
    width: 232px;
    height: 53px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

/*--------------------------------------------------------------
# Welcome Banner
--------------------------------------------------------------*/
#WelcomeBanner{background:#F4F9FF;}

#BannerContainer{display: flex; flex-flow: row wrap;}

#WelcomeBanner .banner-text{display: flex; flex-direction:column; align-items: center; justify-content:center; padding-left:74px !important; padding-right: 74px; padding-top: 61px; padding-bottom: 75.79px; }

#WelcomeBanner .banner-img{height:812px; overflow: hidden;}

#WelcomeBanner .banner-img img{width:100%;}

#WelcomeBanner .banner-text h1{max-width:420px; font-weight: 500; font-size: 38px; line-height: 47px; color:#072853; margin-bottom: 30px; text-align: center;}

#WelcomeBanner .banner-text p{max-width:600px; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin:0 auto 41.97px; text-align: center;}

#WelcomeBanner .banner-text p img{max-width:172px;}

#WelcomeBanner .banner-text p:last-child{margin-bottom: 65.21px;}

#WelcomeBanner .banner-text button.sign-up, #WelcomeBanner .banner-text a.sign-up{
    width: 204px;
    height: 53px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

#footer {background:#072853; height: auto; display: flex; align-items: center; padding:30px 0; margin-bottom: 0;}

#footer .row .col-sm-12{display: flex; flex-direction: column;}

#footer ul#footer-links{margin: 0 auto 29px auto; padding: 0; display: flex; list-style: none; align-items: center;}

#footer ul#footer-links li{margin-right:25px;}

#footer ul#footer-links li:last-child{margin-right:0px;}

#footer ul#footer-links li a{font-weight: 300; font-size: 16px; line-height: 19px; color:#FFFFFF;}

#footer ul#social-links{margin: 0 auto; padding: 0; display: flex; list-style: none; align-items: center;}

#footer ul#social-links li{margin-right:23px;}

#footer ul#social-links li:last-child{margin-right:0px;}

#footer ul#social-links li img{width:53px;}

#about-us-team{
    padding-top: 79px;
    padding-bottom: 108px;
}

#about-us-team .about-img {
    text-align: center;
    margin-bottom: 0px;
}

}
 @media screen and (max-width:767px)


 {
    .banner-img {
        background-image: url(../../../images/banner-img.jpg);
        height: 100%;
        background-size: 100% 100%;
    }

    .wrapper-bg {
        height: auto;
        padding-bottom: 317px;
        background-size: 320px;
    }
    header {
        background: #fff;
    }
    header img {
        max-width: 75%;
    }
    .logo-nhs {
        text-align: right;
    }

  .navbar li {
  position: relative;
  padding-left: 0px !important;
  text-align: center;
  padding: 0px 0px;
}

/*--------------------------------------------------------------
# Welcome Banner
--------------------------------------------------------------*/
#WelcomeBanner{background:#F4F9FF;}

#BannerContainer{display: flex; flex-flow: row wrap;}

#WelcomeBanner .banner-text{display: flex; flex-direction:column; align-items: center; justify-content:center; padding-left:50px !important; padding-right: 50px; padding-top: 61px; padding-bottom: 75.79px; }

#WelcomeBanner .banner-img{height:812px; overflow: hidden;}

#WelcomeBanner .banner-img img{width:100%;}

#WelcomeBanner .banner-text h1{max-width:448px; font-weight: 500; font-size: 38px; line-height: 47px; color:#072853; margin-bottom: 30px; text-align: center;}

#WelcomeBanner .banner-text p{max-width:320px; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin:0 auto 41.97px; text-align: center;}

#WelcomeBanner .banner-text p img{max-width:172px;}

#WelcomeBanner .banner-text p:last-child{margin-bottom: 65.21px;}

#WelcomeBanner .banner-text button.sign-up{
    width: 204px;
    height: 53px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/

    #how-it-works {
        padding-top: 88.29px;
        padding-bottom: 88.29px;
    }

#how-it-works h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 43.93px; text-align: center;}

#how-it-works ul#works-steps{margin: 0; padding: 0 15px 0 16px; list-style: none; display: block; margin-bottom: 100px;}

#how-it-works ul#works-steps li{margin: 0; padding: 0; display: flex; align-items: center; margin-bottom: 58.67px;}

#how-it-works ul#works-steps li:last-child{margin-bottom: 0px;}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

#our-services{background:#F4F9FF; padding-top:101px; padding-bottom:98.22px;}

#our-services h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 79.58px; text-align: center;}

#our-services .services-list .service{margin-bottom: 113.37px;}

#our-services .services-list .service:last-child{margin-bottom:0px;}

#our-services .services-list .service-icon{height:auto; margin-bottom: 62.65px; text-align: center;}

#our-services .services-list .service-icon img{width: 152px;}

#our-services .services-list .service-title{font-weight: 500; font-size: 22px; line-height: 37px; color:#072853; margin-bottom: 0px; text-align: center;}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blogs{padding-top:78px; padding-bottom:81.95px;}

#blogs h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 73px; text-align: center;}

#blogs ul#blogs-list{margin: 0; padding: 0px; display: flex; list-style: none; align-items: center;}

#blogs ul#blogs-list li{margin: 0; padding:0;}

#blogs ul#blogs-list .blog-img{margin-bottom: 48px; height: 239px;}

#blogs ul#blogs-list .blog-img img{min-height: 239px; max-height: 239px; width: 100%; height: 100%; object-fit: cover;}

#blogs ul#blogs-list .blog-title{font-weight: 300; font-size: 22px; line-height: 23px; color:#072853; margin-bottom: 46px; text-align: center;}

#blogs ul#blogs-list .blog-desc{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 45px; text-align: center;}

#blogs ul#blogs-list button.read-more, #blogs ul#blogs-list a.read-more{
    width: 232px;
    height: 53px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#AboutUs{background:#F4F9FF;}

#AboutUs .about-text{display: flex; flex-direction:column; align-items: normal; justify-content:center; padding-left: 40px; padding-right: 40px;}

#AboutUs .about-text{padding-top: 76px; padding-bottom: 52px; background: #fff;}

#AboutUs .about-text h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 26px; text-align: center;}

#AboutUs .about-text p{max-width:unset; font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 33px; padding-left: 43px; padding-right: 45px; text-align: center;}

#AboutUs .about-text button.read-more, #AboutUs .about-text a.read-more{
    width: 232px;
    height: 53px;
    background:#5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

/*--------------------------------------------------------------
# Need More
--------------------------------------------------------------*/
#NeedMore {padding-top: 80px; padding-bottom: 80px;}

#NeedMore h1{font-weight: 500; font-size: 38px; line-height: 45px; color:#072853; margin-bottom: 52px; text-align: center;}

#NeedMore .help-support .option{text-align: center; margin-bottom: 62px;}

#NeedMore .help-support .option:last-child{margin-bottom: 0px;}

#NeedMore .help-support .option img{margin-bottom: 40px;}

#NeedMore .help-support .option h1{font-weight: 500; font-size: 22px; line-height: 26px; color:#072853; margin-bottom: 38px;}

#NeedMore .help-support .option p{font-weight: 300; font-size: 16px; line-height: 19px; color:#072853; margin-bottom: 26px;}

#NeedMore .help-support .option p:last-child{margin-bottom: 0px;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {background:#072853; height: 160px; display: flex; align-items: center; padding:0; margin-bottom: 0;}

#footer .row .col-sm-12{display: flex; flex-direction: column;}

#footer ul#footer-links{margin: 0 auto 29px auto; padding: 0; display: flex; list-style: none; align-items: center; flex-direction: row;}

#footer ul#footer-links li{margin-right:25px;}

#footer ul#footer-links li:last-child{margin-right:0px;}

#footer ul#footer-links li a{font-weight: 300; font-size: 16px; line-height: 19px; color:#FFFFFF;}

#footer ul#social-links{margin: 0 auto; padding: 0; display: flex; list-style: none; align-items: center;}

#footer ul#social-links li{margin-right:23px;}

#footer ul#social-links li:last-child{margin-right:0px;}

#footer ul#social-links li img{width:53px;}


/*--------------------------------------------------------------
# How NHS Prescriptions Works
--------------------------------------------------------------*/

#how-nhs-works p.steps-action {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #072853;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 73px;
        flex-direction: column;
        align-items: center;
    }

    #how-nhs-works p.steps-action a.register-now {
            height: 53px;
            background: #5B94DE;
            color: #fff;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0px 53px 0;
            width: 250px;
        }

        #how-nhs-works p.steps-action a.reorder {
            height: 53px;
            background: #5B94DE;
            color: #fff;
            border-radius: 14px;
            padding: 10px 18px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 18px;
            line-height: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            width: 208px;
        }

/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
        #faq{padding-top: 100px; padding-bottom: 100px; min-height: calc(100vh - 344px);}


        #about-us-team .row{
                display: flex;
                flex-direction: column-reverse;
            }

        #about-us-team .about-text {
            margin-bottom: 91.36px;
			text-align: center;
        }

        #aboutus-banner {
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        #aboutus-banner img {
            min-height: 400px;
            max-height: 400px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            }

            #aboutus-banner img.img-web {
                display: none;
            }

            #aboutus-banner img.img-mobile {
                display: block;
            }

 }


@media screen and (max-width:767px)
 {
    #my-account {
        background-size: 50%;
}
}

 @media screen and (max-width:575px)
 {
 .btn-custom{ width: 100%;
margin-bottom:1.25rem !important;}
 .btn-custom-border{ width: 100%;
margin-bottom:0 !important;}
 .btn-forgot {
    margin: 0px;
    text-align: center;
    display: block;
}

.forget-action .btn-custom, .bg-check-mail .btn-custom, .bg-search-GP .btn-custom{
    background: #5B94DE;
    color: #fff;
    font-size: 20px;
    border-radius: 14px;
    padding: 5px 40px;
    border: none; 
    height:41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forget-action .btn-custom-border, .bg-check-mail .btn-custom-border, .bg-search-GP .btn-custom-border{
    background: #fff;
    color: #5b94de;
    border: solid 3px #5b94de;
}
.forget-action .btn-custom:hover, .bg-check-mail .btn-custom:hover, .bg-search-GP .btn-custom:hover{
    color: #fff;
    background: #4484d8;
}

.form-outer-title {
    font-size: 30px;
}


 }


@media screen and (max-width:575px){

#footer {background:#072853; height: auto; display: flex; align-items: center; padding:20px 0; margin-bottom: 0;}

#footer ul#footer-links{margin: 0 auto 29px auto; padding: 0; display: flex; list-style: none; align-items: center; flex-direction: column;}

#footer ul#footer-links li{margin: 0 !important;}

}




/* RESPONSIVE END */
#spanMessage {
    color: #dc3545 !important;
} 
.hide {
    display: none;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #5B94DE; /* Blue */
    border-radius: 50%;
    width: 120px;
    margin: 0 auto;
    height: 120px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
b, strong {
    font-weight:600 !important;
}
.blockUI.blockMsg.blockPage{
    background: none !important;
    background-color: transparent !important; 
    border:none !important;
}
 
#divSurgeryList{max-height: 270px; overflow: auto; padding: 0 5px;}



    #divSurgeryList::-webkit-scrollbar {
      height: 6px;
      width: 8px;
    }

#divSurgeryList::-webkit-scrollbar-track {
      background: #ddd;        /* color of the tracking area */
    }

#divSurgeryList::-webkit-scrollbar-thumb {
      background-color: #5B94DE;    /* color of the scroll thumb */
      border-radius: 0px;       /* roundness of the scroll thumb */
      border: 0px solid #5B94DE;  /* creates padding around scroll thumb */
    }

#divSurgeryList{
      scrollbar-width: thin;          /* "auto" or "thin" */
      scrollbar-color: #5B94DE #ddd;   /* scroll thumb and track */
    }

#divMessage .alert {
position: relative;
padding: 0;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}

#divMessage .alert .btn-w-icon span {
background: #e5f0ff;
height: 40px;
width: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 100%;
margin-right: 20px;
font-size: 24px;
}

#divMessage .alert .btn-w-icon i {
font-size: 20px;
}


.row {
    /*margin-left: 0px;
    margin-right: 0px;*/
}

#wrapper {
    transition: all .4s ease 0s;
    height: 100%;
    position: relative;
    display: flex;
}

#sidebar-wrapper {
    width: 312px;
    height: 100%;
    z-index: 1;
    transition: all .4s ease 0s;
    border-right: 1px solid #072853;
    margin-right: -1px;
    padding: 0;
}

.sidebar-nav {
    display: none;
    float: left;
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    width: calc(100% - 312px);
    height: auto;
    border-left: 1px solid #072853;
}

#wrapper.active {
    padding-left: 0px;
}

    #wrapper.active #sidebar-wrapper {
        left: 150px;
    }


#sidebar_menu li a, .sidebar-nav li a {
    display: block;
    float: left;
    text-decoration: none;
    width: 150px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    text-align: center;
}

    .sidebar-nav li a {
        color: #999999;
        display: block;
        text-decoration: none;
    }

        .sidebar-nav li a:hover {
            color: #fff;
            background: rgba(255,255,255,0.2);
            text-decoration: none;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

#main_icon {
    float: right;
    padding-right: 65px;
    padding-top: 20px;
}

.sub_icon {
    float: right;
    padding-right: 65px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

@media (max-width:767px) {
    #wrapper {
        padding-left: 0px;
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        left: 0px;
    }

    #wrapper.active {
        /*padding-left: 100%;*/
    }

        #wrapper.active #sidebar-wrapper {
            left: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: start;
            flex-direction: column;
            transition: all .4s ease 0s;
        }
}


@media screen and (max-width:767px) {
    #my-account #wrapper .nav-tabs .nav-link span,
    #my-account #wrapper .navmenu h1,
    #my-account #wrapper .navmenu ul li .nav-link.log-out-btn,
    #my-account #wrapper .navmenu .nhs-logo {
        display: none;
    }

    #my-account #wrapper.active .nav-tabs .nav-link span,
    #my-account #wrapper.active .navmenu h1,
    #my-account #wrapper.active .navmenu ul li .nav-link.log-out-btn,
    #my-account #wrapper.active .navmenu .nhs-logo {
        display: inline-block;
    }

    .sidebar-nav {
        display: block;
    }

    #page-content-wrapper {
        width: calc(100% - 61px);
        height: auto;

    }

    #wrapper.active #page-content-wrapper {
        width: 0px;
        height: auto;
        opacity: 0;
    }

    #sidebar-wrapper {
        width: 61px;
    }

    .sidebar-nav {
        width: 100%;
        padding-top: 54.25px;
        text-align: right;
        align-items: end;
        display: flex;
        justify-content: end;
        padding-right: 0px;
    }

    #wrapper.active .sidebar-nav {
        padding-right: 42.95px;
    }

    #sidebar_menu li a, .sidebar-nav li a {
        width: 61px;
    }

        #sidebar_menu li a img, .sidebar-nav li a img {
            transition: 1s;
        }

    #wrapper.active #sidebar_menu li a img, #wrapper.active .sidebar-nav li a img {
        transform: rotate(180deg);
        transition: 1s;
    }

    /*#wrapper.active #page-content-wrapper{display: none;}*/

    #my-account .navmenu ul li img {
        width: 37px;
        height: 37px;
        margin: 0;
    }

    #my-account .navmenu h1 {
        font-weight: 500;
        font-size: 27px;
        line-height: 31px;
        color: #072853;
        margin-bottom: 64px;
    }

    #my-account #wrapper .navmenu ul li {
        margin: 0 0 77px 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
    }

    #my-account #wrapper.active .navmenu ul li {
        margin: 0 0 60px 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: start;
    }

        #my-account #wrapper.active .navmenu ul li img {
            width: 37px;
            height: 37px;
            margin: 0 16px 0 0;
        }

    #my-account .navmenu ul li a {
        font-weight: 500;
        font-size: 27px;
        line-height: 31px;
        color: #072853;
        margin-bottom: 0px;
    }

    #my-account .navmenu ul li a i {
    width: 37px;
    height: 37px;
    margin: 0;
}

    #my-account #wrapper.active .navmenu ul li a i{margin-right: 16px;}

    #my-account .navmenu {
        padding-top: 129px;
        padding-bottom: 87px;
        background: #F4F9FF;
        background: #fff;
    }

    #my-account ul#account-options li {
        height: 286px;
    }

    #my-account .medicine-contents{
        padding: 50px 10px 50px 10px;
    }
}


.bs-wizard {
    margin-top: 0px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 0px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
        width: 16.66% !important;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background-color: transparent;
            top: 25px;
            left: 50%;
            margin-top: -17px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #1bb04a;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 6px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #98ec82;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: transparent;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot::after {
                background: #f5f5f5;
            }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 1;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

        @media screen and (max-width:767px)
{
.bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 11px;
        }
}

@media screen and (max-width:575px)
{
.bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 9px;
        }
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important;
    border: 1px solid #e9ecef !important;
}

.mar-top30 {
    margin-top:30px;
}

#IdentificationDetailsForm .card, #divAddresses .card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
    box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
}

    #IdentificationDetailsForm .card-body, #divAddresses .card-body {
        padding: 1.5rem;
    }

#IdentificationDetailsForm .card .card-title, #divAddresses .card span {
    min-height: 20px;
    display: block;
    color: #5B94DE;
    font-weight:bold;
}

#IdentificationDetailsForm .card .card-title, #divAddresses .card .card-title {
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    min-height:50px;
}

#IdentificationDetailsForm .card .card-text{
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 14px;
    text-align: left;
    min-height: 90px;
}

#divAddresses .card .card-text {
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 14px;
    text-align: left;
    min-height: 50px;
}


#divAddresses .card a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#divAddresses .btn.addAddress {
    height: 41px;
    background: #5B94DE;
    color: #fff;
    border-radius: 14px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none !important;
}

.findAdress {
    position: absolute;
    font-size: 12px;
    text-align: right;
    right: 15px;
    bottom: -25px;
}

    .findAdress button {
        padding: 0;
        font-size: 14px;
        color: #5B94DE;
        font-weight:bold;
        text-decoration:underline;
    }

.medicine-contents .tab-pane{
    width: 100%;
}

.glyphicon {
    color: #0381A4;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
}

.btn-success {
    color: #fff;
    background-color: #5B94DE;
    border-color: #5B94DE;
}

.btndisabled{background:#E5F0FF !important;}

#accordionExample .collapse{background: rgba(0,0,0,0.03);
    margin-bottom: 20px;
}

form label span.required{font-size: 24px;
font-weight: bold;
color: #dc3545 !important;
margin-left: 5px;
line-height: 1px;
}


#emailTemp table{width:100% !important;}

#emailTemp table th, #emailTemp table td{border-right:0px !important;}

#emailTemp table tbody tr:first-child td:last-child{border-top:1px solid #072853;}

#emailTemp table tbody td p{background: transparent !important; margin-bottom: 10px;}

#AddAddressDetails .form-group{margin-bottom: 30px;}

/* RESPONSIVE START */

@media screen and (min-width: 768px) and (max-width: 1284px) { 
    #sidebar-wrapper{padding: 0 20px;}
}

@media screen and (min-width: 768px) and (max-width: 1399px) { 
    #sidebar-wrapper{width: 230px;}

    #page-content-wrapper {
        width: calc(100% - 230px);
    }

    #my-account .medicine-contents {
        padding: 50px 30px 50px 30px;
    }
}

.trustpilot-widget{background: #F4F9FF;}

.trustpilot-widget {
    background: #F4F9FF;
    padding-top: 10px;
    height: auto;
    bottom:150px  !important;
}
.trustpilot-widget-Absolute {
    position: absolute !important;
    /*margin-left: -15px !important;*/
    /*width: calc(100% - 160px);*/
    margin-left: 0px !important;
}
@media (min-width: 992px) {
    .trustpilot-widget-Absolute {
        position: absolute !important;
        margin-left: 0px !important;*/
        /*width: calc(100% - 160px);*/
        /*margin-left: 0px !important;*/
    }
}

@media (min-width: 1200px) {
    .trustpilot-widget-Absolute {
        position: absolute !important;
        margin-left: 0px !important;
        width:278px !important;
        /*width: calc(100% - 160px);*/
        /*margin-left: 0px !important;*/
    }
}

    .trustpilot-widget-Slider {
        background: #F4F9FF;
        padding-top: 10px;
        height: auto;
        bottom: 0 !important;
        width: 100%;
        margin-top: 50px;
    }

.trustpilot-widget.trustpilot-widget-Slider {
    width: 100%;
}

    @media (max-width: 1366px) {
        .trustpilot-widget {
            background: #F4F9FF;
            padding-top: 50px;
            height: auto;
            position: relative !important;
            bottom: 0 !important;
            width: 278px;
        }
    }

    @media (max-width: 991px) {
        .trustpilot-widget {
            padding-top: 50px;
        }
    }



    .redirectBtn {
        width: 128px;
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .trustpilot-widget #tp-widget-wrapper {
        font-size: 0;
        text-align: left !important;
    }

    button.commonBtn {
        width: 204px;
        height: 53px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .gp-add {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        height: 100%;
    }

    #NHSRegistrationByPersonalDetails .text-danger {
        font-size: 13px;
    }

    #tickYes, #tickNo {
        display: block;
        flex: unset !important;
    }

    #AddExemptionOptionForm .active {
        background: #d5e5f8 !important;
        border-radius: 14px;
        padding: 5px 40px;
        border: none;
        height: 41px;
        font-size: 20px;
        color: #5b94de;
        border: 1px solid #d5e5f8;
        margin-right: 20px;
    }

    #AddExemptionOptionForm .notActive {
        background: transparent;
        border-radius: 14px;
        padding: 5px 40px;
        border: solid 1px #5b94de !important;
        height: 41px;
        color: #5b94de;
        font-size: 20px;
        margin-right: 20px;
    }

    #AddSafePlaceOptionForm .active {
        background: #d5e5f8 !important;
        border-radius: 14px;
        padding: 5px 40px;
        border: none;
        height: 41px;
        font-size: 20px;
        color: #5b94de;
        border: 1px solid #d5e5f8;
        margin-right: 20px;
    }

    #AddSafePlaceOptionForm .notActive {
        background: transparent;
        border-radius: 14px;
        padding: 5px 40px;
        border: solid 1px #5b94de !important;
        height: 41px;
        color: #5b94de;
        font-size: 20px;
        margin-right: 20px;
    }

    .switchToggle input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
        position: absolute;
    }

    .switchToggle label {
        cursor: pointer;
        text-indent: -9999px;
        width: 100%;
        max-width: 100%;
        height: 50px;
        background: #d1d1d1;
        display: block;
        border-radius: 14px;
        position: relative;
    }

        .switchToggle label:after {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 50%;
            height: 46px;
            background: #fff;
            border-radius: 14px;
            transition: 0.3s;
        }

    .switchToggle input:checked + label, .switchToggle input:checked + input + label {
        background: #5B94DE;
    }

    .switchToggle input + label:before, .switchToggle input + input + label:before {
        content: 'No';
        position: absolute;
        top: 0px;
        width: 50%;
        height: 50px;
        border-radius: 14px;
        transition: 0.3s;
        text-indent: 0;
        color: #fff;
        right: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
        content: 'Yes';
        position: absolute;
        top: 0;
        width: 50%;
        height: 50px;
        border-radius: 14px;
        transition: 0.3s;
        text-indent: 0;
        color: #fff;
        left: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

    .switchToggle label:active:after {
        width: 60px;
    }


    /*ADDED CSS*/

    .prescp {
        max-width: 608px;
    }

        .prescp p {
            font-size: 16px;
            color: #072853;
        }

    .prescp2 {
        max-width: 800px;
    }

        .prescp2 p {
            font-size: 18px;
            color: #072853;
        }

    a.sign-up {
        width: 166px;
        height: 41px;
        background: #5B94DE;
        color: #fff;
        border-radius: 14px;
        padding: 10px 18px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        line-height: 21px;
    }

        a.sign-up:hover {
            background: #072853;
        }

    #delivering {
    }

    .delivering {
        background: #fff;
        padding: 51px 64px;
    }

    section#delivering > .row {
        align-items: center;
    }

    #delivering {
        padding: 0px;
        position: relative;
        z-index: 8;
    }

        #delivering:after {
            content: '';
            position: absolute;
            background: url(../images/bg_banner.jpg) no-repeat;
            height: auto;
            width: 100%;
            left: 0;
            bottom: 0;
            z-index: -1;
            top: 0;
            background-position: top center;
            background-size: cover;
        }


    .delivering p {
        color: #072853;
    }

    .delivering h1 {
        color: #072853;
        font-size: 38px;
    }

    .clock {
        max-width: 900px;
        padding-top: 100px;
    }

        .clock p {
            font-size: 18px;
            color: #072853;
            text-align: left;
        }

    .clock-in {
        display: flex;
        align-items: center;
    }


    @media screen and (max-width:767px) {
        .prescp {
            max-width: 318px;
            text-align: center;
        }

        .delivering {
            padding: 51px 32px;
            text-align: center;
        }

        .clock-in {
            padding-top: 100px;
            text-align: center;
        }
    }

    #footer_bottom {
        padding: 25px 0 50px !important;
    }

@media screen and (max-width:1024px) {
    #footer_bottom {
        padding: 25px 0 50px !important;
    }
}

        #footer_bottom ul.payment-menu {
            list-style: none;
            display: block;
            padding: 0;
            float: right;
            margin: 0;
        }

            #footer_bottom ul.payment-menu li {
                display: inline-block;
                margin: 0 1px;
            }


    /**eastbourne**/

    .eastbourne .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .eastbourne-containt {
        background-color: #046c91;
        padding: 20px 130px;
        padding-bottom: 70px;
    }

        .eastbourne-containt h3 {
            font-size: 55px;
            color: #fff;
            font-weight: bold;
            padding-top: 120px;
            padding-bottom: 30px;
            border-bottom: 1px solid #ffc38b;
        }

            .eastbourne-containt h3 span {
                color: #f47b22;
            }

    .call-button {
        text-align: center;
        margin-top: 50px;
    }

        .call-button a {
            background-color: #f47b22;
            color: #fff;
            width: 100%;
            display: flex;
            height: 70px;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 50px;
        }

    .eastbourne-containt h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        /* margin-top: 100px; */
        /* margin-bottom: 35px; */
    }

    .eastbourne-containt p {
        color: #fff;
        font-size: 22px;
        font-weight: 300;
    }

    .eastbourne-containt h4 {
        color: #fff;
        margin-top: 45px;
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .banner-img h5 {
        text-align: center;
        background-color: #f57b22;
        max-width: 200px;
        width: 100%;
        float: right;
        height: 200px;
        border-radius: 100px;
        padding: 20px 23px;
        color: #fff;
        margin: 40px 50px;
    }

    b.free1 {
        font-size: 28px;
    }

    span.nhs1 {
        background-color: #006a8f;
        font-size: 25px;
    }

    .banner-img {
        background-image: url(../../../images/banner-img.jpg);
        height: 100%;
        background-size: 100% 100%;
    }

    .col-sm-12.col-lg-5.medication1 {
        padding: 0;
        margin: 0;
    }

    .col-sm-12.col-lg-7.medication1 {
        padding: 0;
        margin: 0;
    }

    i.fa-solid.fa-chevron-down {
        background-color: #fe7f35;
        padding: 15px 15px;
        border-radius: 50px;
        font-size: 35px;
        color: #fff;
        /* margin-left: -45px; */
        margin-right: 25px;
    }

    .drop-arrow-bt {
        /* text-align: right; */
        position: absolute;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        width: 80%;
        flex-direction: column;
        align-items: flex-end;
    }


    /**how-it-work**/

    .how-it-work h5 {
        color: #046c91;
        font-weight: bold;
        font-size: 32px;
        text-align: center;
        /* margin: 0 247px; */
        width: 100%;
        max-width: 72%;
        margin: 0 auto;
        padding-bottom: 40px;
        border-bottom: 1px solid #ff8343;
    }

    .how-it-work {
        margin-top: 100px;
    }

    .how-bt a {
        text-decoration: none;
        background-color: #006a8f;
        color: #fff;
        border-radius: 50px;
        padding: 7px 34px;
        font-size: 30px;
        font-weight: 300;
        /* margin-bottom: 20px; */
        cursor: default !important;
    }

    .how-bt {
        text-align: center;
        margin-top: 50px;
    }



    /**order-online**/

    .order-online {
        margin-top: 60px;
        background-color: #00688d;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .icon {
        display: flex;
        border-right: 1px solid #fff;
        align-items: center;
    }

    .icon-img i.fa-solid.fa-tablet-screen-button {
        background-color: #fff;
        font-size: 50px;
        padding: 22px 26px;
        border-radius: 50px;
        margin-right: 30px;
        color: #00688d;
        margin-left: 30px;
    }

    .icon-content p {
        color: #fff;
        padding: 0 25px;
        text-align: center;
        margin: 0;
    }

    .icon.last-icon {
        border: 0;
    }

    .icon-img img {
        background-color: #fff;
        /* font-size: 50px; */
        padding: 24px 24px;
        border-radius: 50px;
        margin-right: 30px;
        width: 62%;
        margin-left: 30px;
    }

    .icon-img.ship1 img {
        width: 77%;
    }

    .click-bt a {
        background-color: #ff8343;
        text-decoration: none;
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        border-radius: 50px;
        padding: 7px 0px;
        display: block;
        width: 100%;
        max-width: 72%;
        margin: 0 auto;
    }

    .click-bt {
        text-align: center;
        margin-top: 80px;
    }


    /**based-pharmacy**/

    .based-pharmacy h5 {
        text-align: center;
        width: 100%;
        max-width: 75%;
        margin: 0 auto;
        color: #046c91;
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        margin-bottom: 70px;
    }

    .based-pharmacy {
        margin-top: 70px;
    }

    .email-bt {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .bt-email1 a {
        display: block;
        text-decoration: none;
        background-color: #ff874e;
        color: #fff;
        margin-right: 25px;
        font-size: 30px;
        font-weight: 500;
        padding: 4px 90px;
        border-radius: 50px;
        width: 100%;
    }

    .find-us a {
        text-decoration: none;
        background-color: #00668b;
        color: #fff;
        padding: 5px 35px;
        border-radius: 50px;
        font-size: 25px;
        font-weight: 300;
        margin: 0;
        cursor: default !important;
    }

    .find-us {
        text-align: center;
        margin-top: 90px;
        margin-bottom: 50px;
    }



    .map iframe {
        width: 100%;
    }

    @media screen and (max-width: 1440px) {

        .eastbourne-containt h3 {
            font-size: 45px;
        }

        .call-button a {
            font-size: 35px;
        }

        .bt-email1 a {
            font-size: 25px;
        }

        .eastbourne-containt h5 {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            text-align: right;
            margin-top: 8px;
        }
    }

    @media screen and (max-width: 1300px) {

        .coda-navbar .nav-links li a {
            font-size: 13px;
        }

        .eastbourne-containt h3 {
            font-size: 35px;
        }

        .call-button a {
            font-size: 30px;
        }

        .based-pharmacy h5 {
            font-size: 25px;
        }

        .how-it-work h5 {
            font-size: 25px;
        }

        .bt-email1 a {
            font-size: 22px;
        }

        .icon-img img {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }

        .icon-img i.fa-solid.fa-tablet-screen-button {
            background-color: #fff;
            font-size: 41px;
            padding: 22px 26px;
            border-radius: 50px;
            margin-right: 0px;
            color: #00688d;
            margin-left: 0px;
        }

        .eastbourne-containt h5 {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            text-align: right;
            margin-top: 8px;
        }
    }

    @media screen and (max-width: 1144px) {

        .coda-navbar .nav-links {
            padding: 0;
        }

        .coda-navbar .join-button {
            font-size: 12px;
        }

        .coda-navbar .nav-links li a {
            font-size: 12px;
        }

        .eastbourne-containt {
            background-color: #046c91;
            padding: 20px 35px;
            padding-bottom: 55px;
        }

        .icon-content p {
            padding: 0 15px;
        }

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 0px;
        }

        .icon-img img {
            background-color: #fff;
            /* font-size: 50px; */
            padding: 27px 26px;
            border-radius: 50px;
            margin-right: 0px;
            width: 100%;
            margin-left: 0px;
        }

        .icon-img.ship1 img {
            width: 95px;
            padding: 25px 23px;
            border-radius: 50px;
        }

        .bt-email1 a {
            font-size: 22px;
            padding: 4px 60px;
        }

        .icon-img img {
            background-color: #fff;
            /* font-size: 50px; */
            padding: 22px 22px;
            border-radius: 50px;
            margin-right: 0px;
            width: 100%;
            margin-left: 0px;
        }

        .navbar a {
            padding: 10px 0px;
            font-size: 12px;
            font-weight: 500;
            color: #072853;
            white-space: nowrap;
            transition: 0.3s;
            line-height: 19px;
            border-bottom: 1px solid #fff;
        }

        .reg-log-btn {
            width: 112px !important;
            height: 41px !important;
            background: #5B94DE !important;
            color: #fff !important;
            border-radius: 14px !important;
            padding: 10px 18px !important;
            white-space: nowrap !important;
            transition: 0.3s !important;
            font-size: 12px !important;
            line-height: 21px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin: 0 auto;
            border: 0 !important;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 86%;
        }

        .eastbourne-containt h5 {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            text-align: right;
            margin-top: 8px;
            margin-right: 0px;
        }
    }

    @media screen and (max-width: 1024px) {
        .bt-email1 a {
            font-size: 22px;
            padding: 4px 60px;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -12px;
            /* display: flex; */
            justify-content: center;
            width: 84%;
        }

        i.fa-solid.fa-chevron-down {
            background-color: #fe7f35;
            padding: 15px 15px;
            border-radius: 50px;
            font-size: 28px;
            color: #fff;
        }
    }

    @media screen and (max-width: 991px) {
        .banner-img {
            background-image: url(../../../images/banner-img.jpg);
            height: 700px;
            background-size: 100% 100%;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 88%;
            z-index: 9;
        }

        .coda-navbar nav {
            width: 100%;
            display: flex;
            justify-content: inherit;
            background-color: #fff;
        }

        .coda-navbar .hamburger div {
            width: 30px;
            height: 3px;
            background: #000000;
            margin: 5px;
            transition: all 0.3s ease;
        }

        .coda-navbar .hamburger.toggle .line1 {
            width: 30px;
            height: 3px;
            background: #fff;
            margin: 5px;
            transition: all 0.3s ease;
        }

        .coda-navbar .hamburger.toggle .line3 {
            width: 30px;
            height: 3px;
            background: #fff;
            margin: 5px;
            transition: all 0.3s ease;
        }

        .coda-navbar .nav-links li a {
            text-decoration: none;
            margin: 0 0.7vw;
            color: #fff;
            line-height: 50px;
            font-size: 18px;
            text-transform: capitalize;
        }

        .coda-navbar .nav-links {
            display: flex;
            list-style: none;
            justify-content: inherit;
            align-items: center;
            /* text-transform: uppercase; */
            margin: 0;
        }

        .click-bt a {
            font-size: 20px;
        }

        .icon-img img {
            width: 65%;
            margin-left: 0px;
        }

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
        }

        .icon {
            display: flex;
            border-right: 0px solid #fff;
            align-items: center;
            justify-content: center;
        }

        .icon-img {
            margin-bottom: 20px;
        }

        .bt-email1 a {
            font-size: 20px;
            padding: 7px 22px;
        }
    }


    @media screen and (max-width: 768px) {

        .based-pharmacy h5 {
            max-width: 100%;
        }

        .how-it-work h5 {
            max-width: 100%;
        }

        .email-bt {
            display: flex;
            width: 100%;
            justify-content: space-between;
            flex-direction: column;
        }

        .bt-email1 a {
            font-size: 20px;
            padding: 7px 22px;
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 578px) {

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 84%;
            z-index: 9;
        }
    }

    @media screen and (max-width: 480px) {

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 80%;
            z-index: 9;
        }
    }

    @media screen and (max-width: 425px) {
        .click-bt a {
            font-size: 20px;
            padding: 5px 8px;
        }

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
            font-size: 32px;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 77%;
            z-index: 9;
        }
    }

    @media screen and (max-width: 414px) {
        .bt-email1 a {
            font-size: 15px;
            padding: 7px 22px;
            margin-bottom: 10px;
        }

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
            font-size: 30px;
        }
    }

    @media screen and (max-width: 390px) {
        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
            font-size: 26px;
            padding: 22px 25px;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 75%;
            z-index: 9;
        }
    }




    @media screen and (max-width: 360px) {

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
            font-size: 25px;
            padding: 21px 22px;
        }

        .call-button a {
            font-size: 25px;
        }

        .how-bt a {
            text-decoration: none;
            background-color: #006a8f;
            color: #fff;
            border-radius: 50px;
            padding: 7px 34px;
            font-size: 25px;
            font-weight: 300;
            /* margin-bottom: 20px; */
            cursor: default !important;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 72%;
            z-index: 9;
        }
    }

    @media screen and (max-width: 320px) {

        .icon-img i.fa-solid.fa-tablet-screen-button {
            margin-right: 48px;
            font-size: 17px;
            padding: 21px 22px;
        }

        .click-bt a {
            font-size: 18px;
            padding: 5px 8px;
        }

        .drop-arrow-bt {
            text-align: right;
            /* padding-top: 57px; */
            position: absolute;
            margin-top: -18px;
            /* display: flex; */
            justify-content: center;
            width: 69%;
            z-index: 9;
        }
    }

    .logo-main {
        text-align: center;
    }


    @media screen and (max-width:991px) {
        .navbar li {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }
    }


    .btn-org {
    height: 100px;
    background: orange;
    padding: 20px !important;
    margin-top: 20px;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

 

.btn-blue {
    height: 100px;
    background: skyblue;
    padding: 20px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:767px) {
        .btn-org {
    height: 100px;
    background: orange;
    padding: 10px !important;
    margin-top: 20px;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-blue {
    height: 100px;
    background: skyblue;
    padding: 10px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

    }