/*CSS Document for web layout*/

/*css added by Ajay Kumar on 200120*/

body {
	padding-top: 60px;
	margin: 0;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400
}
.bg-white {
	background: #FFFFFF
}
.text_primary {
	color: #01326a
}
.text_secondary {
	color: #9cbfe5
}
.logo {
    max-width: 170px;
    padding: 0;
}
.bg-light-grey {
	background: #f9f9f9
}
.social_links ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
/*pop*/
.panel-body {
    padding: 15px;
}
.location_btn2 {
    margin: 0px auto 19px;
    display: flex;
    width: 170px;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}
.Qu {
    font-size: 20px;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
}
.form-group2 {
    margin-bottom: 1rem;
    width: 91%;
    margin: 8px auto;
}
/*pop*/
.social_links ul li {
    display: inline-block;
    vertical-align: middle;
}
.social_links ul li:last-child {
    display: none;
}
.social_links ul li a {
    display: flex;
    max-width: 33px;
    padding: 0 8px;
    align-items: center;
}
.br1 {
	border-right: 1px solid #e1e1e1;
}
.contact_block {
    padding-left: 15px;
}
.banner_form {
    width: 300px;
}
.home_banner_block_inner {
    padding: 15px;
	background: #ffffff8c
}
.call_us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    background: #cbdef1;
    border: 1px solid #01326a;
    border-radius: 25px;
    color: #01326a;
    font-weight: 600;
}
.call_us img {
    max-width: 22px;
}
.call_us span {
    margin-left: 10px;
}
.social_links {
    padding: 9px 10px 9px 0;
}
.top_nav li a {
    padding: 10px 12px 13px;
    display: block;
    color: #000;
    font-weight: 600;
    position: relative;
    line-height: 1;
}
.top_nav li.active a, .top_nav li a:hover {
	color: #9cbfe5 !important;
	text-decoration: none;
}
.top_nav li.active a:after, .top_nav li a:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #9cbfe5
}
.repair_staus {
    padding: 8px 0 8px 10px;
}
.repair_staus a {
    display: flex;
    color: #9e9e9e;
    font-weight: 600;
    align-items: center;
}
.header_menu {
	position: relative
}
.repair_staus a img {
    max-width: 20px;
    }
.repair_staus a span {
    margin-left: 10px;
}
.repair_staus a:hover {
    text-decoration: none;
}
.hero {
    position: relative;
	/*background: url(../images/home_banner.jpg) no-repeat center;
	min-height: 50vh*/
}
.home_slider {
	z-index: 0 !important
}
.home_banner_block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0 15px
}
.home_banner_heading {
   /* color: #fff;*/
}
.home_banner_heading {
    /*color: #fff;*/
    font-size: 24px;
   /* text-shadow: 1px 1px 3px #000;*/
}
.home_block img {
    max-width: 75px;
    margin-bottom: 5px;
}
.home_block {
    color: #fff;
    font-weight: 500;
    margin-top: 60px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 140px;
}
.home_block span {
	text-align:center
}
.search_banner input, .search_banner button {
    border-radius: 20px;
	padding: 8px 20px
}
.guaranty_section {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 60px;
    width: 100%;
    padding: 0 45px;
    right: 0;
}
.preowned_block {
	max-width: 220px;
	display:none;
}
.warranty_block {
	max-width: 110px;
}
.summ_btn {
    padding-right: 10px;
}
.summ_btn a {
    display: block;
    color: #01326a;
    font-weight: 600;
}
.search_banner button {
    background: #01326a;
    border: none;
}
.search_banner button img {
	max-width: 18px
}
.home_tabs {
    position: relative;
    top: -35px;
    flex-wrap: nowrap;
}
.home_tabs li {
    display: block;
    width: 100%;
}
.home_tabs li a {
    display: block;
    padding: 20px;
    color: #01326a;
    box-shadow: 0 0 5px #00000026;
    background: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
	line-height: 1;
    height: 100%;
}
.home_tabs li a img {
    max-width: 30px;
    margin-right: 10px;
}
.home_tabs li a.active {
    color: #fff;
    background: #112b64;
}
.home_tabs li a.active img {
    filter: contrast(0) brightness(100);
}
/*.home_tabs li a.active:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #112b64;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}*/
.home_tabs_inner {
    position: relative;
    flex-wrap: nowrap;
}
.home_tabs_inner li {
    display: block;
    width: 100%;
}
.home_tabs_inner li a {
    display: flex;
    padding: 20px;
    color: #01326a;
    box-shadow: 0 0 10px #00000042;
    background: #fff;
    font-weight: 600;
    position: relative;
    align-items: center;
    justify-content: center;
}
.home_tabs_inner li a.active {
    border-bottom: 3px solid #01326a;
}
.home_tabs_inner li a img {
    max-width: 40px;
    margin-right: 10px;
}
/*.home_tabs_inner li a.active {
    color: #fff;
    background: #112b64;
}
.home_tabs_inner li a.active img {
    filter: contrast(0) brightness(100);
}
.home_tabs_inner li a.active:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #112b64;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}*/
.heading2 {
	margin-bottom: 20px
}
.home_tabs_inner li a > div h4, .home_tabs_inner li a > div p {
    margin: 0;
}
.home_tabs_inner li a > div p {
    font-weight: 400;
    font-size: 14px;
}
.home_tabs_inner li a > div h4 {
    font-size: 18px;
}
.home_tabs_inner li a .arrow {
    width: 20px;
    border-right: 3px solid #112b64;
    border-top: 3px solid #112b64;
    height: 20px;
    transform: rotate(45deg);
    border-top-right-radius: 3px;
    justify-self: flex-end;
    position: absolute;
    right: 25px;
}
.checkbox_block label {
	cursor: pointer;
	width: 100%;
}
.checkbox_block label input {
    display: none;
}
.checkbox_block  .brand_thumb {
    border: 1px solid #eee;
    padding: 10px;
    transition: all 200ms;
    width: 100%;
    display: block;
	text-align: center;
	font-size: 12px;
}
.brand_thumb img {
        max-height: 70px;
    width: auto !important;
    margin: 0 auto;
}
.checkbox_block label input:checked + .brand_thumb {
    border-color: #112b64;
    box-shadow: 0 0 7px 2px #00000057;
}
.step_block {
    position: relative;
    text-align: center;
    margin-top: 90px;
}
.step_icon {
    width: 120px;
    height: 120px;
    background: #112b64;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}
.step_heading {
    font-weight: 600;
    color: #112b64;
    font-size: 24px;
}
.step_title {
    font-size: 16px;
    color: #112b64;
}
.step_text {
    text-align: justify;
}
.step_content {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 80px;
    min-height: 200px;
    margin-bottom: 20px;
}
.why_kaicell {
    background: #01316a;
    padding: 50px 10px;
}
.kaicell_advantage_section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	margin-top: 30px;
}
.select-device {
    padding: 10px;
}
.kaicell_adv_block {
    background: #fff;
    padding: 15px 15px 35px;
    position: relative;
	min-height: 250px;
    max-width: 225px;
    margin: 0 auto;
}
.kaicell_adv_block img {
    max-width: 50px;
    margin: 0 auto;
    height: auto;
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid #01316a;
}

.adv_heading {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    color: #01316a;
}

.kaicell_adv_block:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 90%;
    height: 7px;
    background: #9cbfe5;
    left: 5%;
}
.pledge_section {
    background-size: cover;
    padding: 50px 0;
    background: #01326a;
	position: relative
}
.pledge_section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    left: 0;
    bottom: -25px;
    background: url(../images/curve_kai.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.kai_agent {
    /*background: url(../images/kai_bg.png) no-repeat center;
    background-size: cover;*/
    position: relative;
    bottom: -50px;
}
.pledge_points {
	list-style: none;
	margin: 30px 0 60px;
	padding: 0;
}
.pledge_points li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}
.pledge_points li span {
    color: #9ffd2b;
    font-weight: 600;
}
.whatsNew {
    padding: 30px 0;
}
.test_block {
    padding: 20px;
    box-shadow: 0 0 6px 0px #ddd;
    min-height: 360px;
    margin: 10px 5px;
}
.test_cust {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cust_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
}
.cus_n {
    color: #01326a;
    margin: 0;
	font-size: 20px
}
.u_loc {
    margin: 0;
    font-size: 12px;
}
.text-italic {
	font-style: italic
}
.cus_rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cus_rating span {
    margin-right: 5px;
    background: url(../images/star_inactive.png) no-repeat center;
    background-size: cover !important;
    width: 15px;
    height: 15px;
}
.testimonial_section {
    padding: 50px 10px;
}
.locations_section {
    padding: 50px 0;
}
.test_comm {
    margin-top: 20px;
}
.location_btn {
    margin: 0 auto;
    display: flex;
    width: 250px;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}
.location_btn:hover {
	text-decoration: none;
	color: #FFFFFF
}
.location_btn img {
    margin-right: 10px;
    max-width: 14px;
}
.location_add {
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}
.btn_primary {
	background: #01326a;
	color: #FFFFFF
}
.footer {
	background: #01326a;
	padding: 30px 0 0
}
.li_heading {
    color: #fff;
    font-size: 16px;
}
.li_text {
    color: #fff;
    font-size: 12px;
}

.footer_links {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.footer_links li {
    display: block;
}

.footer_links li a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 5px 0;
}
.support_heading {
    color: #01326a;
    font-size: 11px;
    padding: 5px;
    background: #9cbfe5;
    display: inline-block;
    border-radius: 4px;
	font-weight: 700;
}
.support_block_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.agent_img {
    width: 65px;
    background: #fff;
    height: 65px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.agent_img img {
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
	top:2px
}
.agen_des, .agen_des a {
    color: #fff;
}
.agen_des p {
    margin: 0;
}
.agen_n {
    font-size: 12px;
}
.agen_d {
    font-size: 10px;
}
.wp_con img {
    max-width: 18px;
}
.wp_con {
    display: flex;
    align-items: center;
}
.footer_bottom {
    background: #424242;
    padding: 12px;
    margin-top: 30px;
}
.copyright_text {
    margin: 0;
    color: #777777;
    font-size: 12px;
}
.page_heading {
    color: #808080;
    font-size: 24px;
}

.device_search_block {
    border: 1px solid #ddd;
    border-radius: 7px;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.device_search_block input {

    width: 100%;
    border: 0;
    border-radius: 7px;
    padding: 7px 40px 7px 7px;
}

.search_btn {
    position: absolute;
    right: 0;
    border: none;
    background: none;
    padding: 7px 10px;
    top: -1px;
}
.search_btn img {
    max-width: 20px;
}
.checkbox_block_inner {
    padding: 10px 20px;
    max-width: 150px;
}
.checkbox_block_inner .brand_thummb {
    border-radius: 20px;
}
.checkbox_block_inner .brand_thumb {
    border-radius: 7px;
}
.heading_inner2 {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}
.heading_inner2:after {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    border-left: 3px solid #01326a;
}
.card-header {
    background: none;
    border: none;
}
.box_shadow {
    box-shadow: 0 0 10px 1px #0000002e;
}
.r_dev_block {
    padding: 20px;
}
.iss_block {
    margin-bottom: 20px;
    width: 250px;
}
.iss_img {
    max-width: 45px;
}
.iss_title h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    width: 80px;
}
.iss_add_btn {
    background: none;
    border: 1px solid #01326a;
    border-color: inherit;
    border-radius: 6px;
    line-height: 1;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: inherit;
}
.anno_text {
    font-size: 12px;
    display: block;
    line-height: 1;
}
.cost_price {
    font-size: 12px;
    text-decoration: line-through;
    color: #7b7b7b;
	margin-right: 7px;
}
.sell_price {
    font-weight: 500;
}
.iss_summ {
    padding: 15px;
}
.summ_heading {
    padding: 0 0 15px;
    border-bottom: 1px solid #dddd;
    margin-bottom: 15px;
}
.iss_added ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.iss_added ul li {
    padding: 15px 0;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.iss_d {
    margin-left: 10px;
}
.discount_summ {
    color: #01326a;
    font-weight: 600;
}
.g_total {
    font-weight: 700;
}
.pro_desc {
    margin-right: 50px;
    margin-bottom: 20px;
}
.pro_desc img {
    max-height: 30px;
    width: auto;
    margin-right: 5px;
}
.bg_secondary {
    background: #c4d6ea;
}
.owl-theme .owl-dots .owl-dot {
	background: none;
	border: none;
	padding: 0
}
.owl-theme .owl-dots .owl-dot:focus {
	outline: none
}
.iss_count {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid #01326a;
    margin-right: 15px;
    line-height: 1.7;
    text-align: center;
}
.custom-radio {
    margin: 0 15px 0 0;
}
.radio_add {
    position: relative;
}
.radio_add input {
    display: none;
}
.radio_add span {
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #8a8a8a;
    border-radius: 50%;
    position: relative;
}
.radio_add input:checked + span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #8a8a8a;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    box-shadow: 0 0 5px 0px #00000059;
}
.add_title img {
    max-width: 20px;
    margin-right: 5px;
}
.add_title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.f_add p {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}
.add_act_btn a {
    margin-right: 10px;
    font-weight: 500;
    color: #3882d6;
}
.cale_icon {
    max-width: 18px;
    margin-right: 7px;
    vertical-align: middle;
}
.day_block {
    position: relative;
	padding: 10px
}
.day_block input {
    display: none;
}
.date_block {
    padding: 15px;
    width: 100px;
    box-shadow: 0px 0px 6px 0px #00000038;
    border-radius: 7px;
    text-align: center;
}
.date_block h5 {
    font-size: 10px;
    margin: 0;
}
.date_block p {
    font-size: 10px;
    margin: 0;
    color: #01326a;
    font-weight: 600;
}
.date_block h1 {
    margin: 0;
}
.day_block input:checked + .date_block {
    background: #01326a;
    color: #fff;
}
.day_block input:checked + .date_block p {
    color: #fff;
}
.time_block {
    border-radius: 0;
    width: initial;
    padding: 10px;
    line-height: 1;
    font-weight: 500;
}
.search_top {
	display: none
}
.curr_stat {
    color: #a2c3e7;
}
.order_st_timeline ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.order_st_timeline ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
}
.order_st_timeline ul li .ord_th {
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
	z-index: 2
}
.order_st_timeline ul li.active .ord_th {
    background: #01326a;
}
.order_st_timeline ul li span {
	font-weight: 500;
}
.order_st_timeline ul li.active span {
    color: #01326a;
}
.order_st_timeline ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 29px;
    border-top: 1px dashed #ddd;
}
.order_details_header {
    background: #01326a;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
}
.order_details_header .order_id {
    font-size: 14px;
    font-weight: 500;
}
.order_st_timeline ul li .ord_th:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 8px;
    top: 8px;
    background: url(../images/right_mark.png) no-repeat center;
    background-size: contain;
}
.q_link {
    color: #888;
}
.ex_mark {
    width: 30px;
    height: 30px;
    background: #01326a;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.exe_det_block p {
    margin: 0;
}
.exe_det_block h5 a {
    color: #01326a
} 
.device_list {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.device_list li {
    display: block;
    padding: 5px 10px;
    font-weight: 600;
}
.device_list li a {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.device_list li a:hover {
	text-decoration: none
}
.device_heading {
	font-size: 16px;
	color: #000000
}
.navbar_toggler {
    border: none;
    padding-left: 0;
}
.navbar_toggler:focus {
	outline: none
}
.iss_block input[name='cost_check'] {
    display: none;
}
.iss_block input[name='cost_check']:checked + .issue_des {
    border-color: #00d413;
    color: #00d413;
    background: #efefef;
    opacity: 1;
}
.issue_des {
    border: 1px solid transparent;
    color: #01326a;
    padding: 10px;
    opacity: .8;
    border-radius: 5px;
}
.wp_block {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 100;
    max-width: 70px;
}
.wp_block a {
	display: block
}
/*.ui-autocomplete.ui-widget {
  font-size: 16px;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
}*/
.info_b_btn{
	display: block;
	width: 180px;
	background: #9cbfe5;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 7px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-weight: 600;
}
.tab-pane {
    position: relative;
}
.info_b_btn:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    top: 12px;
}
.info_b_btn:hover {
    text-decoration: none;
    color: #fff;
}
.modal_heading {
	color: #FFFFFF;
	background: #9cbfe5
}
.query_form {
	padding: 20px
}
.breadcrumb_nav {
    margin-top: 20px;
}
.brd_custom {
	display: inline-flex;	
	background: #ffffff;
	box-shadow: 0 0 4px 0px #00000045;
	margin-bottom: 0;
	font-size: 12px;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 15px;
}
.brd_custom li {display: block;}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.brd_custom li a {
    background: #fff;
    padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 10px;
    color: #01326a;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item:last-child a {
    background: #01326a;
    color: #fff;
}

.breadcrumb-item:last-child {
    padding-left: 7px;
}

.breadcrumb-item:last-child a:before {
    position: absolute;
    content: '';
    left: -7px;
    top: 0;
    height: 100%;
    border-width: 18px 4px;
    border-style: solid;
    border-color: #fff #01326a #01326a #fff;
}

a[href="#"] {cursor: text;pointer-events: visible;}

.brd_custom li a:hover {
    text-decoration: none;
}

ui-autocomplete-loading { background:url('assets/images/indicator.gif') no-repeat right center }