:root {
	--bs-btn-font-size: 18px;
	--bs-border-radius: 12px;
	--bs-blue: #134D95;	
	--bs-link-color-rgb: 14, 83, 180;
	--accent: #0E53B4;
	--second-family: "Khula", sans-serif;
	
}

.row { 
	--bs-gutter-x: 1.875rem;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #3E434E;
	font-size: 18px;
	line-height: 1.22;
	width: 100%;
	padding-top: 93px
}

/* default font size */
.fa {
  font-size: 14px;
}
.fa-2x {
	font-size: 24px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 64px;
}
.h1-home, h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: var(--accent);
}
h3 {
	font-size: 24px;
	line-height: 30px;
	color: var(--bs-blue);
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a, a:hover {
	text-decoration: none;
}
h2.light { font-size: 40px; font-weight: 300; line-height: 1.3; color: #3E434E; font-family: "Inter"; }
.sh3 { font-weight: 500; font-size: 24px; line-height: 30px; color: #667080; }
.brdradius134 { border-radius: 134px }
.f24 { font-size: 24px; line-height: 30px}
.f23 { font-size: 23зx; line-height: 30px}
.f14 { font-size: 14px; line-height: 22px}
.f16 { font-size: 16px; line-height: 22px}
.f32 { font-size: 32px; line-height: 1.1}
.f48 { font-size: 48px; line-height: 1.1}
.f41 { font-size: 41px; line-height: 1.3}
.f44 { font-size: 44px; line-height: 1.3}
.mt-20 { margin-top: 20px}
.mb-20 { margin-bottom: 20px}
.mb-30 { margin-bottom: 30px}
.mb-35 { margin-bottom: 35px}
.mb-40 { margin-bottom: 40px}
.fKhula { font-family: var(--second-family) }
.cl-blue { color: var(--bs-blue); }
.cl-white { color: #FFF; }
.cl-grey600 { color: #667080;}
.cl-grey300 { color: #B4BAC5;}
.cl-accent { color: var(--accent); }
.round12 {border-radius: 12px}
.msg-error {color: red; text-align: center;}
.btn {--bs-btn-padding-x: 26px;
	--bs-btn-padding-y: 12px;
	--bs-btn-font-weight: 700;
	line-height: 1.37;
}
.btn-primary {     --bs-btn-color: #fff;
    --bs-btn-bg: #0E53B4;
    --bs-btn-border-color: #0E53B4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0E53B4;
    --bs-btn-disabled-border-color: #0E53B4;

}
.btn-primary-inverse {
	background: #FFF;
	color: var(--bs-blue);
	border:1px solid var(--bs-blue);
}
.btn-primary-inverse:hover {
	background: #FFF;
	color: var(--bs-blue);	
	opacity: 0.8;
	border:1px solid var(--bs-blue);
}
.btn-outline-secondary { --bs-btn-border-color: var(--bs-blue); }
.form-floating>label { font-size: 16px; line-height: 1 }
.heading-title-grey { font-size: 44px; line-height: 1.3; color: #667080;  font-family: var(--second-family) }
ul.check-blue-center {margin:0; padding: 0}
ul.check-blue-center li { display: flex; align-items:center; gap:10px; margin-bottom: 11px}
ul.check-blue-center li:before {  content: url('data:image/svg+xml,%3Csvg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.16699 5.99967L5.33366 10.1663L13.667 1.83301" stroke="%23105DA7" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E');
	width: 15px;
    height: 15px;
    margin-top: -7px;
}
ul.check-blue-center.top li { align-items:flex-start; }
ul.check-blue-center.top li:before {
	margin-top: 0
}

/*form element*/
.form-control { padding: 16px; border-radius: 8px;}
.input-group-text { border-radius: 8px; }
.input-group-text+.form-control { border-top-right-radius: 8px!important; border-bottom-right-radius: 8px!important; }
.form-check-input { width: 32px; height: 32px; }
.form-check { min-height: 39px; padding-left: 55px}
.form-check .form-check-input { margin-left: -50px }
.form-check label { line-height: 39px; }
.form-group { margin-bottom: 20px }
.form-group label { margin-bottom: 8px}    
.buttons {margin-top: 20px}
/**/
.well {padding: 60px; border-radius: 20px; border:1px solid #D7DAE0;}
.first-screen-middle { min-height: calc(100vh - 136px);
    display: flex;
    flex-direction: column;
    justify-content: center;}
.main-margin { margin: 120px 0 }


.navbar {	--bs-navbar-nav-link-padding-x: 1rem; }
.nav-link {--bs-nav-link-color: #3E434E;}
.offcanvas .dropdown-menu { border:0; background: #FFF;padding: 0; margin: 0 }
.offcanvas .dropdown-menu .mega { box-shadow: 0 8px 16px -6px #18274B14, 0 6px 8px -6px #18274B1F; border-radius: 20px; padding:60px; padding-right: 20px}
.product-wall {display: flex; flex-wrap:wrap; gap:16px;}
.product-wall .product-wall__item { border: 1px solid #B4BAC5; border-radius: var(--bs-border-radius); padding: 8px 16px; transition: 0.5s all; }
.product-wall .product-wall__item span { display: block; color:#667080; font-size: 16px; font-weight: 500; text-align: center;margin-top: 8px}
.product-wall .product-wall__item:hover { border-color:var(--bs-blue);  }
.product-wall .product-wall__item:hover span { color: var(--bs-blue); }
.tech-wall {display: flex; flex-wrap:wrap; gap:16px;}
.tech-wall .tech-wall__item { border: 1px solid #B4BAC5; color:#667080;border-radius: var(--bs-border-radius); padding: 16px 12px; max-width: 210px  }
.tech-wall .tech-wall__item span.title { display: block;  font-size: 18px; font-weight: 600; text-align: left;margin-top: 8px; margin-bottom: 8px}
.tech-wall .tech-wall__item span.text { display: block;  font-size: 16px; font-weight: 400; text-align: left;}
.tech-wall .tech-wall__item:hover { border-color:var(--bs-blue); color: var(--bs-blue);  }
.account-block { order:1; }
.subproducts { column-count:2; }
.navbar-toggler { order:2; }
/* calltech */ 
.calltech { background: url(/image/catalog/common/hamer-bg.jpg) center center no-repeat; padding: 50px; background-size: cover; border-radius: 20px }

/*home */
 

.home1 { min-height: 368px; background: url(/image/catalog/home/appliance-home.jpg) right center no-repeat }
.home1 h1{ margin-top: 40px}
.blue-gradient {position:absolute; border-radius: 147px;
	width: 365px;
	height: 440px;
	filter: blur(300px);
	background: linear-gradient(90deg, #b8e7ff 0%, #d7f0ff 100%);
	left: calc(50% - 180px);
	z-index: -1;
}
.home3 .product-wall {gap:20px;}
.home5 .circles { position: relative;}

.home5 .circles div { position: absolute; left: calc(50% - 270px); }
.image-text { padding: 20px 10px; max-width: 370px; border-radius: 20px; box-shadow: 0 -3px 16px -6px rgba(24, 39, 75, 0.08), 0 6px 8px -6px rgba(24, 39, 75, 0.12); height: 100%}
.image-block { padding: 50px; height: 100%}
.cl-white h2 { color:#FFF; }

.how-works-item { 
	border-radius: 20px;
	padding: 10px 10px 30px 10px;
	box-shadow: 0 -3px 16px -6px rgba(24, 39, 75, 0.08), 0 6px 8px -6px rgba(24, 39, 75, 0.12);
	text-align: center;
	
	margin-bottom: 20px;
}

.our-values-item { 
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 -3px 16px -6px rgba(24, 39, 75, 0.08), 0 6px 8px -6px rgba(24, 39, 75, 0.12);
	text-align: center;	
	height: 100%;
}

#faq { display: flex; justify-content:space-around; gap:30px;}
#faq > div { width: 100% }
#faq button { font-size: 23px; line-height: 1.1; font-weight: 300;}
#faq .accordion-item { border:0; border-bottom:1px solid #3E434E;  } 
#faq .accordion-body { color:#667080; }
#faq .accordion-button:not(.collapsed) {--bs-accordion-active-bg:none; }
#faq .accordion-button:focus { box-shadow: none }
#faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-radius: 0 }
/*- testimonial*/

.testimonial--item { border-radius: 20px; box-shadow: 0 0px 16px -6px rgba(24, 39, 75, 0.08), 0 6px 8px -6px rgba(24, 39, 75, 0.12); padding: 20px 10px 60px 10px; margin:20px; display: flex; gap:10px; flex-direction:column;}
.testimonial--item_header { display: flex; gap:20px; align-items:center; color:#667080;}
.testimonial--item__title { font-size: 24px; font-weight: 500; line-height: 30px; color:var(--bs-blue); }
.testimonials .sw-pag {     display: flex; flex-wrap: nowrap; justify-content: center; align-items:center; margin-top: 20px; gap:10px;}
.testimonials .sw-pag .arrows:hover svg rect{  fill: #FFF;  }
.testimonials .sw-pag .swiper-pagination { position: relative; width: auto; top:unset; bottom:unset; --swiper-pagination-bullet-width:16px;--swiper-pagination-bullet-height:16px; --swiper-pagination-color: var(--bs-blue);}
/*login*/
 .code-input {
    width: 100%;
    max-width: 50px;
    height: 54px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border:1px solid #B4BAC5;
    border-radius: 8px;
    color:#112F5A;
}

.code-input:focus, .code-input:focus-visible { border-color: #112F5A; border-width:1px; outline:none; }
.code-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* register */
.step-bar {     display: flex; justify-content: space-between; align-items:center}
.step-bar .steps { width: 100%;     display: flex;
    justify-content: space-between;
    align-items:center;
    margin-inline: 20px; position: relative;}

.step-bar .steps div { width:100%; height: 1px; border-bottom: 1px dashed #B4BAC5 }
.step-bar .steps span { display: block; width:30px; height: 30px; padding: 5px; border-radius: 100%; border: 1px solid #B4BAC5 }
.step-bar .steps span i { display: block; width:18px; height: 18px; border-radius: 100%; background: #B4BAC5 }
.step-bar .steps div.active, .step-bar .steps span.active { border-color: var(--bs-blue) }
.step-bar .steps span.active i { background: var(--bs-blue) }
.step3 { min-height: 300px}
.step2 { padding:5px;}
.step { padding-right:1px; margin-bottom: 20px}
.remark { font-size:16px; color: #667080; margin-left: 0.5rem; margin-top: 0.25rem }
.total-block { padding: 20px 20px 10px; border-radius: 10px; border:1px solid #CCC; display: flex; justify-content: space-between; }
/*account*/
body[class^="account-"] #column-left, body[class^="contractor-"] #column-left {
	background: #667080;
}
.account-panel { padding: 48px 0 48px 25px; display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}
.account-panel h3 { font-size: 44px; color:#FFF; margin-bottom: 50px}
.account-panel  a { display: block; border-bottom: 1px solid #CCC; padding: 20px 8px; font-size: 24px; color:#FFF; margin-right: -15px;}
.account-panel  a svg { margin-right: 8px;}
.account-panel  a.active {color: #3E434E; background: rgba(255,255,255,0.5)}
.account-panel  a.active svg path { fill: #3E434E; }
.account-claim-info .claim-info, .contractor-claim-info .claim-info { display: flex; flex-direction: column; gap:20px; }
.account-claim-info .claim-info .title, .contractor-claim-info .claim-info .title { font-size:16px; color:#667080; margin-bottom: 10px; font-weight: 700}
.account-claim-info .claim-info .text,.contractor-claim-info .claim-info .text { font-size: 24px; line-height: 22px; padding-bottom: 8px; border-bottom: 1px solid #D7DAE0 }
.account-claim-info .claim-info .text.description, .contractor-claim-info .claim-info .text.description { font-size: 16px;}
.plan-info { margin-bottom: 50px; max-width: 600px }
.plan-info .alert {margin: 0}
.plan-info .heading { font-family: var(--second-family);
font-weight: 600;
font-size: 32px;
line-height: 110%;
color: var(--bs-blue); }
.plan-info .address { font-weight: 500; font-size: 24px; line-height: 125%; margin-top: 20px; margin-bottom: 20px}
.plan-info .content { border: 1px solid #D7DAE0;
border-radius: 20px;
padding: 30px;}
.plan-info .product-item { margin-bottom: 12px }
.plan-info .total { font-weight: 500; font-size: 24px; line-height: 125%; color:#667080; }
.claim-status-small { display: inline-block; padding: 8px 10px; font-size: 16px; font-weight: 600; border-radius: 10px; vertical-align: middle; line-height: 1; margin-left: 10px }
#reports .report-item { margin:10px 0; border:1px solid #CCC; border-radius: 10px; padding: 10px}
#reports .report-item .datetime {color:#ccc; font-size: 14px; display: inline-block; margin-right: 20px;}
#reports .report-item .approve { display: inline-block; color:#666; font-size: 14px}
#reports .report-item .approve.active { color:green;}
#reports .report-item .desc { margin-top: 10px }

body > .container { min-height: 50vh; }

footer { background: #112F5A; padding: 40px 20px 24px; color:#FFF; line-height: 1.22; margin-top: 30px }
footer a { color:#FFF; }
footer a:hover { text-decoration: underline; }
footer .title { font-weight: 700; font-size: 24px; line-height: 92%; margin-bottom: 20px; margin-top: 30px }
footer  a { display: block; margin-bottom: 8px }
footer .menu { column-count:2; }
footer .social { margin-top: 30px; display: flex; gap:25px; align-items:center; justify-content: center; }
.startLoader {position: relative;}
.startLoader:before { content: "";
   
    position: absolute;
    width: 100%;
    height: 100%;}

/* HTML: <div class="loader"></div> */
/*
.loader {
  width: 50px;
  height: 50px;
  display: flex;
  color: #514b82;
  background:
    linear-gradient(currentColor 0 0) right  /51% 100%,
    linear-gradient(currentColor 0 0) bottom /100% 51%;
  background-repeat: no-repeat;
  animation: l17-0 2s infinite linear .25s;
}
.loader::before{
  content:"";
  width: 50%;
  height: 50%;
  background: currentColor;
  transform-origin: 10% 10%;
  animation: l17-1 .5s infinite linear;
}
@keyframes l17-0 {
  0%   ,12.49% {transform: rotate(0deg)}
  12.5%,37.49% {transform: rotate(90deg)}
  37.5%,62.49% {transform: rotate(180deg)}
  62.5%,87.49% {transform: rotate(270deg)}
  87.5%,100%   {transform: rotate(360deg)}
}
@keyframes l17-1 {
  0%      {transform: perspective(80px) rotate3d(-1,1,0, 0)}
  80%,100%{transform: perspective(80px) rotate3d(-1,1,0,-360deg)}
}*/
/* HTML: <div class="loader"></div> */
.loader-ajax {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    color: var(--bs-blue);
    border: 2px solid;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: calc(50% - 60px);
    box-shadow: 0 0 200px 100px #ccc;
    background: #CCC;
    z-index: 11;
}
.loader-ajax::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: currentColor;
  box-shadow: -10px 0 12px 3px currentColor;
  clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
  animation: l14 1s infinite linear;
  
}
@keyframes l14 {
  100% {left: calc(100% + 20px)}
}

#modalCheckCode .btn-close { position: absolute; right: 10px; top: 10px }
#modalCheckCode .modal-content { background-color: unset; border:0; }
#modalCheckCode .modal-body {padding: 0}

/* square */
.nav-pills .nav-item button{
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 0.25rem;
    text-align: left;
}
.nav-pills .nav-item button{
    min-width: 100px;
    padding: 0.75rem;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6d6e78;
    transition: background .15s ease, border .15s ease, box-shadow .15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}
.nav-pills .nav-item .active {
    border-color: var(--p-colorPrimary);
    color: #0570de;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px var(--colorPrimary);
}
.p-TabIconContainer {
    position: relative;
    width: 100%;
}
.p-Icon {
    -ms-flex-negative: 0;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.p-TabIcon {
    height: 1.2em;
    width: auto;
}
.p-TabIcon {
    fill: #6d6e78;
}
.nav-pills .nav-item .active .p-TabIcon {
    fill: #0570de;
}
.TabLabel {
    padding-top: 0.25rem;
    transition: color .1s ease;
}

@media (max-width: 1000px) {
   nav .container { max-width: 100%!important}
   .account-block .btn { --bs-btn-padding-y: 8px;     --bs-btn-padding-x: 12px;}
   h2 { font-size: 40px; line-height: 50px }
}

@media (min-width: 768px) and (max-width: 960px) {
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
    .h1-home, h2 { font-size: 42px; line-height: 52px }
    .calltech .f41 { font-size: 22px; line-height: 26px }
    .calltech p { max-width: 70%!important}
}
@media (max-width: 768px) { 
    h1 { font-size: 50px; line-height: 60px }
    .calltech .f41 { font-size: 18px; line-height: 26px }
    .f41 { font-size: 25px; line-height: 35px }
    .container, .container-sm {
        max-width: 97%!important;
    }
    .product-wall .product-wall__item { width: 30%; }
    .product-wall .product-wall__item img { max-width: 100%}
    .main-margin { margin: 60px 0; }
    .circles > div:first-child { top:-49px!important; filter: blur(436px)!important; max-width: 100%; height: auto; }
    .h1-home { font-size: 40px; line-height: 50px}
    .home1 { background-position: right top; padding-top: 412px }
    #faq {gap:0; flex-direction:column;}
    .account-panel {     position: fixed;
      bottom: 0;
      background: #667080;
      left: 0;
      width: 100%;
      height: auto;
      display: flex; 
      flex-direction: row;
      padding: 10px;
      z-index: 10;
    }
    .account-panel h3 { display: none}
    .account-panel > div { display: contents }
    .account-panel a { display: flex; flex-direction:column; font-size: 16px; align-items: center; gap: 9px; margin: 0!important; padding: 5px 8px !important;}
    .account-panel a svg { margin: 0 }
    .account-panel a.active { color: #ffffff;
    background: rgb(255 255 255 / 17%);
    border-radius: 5px;
    border: 0;}
    .account-panel a.active svg path { fill: #FFF; }
    body[class^="account"] #column-left { width: 0;  }
    body[class^="account"] #content { width: 100%}

}
@media (max-width: 500px) { 
  .code-input { font-size: 18px;width:35px; }
  .f32 { font-size: 25px; line-height: 35px; }
  .well { padding: 30px }
  h1 { font-size: 40px; line-height: 50px }
  h2 { font-size: 30px; line-height: 40px }
  .product-wall .product-wall__item { width: 50%; }
  .product-wall .product-wall__item { width: 46%}
  .main-margin { margin: 40px 0; }
  .calltech p { max-width: 80%!important} 
  #faq button { font-size: 18px; line-height: 24px }
  .image-block { padding: 30px 20px; position: relative; }
  .image-block:before { content: ""; position: absolute; top:0; left: 0; right: 0;bottom: 0; background: rgba(0,0,0,0.6) }
  .image-block div { position: relative;z-index: 1 }
  
  .account-panel > div a { padding: 5px 8px; font-size: 13px;  }

}

@media (max-width: 360px) {
  .code-input { font-size: 18px;width:35px; }
  .well {
        padding: 30px 10px;
  }
  .navbar-brand img {width: 81px;}
  .step-bar .steps { 
    display: none 
  }
  .subproducts { font-size: 16px }
  .subproducts .form-check { padding-left: 45px; }
  .subproducts .form-check .form-check-input {
    margin-left: -41px;
  }
}
