:root {
  --dblue: #1f3e53;
  --Lblue: #1469a3;
  --white: #ffffff;
}
.body{
  font-family: 'Gotham', sans-serif;
}
.main-bg{
	background:#f2f8fc;
}
.btn{
    
    padding:10px 10px;
    
    
}
.mortgage_calculator .card{

    border-radius:20px !important;
}
.quote_btn{
    background-color: var(--dblue);
    padding: 10px 26px;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px !important;
}
.quote_btn:hover{
	text-decoration:none;
	background:#000;
	color:#fff;
}
.cal_title h4{
    font-size:30px !important;
    color:#4186b5;
    margin: 0;
    padding: 0;
      font-weight: bold;
}
.cal_title h4::after{
    
   content: "";
    background: #1469a3;
    display: inline-block;
    width: 40%;
    height: 5px;
    padding-left: 50px;
    position: relative;
    left: 25px;
    top: -5px;
    border-radius: 50px;
}
.cal_title p{
    font-size: 20px !important;
    color: #1c1c1c;
}
.calculator_section h6{
  color:#1f3e53;
  font-size: 24px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.calculator_section form .form-group label{
    
    font-size:14px;
    color: #404040;
    font-weight:700;
}
.calculator_section .input-group{
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #e3e0e0 !important;
}
.calculator_section .form-control{
    
    background: none;
    padding-left: 17%;
    border:0;
    font-size: 0.9rem;
}

.calculator_section .input-group  input:focus{
     border-bottom: 1px solid #1469a3 !important;
}
.input::placeholder{
    
    padding-left: 15px;
}
 .form-control:focus + .select-sign select {
    color: #1469a3 !important;
	font-weight:600;
}
 .form-control:focus + .input-group-addon {
    color: #1469a3 !important;
	font-weight:600;
}
.submit-btn-block{
  justify-content: right;
  display: flex;
}
.submit_btn{
    
    width:120px;
    background: #1469a3;
    display:flex;
    color:#fff;
    padding:8px 46px 8px 30px;
    border-radius:10px;
    text-align: right;
    border:0;
   
}
.submit_btn::after{
    content: "";
     width:25px;
    height:25px;
    display: block;
    right: 0;
   background: url("../images/round_arrow.svg") no-repeat right;
   position: absolute;
   right: 20px;
}
/*input.submit_btn{
	padding: 0px 47px 0px 25px;
	font-size: 16px;
	background-color: #1469a3;
}
.submit-btn-block{
    display: flex;
    justify-content:end;
}
.submit-btn-block img{
position: relative;
left: -40px;
}*/

/*accordion*/

.panel-title {
  position: relative;
  color: #1f3e53;
  font-size: 20px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  border-radius:5px;
  padding:10px 5px;
  border:1px solid #fafafa;

}
  
.panel-title::after {
  content: "";
  right: 0px;
  width:30px;
  height:30px;
  cursor:pointer;
  position: absolute;
  background: url(../images/arrow_nor.svg);
}

.panel-title[aria-expanded="true"]::after {
  content: "";
  width:30px;
  height:30px;
  cursor: pointer;
  background: url(../images/arrow_down.svg);

}


.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}
/*accordion*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.datepicker::-webkit-input-placeholder {
   padding:0px;
}
.select-sign{
	position: absolute;
	z-index: 1;
	top:4px;
        width: 36px;
}
.select-sign select{
	position: relative;
	background: transparent;
	border: 0;
	cursor:pointer;
	font-weight:600;
	-webkit-appearance: none;
  -moz-appearance: none;
}
.select-sign select option{
	background:#fff;
	color:#1469a3;
	font-size: 14px;
	
}
.custom-arrow{
	top: 5px;
	position: absolute;
	background: #fff;
	border: 1px solid #fafafa;
	display: block;
	width: 20px;
	height: 29px;
	right: 0px;
	pointer-events:none;
	border: 0;
}
.custom-arrow::before, .custom-arrow::after{
	content:"";
	--size: 0.40em;
	position:absolute;
	width:0;
	height:0;
	left:50%;
	transform:translate(-50%, -50%);
}
.custom-arrow::before{
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-bottom: var(--size) solid #ddd;
	top: 17%;
}
.custom-arrow:hover::before{
	content:"";
	display:block;
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-bottom: var(--size) solid #1469a3;
}

.custom-arrow::after{
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid #ddd;
	top: 43%;
}
.custom-arrow::after:hover{
	content:"";
	display:block;
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid #1469a3;
}


.input-group .input-fs:focus {
     opacity: 0.9;
 	border-bottom:2px solid #1469a3!important;

}
.input-group-addon{
    align-items: center;
    display: flex;
    padding: 0px 0px;
    background: none;
    position: absolute;
    top: 11px;
    font-weight: 600;
    font-size: 14px !important;
}
.caldendar_ico1, .caldendar_ico2, .caldendar_ico3, .caldendar_ico4, .caldendar_ico5{
    position: absolute;
    top:10px;
    right: 0px;
}

.arrow, .arrow1{
    top: 24px;
    position: relative;
    right: 12px;
    cursor: pointer;
}

.freq-btn{
    padding: 0;
}
.freq-btn label
.freq-btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.freq-btn input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  width: 0;
}

.freq-btn input[type="radio"]:checked+label,
.Checked+label {
  padding: 8px 25px !important;
  border-radius: 5px;
  color:#fff;
  background-color: #1469a3;
}

.freq-btn label {
  padding: 8px  37px !important;
  color:#989898;
  cursor: pointer;
  z-index: 90;
}

/*.freq-btn label:hover {
   padding: 8px  37px !important;
  border-radius: 5px;
  color:#fff;
  background-color: #1469a3;
}*/
.submit_btn button{
    padding: 6px 25px;
    border-radius: 10px;
    background:var(--Lblue);
}
.submit_btn button:hover{
    padding: 6px 25px;
    color:#fff !important;
    background:var(--dblue);
}
.submit-btn-section{
	
	display:flex;
	justify-content:end;
}
.submit {
	background: #1469a3;
	border-radius: 8px;
	padding: 10px 60px 9px 46px;;
	font-size: 18px;
}
.submit::after{
	content: "";
    width:25px;
    height:25px;
    display: block;
	position: absolute;
	top: 13px;
	right: 27px;
    background: url(../images/round_arrow.svg);
}

span i.fa-arrow-circle-right:before{
    font-size: 22px !important;
    position: relative;
    top: 3px;
    left: 11px;
}
.graph_section{
    color:#fff;
}
.grp_box_top{
    border-radius:20px;
    background:var(--dblue);
	padding: 1.5rem !important;
	display: grid;
}
.bor{
    width:100%;
    border-bottom: 1px solid #fff;
}

.pay{
    
    font-size:16px !important;
    font-weight:600;
}
.desc{
    color: #ccecff;
    font-size:12px !important;
}
.paychkbox{
    padding:25px 0px;
}
.paychkbox label{
    color: #ccecff !important;
    font-size:12px !important;
}
.total_amount{
  line-height:5px;   
}
.total_amount h4{
    font-size: 28px !important;
	color: #fff;
	padding-bottom: 12px;
    color: #fff;
}


.grp_box_bot{
     border-radius:10px;
     background:var(--Lblue);
}
.grp_box_bot p{
    
    font-size: 20px !important;
    color:#fff;
}

.btn_email{
    
   border-radius: 5px;
padding: 10px 20px 10px;
color:#fff;
background: #26acf3;
font-size: 18px !important;
font-weight: 500;
}
.btn_email:hover{
	
	text-decoration:none;
	color:#fff;
	background:#000;
}

.grp-section{
    width:90%;
}
.grp-head-section{
    border-radius: 10px;
    background: var(--Lblue);
}
.grp_head_lft span{
  
  font-size: 20px !important;  
  color:#fff;   
}
 .grp_head_rgt{
  align-items: center;
  display: flex;  
 }
.grp_head_rgt span{
  font-size: 32px !important;   
}
.grp_chkbox label{
    
    color:#000;
}
.owner-block, .payment-block{
	
	margin:15px 0px 40px;
}
.owner-block:last-child::after, .payment-block:last-child::after{
	
	border:none;
}
.owner-block::after, .payment-block::after{
	content:"";
	width:90%;
	height:0;
	top: 10px;
	left:10px;
	position:relative;
	border:1px solid #0a354f ;
}
h4.tab_title{
	font-size:20px !important;
	padding:5px 10px;
	color:#000;
}
.tab_menu .nav-item{
	padding:0px !important;
	
}
.tab_menu .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background: none;
    color: #12608e;

}
.tab_menu .nav-pills .nav-link.active::after{
	content:"";
	border-radius:0;
	border-bottom:1px solid #12608e;
	width: 39%;
display: block;
}
.tab_menu .nav-pills .nav-link{
	
	color:#707070;
}
/*chart*/
.counter{
    
    font-weight: 700;
    color: #12608e;
    position: absolute;
    top: 48px;
    left: 47px;
}
.piechart_txt{
  position:relative;
 top: 28px;
left: 10px;
}
.chart_price{
color: #1d3f53;
font-weight: bold;
}
.chart_desc {
  font-size: 12px ;
  color:#808080;
}
 /*chart*/   
 
 @media only screen and (max-width: 480px){
    h4.tab_title{
        padding: 0px;
    }
    .calculator_section .form-control{
        padding-left: 18%;
    }
    .submit-btn-block{
    display: flex;
    justify-content:center !important;
    }
    .freq-btn {
        display: block !important;
    }
	.submit-btn-section{
	
	display:flex;
	justify-content:center;
}
 }
  @media only screen and (min-width: 480px) and (max-width: 767px)  {
	.submit-btn-section{
	display:flex;
	justify-content:center;
	}
 }
 
 @media only screen and (max-width: 991px){
	.cal_title{
		
		text-align:center;
		/*display:flex;*/
		justify-content:center;
	}
	.cal_title h4::after{
		left:0px;
	}
	  .submit-btn-block{
    display: flex;
    justify-content:center !important;
    }
 }
 
@media only screen and (max-width: 1024px) and (min-width: 700px)  {
 .total_amount span{
	font-size:12px !important;
}
 .total_amount{
    padding-top:15px;
 }
 h4.tab_title{
    padding: 0px;
 }
 }