/* ================================ CSS Reset  ================================*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*============================== General Styles ======================================*/
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
    background-color: #fff;
}

*{
    box-sizing: border-box;
    /*user-select: none;*/
}

button{
    background: transparent;
    border:none;
    outline: none;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #fff;
    margin-top: 10px;
    color: #000 !important;
}


.navbar-default .navbar-nav>li>a {
    color: #000;
}

#myNavbar > ul:first-child
{
	color: #777;
	}


.navbar-brand img 
{
	margin-left: -30px;
	}

@media (max-width: 768px)
{
	.navbar-brand img 
	{
		margin-left: 0;
		}
	}

.btn-bg-yellow{
    padding: 10px 40px 10px 40px;
    background-color: #ffc600 !important;
    font-size: 16px !important;
    border-radius:  0;
    color: #000;
    margin-bottom: 10px;
}

.btn-bg-dark{
    padding: 10px 40px 10px 40px;
    background-color: #a4a4a4 !important;
    font-size: 16px !important;
    border-radius:  0;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-bg-darker{
    padding: 10px 40px 10px 40px;
    background-color: #423c3c !important;
    font-size: 16px !important;
    border-radius:  0;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-bg-darker:hover 
{
	color: #fff !important;
	}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 10px 25px;
    pointer-events: none;
    color: #dbdbdb;
}

.dropdown-img{
    right: 20px;
    transform: translateY(20%);
    position: absolute;
}

.notes {
    font-size: 13px;
    font-style: italic;
    display: block;
    margin-top: 3px;
}

.color-yellow
{
	color: #ffc600 !important;
	}
	
.color-red
{
	color: #ff0000 !important;
	}
	
.border-bottom-yellow
{
	border-bottom: 5px solid 
	}
	
.display-none
{
	display:none !important;
	}

.yellow-line
{
	height: 5px; 
	background-color: #ffc600;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	}
/*============================== Preload Styles ======================================*/
 .se-preload
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../assets/images/preloader.gif) center no-repeat #fff; 
    }


/*============================== Quotation Banner Styles  ======================================*/

.quotation-banner{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
    padding: 10px 20px 10px 20px;
    margin-top: 100px;
    margin-bottom: 10px;
    height: 450px;
    background-image: url('../assets/images/Travel_BannerImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-quotation-banner{
   display: block;
   height: 250px;
   padding: 0px 30px 0px 30px;
   margin: auto 0 auto 0;
}

.inner-quotation-banner h2{
    font-size: 60px;
    font-weight: 900;
    max-width: 640px;
    margin: 0 auto 0 auto;
}

.inner-quotation-banner p{
    line-height: 25px;
    max-width: 640px;
    margin: 0 auto 0 auto;
    text-align: justify;
}

@media (max-width : 768px){
    .quotation-banner{
        padding: 10px 20px 10px 20px;
        margin-top: 100px;
        margin-bottom: 10px;
        height: 450px;
        background-image: url('../assets/images/Travel_BannerImage.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .inner-quotation-banner{
       display: block;
       height: 350px;
       padding: 20px 30px 20px 30px;
       margin: auto 0 auto 0;
    }

     .inner-quotation-banner h2{
        font-size: 40px;
        font-weight: 900;
        text-align: center;
    }

    .inner-quotation-banner p{
        line-height: 20px;
        font-size: 15px;
        text-align: justify;
    }
}

/************** SELECT 2 Styles ***************/
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 40px !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px !important;
    line-height: 2;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 8px 0 0 6px;
    font-size: 16px;
}

.select2 {
	width:100%!important;
	height: 40px !important;
	text-align:center;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #ffc600;
    color: #fff;
    /*text-align:center;*/
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    width: 0;
}
/*============================== Default Banner Styles  ======================================*/
.default-banner{
    /*
    font-family: 'Lato', sans-serif;
    padding: 100px 20px 10px 20px;
    margin-top: 120px;
    margin-bottom: 10px;
    height: 450px;
    background-image: url('../assets/images/Auto_ApplicationPage_Banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	*/
	padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 400px;
    background-image: url('../assets/images/ProductsPage_VehicleInsurance_Bannerv1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff !important;
}

.default-banner h1
{
	line-height: 1.2;
	font-size: 32px !important;
	font-family: 'DroidSans-Bold';
	margin-bottom: 8px;
	}

.default-banner h3 
{
	/*font-size: 22px !important; 
	line-height: 38px; 
	font-family: 'DroidSans-Regular', Sans-Serif; 
	margin-bottom: 8px; 
	padding: 10px 0 20px 0*/
	font-size: 20px !important; 
	line-height: 28px; 
	font-family: 'DroidSans-Regular', Sans-Serif; 
	margin-bottom: 8px; 
	padding: 10px 100px 20px 0
	}

.default-banner h2{
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.default-banner p{
    line-height: 25px;
    max-width: 640px;
    margin: 0 auto 0 auto;
    text-align: justify;
}

@media (max-width : 768px)
{
	.default-banner{
        /*
        padding: 10px 20px 10px 20px;
        margin-top: 100px;
        margin-bottom: 10px;
        height: 450px;
        background-image: url('../assets/images/Auto_ApplicationPage_Banner.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
		*/
		padding: 50px 0;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        background-image: url('../assets/images/ProductsPage_VehicleInsurance_Bannerv1.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    .default-banner h2{
        font-size: 40px;
        font-weight: 900;
        text-align: center;
    }

    .default-banner p{
        line-height: 20px;
        font-size: 15px;
        text-align: justify;
        background-color: rgba(255,255,255,0.8);
        padding:15px;
    }
}
/*============================== Default Body Styles  ======================================*/
.default-lower-banner 
{
	padding: 20px 40px 20px 40px;
	/*font-family: 'Lato', sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	}

.default-lower-inner
{
	padding: 20px;
	}
	
.default-lower-banner h3
{
	color: #ffc600 !important;
	font-weight: 400;
	font-size: 23px;
	margin-bottom: 10px;
	margin-top: 15px;
	}
	
.default-lower-banner p
{
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	}

.default-body
{
	padding-top: 20px;
	padding-bottom: 20px;
	/*font-family: 'Lato', sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	background-color: #fcfaec !important;
	}

.default-body-inner
{
	padding: 20px;
	}

.default-body-inner h2
{
	font-size: 36px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	}
	
.default-body-inner .yellow-line 
{
	width: 400px;
	}
	
.default-body-inner .form-group
{
	margin-bottom: 30px;
	}

.default-body .form-control
{
	border-radius: 7px;
    height: 40px;
	}

.default-body-inner .control-label{
    margin-bottom: 10px;
    margin-top: 10px;
}

.default-body .premium-holder
{
	margin-left:auto;
	margin-right: auto;
	max-width: 400px;
	padding: 20px;
	background-color : #fff !important;
	margin-bottom : 30px;
	}

.premium-holder p
{
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	}

@media (max-width: 768px)
{
	.default-lower-banner 
	{
		padding: 20px 20px 20px 20px;
		}
		
	.default-body-inner .yellow-line 
	{
		width: 200px;
		}
	
	.default-body-inner h2
	{
		font-size: 30px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 10px;
		}
}

.default-flight-body 
{
	padding-top: 20px;
	padding-bottom: 20px;
	/*font-family: 'Lato', sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	}

.default-flight-body h2
{
	font-size: 36px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	}
	
.default-flight-body .yellow-line
{
	width: 380px;
	}

.default-flight-content
{
	padding: 20px;
	}
	

.default-flight-body img 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.default-flight-body h3 
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	}

.default-flight-body p 
{
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	}

.default-flight-other
{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	}

.default-flight-other h3
{
	font-size: 20px;
	color: #ffc600 !important;
	font-weight: 700;
	}


@media (max-width: 768px)
{	
	.default-flight-body .yellow-line 
	{
		width: 200px;
		}
		
	.default-policy-viewer .yellow-line 
	{
		width: 200px;
		}
		
	.default-flight-body h2
	{
		font-size: 30px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 10px;
		}
		
	.default-policy-viewer h2 
	{
		font-size: 30px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 10px;
		}
}

.default-contact-us 
{
	padding-top: 20px;
	padding-bottom: 20px;
	/*font-family: 'Lato', sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	}

.default-contact-us h2
{
	font-size: 36px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	}
	
.default-contact-us p
{
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	}

.default-contact-us h1 > .glyphicon 
{
	font-size: 80px;
	margin-bottom: 30px;
	}

@media (max-width: 768px)
{
	.default-contact-us h2
	{
		font-size: 30px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 10px;
		}
	}



/*============================== Quotation Body Styles  ======================================*/

.quotation-body{
    padding: 0px 20px 0px 80px;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
    color: #000 !important;
}

.quotation-body .form-group{
    /*margin-bottom: 25px;*/
}

.quotation-body .form-control{
    border-radius: 7px;
    height: 40px;
    text-align:center;
}

.panel{
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
}

.panel-heading{
    background-color: #423c3c !important;
    color:  #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    padding-left: 50px;
    width: 100%;
    position: relative;
    border-color: #ddd;
}

.panel-body{
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0;
    border: none;
    background-color: #f9f9f9 !important;
}

@media (min-width: 768px)
{
    .form-horizontal .control-label {
        text-align: left !important;
    }
    .form-horizontalright .control-label {
        text-align: left !important;
    }
}

@media (max-width : 768px){
    .quotation-body{
        padding: 0px 0px 0px 0px;
        /*font-family: 'Lato', sans-serif;*/
        font-family: 'DroidSans-Regular', sans-serif;
        color: #000 !important;
    }

    .quotation-body .form-group{
        margin-bottom: 15px;
    }
    
    .panel-body {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 0;
		border: none;
		background-color: #f9f9f9 !important;
		text-align:left;
	}
	
	.panel-heading{
		background-color: #423c3c !important;
		color:  #fff !important;
		border-radius: 0;
		font-size: 20px;
		font-weight: 900;
		padding-left: 20px;
		width: 100%;
		position: relative;
	}
}

/*============================== Panel Id Styles  ======================================*/

#PnlClient .control-label{
    margin-bottom: 10px;
    margin-top: 10px;
}

#PnlVehicle .control-label{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left:0px;
}

#PnlAutoLoanInformation .control-label{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left:0px;
}

#PnlCoverage .control-label{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left:0px;
}

#PnlPayment .control-label{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left:0px;
}

#PnlVehicle2 .control-label{
    margin-bottom: 10px;
    margin-top: 5px;
}



/*============================== Footer Styles  ======================================*/
.f-gr
{
    border-left: 4px solid #ffc600;
    padding-left: 5px;
    }

.footer 
{
	/*border-top : 4px solid #ccc;*/
	margin-top: 50px;
	background-color : #222222 !important;
	color: #fff;
    }
    
.inner-footer 
{
	padding: 10px 30px 30px 30px;
	text-align: justify;
	}
	
.sub-inner-footer
{
    padding: 10px 30px 0px 30px;
    font-size: 14px;
    }
    
.sub-inner-footer p{
    margin-bottom: 10px;
    font-weight: 900;
}
	
@media (max-width: 600px)
{
	.inner-footer 
	{
		padding: 10px 10px 10px 10px;
		text-align: justify;
		}
    }
	
.inner-footer h4
{
    font-weight:700;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	
.inner-footer p
{
    color: #989898;
	}

.footer .container .inner-footer ul li 
{
	list-style-type: none;
    line-height: 28px;
	}
	
.footer .container .inner-footer a 
{
	color: #efefef;
    }

/*============================== Premium/Sticky Styles  ======================================*/

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    float:right;
    background-color: #dbdbdb;
    padding: 50px 10px 50px 10px;
    font-size: 20px;
    width: 200px;
    margin-right: -35px;
  }

  .sticky h4{
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .sticky p{
      margin-bottom: 10px;
  }

  .mobile-premium{
      display: none;
  }

@media(max-width: 768px){
    div.sticky {
       display:none;
      }

    .mobile-premium {
        display: block;
        width: 100%;
        margin: 20px 0px 20px 0px;
        padding: 10px 30px 10px 30px;
        background-color: #dbdbdb;
     }

     .mobile-premium h4{
         line-height: 20px;
     }
}

/************** SELECT 2 Styles ***************/
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 40px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 2;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 8px 0 0 6px;
    font-size: 16px;
}

.select2 {
	width:100%!important;
	height: 40px !important;
}


/************** MODALS OVERWRITE ***************/
#MODALBREAKDOWN .modal-content  {
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    /*font-family: 'Lato', Sans-Serif;*/
    /*font-family: 'DroidSans-Regular', Sans-Serif;*/ 
}


@media (min-width: 992px){
#MODALBREAKDOWN .modal-lg 
{
    width: 768px;
	}
}

#MODALBREAKDOWN h2
{
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size : 16px;
	}

#MODALBREAKDOWN h1
{
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size : 30px;
    font-family: 'DroidSans-Bold';
	}

#MODALBREAKDOWN .summary-body 
{
	padding: 0 50px 0 50px;
	font-size: 16px;
	/*font-family: 'Lato', sans-serif;*/
	}
	
#MODALBREAKDOWN .summary-body p
{
	font-size: 16px;
	/*font-weight: 700;*/
	line-height: 20px;
	/*font-family: 'DroidSans-regular', sans-serif;*/
	}
	
#MODALBREAKDOWN .premium-holder
{
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight:900;
	color: #fff;
	}
	
#MODALBREAKDOWN .premium-holder .col-md-6
{
	margin-bottom: 0;
	}
	
#MODALBREAKDOWN ._dark-holder 
{
	background-color: #a4a4a4 !important;
	}

#MODALBREAKDOWN ._darker-holder 
{
	background-color: #423c3c !important;
	}

#MODALBREAKDOWN .summary-body .p2
{
	text-align:right;
	}

.seperator
    {
        height: 5px;
        background-color: #ffc600;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
@media (max-width: 600px)
{
    #MODALBREAKDOWN .summary-body .p2
    {
	    text-align:right;
	    padding: 0px 10px 0px 5px;
	}
	
	#MODALBREAKDOWN .summary-body .p3
    {
	    text-align:left;
	    padding: 0px 10px 0px 5px;
	}
	
    .seperator
    {
        width: auto;
    }
    
    .payment-summary-inner {
        max-width: 350px !important;
        padding: 20px 50px 0px 50px !important;
    }
        
	#MODALBREAKDOWN .summary-body 
	{
		padding: 0 10px 0 5px;
		}
		
	#MODALBREAKDOWN .summary-body p
	{
		font-size: 12px;
		line-height: 15px;
		font-family: 'DroidSans-regular', sans-serif;
		}
	#MODALBREAKDOWN .summary-body .col-md-6
	{
	    padding: 0px 10px 0px 5px;
	}
		
	#MODALBREAKDOWN .summary-body .col-md-3
	{
	    padding: 0px 10px 0px 10px;
	}
		
	#MODALBREAKDOWN .premium-holder ,#lblSummaryMonthlyPremium
	{
	    padding: 10px 0px 10px 0px !important;
	    font-size: 14px;
	    font-weight:900;
	    color: #fff;
	}
}

#MODALSUMMARY .modal-content  {
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    font-family: 'DroidSans-regular', sans-serif;
}

#MODALSUMMARY h2
{
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size : 20px;
	}

#MODALSUMMARY h1
{
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size : 30px;
    font-family: 'DroidSans-bold';
	}

.summary-body 
{
	padding: 0 40px 0 40px;
	font-size: 16px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	}
	
.summary-heading
{
	background-color: #423c3c !important;
    color:  #fff !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    position: relative;
    padding: 10px 15px;
	}

.summary-body p
{
	padding-top: 10px;
	/*font-family: 'DroidSans-regular', sans-serif;*/
	}
.summary-body .panel-body
{
	background-color: #fff !important;
	}
	
.summary-body .control-label
{
	color: #a4a4a4 !important;
	font-weight: 500;
	}

.summary-inner-body
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border: none;
	}
	
@media(max-width: 768px)
{
     #cbInstallmentTermsAndConditionslbl 
        {
            padding-left:30px !important;
        }
        
        #cbInstallmentTermsAndConditions
        {
            left: 0px !important;
        }
        
        #cbInstallmentTermsAndConditionslbl2 
        {
            padding-left:30px !important;
        }
        
        #cbInstallmentTermsAndConditions2
        {
            left: 0px !important;
        }
            
	.summary-body 
	{
	    padding: 0 10px 0 10px !important;
	    font-size: 14px !important;
	    /*font-family: 'Lato', sans-serif;*/
	    font-family: 'DroidSans-Regular', sans-serif;
	}
	
	.summary-heading
    {
        padding-right: 60px;
    }
}

    .disclaimer-wordings
    {
	    text-align:justify;
	    font-size : 14px;
	    }

    .payment-summary-wrapper 
    {
	    display: flex;
	    align-items:center;
	    justify-content:center;
	    width: 100%;
	    flex-direction : column;
	    }

    .payment-summary-inner
    {
	    max-width: 640px;
	    padding: 30px 50px 0px 50px;
	    }

    .payment-summary-inner table 
    {
	    width: 340px;
	    }

	
/*    @media (max-width: 400px)
    {
        azimuth#cbInstallmentTermsAndConditionslbl 
        {
            padding-left:30px !important;
        }
        
        #cbInstallmentTermsAndConditions
        {
            left: -2px !important;
        }
        
        
        .payment-summary-inner table 
        {
	        width: 300px;
	        }
        }
    }*/
    	
    @media (max-width: 600px)
    {
          #cbInstallmentTermsAndConditionslbl 
            {
                padding-left:30px !important;
            }
            
            #cbInstallmentTermsAndConditions
            {
                left: -2px !important;
            }
            
            #cbInstallmentTermsAndConditionslbl2 
            {
                padding-left:30px !important;
            }
            
            #cbInstallmentTermsAndConditions2
            {
                left: 2px !important;
            }
    }       
            
        .payment-summary-inner tr>td:nth-child(1)
        {
	        text-align: left;
	        }

        .payment-summary-inner tr>td:nth-child(2)
        {
	        text-align: right;
	        }
    	
        .payment-summary-inner2
        {
	        max-width: 500px;
	        width: 100%;
	        padding: 5px 20px 5px 20px;
	        background-color: #423c3c;
	        }
    	
        .payment-summary-inner2 h3
        {
	        font-size: 25px;
	        color: #fff !important;
	        }

        .payment-card-wrapper
        {
	        /*display: flex;
	        align-items:center;
	        justify-content:center;*/
	        width: 100%;
	        }

        .payment-card-inner 
        {
	        /*max-width : 600px;*/
	        width : 100%;
	        }

        .payment-card-inner h3
        {
	        font-size: 25px;
	        font-family: "DroidSans-Bold";
	        margin-bottom: 10px;
	        }
        	
        .payment-card-inner p
        {
	        font-size: 16px;
	        font-family: "DroidSans-Regular", Sans-Serif;
	        }
        	
        .payment-footer-wrapper
        {
	        display: flex;
	        align-items:center;
	        width: 100%;
	        flex-direction: column;
	        }
        	
        .payment-footer-inner
        {
	        max-width: 500px;
	        width: 100%;
	        }
	
/*********** CARD STYLES *********/

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
            position: relative;
            vertical-align: text-bottom;
}

.visa{background-image:url("../images/payment-option/CreditDebitCard.png");background-position:center; background-size: 150px 120px; position:relative; margin-bottom: 10px}
.mastercard{background-image:url("../images/payment-option/BancnetCard.png");background-position:center;background-size: 150px 100px;position:relative; margin-bottom: 10px}
.installment{background-image:url("../images/payment-option/MaybankBDOcard.png");background-position:center;background-size: 150px 100px;position:relative; margin-bottom: 10px}
.over-the-counter{background-image:url("../images/payment-option/Overthecounter.png");background-position:center;background-size: 125px 100px;position:relative; margin-bottom: 10px}
.maybank{background-image:url("../images/payment-option/MaybankCard.png");background-position:center;background-size: 150px 100px;position:relative; margin-bottom: 10px}
.bdo{background-image:url("../images/payment-option/BDOCard.png");background-position:center;background-size: 150px 100px;position:relative; margin-bottom: 10px}


 .cc-selector input:active +.drinkcard-cc{opacity: .9;}
 .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.drinkcard-cc
{
	padding: 5px 0px 5px 0px;
    cursor:pointer;
    background-repeat:no-repeat;
    display:inline-block;
    width:100%;height:200px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
   /* -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);*/
    -webkit-filter: opacity(.7) grayscale(1);
       -moz-filter: opacity(.7) grayscale(1);
            filter: opacity(.7) grayscale(1);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/************** MODAL POLICY VIEWER OVERWRITE ***************/

#MODALPOLICYVIEWER .modal-content  {
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    /*font-family: 'Lato', Sans-Serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
}

#MODALPOLICYVIEWER h3
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #a4a4a4 !important;
	}

#MODALPOLICYVIEWER p
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	}
	
#MODALPOLICYVIEWER h1
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 700;
	}
	

/************** SUCCESS PAGE Styles ***************/
.success-page-wrapper
{
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 20px;
	font-family: "DroidSans-Regular", sans-serif;
	}

.success-page-main 
{
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content: center;
	flex-direction : column;
	-webkit-flex-direction: column;
	height: 80%;
	}
	
.success-page-main img 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.success-page-main  .card {
    padding: 30px 20px;
    background-color: white !important;
    border-radius: 0;
    max-width: 700px;
    margin-top: 20px;
}

.success-page-main h1 
{
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 700;
	}
	
.success-page-main h3 
{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
.success-page-main p 
{
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/************** SUCCESS PAGE Styles ***************/
.scroller 
{
	z-index: 99999;
	position: fixed;
	bottom: 30px;
	right: 20px;
	padding: 15px 10px;
	background-color: #ffc600 !important;
	opacity: 0.7;
	border-radius: 5px;
	display: none;
	}
	
.scroller img 
{
	transform: rotate(180deg);
	margin-left: auto;
	margin-right: auto;
	}
	
/************** TABLE RESPONSIVE Styles ***************/
/*

  Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.

  */

@media only screen and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 
1024px) {

/* Force table to not be like tables anymore */

table, #gvBenDetailed thead, #gvBenDetailed tbody, #gvBenDetailedth, #gvBenDetailed td, #gvBenDetailed tr ,
#gvDependentDetails thead, #gvDependentDetails tbody, #gvDependentDetails th, #gvDependentDetails td, #gvDependentDetails tr  ,
#gvVIEW_Beneficiary thead, #gvVIEW_Beneficiary tbody, #gvVIEW_Beneficiary th, #gvVIEW_Beneficiary td, #gvVIEW_Beneficiary tr  
{
	display: block;
}

#gvBenDetailed tr th  {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#gvDependentDetails tr th  {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#gvVIEW_Beneficiary tr th  {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#gvBenDetailed tr 
{
	margin: 0 0 1rem 0;
}

#gvDependentDetails tr 
{
	margin: 0 0 1rem 0;
}

#gvVIEW_Beneficiary tr 
{
	margin: 0 0 1rem 0;
}

#gvBenDetailed tr:nth-child(odd)  {
	background: #ccc;
}

#gvDependentDetails tr:nth-child(odd) {
	background: #ccc;
}

#gvVIEW_Beneficiary tr:nth-child(odd) {
	background: #ccc;
}

#gvBenDetailed td{
/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 45%;
}

#gvDependentDetails td{
/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 45%;
}

#gvVIEW_Beneficiary td{
/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 45%;
}

#gvBenDetailed td:before 
{
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 0;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	margin-top: 5px;
}

#gvDependentDetails td:before{
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 0;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	margin-top: 5px;
}

#gvVIEW_Beneficiary td:before{
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 0;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	margin-top: 5px;
}

	/*
	Label the dataYou could also use a data-* attribute and content for this. That way "bloats" the HTML, 
	this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
	*/
	#gvBenDetailed td:nth-of-type(1):before , #gvDependentDetails td:nth-of-type(1):before , #gvVIEW_Beneficiary td:nth-of-type(1):before{
	content: "Remove"; }
	#gvBenDetailed td:nth-of-type(2):before, #gvDependentDetails td:nth-of-type(2):before , #gvVIEW_Beneficiary td:nth-of-type(2):before {
	content: "* Last Name"; }
	#gvBenDetailed td:nth-of-type(3):before , #gvDependentDetails td:nth-of-type(3):before, #gvVIEW_Beneficiary td:nth-of-type(3):before{
	content: "* First Name"; }
	#gvBenDetailed td:nth-of-type(4):before , #gvDependentDetails td:nth-of-type(4):before, #gvVIEW_Beneficiary td:nth-of-type(4):before{
	content: "Middle Name"; }
	#gvBenDetailed td:nth-of-type(5):before , #gvDependentDetails td:nth-of-type(5):before, #gvVIEW_Beneficiary td:nth-of-type(5):before{
	content: "* Date of Birth"; }
	#gvBenDetailed td:nth-of-type(6):before, #gvDependentDetails td:nth-of-type(6):beforem #gvVIEW_Beneficiary td:nth-of-type(6):before {
	content: "* Relationship"; }
}



/******************MAYBANK MODAL LOG IN Styles********************/

#MAYBANKQR_LOGIN .modal-content  {
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    /*font-family: 'Lato', Sans-Serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
    margin-top: auto;
    margin-left: auto;
}

#MAYBANK_MODALLOGIN .modal-body 
{
	margin-top: 20%;
	}
	
#MAYBANKQR_LOGIN .btn-close 
{
	position : absolute;
	top: 0;
	right:0;
	font-size: 20px;
	background-color: transparent;
	padding: 10px;
	font-weight: 900;
	}
	
.log-in-wrapper 
{
	padding: 20px;
	}
	
.log-in-title 
{
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 10px;
	}

.log-in-subtitle 
{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 10px;
	padding-top: 20px;
	}

.log-in-content 
{
	padding: 30px 0px 0px 0px;
	}
	
.log-in-content img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
.log-in-content .form-group .form-control 
{
	text-align: center;
	height: 40px;
	border-radius: 0;
	background-color: #ddd !important;
	font-weight: 700;
	font-size: 20px;
	}

@media (max-width: 600px)
{
	#MAYBANKQR_LOGIN .modal-body 
	{
		margin-top: 10%;
		}
    }


/****************** MODAL LOG IN Styles********************/

#MODALLOGIN .modal-content  {
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    /*font-family: 'Lato', Sans-Serif;*/
    font-family: 'DroidSans-Regular', sans-serif;
    margin-top: auto;
    margin-left: auto;
}

#MODALLOGIN .modal-body 
{
	margin-top: 20%;
	}
	
#MODALLOGIN .btn-close 
{
	position : absolute;
	top: 0;
	right:0;
	font-size: 20px;
	background-color: transparent;
	padding: 10px;
	font-weight: 900;
	}
	
.log-in-wrapper 
{
	padding: 20px;
	}
	
.log-in-title 
{
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 10px;
	}

.log-in-subtitle 
{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 10px;
	padding-top: 20px;
	}

.log-in-content 
{
	padding: 30px 0px 0px 0px;
	}
	
.log-in-content img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
.log-in-content .form-group .form-control 
{
	text-align: center;
	height: 40px;
	border-radius: 0;
	background-color: #ddd !important;
	font-weight: 700;
	font-size: 20px;
	}

@media (max-width: 600px)
{
	#MODALLOGIN .modal-body 
	{
		margin-top: 10%;
		}
    }
	
/************** Sweet Alert Styles ***************/



.sweet-alert 
{
	border-radius: 0 !important;
	top: 45% !important;
	border-radius: 0 !important;
	/*font-family: 'Lato', Sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	}
	
.sweet-alert button
{
	border-radius: 0 !important;
	}

.sweet-alert h2
{
	font-size: 13px !important;
	font-weight: 300;
	color: #000 !important;
	line-height: 20px;
	}
	
.sweet-alert p
{
	font-size: 13px !important;
	font-weight: 300 !important;
	color: #000 !important;
	}
	
.sweet-alert .confirm 
{
    background-color:#ffbf00 !important;
}
	
/*****INFOSITE****/
.default-banner .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.default-banner .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.default-banner .product-row {
    align-items: center;
}

@media (min-width: 992px) {
	.default-banner > .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.default-banner > .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 768px) {
	.default-banner > .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) {
	.default-banner > .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.D250x250
{
	width: 250px;
	height: 250px;
	}
	
@media (max-width: 768px)
{
	.D250x250
	{
		width: 250px;
		height: auto;
		}
	}
	
.btn-etiqa 
{
	width: 150px;
	margin-top: 10px; 
	background-color: #ffbf00 !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
	}
	
.text-white {
    color: #ffffff !important;
}

.font-14 {
    font-size: 14px !important;
}

.no-deco 
{
	text-decoration: none !important;
	}
	
/*.breadcrumb > div {padding: 0;}*/
	
.se-pre-con 
    {  
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url(../images/LoadingIconGIFv2.gif) center no-repeat #fff;
    background-size: 200px 200px;
    }

	
@media (max-width: 768px)
{
	.se-pre-con 
    {  
    background-size: 150px 150px;
    }
}

/*============================== Wizard Steps Styles  ======================================*/

.wizard-steps
{
	height: 100px; display: flex; flex-wrap: wrap; position : relative; width: 80%; margin-left: auto; margin-right: auto;
	}
	
.fa-steps 
{
	height: 100%; flex: 1; display: flex; justify-content: center; align-items: center; position: relative; flex-direction: column;
	}

.fa-right-line 
{
	position: absolute; top: 37%; right: 0; height: 3px; background-color: #ffbf00; width: 30%; z-index: 1;
	}

.fa-left-line 
{
	position: absolute; top: 37%; left: 0; height: 3px; background-color: #ffbf00; width: 30%; z-index: 1;
	}
	
.fa-full-line 
{
	position: absolute; top: 37%; height: 3px; background-color: #ffbf00; width: 100%; z-index: 1;
	}

.fa-icon 
{
	border-radius: 50%; height: 40px; width: 40px;  border: solid 3px #fff ; z-index: 2 ; background-color: #ddd; text-align: center; display: flex; justify-content: center; align-items: center;
	}
	
.fa-icon > :first-child
{
	color: #fff !important; font-size: 20px !important;
	}

.fa-steps .active 
{
	/*background-color: #ffbf00 !important;*/
	border-radius: 0; height: 40px; width: 40px;  border: none ; z-index: 2 ; background-color: transparent; background-image: url('../assets/images/ApplicationPage_CarIconv2.png'); background-repeat: no-repeat; background-size: cover;
	}
	
.fa-steps p 
{
	font-family: 'DroidSans-Bold'; font-size: 12px; padding-top: 10px;
	}

@media (max-width: 768px) 
{
	.wizard-steps {
		height: 50px;
		width: 100%;
	}
	
	
	.fa-steps p 
	{
		display : none;
	}
		
	.fa-right-line 
	{
		top: 48%;
		width: 20%;
	}

	.fa-left-line 
	{
		top: 48%;
		width: 20%;
	}
		
	.fa-full-line 
	{
		top: 48%;
		width: 20%;
	}
}

.fontBold
   {
       font-family: 'DroidSans-Bold' !important;
   }
   
.fontRegular
   {
       font-family: 'DroidSans-regular',sans-serif;!important
   }
   
.btn-etiqa 
{
	width: 150px;
	margin-top: 10px; 
	background-color: #ffbf00 !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
}
	
.btn-etiqa-100
{
	margin-top: 10px; 
	background-color: #ffbf00 !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
	min-width: 150px;
	}
	
.btn-etiqa-dark 
{
	width: 150px;
	margin-top: 10px; 
	background-color: #423c3c !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #fff !important;
	}
	
.btn-etiqa-dark-100
{
	margin-top: 10px; 
	background-color: #423c3c !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
	}
	
.btn-etiqa-gray 
{
	width: 150px;
	margin-top: 10px; 
	background-color: #939598 !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
	}

.btn-etiqa-gray-100
{
	margin-top: 10px; 
	background-color: #a4a4a4 !important; 
	font-family: 'DroidSans-Bold'; 
	line-height: 1.25; 
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	color: #333333 !important;
	}
	
	@media (max-width: 768px)
	{
	    .btn-etiqa 
            {
	           width: 120px;
	        }
	    .btn-etiqa-gray 
            {
               width: 120px;
            }
	}
	
.helpline-wrapper
{
      z-index: 99998;
      position: fixed;
      bottom: 70px;
      right: 80px;
      background-color: #fff !important;
      /*opacity: 0.7;*/
      border-radius: 8px;
      width: 230px;
      height: auto;
      border: 2px solid #939598 !important;
      color: #ffbf00 !important;
      }
      
.helpline-header 
{
      background-color: #000 !important;
      color: #fff !important;
      padding: 8px 20px;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      font-family: "DroidSans-Bold";
      position: relative;
      }
      
.helpline-close 
{
      position: absolute;
      right: 10px;
      color: #fff;
      font-family: "DroidSans-Bold";
      cursor: pointer;
      }

.helpline-body 
{
      padding: 20px 10px;
      transition: ease .5s;
      }

.helpline-icon 
{
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background-color: #ffbf00;
      color: #fff !important;
      font-family: "DroidSans-Bold";
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items:center;
      }

.helpline-right-content 
{
      font-size: 14px;
      text-align: left;
      color: #000 !important;
      height:50px;
      vertical-align:middle;
      font-family: "DroidSans-Bold";
      }

.helpline-body .col-xs-4
{
      padding-right: 5px;
      }

.helpline-body .col-xs-8
{
      padding-left: 5px;
      }

.helpline-numbers 
{
      color: #000 !important;
      font-size: 14px;
      font-family: "DroidSans-Bold";
      }
@media (max-width : 768px) 
{
    #fvalue 
    {
        font-size: 12px;
        }
        
    #mvalue 
    {
        font-size: 12px;
        }
        
    #lvalue 
    {
        font-size: 12px;
        }
    }
    
    #MODALSAVEFORLATER2 img {
        display: block;
        height: 150px;
        width: 150px;
        margin: 20px auto;
    }
    
    /***** LABEL ERROR VALIDATION start  ******/
.error-validation-fields
{
	padding:5px;
	color: #bb5151;
    display:flex;
    margin:auto;
    align-items:center;
    justify-content:center;
}
#lblValidation_ddlBrandName
{
	padding:5px;
	color: #bb5151;
}
.error-validation-label
{
	color: #bb5151;
	font-size: 11px;
    margin: 0 auto;
}

#lblValidation_Departuredate i
{
	font-size: 17px;
}


.img-alert
{
	margin-bottom: -2px;	
}

.error-validation-dependent
{
	white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1020px)
{
	.error-validation-dependent
	{
		width: 100% !important;
	}
}
/***** LABEL ERROR VALIDATION  end ******/

/************** Helpline Styles ***************/

.helpline-wrapper
{
	z-index: 1000;
	position: fixed;
	bottom: 70px;
	right: 60px;
	background-color: #fff !important;
	/*opacity: 0.7;*/
	border-radius: 8px;
	width: 180px;
	height: auto;
	border: 2px solid #939598 !important;
	color: #ffbf00 !important;
	}
	
.helpline-header 
{
	background-color: #000 !important;
	color: #fff !important;
	padding: 8px 20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-family: "DroidSans-Bold";
	position: relative;
	font-size:14px;
	}
	
.helpline-close 
{
	position: absolute;
	right: 10px;
	color: #fff;
	font-family: "DroidSans-Bold";
	cursor: pointer;
	}

.helpline-body 
{
	padding: 20px 10px;
	transition: ease .5s;
	}

.helpline-icon 
{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #ffbf00;
	color: #fff !important;
	font-family: "DroidSans-Bold";
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items:center;
	}

.helpline-right-content 
{
	font-size: 12px;
	text-align: left;
	color: #000 !important;
	height:50px;
	vertical-align:middle;
	font-family: "DroidSans-Bold";
	font-size:0.6rem
	}

.helpline-body .col-xs-4
{
	padding-right: 5px;
	display: flex;
	justify-content: center;
	}

.helpline-body .col-xs-8
{
	padding-left: 5px;
	}

.helpline-numbers 
{
	color: #000 !important;
	font-size: 0.7rem;
	font-family: "DroidSans-Bold";
	word-break:break-all
	}
	
	/************** Conversion Counter Styles ***************/	


/**************RENEWAL FORM***************/		
.default-policy-viewer 
{
	padding-top: 20px;
	padding-bottom: 20px;
	/*font-family: 'Lato', sans-Serif;*/
	font-family: 'DroidSans-Regular', sans-serif;
	background-color: #f9f9f9 !important;
	}
	
.default-policy-viewer .panel
{
	box-shadow: none !important;
	}

.default-policy-viewer h2 
{
	font-size: 36px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	}

.default-policy-viewer .yellow-line 
{
	width: 300px;
	}
	
.default-policy-viewer .form-group
{
	margin-bottom: 30px;
	}

.default-policy-viewer .form-control
{
	border-radius: 7px;
    height: 40px;
	}

.default-policy-viewer .control-label{
    margin-bottom: 10px;
    margin-top: 10px;
}