﻿/* Your Quote Page Styling */

.quote-number {
	float: right;
	color: #b2161a;
    margin-top: 15px;
    font-size: 14px;
	background:white;
	padding:5px 8px;
	border-radius: 2px;
}
	.quote-number span {
		color: #000;
	}
    
 .quote-options {
    background-color: #FFF;
    border: 1px solid #bebfc2;
    margin: 0 0 30px 0;
    padding: 15px;
}

 .question-section h3 {
    font-size: 20px;
    font-weight: normal;
 }

.question-section h4 {
    color: #222;
    font-size: 16px;
	font-family: 'gotham-bold', 'gotham-book', arial, sans-serif;
    margin: 0 0 25px 0;
}

.quote-options h4 {
    color: #222;
    font-size: 20px;
    margin: 0 0 25px 0;
}

.quote-options p {
    font-size: 13px;
}

.cover-heading {
    font-size: 20px;
    font-family: 'gotham-bold';
    color: #78be20;
    /*margin-left: 15px;*/
}

.defaqto-rating {
    width: 110px;
}

.upgrade-defaqto {
    margin: 10px 0 21px 0;
}

.upgrade-button {
    color: #fff;
    background: #B2161a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none!important;
    padding: 15px 20px;
    margin-bottom: 10px!important;
	text-transform:capitalize;
	position:relative;
	top:15px;
}

    .upgrade-button span {
        font-size: 22px;
    }

    .upgrade-button:hover, .upgrade-button:focus, .upgrade-button:active {
        background: #981316;
        color: #fff;
    }

.add-price {
    float: right;
    font-size: 24px!important;
    margin: 6px 15px 0 0;
}

.add-button {
    float: right!important;
    color: #fff;
    background: #82ba23;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none!important;
    padding: 8px 20px;
}

    .add-button span {
        font-size: 22px;
    }

    .add-button:hover {
        background: #222;
        color: #fff;
    }

.add-price-right {
    float: right;
    font-size: 24px!important;
    margin: 6px 15px 0 0;
}

.included-button, .included-button:hover  {
    float: right!important;
    color: #fff;
    background: #005EB8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
    border-radius: 2px;
    text-decoration: none!important;
    padding: 8px 20px;
}


.payment-type {
    font-size: 18px;
    color: #222;
    margin: 0;
}

.payment-amount {
    font-size: 40px;
    font-weight: bold;
    color: #222;
    margin: 0;
}

.payment-deposit {
    font-size: 12px;
    color: #222;
    margin: 0;
}

.change-link {
    float: left;
}

.mobile-hr {
    display: none;
}

.cover-limit-mobile {
    display: none;
}

.content-small {
    font-size: 10px;
}

/*   TOGGLE   */

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
    float: left;
  padding: 4px;
  width: 70px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #82b922;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 40px;
  color: #222;
  background-color: #82b922;
}




.slidingDiv {
height:auto;
padding: 10px 0 20px 0;
margin-top:10px;
}

.change_content {
display:none;
}



/* Media Queries */
@media all and (max-width: 480px) {
    .upgrade {
        margin-top: 30px!important;
    }

    .defaqto-rating {
        width: 80px;
    }

}

@media all and (max-width:767px) {    
	.quote-number {
		text-align: center;
		width: 100%;
	    margin: 0px 0;
		/* Bug id : 16330*/
		margin-left: 86px;
		border-bottom:1px solid #e1e1e1;
		padding: 10px;
	}

    .mobile-view {
        margin-bottom: 15px;
    }

    .change-link {
        margin-top: 11px;
    }

    .center-align-mobile {
        text-align: center!important;
        float: none;
    }
}

@media all and (max-width:991px) {
    
    .annual-payment {
        padding: 15px 0;
    }
    
    .monthly-payment {
        padding: 0 0 15px 0;
    }

    .mobile-view {
        margin-bottom: 15px;
    }
    .mobile-hr {
        display: block;
        margin: 0 0 10px 0;
    }
    .cover-limit-heading {
        display: none!important;
    }

    .cover-limit-mobile {
        display: inline;
        font-weight: bold;
    }
    
    .center-align-mobile {
        text-align: center!important;
        float: none;
    }
}

@media all and (min-width:481px) and (max-width:767px) {
    .upgrade {
        margin-top: 30px!important;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
}

@media all and (min-width: 992px) and (max-width:1199px) {
}

@media all and (min-width:1200px) {
}

.span-3{ margin-top: -5px; text-align: left; width: 46px; }
.span-35{ width: 520px; margin-top: -25px; margin-left: 48px; }
.span-3-last{ margin-top: -17px !important; text-align: right; width: 610px; }
.span-35-data{ width: 558px; margin-top: -25px; margin-left: 70px; }

.slider-text{ margin-left: 15px; margin-bottom: 10px; }

.slider-small{	width: 375px; margin-top: -25px; margin-left: 48px; }
.slider-medium{	width: 520px; margin-top: -25px; margin-left: 48px; }
.slider-large{	width: 585px; margin-top: -25px; margin-left: 48px; }

.data-small{ width: 558px; margin-top: -25px; margin-left: 70px; margin-bottom: 15px; }
.data-medium{ width: 558px; margin-top: -25px; margin-left: 70px; margin-bottom: 15px; }
.data-large{ width: 625px; margin-top: -25px; margin-left: 70px; margin-bottom: 15px; }

.plus-small{ margin-top: -17px !important; width: 465px; }
.plus-medium{ margin-top: -17px !important; width: 610px; }
.plus-large{ margin-top: -17px !important; width: 675px; }

.Slider{
	background: transparent url("images/sliderBarckground.png") repeat scroll 0% 0%;
	height: 11px;
	margin: 0px;
	position: relative;
}

.ui-slider-handle{
	background: transparent url("images/handle.png") repeat scroll 0% 0% !important;
	border: medium none !important;
	height: 30px !important;
	margin-left: -15px !important;
	margin-top: -4px !important;
	width: 30px !important;
}
