/* LOGIN STYLES */

@media only screen and (max-width : 970px) {
.login_overlay {
    
}
.login_panel {
    float:none;
    max-width:450px;
    width:100%;
    margin-left:auto;
    margin-right: auto;
    margin-top:50px;
}
.login_info {
    float: none;
    width:100%;
    padding-left: 0px;
}
}

@media only screen and (max-width : 830px) {
.login_agreement_button.cancel {
    float:none;
    margin-bottom:20px;
}
.login_agreement_button.continue {
    float:none;
    text-align: right;
}
.login_menu a {
    display: block;
    text-align: right;
    margin-left:0px;
    margin-bottom:12px;
}
}

@media only screen and (max-width : 650px) {
.login_agreement_welcome:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 30px;
}
.login_agreement_welcome {
    float: none;

    font-size:20px;
}
.login_agreement {
    padding: 35px 35px 35px 35px;
}
.login_agreement_paragraph.sub {
    padding-left:10px;
}
.login_agreement_paragraph.sub-sub {
    padding-left:20px;
}
}

@media only screen and (max-width : 550px) {
.login_form_select.day {
    width:100%;
    margin-bottom:8px;
}
.login_form_select.month {
    width:100%;
    margin-bottom:8px;
}
.login_form_select.year {
    width:100%;
}
}

@media only screen and (max-width : 470px) {
.login_content_wrapper {
    padding-left:20px;
    padding-right:20px;
}
}

@media only screen and (max-width : 400px) {
.login_form {
    padding:0 30px;
}
.login_extra_panel {
    padding:0 30px;
}
.login_error {
    padding:0 30px;
}
.login_success {
    padding:0 30px;
}
.login_note {
    padding:0 30px;
}
.login_box_title {
    padding:0 22px;
}
}

/* END OF LOGIN STYLES */


/* HEADER STYLES */

@media only screen and (max-width : 1200px) {
.header {
    position: static;
    height:auto;
    padding:20px 0;
}
.logo {
    position: static;
    float: left;
}
.logo img {
    height: 55px;
}
.call {
    display: none;
}
.topnav:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.topnav {
    float: none;
}
.topnav_seperator {
    display: none;
}
.topnav_button_block {
    display: none;
}
.topnav_button.inbox.mobile_inbox {
    display: block;
}
.inbox_unread {
    margin-left:8px;
}
.profile_button {
    float:left;
    width:100%;
    border-top:1px solid #CED6E5;
    margin-top:20px;
    padding:20px 0 0 0;
}
.profile_menu {
    z-index: 1;
    top:77px;
}

/* main menu */

.sidebar_overlay {
    display: none;
    position: fixed;
    top:0;
    z-index: 1;
    width:100%;
    height:100vh;
    background: #fff;
}
.menu_trigger {
    display: block;
    float:right;
    font-size:30px;
    color:#667688;
}
.menu_close {
    position: absolute;
    z-index: 2;
    top:0;
    right:0;
}
.leftbar_block {
    display: none;
    position: absolute;
    top:0;
    z-index: 2;
    margin-top:-150px;
    width:100%;
    background:none;
    border-top:1px solid #CED6E5;
    padding-top:20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.leftbar_block_item.first {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.leftbar_block_item.last {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.leftbar_block_item {
    border-bottom: none;
    padding:0px;
}
.leftbar_block_accordion .leftbar_block_accordion_link {
    border-bottom: none;
    padding-left:0px;
    padding-right:0px;
}
.leftbar_block_item.active {
    background: none;
    color:#FE40B4;
}
.leftbar_block_item.active i {
    color:#FE40B4;
}
.leftbar_block_accordion_link .accordion_down {
    right:unset;
    margin-left:25px;
}
.leftbar_block_accordion_submenu {
    border-bottom: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.leftbar_block_accordion_submenu a span {
    display: none;
}
.leftbar_block_accordion_submenu a {
    padding-left:37px;
}
@media only screen and (max-width : 1200px) {
.leftbar_block_accordion_link.active {
    background: none;
    color: #FE40B4 !important;
}
.leftbar_block_accordion_link.active span {
    color: #FE40B4 !important;
}
}

/* end of main menu */

}

/* END OF HEADER STYLES */


/* CONTENT STYLES */

@media only screen and (max-width : 1300px) {
.container {
    margin:0 30px;
}
}

@media only screen and (max-width : 1200px) {
.content {
    margin:50px 0 0 0;
}
.content_area {
    float:left;
    width:100%;
}
}

@media only screen and (max-width : 650px) {
.content_title.left {
    float:none;
    margin-bottom:25px;
}
.content_title_link {
    float:none;
    margin-bottom:35px;
}

.sms_popup_buttons {
    flex-direction: column;
}
.sms_popup {
    width: 90%;
    box-sizing: border-box;
    height: 80vh;
    overflow: scroll;
    padding:10px 25px;
    font-size: 15px;
    line-height:22px;
}
.sms_text_headline {
    font-size:15px;
}
.sms_popup_buttons {
    margin:30px 0 20px 0;
}
.sms_popup_button {
    width:100%;
    box-sizing: border-box;
    padding:0px;
    border-radius: 12px;
    font-size:15px;
}
.sms_popup_button.sms_decline {
    margin:20px 0 0 0;
    order: 2;
}

}

@media only screen and (max-width : 450px) {
.container {
    margin:0 20px;
}
.content_area {
    padding:25px 20px;
}
}

/* END OF CONTENT STYLES 


/* HOMEPAGE STYLES */

@media only screen and (max-width : 870px) {
.policy_switch {
    width:calc(50% - 13px);
    margin-bottom:26px;
}
.policy_switch.second {
    margin-right: 0px;
}
.policy_switch.last {
    margin-bottom: 0px;
}
}

@media only screen and (max-width : 650px) {
.policy_switch {
    width:100%;
}
}

/* END OF HOMEPAGE STYLES */


/* GRID STYLES */

@media only screen and (max-width : 870px) {
.grid_item {
    width:calc(50% - 13px);
    margin-bottom:26px;
}
.grid_item:nth-child(3n) {
    margin-right:26px;
}
.grid_item.doctors:nth-of-type(3n+1) {
    clear:none;
}
.grid_item.clinics:nth-of-type(3n+1) {
    clear:none;
}
.grid_item:nth-child(2n) {
    margin-right: 0px;
}
.grid_item:last-of-type {
    margin-bottom: 0px;
}
}

@media only screen and (max-width : 650px) {
.grid_item {
    width:100%;
}
.grid_item img {
    width:100%;
}
}

/* END OF GRID STYLES */


/* FOOTER STYLES */

@media only screen and (max-width : 1200px) {
.footer {
    margin-top: 0px;
}
.footer_block {
    width:50%;
    margin-bottom:50px;
}
.footer_last {
    margin-top:0px;
}
}

@media only screen and (max-width : 650px) {
.footer_block {
    width:100%;
}
}

/* END OF FOOTER STYLES */


/* POLICY STYLES */

@media only screen and (max-width : 1250px) {
.choose_product {
    float:none;
    margin-top:0px;
    margin-bottom:35px;
}
.choose_product_title {
    margin-bottom: 15px;
}
.choose_product:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
}
}

@media only screen and (max-width : 870px) {
.e_service {
    width:calc(50% - 13px);
    margin-bottom:26px;
}
.e_service:nth-child(3n) {
    margin-right:26px;
}
.e_service:nth-child(2n) {
    margin-right: 0px;
}
}

@media only screen and (max-width : 650px) {
.e_service {
    width:100%;
    height: auto;
}
}

@media only screen and (max-width : 600px) {
.choose_product_select {
    display: block;
    margin-top:15px;
    margin-left: 0px;
}
.product_info_param {
    margin-top:20px;
}
.product_info_param span {
    margin-bottom: 8px;
    display: block;
    width:100%;
}
}

/* END OF POLICY STYLES */


/* PROFILE STYLES */

@media only screen and (max-width : 800px) {
.form_tabs {
    border-bottom: none;
}
.form_tab {
    display: block;
    border-bottom: none;
    padding:12px 0 12px 20px;
    border-left:5px solid #fff;
}
.form_tab.active {
    border-bottom:none;
    border-left:5px solid #FE40B4;
    color:#333;
}
}

@media only screen and (max-width : 530px) {
.current_phone span {
    display: block;
    margin-left: 0px;
    margin-top: 8px;
}
}

@media only screen and (max-width : 430px) {
.popup_confirmation_form {
    padding:30px;
    margin:0 20px;
    margin-top:15%;
}
}

@media only screen and (max-width : 430px) {
.two_fa_edit_number {
    display: block;
    margin-left: 0px;
    margin-top: 15px;
}
}

/* END OF PROFILE STYLES */


/* FORM STYLES */

@media only screen and (max-width : 355px) {
.radio_container {
    display: block;
}
}

/* END OF FORM STYLES */


/* BLOG STYLES */

@media only screen and (max-width : 750px) {
.blog_info_photo {
    float:none;
    width:100%;
    margin-bottom:30px;
}
.blog_info_details {
    float:none;
    width:100%;
    height: auto;
}
.blog_info_details.doctor {
    height: auto;
}
.blog_info_content_wrap {
    position: static;
    padding-left:0px;
}
}

/* END OF BLOG STYLES 


/* SEARCH STYLES */

@media only screen and (max-width : 870px) {
.search_item_wrapper {
    width:calc(50% - 13px);
}
.search_item_wrapper:nth-child(3n) {
    margin-right:26px;
}
.search_item_wrapper:nth-child(2n) {
    margin-right: 0px;
}
.search_item_wrapper:last-of-type {
    margin-bottom: 0px;
}
}

@media only screen and (max-width : 650px) {
.search_item_wrapper {
    width:100%;
}
.search_date_switcher_arrow span {
    display: none;
}
.search_date_switcher_arrow_left {
    margin: 0px;
}
.search_date_switcher_arrow_right {
    margin: 0px;
}
}

/* END OF SEARCH STYLES */


/* APPOINTMENT STYLES */



@media only screen and (max-width: 750px) {
.fancybox-slide--iframe .fancybox-content {
    height:100% !important;
    max-height:100% !important;
    width:100% !important;
    max-width:100% !important;
    margin:0px !important;
}
}

@media only screen and (max-width : 870px) {
.appointment_list_hour {
    width:calc(25% - 15px);
}
}
@media only screen and (max-width : 700px) {
.appointment_list_info {
    float:none;
    width:100%;
}
.appointment_list_hours {
    float:none;
    width:100%;
    padding-left:0px;
    margin-top:35px;
}
.appointment_list_info_photo {
    max-width: 200px;
}
}
@media only screen and (max-width : 670px) {
.appointment_popup_wrapper {
   padding:25px 35px 35px 35px; 
}
.appointment_button {
    width:45%;
}
}
@media only screen and (max-width : 500px) {
.appointment_list_hour {
    width:calc(33% - 15px);
    margin-left:7px;
    margin-right:7px;
}
}
@media only screen and (max-width : 400px) {
.appointment_button {
    width:100%;
}
.appointment_button.confirm {
    margin-bottom:20px;
}
}

/* END OF APPOINTMENT STYLES */


/* VISITS STYLES */

@media only screen and (max-width : 900px) {
.visits_head {
    display: none;
}
.visits_row_wrap {
    border:none;
}
.visits_row {
    border:1px solid #CED6E5;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.visits_row:last-child {
    margin-bottom: 0px;
}
.visits_row div {
    display: block;
    border:none;
    padding:8px 25px;
    width:100% !important;
}
}

/* END OF VISITS STYLES */


/* LIMITS STYLES */

@media only screen and (max-width : 900px) {
.limits_head {
    display: none;
}
.limits_row_wrap {
    border:none;
}
.limits_row {
    border:1px solid #CED6E5;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.limits_row:last-child {
    margin-bottom: 0px;
}
.limits_row div {
    display: block;
    border:none;
    padding:8px 25px;
    width:100% !important;
    text-align: left !important;
}
.limits_row div:nth-child(2n) span {
    display: inline-block !important;
    margin-top:0px !important;
}
.limits_row div:first-child {
    color:#1C519E;
    margin-bottom:10px;
}
.limits_title_mob {
    display: inline-block !important;
    color:#333333 !important;
    font-size:15px !important;
    width:120px !important;
}
}

/* END OF LIMITS STYLES */


/* AUTO PAYMENT SCHEDULE STYLES */

@media only screen and (max-width : 900px) {
.payment_schedule_head {
    display: none;
}
.payment_schedule_row_wrap {
    border:none;
}
.payment_schedule_row {
    border:1px solid #CED6E5;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.payment_schedule_row:last-child {
    margin-bottom: 0px;
}
.payment_schedule_row div {
    display: block;
    border:none;
    padding:8px 25px;
    width:100% !important;
    text-align: left !important;
}
.payment_schedule_row div:first-child {
    display: none;
}
}

/* END OF AUTO PAYMENT SCHEDULE STYLES */


/* CASCO INFORMATION */

@media only screen and (max-width : 650px) {
.casco_information_param span {
    display: block;
    width:100%;
    margin-bottom:8px;
}
}

/* END OF CASCO INFORMATION */


/* MEDICINES STYLES */

@media only screen and (max-width : 650px) {
.info_table.medicines_request_details .info_table_param span {
    display: block;
    width:100%;
    margin-bottom:8px;
}
.requested_medicines_info {
    padding-left: 0px;
}
}

/* END OF MEDICINES STYLES */


/* TRAVEL STYLES */

@media only screen and (max-width : 900px) {
.travel_list_head {
    display: none;
}
.travel_list_head div {
    text-align: left !important;
}
.travel_list_row_wrap {
    border:none;
}
.travel_list_row {
    border:1px solid #CED6E5;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.travel_list_row:last-child {
    margin-bottom: 0px;
}
.travel_list_row div {
    display: block;
    border:none;
    padding:8px 25px;
    width:100% !important;
    text-align: left !important;
}
}

/* END OF VISITS STYLES */

@media only screen and (max-width : 490px) {
.form_wrapper select.day {
    width:100%;
}
.form_wrapper select.month {
    width:100%;
}
.form_wrapper select.year {
    width:100%;
}
}
@media only screen and (max-width : 460px) {
.pay_back {
    float:none;
    width:100%;
    box-sizing: border-box;
    margin-bottom:15px;
    text-align: left;
}
.pay_front {
    float:none;
    width:100%;
    box-sizing: border-box;
    text-align: right;
}
}

/* END OF TRAVEL STYLES */


/* VIDEO TUTORIALS */

@media only screen and (max-width : 800px) {
.tutorial_popup {
    max-width: 100%;
}
}

/* END OF VIDEO TUTORIALS */



/* REQUESTS STYLES */

@media only screen and (max-width : 900px) {
.requests_head {
    display: none;
}
.requests_row_wrap {
    border:none;
}
.requests_row {
    border:1px solid #CED6E5;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.requests_row:last-child {
    margin-bottom: 0px;
}
.requests_row div {
    display: block;
    border:none;
    padding:8px 25px;
    width:100% !important;
}
}

@media only screen and (max-width : 800px) {
.info_table.request_details .info_table_param span {
    display: block;
    width:100%;
    margin-bottom:8px;
}
.requested_medicines_info {
    padding-left: 0px;
}
}

/* END OF REQUESTS STYLES */


/* TRAVEL PLUS AND CRITICAL ILLNESS */

@media only screen and (max-width : 1200px) {
.pm_block {
    background: #F2F2F2;
}
.login_promo_buttons {
    float:none;
    margin-left:0px;
    width:100%;
    clear: both;
    padding-top:30px;
}
.policy_promo_buttons_content_area {
    width:100%;
}

}

@media only screen and (max-width : 1000px) {
.travel_plus_back {
    width:100%;
    float:none;
    text-align: center;
    margin-top:0px;
}
.travel_plus_logo {
    width:100%;
    float:none;
    text-align: center;
    margin-top:25px;
    margin-bottom:40px;
}
.travel_plus_order {
    width:100%;
    float:none;
    text-align: center;
}
.travel_plus_header {
    padding-bottom:50px;
}
.critical_illness_back {
    width:100%;
    float:none;
    text-align: center;
    margin-top:0px;
}
.critical_illness_logo {
    width:100%;
    float:none;
    text-align: center;
    margin-top:25px;
    margin-bottom:40px;
}
.critical_illness_order {
    width:100%;
    float:none;
    text-align: center;
}
.critical_illness_header {
    padding-bottom:50px;
}
}

@media only screen and (max-width : 760px) {

.policy_promo_buttons {
    flex-wrap: wrap;
}
.policy_promo_buttons a {
    width: 100%;
}
.policy_promo_button {
    width:100%;
    height:130px;
    float:none !important;
}
.policy_promo_button.critical {
    margin-bottom:20px;
}
.policy_promo_button.critical img {
    height:100px;
    /*margin-top:16px;*/
}
.policy_promo_button.travel img {
    height:80px;
    /*margin-top:20px;*/
}
}

@media only screen and (max-width : 550px) {
.login_promo_button {
    width:calc(50% - 10px);
    text-align: center;
}
}

@media only screen and (max-width : 500px) {
.travel_plus_wrap {
    padding:30px;
}
.travel_plus_order_form {
    padding:30px;
}
}

@media only screen and (max-width : 420px) {
.login_promo_button {
    width:100%;
    text-align: center;
}
.login_promo_button.critical {
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
}
}

/* END OF TRAVEL PLUS AND CRITICAL ILLNESS */



/* MYDOC */

@media only screen and (max-width : 370px) {
.mydoc_registration {
    width:100%;
    padding:15px 0;
    font-size: 15px;
    text-align: center;
}
}

@media only screen and (max-width : 880px) {
.mydoc_terms {
    max-width:calc(100% - 30px);
    padding:30px;
}
.mydoc_intro {
    max-width:calc(100% - 30px);
    padding:30px;
}
}

@media only screen and (max-width : 500px) {
.mydoc_terms_close {
    float:none;
    width:100%;
    padding:15px 0;
    font-size: 15px;
    text-align: center;
}
.mydoc_terms_agree {
    margin:20px 0 0 0;
    float:none;
    width:100%;
    padding:15px 0;
    font-size: 15px;
    text-align: center;
}
.mydoc_more_details {
    margin:20px 0 0 0;
    float:none;
    width:100%;
    padding:15px 0;
    font-size: 15px;
    text-align: center;
}
}


/* END OF MYDOC */



/* INBOX */

@media only screen and (max-width : 1200px) {
    .inbox_wrapper {
        height:auto;
    }
}
@media only screen and (max-width : 900px) {
    .inbox_nav {
        float: none;
        width:100%;
        height:225px;
    }
    .inbox_content {
        float: none;
        width:100%;
        height:auto;
    }
}
@media only screen and (max-width : 500px) {
    .no_message_selected i {
        font-size:80px;
    }
}

/* END OF INBOX */


/* PM */

@media only screen and (max-width : 735px) {

.pm_order_info_title {
    display: block;
    width:100%;
}
.pm_order_info_param {
    display: block;
    width:100%;
    margin:10px 0 0 0;
}

}

@media only screen and (max-width : 650px) {

.pm_info_photo {
    float: none;
    text-align: center;
    width:100%;
}
.pm_info_photo span {
    margin:0 auto;
}
.pm_info_details {
    float: none;
    width:100%;
    text-align: center;
    padding-left:0px;
}
.pm_package {
    float: none;
    width:100%;
}
.pm_package.second {
    margin:20px 0 0 0;
}
.pm_manage_buttons {
    text-align: center;
}
.pm_edit_button {
    margin-left: 0px;
}
.pm_cancel_button {
    margin:20px 0 0 0;
}

}

/* END OF PM */