.ones .borders .brdr1
  {
	  margin-bottom:30px !important;
  }
  .pinkbtn 
  {
    background: #063370 !important;
    color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    border: 0px !important;
    width: 30%; 
	}
.toper
						{
							margin-bottom:5px !important;
							color:#063370 !important;
						}
						.lead1
						{
							font-size: 13px !important;
							color: #000 !important;
						}
						.borders .brdr1
						{
							margin-left: 0px !important;
							margin-top: 0px !important;
						}
						p
						{
							color: #000 !important;
							font-size:14px !important;
						}
.dot
{
	background-color: rgba(51,105,189,0.161);
}
.dot .dot1
{
	background: #063370;
}
.dot .dot2
{
	background: rgb(6,51,112);
}
								    @media screen and (min-width: 850px)
                                        {
                                          .col-lg-6 .insureform 
                                             {
																									min-width:120% !important;
                                             }
                                        }
										
										
										@media screen and (max-width: 800px)
                                        {
										.insureform .col-sm-12 .pinkbtn
										{
										margin-top: 20px;
										margin-left: 25%;
										width: auto;
										padding-left: 30px !important;
										padding-right: 30px !important;
										padding-top: 2px !important;
										padding-bottom: 2px !important;	
																				
										}
											
													
										}
										
.form-control
{
	display: block !important;
}
.insureform 
{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 2px;   
}
.slick-track
{
	margin-top:40px;
	margin-bottom:40px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden 
{
    display: none;
}
.modal-dialog .modal-content
{
	border-radius: 20px;
}

@media only screen and (min-width: 800px)
{
	#mode
	{
		margin-left: 5%;
	}
	.modal-header .close
	{
		top: -5px;
		right: 10px;
	}
}	

.pinksbtn
{
	width: 100%; 
	margin-bottom:10px;
    font-size: 15px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}	

.modal-footer .pnkb
{
	width: 15%;
}

.modal-title
{
	color: #000;
    font-size: 18px;
}


/* for modals */
	 
.modal 
{
  overflow: inherit;
  overflow-y: inherit;
  text-align: center;
  padding: 0;
  
  
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  max-width: 500px;
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {

  border: 0;
  border-radius: 0;

}

.modal-header {
  border: 0;
  padding: 0;
  position: relative;
}

.modal-header .close {
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #00aeef;
  color: #ffe300;
  font-size: 9px;
  opacity: 1;
  z-index: 10;
}

.modal-content p {
  padding: 0 20px;
}

.modal-body {
  padding: 0 0 10px 0;
    height: 450px;
    overflow: auto;
}



.price-box
{
	padding: 10px 15px !important;
}

h4.great
{
	    margin: 0 0 15px  -30px !important;
		background: #8a8989 !important;
		    font-size: 13px !important;
}
.price-slider 
{
    margin-bottom: 30px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default
{
	    background: #063370 !important;
	    color: #fff;
}
.active-month, .active-term
{
	background: #044aa9   !important;
	border-color:#044aa9   !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
	    background: #044aa9  !important;
	    border-color: #044aa9  !important;
}
.ui-slider-range-min
{
	 background: #044aa9  !important;
}
.btn-group-lg > .btn, .btn-lg
{
	    padding: 10px !important;
		line-height: 10px !important;
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle
{
	    font-size: 13px;
}
.price-form input[type="text"], .btn-group input[type="text"] 
{
    height: 2.5rem !important;
}
.price1
{
	 font-size: 17px !important;
	 width: 170px !important;
}
.price-form
{
	 min-height: 300px !important;
}
.price-form label
{
	font-size: 14px !important;
}
.col-sm-6 .price, .lead p
{
	width: 100% !important;
	font-size: 14px !important;
	padding: 5px;
}	
.first_head
{
	color: #063370 !important;
	font-size:17px !important;
	font-weight: 700;
	text-decoration: underline;
	text-align:center;
}
.seconds_head
{
	font-size:14px !important;
	padding-left:10px;
}
.seconds_head:before
{
	content:"\002A";
	color:#063370;
    top: 5px;
    position: relative;
	font-size: 20px;
    font-weight: 600;
}

.modal-dialog .modal-header .close
{
	background-color: #063370;
    color: #fff;
    font-size: 19px;
}
body.modal-open
{
	    overflow: hidden;
}
.modal-dialog .modal-header .close span
{
	position: absolute;
    margin-top: -10px;
    margin-left: -5px;
}
.ui-widget.ui-widget-content
{
	    cursor: pointer;
}
@media screen and (min-width: 800px) 
{ 
	.modal.show .modal-dialog
	{
		max-width:80% !important;
		
	}
	#myModal1 .modal-dialog
	{
		max-width:70% !important;
		
	}
	.finalvals .popsamt
    {
        color: #063370 !important;
        
        position: absolute;
        
        /*margin-left: 32%;*/
        
        padding: 0px;
        
        margin-top: 3.9%;
    }
	
}
@media screen and (max-width: 800px) 
{ 
	.ui-slider .ui-slider-handle .glyphicon
	{
		display: none;
	}
	.ui-slider .ui-slider-handle
	{
		cursor: pointer !important;
		position: absolute !important;
		width: 40px !important;
	}
	.ui-slider-handle label
	{
		margin-left: 15%;
	}
	.ui-widget .ui-widget-content 
	{
    border: 1px solid #044aa9  !important;
	 background: #044aa9  !important;
	     cursor: pointer !important;
	}
	.ui-slider-range-min
	{
		    background: #063370 !important;
	}
	.price-box .col-sm-5, .price-slider .col-sm-12
	{
		    padding: 0px;
	}
	.col-sm-12 .ui-slider-horizontal .ui-slider-handle
	{
		    margin-left: -2px !important;	
	}
	.modal-header .modal-title
	{
		font-size: 14px;
	}
	.price-form
	{
		margin-top: 30px;
	}
	.modal-dialog .modal-header .close
	{
		margin-right: 10px;
	}
	.modal-content .modal-footer .pnkb
	{
		    width: 40%;
	}
	.col-sm-12 .ui-slider-handle label
	{
		    margin-left: 22%;
	}
	.modal-body .topdetails
	{
		font-size:11px;
		line-height: 22px;
	}
	#myModal1 .modal-dialog label
	{
		    font-size: 9px;
	}
	#adsbtn
	{
		    margin-bottom: 20px;
	}
	#addedRows .row
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#totalexistingsum, #totalactualsum, #totalshortfall
	{
		margin-bottom: 20px;
	}
}

#myModal1 label
{
	font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #063370;
    letter-spacing: 0.2px;
}
#myModal1 input[type="text"]
{
	font-size: 12px;
}
#myModal1 .modal-body
{
	background: #fdfdfd;
}
#adsbtn
{
	padding: 0px;
}
.modal-dialog .modal-title
{
	color:  #063370;
}
@media (min-width: 992px)
{
	.navbar-expand-lg .navbar-nav 
	{
		margin-right: 20px !important;
		margin-left: auto;
	}
	#myModal1 .modal-body .container
	{
	     padding-top: 2%;
         padding-bottom: 2%;
         padding-left: 2%;
         padding-right: 2%;
         background: #fff;
	}
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	display: inline-block !important;
}

 .form-control::-webkit-input-placeholder { color: #b7b7b7; font-size:13px;}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #b7b7b7; font-size:13px;}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #b7b7b7;font-size:13px; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #b7b7b7;font-size:13px; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #b7b7b7;font-size:13px; }  /* Microsoft Edge */



	
	
	
	
	
	@font-face {
 font-family:'Glyphicons Halflings';
 src:url(https://netdna.bootstrapcdn.com/bootstrap/3.1.0/fonts/glyphicons-halflings-regular.eot);
 src:url(https://netdna.bootstrapcdn.com/bootstrap/3.1.0/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
 url(https://netdna.bootstrapcdn.com/bootstrap/3.1.0/fonts/glyphicons-halflings-regular.woff) format('woff'),
 url(https://netdna.bootstrapcdn.com/bootstrap/3.1.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
 url(https://netdna.bootstrapcdn.com/bootstrap/3.1.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

	.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: none;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.form-horizontal .control-label {
    text-align: right;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
label {
    float: left;
    min-width: 35%;
}

.price-form input[type="text"], .btn-group input[type="text"]
{
height: auto;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}


.glyphicon {

    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.glyphicon-chevron-left::before {

    content: "\e079";

}

.glyphicon-chevron-right::before {

    content: "\e080";

}


.ui-slider-handle label
{
	margin-left: 10%;
	cursor: pointer;
}



.ui-slider .ui-slider-handle .glyphicon
{
	padding-left: 2px;
}


#adsbtn .btn-warning, #adsbtn .btn-warning:not(:disabled):not(.disabled).active, #adsbtn .btn-warning:not(:disabled):not(.disabled):active, #adsbtn .show>.btn-warning.dropdown-toggle
		{
			color: #ffff;
			background-color: #063370;
			border-color: #063370;
			padding-top: unset;
            padding-bottom: unset;
            padding-left: 15px;
            padding-right: 15px;
		}
		
		
		
		
		
		/* for modal 1 */
		
		 
#errmsg {
  color: red;
}
.price-box {
  margin: 0 auto;
  background: #E9E9E9;
  border-radius: 10px;
  padding: 40px 15px;
  /*width: 500px;*/
}

.ui-widget-content {
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  color: #222222;
  margin-top: 4px;
}

.ui-slider .ui-slider-handle {
  position: absolute; 
  z-index: 2;
  width: 7.2em;
  height: 2.7em;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center; 
  line-height: 30px;
  color: #FFFFFF;
  font-size: 12px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #FFFFFF;
  margin: 0 1px; 
  font-size: 11px;
  opacity: 0.7;
}

.ui-corner-all {
  border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #f9f9f9;
  background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.price, .lead p {
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 60px;
  border:0;
  width: 220px;
}

h4.great {
  background: #00ac98;
  margin: 0 0 25px -60px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  -moz-box-shadow:    2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow:         2px 4px 5px 0 #ccc;
    
    line-height: 24px;
}

.total {
  border-bottom: 1px solid #7f8c8d;
  /*display: inline;
  padding: 10px 5px;*/
  position: relative;
  padding-bottom: 20px;
}

.total:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #7f8c8d;
  opacity: 0.5;
}

.price-slider {
  margin-bottom: 70px;
}

.price-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.form-pricing {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.price-form {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #eeeeee;
  min-height: 520px;
  border-radius: 4px;
  /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
}

 

.form-group span.price {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 14px;
}

.help-text {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #737373;
  /*position: absolute;*/
  /*margin-left: 20px;*/
  font-weight: 200;
  /*text-align: right;*/
  width: 188px;
}

.price-form label {
  font-weight: 200;
  font-size: 21px;
}

img.payment {
  display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
  background: #2980b9;
}

.active-month,
.active-term {
  background: #3276b1;
}

/* HR */

hr.style { 
  margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


.price1
{
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  line-height: 30px;
  border:0;
  width: 220px;
  padding: 5px;
}
		/* for modal 1 ends*/
		/* for modal 2*/
		
.topdetails
 {
	font-size: 15px;
	text-decoration: underline;
}
label
 {
	font-size: 12px;
}
.errormsg {
  color: red;
}





    /* tooltip colour */
    .tooltip-inner {
    max-width: 350px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip-inner{

    padding:3px 4px;
    color:#063370 !important; 
    text-align:center;
    font-weight:400;
    font-size:13px !important; 
    background: #eee !important; 
    border: 1px solid #063370;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:4px;    
    line-height:20px !important;
}
      
      .price-slider .tips
      {
          
    background: #063370;
    padding-left:1px;
    padding-right:1px;
    border-radius: 25px;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
      }
      
     .price-form .tips
      {
          
    background: #063370;
    padding:1px;
    border-radius: 25px;
    margin-left: 10px;
    color: #fff;
    font-size: 19px;
        margin-top: 5px;
    position: relative;
      }
      .price-slider1 .tips
      {
          background: #063370;
    padding:1px;
    border-radius: 25px;
    margin-left: 2px;
    color: #fff;
    font-size: 19px;  
      }
      .price-form .col-sm-6
      {
              padding: 0;
      }
      body
      {
       padding:0px !important;   
      }    
      
      .col-sm-7 .finalvals .price
      {
            background: transparent;
            line-height: 0px;
            padding: 0px;
            margin: 0px;
            width: auto;
            font-size: 14px;
            color: #063370;
      }
      
      
    
		/* for modal 2 ends*/
		
	@media only screen and (max-width: 800px) 
     {
         h4.great
         {
             
            margin: 0 0 15px -20px !important;
            font-size: 11px !important;
         }
         .tooltip-inner
         {
             max-width: 250px !important;
         }
         
     }
     
     @media only screen and (min-width: 800px) 
     {
         #myModal .modal-dialog .modal-title
         {
             
               margin-left: 29%;
         }
         #myModal1 .modal-dialog .modal-title
         {
             
               margin-left: 35%;
         }
         
         .names
         {
             
             max-width: 38%;
         }
         
         .ages
         {
             max-width: 8%;
         }
         .sums
         {
             
             max-width: 27%;
         }
         
         .shorts
         {
             
             max-width: 18%;
         }
         .dels .fa
         {
             font-size:22px;
         }
         #adsbtn .fa
         {
             font-size:13px;
             font-weight: 400;
         }
         #adsbtn .btn-warning
         {
             font-size:13px;
         }
         /*position for label*/
         .names label
         {
             margin-left: 10%;
         }
         
         .ages label
         {
             margin-left: 25%;
         }
         
         .shorts label
         {
             margin-left: 12%;
         }
         
         /*position for label ends*/
     }

 .price-box .col-sm-5
 {
     padding: 0px;
 }
 
 
 
 
 #finalrowss
 {
    background: #044aa9 ;
    border: 1px solid #044aa9 ;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
 .form-control:disabled, .form-control[readonly] 
 {
    background-color: #e9ecef;
        color: #063370;
 }
 