html,
body {
    font-family: "museo-sans";
    color: #707070;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    margin: 0px;
    font-weight: 300;
}

.text-center {
    text-align: center !important;
}

/* spacing */
.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }

.mr-0 { margin-right: 0px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }

.ml-0 { margin-left: 0px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }

@media screen and (min-width: 992px) {
    .mt-50-d { margin-top: 50px; }
}

@media screen and (max-width: 767px) {
    .mt-0-m { margin-top: 0px !important; }
}

.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-80 { margin-bottom: 80px !important; }

.mx-auto { margin-left: auto; margin-right: auto; }

.my-0 { margin-top: 0; margin-bottom: 0; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.my-50 { margin-top: 50px; margin-bottom: 50px; }

.pt-0 { padding-top: 0; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }

.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px; }

@media screen and (max-width: 576px) {
    .pb-0-m { padding-bottom: 0 !important;}
}

/* backgrounds */
.teal-bg { margin-top: 50px; padding: 75px 0; background: #EAFBFB; }
.white-bg-container { position: relative; width: 100%; padding: 30px 30px 50px; background: #fff; border-radius: 30px; }
.blue-bg { background: #2658A8; }
/* end backgrounds */


/*common css start here*/

header {
    display: inline-block;
    clear: both;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

li {
    list-style: none;
}

a {
    display: inline-block;
    outline: none !important;
    text-decoration: none;
}

/*.btn {
	border: none;
	text-transform: uppercase;
	padding: 15px 0;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	transition: all 0.3s ease;
	border-radius: 25px;
	font-weight: 700;
}*/
.btn {
    border: none;
    text-transform: uppercase;
    padding: 15px 25px;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    transition: color 0.5s, transform 0.2s, background-color 0.2s;
    border-radius: 33px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.arrow_btn .green_btn.btn {
    background-color: transparent !important;
    border: 2px solid #78AA46;
}
a.pink_btn.btn,
li.top_sign_link .btn{
    background: #EB0088 !important;
}
a.pink_btn.btn:hover,
li.top_sign_link .btn:hover{
    background: #CB1778 !important;
}

/*
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    background: #EB0088 !important;
    z-index: 0;
}

.btn:hover::before {
    opacity: 0;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 200px;
    border-radius: 50%;
    transform: translate(0, -70px) scale(0.1);
    opacity: 0;
    z-index: 0;
    transition: all 1s ease;
    background: #CB1778 !important;
}

.btn:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;
    transform: scale(1) translate(0, -70px);
}
*/
.pink_btn:hover {
    color: #fff !important;
}

.arrow_btn .green_btn.btn::before {
    background: #78AA46 !important;
}

.arrow_btn .green_btn.btn::after {
    background: #fff !important;
}

body .arrow_btn .green_btn.btn:hover {
    background: transparent !important;
}

.efficacy_throughout #dropdownMenuButton::after,
.efficacy_throughout #dropdownMenuButton::before,
.form_fild .btn.dropdown-toggle.btn-default::after,
.form_fild .btn.dropdown-toggle.btn-default::before {
    display: none;
}

.green_btn.btn:hover .btn_label, .green_btn.btn .btn_label {
    /* color: #78AA46 !important; */
}

.form_completed_page .green_btn.btn .btn_label {
    color: #78AA46;
}

.btn_label {
    color: #ffffff;
    position: relative;
    margin: 0;
    font-weight: inherit;
    z-index: 1;
    cursor: pointer;
}

.pink_btn:hover .btn_label {
    color: #fff !important;
}

.banner_tab_outer .arrow_btn .btn::before {
    background: #fff !important;
}

.banner_tab_outer .arrow_btn .btn::after {
    background: #fff !important;
}

.pink_btn:hover .btn_label {
    color: #fff !important;
}


.white_blue_btn.btn::before {
    background: #fff !important;
}

.white_blue_btn.btn::after {
    background: #fff !important;
}

.white_blue_btn.btn .btn_label {
    color: #2658A8 !important;
}

.white_blue_btn.btn:hover .btn_label {
    color: #66BE6B !important;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn::before {
    background: #fff !important;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn::after {
    background: #fff !important;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn .btn_label {
    color: #00b7ba !important;
    transition: all 0.3s ease;
}
.index_page.life-with-adhd-page .customise_guid_now.arrow_btn a.whit_bg_btn.btn:hover .btn_label{ color: #EB0088 !important;}
.white_blue_btn.btn:hover .btn_label {
    color: #EB0088 !important;
}

body.why-taking-azstarys-page .find_out_btn.green_hover_effect a.pink_btn.btn:hover,
body.why-taking-azstarys-page .find_out_btn.green_hover_effect a.pink_btn.btn,
body .symptom_control_btn.green_hover_effect a.pink_btn.btn,
body .symptom_control_btn.green_hover_effect a.pink_btn.btn:hover,
body .faq-page-outer .find_out_green_btn a.pink_btn.btn:hover,
body.faq-page-outer .find_out_green_btn a.pink_btn.btn,
body .offers_savings .arrow_btn .btn ,
body .offers_savings .arrow_btn .btn:hover{
    /*background: transparent !important;*/
}

body.why-taking-azstarys-page .find_out_btn.green_hover_effect a.pink_btn.btn::before,
body .symptom_control_btn.green_hover_effect a.pink_btn.btn::before,
.faq-page-outer .find_out_green_btn a.pink_btn.btn::before {
    background: #58842c !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #606670 !important;
}
body.why-taking-azstarys-page .find_out_btn.green_hover_effect a.pink_btn.btn::after,
body .symptom_control_btn.green_hover_effect a.pink_btn.btn::after,
.faq-page-outer .find_out_green_btn a.pink_btn.btn::after {
    background: #58842c !important;
}
body .offers_savings .arrow_btn .btn::before,body .offers_savings .arrow_btn .btn::after{
    background: #fff !important;
}
.offers_savings .arrow_btn .btn .btn_label{
    color: #2658A8 !important;
}
.coricum_care.common_outer .white_blue_btn.btn:hover .btn_label {
    color: #66BE6B !important;
}

.form_completed .arrow_btn .green_btn.btn::after {
    background:#78AA46 !important;
}
.form_completed_page .arrow_btn .green_btn span::after {
    border-color: #78AA46 !important;
}
/* .form_completed_page .arrow_btn .green_btn.btn:hover .btn_label{
    color: #fff !important;
} */
.pink_btn.btn .btb_text_mobie_center {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;

}

.btn.focus,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
}

.common_outer {
    width: 100%;
    text-align: center;
}

.for_mobile {
    display: none;
}

.for_desktop {
    display: inline-block;
}

.mobile_top_link {
    display: none;
}

img {
    max-width: 100%;
}

.brake_for_mobile {
    display: none;
}

sup {
    font-size: 60%;
    top: -0.5em;
}

/*.white_blue_btn {
	background: #FFF !important;
	color: #2658A8 !important;
}

.white_blue_btn:hover {
	color: #66BE6B !important;
}*/

/*.pink_btn {
	background: #EB0088 !important;
	color: #fff !important;
}

.pink_btn:hover {
	background: #CB1778 !important;
}*/
.scroll_drop_down_mobile button.btn.btn-primary.dropdown-toggle::after,
.scroll_drop_down_mobile button.btn.btn-primary.dropdown-toggle::before{
    display: none;
}
body .scroll_drop_down_mobile button.btn.btn-primary.dropdown-toggle{
background: #EB0088 !important;
}
.bullet_list li {
    position: relative;
    padding-left: 13px;
}

.bullet_list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #EB0088;
}

.for_ipad,
.sm_device {
    display: none;
}

/*common css end here*/




.header_outer {
    padding: 28px 0 13px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
    position: relative;
    z-index: 99;
}

.logo_side {
    padding-left: 10px;
    width: 100%;
    max-width: 200px;
    float: left;
    margin-top: -68px;
    position: relative;
    z-index: 9;
    text-align: left;
}

.logo_side a {
    max-width: 165px;
}

.menu_side {
    width: 100%;
    max-width: 900px;
    float: right;
    padding-left: 20px
}


/*.top_link ul li.top_main_link{padding-right: 25px;}*/

.menu_side a:focus,
.menu_side a:hover {
    text-decoration: none;
}

.menu_list ul {
    text-align: right;
}

.menu_list li {
    display: inline-block;
    position: relative;
    padding-right: 48px;
    text-align: center;
}

.menu_list li:last-of-type {
    padding-right: 0;
}

.menu_list li a {
    color: #707070;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700
}

.menu_links,
.menu_list {
    width: 100%;
    display: inline-block;
}

.menu_links #toggle_menu {
    display: none;
}

.top_link ul li.top_left_link {
    padding-top: 7px;
}

.menu_list li a:hover {
    color: #EB0088;
}


/*header css start end here*/


/*index banner css start here*/

div.banner_outer.common_outer {
    background: #EB0088;
    position: relative;
    margin-bottom: 0px;
    /*box-shadow: 0 5px 10px -5px #00000090;*/
    background-image: url(../images/banner-gradient.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.banner_outer > img {
    width: 100%;
}

.banner_text h2,.banner_change h2 {
    font-size: 54px;
    line-height: 62px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 900;
    margin-bottom: 0;
}
.banner_outer.common_outer.banner_change .banner_text p{
    font-weight: 700;
}
.banner_outer.common_outer.banner_change h2 {
    text-align: center;
    position: absolute;
    top: 50px;
    z-index: 2;
    left: 0;
    right: 0;
    text-shadow: 0px 3px 6px #00000066;
}
.banner_text h2 span,.banner_change span {
/*    display: inline-block;
    width: 100%;*/
}

.banner_text p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    padding-left: 150px;
    text-align: left;
    font-weight: 500;
}

.banner_text p span {
    display: inline-block;
    width: 100%;
    padding-left: 70px;
}
.banner_text h2{
    text-align: left !important;
}

.landing_page_outer .banner_outer .banner_content {
    top: 45%;
}

.banner_text {
    float: right;
    width: 100%;
    max-width: 805px;
}


/*index banner css end here*/


/*question  section css start here*/

.question_outer.common_outer {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}



.question_innner h3 {
    color: #00b7ba;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.download_pdf h4 {
    font-size: 16px;
    line-height: 56px;
    color: #707070;
    font-weight: 500;
}

.download_pdf h4 a {
    color: #EB0088;
    margin-left: 20px;
    font-weight: 700;
}

.download_pdf h4 a span {
    border-radius: 100%;
    background: #EB0088;
    margin-right: 13px;
}

.download_pdf h4 a:hover span {
    background: #CB1778;
}

.download_pdf h4 a:hover {
    color: #CB1778;
}

.question_innner {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}


.question_list h2 .select_text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.question_list h2 .ques_text {
    display: inline-block;
    line-height: 32px;
    text-align: left;
    padding-left: 10px;
}

.question_list h3 {
    font-size: 18px;
    line-height: 22px;
    color: #707070;
    font-weight: 900;
    margin-bottom: 20px;
}

.ques_box_outer li {
    display: inline-block;
    width: 26.33%;
    /*width:25%;*/
    text-align: center;
    padding: 0 6px 27px;
}

.ques_box_outer li .ques_box {
    background: #EAFBFB;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    min-height: 136px;
    position: relative;
    cursor: pointer;
    overflow: hidden;

}

/*#question_third .ques_box_outer ul {
    display: grid;
    grid-template-columns: 1fr;
}

    #question_third .ques_box_outer ul li {
        width: 100%;
    }*/

#question_last ul {
    display: flex;
    flex-wrap: wrap;
}

.ques_box_outer li.active .ques_box {
    background: #EB0088;
    border-color: #EB0088;
}

.ques_box_outer li.active .ques_box span {
    color: #FFFFFF;
    font-weight: 900;
}

.ques_box_outer li .ques_box span {
    color: #00b7ba;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    width:85%;
}

.question_list .row {
    margin-left: -21px;
    margin-right: -21px;
}

.left_side_question {
    /*padding-right: 10px;*/
}

.right_side_question {
    /*padding-left: 10px;*/
}

.next_prev_outer a {
    font-size: 18px;
    color: #EB0088;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.next_prev_outer a span.ques_btn {
    background: #fff;
    height: 40px;
    width: 40px;
    border: 2px solid #EB0088;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

/*span.back-icon,
span.nxt-icon {
    font-size: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid;
    box-sizing: border-box;
    position: relative;
	margin-left: 15px;
}

*/



    .prev_btn span.ques_btn {
    margin-left: 15px;
}

.next_btn span.ques_btn {
    margin-right: 15px;
}

.next_prev_outer {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.prev_btn,
.next_btn {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.prev_btn {
    text-align: right;
}

.next_btn img {
    margin-right: 10px;
    max-width: 40px;
    position: relative;
    z-index: 1;
}

.prev_btn a img {
    transform: rotate(180deg);
    margin-left: 10px;
}

.next_prev_outer img.on-hvr {
    display: none;
}

.next_prev_outer a:hover img.no-hvr {
    display: none;
}

.next_prev_outer a:hover img.on-hvr {
    display: inline-block;
}

.question_btn {
    width: auto;
    flex: 0 1 270px;
    min-width: 170px;
    padding: 0;
    vertical-align: top;
}

.question_btn ul {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.next_prev_outer p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.question_btn li {
    float: left;
    padding: 0 11px;
    position: relative;
    line-height: 18px;
}

.question_btn li::before {
    top: 50%;
    margin-top: -3px;
    content: "";
    position: absolute;
    right: -30%;
    width: 60%;
    background: #ACB3BC;
    height: 1px;
}

.question_btn li:last-of-type::before {
    display: none;
}

.question_btn li.active:first-of-type::before {
    background: #66BE6B;
}

.question_btn li span {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    background: #ACB3BC;
}

.question_btn li.active span {
    background: #66BE6B;
}

.next_prev_outer a:hover span.ques_btn {
    background: #EB0088;
}

.next_prev_outer .text_name {
    display: inline-block;
    vertical-align: middle;
}

.prev_btn.back_icon {
    opacity: 0.3;
}

#question_second .ques_box_outer li .ques_box {
    min-width: 206px;
}

#question_second .ques_box_outer li {
    float: none;
    display: inline-block;
    width: 32%;
}

#question_last .ques_box_outer li .ques_box {
    max-width: 232px;
    min-height: 136px;
}

#question_last .next_btn .pink_btn.btn {
    width: 100%;
    line-height: 20px;
    padding: 7px 10px 6px 35px;
}

#question_last .next_btn a span.ques_btn {
    margin: 0;
    width: 36px;
    height: 36px;
    background: #EB0088;
    border-color: #fff;
}

#question_last .next_btn a:hover span.ques_btn {
    background: #CB1778;
}

#question_last .next_btn a .btn_text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-right: 19px;
    position: relative;
    z-index: 1;
}

#question_last .prev_btn {
    padding-top: 5px;
}

.last_ques li {
    float: left;
    width: 33.33%;
  
    text-align: center;
    padding: 0 6px 27px;
}
/* oddly specific font-sizes */

.fs-12-13 {
    font-size: 12px !important;
}

.fs-15-16 {
    font-size: 15px !important;
}

@media only screen and (min-width: 992px) {
    .fs-12-13 {
        font-size: 13px !important;
    }

    .fs-15-16 {
        font-size: 16px !important;
    }
    .banner_text .desktop_uppercase {
        text-transform: uppercase;
    }
    .banner_text .mobile {
        display: none;
    }
}


/*question section css end here*/





/*index fotbal secton css start here*/








.its_kind_outer .symptom_control_inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    right: 0;
}


/*index fotbal secton css start here*/


/*isi css end here*/
.footnotes {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    clear: both;
}
@media screen and (max-width: 767px) {
    .footnotes { margin-bottom: 25px; }
}
.isi_section {
    padding-top: 20px;
    text-align: left;
}

.isi_section ul.bullet_list li::after { background: #707070; }

.isi_section p.foot_note_text {
    font-size: 13px;
    line-height: 20px;
    color: #707070;
    margin-bottom: 20px;
}

.isi_section h3 {
    font-size: 20px;
    line-height: 24px;
    color: #00B7BA;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.isi_section h4 {
    font-size: 18px;
    line-height: 22px;
    color: #00B7BA;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: 700;
}

.isi_section p,
.isi_section ul li {
    font-size: 18px;
    line-height: 23px;
    color: #707070;
    margin-bottom: 13px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
}

.safety_text_box p {
    margin: 0;
}



.isi_section ul li {
    position: relative;
    display: inline-block;
}

.isi_section a {
    color: #00B7BA;
    display: inherit;
}

.isi_section a:hover {
    color: #00B7BA;
}

.isi_list .left_side,
.isi_list .right_side {
    float: left;
    width: 100%;
    max-width: 265px;
}

.isi_section p.color_change {
    color: #707070;
}

.isi_section p span,
.isi_section p strong {
    font-weight: 700;
}


/*isi css end here*/


/*fixed isi css end here*/

.fixed_isi_inner .container {
    position: relative;
}

.fixed_isi h4 {
    font-size: 18px;
    line-height: 1;
    color: #00B7BA;
    margin-bottom: 3px;
    font-weight: 700;
}
.fixed_isi .isi_left h4 {
    text-decoration: underline;
}
.fixed_isi {
    padding: 20px 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
    opacity: 1;
    background: #fff;
    box-shadow: 0px -5px 6px rgb(0, 0, 0, 0.29);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fixed_isi p {
    width: auto;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.32px;
    color: #707070;
}

.fixed_isi p span {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .fixed_isi .for_desktop_l {
        display: inline;
    }
}

@media screen and (min-width: 768px) {
    .fixed_isi .for_desktop {
        display: inline;
    }

    .fixed_isi .for_desktop_ipad {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .fixed_isi .for_mobile {
        display: inline;
    }

    .fixed_isi .for_desktop_ipad {
        display: none;
    }
}


.isi_left {
    width: 100%;
    max-width: 455px;
    float: left;
}

.isi_right {
    width: 100%;
    max-width: 660px;
    float: left;
}

.fixed_isi .safety_text_box {
    width: 100%;
    float: left;
    /* border: 2px solid #707070;
    border-radius: 9px;
    padding: 9px 13px 10px; */
    padding: 9px 0 10px;
    margin-bottom: 16px;
}

.scroll_down {
    position: absolute;
    top: -45px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 12px;
    right: 0;
    box-shadow: 0px -3px 5px -3px rgb(0 0 0 / 29%);
}
.scroll_down img{
    transform: rotate(180deg);
}
/*fixed isi css end here*/


/*footer css end here*/

.footer_outer {
    padding: 40px 0 60px;
    background: #F2F3F5;
}

.footer_link {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.footer_link li {
    display: inline-block;
    padding-right: 65px;
}

.footer_link li:last-of-type {
    padding: 0;
}

.footer_link li a {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;    
    min-width: 94px;
}
.footer_link li a:hover{
    font-weight: 700;
}

.footer_logo {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.footer_logo img {
    margin-bottom: 15px;
}

.footer_logo p {
    font-size: 14px;
    line-height: 24px;
    color: #6C6C6C;
    font-weight: 500;
}

.footer_logo p span {
    padding-left: 20px;
}


/*footer css end here*/


/*******************************************************new css**********************************/

body .banner_outer.common_outer.inner-pages-banner {
    min-height: 145px;
}

.life-with-adhd-page .banner_text h2 {
    font-size: 48px;
    line-height: 70px;
     font-weight: 700;
     margin-bottom: 0;
}

h2.custom_content_haeding {
    text-align: left;
    color: #EB0088;
    font-size: 35px;
    line-height: 45px;
    font-family: "museo-sans";
    font-weight: 700;
}

p.custom_content_paragraph {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-family: "museo-sans";
    font-weight: 300;
}

.left_side_content {
    padding-left: 0px;
    padding-top: 18px;
}
.does_this_seems_typicla h2.custom_content_haeding {
    text-align: center;
    line-height: 36px;
    margin-bottom: 135px;
}

.left_side_content p.custom_content_paragraph {
    margin-top: 26px;
}

h3.custom_green_heading {
    color: #66BE6B;
    font-size: 16px;
    line-height: 22px;
    font-family: "museo-sans";
    font-weight: 700;
    margin-top: 30px;
}

.does_this_seems_typicla .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.does_this_seems_typicla ul.nav.nav-tabs {
    margin-top: 26px;
    border: 0px;
}

.does_this_seems_typicla .nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #EB0088;
    border: transparent;
    border-bottom-color: transparent;
    border-radius: 13px 13px 0px 0px;
}

.does_this_seems_typicla .nav-tabs > li.active {
    background: transparent;
}

.does_this_seems_typicla ul.nav.nav-tabs li a {
    padding: 21px 61px 16px 62px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: "museo-sans";
    color: #fff;
    margin: 0px;
    cursor: pointer;
    border: none;
}

.does_this_seems_typicla .nav-tabs > li {
    margin-left: 5.96px;
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    background: #00b7ba;
    border-radius: 13px 13px 0px 0px;
}

.does_this_seems_typicla .nav-tabs > li > a:hover {
    border-color: transparent;
}

.does_this_seems_typicla .nav > li > a:hover {
    background-color: transparent;
}

.does_this_seems_typicla ul.nav.nav-tabs li:hover {
    background: #EB0088;
}

.does_this_seems_typicla .nav-tabs > li.active a {
    font-weight: 900;
}

.tab-content {
    background: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
}

.tab_inner_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.tab_right_img {
    max-width: 669px;
    width: 100%;
    padding-left: 43px;
}

.tab_inner_content .tab_left_img {
    max-width: 202px;
    width: 100%;
    float: left;
}

.three_tabing_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

h4.custom_sky_heading {
    color: #00b7ba;
    font-size: 24px;
    line-height: 24px;
    font-family: "museo-sans";
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 47px;
}

.inner_tab_seond_content {
    margin-top: 30px;
}

.tabing_inner_icons_content {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
}

.tab_icon_description h5 {
    font-size: 18px;
    line-height: 20px;
    font-family: "museo-sans";
    font-weight: 300;
    padding-left: 19.64px;
}

span.custom_font_bold {
    font-weight: 700;
}

.tabing_icon_two {
    padding-left: 91.87px;
}

.tabing_icon_three {
    padding-left: 82px;
}

.tabing_icon_one {
    padding-left: 55px;
}

.sky_background_section {
    background: #00b7ba;
    padding-top: 91px;
    padding-bottom: 91px;
}

.sky_background_section h2.custom_content_haeding {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.sky_background_section p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "museo-sans";
    
}

.customise_guid_now {
    margin-top: 43px;
}

a.whit_bg_btn.btn {
    background: #fff !important;
    border-radius: 25px;
    padding: 8px 8px 4px 15px;
    font-size: 18px;
    line-height: 20px;
    font-family: "museo-sans";
    color: #00b7ba;
    font-weight: 700;
    max-width: 456px;
    width: 100%;
    transition: all 0.3s ease;
}

a.whit_bg_btn.btn span {
    padding-left: 21px;
}

a.whit_bg_btn.btn span img {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 2px;
}

.sky_background_section .download_pdf {
    margin-top: 23px;
}

.sky_background_section .download_pdf h4 {
    color: #fff;
}

.sky_background_section .download_pdf h4 {
    color: #fff;
    font-size: 18px;
    font-family: "museo-sans";
    line-height: 56px;
    font-weight: 500;
}

.sky_background_section .download_pdf h4 a {
    color: #ffffff;
    margin-left: 20px;
    font-weight: 900;
}

.sky_background_section span.download_pdf_icon {
    background: none ;
    height: 42px;
    width: 42px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.sky_background_section a:hover span.download_pdf_icon{
    background: #fff;
}
.sky_background_section a img{
    vertical-align: baseline;
}

.life-with-adhd-page .symptom_control_btn span img {
    height: 36px;
    width: 36px;
}

.life-with-adhd-page .symptom_control_btn span {
    padding-left: 12px;
    position: relative;
    z-index: 1;
}



.life-with-adhd-page .last_symptom_control .symptom_control_btn a.pink_btn.btn {
    max-width: 170px;
}

.its_kind_outer {
    background: #ffffff;
}

#menu1 .tabing_icon_two {
    padding-left: 65px;
}

#menu1 .tabing_icon_one {
    padding-left: 0px;
}

#menu1 .tabing_icon_three {
    padding-left: 57px;
}

#menu1 .tabing_icon_four {
    padding-left: 56px;
}

#menu1 .inner_tab_seond_content {
    margin-top: 0px;
}

#home h4.custom_sky_heading {
    margin-bottom: 0px;
    margin-top: 30px;
}

#home .inner_tab_seond_content {
    margin-top: 44px;
}

p.custom_content_paragraph.its_time_for {
    margin-top: 17px;
}

#menu2 h4.custom_sky_heading {
    margin-bottom: 3px;
    margin-top: 15px;
}

#menu3 h4.custom_sky_heading {
    margin-top: 25px;
    margin-bottom: 5px;
}

.life-with-adhd-page h4.custom_sky_heading {
    padding-left: 244px;
}

#menu1 h4.custom_sky_heading {
    margin-top: 25px;
}


/*end of css of life with ADHD*/


/*css for taking azstar*/

.take_azstays_outer h2.custom_content_haeding {
    text-align: center;
    line-height: 36px;
}

.take_azstays_outer h4.custom_sky_heading {
    line-height: 30px;
    margin-top: 32px;
    text-align: center;
}

.take_azstays_outer h6.custom_gray_heading {
    font-size: 24px;
    line-height: 30px;
    font-family: "museo-sans";
    color: #707070;
    font-weight: 700;
    margin-bottom: 20px;
}

.taken_medicin_grid .taken_medicin_box h2.custom_content_haeding {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.taken_medicin_grid .box_two h2.custom_content_haeding{
    padding-top: 5px;
}
.taken_medicin_grid h2.custom_content_haeding{
    color: #00b7ba;
}


.taken_medicin_grid_inner {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
}
.taking-azstarys-page .taking_medicin_heading{
    font-size: 24px;
    line-height: 30px;
    color: #EB0088;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
}

.taken_medicin_grid {
    display: inline-block;
}

.taken_medicin_grid {
    margin-top: 49px;
    margin-bottom: 41px;
}

.taken_medicin_grid .box_two {
    padding-left: 70px;
    padding-right: 70px;
}

.taken_medicin_grid p.custom_content_paragraph {
    text-align: center;
    line-height: 24px;
}

.taking_medicin_footnote p.custom_content_paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

.common_outer.take_azstays_outer {
    padding-bottom: 120px;
}

.how_big_azstayes {
    background: #EAFBFB;
    padding-top: 60px;
    padding-bottom: 91px;
}

.how_big_azstayes h2.custom_content_haeding {
    text-align: center;
}

.how_big_azstayes .custom-img-box {
    margin-top: 60px;
    margin-bottom: 19px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}

.capsule_inner_box {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.capsule_title_text {
    display: inline-block;
}

.capsule_inner_box p.custom_content_paragraph {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
}

p.custom_content_paragraph.center_box_title {
    padding-left: 71px;
    padding-right: 73px;
}

.capsule_footnote_listing {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 85px;
}

.capsule_footnote_outer {
    display: inline-block;
    width: 100%;
    margin: auto;
    max-width: 950px;
    margin-top: 48px;
}

.capsule_footnote_listing p.custom_content_paragraph {
    line-height: 30px;
}

.left_side_listing {
    width: 50%;
}
.right_side_listing {
    padding-left: 50px;
    width: 50%;
}

span.pink_dot_style {
    color: #EB0088;
}

span.dashed_style {
    color: #00b7ba;
    font-weight: 400;
}

.remembering_listing_outer {
    padding: 50px 0px 20px 0px;
}

.remembering_listing_outer h4.custom_sky_heading {
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px;
}

.remebring_listing p.custom_content_paragraph {
    max-width: 862px;
    width: 100%;
    margin: auto;
}

.remebring_listing_footnote {
    margin-top: 18px;
}

.remebring_listing .remebring_listing_footnote p.custom_content_paragraph {
    padding-left: 15px;
    max-width: 868px;
    line-height: 24px;
    margin-bottom: 10px;
}

span.pink_dot_style {
    position: absolute;
    margin-left: -12px;
}

.remebring_listing_footnote {
    position: relative;
}

.taking-azstarys-page .its_kind_outer h3 {
    margin-bottom: 20px;
}

.safety_text_box {
    max-width: 1092px;
    width: 100%;
    float: left;
    /* border: 2px solid #707070;
    border-radius: 9px; */
    /* padding: 9px 13px 8px; */
    padding: 9px 0px 8px;
    margin-bottom: 10px;
}

.menu_list li.active a {
    color: #EB0088;
}

.capsule_footnote_listing {
    position: relative;
}

.dashed_listing_style {
    position: relative;
}

span.dashed_style {
    position: absolute;
    left: 0px;
}

.dashed_listing_style p.custom_content_paragraph {
   padding-left: 20px;
}


/*end of css for taking azstar*/


/*why azstays css start here*/

.why_azstays_outer h2.custom_content_haeding {
    text-align: center;
    line-height: 45px;
}

.why_azstays_outer span.custom_font_bold {
    color: #00b7ba;
    text-transform: uppercase;
    font-style: italic;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
}

.why_azstays_outer .taken_medicin_grid_inner span.custom_font_bold {
    color: #707070;
    font-style: normal;
    font-weight: 700;
}

.why_azstays_outer .taken_medicin_grid p.custom_content_paragraph {
    font-size: 40px;
    line-height: 46px;
    margin-top: 15px;
    min-height: 108px;
}

.why_azstays_outer .box_one {
    padding-right: 81px;
}
.why_azstays_outer .box_one p.custom_content_paragraph {
    margin-top: 6px;
}
.why_azstays_outer .taken_medicin_grid .box_two {
    padding-left: 20px;
    padding-right: 20px;
}

.why_azstays_outer .box_three {
    padding-left: 50px;
}

.why_azstays_outer .taken_medicin_grid .box_two .box_content p.custom_content_paragraph {
    position: relative;
    padding-left: 86px;
    padding-right: 86px;
}

.why_azstays_outer .taken_medicin_grid .box_two .box_content p.custom_content_paragraph:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #707070;
    height: 84.2px;
    width: 1px;
    right: 0;
    top: 5px;
}

.why_azstays_outer .taken_medicin_grid .box_two .box_content p.custom_content_paragraph:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #707070;
    height: 84.2px;
    width: 1px;
    left: 0;
    top: 5px;
}

.common_outer.forms_of_medicine {
    background: #EAFBFB;
    padding-top: 100px;
    padding-bottom: 100px;
}

.forms_of_medicine h4.custom_sky_heading {
    color: #00b7ba;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
}


/*14-05-2021*/

.dexmethylphenidate_outer {
    margin: auto;
    width: 100%;
    max-width: 878px;
}

.dexmethylphenidate_inner {
    display: flex;
    flex-wrap: wrap;
}

.dexmethylphenidate_left {
    max-width: 438px;
    width: 100%;
    padding-right: 45px;
}

.serdexmethylphenidate_right {
    max-width: 438px;
    width: 100%;
    padding-left: 45px;
}

.dexmethylphenidate_inner h2.custom_content_haeding {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

.dexmethylphenidate_left h2.custom_content_haeding {
    color: #00b7ba;
    font-weight: 900;
}

.dexmethylphenidate_inner p.custom_content_paragraph {
    text-align: center;
}

.custom_sky_divider {
    background: #00b7ba;
    height: 1px;
    width: 100%;
    margin: 20px 0px;
}

.custom_pink_divider {
    background: #EB0088;
    height: 1px;
    width: 100%;
    margin: 20px 0px;
}

.dexmethylphenidate_inner p.custom_content_paragraph {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.dexmethylphenidate_inner span.custom_font_bold {
    font-weight: 900;
    font-style: italic;
}

p.custom_content_paragraph.after_devider {
    line-height: 28px;
    font-weight: 500;
}

.morning_to_evening_grid_inner {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

@media only screen and (min-width:1200px) {
    .morning_to_evening_grid_inner {
        align-items: flex-start;
    }
}

.morning_to_evening_grid {
    margin: auto;
    width: 100%;
    max-width: 955px;
}

.morning_to_evening_outer h4.custom_sky_heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.grid_box_two.morning_to_evening_content {
    padding-left: 143px;
    padding-right: 173px;
}

.morning_to_evening_grid_inner .morning_to_evening_content p.custom_content_paragraph {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 25px;
}

.morning_to_evening_grid_inner .morning_to_evening_content p.custom_content_paragraph span.custom_pink_text {
    color: #EB0088;
    font-weight: 700;
}

.common_outer.morning_to_evening_outer {
    padding-top: 60px;
    padding-bottom: 100px;
}

.common_outer.why_azstays_dose {
    background: #EAFBFB;
    padding-top: 122px;
    padding-bottom: 122px;
}

.common_outer.why_azstays_dose h2.custom_content_haeding {
    text-align: center;
}

.common_outer.why_azstays_dose h4.custom_sky_heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}

.common_outer.why_azstays_dose p.custom_content_paragraph.custom_font_bold {
    text-align: center;
    line-height: 36px;
    font-size: 25px;
    color: #606670;
    font-weight: 700;
}

.helped_improve_content {
    position: relative;
}

.helped_improve_text {
    position: relative;
    background: #E2F7F7;
    padding: 144px 41px 82px 44px;
    border-radius: 30px;
}

.helped_improve_text::before {
    content: '';
    display: block;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 90%;
    height: 274px;
    background: #fff;
    border-radius: 30px;
}

.helped_improve_text .white-bg {
    position: relative;
}

.helped_improve_img {
    height: 229px;
    position: relative;
    top: 116px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .helped_improve_img {
        top: 136px;
    }
}

.common_outer.why_azstays_dose .helped_improve_text h2.custom_content_haeding {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
}
.why_azstays_dose .helped_improve_one h2.custom_content_haeding {
    margin-top: 8px;
}
.common_outer.why_azstays_dose .helped_improve_text p.custom_content_paragraph {
    line-height: 30px;
    font-weight: 700;
    margin-top: 8px;
    color: #606670;
}

.helped_improve_text ul li {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-family: "museo-sans";
    font-weight: 300;
    padding-left: 12px;
    position: relative;
}

.helped_improve_text ul li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #EB0088;
    border-radius: 50%;
    top: 15px;
    left: 0;
}

.listing_height_style {
    height: 90px;
}

.helped_improve_content {
    margin: -82px 13px 0px;
}

.common_outer.azstarys_graph_section {
    padding-bottom: 100px;
    padding-top: 105px;
}

.azstarys_graph_paragrph {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 376px) and (max-width: 767px) {
    .azstarys_graph_paragrph {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.azstarys_graph_paragrph p.custom_content_paragraph {
    font-weight: 700;
}

.azstarys_graph_paragrph ul li {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    font-family: "museo-sans";
    margin-top: 10px;
    padding-left: 10px;
}

.azstarys_graph_paragrph ul {
    text-align: left;
    margin-top: 10px;
}

li {
    position: relative;
}

.dot_bullet_style li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #EB0088;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.azstarys_graph_two_grid {
    max-width: 830px;
    width: 100%;
    margin: auto;
    margin-top: 41px;
    /*margin-bottom: 44px;*/
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .azstarys_graph_two_grid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.azstarys_graph_two_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.azstarys_graph_two_left {
    max-width: 407px;
    width: 100%;
}

.azstarys_graph_two_right {
    max-width: 407px;
    width: 100%;
    margin-left: 12px;
}

.azstarys_graph_two_inner p.custom_content_paragraph {
    text-align: center;
}

.azstarys_graph_two_inner p.custom_content_paragraph span.custom_sky_text {
    color: #00b7ba;
    font-weight: 700;
}

.azstarys_graph_pre_img p.custom_content_paragraph {
    max-width: 922px;
    margin: auto;
    position: relative;
}

.azstarys_graph_paragrph.lowered_mean_skamp {
    margin-bottom: 19px;
    margin-top: 36px;
}
.custom_content_title {
    font-size: 27px;
    font-weight: 700;
    color: #eb0088;
    margin-bottom: 15px;
}
.azstarys_graph_paragrph.lowered_mean_skamp p.custom_content_paragraph {
    text-align: center;
    font-size: 19px;
    line-height: 27px;
}

.lowered_mean_skamp .custom_image_box img {
    max-width: 868px;
    width: 100%;
    margin-top: 40px;
}


.taking-azstarys-page .symptom_control_btn.find_out_btn a.pink_btn.btn {
    max-width: 247px;
    background: #78AA46 !important;
}


/*1405-2021*/

.taking-azstarys-page .banner_outer.common_outer {
/*    background: url(../images/why-header.png);
    background-position: center;
    background-size: cover;*/
}

.dexmethylphenidate_inner h2.custom_content_haeding {
    font-weight: 900;
}


/*end of css for why azstays*/


/*mobile jum menu css*/

.jump_link_section .btn.btn-primary.dropdown-toggle {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 20px;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    font-family: 'new-Gotham';
}

.jump_link_section .dropdown-menu {
    padding-left: 0;
    display: none;
}

.jump_link_section .dropdown-menu {
    /*display: inline-block;*/
    min-width: inherit;
    border: none;
    position: relative;
    margin: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    z-index: 1;
    float: none;
    width: auto;
}

.jump_link_section .dropdown-menu li {
    width: 100%;
    margin: 0;
}

.jump_link_section .dropdown-menu li {
    float: left;
}

.jump_link_section .dropdown-menu li {
    float: left;
}

.jump_link_section .dropdown-menu li {
    float: left;
}

.jump_link_section .dropdown-menu.open {
    display: block;
}

body.index_page.life-with-adhd-page .jump_link_section .btn.btn-primary.dropdown-toggle {
    background: #EB0088;
    max-width: 313px;
    border-radius: 0px 50px 50px 0px;
    position: relative;
    bottom: 27px;
    left: -5px;
}

body .dropdown-backdrop {
    z-index: 0;
}


/* end of mobile jum menu css*/


/* css for home DGD*/

.home-dgd-page .question_innner h2.custom_content_heading {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 0px;
}

.home-dgd-page .question_innner .custom_img_box {
    margin: 10px 0px;
}

.home-dgd-page .question_innner p.custom_content_paragraph {
    text-align: center;
}

.home-dgd-page .symptom_control_btn.congratulations_btn_style a.pink_btn.btn {
    max-width: 449px;
    padding: 8px 0px;
}

.home-dgd-page .question_outer.common_outer {
    padding-bottom: 0px;
}

.home-dgd-page .its_kind_outer.common_outer {
    margin-top: 86px;
}

.home-dgd-page .question_innner .symptom_control_btn {
    margin-top: 37px;
}

span.pink_btn_icon {
    position: relative;
    left: 25px;
    z-index: 1;
}


/*end of  css for home DGD*/


/* css for faq page*/

.faq-page-outer .banner_text h2 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
}

.we_got_question_outer {
    position: relative;
    padding-top: 100px;
}

.we_got_question_outer:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 600px;
    right: 0;
    top: 0;
    pointer-events: none;
    background-size: 100% auto;
}

.we_got_question_inner {
    max-width: 924px;
    width: 100%;
    margin: auto;
}

.we_got_question_inner p.custom_content_paragraph span.custom_pink_text.custom_font_bold {
    color: #EB0088;
    font-weight: 900;
}

.we_got_question_inner h2.custom_content_haeding {
    margin-bottom: 23px;
}

.we_got_question_inner p.custom_content_paragraph {
    margin-bottom: 10px;
}

.sky_background_ul_outer {
    max-width: 927px;
    width: 100%;
    margin: auto;
}

.sky_background_ul li {
    border-radius: 31px;
    display: inline-block;
    background: #EAFBFB;
    padding: 0;
}

ul.for_desktop.sky_background_ul {
    background: #EAFBFB;
}

.sky_background_ul li a {
    color: #00b7ba;
    font-size: 18px;
    line-height: 32px;
    font-family: "museo-sans";
    font-weight: 700;
    padding: 16px 39px 16px 38px;
}

.sky_background_ul li.active {
    background: #EB0088;
    border-radius: 31px;
}

ul.for_desktop.sky_background_ul {
    background: #EAFBFB;
    border-radius: 31px;
}

.sky_background_ul li#firstTab a {
    /*color: #fff;*/
}

.faq-page-outer.faq_link_outer {
    margin-top: 100px;
}

.faq-page-outer .faq_outer .faq_content {
    max-width: 940px;
    width: 100%;
    margin: auto;
}

.faq-page-outer .faq_link_outer {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 100px;
}
.faq_link_outer.common_outer.fixedClass {
    position: relative;
    z-index: 12;
    transition: none;
}

.faq_outer ul li {
    text-align: left;
    list-style: none;
    border-bottom: 2px solid #D1D8DE;
    display: block;
    overflow: hidden;
    padding: 0px;
}

.expand {
    display: block;
    text-decoration: none;
    color: #121212;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    text-decoration: none !important;
}

.faq_outer .right-arrow {
    position: absolute;
    right: 0;
    top: 0;
}

#faq_section {
    padding-top: 80px;
}

.faq_outer ul li p {
    margin-bottom: 5px;
}

.faq_outer .faq_content ul {
    margin-top: 23px;
}

.faq_outer h2.custom_content_haeding {
    font-size: 30px;
    line-height: 36px;
}

.faq_content h2.custom_content_haeding {
    margin-bottom: 20px;
}

.faq-page-outer .faq_content p.custom_content_paragraph {
    line-height: 26px;
    margin-bottom: 10px;
}

.faq-page-outer .faq_content h2.custom_content_haeding {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
}

.detail {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}

.dot_bullet_style.black_bullet li::before {
    background: #606670;
}

.faq_content li.stem_cell p.custom_content_paragraph {
    margin-bottom: 5px;
}

.faq_content li.stem_cell h4.custom_sky_heading {
    margin-bottom: 28px;
    margin-top: 0px;
}

.faq-page-outer .faq_content ul.dot_bullet_style {
    margin: 0;
}

.faq-page-outer .faq_content ul.dot_bullet_style li {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-family: "museo-sans";
    font-weight: 300;
    padding-left: 10px;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.faq-page-outer .faq_outer .faq_content h4.custom_sky_heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.faq-page-outer .sky_background_section h2.custom_content_haeding {
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.faq-page-outer .common_outer.sky_background_section {
    margin-top: 100px;
    background: #00b7ba;
}

.faq-page-outer .common_outer.sky_background_section span.custom_font_bold {
    font-weight: 900;
}

.download_resources_section h2.custom_content_haeding {
    text-align: center;
}

.download_resources_section p.custom_content_paragraph {
    text-align: center;
    margin-top: 24px;
}

.download_resources_section h4.custom_sky_heading {
    text-align: center;
    line-height: 32px;
    margin-top: 80px;
}

.download_resources_section {
    background: #EAFBFB;
    padding-top: 118px;
    padding-bottom: 118px;
}

.faq-page-outer .question_outer.common_outer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.white_box_download_resource_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.second_white_box {
    margin-bottom: 40px;
}

.white_box_download_left {
    min-height: 314px;
    background: #FFFFFF;
    max-width: 550px;
    width: 100%;
    padding: 51px 63px 63px 47px;
}

.white_box_download_content h2.custom_content_haeding {
    font-size: 24px;
    line-height: 32px;
    text-align: left;    
    margin-top: -7px;
}

.white_box_download_content p.custom_content_paragraph {
    text-align: left;
    margin-top: 5px;
}

.white_box_download_left_inner {
    display: flex;
}

.white_box_download_left.right_white_box {
    margin-left: 40px;
}

.white_box_download_content {
    padding-left: 36px;
}

.white_box_download_resource {
    margin-top: 60px;
    margin-bottom: 39px;
}

.second_white_box .white_box_download_left {
    padding: 51px 59px 63px 47px;
}

.download_resources_section .download_resources_btn {
    text-align: left;
    margin-top: 27px;
}

span.download_icon {
    margin-right: 14px;
}

.download_resources_btn a, .download-link a {
    position: relative;
    color: #EB0088;
    font-size: 16px;
    line-height: 24px;
    font-family: "museo-sans";
    font-weight: 700;
    padding-left: 45px;
}

.download_resources_btn a:before, .download-link a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('../images/download-icon.png') no-repeat;
    transform: translateY(-50%);
}

.download_resources_btn a:hover:before, .download-link a:hover:before {
    background: url('../images/download-hover-icon.png') no-repeat;
}

.download_resources_btn, .download-link {
    position: relative;
}

span.download-hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.faq-download span.download-hover-icon {
    position: absolute;
    left: 0;
    display: none;
}

.download_resources_btn:hover span.download-hover-icon,
.download-link:hover span.download-hover-icon {
    display: block;
}

.download_resources_btn:hover a,
.download-link:hover a {
    color: #CB1778;
}

.faq-page-outer .download_pdf {
    align-items: center;
    max-width: 460px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.faq-page-outer .question_innner .download_resources_btn {
    padding-left: 20px;
}

.faq-page-outer .question_innner span.download-hover-icon {
    left: 20px;
}

.ques_box_outer li .ques_box:hover span {
    color: #EB0088;
}

.onlin_resources_inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#online_resources h2.custom_content_haeding {
    line-height: 36px;
}

#online_resources .onlin_resources_inner p.custom_content_paragraph {
    margin-top: 14px;
}

#online_resources .onlin_resources_inner_left {
    max-width: 570px;
    width: 100%;
}

#online_resources {
    margin-top: -90px;
    padding-top: 90px;
    padding-bottom: 60px;
}

.onlin_resources_inner_right {
    max-width: 570px;
    width: 100%;
    text-align: left;
    padding-left: 58px;
}

ul.pink_listing_ul li a {
    color: #EB0088;
    font-size: 18px;
    line-height: 22px;
    font-family: "museo-sans";
    font-weight: 700;
    margin-top: 17px;
    transition: all 0.3s ease;
}
ul.pink_listing_ul li a:hover{
    color: #CB1778;
}
.faq-page-outer .find_out_green_btn a.pink_btn.btn {
    padding: 8px 0px 8px 30px;
    background: #78AA46 !important;
    max-width: 247.98px;
    border-radius: 25px;
}

.faq-page-outer span.pre_footer_btn_icons img {
    width: 36px;
    height: 36px;
    margin-left: -12px;
}

.faq-page-outer span.pre_footer_btn_icons,
.copay_page span.pre_footer_btn_icons  {
    margin-left: 34px;
    position: relative;
    z-index: 1;
}

.faq-page-outer .symptom_control.last_symptom_control .find_out_btn a.pink_btn.btn {
    max-width: 176px;
    padding: 8px 0px 8px 0px;
}

.faq-page-outer .find_out_btn a.pink_btn.btn span.pre_footer_btn_icons img {
    margin-left: 18px;
}

.its_kind_outer.common_outer {
    background: url(../images/backpack_cta.jpg);
    background-size: contain;
    background-position: top right 0;
    background-repeat: no-repeat;
}

.faq-page-outer .banner_text {
    max-width: 100%;
}

.we_got_question_inner p.custom_content_paragraph span.custom_pink_text.custom_font_bold a {
    color: #EB0088;
}

.faq-page-outer .find_out_green_btn a.pink_btn.btn:hover {
    background: #58842c !important;
}

.white_box_download_left {
    border-radius: 30px;
}

.faq_content {
    position: relative;
}

.faq_outer ul li {
    position: relative;
}

span.right-plus-minus-icon {
    position: absolute;
    right: 0px;
}

#myHeader li.active a {
    background: #EB0088;
    border-radius: 31px;
    color: #fff;
}

/* .sky_background_ul li:hover {
    background: #EB0088;
}

.sky_background_ul li:hover a {
    color: #fff;
} */


/*13-05-2021*/

.up_arrow {
    width: 34px;
    height: 34px;
    float: left;
    background: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}

.down_arrow {
    width: 34px;
    height: 34px;
    float: left;
    background: url(../images/minus.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
}

.adhd_can_make_your_day.common_outer {

}

.adhd_can_make_your_day .left_side_content{
    padding-top: 0;
}

.life-with-adhd-page .banner_outer.common_outer.inner-pages-banner {
    margin-bottom: 0px;
}

.life-with-adhd-page .banner_outer.common_outer {
/*    background: url(../images/life-with-adhd-header.png);
    background-position: center;
    background-size: cover;*/
}

.customise_guid_now {
    position: relative;
}

a.whit_bg_btn.btn:hover {
    color: #EB0088;
}

img.hover_img_icon {
    position: absolute !important;
    left: 21px;
    top: -7px;
    display: none;
}

a.whit_bg_btn.btn span {
    position: relative;
}

.customise_guid_now a.whit_bg_btn.btn:hover img.hover_img_icon {
    display: block;
    top: -7px;
}

.taking-azstarys-page .symptom_control_btn .pink_btn.btn {
    width: 100%;
    padding: 8px 0px;
}

.taking-azstarys-page span.pink_btn_icon {
    position: relative;
    left: 20px;
    z-index: 1;
}

.faq-page-outer .faq_content h2.custom_content_haeding.frequently_asked {
    font-size: 30px;
    line-height: 36px;
}

.we_got_question_inner h2.custom_content_haeding {
    font-size: 30px;
    line-height: 36px;
}

p.space_top.custom_content_paragraph {
    margin: 0px;
}

p.custom_content_paragraph.space_bottom {
    margin-bottom: 10px;
}

.dot_bullet_style.black_bullet {
    margin-top: 9px !important;
}

.faq-page-outer .sky_background_section h2.custom_content_haeding a {
    color: #fff;
}

.customise_guid_now a.whit_bg_btn.btn:hover img.display_none_hover {
    opacity: 0;
}

.life-with-adhd-page .its_kind_outer.common_outer {
    margin-top: 0px;
}

.life-with-adhd-page .adhd_select_btn li.active a {
    background: transparent !important;
    border-radius: 31px;
    padding: 16px 39px 16px 20px !important;
}

.menu_list li.active a {
    font-weight: 900;
}

.grid_image {
    position: relative;
}

.grid_image img {
    height: 90px;
}

@media only screen and (min-width:1200px) {
    .grid_image img {
        height: 80px;
    }
}

.grid_box_two.morning_to_evening_content .grid_image:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 165px;
    /*border: 1px dashed #606670;*/
    top: 50%;
    left: -165px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #606670 50%, transparent 50%), linear-gradient(90deg, #606670 50%, transparent 50%), linear-gradient(0deg, #606670 50%, transparent 50%), linear-gradient(0deg, #606670 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 19px 3px, 19px 3px, 3px 19px, 3px 19px;
    background-position: 0px 0px, 100px 100px, 0px 100px, 100px 0px;
    opacity: 0.5;
}

.grid_box_two.morning_to_evening_content .grid_image:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 165px;
    /*border: 1px dashed #606670;*/
    top: 50%;
    right: -165px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #606670 50%, transparent 50%), linear-gradient(90deg, #606670 50%, transparent 50%), linear-gradient(0deg, #606670 50%, transparent 50%), linear-gradient(0deg, #606670 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 19px 3px, 19px 3px, 3px 19px, 3px 19px;
    background-position: 0px 0px, 100px 100px, 0px 100px, 100px 0px;
    opacity: 0.5;
}

.taking-azstarys-page .its_kind_outer.common_outer {
    /* background: url(../images/home-its.png); */
    background-size: contain;
    background-position: top right 0px;
    background-repeat: no-repeat;
    margin-top: 0;
}

.why-taking-azstarys-page .its_kind_outer.common_outer {
    background: url(../images/cg_backpack-cta.png);
    background-size: contain;
    background-position: top right 0px;
    background-repeat: no-repeat;
    margin-top: 0;
}

.why-taking-azstarys-page .symptom_control span.pre_footer_btn_icons img {
    height: 36px;
    width: 36px;
    position: relative;
    left: 17px;
    z-index: 1;
}
.why-taking-azstarys-page .last_symptom_control span.pre_footer_btn_icons img {
    height: 36px;
    width: 36px;
    position: relative;
    left: 25px;
    z-index: 1;
}

.why-taking-azstarys-page .find_out_btn.green_hover_effect a.pink_btn.btn:hover {
    background: #58842c !important;
}

.why-taking-azstarys-page .banner_outer.common_outer {
 /*   background: url(../images/why-header.png);
    background-position: center;
    background-size: cover;*/
}

.taking-azstarys-page.main_taking_azstarys-page .banner_outer.common_outer.inner-pages-banner {
/*    background-position: center;
    background-size: cover;
    background: url(../images/taking-haeder.png);*/
}

.box_two.taken_medicin_box {
    margin-top: -49px;
}

.taking-azstarys-page.main_taking_azstarys-page .its_kind_outer.common_outer {
    background: url(../images/taking-azstrays-banner-bottom-d.jpg);
    background-size: auto 100%;
    background-position: top right 0px;
    background-repeat: no-repeat;
    margin-top: 0;
}

.symptom_control_btn.green_hover_effect a.pink_btn.btn {
    background: #78AA46 !important;
}

.symptom_control_btn.green_hover_effect a.pink_btn.btn:hover {
    background: #58842c !important;
}

.why-taking-azstarys-page.taking-azstarys-page .common_outer.why_azstays_outer {
    padding-top: 131px;
}




.why-taking-azstarys-page.taking-azstarys-page .banner_outer.common_outer {
    margin-bottom: 0px;
}

.taking-azstarys-page.main_taking_azstarys-page .take_azstays_outer {
    padding-top: 131px;
    padding-bottom: 70px;
}
.taking-azstarys-page .custom-img-box img{
    width: 675px;
    height: auto;
}
.taking-azstarys-page .white-container-bg{
    background: #ffffff;
    border-radius: 50px;
    padding: 45px 0;
}
.taking-azstarys-page .custom_font_bold-pink{
    color: #E90B88;
    font-weight: 900;
}
.taking-azstarys-page .how_big_azstayes h2.custom_content_haeding {
    text-align: center;
    margin-bottom: 35px;
}
.taking-azstarys-page .custom-img-box{
    margin-top: 0;
}

body.index_page.taking-azstarys-page.main_taking_azstarys-page .banner_outer.common_outer.inner-pages-banner {
    margin-bottom: 0px;
}

.ques_box_outer li:hover .ques_box span {
    color: #EB0088;
}

.ques_box_outer li.active:hover .ques_box span {
    color: #ffffff;
}


/*end of css of faq page*/


/*new css on 15-05-2021*/

.banner_outer.common_outer.savings_support_blue_banner {
    margin-bottom: 0px;
    /* background: url(../images/coriumcares_banner.png); */
    background-position: center left -114px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 168px;
}

.banner_outer.common_outer.savings_support_blue_banner .banner_text {
    float: right;
    width: 100%;
    max-width: 200px;
}

.coricum_care.common_outer.saving-support-coricum_care {
    background: transparent;
}

.saving-support-coricum_care .coricum_care_logo h2 {
    font-size: 30px;
    line-height: 40px;
    color: #2658A8;
    margin-top: 0px;
    font-family: "open-sans";
    font-weight: bold;
    text-align: center;
}

.copay_page .saving-support-coricum_care p.help-bnr-footnote {
    font-size: 13px;
    color: #707070;
    margin-top: 30px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.saving-support-coricum_care .coricum_care_logo {
    padding-top: 0px;
}

.its_kind_outer.common_outer.its_home_commen_outer {
    min-height: 600px;
    text-align: left;
    position: relative;
    /* background-image: url(../images/azstar-difference.png); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.its_home_commen_outer a.pink_btn.btn {
    border-radius: 51px;
    padding: 8px 0px;
}

.copay_page .banner_text {
    float: left;
}

.copay_page.inner_page .banner_text h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    font-family: "open-sans";
}

.copay_page.inner_page .banner_outer.common_outer {
    background: none;
    margin-bottom: 0;
}
.copay_page .container.banner_bg {
    box-shadow: -50em 0 #2658a8, -25em 0 #2658a8;
    padding-left: 0;
}
.copay_page .saving-support-coricum_care p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    font-family: "open-sans";
    color: #606670;
}

.copay_page .saving-support-coricum_care h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    font-family: "open-sans";
    color: #78AA46;
}

.copay_page .saving-support-coricum_care h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    font-family: "open-sans";
    color: #78AA46;
}

.copay_page .saving-support-coricum_care h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    font-family: "open-sans";
    color: #606670;
    position: absolute;
    top: 40px;
    right: -15px;
}

.copay_page .saving-support-coricum_care h4 strong {
    display: inline-block;
    /* width: 100%; */
}

.pay_tittle {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}
.pointernone
{
    pointer-events: none;
}
.copay_page .saving-support-coricum_care .coricum_care_logo {
    padding-top: 0px;
}

.col-sm-5.coricum_care_card_outer {
    padding-left: 0;
}

.having_trouble_outer {
    position: relative;
    padding: 80px 0 100px;
    text-align: left;
}

.having_trouble_outer:before{
    position: absolute;
    content: "";
    width: 1140px;
    max-width: 100%;
    border-top: 1px solid #606670;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.having_trouble_outer h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #2658A8;
    font-family: "open-sans";
    margin-bottom: 20px;
}

.having_trouble_outer h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    color: #606670;
    font-family: "open-sans";
    margin-bottom: 20px;
}

.having_trouble_outer p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #606670;
    font-family: "open-sans";
}

.having_trouble {
    width: 100%;
    max-width: 985px;
    display: inline-block;
    text-align: left;
}

.question_about h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    font-family: "open-sans";
    margin-bottom: 15px;
    text-align: center;
}

.question_about p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    font-family: "open-sans";
}

.question_about p a {
    color: #fff;
}

.question_about {
    background: #2658A8;
    padding: 70px 0;
    text-align: center;
}




.getting_started {
    width: 100%;
    max-width: 725px;
    display: inline-block;
    text-align: center;
}

.getting_started-bottom-section {
    margin: 2rem 0;
}

.getting_started_outer {
    padding: 80px 0 90px;
    position: relative;
}
.getting_started_outer:before{
    position: absolute;
    content: "";
    width: 1140px;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.getting_started_outer h2 {
    font-size: 35px;
    line-height: 36px;
    font-weight: bold;
    color: #78AA46;
    font-family: "open-sans";
    margin-bottom: 15px;
    text-align: center;
}

.getting_started_outer h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #606670;
    font-family: "open-sans";
    margin-bottom: 40px;
    text-align: center;
}

.getting_started p,
.getting_started li a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #606670;
    font-family: "open-sans";
    text-align: center;
}
.getting_started li a {
    color: #2658A8;
}
.getting_started li span,
.getting_started li img {
    display: inline-block;
    vertical-align: middle;
}

.getting_started li span {
    padding-right: 3px;
}

.getting_started li {
/*    width: 50%;
    float: left;
    text-align: left;*/
}

.getting_started li:last-of-type {
    text-align: right;
}

.getting_started ul {
    margin-bottom: 30px;
}

/* .copay_page #isi_content {
    margin-top: 65px;
} */

.getting_started li img {
    max-width: 34px;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn span {
    position: absolute;
    padding: 0;
    border-color: #00b7ba;
    transition: all 0.3s ease-in-out;
}

.life-with-adhd-page .symptom_control_btn .btn_label {
    padding: 0;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn span::after {
    border-color: #00b7ba;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn:hover span::after,
.customise_guid_now.arrow_btn a.whit_bg_btn.btn:hover span {
    border-color: #EB0088;
}

.customise_guid_now.arrow_btn a.whit_bg_btn.btn {
    padding: 15px 50px 15px 15px;
}


.arrow_btn .btn {
    border: none;
    text-transform: uppercase;
    padding: 15px 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 25px;
    font-weight: 700;
    width: auto;
    min-width: 220px;
    max-width: 370px;
    position: relative;
    outline: none !important;
    outline-offset: 0;
    /*background: #78AA46;*/
    background: #EB0088;
    color: #fff;
    padding-right: 55px;
}

.arrow_btn .btn span {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.arrow_btn .btn span::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    position: absolute;
    width: 12px;
    border-radius: 1px;
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-color: #fff;
    top: 13px;
    left: 11px;
}

.form_completed .arrow_btn a {
    max-width: 321px;
    width: 100%;
    margin: 40px 0;
    padding-right: 55px;
}

.form_completed .arrow_btn a:hover {
    background: #58842c;
}

.form_completed {
    padding: 155px 0 35px;
}

.form_completed h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #2658A8;
    font-family: "open-sans";
    margin-bottom: 15px;
    text-align: center;
}

.form_completed p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #606670;
    font-family: "open-sans";
    text-align: center;
}

.form_completed p a {
    color: #606670;
}

/*form page css start here*/
.contact_form {
    padding: 120px 0 0;
}

.form_outer {
    width: 100%;
    max-width: 500px;
    margin: 65px auto 115px;
    text-align: left;
    display: inline-block;
}

.form_list label {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 0;
    color: #606670;
}

.form_list {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 25px;
}

p.label_bottom_text {
    font-size: 14px;
    line-height: 22px;
    margin: 7px 0 15px;
    width: 100%;
    display: inline-block;
}

.required_text {
    margin-bottom: 20px;
}

.required_text p {
    position: relative;
    color: #606670;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.form_fild {
    width: 100%;
    float: left;
    position: relative;
}

.form_fild.my-1-2 { 
    margin-top: 1em; 
    margin-bottom: 2em; 
}

.radio_btn_outer {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio_btn_outer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_btn_outer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #606670;
}

.radio_btn_outer .input-validation-error ~ .checkmark {
    border-color: #ff0000;
}

/*.radio_btn_outer:hover input ~ .checkmark { background-color: #00b7ba; }  
.radio_btn_outer input:checked ~ .checkmark { background-color: #00b7ba; } */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_btn_outer input:checked ~ .checkmark:after {
    display: block;
}

.radio_btn_outer .checkmark:after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #EB0088;
    border: 2px solid #EB0088;
}

.form_list .radio_btn_outer {
    font-weight: 300;
    margin: 0;
}

/*Checkbox Styling 
=================================================================================================*/
.form_fild ul li .checkbox_outer, .form_fild .checkbox_outer { position: relative; display: block; font-size: 16px; line-height: 26px; padding-left: 25px; font-weight: 300; }
.form_fild .checkbox_outer input[type="checkbox"] { opacity: 0; position: absolute; top: 4px; }
.form_fild .checkbox_outer .checkmark { position: absolute; top: 4px; left: 0; width: 15px; height: 15px; margin: 1px; background-color: transparent; border: 2px solid #707070; border-radius: 3px; }
.form_fild .checkbox_outer input[type="checkbox"]:checked ~ .checkmark { border: 2px solid #00b7ba; }
.form_fild .checkbox_outer input[type="checkbox"]:checked ~ .checkmark::before { content: ''; display: block; position: absolute; top: -5px; left: -3px; width: 20px; height: 11px; border-left: 6px solid #fff; border-bottom: 6px solid #fff; transform: rotate(-51deg); z-index: 2; }
.form_fild .checkbox_outer input[type="checkbox"]:checked ~ .checkmark::after { content:''; display: block; position: absolute; top: -7px; left: -3px; width: 20px; height: 11px; border-left: 2px solid #00b7ba; border-bottom: 2px solid #00b7ba; transform: rotate(-51deg); z-index: 3; }
.form_fild .checkbox_outer input[type="checkbox"]:focus { border-radius: 0; outline: none; }
label.checkbox_outer.input-validation-error .checkmark,
label.input-validation-error .checkmark {
    border-color: #ff0000;
}

.form_list .form-control {
    height: 50px;
    border-radius: 14px;
    border: 1px solid #606670;
    box-shadow: none;
    padding: 0 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #606670;
    text-transform: inherit;
}

.form_list .form-control:focus {
    border: 2px solid #00b7ba;
}

.form_list textarea.form-control {
    padding: 10px 20px;
    resize: none;
}

.form_fild .btn.dropdown-toggle.btn-default {
    padding: 0;
    height: 48px;
    background: none !important;
    outline-offset: 0 !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #5F646A;
    box-shadow: none;
    text-transform: inherit;
    padding-right: 25px;
}

.by_clicking .arrow_btn {
    text-align: center;
    margin-top: 45px;
}

.by_clicking .arrow_btn a {
    font-weight: 700;
    max-width: 255px;
    padding-right: 60px;
}

.call_icon {
    display: inline-block;
    vertical-align: middle;
}

.call_detail {
    display: inline-block;
    text-align: left;
    padding-left: 45px;
    vertical-align: middle;
}

.call_detail p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #00b7ba;
}

.call_detail h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #00b7ba;
}

.call_detail h3 a {
    color: #00b7ba;
}

.contact_us_page .bottom_btn_sec.common_outer {
    padding: 35px 0 40px;
}

.form_list .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
}

.form_list .bootstrap-select.btn-group .dropdown-toggle .caret::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    width: 14px;
    border-radius: 1px;
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-color: #5F646A;
    top: -3px;
    right: -5px;
}

.form_list .btn-group.bootstrap-select.form-control.open {
    border: 2px solid #00b7ba;
}

.by_clicking p span {
    text-transform: uppercase;
}

.contact_us_page #isi_content .foot_note_text {
    margin-bottom: 30px;
}

.form_list .dropdown-menu.open {
    background: #00b7ba0D;
    border-radius: 0px 0px 11px 11px;
    border: none;
}

.form_list .bootstrap-select.btn-group .dropdown-menu li a {
    background: #EAFBFB;
    padding: 5px 15px;
}

.form_list .dropdown-menu li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #00B7BA;
}

.form_list .bootstrap-select.btn-group .dropdown-menu li a span.text {
    max-width: 240px;
    white-space: normal;
}

.form_list .dropdown-menu li.selected a {
    font-weight: 700;
    background: #CAF1F1 !important;
}
.form_list .dropdown-menu.open ul li:first-child {
    display: none;
}

.red_error {
    color: #ff0000;
}

.form_list.fild_error label, label.input-validation-error {
    color: #ff0000;
}

.form_list.fild_error .form-control, input[type="text"].input-validation-error, select.input-validation-error {
    border-color: #ff0000 !important;
}

/*form page css end here*/
.error_outer h2 {
    color: #EB0088;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 35px;
}

.error_outer h3 {
    color: #333639;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.error_outer.thanks_outer h3 {
    margin: 40px 0 100px;
}

.error_outer .by_clicking .arrow_btn a {
    max-width: 264px;
}

.error_page .isi_section p.foot_note_text {
    font-size: 14px;
    line-height: 18px;
}

.error_page .contact_form.common_outer {
    padding-top: 130px;
}

.radio_check {
    display: none;
}

.radio_check.red_error {
    display: inline-block;
}

.check_list_no {
    width: 100%;
    display: inline-block;
}

.contact_form {
    /*background-image: url(../images/pink-line-short.png);*/
    background-repeat: no-repeat;
    background-position: top right;
}

.sign_up_page .banner_outer.common_outer {
    margin-bottom: 0;
}

.sign_up_page .banner_text h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.sign_up_page .banner_text {
    max-width: inherit;
}

.contact_form h2 {
    font-size: 35px;
    line-height: 45px;
    color: #EB0088;
    font-weight: 700;
}

.sign_up_page .uses_proprietary {
    width: 100%;
    display: inline-block;
    max-width: 560px;
    text-align: center;
}

.by_clicking p {
    font-size: 16px;
    line-height: 20px;
    color: #606670;
}

.by_clicking a {
    color: #606670;
    display: initial;
}

.form_list.radio_form_list label {
    line-height: 24px;
    margin-bottom: 20px;
}

p.check_list_point {
    font-size: 18px;
    line-height: 24px;
    color: #606670;
    margin-bottom: 20px;
}

p.check_list_point strong {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.form_list.radio_form_list .make_sure {
    line-height: 24px;
    padding-left: 0;
}

p.check_list_point span {
    display: inline-block;
    max-width: 436px;
    vertical-align: top;
}

.arrow_btn .btn#submit {
    max-width: 176px;
}

.by_clicking #submit {
    background: #EB0088 !important;
}

.by_clicking #submit:hover {
    background: #CB1778 !important;
}

.offers_savings {
    background: #2658A8;
    padding: 85px 0;
}

.offers_savings h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
}

.offers_savings .arrow_btn .btn {
    max-width: 245px;
    background: #fff !important;
    color: #2658A8;
}

.offers_savings .arrow_btn .btn:hover {
    color: #58842c !important;
}
.check_list_no.check_list_two {
    margin-top: 30px;
    margin-bottom: 30px;
}

.offers_savings .arrow_btn .btn span,
.offers_savings .arrow_btn .btn span::after {
    border-color: #2658A8;
}
.offers_savings .arrow_btn .btn:hover span,
.offers_savings .arrow_btn .btn:hover span::after {
    border-color: #78AA46;
}
.offers_savings .arrow_btn .btn:hover .btn_label{
    color: #58842c !important;
}

.form_list.radio_form_list.checkbtn_list .check_btn {
    display: block;
    position: relative;
    padding-left: 47px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
    font-weight: 300;
}

.check_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border: 2px solid #606670;
    border-radius: 10px;
}

.check_btn input:checked ~ .checkmark {
    background-color: #EB0088;
    border-color: #EB0088;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_btn input:checked ~ .checkmark:after {
    display: block;
    border-color: #fff;
}

.check_btn .checkmark:after {
    left: 10px;
    top: 2px;
    width: 9px;
    height: 20px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show_after_check {
    width: 100%;
    float: left;
}

.fild_error .required_text, .input-validation-error .required_text {
    display: none;
}

.fild_error .radio_check, .input-validation-error .radio_check {
    display: inline-block;
    color: #ff0000;
}

/* .fixedClass ul.sky_background_ul {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 927px;
    margin: auto;
    z-index: 1;
} */

.fixedClass ul.sky_background_ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 927px;
    margin: auto;
    z-index: 2;
    box-shadow: -222px 0 #EAFBFB, 222px 0 #EAFBFB, -400px 0 #EAFBFB, 400px 0 #EAFBFB, -800px 0 #EAFBFB, 800px 0 #EAFBFB, -1200px 0 #EAFBFB, 1200px 0 #EAFBFB, -1600px 0 #EAFBFB, 1600px 0 #EAFBFB, -2000px 0 #EAFBFB, 2000px 0 #EAFBFB;
    border-radius: 0;
/*    transition: transform 0.2s ease-in-out;*/
}

/*Popup page css start here*/

.popup_outer .close {
    position: absolute;
    right: 15px;
    z-index: 99;
    opacity: 1;
    top: 20px;
    overflow: hidden;
    border-radius: 100%;
    max-width: 32px;
}

.popup_outer {
    text-align: center;
    padding: 0 !important;
    overflow: hidden !important;
}

.popup_outer .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    max-width: 538px;
    margin: 0 auto;
    height: 100%;
}

.popup_outer .modal-content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    border: none;
    border-radius: 26px;
}

.modal-open {
    padding-right: 17px;
}



.modal-backdrop.fade.in {
    background: #00B7BA;
    opacity: 0.65;
}

/*Popup page css end here*/







/*new css start here*/
.popup_inner h2 {
    font-size: 24px;
    line-height: 44px;
    color: #EB0088;
    text-align: center;
    font-weight: 700;
    margin: 80px 0 15px;
}

.popup_outer#please_verify .modal-dialog {
    max-width: 580px;
}

.popup_outer#please_verify p {
    font-size: 16px;
    line-height: 22px;
    color: #606670;
    max-width: 435px;
    margin: 0 auto;
    text-align: center;
}

.popup_outer .pop_action_btn {
    width: 100%;
    display: inline-block;
    max-width: 425px;
    text-align: center;
    padding: 35px 0;
}

.popup_outer .pop_action_btn a {
    border: 2px solid #EB0088;
    width: 100%;
    max-width: 150px;
    border-radius: 25px;
    background: #fff;
    color: #EB0088;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    margin: 0 30px;

}
.popup_outer .pop_action_btn a:before{
    background: #fff !important;
}

.pop_action_btn .btn:hover span{
    color: #ffffff ;
}
.popup_outer .pop_action_btn .btn.continue:hover {
    background: #CB1778;
}

.popup_inner {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.popup_outer .pop_action_btn .btn.continue {
    background: #EB0088;
    color: #fff;

}
.popup_outer .pop_action_btn .btn:hover{
    background: #EB0088 !important;
}

/*new css end here*/

.checkmark_icon {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.popup_inner h3 {
    font-size: 24px;
    line-height: 44px;
    color: #606670;
    text-align: center;
    font-weight: 700;
    margin: 15px 0 0;
}

.popup_outer#thank-you .close {
    max-width: 33px;
}

.popup_outer#thank-you .pop_action_btn .btn.continue {
    font-size: 18px;
    line-height: 20px;
    padding: 13px;
    max-width: 160px;

}

.find_out_outer.arrow_btn .white_blue_btn.btn {
    max-width: 245px;
    background: #fff !important;
}

.find_out_outer.arrow_btn .btn span,
.find_out_outer.arrow_btn .btn span::after {
    border-color: #2658A8;
}

.find_out_outer.arrow_btn .btn:hover span,
.find_out_outer.arrow_btn .btn:hover span::after {
    border-color: #66BE6B;
}

.banner_text.banner_text_line {
    float: none;
    max-width: inherit;
}

/*.banner_text.banner_text_line h2 {
    text-align: center;
}*/

.box_img {
    width: 100%;
    display: inline-block;
    min-height: 126px;
}

.why_azstays_outer .taken_medicin_grid .box_two img {
    padding-top: 35px;
}

.why_azstays_outer .box_three img {
    position: relative;
    top: -30px;
}

.taking-azstarys-page .banner_text.banner_text_line h2 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
}

.taking-azstarys-page.main_taking_azstarys-page .take_azstays_outer {
    background-size: 500px;
}

.btn_label {
    display: inline-block;
    vertical-align: middle;
}

.pre_footer_btn_icons img {
    vertical-align: middle;
    display: inline-block;
}


.inner_page.error_page_outer .banner_outer.common_outer {
    background-image: url(../images/error-banner-bg.png);
    background-size: contain;
    background-position: top left 0;
    background-repeat: no-repeat;
    min-height: 455px;
    background-color: transparent;
}

.inner_page.error_page_outer .error_outer h2 {
    font-size: 70px;
    line-height: 1;
    color: #EB0088;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.inner_page.error_page_outer .error_outer p {
    color: #606670;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 0;
    text-align: center;

}

.arrow_btn .btn {
    margin: 30px 0 0;
}

.banner_text.error_text {
    max-width: 565px;
    text-align: center;
    margin-right: 55px;
}

.banner_outer.common_outer.error_outer {
    margin-bottom: 0;
}

.inner_page.error_page_outer #isi_content {
    margin-top: 70px;
}

.index_page.home-dgd-page .btb_text_mobie_center {
    display: inline-block;
    vertical-align: middle;
}

.faq-page-outer .faq_content h2.custom_content_haeding a {
    color: inherit;
}
.ques_box_outer li .ques_box {
  position: relative;
  transition: all 0.3s;
  background:transparent;
}
.ques_box_outer li .ques_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #EAFBFB;
}
.ques_box_outer li .ques_box:hover::before {
  opacity: 0;
}
.ques_box_outer li .ques_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: #EB0088;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-60px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: all 1s ease;
  background: #EB0088;
}
.ques_box_outer li .ques_box:hover{
    background: #EAFBFB;
}
.ques_box_outer li .ques_box:hover span{
    color: #EB0088;
}
.ques_box_outer li.active .ques_box::after {
  opacity: 1;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-60px, -80px);
  border-radius: 0;
}
.ques_box_outer li.active .ques_box {
    background: #EB0088;
    border-color: #EB0088;
}

.ques_box_outer li.active .ques_box::after,
.ques_box_outer li.active .ques_box::before {
    display: none;
}

.custom_chart {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.animated-data.bar1 {
    background: url(../images/graph-line.png) no-repeat;
    background-size: cover;
    transition-delay: 1s;
}
.animated-data.bar2 {
    background: url(../images/graph1.png) no-repeat;
    background-size: 100%;
}
.animated-data.bar3 {
    background: url(../images/graph2.png) no-repeat;
    background-size: 100%;
}
.animated-data.bar4 {
    background: url(../images/graph3.png) no-repeat;
    background-size: 100%;
    transition-delay: 1s;
}
.animated-chart {
    position: relative;
    width: 914px;
    max-width: 100%;
    margin: auto;
}

.animated-data {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 0;
    transition: width 3s ease;
    pointer-events: none;
}
.animated-data img {
    height: 100%;
    width: 100%;
}
.animated-class {
    width: 100%;
}


#completepage{
    padding-bottom: 0px;
    padding-top: 0;
    background: transparent;
}
#completepage .custom_img_box {
    margin-bottom: 32px;
}
#completepage .custom_img_box img{
    margin: auto;
}
#completepage .question_innner h2{
    margin-bottom: 49px;
}
#completepage h2.custom_content_heading{
    margin-bottom: 20px;
}
#completepage p.custom_content_paragraph {
    text-align: center;
    max-width: 535px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#completepage a#sendPDFnew {
    max-width: 360px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 45px;
}

.index_page.home-dgd-page .its_kind_outer.common_outer{
/* background-image: url(../images/home-its.png); */
background-size: contain;
background-position: top right -59px;
background-repeat: no-repeat;
}
.index_page.faq-page-outer .its_kind_outer.common_outer{
background: url(../images/faq-cta.png); 
background-size: contain;
background-position: top right 0;
background-repeat: no-repeat;
}
.banner_outer.common_outer.sign_up_outer img {
    opacity: 0;
}
.banner_outer.common_outer.sign_up_outer h2 {
	font-size: 48px;
	line-height: 70px;
	font-weight: 700;
    text-align: left;
}

.box_content {
    position: relative;
}
.or_text {
    position: absolute;
	right: -80px;
	top: 0;
	color: #707070;
	font-size: 26px;
	font-weight: 700;
    line-height: 32px;
    text-transform: lowercase;
}
.box_one.taken_medicin_box .or_text {
    right: -95px;
}
.helped_improve_three ul li:last-child{
    line-height: 1.25;
    padding-top: 4px;
}
img.on-hover {
    display: none;
}
a:hover img.whithout-hover {
    display: none;
}
a:hover img.on-hover {
    display: inline-block;
    vertical-align: baseline;
}
.faq-page-outer .faq_content .dot_bullet_style.no_btm_space li:last-of-type {
    margin: 0;
}
.inner_page.sign_up_page .offers_savings .arrow_btn .btn .btn_label {
    color: #2658a8 !important;
}
.inner_page.sign_up_page .offers_savings .arrow_btn .btn:hover .btn_label {
    color: #78AA46 !important;
}
.inner_page.sign_up_page .offers_savings .arrow_btn .btn span,
.inner_page.sign_up_page .offers_savings .arrow_btn .btn span::after {
    border-color: #2658a8;
}
.inner_page.sign_up_page .offers_savings .arrow_btn .btn:hover span,
.inner_page.sign_up_page .offers_savings .arrow_btn .btn:hover span::after {
    border-color: #78AA46;
}
body.index_page.taking-azstarys-page.main_taking_azstarys-page .symptom_control_btn.green_hover_effect a.pink_btn.btn::before,
.index_page.faq-page-outer .find_out_green_btn a.pink_btn.btn::before {
    background: #78AA46 !important;
}
.getting_started li img.on_hover {
	display: none;
}
.getting_started li .inverted_icon:hover img.on_hover{display: inline-block;}
.getting_started li .inverted_icon:hover .off_hover{display: none;}

.cap-content {
    width: 100%;
    max-width: 520px;
    margin: 10px auto 0;
}

.part1 {
    float: left;
    width: 34%;
    font-size: 20px;
    color: #707070;
    line-height: 1.2;
}

.part2 {
    width: 22%;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    color: #707070;
}

.part3 {
    float: left;
    width: 34%;
    font-size: 20px;
    line-height: 1.2;
    color: #707070;
}

/*
 .submit-btn input.gigya-input-submit{
    background-image: url('../images/arrow-white') ;
    background-repeat:no-repeat;
    background-position:right 5px center;
    padding-right:10px;
 }
*/
 .submit-btn input.gigya-input-submit{
    background-color: #78AA46 !important;
 }
 .submit-btn input.gigya-input-submit{
 background-color: #58842c !important;
}
 .clr-red{
    color: red !important;
 }

 /*Copay card*/

.cstom-copay {
    background: rgba(0,0,0,0.4);
}
.cstom-copay .modal-dialog{
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
}
.cstom-copay .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.cstom-copay .modal-content .modal-body {
    padding: 0;
    border: none;
}

#copay-card {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.copay_card_box {
	width: 100%;
	max-width: 600px;
	position: relative;
	display: inline-block;
}
.card_content p {
    text-align: left;
}
.show_card {
	width: 100%;
	display: inline-block;
	padding-bottom: 80px;
}
#copay-card img{
    max-width: 100%;
}

.card_content {
    position: absolute;
    z-index: 1;
    top: 46.2%;
    left: 10%;
    font-size: 20px;
    letter-spacing: -0.2px;
}
.coricum_care.common_outer {
	position: relative;
	z-index: 1;
	top: -2px;
}


/*new css start here*/
.copay_support_form .radio_btn_outer {
display: block;
position: relative;
padding-left: 40px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #606670;
font-size: 18px;
font-weight: 400;
margin: 0;
padding-top: 5px;
padding-left: 52px;
font-family: "open-sans";
}
.copay_support_form .radio_btn_outer input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.copay_support_form .radio_btn_outer .checkmark {
position: absolute;
top: 0;
left: 0;
height: 32px;
width: 32px;
background-color: transparent;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 0 0px 2px #606670;
margin: 2px;
}
.copay_support_form .radio_btn_outer .checkmark::after {
background: transparent;
border: 2px solid transparent;
}
.copay_support_form .checkmark:after {
content: "";
position: absolute;
display: none;
}
.copay_support_form  .form_fild {
min-height: 36px;
margin-bottom: 20px;
}
.copay_support_form .radio_btn_outer input:checked ~ .checkmark {
background-color: #2658A8;
}

.form_list .radio_btn_outer {
font-weight: 300;
margin: 0;
}

.support_form_inner {
width: 100%;
max-width: 500px;
display: inline-block;
text-align: left;
}
.copay_support_form {
width: 100%;
display: inline-block;
text-align: center;
padding-bottom: 80px;
}
.copay_support_form h2{
font-size: 35px;
line-height: 35px;
color: #2658A8;
font-family: "open-sans";
font-weight: bold;
margin-bottom: 20px;
}
.copay_support_form h3{
font-size: 24px;
line-height: 35px;
color: #606670;
font-family: "open-sans";
font-weight: bold;
margin:20px 0;
}
.support_form_inner p span {
color: #606670;
font-size: 14px;
line-height: 20px;
display: inline-block;
}
.copay_support_form p{
font-size: 18px;
line-height: 28px;
color: #606670;
font-family: "open-sans";
font-weight: 500;
margin:0 0 10px;
}

.copay_support_form .arrow_btn .green_btn.btn {
    background-color: #78AA46 !important;
    max-width: 176px;
    /* max-width:310px; */
}
.copay_support_form .arrow_btn .green_btn.btn:hover{
    background-color: #58842c !important;
    color: #fff !important;
}

.copay_support_form .pre_footer_btn_icons img {
max-width: 35px;
position: relative;
right: -4px;
}

.copay_support_form .green_btn.btn:hover .btn_label {
color: #ffff !important;
}
.sub_btn {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 20px;
}

.card_is_ready {
    width: 100%;
    /*float: left;*/
    text-align: center;
    padding-bottom: 80px;
}
.card_inner h2 {
	font-size: 60px;
	line-height: 1;
	color: #2658A8;
	font-weight: bold;
    font-family: "open-sans";
    margin-bottom: 20px;
}
.card_inner p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    max-width: 579px;
    color: #606670;
    margin: 0 auto;
   font-family: "open-sans";
}
.card_inner p a{
  color: #606670;
  pointer-events: none;
  cursor: inherit;
}
.card_inner .green_btn.btn {
    background: #78AA46 !important;
    width: 100%;
    max-width: 353px;
}

.card_inner .green_btn.btn:hover {
    background: #58842c !important;
    color: #fff !important;
}

.card_inner .green_btn.btn:hover .btn_label {
    color: #ffff !important;
}
.card_download_btn {
	padding: 45px 0;
	width: 100%;
	display: inline-block;
}
.card_inner p span {
	max-width: 530px;
	display: inline-block;
}
.try_again .card_inner p{
    font-size: 24px;
    line-height: 32px;
    max-width: 450px;
}
.try_again .card_inner .green_btn.btn{
    max-width: 229px;
}
.try_again .card_download_btn{
    padding-bottom: 0;
}
.copay_terms{width: 100%;padding: 105px 0 0; float: left;}
.copay_terms h2 {
	font-size: 30px;
	line-height: 45px;
	color: #2658A8;
	font-weight: bold;
    font-family: "open-sans";
    margin: 0 0 15px;
}
.copay_terms p{
    font-size: 18px;
    line-height: 26px;
    color: #606670;
    font-family: "open-sans";
    font-weight: 400;
    padding-bottom: 15px;
    max-width: 1045px;
}
.error_message {
	max-width: 479px;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}
.error_message p {
	color: #EB3423;
	line-height: 24px;
    font-weight: bold;
}
.error_message p a{
   color: #EB3423;
    font-weight: 900;
    cursor: pointer;
}


a.copay_tc {
    position: absolute;
    right: 12.2%;
    bottom: 5.6%;
    font-size: 15px;
    opacity: 0;
}
/*new css start here*/
.error_message.additional_questions p{font-weight: 700;}
.saving-support-coricum_care .coricum_care_logo {
    max-width: 500px;
    margin-left: auto;
}
.saving-support-coricum_care .coricum_care_logo h2 span {
    font-size: 110%;
    font-weight: 800;
    font-family: 'Open Sans';
}
.saving-support-coricum_care .coricum_care_logo h2.new_style_head{max-width: inherit; margin-top: 10px; font-size: 30px;margin-bottom: 20px; font-weight: 500;}
.col-md-7.col-sm-12.first.prescription {width: 730px;}
.error_message.additional_questions p strong {font-weight: 800;font-family: 'Open Sans', sans-serif;}
.mobi_hidden {font-weight: 400 !important;}
.card_inner p.unbold a {cursor: pointer;pointer-events: auto;}
div#rollover {width: 100%;float: left;}
.inner_page.error_page_outer.four_zero_four .banner_outer.common_outer{background: none;min-height: inherit;padding: 100px 0 40px;}
.four_zero_four .banner_text.error_text {max-width: 765px;text-align: center;margin: 0 auto;float: none;}
.four_zero_four .banner_outer .banner_content {position: relative;top: auto;-ms-transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0); -o-transform: translateY(0);transform: translateY(0);display: inline-block;width: 100%;right: auto;}


.loader_outer {
    left: 0;
    position: fixed;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    top: 0;
    z-index: 99;
    text-align: center;
}

.loader_outer img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100px;
}


/* home page css start */
.index_page .section-one{
    padding-top: 75px;
    padding-bottom: 75px;
}
.index_page .section-one .question_innner{
    margin-top: 47px;
}
.index_page .section-one .question_list .ques_num{
    
    font-size: 64px;
    line-height: 87px;
    color: #66BE6B;
    font-weight: 900;
}
.index_page .section-one .question_innner h2 {
    color: #EB0088;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}
.index_page .section-one .question_list h2 {
    color: #707070;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 76px;
}
.index_page .updated_video_outer{
    background: #EAFBFB;
    padding: 73px 0 ;
}
.index_page .its_kind_outer h3 {
    color: #606670;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.index_page  .symptom_control {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.index_page  .symptom_control.last_symptom_control {
    margin-bottom: 0;
}
.index_page .symptom_control_btn .pink_btn.btn {
    width: 100%;
    max-width: 237px;
    margin-top: 30px;
}



.index_page .its_kind_outer {
    min-height:570px;
    text-align: left;
    /* background: #f2efef; */
    position: relative;
}
.index_page .section-three{
    background: #ffffff;
}
.index_page .coricum_care_card {
    width: 100%;
    float: left;
}

.index_page .coricum_care {
    background: #2658A8;
    padding: 85px 0 50px;
}

.index_page .coricum_care_logo {
    width: 100%;
/*    float: left;*/
    text-align: left;
    padding-top: 45px;
}

.index_page .coricum_care_logo h2 {
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
    font-weight: 700;
}

.index_page .find_out_outer a {
    width: 100%;
    max-width: 245px;
    text-align: center;
}
.index_page .safety_text_box {
    width: 100%;
    float: left;
    /* border: 2px solid #707070;
    border-radius: 9px;
    padding: 9px 13px 10px; */
    padding: 9px 0 10px;
    margin-bottom: 16px;
}
/* home page css end */

/* life with ADHD page css start */
.life-with-adhd-page .does_this_seems_typical{
    background-image: linear-gradient(to bottom, #eef8f9 , #c4ecec);
    padding-top: 50px;
}

.life-with-adhd-page .does_this_seems_typical h2 {
    margin-bottom: 50px;
}

/* taking azstrays page css start */
.taking-azstarys-page .taken_medicin_grid h2.custom_content_haeding{
    color: #707070;
}
/* taking azstrays page css end */

/* result with azstrays page css start */
.taking-azstarys-page.main_taking_azstarys-page.result-with-azstarys-page .its_kind_outer.common_outer {
    background: url(../images/result-azstrays-banner-bottom-d.png);
    background-size: auto 100%;
    background-position: top right 0px;
    background-repeat: no-repeat;
    margin-top: 0;
}
.result-with-azstarys-page .helped_improve_img img {
    width: 240px;
}
.result-with-azstarys-page .take_azstays_outer h3.custom_content_haeding{
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
    color: #EB0088;
    font-weight: 700;
}
.result-with-azstarys-page p.custom_content_paragraph{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}
.result-with-azstarys-page .result-azstarys-para-bottom{
    border-top: 1px solid #D1D8DE;
    padding-bottom: 30px;
    margin-bottom: 80px;
}
.result-with-azstarys-page .result-azstarys-para-bottom p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #6D7781;
    padding-top: 40px;
    text-align: left;
}
.result-with-azstarys-page .azstarys_graph_two_grid{
    padding-bottom: 40px;
}
/* result with azstrays page css end */

/* faq page css start */

.faq-page-outer .download-link{
    margin-top: 25px;
}
.faq-page-outer .white_box_download_resource_inner{
    align-items: inherit;
}
.faq-page-outer .white_box_download_left{
    padding: 45px 40px 45px 47px;
}

.faq-page-outer .white_box_download_resource{
    margin-top: 44px;
}
.faq-page-outer .question_outer.common_outer.section-one{
    margin-top: 30px;
    padding-top: 0;
    background: none;
}

/* faq page css end */


/* copay page css start */

.copay_page p.banner-hed{
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    padding: 0;
}
.copay_page .saving-support-coricum_care{
    padding-top: 70px;
}
.copay_page .coPay-section-two{
    padding: 30px 0 70px;
    width: 100%;
    float: left;
}
.copay_page .coPay-section-two h2{
    font-family: "open-sans";
    font-size: 35px;
    line-height: 45px;
    color: #2658A8;
    font-weight: 700;
}
.copay_page .coPay-section-two p{
    font-family: "open-sans";
    font-size: 18px;
    line-height: 26px;
    color: #6D7781;
}
.copay_page .getting_started-bottom-section ul li{
    width: 100%;
    text-align: center;
}
.copay_page .getting_started-bottom-section h3{
    margin-bottom: 10px;
}
.copay_page .getting_started_outer{
    padding-bottom: 0;
}
.copay_page .getting_started_outer p{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #6D7781;
    padding-bottom:0 ;
    margin-bottom: 80px;
}
.index_page.copay_page .its_kind_outer.common_outer{
    background: url(../images/coPay-banner-d.png); 
    background-size: contain;
    background-position: top right 0;
    background-repeat: no-repeat;
}
.copay_page .copay-page-outer{
    position: relative;
    min-height: 570px;
    margin-top: 80px;
}
.copay_page .find_out_green_btn a.pink_btn.btn {
    padding: 8px 0px 8px 37px;
    background: #EB0088;
    max-width: 283px;
}
/* .copay_page .find_out_green_btn a.pink_btn.btn .btn_label{
    padding-right: 10px;
} */
.copay_page .saving-support-coricum_care .first_prescription h2{
    color: #2658A8;
}
.copay_page .symptom_control.last_symptom_control a.pink_btn.btn{
    max-width: 176px;
    padding: 8px 0px 8px 37px;
}
.copay_page .symptom_control.last_symptom_control a.pink_btn.btn img{
    margin-left: 18px;
    width: 36px;
    height: 36px;
}
.copay_page .symptom_control a.pink_btn.btn img{
    width: 36px;
    height: 36px;
}
.copay_page .symptom_control span.pre_footer_btn_icons  {
    position: relative;
    left:-16px;
    z-index: 1;
}
.copay_page .last_symptom_control span.pre_footer_btn_icons  {
    position: relative;
    left:-22%;
    z-index: 1;
}
/* copay page css end */


/* faq download links */
.faq-download{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.faq-download p {
    color: #EB0088;
    font-size: 16px;
    line-height: 24px;
    font-family: "museo-sans";
    font-weight: 700;
    margin-bottom: 0 !important;
}

@media only screen and (min-width:992px) {
    .d-lg-block {
        display: block !important;
    }
}

/*
   Index
*/

.glass-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 647px;
}


.glass-divide-mobile {
    width: 150%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 40%);
}
    .glass-divide-mobile::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .glass-divide-mobile img {
        width: 100%;
    }

.bottom-white {
    background: rgb(255,255,255);
    background: linear-gradient(3deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 41%);
}

.bottom-blue {
    background: rgb(38,88,168);
    background: linear-gradient(8deg, rgba(38,88,168,1) 0%, rgba(38,88,168,1) 50%, rgba(255,255,255,0) 51%);
}

.glass-divide-desktop {
    display: none;
}

.home-hero .padding {
    padding: 0px 20px;
}

.symptom_control {
    margin-top: 60px;
}

    .symptom_control h3 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

.actor_portrayal {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.callouts-with-right-image {
    position: relative;
    overflow-x: hidden;
}

    .callouts-with-right-image.layout-switch {
        padding-top: 70px;

    }


    .callouts-with-right-image .col {
        padding: 70px 15px
    }

.layout-switch {
    padding-top: 150px;
}

.callouts {
    text-align: center;
}

    .callouts h3 {
        max-width: 460px;
        text-align: center;
        margin: 0 auto;
        font-weight: bold;
    }



.mobile {
    display: block;
}
.desktop {
    display: none;
}



.callouts-with-right-image h1 {
    color: #EB0088;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    
}

.callouts-with-right-image p {
    font-weight: 700;
    margin-top: 20px;
}

.callouts-with-right-image .copy {
    max-width: 490px;
}




.blueBanner {
    background:#2757A9;
}
    .blueBanner .content {
        max-width: 1170px;
        padding: 45px 15px;
        margin: 0 auto;
    }
    .blueBanner h2 {
        font-size: 40px;
        line-height: 46px;
        font-weight: bold;
        font-family: "open-sans";
        color: #ffffff;
    }

    .blueBanner p {
        font-size: 24px;
        line-height: 29px;
        color: #ffffff;
        padding: 0;
    }

a#complete,
a#sendPDFnew {
    color: #ffffff;
}


.resources {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.resource:nth-child(5) {
    grid-column: span 2;
    justify-self: center;
}

.justify-center {
    justify-content:center;
}

.flex {
    display: flex;
}

.white_box .resource {
    padding: 40px;
    background: #ffffff;
    border-radius: 24px;
    max-width: 550px;
}

@media (max-width: 640px) {
    .resources {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .resource:nth-child(5) {
        grid-column: span 1;
        justify-self: center;
    }
}
.resource {
    max-width: 400px;
    margin-left: 15px;
    margin: 0 auto;
}



.resource_image img {
    border: 1px solid grey;
}
.resource_image {
    flex: 0 0 120px;
    max-width: 240px;
    margin: 0 auto;
}
    .resource_image img {
        width: 100%;
    }

@media (min-width: 940px) {
    .desktop-bg-skyblue {
        background: #EAFCFC;
    }

    .align-1170 {
        position: absolute;
        width: 100%;
        max-width: 1170px;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        padding-top: 70px;
    }

    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }

    .hero1_mobile {
        display: none;
    }
    .glass-divide-mobile {
        display: none;
    }
    .glass-divide-desktop {
        z-index: 5;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        overflow-x: hidden;
    }
        .glass-divide-desktop img {
            transform: scaleY(.65)
        }

    .glass-overflow {
        width: 1840px;
         position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        
    }

    .callouts-with-right-image.layout-switch {
        padding-top: 0px;
        min-height: unset;
    }


    .callouts-with-right-image {
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
    }
        .callouts-with-right-image > div {
            flex: 1 1 50%;
        }
     

        .callouts-with-right-image {
            min-height: 570px;
        }
    .callouts-with-right-image .callouts {
        position: absolute;
        width: 100%;
        max-width: 1170px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }

    .right-image {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .grad::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

    .grad::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 200px;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        display: none;
    }

    .grad_sky::after {
        background: rgb(234,252,252);
        background: linear-gradient(90deg, rgba(234,252,252,1) 0%, rgba(234,252,252,0) 100%);
    }


    .glass-divide-desktop {
        display: block;
    }

    .callouts {
        text-align: left;
    }

    .callouts h3 {
        margin-left: 0;
        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }

} /* min-width 940px */

@media (min-width:940px) {
    .callouts-with-right-image .callouts {
        max-width: 940px;
    }
}


@media (min-width:1200px) {
    .callouts-with-right-image .callouts {
        max-width: 1170px;
    }
}

@media (max-width:991px) {
    .callouts-with-right-image .callouts {
        margin: 0 auto;
        max-width: 768px;
    }
}


/**
**  Utilities
*/
.green-hr {
    background: #78AA46;
    height: 1px;
}

.text-white {
    color: #ffffff;
}

.font-green {
    color: #78AA46 !important;
}

.font-teal {
    color:#00b7ba !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.relative {
    position: relative !important;
}

.d-none {
    display: none !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-0 {
    margin-top: 0px !important;
}

.link {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
    .link:hover {
        color: inherit;
    }

.fpo::after {
    display: block;
    content: 'FPO';
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background: rgba(00,00,00,0.2);
    border-radius: 12px;
    display: none !important;
}

.fpo_top {
    top: 0;
    transform: translateX(-50%);
}

.noPointer {
    pointer-events:none;
}

.flip_horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.for_patients {
    clear: both;
    font-size: 12px;
    line-height: 14px;
    color: #66BE6B;
    font-family: "museo-sans";
    font-weight: 900;
    text-align: left;
    position: relative;
    top: 10px;
    left: -12px;
    width: 100%;
}

.banner_content {
    display: flex;
    align-content: center;
    flex-wrap:wrap;
    min-height:145px;
}