/*  
Theme Name: Medipac Theme
Theme URI: http://www.sweans.com
Description: A WordPress theme frame work
Version: 2.0
Author: Sweans
Author URI: http://www.sweans.com
*/
/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}
•ie - Internet Explorer (All versions)
•ie8 - Internet Explorer 8.x
•ie7 - Internet Explorer 7.x
•ie6 - Internet Explorer 6.x
•gecko - Mozilla, Firefox (all versions), Camino
•ff3 - Firefox 3
•ff3_5 - Firefox 3.5 new
•opera - Opera (All versions)
•opera8 - Opera 8.x
•opera9 - Opera 9.x
•opera10 - Opera 10.x
•webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
•safari3 - Safari 3.x
•chrome - Google Chrome
*/
html { 
  padding: env(safe-area-inset);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	background-color: #E5E5E5;
	}
body, th, td, input, textarea{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
form{
	}
fieldset{
	}
input, textarea{
	font-weight:bold;
	}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
	}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
	}
h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:25px;
	}
h2{
	font-size:22px;
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
h5{
	font-size:12px;
	}
h6{
	font-size:10px;
	}
p, ul, ol{
	font-size:13px;
	line-height:20px;
	}
 hr.dotHr {
  border:none;
  border-top:1px dashed #f00;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:100%;
  display:block;
}
	
ul, ol{
	}
ol li{ padding-left:8px; }
blockquote{
	margin-left:36px;
	margin-right:36px;
	}
a{
	color:#000000;
	text-decoration:none;
	}
a:hover{
	border:none;
	}
h1 a, h2 a, h3 a{
	border:none;
	color:#333333;
	text-decoration:none;
	}
h1 a:hover, h2 a:hover, h3 a:hover{
	background:none;
	color:#ed1b2f;
	}
hr{
	display:none;
	}
#frmemailfield{text-transform: none}
#frmemailfield2{text-transform: none}	
#wrapper{
	}
#search{
	float:right;
	width:270px;
	padding-top: 10px;
	}
#search fieldset{
	border:none;
	}
#search #s{
	padding:3px;
	width:140px;
	vertical-align:top;
	}
#search #x{
	width:60px;
	vertical-align:top;
	}
.post{
	}
.post .title{
	font-weight:normal;
	margin:0;
	}
h1.title{
	color:#333333;
	font-size:26px;
	font-weight: normal;
	}
h2.title{
	color:#371015;
	font-size:16px;
	}
.desctitle{
	font-size:10px;
	}
.post h1.title{
	padding: 15px 0;
	font-size:24px;
	height:auto;
	}
.post .entry{
	}
.entry p{
	padding-bottom:20px;
}
.entry ul,ol{
	padding-left:20px;
}
.post .meta{
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	font-size:14px;
	line-height: 1.3;
    padding: 5px 0;
}
.navigation{
	padding-top:10px;
	padding-bottom: 10px;
}
.navigation a {
    font-size: 15px;
    font-weight: 600;
}
.post .meta a{
	color:#333333;
	}
.post .links{
	margin:0;
	}
.post .tags{
	font-size:9px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.post .links a, .post .tags a{
	border:none;
	}
.sidebar{
	}
.sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#sidebar1 li{
	background-color: transparent;
	padding: 0;
	}
#sidebar2 li{
	background-color: #C6C6C6;
	padding:5px;
	}
.sidebar li ul{
	}
.sidebar li li{
	margin:0;
	}
.sidebar li h2{
	margin:0;
	}
#sidebar1{
	}
#sidebar1 li h2{
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
	}
#sidebar1 li ul{
	line-height:normal;
	padding-left: 5px;
	padding-right: 5px;	
	}
#sidebar1 li li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;	
	}
	#sidebar1 li li li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px;
	}
#sidebar1 li li a{
	}
#sidebar2{
	padding:0px;
	}
#sidebar2 li h2{
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;line-height: 30px;
	background-color: #333333;
	text-align: center;
	}
#sidebar2 li ul{
	line-height:normal;
	padding-left:10px;
	}
#sidebar2 li li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
#sidebar2 li a{
	border:none;
	padding-left: 10px;	
	}
#sidebar2 li a:hover{
	border:none;
	}
#calendar{
	margin:0 auto;
	}
#calendar caption{
	font-weight:bold;
	}
#calendar table{
	border-collapse:collapse;
	text-align:center;
	width:220px;
	}
#calendar thead th{
	background:#CCCCCC;
	color:#FFFFFF;
	}
#calendar tbody td{
	background:#EEEEEE;
	}
#calendar #today{
	background:#B8D03B;
	color:#FFFFFF;
	font-weight:bold;
	}
#calendar a{
	font-weight:bold;
	}
#calendar #prev{
	text-align:left;
	}
#calendar #next{
	text-align:right;
	}
#design{
	background:#FFFFFF url(images/lines2.gif) bottom right no-repeat;
	height:138px;
	}
.info{
	}
.comlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.comtext{
	background-color:#00072b;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.postlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
	}
.posttext{
	background-color:#00072b;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
	}
.commentlist{
	list-style:none;
	}
.authorcomment{
	background-color:#efefef;
	margin:10px 0px 0px 0px;
	padding:3px;
	}
.odd{
	color:#333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
.odd a:link{
	color:#000000;
	}
.commenttext{
	color:#000000;
	color:#000000;
	font-size:10px;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background-color: #EAEAEA;
	}
#author, #email, #url{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	padding:3px;
	width:40%;
	margin-bottom:5px;
	}
#comment{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	margin-bottom:0.6em;
	padding:3px;
	width:95%;
	}
#submit {
    background-color: #ed1b2f;
    border-bottom: 2px solid #ed1b2f;
    border-left: 1px solid #ed1b2f;
    border-right: 2px solid #ed1b2f;
    border-top: 1px solid #ed1b2f;
    padding: 8px;
    color: #fff;
}
acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}
blockquote{
	padding-left:52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	}
blockquote cite{
	display:block;
	margin:5px 0 0;
	}
.center{
	text-align:center;
	}
.aligncenter{
	margin-right: auto;
	margin-left: auto;	
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
hr{
	display:none;
	}
a img{
	border:none;
	}
pre{
	background:#f3f2ed;
	border:solid 1px #9a9a9a;
	color:blue;
	margin:10px;
	padding:10px;
	}
code{
	color:#000;
	font-size:1.0em;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.clear, .cb{
	clear:both;
	}
/*Bootstrap starts Here*/	
    body { padding-top: 70px; min-height: 410px }
    .tab-content p { padding: 10px 0; }	
/*Responsive*/	
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {

}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: 5px;
    top: 16px;
    vertical-align: middle;
    width: 0; cursor:pointer;
}
.menu-item-has-children a{
	width:90%;
}
@media (min-width: 767px) {
	.menu-item-has-children a{
	width:auto;
}
	.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: 5px;
    top: 16px;
    vertical-align: middle;
    width: 0; cursor:pointer;
}
.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
}
@media (max-width: 480px) {
.alignright {
    float: none;
	margin-left:0;
}
}


/*--------Medipac Styles---------*/

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.container{
	width: 1600px;
	max-width: 100%;
}
img{
	width: auto;
	max-width: 100%;
}
a:hover, input:hover, select:hover, input:focus, select:focus, textarea:focus, textarea:hover{
	outline: 0;
	text-decoration: none;
}
header {
    /*position: absolute;
    top: 0;*/
    z-index: 9999;
    width: 100%;
    /*right: 0;
    left: 0;*/
    margin: 0 auto;
    background: #fff;
}
.header-top-bar{
	display: inline-flex;
	width: 100%;
	background: #313131;
}
.top-bar-wapper, .main-head{
    margin: 0 auto;
    display: table;
    width: 90%;
    max-width: 100%;
    padding: 10px 15px; 
}
.header-top-bar ul{
	float: left;
	display: table-cell;
    vertical-align: middle;
}
.header-top-bar li {
    list-style: none;
    float: left;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}
.header-top-bar li a{
	color: #fff;
	cursor: pointer;
	line-height: 1.5;
}
li.tel-head a::before, li.email-head a::before{
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-right: 10px;
}
li.email-head a::before{
    content: "\f003";
}
.header-top-bar li:hover a::before {
    color: #ed1b2f;
    transition: all 0.5s ease;
}
.navbar-brand {
    height: auto;
    padding: 0;
    width: 300px;
    transition: all 0.5s ease;
}
.navbar {
    border: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    background-color: rgb(256,256,256,.6);
}
input.qte-frm-btn {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 10px 30px;
    background: #ed1b2f;
    font-weight: 500;
    border-bottom: 1.5px solid #000;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    text-transform: uppercase;
}

.sharetofriend{z-index: 9999;}

a.redbtn, input.send-btn, form#searchform input[type=submit],.sharetofriend input[type=submit],
li .quote-author a.redbtn, .qqsend input{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 10px 30px;
    background: #ed1b2f;
    font-weight: 500;
    border-bottom: 1.5px solid #000;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    text-transform: uppercase;
}

input.qte-frm-btn::after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: all 0.5s ease;	
}
a.redbtn::after, input.send-btn::after, .qqsend input::after{
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: all 0.5s ease;
}
input.qte-frm-btn:hover{
   background: #f70018;
    transition: all 0.5s ease;
    color: #fff;	
}
a.redbtn:hover, input.send-btn:hover, li .quote-author a.redbtn:hover, .qqsend input:hover{
    background: #f70018;
    transition: all 0.5s ease;
    color: #fff;
}
input.qte-frm-btn:hover::after{
	width: 100%;
}
a.redbtn:hover::after, input.send-btn:hover::after, .qqsend input:hover::after{
	width: 100%;
}
.apply-btn {
    width: auto;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.apply-btn a.redbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
nav .apply-btn a.redbtn {
    position: relative;
    top: auto;
    transform: none;
}
.logo {
	display: table-cell;
    vertical-align: middle;
    width: 300px;
    float: none;
    padding-right: 15px;
    height: auto;
}
.header-nav-bar {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
    color: #313131;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
ul#menu-main-menu-french-1 li>a {
    font-size: 15px;
    padding: 10px 5px;
    /*text-transform: capitalize;*/
    text-transform: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}
.navbottom-btn a.redbtn,.sticky .navbottom-btn a.redbtn {
    padding: 5px 15px;
    line-height: 1;
    font-size: 14px;
    margin: 0 20px;
}
ul#HomeBannerSlider {
    max-height: calc(100vh - 215px);
    z-index: 999;
    min-height: auto;
    display: block;
}
.slider-row.first{
	/*height: calc(100vh - 200px);*/
	height: auto;
	/*margin-top: 140px;*/
}
.visual {
    text-align: center;
    height: calc(100vh - 215px);
}
.visual img {
    /*height: calc(100vh - 200px);
    height: 100vh;*/
    margin: 0 auto;
    width: auto;
    object-fit: cover;
    margin-top: 0;
    /*margin-top: 120px;*/
    overflow: hidden;
}
.slider-row{
	position: relative;
}
.home-banner h2 {
    font-size: 65px;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 35%;
    padding: 20px;
    text-align: left;
    text-shadow: 2px 2px 5px #000;
    /*text-transform: capitalize;*/
}
.home-banner .slider-row.first h2 {
    top: 33%;
}
.home-banner .lSAction>a.lSNext, .home-banner .lSAction>a.lSPrev, span.previous-tab, span.next-tab,
.tio-plans .lSAction>a.lSNext, .tio-plans .lSAction>a.lSPrev{
	background-image: url(./images/left-control.png);
	height: 65px;
	background-repeat: no-repeat;
	z-index: 99;
	background-position: center;
}
.home-banner .lSAction>a.lSNext, span.next-tab, .tio-plans .lSAction>a.lSNext{
	background-image: url(./images/right-control-red.png);
}
.home-banner .lSSlideOuter .lSPager.lSpg, .tio-plans ul.lSPager.lSpg,
.whoweare .lSAction>a, .whoweare ul.lSPager.lSpg{
    display: none;
}
.home-banner {
    position: relative;
    /*min-height: 70vh;*/
    z-index: 9;
}
.banner-bottom-bar {
    background: #e9e9e9;
    display: block;
    z-index: 999;
    /*bottom: 0;
    right: 0;
    position: relative;
    left: 0;
    margin: 0 auto;
    */
}
form.qq-form {
    display: inline-flex;
    width: 95%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
form.qq-form input, form.qq-form select {
    width: 25%;
}
input, select, textarea{
    border: 0;
    border-bottom: 1px solid #000;
    float: left;
    padding: 5px 0px;
    margin-right: 20px;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    letter-spacing: 1px;
    resize: vertical;
    text-transform: uppercase;
}
input::placeholder,select,textarea::placeholder {
    color: #231f20;
}
.home-banner h2 img {
    padding: 5px;
    margin-bottom: 10px;
}
.quickqoute-outer {
    text-align: center;
    padding: 15px 0;
}
#qqform {
    display: inline-flex;
    width: 95%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
#qqform input, #qqform select {
    width: 25%;
}
#qqform input.send-btn {
    width: 25%;
    line-height: 1;
    margin-left: 20px;
    margin-right: 0;
}
/*.qqform span {
    width: 23%;
    max-height: 44px;
    margin-right: 15px;
}
.qqform input, .qqform select{
	float: none;
	padding: 5px;
	width: 100%;
	border-bottom: 0;
	line-height: 2;
	vertical-align: bottom;
}
.qqform select{
    height: 42px;
}
.qqform span.wpcf7-form-control-wrap {
    border-bottom: 1px solid #000;
}
.qqsend input {
    margin: 0;
    padding: 9px 20px;
    margin-left: 10px;
    max-height: 44px;
}
.qqform span.wpcf7-not-valid-tip {
    display: flex;
    padding-top: 5px;
    width: auto;
}
.quickqoute-outer div.wpcf7-validation-errors, .quickqoute-outer div.wpcf7-acceptance-missing {
    margin-bottom: 0;
}*/
.col-md-6.left-col, .col-md-3.branding{
    text-align: center;
}
.col-md-6.right-col {
    padding: 40px 15px;
}
.mp-title, h1.title, .about-testimonial h5, .about-contact h3, h5.about-faq, div#tab3 h6,
.plantitle{
    font-size: 36px;
    color: #ed1b2f;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 10px 0;
}
.titlewrapper {
    position: relative;
}
a.redbtn.morebtn {
    position: absolute;
    display: table;
    right: 0;
    top: 25%;
}
/*.mp-title::after {
    content: '';
    background-color: red;
   	width: 35%;
    position: absolute;
    height: 2px;
    top: 50%;
    right: 170px;
}*/
li {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    color: #4b4d4b;
}
p {
    color: #4b4d4b;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 400;
    line-height: 2;
}
.bottom-row{
    display: table;
    vertical-align: middle;
}
.element-cell {
	padding-right: 25px;
	display: table-cell;
	vertical-align: middle;
}
.element-cell:last-child{
	padding-right: 0;
}
.col-md-6.right-col p {
    /*padding: 20px 0px;*/
    padding: 8px 0px;
}
.blue-slider {
    padding: 15px;
    background: #00072b;
    text-align: center;
}
.about-section {
    /*padding-top: 30px;*/
    padding-bottom: 25px;
}
.blue-slider h2 {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}
.blue-slider li {
    padding: 10px 25px;
    text-align: center;
}
.blue-slider .lSSlideOuter .lSPager.lSpg{
	display: none;
}
.blue-slider li img {
    width: 30px;
}
.blue-slider .lSAction>a.lSNext, .blue-slider .lSAction>a.lSPrev{
	background-image: url(./images/blueslide-left-control.png);
	background-repeat: no-repeat;
    height: 40px;
	background-position: center;}
.blue-slider .lSAction>a.lSNext{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.step-inner p{
    color: #231f20;
    font-size: 18px;
}
.coverage .row {
	padding: 50px 0;
    width: 80%;
    margin: 0 auto;
}
.step-inner {
	text-align: center;
    padding: 15px;
    background-image: url(images/checkmark-box.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px;
}
.step-inner h2 {
    padding: 15px 0;
}
.step-inner img.stepthumb {
    width: 70%;
    margin: 0 auto;
    -webkit-transition: 0.6s ease;
 	transition: 0.6s ease;
}
.step-inner:hover img.stepthumb{
    -webkit-transform: scale(1.1);
 	transform: scale(1.1);
}
.plan-list {
    width: 60%;
    float: left;
}
.plan-single {
    float: left;
    background-color: #f6f6f6;
    width: 40%;
}
.plan-list .single-list {
    padding: 0;
    width: 33%;
    float: left;
    position: relative;
}
.single-list:nth-child(3n+1) {
    clear: both;
}
.coverage-option .row {
    padding: 40px 15px;
}
.plan-list .single-list .option-list, li.ins-option-list{
    margin: 0 10px 20px 10px;
    padding: 0;
    transition: all 0.5s ease;
    list-style: none;
}
.plan-list .single-list.col-4 .option-list, .plan-list .single-list.col-5 .option-list,
.plan-list .single-list.col-6 .option-list{
	margin-bottom: 0;
}
.option-list h5 {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    transition: all 0.5s ease;
    position: relative;
    color: #000;
    cursor: pointer;
    margin-top: -11px;
    letter-spacing: 1px;
    background: #f6f6f6;
    font-weight: 500;
}
.option-list h5::after {
	background-color: #570202;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: all 0.5s ease;
}
.option-list:hover h5::after, .option-list.active h5::after{
    width: 100%;
}
.plan-single h5 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.option-info {
    padding: 20px 25px;
}
.option-info ul {
    padding: 15px;
}
.option-info ul li, .ins-option-info ul li{
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    list-style: none;
}
.option-info ul li::before, .ins-option-info ul li::before{
    content: '';
    position: absolute;
    background-color: #ed1b2f;
    padding: 3px;
    left: -15px;
    border-radius: 50%;
    top: 10px;
}
.option-info a.learnmore.roke-btn {
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.5s ease;
}
.option-info a.learnmore.roke-btn:hover {
    color: #ed1b2f;
    font-size: 17px;
}
.option-list.active h5 {
    background: #ed1b2f;
    color: #fff;
    transition: all 0.5s ease;
}
.option-details img {
    max-height: 325px;
    width: 100%;
}
.lead-bar {
    text-align: center;
    padding: 20px 0;
    border: 10px solid #00072b;
    border-right: 0;
    border-left: 0;
}
.lead-wrapper {
    display: table;
    margin: 0 auto;
}
.lead-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
}
.coverage-option {
    padding-bottom: 50px;
}
.lead-cell.save-picture {
    width: 50%;
    padding: 0;
}
.howtosave-wrapper, .whentocall-wrapper {
    padding: 50px 0;
}
.lead-cell.save-details li, .planhowtosave li{
	list-style: none;
}
.save-details li{
	padding: 10px 0;
}
.lead-cell.save-details li h2, .planhowtosave li h2{
	position: relative;
}
.lead-cell.save-details li h2::before, .planhowtosave li h2::before{
    content: '';
    padding: 15px;
    background-image: url(images/checkmark-box.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    left: -40px;
    position: absolute;
    top: 0;
}
.lead-cell.save-details {
    padding: 0 7%;
    text-align: justify;
}
footer {
    background-color: #00072b;
    color: #fff;
}
.footer-bottom {
    padding: 10px 0;
    background-color: #00051e;
}
.footer-bottom-wrapper {
    width: 95%;
    margin: 0 auto;
}
.footer-bottom-wrapper p, .footer-bottom-wrapper p a{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
p.copy{
	float: left;
}
p.right-p {
    float: right;
}
footer .container {
    padding: 50px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(./images/footer-halflogo.png);
}
.col-md-6.address a, .col-md-3.quicklinks ul li a{
    font-size: 16px;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.col-md-6.address a i {
    padding-right: 15px;
}
.col-md-3.quicklinks ul li {
    list-style: none;
    text-transform: uppercase;
}
.col-md-6.address a:hover, .col-md-3.quicklinks ul li a:hover, footer a:hover{
    color: #ed1b2f;
}
#fontSizeChange, .translator{
    float: right;
    margin-left: 15px;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
}
#fontSizeChange div {
    color: #fff;
    cursor: pointer;
    float: left;
    height: 26px;
    margin-left: 6px;
    transition: all 0.5s ease;
}
#fontSizeChange-small {
    font-size: 14px;
    line-height: 34px;
}
#fontSizeChange-medium {
    font-size: 20px;
    line-height: 28px;
}
#fontSizeChange-large {
    font-size: 27px;
    line-height: 23px;
}
#fontSizeChange div:hover {
    color: #a6d7f9;
}
.active {
    color: #cd0a12 !important;
}
.home-banner .lSAction>a {
    top: 50%;
    z-index: 9999 !important;
    transform: translateY(-50%);
}
.slidingLogo {
    /*z-index: 9;
    padding-top: 35px;*/
}
.element-cell img, .branding img{
    max-width: 150px;
}
.home-banner video {
    /*transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);*/
    object-fit: cover;
    max-width: 100%;
    z-index: 99;
}
.coverage-option, .coverage, .modal-body{
    text-align: center;
}
.coverage-steps.container {
    text-align: left;
}
.modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
}
.modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1280px;
    margin: 0 auto;
    max-width: 95%;
    margin: 0 auto;
}
.modal-body iframe {
    max-width: 100%;
}
.modal-footer .btn {
    padding: 4px 8px;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #000 !important;
    color: #fff !important;
}
/*.mp-title {
    width: calc(100% - 265px);
    text-align: left;
    border-bottom: 2px solid #ed1b2f;
    line-height: 0px;
    z-index: 9;
    margin: 40px 0 20px;
}*/
.mp-title {
    width: calc(100% - 200px);
    text-align: left;
    z-index: 9;
    margin: 20px 0 20px;
    line-height: 1;
    padding: 0;
    display: inline-block;
    position: relative;
}
.mp-title span {
    background: #fff;
    /*position: absolute;*/
    z-index: 999;
    top: 90%;
    display: inline-table;
    padding-right: 30px;
}
.mp-title span::after {
    content: "";
    background: #ed1b2f;
    padding: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    z-index: -1;
}
/*-------------Apply Online-------*/
.bannerwrapper {
    min-height: 450px;
    position: relative;
    /*margin-top: 100px;*/
}
.page-template-tpl-application .mp-title::after {
    content: none;
}
/*.bannerwrapper h1 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    padding: 15px 20px;
    background: rgba(256,256,256,.8);
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}*/
.select-plan{
	padding:30px 0;
	border-bottom: 5px solid #ed1b2f;
}
.plan-title-wrapper {
    display: table;
    margin: 0 auto;
    padding-bottom:30px;
}
.plan-title-wrapper img,.plan-title-wrapper h3{
    display: table-cell;
    vertical-align: middle;
}
.select-plan a.redbtn{
    text-transform: uppercase;
    padding: 15px 35px;
    text-align: center;
    background: #f7f7f7;
    color:#ed1b2f;
}
.before-start {
    padding: 70px 0;
    background: #e9e9e9;
}
p.bs-intro{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 0;
    max-width: 100%;
}
.sub-intro{ text-align: center;margin-bottom:40px;line-height: 4  }


.before-start a.redbtn, .proceed-plan a.redbtn{
	padding: 25px 35px;
    text-transform: uppercase;
}

.sub-intro a.redbtn{
	padding: 16px 25px;
}


.before-start h4 {
    font-size: 28px;
    color: #00051e;
    font-weight: 600;
}
.disclaimer{
	padding: 40px 0;
    margin: 0 auto;
}
.proceed-plan {
    padding: 50px 0;
}
.leftline, .disclaimer, .ti-faq, .linksection{
    width: 1000px;
    max-width: 100%;
}
.blue-slider.applyonline h4, .about-testimonial h5{
    color: #fff;
}
ul#TravelInsurancetips li {
    text-align: left;
    padding: 10px 40px;
    margin: 0;
    display: table;
}
p.tips, p.tip-checkbox, .abouttestimonial li p{
    display: table-cell;
    padding: 5px 20px;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
p.tip-checkbox {
    background-repeat: no-repeat;
    background-image: url(images/checkmark-box.png);
    background-size: 25px;
    padding-left: 50px;
    background-position: 10px 10px;
}
.blue-slider.applyonline, .ti-faq {
    padding: 30px 0;
}
.ti-faq {
 	text-align: center;
    margin: 0 auto;
}
a.faqbtn {
    font-size: 24px;
    color: #fff;
    background: #ed1b2f;
    display: block;
    padding: 15px;
    width: 95%;
    margin: 10px auto 0 auto;
    transition: all ease 0.5s;
}
a.faqbtn:hover {
    background: #00072b;
}
.faq h6, #faq h6.title{
    font-size: 22px;
    font-weight: 600;
    color: #4b4d4b;
    background: #fff;
    padding: 10px 20px;
    text-align: left;
    padding-left: 50px;
    line-height: 1.5;
}
.faq p {
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 15px;
}
a.plans.redbtn.selected {
    background: #ed1b2f;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}
.proceed-plan .lead-cell {
    padding: 0;
}
.stepimg{
	max-width: 270px;
}
p.plan-alert {
    color: #ed1b2f;
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.lead-cell.redlogo img {
    width: 60%;
}
/* ==================Accordion=============== */
.Accordion_item {
	width: 95%;
    height: auto;
    border: 1px solid #ed1b2f;
    margin: 5px auto;
    padding: 1px;
}
.Accordion_item:first-child {
    margin-top: 15px;
}
.title_tab {
    background-color: #51adf6;
    color: #FCFCFC;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color .3s ease-in;
    border-radius:4px;
}
.title {
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
}
.icon {
    position: absolute;
    left: 1%;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-color: transparent;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
}
.icon:before, .icon:after {
    content: '';
    position: absolute;
    height: 95%;
    margin: 0 auto;
    width: 4px;
    background-color: #4b4d4b;
}
.icon:before {
    top: 0;
    left: 2px;
    transform: rotate(-45deg);
}
.icon:after {
    top: 0;
    right: 2px;
    transform: rotate(45deg);
}
.inner_content {
	margin: 0 auto;
    height: auto;
    display: none;
    overflow: hidden;
}
.inner_content p, .inner_content ul {
    margin: auto;
    padding: 18px 15px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translate3d(0px, 60px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}
.inner_content ul li, .inner_content ol li{
	font-size: 16px;
	padding-left: 10px;
}

/* ================================= */
.Accordion_item .title_tab.active .title .icon {
        transform: rotate(0deg);
        transition: transform .3s ease-in;
      }
      .Accordion_item .title_tab{background-color: transparent;
      transition: background-color .3s ease-in;
    }
    .Accordion_item .title_tab:hover {
      background-color: transparent;
      transition: background-color .3s ease-in;
    }
  .inner_content p.show, .inner_content ul, .inner_content ol{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  }

/* ==================Accordion=============== */
.scrolllinks {
    text-align: center;
    padding: 10px 15px;
    margin-top: 30px;
}
.scrolllinks a {
    font-size: 18px;
    padding: 0 15px;
    color: #6a6464;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 2px solid #ed1b2f;
    transition: all 0.5s ease;
}
.scrolllinks a:last-child {
	border-right: 0;
}
.scrolllinks a:hover{
	transition: all 0.5s ease;
	color: #ed1b2f;
}
.page-template-tpl-application .mp-title {
    width: auto;
    border: 0;
    text-align: center;
    margin: 20px 0;
}
.page-template-tpl-application .plan-title-wrapper .mp-title{
	text-align: left;
}


/*-------------Apply Online-------*/
li.searchicon, .resource-links ul li{
    list-style: none;
}
li.searchicon a.searchpopbtn {
    font-size: 0 !important;
}
li.searchicon a.searchpopbtn::after{
    font-size: 18px;
    content: "\f002";
    font-family: 'FontAwesome';
    color: #00072b;
}
/*div#searchpopup .modal-content {
    top: 50%;
    background: rgb(255, 255, 255, .8);
    height: 80%;
    width: 75%;
    margin: 0 auto;
    transform: translateY(-50%);
}
div#searchpopup .modal-body{
    top: 50%;
    transform: translateY(-50%);
}*/
div#searchpopup .modal-content {
    transform: none;
    top: 30%;
    width: 730px;
    max-width: 100%;
    background: transparent;
    padding: 0;
}
div#searchpopup .modal-body {
    padding: 0;
}
div#searchpopup .modal-footer button.btn.btn-secondary::after {
    font-size: 16px;
    padding: 5px;
}
.modal-footer button.btn.btn-secondary {
    font-size: 0;
    background-color: transparent !important;
}
.modal-footer button.btn.btn-secondary::after{
	content: "\f00d";
    font-family: 'FontAwesome';
    color: #ed1b2f;
    font-size: 20px;
    padding: 8px 10px;
}
form#searchform input.si {
    height: 45px;
    width: calc(100% - 200px);
}
form#searchform {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 800px;
    max-width: 100%;
}
div#searchpopup .modal-footer {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0;
    padding: 0;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
}
form#searchform input[type=submit]{
	margin-right: 0;
}
.btn:active, .btn.active, .btn:hover, .btn:focus{
    outline: 0 !important;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.header-nav-bar.mob{
	display: none;
}
/*--------Document--------*/
.plan-single.program-single, .ins-plan-single {
    float: none;
    text-align: left;
    background: #fff;
    width: auto;
    max-width: 100%;
    display: table;
    height: auto !important;
}
.plan-list.program-list .single-list, .ins-single-list{
	float: left;
    padding: 0 10px;
    width: 25%;
}
.plan-list.program-list .single-list:nth-child(3n+1) {
    clear: none;
}
.plan-list.program-list, .ins-list{
    padding: 0 0 30px;
    float: none;
    width: auto;
    background: #e9e9e9;
    border-top: 5px solid #ed1b2f;
}
.program-list .single-list {
    width: 25%;
    float: left;
    padding: 10px;
}
.option-details.program-details.program-details, .ins-option-details{
    display: table;
    padding: 30px 0;
    margin: 0 auto;
}
.option-details.program-details.program-details img, .ins-option-details img {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    transition: all ease .5s;
}
.option-details.program-details.program-details img:hover, .ins-option-details img:hover {
    transform: scale(1.02);
}
.option-info.program-info,.ins-option-info{
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
.coverage-option.insurance-program,.insurance-option {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding-top: 30px;
}
.coverage-option.insurance-program h3, .insurance-option h5, .claim-forms-section h5, .com-title{
    color: #ed1b2f;
    font-size: 36px;
    padding: 20px 0;
    margin: 10px 0;
}
.option-info.program-info h4, .ins-option-info h4{
    color: #ed1b2f;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.option-info.program-info ul li, .ins-option-info ul li{
    color: #4b4d4b;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.option-info.program-info ul li::before, .ins-option-info ul li::before {
    background-color: #4b4d4b;
    left: -20px;
    padding: 4px;
}
.plan-list .single-list .option-list img, li.ins-option-list img{
    cursor: pointer;
}
.program-list .single-list h4, li.ins-option-list h4{
    color: #4b4d4b;
    padding: 10px 5px;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
}
li.ins-option-list img ,.program-list .option-list img{
    width: 130px;
}
.plan-list.program-list .single-list .option-list, li.ins-option-list{
    padding: 15px;
    text-align: center;
}
.program-list li.option-list.active, li.ins-option-list.active{
    border: 5px solid #cd0a12;
    border-top: 0;
    border-radius: 0 0 5% 5%;
    background: #fff;
    text-align: center;
    position: relative;
}
.program-list li.option-list.active::after, li.ins-option-list.active::after {
    content: '';
    background: #ffff;
    padding: 7px;
    top: -7px;
    width: 100%;
    position: absolute;
    left: 0;
}
.option-info.program-info ul, .ins-option-info ul {
    padding: 0 20px;
}
.coverage-option.insurance-program {
    padding-bottom: 0;
}
.claim-forms-section .lead-bar {
    border: 0;
    padding: 50px 0;
}
.claim-forms-section p {
    width: 900px;
    max-width: 100%;
}
.claim-forms-section h6 {
    font-size: 24px;
    color: #141414;
}
.travel-ins-claims, .health-ins-forms{
    display: block;
}
.travel-ins-claims{
    padding-top: 40px;
}
.claim-downloadable-files {
    width: 25%;
    float: left;
    padding:15px;
}
.claim-downloadable-files {
    width: 20%;
    float: left;
    padding: 20px;
    margin: 20px 0;
}
.claim-downloadable-files span {
    display: block;
    color: #4b4d4b;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 15px;
    word-break: break-word;
}
.claim-downloadable-files:hover span, .pdffiles a:hover span{
    color: #ed1b2f;
}
.plan-list.program-list .container,.ins-list .container {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*--------Document--------*/
/*.defaultpage-banner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    font-size: 55px;
    background: transparent;
    color: #ed1b2f;
    background: transparent;
}*/
/*.cov-wrapper {
    display: table;
    padding: 50px 10px;
    box-shadow: 0px 1px 10px #f3eaea;
}*/
.cov-wrapper {
    padding: 26px 10px;
    box-shadow: 1px 1px 10px #cec5c5;
    margin-bottom: 35px;
}
.lead-cell.cov-picture {
    width: 35%;
    vertical-align: top;
}
.cov-wrapper h2 {
    display: table-caption;
    padding: 15px 25px;
    margin: 15px 0;
    font-size: 35px;
    color: #ed1b2f;
}
.cov-detailed-options {
    padding: 50px 0;
}
.wrapper404 {
    padding: 50px 0;
    text-align: center;
}
.wrapper404 img {
    width: 650px;
    max-width: 100%;
    margin-top: 100px;
}
.wrapper404 h2 {
    font-size: 30px;
    padding: 30px 0;
    color: #00072b;
}
#sidebar2 li {
    background-color: transparent;
}
.rightsidebar.col-md-3 {
    width: auto;
    float: none;
}
nav.navbar.navbar-default.main-head.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    transition: all 0.5s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    min-height: 50px;
    box-shadow: 1px 1px 7px 1px #c7c1c1db;
}
.navbar-default.sticky  .navbar-nav>li>a {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 1;
}
.sticky .main-head{
    padding: 10px;
}
.sticky a.redbtn{
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 18px;
}
.sticky .navbar-brand {
    width: 220px;
}
.breadcrumbs {
    font-size: 20px;
    padding: 15px 0;
    background: #f7f7f7;
    border-bottom: 5px solid #00072b;
}
.breadcrumbs span a:hover {
    color: #ed1b2f;
    transition: all ease 0.5s;
}
.stepcon {
    text-align: left;
    padding: 0 10px;
}
p.show, .inner_content ol, .inner_content ul{
    padding: 0 20px 20px 50px;
}
/*--------About page---------*/
.aboutustabs {
    padding-top: 60px;
}
.defaultpage-banner {
    /*margin-top: 140px;*/
}
.defaultpage-banner .bannerwrapper {
    min-height: 215px;
    margin-top: 0px;
    position: relative;
    box-shadow: inset 0 1px 50px #80808057;
}
.bannerwrapper .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.defaultpage-banner .titlewrapper {
	width: calc(100% - 200px);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.bannerwrapper h1.title{
    position: relative;
    font-size: 50px;
    display: flex;
}
.single .bannerwrapper h1.title {
    font-size: 35px;
}
.bannerwrapper h1.title::before {
    content: '';
    background: #ed1b2f;
    padding: 2px;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 0;
}
.bannerwrapper h1.title span {
    margin-left: 25%;
   	text-align: left;
	padding-left: 15px;
	display: block;
}
img.banner-half-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bottom-line {
    display: block;
    padding: 50px 0;
}
.bottom-line .mp-title span {
    background: #fff;
    position: absolute;
    z-index: 999;
    top: 50%;
    display: inline-table;
    padding-right: 30px;
    transform: translateY(-50%);
}
span img {
    max-width: 200px;
    display: inline-table;
    vertical-align: middle;
    padding-right: 30px;
}
.con-outer.row {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0;
}
.con-outer .col {
    width: 98%;
    margin: 15px auto;
    padding: 15px;
    padding-left: 45px;
    border: 1px solid #cacaca;
    text-align: left;
    color: #00072b;
    transition: all 0.5s ease;
}
.con-outer .col:hover {
	background-color: #facbcf;
}
.about-contact h3{
	color: #00072b;
}
.about-contact {
	border-top: 5px solid #00072b;
    padding: 30px 0;
    margin-top: -5px;
    text-align: center;
}
.col h4 {
    font-size: 24px;
    padding: 10px 0 20px 0;
    position: relative;
    font-weight: 600;
}
.enrolment.col h4::before, .emergency.col h4::before, .claims.col h4::before{
    content: '';
    position: absolute;
    background-image: url(images/enrollment.png);
    padding: 10px;
    top: 12px;
    background-size: 100%;
    left: -33px;
    background-repeat: no-repeat;
}
.emergency.col h4::before{
	background-image: url(images/emergency.png);
}
.claims.col h4::before{
	background-image: url(images/claim-icon.png);
}
.col a, .col p{
    font-size: 16px;
    display: block;
    line-height: 1.5;
}
.col td {
    vertical-align: middle;
    padding: 5px 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #4b4d4b;
}
.col table {
    width: 100%;
}
td.tb_main {
    font-weight: 600;
}
.wwa-video{
	cursor: pointer;
}
h5 img {
    padding: 0 15px;
}
.about-quote {
    padding: 20px 0;
}
.quote-author span {
    color: #00072b;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 2;
}
.quote-author {
    padding: 10px;
    margin: 15px 0;
}
.quote-author a {
    float: right;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 13px;
    letter-spacing: 1px;
}
img.visualbox {
    width: 100%;
    padding-top: 15px;
}
img.comma-img {
    padding-right: 10px;
}
img.comma-invert-img {
    padding-left: 10px;
}
.normalpagetitle {
    top: 41%;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.normalpagetitle h1 {
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    background: rgba(256,256,256,.8);
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.seperator .inner {
    background-image: url(images/blog-seperator.png);
    background-repeat: repeat-y;
    background-position: center center;
    height: 100%;
    padding: 10px;
    width: 2px;
    margin: 0 auto;
}
.col-md-7.col-md-offset-1 {
    position: relative;
}
.col-md-7.col-md-offset-1::before {
    content: "";
    display: block;
    width: 2px;
    background-color: #7f8395;
    height: 100%;
    left: -7%;
    top: 20px;
    position: absolute;
}
/*----- Tabs -----*/
.tabs {
	width:100%;
	position: relative;
	display:inline-block;
}
/*----- Tab Links -----*/
ul.tab-links {
    border-bottom: 2px solid #ed1b2f;
}
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
	width: 25%;
	margin:0 auto;
	float:left;
	position: relative;
	list-style:none;
	text-align: center;
}
.tab-links a {
    padding: 9px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    position: relative;
    text-transform: uppercase;
    transition: all linear 0.15s;
}
.whoweare h3, .whoweare h2, .whoweare h4, .whoweare h5{
    font-size: 20px;
    padding: 15px 0;
    color: #3d3e40;
}
.extra_text {
    padding: 50px 15px;
}
li.active a, li.active a:hover {
	background:#fff;
	color:#4c4c4c;
	text-decoration: none;
}
.tab-links li a::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #cd0a12;
    bottom: 0;
    clear: both;
    transition: all 0.5s ease;
}
.tab-links li.active a::after, .tab-links li:hover a::after  {
    width: 100%;
}
.previous-tab,
.next-tab{
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.tab-controls {
    position: absolute;
    top: 350px;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.next-tab{
	float: right;
}
/*----- Content of Tabs -----*/
.tab-content {
    padding-top: 60px;
}
.tab {
	display:none;
}
.tab.active {
	display:block;
}
.about-testimonial .lSAction>.lSPrev,.tio-plans .lSAction>a.lSPrev{
	left: 0;
}
.about-testimonial .lSAction>.lSNext, .tio-plans .lSAction>a.lSNext{
	right: 0;
}
.abouttestimonial li{
	padding: 0 40px;
}
.claim-downloadable-files img, .pdffiles img{
    width: 100px;
    max-width: 100%;
}
.about-claims-faq, #tab3 .travel-ins-claims{
    border: 5px solid #00072b;
    border-right: 0;
    border-left: 0;
}
#tab3 .travel-ins-claims{
	border-bottom: 0;
	padding: 30px 0;
}
.Blogs, .claims{
    padding-bottom: 65px;
}
.Blogs h2,.Blogs .postbox h3 a {
    color: #00072b;
    font-weight: 500;
    font-size: 24px;
    padding: 15px 0;
    display: block;
}
.Blogs .postbox h3 a {
    font-weight: 600;
}
.postbox p.meta {
    color: #00072b;
    line-height: 1;
    font-weight: 400;
    padding-top: 5px;
}
a.readmore {
    color: #ed1b2f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}
a.readmore:hover{
	font-size: 15px;
}
.postbox {
    padding: 15px 0 30px 0;
    border-bottom: 2px solid #00072b;
    margin-bottom: 15px;
}
.postbox:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
div#tab3 h6 {
    font-size: 36px;
}
/*.about-testimonial .lSSlideOuter .lSPager, .about-testimonial .lSSlideOuter .lightSlider,
ul#TravelInsuranceOptions {
    height: auto !important;
}*/
p.con-note {
    padding: 0;
    padding-bottom: 20px;
    color: #ed1b2f;
}
a.redbtn.moreblog {
    display: block;
    margin: 15px auto;
}
/*--------About page---------*/
/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    top: 60px;
    left: 15%;
    border: 3px solid #00072b;
	z-index: 9;
	background: #fff;
    padding: 15px;
    width: 400px;
    max-width: 100%;
}
.sharetofriend .col-md-12 {
    display: table;
    margin-bottom: 15px;
}
.sharetofriend p{
	text-align: center;
}
.sharetofriend label {
    font-size: 16px;
    font-weight: normal;
    bottom: 0;
    width: 40%;
    line-height: 1;
    padding-right: 10px;
    display: table-cell;
    vertical-align: bottom;
}
.sharetofriend input, .sharetofriend textarea{
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
}
.sharetofriend input[type=submit] {
    margin-top: 10px;
    float: none;
}
.sharetofriend .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-weight: bold !important;
    color: #00072b;
    background: #fff;
}
a.formcancel {
    font-weight: bold;
    color: #00072b;
    border: 2px solid #00072b;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
}
/*--------FAQ-------*/
.generalfaq,.assistfaq,.claimfaq,.covidfaq{
    padding: 0;
    text-align: center;
    border-bottom: 5px solid #00072b;
}
.claimfaq{
	border-bottom: 0;
}
.covidfaq{
	border-bottom: 0;
}
.faqtitle {
    display: block;
    text-align: left;
    padding: 15px 0;
    font-size: 36px;
    color: #ed1b2f;
    font-weight: bold;
}
.faqsearch form#searchform {
    width: 351px;
    padding: 0 8px;
    border: 1px solid #cdc8c7;
    float: right;
}
.faqheadbar {
    display: table;
    padding: 5px 0 15px 0;
    width: 100%;
}
.speedlinks,.faqsearch{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.speedlinks a {
    font-size: 20px;
    padding: 0px 15px;
    line-height: 1;
    border-right: 2px solid red;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b4d4b;
    font-weight: 500;
}
.speedlinks a:last-child {
    border-right: 0;
}
.speedlinks a:hover {
    color: #ed1b2f;
    transition: all ease 0.5s;
}
.faqsearch form#searchform input.si {
    margin: 0;
    width: calc(100% - 30px);
    border: 0;
    color: #1e1e2c;
}
.faqsearch form#searchform input[type=submit]{
	background-image: url(images/seachicon.png);
    font-size: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    background-position: center;
    padding: 10px 5px;
    background-size: 25px;
    width: 30px;
}
.speedlinks a:first-child {
    padding-left: 0;
}
.faqtitle {
    display: table;
}
.faqtitle img {
    width: 100px;
    vertical-align: middle;
    margin-right: 15px;
}
.claimfaq a.redbtn {
    margin-bottom: 30px;
}
.covidfaq a.redbtn {
    margin-bottom: 30px;
}
.faqtitle i {
    font-size: 70px;
    margin-right: 25px;
    vertical-align: middle;
}
/*--------FAQ-------*/
.searchpage, .planbenefits, .tio-plans, .contactsection{
    padding: 30px 0;
}
.cov-details a.redbtn {
    float: right;
    margin-top: 20px;
}
img.assistlogo {
    width: 50%;
}
a.planbtn {
    margin: 15px 0 15px 0;
    float: right;
    padding: 10px 20px;
    margin-right: 10px;
}
/*----------Medipac Plans---------*/
.pdffiles a{
	display: table;
	padding: 10px 0;
}
.pdffiles img {
	width: 70px;
}
.pdffiles span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding: 15px;
}
.benefit-right a.redbtn {
    display: block;
    margin-top: 25px;
}
.benefits ul{
	display: table-cell;
	padding: 0 25px;
}
.planhowtosaveimg {
    width: 40%;
}
.planhowtosave {
    padding-top: 20px;
    padding-left: 40px;
}
.tio-img{
    width: 40%;
    float: left;
}
.tio-detail {
    width: 60%;
    float: right;
    padding-left: 20px;
}
ul#TravelInsuranceOptions li.Islide {
    padding: 20px;
}
ul#TravelInsuranceOptions li{
	padding: 15px 40px;
}
ul#TravelInsuranceOptions .tio-detail ul li {
    padding: 0;
}
.tio-outer {
    padding: 25px 20px;
    background: #f7f7f7;
}
.tio-detail h5 {
    font-size: 22px;
    color: #00072b;
    font-weight: 600;
}
.tio-detail ul {
    padding-top: 15px;
    padding-left: 20px;
    display: inline-block;
}
.tio-img a.learnmore.roke-btn {
    color: #ed1b2f;
    border: 1px solid #ed1b2f;
    padding: 5px 10px;
    display:block;
    text-align: center;
    background: transparent;
    transition: ease all 0.5s;
}
.tio-img a.learnmore.roke-btn:hover {
    background-color: #fbe6e6d4;
}
div#tio-plans {
    border-bottom: 10px solid #00072b;
}
.quicklinkbar {
    background: #f7f7f7;
    padding: 10px 0;
}
.quicklinkbar .scrolllinks{
    margin-top: 0;
}
/*.page-template-tpl-cc-php .bannerwrapper h1.title::before,
.page-template-tpl-resources-php .bannerwrapper h1.title::before{
    width: 20%;
}*/
.complaint, .appeal{
    padding: 30px 0;
    border-top: 5px solid #00072b;
}
.complaint ul{
    padding-left: 30px;
}
.conintro {
    text-align: left;
    padding-bottom: 30px;
}
.contactbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.conintro p b span {
    color: #000;
    padding-right: 5px;
}
.conintro p b, p.tb_head{
    color: #ed1b2f;
}
.contactbox h6 {
    font-size: 18px;
    color: #00072b;
    font-weight: 600;
    padding: 10px 0;
}
td.tb_info {
    text-align: right;
}
.col tr {
    border-bottom: 1px dotted #bdbdc5b3;
    padding-bottom: 7px;
}
.col tr:last-child{
	border-bottom: 0;
}
.contactform.sharetofriend input, .contactform.sharetofriend textarea,
.contactform.sharetofriend select{
    border-bottom: 1px solid #7f7f7f;
    padding: 15px 0;
    margin-bottom: 10px;
}
.contactform input.wpcf7-form-control.wpcf7-submit.redbtn {
    margin: 0 auto;
    padding: 10px 30px;
}
.lastrow.row {
    padding: 10px 20px;
}
.sendbtn {
    text-align: center;
    margin-top: 15px;
}
.complaintsteps {
    width: 1000px;
    max-width: 100%;
}
.translator .wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
}
span.wpml-ls-native {
    color: #f7c658;
}
.wpml-ls-current-language span.wpml-ls-native {
    color: #fff;
}
/*----------Medipac Plans---------*/
/*----------Medipac Quotes---------*/
.allquotes {
    padding: 25px 0;
}
.quote-inner {
    display: table;
    margin: 0 auto;
}
.quote-inner img {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}
.quote-inner span {
    display: table-cell;
    vertical-align: middle;
    width: 380px;
    line-height: 1.5;
    max-width: 100%;
}
.quote-outer {
    padding: 15px 10px;
    display: block;
    border-bottom: 1px dotted #bdbbbb;
    margin-bottom: 25px;
}
.quote-outer.row p, .medipac-quote p{
    display: inline;
    font-size: 18px;
    vertical-align: middle;
}
.medipac-quote p a {
    color: #00072b;
    font-weight: 500;
}
.quote-outer .quote-author {
    padding: 10px;
    margin: 15px 0; 
}
/*----------Medipac Quotes---------*/
/*----------Medipac resources---------*/
.resource-links .plantitle {
    font-size: 25px;
}
.linksection {
    padding: 25px 0;
    margin: 0 auto;
    border-bottom: 1px solid #d4d0d0;
}
.resource-links ul li a {
    font-size: 18px;
    color: #4b4d4b;
    font-weight: 500;
}
.resource-links ul li a:hover {
    color: #00072b;
}
/*----------Medipac resources---------*/
.howtosave, .whentocall{
	overflow: hidden;
}
.customernote.row {
    border: 1px solid #d1d1d6;
    padding: 15px;
    margin: 20px auto;
    width: 80%;
}
.customernote.row p {
    text-align: center;
}
.customernote.row sapn, .customernote.row li{
    font-size: 16px;
    line-height: 1.5;
}
.customernote.row li {
    padding-bottom: 8px;
}
.help, .pdf, .telephone{
	background-image: url(images/bigHelp.png);
    background-position: left 20px;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 20px 0 0 50px;
    margin-bottom: 20px;
}
.help {
    padding-bottom: 22px;
    margin-bottom: 0;
    background-position: left 13px;
}
.pdf{
	background-image: url(images/bigPDF.png);
}
.telephone{
	background-image: url(images/bigPhone.png);
}
span.red {
    color: #ff2116;
}
/*.bannerwrapper:lang(fr) h1.title::before {
    width: 300px;
}*/
.bannerwrapper:lang(fr) h1.title {
    font-size: 45px;
}
.fullwidth{
	width: 100%;
}
.page-template-tpl-faq .Accordion_item.faq-inner{
	display: none;
}
.freeb span {
    font-size: 18px;
    color: #00072b;
    font-weight: 500;
}
.post-inner {
    padding: 20px;
    border: 2px solid transparent;
    margin: 20px;
    box-shadow: 2px 5px 21px #b4bff7;
    transition: all ease .5s;
}
.post-inner:hover {
    border: 2px solid black;
}
.single-wrapper {
    padding: 30px 15px;
}
.contactsection.container {
    padding: 30px;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.search h1 a {
    font-size: 22px;
    text-transform: capitalize;
}
.search .container {
    width: 80%;
    margin: 0 auto;
}
.single-faq p.meta {
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
}
.about-testimonial .lSAction>.lSPrev,.about-testimonial .lSAction>.lSNext{
	top: 30%;
}
.post.col-md-4:nth-child(3n+1) {
    clear: both;
}
.single-post p.meta {
    display: inline-block;
    padding: 10px;
    line-height: 1;
    background: #ffe5e7;
}
/*.single-post .bannerwrapper h1.title::before {
    width: 0;
}*/
.single-faq h2 {
    padding-bottom: 15px;
}
.medipacplusfaq h4.faqtitle {
    padding: 10px;
    font-size: 28px;
}
.medipacplusfaq.ti-faq.container {
    padding-top: 0;
}
.medipacplusfaq.ti-faq.container a.redbtn {
    display: inline-block;
    margin-top: 20px;
}
.quickqoute-outer .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none !important;
}
.modal{
	z-index: 9999999;
}
#faq h5.mp-title {
    display: block;
}
.lead-cell.planhowtosave {
    width: 60%;
}
.testimonial h2.title {
    display: inline;
    line-height: 1.5;
}
.testimonial.post {
    width: 33%;
    float: left;
}
.testimonial .post-inner {
    border: 0;
    border-bottom: 2px solid #d4d5da;
    text-align: justify;
    box-shadow: none;
    margin: 10px;
    padding: 15px;
}
.testimonial.post:nth-child(3n+1){
	clear: both;
}
.extralinks {
    display: flex;
    justify-content: space-between;
}
.single-post h2 {
    font-size: 30px;
    padding: 15px 0;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
}
/*.tabs > .tab-content > .tab {
	display: block;
	height: 0;
	opacity: 0;
}
.tabs > .tab-content > .tab.active {
	height: auto;
	opacity: 1;
}*/
.tab-content {
	& > .tab {
		display: block;
		height: 0;
		opacity: 0;
		&.active {
			height: auto;
			opacity: 1;
		}
	}
}
div#qqe .modal-body {
    border-bottom: 1px solid #cfcfe0;
    border-radius: 0;
    margin-bottom: 15px;
}
div#qqe .modal-content {
    background: #fff;
    padding: 15px 15px 30px 15px;
    width: 700px;
    margin: 0 auto;
    max-width: 90%;
}
div#qqe .modal-footer{
    position: absolute;
    top: -10px;
    right: -10px;
}
#wptime-plugin-preloader {
	margin: 0 auto !important;
}
/*#loading {
    background: url('/images/logo-spin-512.gif') no-repeat center center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    width: 100%;
    z-index: 99999999;
}*/

/*--------Responsive--------*/
@media (min-width: 1200px){
	.home-banner:lang(fr) h2 {
	    font-size: 55px;
	}
}
@media (min-width: 1025px){
	.top-bar-wapper li.searchicon, .navbar-default .navbar-toggle{
		display: none;
	}
	.slidingLogo img.birdTilt {
	    -webkit-animation: BirdSpin 4s alternate infinite;
	    -moz-animation: BirdSpin 4s alternate infinite;
	    animation: BirdSpin 4s alternate infinite;
	}
	@keyframes BirdSpin {
	     0% {
	         transform: perspective(300px) rotateX(0deg) rotateY(-3deg);
	         will-change: transform;
	    }
	     100% {
	         transform: perspective(300px) rotateX(0deg) rotateY(3deg);
	         will-change: transform;
	    }
	}
}
@media (min-width: 768px){
	.navbar-nav {
	    float: none;
	    width: fit-content;
	    display: table;
	    margin: 0 auto;
	}
	.coverage-option .row {
	    margin-top:3%;
	}
	.navbar-toggle {
	    display: block;
	}
}
@media (max-width: 1600px){
	.whoweare,.assist,.claims,.Blogs{
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 1400px){
	.bannerwrapper h1.title {
	    position: relative;
	    font-size: 40px;
	}
}
@media (max-width: 1200px){
	.bannerwrapper h1.title {
    	font-size: 35px;
    }
	.home-banner h2 {
	    font-size: 45px;
	    width: 50%;
	    line-height: 1.1;
    	padding: 10px;
	}
	.home-banner h2 img {
	    padding: 0px 5px;
	    margin-bottom: 10px;
	}
	.top-bar-wapper, .main-head {
	    margin: 0 auto;
	    display: inline-flex;
	    width: 1200px;
	    max-width: 100%;
	    padding: 8px 15px;
	}
	.top-bar-wapper {
	    display: inline-block;
	}
	.coverage .row {
    	width: 100%;
    }
    .blue-slider h2 {
    	font-size: 27px;
	}
	.mp-title {
	    font-size: 40px;
	}
	/*.mp-title::after {
    	width: 25%;
    }*/
    .home-banner h2 img {
	    margin-bottom: 0px;
	}
	.col-md-6.right-col{
		width: 60%;
	}
	.col-md-6.left-col{
		width: 40%;
	}
	.navbar-brand {
	    width: 250px;
	}
	.bannerwrapper h1 {
	    font-size: 40px;
	}
	.plan-title-wrapper, .leftline {
	    display: block;
	    text-align: center;
	}
	img.stepimg {
    	display: inline-block;
    	margin-right: 50px;
    }
    .plan-title-wrapper h3, .proceed-plan .lead-cell{
    	font-size: 36px;
    	display: inline-block;
        margin: 20px 0;
    }
	.select-plan a.redbtn {
	    padding: 10px 20px;
	    line-height: 1.5;
	}
	.select-plan .lead-cell {
    	padding: 0 15px;
    }
    .scrolllinks {
	    padding: 5px 0;
	    margin-top: 15px;
	}
	.scrolllinks a {
    	font-size: 15px;
    }
    .before-start a.redbtn, .proceed-plan a.redbtn {
    	padding: 15px 20px;
    }
	.sub-intro a.redbtn{
		padding: 11px 14px;
	}    
    p.bs-intro {
    	padding: 10px 0;
    }
    .sub-intro{ 
    	margin-bottom:28px  
    }
    .lead-cell {
	    padding: 0 10px;
	}
	.before-start h4{
		font-size: 25px;
	}
	/*.home-banner .lSAction>a {
    	top: 50%;
    }*/
    .claim-downloadable-files {
    	max-width: none;
    }
    .tab-links a {
	    padding: 10px;
	    font-size: 20px;
	}
	.breadcrumbs {
	    font-size: 16px;
	    padding: 10px 0;
	}
	.planhowtosaveimg,.lead-cell.planhowtosave{
	    width: 100%;
	}
	.lead-cell.planhowtosave {
	    display: block;
	    padding-left: 40px;
	}
	.plan-list.program-list .single-list, .ins-single-list {
	    width: 23%;
	}
}
@media (max-width: 1025px){
	.navbar-default .navbar-collapse.collapse{
    	display: none!important;
  	}
  	.navigatsioon .navbar-toggle, .header-nav-bar.mob{
		display: block;
	}
  	.navbar-default .collapse.in{
		display: block !important;
	}
	li.searchicon {
	    padding: 0 10px;
	    float: right;
	}
	li.searchicon a.searchpopbtn::after{
		color: #ed1b2f;
    	line-height: 1.3;
    }
	.navbar-nav>li.searchicon,.nav-desk, .header-nav-bar.desk{
	    display: none;
	}
	.header-nav-bar.mob {
	    border: 0;
	    position: absolute;
	    top: 60px;
	    z-index: 99999;
	    right: 0;
	    text-align: left;
	    background: #fff;
	    width: 250px;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	    position: absolute;
	    top: 10px;
	    right: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #ed1b2f;
	}
	.navbar-nav,.navbar-nav>li {
	    float: none;
	    width: auto;
	}
	.header-nav-bar {
	    width: auto;
	    padding-left: 15px;
	}
	.navbottom-btn a.redbtn {
	    padding: 10px 15px;
	    line-height: 24px;
	}
	.navbottom-btn a.redbtn, .apply-btn a.redbtn, .sticky .navbottom-btn a.redbtn {
	    padding: 6px 10px;
	    line-height: 24px;
	    font-size: 14px;
	    margin: 0 10px;
	}
	.navbar-brand {
	    width: 100%;
	}
	img.stepimg {
	    margin-right: 20px;
    	max-width: 200px;
    }
    .plan-title-wrapper h3, .proceed-plan .lead-cell,.single-post h2{
    	font-size: 27px;
    }
    .select-plan, .proceed-plan,.before-start,.blue-slider.applyonline, .ti-faq{
		padding: 30px 15px;
	}
	ul#TravelInsurancetips li {
	    padding: 15px 40px;
	}
	p.tips, p.tip-checkbox {
	    padding: 10px;
	    font-size: 15px;
	    line-height: 2;
	}
	p.tip-checkbox {
	    background-size: 22px;
	    padding-left: 50px;
	    background-position: 10px 15px;
	}
	.page-template-tpl-application .mp-title {
    	margin: 10px 0;
    	display: initial;
	}
	.faq h6,a.faqbtn{
	    font-size: 22px;
	}
	.icon {
	    width: 14px;
	    height: 13px;
	}
	img.banner-half-logo {
    	width: 100px;
    }
    .bannerwrapper h1.title {
	    font-size: 30px;
	}
	.defaultpage-banner .bannerwrapper {
    	min-height: 149px;
    }
    .mp-title {
	    font-size: 30px;
	}
    .quote-inner span {
    	width: auto;
    }
    .quote-outer {
    	padding: 10px 30px;
    	margin: 0 10px 20px 10px;
	}
	.quote-outer .quote-author {
	    padding: 5px;
	    margin: 5px 0;
	}
	.quote-author span {
	    font-size: 16px;
	    padding: 0 10px;
	}
	.quote-outer.row p {
    	font-size: 16px;
    }
    .breadcrumbs {
	    font-size: 17px;
	    padding: 10px 0;
	    border-bottom: 3px solid #00072b;
	}
	.con-outer .col-md-4 {
	    width: 500px;
	    margin: 0 auto;
	    float: none;
	    max-width: 100%;
	}
	.lead-cell.cov-picture {
	    width: 30%;
	}
	.cov-wrapper .lead-cell {
	    padding: 0 20px;
	}
	.quote-outer {
	    padding: 10px 10px;
	    margin-bottom: 15px;
	}
	img.comma-img, img.comma-invert-img{
	    width: 26px;
	}
	.abouttestimonial li {
	    padding: 0 25px;
	}
	.speedlinks a {
	    font-size: 15px;
	    padding: 0px 10px;
	}
	.save-details h2 {
	    font-size: 18px;
	    line-height: 1.3;
	}
	.howtosave-wrapper, .whentocall-wrapper {
	    padding: 30px 0;
	}
	.bannerwrapper h1.title::before{
		width: 200px;
	}
	.bannerwrapper h1.title span {
	    margin-left: 200px;
	}
	.testimonial.post {
	    width: 50%;
	}
	.testimonial.post:nth-child(3n+1){
		clear: none;
	}
	.testimonial.post:nth-child(2n+1){
		clear: both;
	}
	/*.home-banner{
		height: auto;
		min-height: auto;
		max-height: 780px;
		overflow: hidden;
	}
    .slider-row {
	    margin-top: 140px;
	}*/
	.visual img {
		height: auto;
		margin-top: 0px;
    }
	.visual {
		height: auto;
	}
	.banner-bottom-bar {
	    margin-top: -12px;
	}
	.home-banner .lSAction>a {
	    top: 48%;
	}
	ul#HomeBannerSlider {
    	max-height: 700px;
    }
}
@media (max-width: 992px){

input.qte-frm-btn{
	padding: 10px 20px;
}

	a.redbtn, input.send-btn {
    	padding: 10px 20px;
    }
	.howtosave-wrapper, .whentocall-wrapper {
	    padding: 15px 0;
	}
	.lead-cell.save-details {
	    padding: 0 15px 0 6%;
	    text-align: justify;
	}
	.option-list h5 {
	    padding: 5px;
	    font-size: 13px;
	}
	.option-details img {
    	max-height: 200px;
    }
    .option-details.program-details.program-details img, .ins-option-details img{
    	max-height: none;
    }
    .option-info {
	    padding: 10px 15px;
	}
	.option-list h5::after {
    	height: 3px;
    }
    .plan-list .single-list .option-list {
    	margin: 0 5px 16px 5px;
    }
    .col-md-6.right-col,.col-md-6.left-col{
		width: 100%;
	}
	.about-section {
	    padding-top: 0px;
	    padding-bottom: 0;
	}
	/*.mp-title::after {
	    width: 30%;
	}*/
	.coverage-option.insurance-program h3, .insurance-option h5, .claim-forms-section h5, .com-title{
		font-size: 30px;
	}
	.mp-title,.option-info.program-info h4, .ins-option-info h4{
	    font-size: 27px;
	}
	.step-inner img {
    	width: 50%;
    }
    .step-inner {
	    height: auto !important;
	    padding-bottom: 55px;
	    margin-bottom: 20px;
	}
	.step-inner p {
	    font-size: 17px;
	    padding: 0;
	}
	form.qq-form input, form.qq-form select {
    	width: 25%;
    }
    /*.banner-bottom-bar {
	    top: -11px;
	    position: relative;
	}*/
	.slidingLogo {
	    padding-top: 0;
	    margin-top: 0;
	}
	.visual img, .slider-row.first{
    	height: auto;
    }
    p.copy, .footer-bottom-wrapper p, .footer-bottom-wrapper p a, p.right-p {
	    float: none;
	    text-align: center;
	    font-size: 12px;
	    line-height: 1.5;
	    padding: 5px 0;
	}
	.Accordion_item:first-child {
	    margin-top: 20px;
	}
	.plan-single.program-single, .ins-plan-single {
	    width: 95%;
	    margin: 0 auto;
	}
	.plan-list.program-list {
	    height: auto !important;
	}
	.plan-list.program-list .single-list:nth-child(2n+1) {
	    clear: none;
	}
	.program-list li.option-list.active, li.ins-option-list.active{
	    border: 3px solid #cd0a12;
	}
	.plan-list.program-list, .ins-list {
    	border-top: 3px solid #ed1b2f;
	}
	.program-list .single-list h4, li.ins-option-list h4 {
	    padding: 5px;
	    font-size: 15px;
	    width: auto;
	}
	.lead-bar {
    	border: 5px solid #00072b;
    	border-right: 0;
    	border-left: 0;
    }
    .claim-downloadable-files span {
	    font-size: 16px;
	    line-height: 1.8;
	    padding-top: 10px;
	}

	input.qte-frm-btn{
		    font-size: 12px;
	    line-height: 1;
	}
	a.redbtn, input.send-btn, form#searchform input[type=submit], 
	.sharetofriend input[type=submit] {
	    font-size: 12px;
	    line-height: 1;
	}
	.tab-content{
	    padding-top: 20px;
	}
	.aboutustabs {
	    padding-top: 30px;
	}
	.Blogs, .claims {
	    padding-bottom: 20px;
	}
	.faqheadbar {
	    display: inline-block;
	    padding: 5px 0;
	    margin-bottom: 15px;
	    width: auto;
	}
	.speedlinks {
	    padding: 15px 0;
	    display: inline-block;
	}
	.faqtitle {
	    font-size: 25px;
	    display: block;
	}
	.pdffiles {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.pdffiles a {
	    display: inline;
	    padding: 10px;
	    text-align: center;
	}
	.benefit-right a.redbtn {
	    display: block;
	    margin: 10px auto;
	}
	.benefit-right h2.plantitle{
		display: none;
	}
}
@media (max-width: 860px){
	form.qq-form input, form.qq-form select {
	    width: 25%;
	}
	.home-banner h2 {
    	font-size: 30px;
    }
    .home-banner h2 img {
	    width: 35px;
	}
	.home-banner .lSAction>a.lSNext, .home-banner .lSAction>a.lSPrev,
	.tio-plans .lSAction>a.lSNext, .tio-plans .lSAction>a.lSPrev, span.previous-tab, span.next-tab{
    	height: 30px;
    }
    .blue-slider .lSAction>a.lSNext, .blue-slider .lSAction>a.lSPrev{
    	height: 25px;
    }
    .blue-slider li img {
	    width: 27px;
	}
    .navbottom-btn a.redbtn, .apply-btn a.redbtn,.sticky .navbottom-btn a.redbtn{
	    padding: 5px 9px;
	    line-height: 1.5;
	    font-size: 12px;
	    margin: 0 5px;
	}
	.blue-slider h2 {
	    font-size: 20px;
	    padding: 0 15px;
	}
	.blue-slider {
    	padding: 5px;
    }
    .coverage .row, .cov-detailed-options, footer .container, .select-plan{
	    padding: 25px 0;
	}

	input.qte-frm-btn{
	    padding: 8px 14px;
	    font-size: 13px;
	    line-height: 1.5;		
	}
	a.redbtn, input.send-btn {
	    padding: 8px 14px;
	    font-size: 13px;
	    line-height: 1.5;
	}
	.mp-title {
	    width: calc(100% - 140px);
	    /*margin: 25px 0 20px;*/
	}
	.mp-title span{
		padding-right: 15px;
	}
	.lead-cell.cov-picture {
	    padding: 0 20px;
	}
	.plan-list .single-list {
	    width: 50%;
	}
	.single-list:nth-child(3n+1) {
	    clear: none;
	}
	.single-list:nth-child(2n+1) {
	    clear: both;
	}
	.option-details img {
	    max-height: 300px;
	}
	.bannerwrapper h1 {
    	font-size: 35px;
    }
    .cov-wrapper h2 {
	    padding: 8px 0;
	    margin: 8px 0;
	    font-size: 25px;
	}
	.col-md-6.address a, .col-md-3.quicklinks ul li a {
	    display: block;
	    line-height: 1.5;
	    text-align: center;
	}
	.lead-wrapper .lead-wrapper {
	    display: block;
	}
	.lead-wrapper .lead-cell {
    	display: inline-block;
    }
	.lead-cell.redlogo img {
	    width: auto;
	}
	.lead-cell.redlogo {
	    display: /*table-caption*/block;
	}
	.plan-list,.plan-single{
    	width: 50%;
    }
	.bottom-row {
	    margin: 0 auto;
	}	
	.faq h6, a.faqbtn {
	    font-size: 20px;
	    padding: 10px;
	    padding-left: 30px;
	}
	.inner_content p, .inner_content ul {
	    padding: 12px 14px;
	    font-size: 15px;
	    line-height: 1.8;
	    padding-left: 30px;
	}
	.inner_content ul {
	    padding: 0 12px 0 30px;
	}
/*	.option-info.program-info, .ins-option-info {
	    transform: translate(250px, -55%);
	    width: auto;
	}*/
	.option-info.program-info ul li::before, .ins-option-info ul li::before {
	    padding: 4px;
	}
	.option-info.program-info h4, .ins-option-info h4,.single-post h2 {
	    font-size: 25px;
	    padding-bottom: 5px;
	}
	.lead-cell.cov-details {
	    display: block;
	    margin-bottom: 20px;
	    padding: 15px 15px 15px 30px;
	}
	.lead-cell.cov-picture {
	    padding: 0 20px;
	    width: 100%;
	    display: inline-block;
	}
	.qqform {
    	display: inline-block;
    }
    .qqform span {
	    width: 100%;
	    margin-right: 0;
	    display: block;
	}
	.qqform input, .qqform select{
		margin-right: 0;
	}
	.qqsend input {
    	margin-left: 0;
    }
    .quickqoute-outer {
	    width: 100%;
	    margin: 0 auto;
	    padding: 10px 0;
	    max-width: 100%;
	}
	#qqform {
	    width: 100%;
	}
	#qqform input.send-btn {
	    margin: 0;
	    padding: 10px;
	}
	#qqform input, #qqform select, #qqform textarea{
    	font-size: 11px;
    }
}
@media (max-width: 768px){
	.mp-title {
	    font-size: 24px;
	    /*padding: 12px 0;*/
	    width: calc(100% - 130px);
	}

	input.qte-frm-btn{
			    padding: 8px 14px;
	    font-size: 14px;
	    line-height: 18px;
	}
	a.redbtn, input.send-btn {
	    padding: 8px 14px;
	    font-size: 14px;
	    line-height: 18px;
	}
	.bannerwrapper h1 {
	    font-size: 30px;
	    padding: 10px 15px;
	}
	.plantitle {
	    font-size: 30px;
	}
	.bannerwrapper {
    	min-height: 250px;
    }
    .slidingLogo img {
	    width: 50%;
	}
	.claim-downloadable-files {
	    padding: 10px 15px;
	    min-width: 150px;
	}
	.claim-downloadable-files span {
	    font-size: 16px;
	    line-height: 1.5;
	    padding-top: 5px;
	}
	.claim-forms-section h6{
		font-size: 20px;
	}
	.coverage-option.insurance-program h3, .insurance-option h5, .claim-forms-section h5 {
	    font-size: 30px;
	    padding: 10px 0;
	    margin: 5px 0;
	}
	.coverage-option.insurance-program, .insurance-option {
	    padding-top: 15px;
	}
	.plan-list.program-list .single-list .option-list, li.ins-option-list {
	    padding: 25px 10px 15px;
	}
	.program-list .single-list h4, li.ins-option-list h4 {
	    padding: 5px;
	    font-size: 15px;
	    width: auto;
	    word-break: break-word;
	}
	/*.bannerwrapper h1.title::before{
    	content: none;
	}*/
	.searchpage, .planbenefits, .tio-plans, .contactsection {
	    padding: 20px 15px;
	}
	.lead-cell.planhowtosave {
	    text-align: left;
	    padding: 0 40px;
	}
	.tab-links a {
	    padding: 5px 5px 10px 5px;
	    font-size: 15px;
	}
	.postbox {
	    padding: 10px 0 15px 0;
	    margin-bottom: 0px;
	}
	.tab-controls {
	    top: 270px;
	    width: 98%;
	}
	.whoweare, .assist, .claims, .Blogs {
    	width: 95%;
    }
    .benefits ul {
	    padding: 0 10px;
	}
	.pdffiles span {
	    font-size: 15px;
	    padding: 10px 15px;
	}
	.benefit-right {
	    text-align: center;
	}
	p.tips, p.tip-checkbox {
	    display: block;
	}
	.tio-details li {
	    font-size: 17px;
	    line-height: 1.5;
	}
	.bannerwrapper h1.title::before{
		width: 100px;
	}
	.bannerwrapper h1.title span {
	    margin-left: 100px;
	}
	.testimonial .post-inner {
	    margin: 5px;
	    padding: 10px;
	}
}
@media (max-width: 680px){
	/*.banner-bottom-bar {
    	position: relative;
    }*/
    form.qq-form {
	    display: initial;
	    width: auto;
	    height: 40px;
	    margin: 0 auto;
	    text-align: center;
		}
	form.qq-form input, form.qq-form select {
	    width: 300px;
	    max-width: 100%;
	    margin: 10px auto;
	    float: none;
	}
	form.qq-form input.send-btn {
	    width: 300px;
	    line-height: 1.5;
	    margin-left: 0;
	    margin-right: 0;
	}
	.lead-wrapper {
	    margin: 0px auto;
	    text-align: center;
	}
	.lead-cell {
	    display: inline-block;
	    text-align: center;
	    padding: 0 5px;
	    margin: 5px auto;
	}
	.lead-cell.save-picture {
	    width: 100%;
	    padding: 15px;
	}
	.lead-cell.save-details {
	    padding: 10px 20px 0 10%;
	}
	.lead-cell.save-details li h2::before {
	    background-size: 25px;
	    left: -33px;
	}
	#fontSizeChange {
	    margin-left: 0px
	}
	.logo {
    	width: auto;
    	max-width: 180px;
    	margin-right: 5px;
    }
    .navbar-brand {
	    width: 165px;
	}
    .main-head {
	    padding: 5px 5px;
	}
	.navbar-default .navbar-toggle {
	    top: 0px;
    	margin-right: 10px;
	}
	.wrapper404 h2 {
	    font-size: 25px;
	    padding: 20px 0;
	}
	input.qte-frm-btn{
	    font-size: 15px;
	    line-height: 1.5;
	    padding: 5px 20px;		
	}
	a.redbtn, input.send-btn, form#searchform input[type=submit] {
	    font-size: 15px;
	    line-height: 1.5;
	    padding: 5px 20px;
	}
	form#searchform input.si {
	    height: 35px;
	    width: calc(100% - 125px);
	}
	.modal-footer button.btn.btn-secondary::after {
	    font-size: 15px;
	    padding: 5px;
	}
	.modal-body {
	    padding: 5px;
	}
	div#searchpopup .modal-content {
	    height: auto;
	    width: 90%;
	}
	.header-top-bar li {
	    padding-right: 12px;
	}
	img.stepimg {
	    margin-right: 10px;
	    max-width: 150px;
	}
	.plan-title-wrapper h3, .proceed-plan .lead-cell,.coverage-option.insurance-program h3, 
	.insurance-option h5, .claim-forms-section h5 {
	    font-size: 25px;
	}
	.before-start a.redbtn, .proceed-plan a.redbtn {
	    padding: 10px 15px;
	}
	.sub-intro a.redbtn{
		padding: 8px 12px;
	} 
	.sticky .main-head {
	    padding: 10px 5px;
	    display: flex;
	}
	.navbar-default.sticky .navbar-toggle {
	    margin: 0;
	    top: 50%;
	    transform: translateY(-55%);
	}
	.navbar-default .navbar-toggle {
	    right: 10px;
	}
	.lead-cell.cov-details ul, .lead-cell.cov-details p{
		text-align: left;
	}
	.lead-cell.cov-details ul{
		padding-left: 20px;
	}
	/*.visual img, .slider-row.first{
	    margin-top: 110px;
	}*/
	.bannerwrapper {
    	margin-top: 60px;
    }
    .option-info.program-info h4, .ins-option-info h4{
    	font-size: 22px;
    }
    .plantitle {
	    font-size: 25px;
	}
    .claim-forms-section .lead-bar {
	    padding: 20px 0;
	}
	.pdffiles {
	    display: inline-block;
	    margin: 0 auto;
	    padding-top: 20px;
	}
	.pdffiles {
	    display: inline-flex;
	    padding: 10px 0;
	    text-align: center;
	}
	.pdffiles span {
	    padding: 5px;
	}
	.pdffiles img {
	    width: 50px;
	}
	.benefit-right a.redbtn {
	    margin: 10px auto;
	}
	.benefits ul {
	    display: inline-block;
	    padding: 0 20px;
	}
	.mp-title, h1.title, .about-testimonial h5, .about-contact h3,
	h5.about-faq, div#tab3 h6, .plantitle {
	    font-size: 30px;
	    padding: 10px 0;
	    margin: 5px 0;
	}
	.tio-outer {
	    padding: 20px;
	    padding-bottom: 60px;
	    position: relative;
	}
	.tio-img,.tio-detail{
	    width: 100%;
	    padding-left: 0;
	}
	/*a.learnmore.roke-btn {
	    position: absolute;
	    bottom: 10px;
	    width: 90%;
	}*/
	.tio-detail {
    	padding-top: 15px;
    }
    ul#TravelInsuranceOptions li {
	    padding: 15px 25px;
	}
	li,p{
	    font-size: 15px;
	    line-height: 1.5;
	}
	.tio-detail h5 {
    	font-size: 19px;
    }
    .header-top-bar .translator li{
		font-size: 12px;
	}
	.wpml-ls-legacy-list-horizontal a {
    	padding: 5px;
    }
	.header-top-bar li {
	    padding-right: 10px;
	    font-size: 0;
	}
	.quote-outer {
	    padding: 5px 10px;
	    margin-bottom: 10px;
	}
	.cov-wrapper {
	    display: table;
	    padding: 15px;
	}
	.lead-cell.cov-details {
	    margin-bottom: 0px;
	    padding: 20px 0;
	}
	span img {
    	max-width: 130px;
    	padding-right: 15px;
    }
    /*.defaultpage-banner {
	    margin-top: 120px;
	}*/
	.defaultpage-banner .bannerwrapper {
	    min-height: 120px;
	}
	.sticky .navbar-brand {
	    width: 150px;
	}
	.contactbox h6 {
	    font-size: 16px;
	    padding: 5px 0;
	}
	.mp-title {
	    /*padding: 18px 0;*/
	    width: calc(100% - 160px);
	}
	/*a.redbtn.morebtn {
	    top: initial;
	    bottom: -13px;
	}
	.mp-title span {
    	display: contents;
    	top: 0;
    	line-height: 1.1;
    }*/
    .stepcon li {
	    font-size: 18px;
	}
	.step-inner img.stepthumb {
    	width: 50%;
    }
    .plan-title-wrapper {
	    padding-bottom: 20px;
	}
	.disclaimer {
    	padding: 20px 0;
    }
    .tio-detail li {
	    font-size: 16px;
	    line-height: 1.5;
	}
	.bannerwrapper:lang(fr) h1.title {
	    font-size: 35px;
	}
	.gsc-results-wrapper-overlay {
	    top: 5%;
	    left: 0;
	    height: auto;
	    width: 85%;
	    margin: 0 auto;
	    right: 0;
	}
	/*.slider-row,.slider-row.first {
	    margin-top: 110px;
	}*/
	ul#HomeBannerSlider {
    	max-height: 500px;
    }
    .con-outer .col {
    	width: 100%;
	    padding: 10px;
	    padding-left: 10px;
	}
	.col h4 {
	    font-size: 20px;
	    padding: 10px 0;
	    padding-left: 40px;
	}
    .enrolment.col h4::before, .emergency.col h4::before,
    .claims.col h4::before{
    	left: 0;
    }
}
@media (max-width: 500px){
	.main-head {
	    padding: 0 0px;
	}
	.navbar-brand {
	    padding: 0 10px;
	}
	.header-nav-bar {
    	display: none;
    }
    .navbar-default .navbar-toggle {
	    margin-top: 0;
	    top: 0;
	}
    .plan-list .single-list {
	    width: 50%;
	}
	.option-details img {
	    max-height: auto;
	}
	.element-cell {
    	padding-right: 10px;
    }
	.element-cell img, .branding img {
	    max-width: 100px;
	}
	.blue-slider .lSAction>.lSNext {
	    right: 0;
	}
	.blue-slider .lSAction>.lSPrev {
	    left: 0;
	}
	.blue-slider .lSAction>a{
		background-size: 20px;
	}
	.blue-slider h2 {
	    width: 100%;
	}
	.step-inner {
    	background-size: 30px;
    }
    .plan-list,.plan-single{
    	width: 100%;
    	float: none;
    	clear: both;
    }
	.plan-list .single-list .option-list {
	    margin: 0 5px 5px 0;
	    height: auto !important;
	}
	.plan-list.program-list .single-list, .ins-single-list {
	    padding: 0 5px;
	}
	.plan-list.program-list .single-list .option-list, li.ins-option-list {
	    padding: 15px 5px 10px;
	}
	.plan-list .single-list.col-4 .option-list, .plan-list .single-list.col-5 .option-list,
	.plan-list .single-list.col-6 .option-list{
	    margin: 0 5px 5px 5px;
	}
	form#searchform {
    	padding: 5px;
    }
    form#searchform input.si {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	}
	input#searchsubmit {
	    float: none;
	}
	.home-banner .lSAction>a.lSNext, .home-banner .lSAction>a.lSPrev {
	    height: 20px;
	}
	.select-plan .lead-cell {
	    padding: 0 8px;
	}
	.program-list .single-list h4, li.ins-option-list h4 {
	    padding: 0;
	    font-size: 10px;
	}
	.home-banner h2 {
	    bottom: 0%;
	    width: 55%;
	    top: initial;
	    background: rgba(0,0,0,.3);
	    font-size: 25px;
    }
    .home-banner .slider-row.first h2 {
	    top: initial;
	    bottom:20%;
	}
    .option-details.program-details.program-details, .ins-option-details {
    	padding: 20px 0;
    }
	.plan-single.program-single, .ins-plan-single {
	    width: 100%;
	}
	.option-info.program-info ul li, .ins-option-info ul li {
	    font-size: 14px;
	    line-height: 1.8;
	}
	.option-info.program-info ul, .ins-option-info ul {
	    padding: 0 10px;
	}
	a.planbtn {
	    margin-top: 10px;
	}
	.program-list li.option-list.active, li.ins-option-list.active{
	    border: 2px solid #cd0a12;
	}
	.plan-list.program-list, .ins-list {
	    border-top: 2px solid #ed1b2f;
	}
	.program-list li.option-list.active::after, li.ins-option-list.active::after {
	    padding: 4px;
	    top: -6px;
	}
	.ins-single-list {
	    width: 48%;
	}
	.option-info.program-info h4, .ins-option-info h4 {
	    font-size: 18px;
	}
	.claim-downloadable-files {
	    width: 33%;
	    padding: 10px;
	    margin: 10px 0;
	}
	.claim-downloadable-files img, .pdffiles img {
    	width: 70px;
    }
	.claim-forms-section, .proceed-plan{
	    padding: 15px;
	}
	.defaultpage-banner .titlewrapper{
		text-align: left;
		left: 70px;
		right: auto;
	}
	.quicklinkbar {
	    padding: 5px 0;
	}
	img.banner-half-logo {
	    width: 70px;
	}
	.lSAction>.lSNext {
	    right: 0;
	}
	.lSAction>.lSPrev {
	    left: 0;
	}
	.wpml-ls-legacy-list-horizontal a {
    	padding: 5px 3px;
    }
	.cov-wrapper h2{
		font-size: 20px;
	}
	.aboutustabs {
	    padding-top: 15px;
	}
	.tab-links a {
	    padding: 5px 5px 7px 5px;
	    font-size: 14px;
	    text-transform: capitalize;
	}
	.Blogs h2, .Blogs .postbox h3 a {
	    font-size: 20px;
	    padding: 5px 0;
	}
	.breadcrumbs {
	    font-size: 13px;
	    padding: 5px 0;
	    border-bottom: 2px solid #00072b;
	}
	.faqtitle i {
	    font-size: 35px;
	    margin-right: 15px;
	}
	.faqtitle img {
	    width: 65px;
	    margin-right: 10px;
	}
	.faqtitle{
	    font-size: 22px;
	    padding: 5px;
	}
	.resource-links .plantitle{
	    font-size: 22px;}
	.apply-btn a.redbtn {
	    position: relative;
	    top: initial;
	    transform: none;
	}
	 .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .bannerwrapper h1.title {
	    font-size: 25px;
	    text-align: center;
	}
	.bannerwrapper:lang(fr) h1.title {
	    font-size: 20px;
	    text-align: left;
	    padding-left: 15px;
	}
	.faq h6, #faq h6.title {
	    font-size: 20px;
	    padding: 8px 10px;
	    padding-left: 33px;
	    line-height: 1.3;
	}
	.form-popup {
	    border: 2px solid #00072b;
	    padding: 10px;
	    max-width: 100%;
	    max-width: 80%;
	    margin: 0 auto;
	}
	.single .bannerwrapper h1.title {
	    font-size: 18px;
	    padding: 10px;
	}
	.single-post p.meta {
	    padding: 5px 10px;
	    line-height: 1.3;
	    font-size: 13px;
	}
	.single-wrapper {
	    padding: 15px 0;
	}
	.post-inner {
	    padding: 12px;
	    border: 2px solid transparent;
	    margin: 20px 0;
	    box-shadow: 1px 2px 10px #dae0fd;
	}
	.blog .bannerwrapper h1.title {
	    text-align: center;
	}
	.searchpage, .planbenefits, .tio-plans, .contactsection {
	    padding: 10px 0px;
	}
	.about-contact {
    	padding: 10px 0;
    }
    .customernote.row {
	    width: 500px;
	    max-width: 90%;
	    margin: 10px auto;
	}
	.claim-forms-section h6 {
	    font-size: 18px;
	    padding: 5px 0;
	}
	.contactsection.container {
	    padding: 15px;
	}
	.contactform.sharetofriend input, .contactform.sharetofriend textarea, .contactform.sharetofriend select {
	    padding: 8px 0;
	}
	span.wpcf7-not-valid-tip {
    	font-size: 13px;
    }
    .bannerwrapper h1.title::before {
	    width: 50px;
	}
	.bannerwrapper h1.title span {
	    margin-left: 50px;
	}
	.bannerwrapper:lang(fr) h1.title {
	    font-size: 28px;
	}
	.tab-links li.active a::after, .tab-links li:hover a::after {
	    width: 70%;
	    margin: 0 auto;
	}
	.testimonial.post {
	    width: 100%;
	}
	.testimonial h2.title {
	    line-height: 1.3;
	    font-size: 15px;
	}
	div#qqe .modal-body{
		padding: 15px;
	    width: 95%;
	}
	.modal-footer .btn {
	    padding: 3px 7px;
	    font-size: 17px;
	    font-weight: 400;
	    line-height: 1;
	}
	.quickqoute-outer {
	    width: auto;
	    margin: 0 auto;
	    max-width: 100%;
	    display: inline-block;
	}
	#qqform {
	    display: block;
	    height: auto;
	}
	#qqform input, #qqform select {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 15px;
	}
	#qqform input.send-btn {
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	}
	.banner-bottom-bar{
		margin-top: -5px;
	}
}
@media (max-width: 480px){
	.home-banner h2, h2,.plan-title-wrapper h3, .proceed-plan .lead-cell{
	    font-size: 20px;
	    margin: 0;
	    padding: 5px 0;
	}
	.home-banner h2{
		padding: 6px;
	}
	input.qte-frm-btn{
	    padding: 6px 10px;
	    font-size: 12px;		
	}
	a.redbtn, input.send-btn {
	    padding: 6px 10px;
	    font-size: 12px;
	}
	.home-banner h2 img {
	    width: 25px;
	}
	.blue-slider h2 {
    	font-size: 18px;
    	line-height: 1.5;
    }
    p {
	    font-size: 15px;
	    line-height: 1.8;
	}
    .mp-title {
    	width: calc(100% - 104px);
    }
    .logo {
	    max-width: 210px;
	}
	.wrapper404 h2 {
	    font-size: 20px;
	}
	.bottom-row {
	    display: grid;
	    text-align: center;
	}
    .select-plan a.redbtn {
	    padding: 8px;
	}
	.scrolllinks a {
	    font-size: 13px;
    	padding: 0 10px;
	}
	img.stepimg {
	    margin-right: 15px;
	    max-width: 175px;
	}
	.before-start a.redbtn, .proceed-plan a.redbtn {
	    padding: 12px 15px;
	}
	.sub-intro a.redbtn{
		padding: 9px 12px;
	} 
	ul#TravelInsurancetips li {
    	display: block;
    	padding: 10px 25px;
	}
	p.tips, p.tip-checkbox {
    	display: inline-block;
    }
    .faq h6, a.faqbtn {
	    font-size: 16px;
	    padding-right: 1.5;
	}
	.inner_content p, .inner_content ul {
	    padding: 5px 14px;
	    font-size: 14px;
	    line-height: 1.5;
	    padding-left: 30px;
	}
	.icon {
	    width: 11px;
	    height: 10px;
	    left: 7px;
	}
	.icon:before, .icon:after {
    	width: 3px;
    }
    .icon:before {
    	left: 1px;
    }
	p.tip-checkbox {
	    padding-left: 40px;
	    background-position: 6px 15px;
	}
	img.stepimg {
	    max-width: 100px;
	}
	.col td {
    	font-size: 15px;
    }
    .complaint, .appeal {
	    padding: 20px 0;
	    border-top: 3px solid #00072b;
	}
	/*.defaultpage-banner {
	    margin-top: 110px;
	}*/
	.coverage-option.insurance-program h3,
	.insurance-option h5, .claim-forms-section h5, .com-title {
	    font-size: 25px;
	    padding: 5px;
	    margin: 5px 0;
	}
	.bannerwrapper h1.title {
	    font-size: 22px;
	    margin: 0;
	    padding: 5px;
	    text-align: left;
	}
	.bannerwrapper h1.title span {
    	padding-left: 5px;
    }
	.defaultpage-banner .bannerwrapper {
	    min-height: 100px;
	}
	.coverage-option.insurance-program h3, .insurance-option h5, .claim-forms-section h5, .com-title {
	    font-size: 22px;
	    margin: 0;
	}
	.claim-downloadable-files span {
	    font-size: 15px;
	    line-height: 1.5;
	    padding-top: 5px;
	}
	.mp-title, h1.title, .about-testimonial h5, .about-contact h3,
	h5.about-faq, div#tab3 h6, .plantitle {
	    font-size: 22px;
	}
	.translator {
    	margin-left: 0px;
    }
	.wpml-ls-legacy-list-horizontal a {
	    padding: 5px;
	}
	.Accordion_item:first-child {
    	margin-top: 10px;
    }
    .select-plan, .proceed-plan, .before-start, .blue-slider.applyonline, .ti-faq {
    	padding: 15px;
	}
	.faqsearch form#searchform {
	    max-width: 90%;
	    margin: 0 auto;
	    float: none;
	}

	input.qte-frm-btn{
	    font-size: 13px;
	    padding: 5px 10px;		
	}
	a.redbtn, input.send-btn, form#searchform input[type=submit] {
	    font-size: 13px;
	    padding: 5px 10px;
	}
	.mp-title {
	    width: calc(100% - 113px);
	}
	p {
    	padding: 5px 0;
    }
    .post h1.title {
	    padding: 8px 0;
	    font-size: 21px;
	}
	.lead-cell.cov-details,.linksection{
	    padding: 10px 0;
	}
	.defaultpage-banner .titlewrapper {
	    width: calc(100% - 170px);
	}
	.resource-links .plantitle {
	    font-size: 19px;
	}
	.resource-links ul li a {
    	font-size: 17px;
    }
    .bottom-line span img {
	    max-width: 100px;
	    padding-right: 10px;
	}
	.bottom-line {
	    padding: 35px 0;
	}
	.faq h6, #faq h6.title {
    	font-size: 15px;
    }
	.logo {
	    padding-right: 0px;
	}
}




 