.ccm-edit-mode div.ccm-page header{
	position:relative;
}

.ccm-edit-mode div.ccm-page header .h-placeholder{
    display:none;
}

.ccm-edit-mode div.ccm-area{
    padding-bottom: 50px;
}

html{
    scroll-behavior: smooth;

}

html,body{
    max-width: 100%;
    overflow-x: clip;
}

div.ccm-page hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #c2c8d4;    
}

div.ccm-page main{
    min-height: 60vh;
}

div.ccm-page header {
    max-height:200px;
    position: sticky;
    padding: 30px 0 30px 0;
    background:rgba(255,255,255,0.9);
    transition: all 0.4s;
    top: 0;
    z-index: 99;
}

.ccm-toolbar-visible:not(.ccm-edit-mode) div.ccm-page header {
   top: 45px;
}

div.ccm-page header .logo img{
    transition: all 0.4s;
    width: 145px;

}

div.ccm-page.shrink header{
    z-index: 99;
    background:rgba(255,255,255,0.9);

}

div.ccm-page.shrink header.nav-up{
    top: -150px;
}

div.ccm-page.shrink header .logo img{
    width: 104px;    
}

div.ccm-page.shrink header .header-top{
    display:none;
}

div.ccm-page.shrink  header .logo{
    margin: 0; 
}


div.ccm-page *:focus{
    outline:none;
}

.flex_center,
.flex_center_row_wrapper .row{
    display: flex;
    align-items: center;
}

.flex_top{
    display: flex;
    align-items: flex-start;
}

.flex_bottom{
    display: flex;
    align-items: flex-end;
}

div.ccm-page .btn-inverse{
    background-color: transparent;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
}

div.ccm-page .btn-black{
    color: #323a44 !important;
    border: 2px solid #323a44;
}

div.ccm-page .hero_image.light_text h1,
div.ccm-page .hero_image.light_text p{
    color:#fff;
}


div.ccm-page .btn-inverse.btn-black:hover,
div.ccm-page .btn-inverse.btn-black.active{
    background-color: #323a44;
    color: #fff !important;
} 

div.ccm-page .btn-white{
    color: #fff !important;
    border: 2px solid #fff;
}

div.ccm-page  .btn-white:hover,
div.ccm-page  .btn-white.active{
    background-color: #fff;
    color: #6193c6 !important;
}

div.ccm-page main .btn-lg.btn-inverse {
    padding: 18px 45px;
    font-size: 20px;
}

.buy_btn_wrapper{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}

div.ccm-page .btn-inverse.buy_btn{
    border: 1px solid #3482d1;
    border-radius: 5px;
    color: #3482d1;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s;
}

div.ccm-page .btn-inverse.buy_btn:hover{
    background-color: #3482d1;
    color: #fff;
}


div.ccm-page header, 
div.ccm-page header .logo, 
div.ccm-page header nav, 
div.ccm-page .nav_holder, 
div.ccm-page main,
div.ccm-page.shrink header,
div.ccm-page.shrink header .logo, 
div.ccm-page.shrink header nav, 
div.ccm-page.shrink .nav_holder, 
div.ccm-page.shrink main
 {
    transition: all 0.4s;
}

.nav .donate_menu_item  {
    background-color: #0063c8;
    color: rgb(255, 255, 2555);
    border-radius: 5px;
    transition: all 0.3s;
}

.nav .donate_menu_item:hover{
    -webkit-box-shadow: 0px 2px 16px -1px rgba(19,75,189,1);
    -moz-box-shadow: 0px 2px 16px -1px rgba(19,75,189,1);
    box-shadow: 0px 2px 16px -1px rgba(19,75,189,1);
     background-color: #0063c8;
     color:#fff;
}

.nav .donate_menu_item:hover i.fa{
    color:#fff;
    transition: color 0.3s;
}

.nav .donate_menu_item:hover i.fa{
    color: #fc4f4f;
}  


@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
   div.ccm-page.shrink  header nav{
     margin-top: 18px;
    }

    div.ccm-page.shrink header{
        /* max-height: 85px; */
    }
}


header .logo{
	/*margin-top:45px; */
}

div.ccm-page h3 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

div.ccm-page h4{
    color:#000;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}


div.ccm-page .diseases-areas img{
    margin:0 0 20px 40px;
} 

div.ccm-page main p, div.ccm-page main ul li {
    line-height: 1.6em;
}

div.ccm-page main ul.blue-bullets{
    padding:0;
    margin-top: 35px;
}

div.ccm-page ul.blue-bullets li {
  list-style: none; 
      position: relative;
    padding-left: 28px;
}

div.ccm-page .border-top-bottom{
    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

div.ccm-page .text-large{
    font-size: 150%;
}

 ul.blue-bullets li::before {
    color: #2d9ed6;
    content: "\2022";
    font-size: 2em;
    padding-right: 0.5em;
    position: absolute;
    left: -5px;
    top: 0em;
    vertical-align: middle;
}

div.ccm-page .contact-form .form-control{
    border-radius: 0;
}

div.ccm-page #contact-us-contact-form .form-group{
    margin-bottom: 25px;
}

div.ccm-page #contact-us-contact-form .form-group:nth-child(1),
div.ccm-page #contact-us-contact-form .form-group:nth-child(2)
{
    display: inline-block; 
    width:49.7%;
}

div.ccm-page #contact-us-contact-form .form-group:last-child .control-label{
    display: none;
}

div.ccm-page .contact-form .btn.btn-primary{
    border-radius: 0;
    width: 360px;
    max-width: 90%;
    color: #fff;
    background-color: #2d9ed6;
    font-size: 1.450em;
    font-weight: 500;
}

div.ccm-page .contact-form.pcs form{
    max-width:700px;
    margin:0 auto;
}




/* magnific popup styles */
.white-popup {
  position: absolute;
/*  top:-1000px;*/
  opacity:0;
  background: #FFF;
  padding: 50px 0;
  max-width: 100%;
  width: 1200px;
  margin: 20px auto;

    -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  transition: all 0.25s;
}

.white-popup.coming_soon{
    width: 600px;
    padding: 30px 20px;
    border-radius: 10px;
    transform: scale(0.1);
    box-shadow: 1px 1px 16px rgba(255, 255, 255, 0.8);

}

.white-popup.coming_soon .block_wrapper{
     display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 30px;
   
}

.white-popup.coming_soon h3{
    font-weight: 300;
    font-size: 26px;
}

.white-popup.coming_soon .flex_center{
    justify-content: center;
}

.white-popup.subribe_success{
    width: 700px;
    padding: 50px;
}


.mfp-ready .white-popup{
   position: relative; 
/*   top: 0;*/
 opacity:1;
}

.mfp-ready .white-popup.coming_soon{
     transform: scale(1);
}

.mfp-removing .white-popup{
/*     top:-1000px;*/
 opacity:0;
}

.ccm-edit-mode .mfp-hide,
.ccm-edit-mode .white-popup.mfp-hide{
    display: block !important;
    position: relative;
    background:transparent;
    top: 0;
    position: relative;
    opacity: 1;
    transform: scale(1.0);

}

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

div.ccm-page .slider-600 .ccm-image-slider-container{
    max-width:600px;
    margin:0 auto;
}

div.ccm-page .btn-default, div.ccm-page .btn-default:focus{
    color:#2d9ed6;
    border-color: #2d9ed6;
    background-color: #fff;
    transition: all 0.4s;
}

div.ccm-page .btn-default:hover{
    background-color:  #2d9ed6;
    color:#fff;
    border-color: #2d9ed6;
}

.grid_wrapper{
    display: grid;
}

.grid_wrapper.col_3{
    grid-template-columns: 1fr 1fr 1fr;
}

.grid_wrapper.col_2_no_gap{
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
}

.grid_wrapper.col_2_no_gap._19_20_fr{
    grid-template-columns: 19fr 20fr;
}

.grid_wrapper.col_2_no_gap._6_7_fr{
    grid-template-columns: 6fr 7fr;
}

.grid_wrapper.col_2._2_3_fr{
    grid-template-columns: 2fr 3fr;
}

.grid_col .cm_container{
    height:100%;
}

#your_medicines .grid_wrapper .grid_col{
    padding: clamp(50px, 5vw, 100px) 0;
    box-sizing: border-box;
}

#your_medicines .grid_wrapper .grid_col.left_col{
    background-image: url('../images/blue_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#your_medicines .grid_wrapper .grid_col.left_col p{
    font-size: 26px;
    line-height: 1.4em;
}

#your_medicines .left_col .block_wrapper{
    width: 570px;
    box-sizing: border-box;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#your_medicines .grid_wrapper .grid_col.left_col h1{
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
}

.lead_paragraph p{
    font-size: 20px;
}

#your_medicines .grid_wrapper .grid_col.left_col strong{
    font-size: 23px;
}

#your_medicines .grid_wrapper .grid_col.left_col .store_buttons{

}

#your_medicines .grid_wrapper .grid_col.left_col .store_buttons img{
    max-width: 201px;
    width: 40%;
    margin-right: 10px;
    transition: all 0.1s;
}

.store_buttons img{
    transition: all 0.1s;
}

 .store_buttons img:hover{
    filter: drop-shadow(-1px 2px 4px rgba(255, 255, 255, 0.6));
}


#your_medicines .grid_wrapper .grid_col.right_col{
    background-image: url('../images/med_bkg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/* About section  */

#about .left_col .block_wrapper{
    max-width: 350px;
    margin: 0 auto;
}

#about .right_col .block_wrapper{
    max-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/* Features */

#features .left_col .block_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

#features .featured_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 15px;
}

#features .featured_list li:before{
    content: "check";
    color: #fff;
    font-size: 20px;
    background: rgb(202, 233, 246);
    width: 30px;
    height: 30px;
    /* font-family: 'FontAwesome'; */
    border-radius: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -55px;
    top: 2px;
    box-shadow: 7px 7px 12px 0px rgba(3, 34, 159, 0.32);
    background: linear-gradient(135deg, rgba(202, 233, 246, 1) 0%, rgba(50, 148, 193, 1) 36%, rgba(18, 47, 163, 1) 100%);
    filter: saturate(1.4);
    font-family: 'Material Symbols Outlined';
    font-weight: 900;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

#features .featured_list li{
    font-size: 20px;
    position: relative;
}

#features .featured_list strong{
    display: block;
    margin-bottom: 10px;
}

/* Pricing */

#pricing .col_3{
    gap: 30px;
}

#pricing .col_3 .grid_col {
    background: #fff;
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top: 3px solid #3482d1;
    position:relative;
}

#pricing .col_3 .grid_col .mmbt_price{
    font-size: 22px;
}

#pricing .col_3 .grid_col .mmbt_price .mmbt_price_amount{
    font-size: 140%;
    font-weight: 900;
}

div.ccm-page ul.blue_checkmark {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

div.ccm-page ul.blue_checkmark li{
    position: relative;
    line-height: 1.3;
}

div.ccm-page ul.blue_checkmark li:before{
    content: "check";
    color: #3482d1;
    font-size: 30px;
    position: absolute;
    left: -45px;
    top: -10px;
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}


/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: white;
  --lightgray: #e1e5eb;
}

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 19px;
    z-index: 1;
    min-width: 115px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    text-align: center;
    line-height: 1;
    margin: 0;
    /* padding: 10px 15px 10px 15px; */
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #3482d1;
  transition: transform 0.25s ease-in-out;
}


#pricing .col_3 h3,
#pricing .col_3 .mmbt_price p{
    margin-bottom: 0;
}

/* Plans features */

.plan_features ._2_3_fr{
    gap: 20px;
}

.plan_features .left_col{
    padding-left:100px;
    padding-right: 50px;
}

.plan_features h2.icon_plus{
   margin: 0;
   position:relative; 
   font-size: 28px;
}

.plan_features h2.icon_plus:before{
    content: "add";
    color: #fff;
    font-size: 40px;
    background: rgb(202, 233, 246);
    width: 40px;
    height: 40px;
    /* font-family: 'FontAwesome'; */
    border-radius: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -75px;
    top: -5px;
    box-shadow: 7px 7px 12px 0px rgba(3, 34, 159, 0.32);
    background: linear-gradient(135deg, rgba(202, 233, 246, 1) 0%, rgba(50, 148, 193, 1) 36%, rgba(18, 47, 163, 1) 100%);
    filter: saturate(1.4);
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.plan_features .pro_add_features_list strong{
    display: block;
}

.plan_features .pro_add_features_list ul.blue_checkmark{
    gap:30px;
}

div.ccm-page h2.bi_color{
    font-size: 40px;
    line-height: 1.2;
}

/* App download */

.gray_white_bkg{
    background: rgb(225,229,235);
    background: linear-gradient(180deg, rgba(225,229,235,1) 0%, rgba(225,229,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

div.ccm-page .download_text{
    color: #fff;
    font-size: 28px;
}

div.ccm-page .download_app_holder{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

div.ccm-page .download_app_holder img{
    max-width: 290px;
    margin-left: 15px;
}

/* Testimonials  */

/* slick carousel */

.slick-slider .slick-track{
    padding-top: 80px;
    padding-bottom: 80px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #3482d1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "arrow_back_ios";
}

.slick-next:before {
    content: "arrow_forward_ios";
}

.slick-dots li button:before {
    transition: all 0.3s;
    font-size: 16px;
    color: #0063c8;

}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0063c8;
}

.testimonial{
    margin: 0 20px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(154,138,138,0.32);
    -moz-box-shadow: 0px 0px 27px 0px rgba(154,138,138,0.32);
    box-shadow: 0px 0px 27px 0px rgba(154,138,138,0.32);
}

.testimonial .text_holder{
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    min-height: 350px;

}

.testimonial.slick-center{
    opacity: 1;
    transform: scale(1.2);
    transition: transform 0.2s;
}

.testimonial:not(.slick-center){
    opacity: 0.3;
}

.testimonial .text_holder h4{
    margin-bottom: 10px;
}

.testimonial .text_holder p{
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
}

/* Subscribe  */

#subscribe *{
    color: #fff;
}
#subscribe h1{
    line-height: 1.3;
}

#subscribe .subscribe_form input[type="email"],
#coming_soon .subscribe_form input[type="email"],
#subscribe .subscribe_form input[type="text"],
#coming_soon .subscribe_form input[type="text"],
#login_form_popup input[type="text"],
#login_form_popup input[type="password"],
#login_form_popup input[type="email"]{
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 22px;
    padding-right: 35px;
}


#subscribe .subscribe_form input::placeholder{
    color: #fff;
    opacity: 1;
}

#coming_soon .subscribe_form input::placeholder,
#login_form_popup input::placeholder{
    color: #000;
    opacity: 1;
}

#coming_soon .form-group,
#login_form_popup .form-group{
    max-width:70%;
}

#subscribe .subscribe_form input[type="email"],
#coming_soon .subscribe_form input[type="email"],
#subscribe .subscribe_form input[type="text"],
#coming_soon .subscribe_form input[type="text"],
#login_form_popup input[type="text"],
#login_form_popup input[type="password"],
#login_form_popup input[type="email"]{
    border-radius: 0;
    width: 800px;
    max-width: 45%;
    font-size: 18px;
    height: 50px;
 
}

#coming_soon .subscribe_form input[type="email"],
#coming_soon .subscribe_form input[type="text"],
#login_form_popup input[type="text"],
#login_form_popup input[type="password"],
#login_form_popup input[type="email"]{
    color: #000;
    border-bottom: 2px solid #000;
    font-size: 17px;
    max-width: 100%;
    margin-bottom:15px;
}



#subscribe .subscribe_form input.name_field{
    margin-right:5%;
}

  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }

#subscribe .subscribe_form .form-subscribe-submit{
    padding: 10px 15px 5px 15px;
    border: none;
    margin-left: -50px;
    vertical-align: bottom;
    background: transparent;
}

.subscribe_form .form-group{
    max-width: 100%;
}

#subscribe .subscribe_form .form-subscribe-submit span{
    font-size:30px;
    transition: all 0.3s;
}

#coming_soon .subscribe_form .form-subscribe-submit,
#login_form_popup .btn-inverse{
    border: 2px solid #000;
    transition: all 0.2s;
    background: transparent;
    margin-top: 15px;
    line-height: 1;
}

#subscribe .subscribe_form .form-subscribe-submit .mobile_text{
    display:none;
}

#coming_soon .subscribe_form .form-subscribe-submit span,
#login_form_popup .btn-inverse{
    vertical-align: middle;
    font-size: 24px;
}

#coming_soon .subscribe_form .form-subscribe-submit:hover,
#login_form_popup .btn-inverse:hover{
    background-color: #000;
    color: #fff;
}

.subscribe_form .form-subscribe-submit i{
    font-size: 20px;
    vertical-align: 10px;    
}


#subscribe  .subscribe_form .form-subscribe-submit:hover span{
    transform: scaleX(1.5);
}

.form-status{
    margin-top: 10px;
}


div.ccm-page  .bi_color span{
    font-size: 70%;
    display: block !important;
    line-height: 1.4;
}

div.ccm-page  .text_blue{
    color: #0063c8;
}

.btn-lg.full_width{
    width: 100%;
}

/* Popup login form */
#login_form_popup .btn-lg span{
    vertical-align: sub;
}

#login_form_popup .btn-lg{
    line-height: 1;
    min-width: 220px;
    text-transform: uppercase;
}

#login_form_popup .separator .line{
    transform: scaleX(5.0);
}

#login_form_popup a,
#already_subscribed a{
    color:#428bca;
}

#login_form_popup input[type="text"],
#login_form_popup input[type="password"],
#login_form_popup input[type="email"]{
    height:30px;
    margin-bottom: 30px;
}

#login_form_popup .checkbox.newsletter{
    margin-bottom: 30px;
}

#login_form_popup h4, #login_form_popup h3{
    margin-bottom: 30px;
}

#login_form_popup .success{
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.97);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    top: 0;
    padding: 100px;
    left: 0;
}

#login_form_popup ul.errors{
    margin: 30px 0;
    padding: 0;
    color: red;
    list-style: none;
}

#login_form_popup .section_register{
    display: none;
}

#login_form_popup .separator h4{
    margin: 0;
}

#login_form_popup .separator{
    margin: 30px auto;
}

#login_form_popup .forgot_pass{
    display:block;
    margin: -15px 0 30px 0;
}
/* qr_code */

#qr_code .right_col img{
/*    filter: drop-shadow(-1px 2px 14px rgba(0, 0, 0, 0.2));*/
}

#qr_code .grid_wrapper{
    grid-template-columns: 2fr 3fr;
    gap: 5%;
}

#qr_code  .left_col{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}

#qr_code .left_col h1{
    line-height: 1.3;
}

#qr_code .left_col p{
    font-size: 150%;
}

#qr_code .left_col p.smaller{
    font-size: 120%;
}

#qr_code .left_col em{
    font-size: 100%;
}


/* Footer */

footer{
    background-color: #f2f4f9;
    padding: 60px 0;
}

footer .footer_top .grid_wrapper.col_3{
    grid-template-columns: 1fr 240px 300px;
    gap: 20px;
}

.footer_top .col_1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div.ccm-page .socials_holder h3{
    margin-bottom: 10px;
}

footer .logo img{
    max-width: 190px;
}

footer .item_header h3{
    font-size: 120%;
    margin-top: 0;
    font-weight: 600;
}

footer .footer_menu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .footer_menu a{
    color: #000;
    transition: all 0.3s;
}

footer .footer_menu a:hover{
    color: #0063c8;
}

footer .socials{
    color: #0063c8;
    display: flex;
    gap: 20px;
}

footer .socials i{
    font-size: 40px;
    color: #0063c8;;
}

footer .socials a{
    transition: all 0.1s;
}

footer .socials a:hover{
    transform: scale(1.1);
}

div.ccm-page .footer_contact_item {
    margin-bottom: 30px;
}

div.ccm-page .footer_contact_item p{
    display: flex;
    gap: 15px;
}

footer .store_buttons{
    display: flex;
    gap: 15px;
}

footer .btn-inverse.store_btn{
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #000;
    border-radius: 8px;
    line-height: 1;
    padding: 15px 20px;
    transition: all 0.2s;
    min-width: 250px;
}

footer .btn-inverse.store_btn:hover{
    background-color: #000;
    color: #fff;
}


footer .btn-inverse.store_btn i{
    font-size: 20px;
    margin-right: 10px;
}

div.ccm-page .footer_contact_item .material-symbols-outlined{
    color: #3482d1;
}


.footer_bottom .row{
    display: flex;
    align-items: baseline;
}

.footer_bottom .copyright{
    text-align: right;
}

/* Media Queries */



@media (max-width: 1380px){



    
    div.ccm-page #contact-us-contact-form .form-group:nth-child(1),
div.ccm-page #contact-us-contact-form .form-group:nth-child(2)
{
    display: block; 
    width:100%;
}

.slick-prev{
    left:0;
    z-index:20;
}

.slick-next { 
    right: 0;
    z-index:20;
}

}

@media (max-width:1200px)  {

    div.ccm-page .container{
        width: 100%;
    }

    #your_medicines .grid_wrapper{
        grid-template-columns: minmax(570px, 1fr) 1fr;
    }

    #your_medicines .left_col .block_wrapper{
        padding: 15px;
    }



    div.ccm-page footer .footer_menu,
    div.ccm-page footer .contact_info{
       padding-left: 15px; 
    }

    div.ccm-page header{
        padding: 10px 0;
    }

    #reviews .slick-prev, #reviews .slick-next{
        display: none;
    }



}


@media (max-width:991px)  {

    #features .grid_wrapper{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #features .grid_wrapper .left_col{
        order:2;
    }

    #features .block_wrapper{
        padding: 0 10%;
    }


    #pricing .grid_wrapper.col_3{
        gap:10px;
    }

    #pricing .grid_wrapper.col_3 .grid_col{
        padding: 20px 10px;
    }

    .plan_features .left_col{
        padding-right: 0;
    }

    div.ccm-page .download_app_holder{
        flex-direction: column;
        gap: 30px;
    }

    div.ccm-page .download_app_holder .store_buttons{
        display: flex;
        gap: 15px;
    }

    div.ccm-page .download_app_holder img{
        max-width: 220px;
        margin: 0;
    }

    .testimonial.slick-center{
        opacity: 1;
        transform: scale(1.1);
    
    }


  .form-inline .form-group {
      margin-bottom: 15px;
  }

  div.ccm-page .subscribe_form input[type="email"],
  .white-popup .subscribe_form input[type="email"]{
    width: 80vw;
  }

  .subscribe_form .form-subscribe-submit{
    vertical-align: top;
  }

  div.ccm-page footer .logo{
      text-align: center;
  }

  footer .footer_top .grid_wrapper.col_3{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .footer_bottom .row{
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer_bottom  .store_buttons{
    justify-content: center;
  }

  .footer_bottom .copyright{
    text-align: center;
    margin-top: 40px;
  }

  .grecaptcha-badge{
    display: none !important;
  }
    
 }    

@media (max-width:767px)  {

    #your_medicines .grid_wrapper{
        grid-template-columns: 1fr 0;
    }

    #your_medicines .left_col .block_wrapper{
        padding: 15px;
        width: 100%;
    }

    #about .grid_wrapper{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #about .right_col .block_wrapper{
        max-width: 100%;
        padding: 0 10%;
    }

      #about .right_col .block_wrapper br{
        display: none;
      }

     #about .right_col .block_wrapper *{
        text-align: center;
     }

    #pricing .grid_wrapper.col_3{
        grid-template-columns: 1fr;
        gap:30px;
    }

    #pricing .grid_wrapper.col_3 .grid_col{
        padding: 20px 10%;
    }

    .plan_features .grid_wrapper.col_2{
        grid-template-columns: 1fr;
        gap:30px;
    }

    .plan_features .grid_wrapper.col_2 .grid_col{
        padding: 0 15px;
    }

    .plan_features .grid_wrapper.col_2 .grid_col.left_col{
        padding-left: 55px;
    }

    .plan_features h2.icon_plus:before{
        left:-55px;
    }

    div.ccm-page .download_app_holder .store_buttons{
        flex-direction: column;
    }

    #subscribe h1{
        font-size: 25px;
    }

    .subscribe_form.form-inline .form-group{
        display: inline-block;
    }

    #subscribe .subscribe_form input[type="email"],
    #subscribe .subscribe_form input[type="text"]{
        max-width: 100%;
        margin-bottom:15px;
        margin-right: 0;
    }

    #subscribe .subscribe_form .form-subscribe-submit .mobile_text{
        display:inline-block;
        font-weight: 400;
    }

    #subscribe .subscribe_form .form-subscribe-submit {
        border: 2px solid #fff;
        transition: all 0.2s;
        background: transparent;
        margin-top: 25px;
        line-height: 1;
        margin-left: 0;
        font-size: 20px;
        padding: 15px 20px;
    }

    #subscribe .subscribe_form .form-subscribe-submit span{
        font-size:24px;
        transition: all 0.3s;
        vertical-align: middle;
        margin-left:5px;
    }

    #subscribe  .subscribe_form .form-subscribe-submit:hover span{
        transform: none;
    }

     #subscribe  .subscribe_form .form-subscribe-submit:hover{
        background-color: #fff;
     }

      #subscribe  .subscribe_form .form-subscribe-submit:hover *{
        color: #0187f6;
      }


    #qr_code .grid_wrapper{
        grid-template-columns: 1fr;
        gap:30px;
    }

    #qr_code .grid_wrapper .grid_col{
        padding: 0 5%;
    }

    #qr_code .grid_wrapper .right_col {
        padding: 0 15px;
    }

    footer .footer_top .grid_wrapper.col_3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer_top .grid_wrapper.col_3 .col_1{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 50px;
    }

 footer .footer_top .grid_wrapper.col_3 .col_2,
  footer .footer_top .grid_wrapper.col_3 .col_3{
    width: 40%;
  }

 .footer_bottom  .store_buttons{
    flex-direction: column;
    padding: 0 20%;
  }



.flex_center,
.flex_center_row_wrapper .row{
    display: block;
}

.contact_info_item.flex_center{
    display: flex;
}

     div.ccm-page header{
        padding-top: 10px;
        max-height: 220px;
     }

     div.ccm-page.shrink header .logo img{
        display: none;
     }



    footer .logo img{
        margin:0 auto;

    }


    div.ccm-page footer .logo{
        padding-right: 0px;
    }

    .footer_bottom .copyright p{
       font-size: 14px;
     }

}

@media (max-width:480px) {

    footer .footer_top .grid_wrapper.col_3 .col_2, 
    footer .footer_top .grid_wrapper.col_3 .col_3{
        width: 90%;
    }

    footer .footer_top .grid_wrapper.col_3 .col_1{
        grid-template-columns: 1fr ;
    }

    footer .footer_top .grid_wrapper.col_3 .col_1 .socials_holder{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_bottom .copyright p{
       font-size: 12px;
     }
}

@media (max-width:1100px) {

    .custom-sm-layout .col-sm-5, .custom-sm-layout .col-sm-7{
        width: 100%;
    }
}


