@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#333; font-size:19px;font-weight:400; line-height:30px;font-family: 'Poppins', sans-serif;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}

h1, h2, h3, h4, h5, h6{}
h1{}
h2{font-size: 30px;line-height: 1.2;font-weight: 700;margin: 0 0 15px;color: #000;}
h3{font-size: 28px;line-height: 1.2;margin: 0 0 15px;color: #000;font-weight: 700;}
h4{font-size: 26px;line-height: 1.2;margin: 0 0 15px;color: #000;font-weight: 700;}
h5{font-size: 24px;line-height: 1.2;margin: 0 0 15px;color: #000;font-weight: 700;}
h6{}

blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee;}

p{ color:#333; font-size:19px; font-weight:400; line-height:30px;margin: 0 0 15px;}
p a{font-weight:400; }

ul{padding:0;margin: 0;}
ul li{  color:#333; font-size:19px; font-weight:400; line-height:34px; padding:0;margin: 0;}

ol{ margin:0; padding:0;}
ol li{  color:#333; font-size:19px; font-weight:400; line-height:34px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

hr { margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none; vertical-align: middle;}

/* 4. Link
------------------------------------------------------------------------------*/
a {color: #337ab7;text-decoration: none;}
a:hover,a:focus {color: #23527c;}

/* 5. Forms
------------------------------------------------------------------------------*/

input{line-height: normal;font-family: 'Poppins', sans-serif;}
input[type='email'],input[type='text'],input[type='password']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;padding: 5px;border: 1px solid #cbcbcb;-webkit-box-sizing: border-box;box-sizing: border-box;}
textarea{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 5px;border: 1px solid #cbcbcb;display: block;overflow: auto;font-family: 'Poppins', sans-serif;}
input[type='email']:focus,input[type='text']:focus,input[type='password']:focus,textarea:focus{border-color: #ccc}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;border:none;-webkit-text-size-adjust:none;background: #cbcbcb;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
.head_title{font-size: 30px;line-height: 40px;font-weight: 700;color: #333333;padding: 0 0 25px;position: relative;text-align: center;margin: 0 0 25px;}
.head_title > strong{color: #e31937;font-weight: 700;}
.head_title:after{position: absolute;content: "";height: 4px;width: 60px;background: #e31937;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}


/* transition effect */
.tra{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}


/* button */
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;}

/* main container */
#wrapper{ width:100%; min-height:100%;}
.container{max-width: 1200px;padding: 0 15px;}

/*----- header -----*/
#header{ width:100%; height:auto; padding: 12px 0;position: absolute;background: rgba(255,255,255,0.5);top: 0;left: 0;width: 100%;z-index: 99;-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);box-shadow: 0 0 2px rgba(0,0,0,0.15);}
#header .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#header .logo{display: inline-block;max-width: 350px;}
#header .logo > img{display: inline-block;width:100%;}
#header .head_phone{display: inline-block;font-size: 36px;color: #e31937;font-weight: 700;line-height: 1;-webkit-transition: color 0.35s ease;transition: color 0.35s ease;}
#header .head_phone:hover{color: #1089cf;text-decoration: none;}
#header .head_phone img{display: inline-block;max-width: 48px;margin-right: 12px;vertical-align: text-bottom;}

/*----- Header Fix -----*/
#header.fixed{ position: fixed; left: 0; top: 0; width: 100%; z-index: 99;background: rgba(255,255,255,0.95); -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown; animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;padding: 10px 0;}
@-webkit-keyframes fadeInDown {
    0% {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);} 
    100% {opacity: 0.9;-webkit-transform: translateY(0);transform: translateY(0);} 
}
@keyframes fadeInDown {
    0% {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);} 
    100% {opacity: 0.9;-webkit-transform: translateY(0);transform: translateY(0);} 
}
#header.fixed .logo{max-width: 220px;}
#header.fixed .head_phone{font-size: 26px;}
#header.fixed .head_phone img{max-width: 40px;}

/*----- Banner Part -----*/
.banner{background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;position: relative;padding: 165px 0 0;}
.banner:after{content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(255,255,255,0.9);}
.banner .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;z-index: 1;}
.banner_content h1{font-size: 36px;line-height: 50px;color: #064d8f;font-weight: 600;margin: 0 0 20px;}
.banner_content h3{font-size: 30px;line-height: 42px;color: #e31937;font-weight: 600;margin: 0;}
.banner_img{display: inline-block;max-width: 390px;}
.banner_img img{display: inline-block;width: 100%;}

/*----- Board Certified Block -----*/
.board_certified_block {text-align: center;background: #fafafa;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 70px 0 50px;}
.board_certified_block .head_title{margin: 0 0 30px;}
.border_trans{display: inline-block;position: relative;max-width: 830px;}
.border_trans:after{content: "";position: absolute;height: 100%;width: 100%;top: 0;left: 0;border: 15px solid rgba(255,255,255,0.8);}
.border_trans > img{display: inline-block;max-width: 100%;}
.board_certified_block h3{color: #000000;font-weight: 600;line-height: 38px;margin: 30px 0 10px;}
.board_certified_block h5{color: #e31937;font-weight: 600;line-height: 32px;margin: 0 0 0px;}

/*----- About Section -----*/
.about_sec{text-align: center;padding: 70px 0;border-bottom: 1px solid rgba(0,0,0,0.1);}
.about_sec .container{max-width: 900px;}
.about_sec .head_title{margin: 0 0 35px;}
.about_sec p{margin: 0 0 35px;}

/*----- Assists You -----*/
.assists_you{background: #f8f8f8;padding: 50px 0 40px;border-bottom: 1px solid rgba(0,0,0,0.1);text-align: center;}
.assists_you .container{max-width: 1060px;}
.assists_you .head_title{margin: 0 0 35px;}
.assists_you p{margin: 0 0 35px;}
.assists_img_wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.assists_img_wrap .assists_img{display: inline-block;width: calc(50% - 10px);}
.assists_img_wrap .assists_img img{display: inline-block;width:100%;border: 1px solid #dedede;}
.routine_list{padding: 45px 0 0;}
.routine_list h4{color: #333;font-weight: 600;line-height: 34px;margin: 0 0 45px;}
.routine_list ul{max-width: 800px; margin: 0 auto;padding: 0;-webkit-column-count: 3;column-count: 3;-webkit-column-gap: 10px;column-gap: 10px;}
.routine_list ul li{margin: 0 0 15px;padding: 0;list-style: none;display: block;text-align: left;position: relative;padding-left: 30px;line-height: 1.1;}
.routine_list ul li:before{content: "";position: absolute;height: 20px;width: 20px;background-image: url("../images/list_icon.png");background-repeat: no-repeat;background-size: 20px;left: 0;top: 0;}

/*----- Telemedician Plan -----*/
.tele_plan{padding: 50px 0 0;}
.tele_plan .head_title{margin: 0 0 60px;}
.plan_story{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.plan_story_left{display: inline-block;width: 50%;background-repeat: no-repeat !important;background-size: cover !important;background-position: center!important;}
.plan_story_right{display: inline-block;width: 50%;background-repeat: no-repeat !important;background-size: cover !important;background-position: top left !important;position: relative;padding: 50px 0 0;}
.plan_story_right:after{position: absolute;content: "";height: 100%;width: 100%;left: 0;top: 0;background: rgba(22,146,213,0.95);}
.plan_story_block{position: relative;z-index: 1;text-align: center;max-width: 590px;}
.plan_story_block img{display: inline-block;border-radius: 100%;max-width: 120px;border: 4px solid #fff;}
.plan_story_content{position: relative;padding: 20px 65px 40px 55px;}
.plan_story_content:after{content: "";position: absolute;top: -10px;left: 15px;background-image: url("../images/quote_icon.png");background-repeat: no-repeat;background-size: 85px;height: 70px;width: 90px;z-index: -1;opacity: 0.11;}
.plan_story_content:before{content: "";position: absolute;bottom: 5px;right: 0;background-image: url("../images/quote_icon.png");background-repeat: no-repeat;background-size: 85px;height: 70px;width: 90px;z-index: -1;opacity: 0.11;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.plan_story_content p{color: #fff;font-size: 17px;line-height: 28px;font-weight: 300;font-style: italic;margin: 0;}

.plan_listing{background: #f8f8f8;border-bottom: 1px solid rgba(0,0,0,0.1);text-align: center;padding: 70px 0 50px;}
.plan_listing ul{margin: 0 ;padding: 0;text-align: left;}
.plan_listing ul li{margin: 0 0 20px;padding: 0;list-style: none;display: block;text-align: left;position: relative;padding-left: 35px;font-size: 18px; line-height: 24px;color: #000;}
.plan_listing ul li:before{content: "";position: absolute;height: 24px;width: 24px;background-image: url("../images/list_icon.png");background-repeat: no-repeat;background-size: 24px;left: 0;top: 0;}
.plan_listing .start_btn{text-transform: uppercase;font-size: 24px;font-weight: 700;line-height: 1;background: linear-gradient(120deg,#e31937 50%, #2095d5 50%);background-size: 250%;color: #fff;padding: 28px 39px;display: inline-block;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;margin: 17px 0 0;}
.plan_listing .start_btn:hover{text-decoration: none;background-position: 100%;color: #fff;}

/*----- Medprotect Is Affordable -----*/
.afford_block{padding: 70px 0 50px;}
.afford_block .head_title{margin: 0 0 50px;}
.afford_block .container.afford_bottom {max-width: 1110px;text-align: center;}
.plan_story.rev_story {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-flow: row-reverse;flex-flow: row-reverse;margin: 0 0 50px;}
.plan_story.rev_story .plan_story_block{margin-left: auto;}
.plan_story.rev_story .plan_story_content:before{right: 10px;}
.plan_story.rev_story .plan_story_content:after{left: 5px;}
.afford_block p:last-child{margin: 0;}

/*----- TV Spot -----*/
.tv_spot{padding: 60px 0;background: #ebf5ff;}
.tv_spot .head_title{margin: 0 0 45px;}
.tv_box{border: 15px solid #cbe5f4;max-width: 760px;height: 440px; margin: 0 auto;}
.tv_box video{width: 100%;height: 100%;cursor: pointer;}

.get_start_now{font-weight: 700;font-size: 36px;line-height: 1; display: block;text-align: center;color: #fff;padding: 42px 15px;border-bottom: 1px solid #447aab;background: linear-gradient(120deg,#064d8f 50%, #e31937 50%);background-size: 250%;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.get_start_now:hover{text-decoration: none;background-position: 100%;color: #fff;}
.get_start_now:focus,.get_start_now:active,.get_start_now:visited{color: #fff;}

/*----- Footer -----*/
#footer{background: #454545;padding: 35px 0;}
.foot_links{text-align: center;}
.foot_links a{display: inline-block;font-weight: 400;color: #fff;font-size: 16px;text-transform: uppercase;line-height: 1;padding: 0 25px;position: relative;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;}
.foot_links a:not(:last-child):after{content: "";position: absolute;width: 2px;height: 100%;background: #fff;right: -1px;}
.foot_links a:hover{text-decoration: none;color: #38a0d8; }

/*----- Inner Pages -----*/
.orderItemsTable strong{font-weight: 600;}
.note_sec p{font-size: 15px;line-height: 24px;}
.orderItemsTable p{font-size: 15px;line-height: 1.25;}
.confirmation-wrap .banner-txt strong{font-weight: 700;}
.confirmation-wrap .banner-txt span{font-weight: 500;}
.plan-area .control__indicator:after{font-weight: 500;}
.enrollment-wrap .column3 p{font-size: 16px;line-height: 24px;}
.enrollment-wrap .column3 .col-lg-4 h3{font-size: 19px;line-height: 1.3;margin: 15px 0 7px;}
.enrollment-wrap h2{font-size: 19px;line-height: 1.25;}
.enrollment-wrap .orderItemsTable tr th,.enrollment-wrap .orderItemsTable tr td{font-size: 15px;}
.enrollment-wrap .kform_submitBtn{font-size: 20px;}



/*----- START CV19 SNIPPET DO NOT EDIT ----- */
div.covid19 {
    background-image: url("https://rapidprotectionplan.com/images/covid19-banner-background.jpg");
    background-position:center;
    padding:30px!important;
    margin:30px 0;
    display:block;
    width:100%;
}
div.covid19 p {
    text-align:center;
    font-size:1.4em;
    font-weight:600;
    color:#fff;
    line-height:1.2em;    
}
@media (max-width: 600px) {
    div.covid19 {
    font-size:1.0em!important;
    background-position:center;
    padding:10% 2%!important;
}
}
/*----- END CV19 BANNER SNIPPET DO NOT EDIT ----- */
