@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-outlined.bold {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
  }
  body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color:#333;
    padding-top:100px;
  }
  a{
    text-decoration: none !important;
    color:#333;
  }
  a,button,a:hover{
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  #header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    height:100px;
    padding-left:480px;
    z-index: 1000;
    -webkit-transition:  all 0.4s ease;
    -moz-transition:  all 0.4s ease;
    -ms-transition:  all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition:  all 0.4s ease;
  }

  .header-navigation{
    background:#1569ac;

  }

  .header-burger{
    background:#00bee1;
    width:42px;
    height:42px;
    border-radius: 50%;
    display:block;
    cursor:pointer;
    padding:5px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    color:#fff;
    text-align: center;
    left: 460px;
  }
  .header-logo{
    position:absolute;
    left:0;
    width:450px;
    top:0;
    bottom:0;
    display:block;
    text-align: center;
    padding:15px 30px;
  }
  .header-navigation{
    height:100px;
    display:block;
    background:#1569ac;
    padding:0 20px 0 40px;
    -webkit-transition:  all 0.4s ease;
    -moz-transition:  all 0.4s ease;
    -ms-transition:  all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition:  all 0.4s ease;
  }
  .header-navigation a{
    display:block;
    height:100px;
    color:#fff;
    font-weight: 500;
    padding:15px;
    font-size:1.1rem;
    display:flex;
    align-items: center;
    -webkit-transition:  all 0.4s ease;
    -moz-transition:  all 0.4s ease;
    -ms-transition:  all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition:  all 0.4s ease;
  }
  .my-profile{
    background:#11548a;
    padding:15px 30px !important;
  }
  .header-navigation a:hover{
    opacity:0.7;
  }
  .hero{
    padding:170px 0;
    background: url(../images/hero.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero-list{
    margin:20px 0;
    color:#fff;
  }
  .hero h1{
    color:#fff;
    font-weight: 700;
    font-size:3rem;
  }
  .hero-small-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size:0.9rem;
    color:#fff;
  }
  .hero-list-circle{
    background:#fff;
    margin-right:5px;
    width:24px;
    height:24px;
    color:#1569ac;
    border-radius: 50%;
    padding:5px;
  }
  .hero-list-circle .material-symbols-outlined{
    font-size:16px;
  }
  .hero-list-item{
    margin-bottom:10px;
  }
  .btn,  .btn:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
    padding:10px 30px;
    font-weight:500;
  }
  .btn-primary{
    border-color:#1569ac;
    background:#1569ac;
  }
  .btn-primary:hover{
    background:#11548a;
    border-color:#11548a;
  }
  .gradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8f0f7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f0f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f0f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0f7',GradientType=0 ); /* IE6-9 */
    padding:80px 0;
    position:relative;
  }
  .car-insurance-title{
    font-weight: 700;
    color:#1569ac;
    
  }
  .form-box{
    background:#fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    padding:40px 80px;
    margin:20px 0;
    position:relative;
  }
  .form-box:before{
    content:"";
    position:absolute;
    left:20px;
    right:20px;
    height:8px;
    background:rgba(21,105,172,0.15);
    bottom:100%;
    display:block;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .form-box-title{
    text-align: center;
    font-size:1.4rem;
    margin-bottom:20px;
    font-weight: 500;
  }
  .form-control{
    border-radius: 4px;
    border-color:#c9cdd8;
    height:46px;
    font-size:0.9rem;
  }
  .form-label{
    font-size:0.9rem;
    font-weight: 500;
    height:23px;
    display:block;
  }
  .teal{
    color:#00bee1;
  }
  .small{
    font-size:18px;
  }
  .form-control:focus{
    border-color:#c9cdd8;
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
  }
  .btn-group-lg>.btn, .btn-lg{
    font-size:1.1rem;
  }

  .form-check-label-custom{
    font-weight: 500;
  }

  .form-check-input:checked {
    background-color: #00bee1;
    border-color: #00bee1;
}

.form-check-input:focus {
  border-color: #00bee1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}
.muted{
  color:rgba(51,51,51,0.5);
}
.medium-subtitle{
  color:rgba(51,51,51,0.5);
  font-size:0.9rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  font-size:0.9rem;
  line-height: 46px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c9cdd8;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1569ac;
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(21,105,172,0.15);
}
.medium-title{
  font-size:1.6rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00bee1;
}
.nav-pills .nav-link{
  font-weight: 600;
  font-size:1.1rem;
  color:#333;
}

.nav-link {
  padding: 0.5rem 1.5rem;
}
.bold{
  font-weight: 600;
}
.result-item{
  background:#fff;
  border-radius: 4px;
  border:3px solid transparent;
  padding:0 10px;
  margin-bottom:12px;
}
.result-item:hover{
  border-color:rgba(21,105,172,0.15);
}
.result-item img{
  height:70px;
}
.container-z-index{
  position:relative;
  z-index: 10;
}
.gradient-logo:before{
  content:"";
  pointer-events: none;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  display:block;
  z-index: 5;
  background:url(../images/logo-symbol.png) no-repeat left -200px top 100px transparent;
} 

.info-banner{
  position:relative;
  padding:150px 0;
  background:url(../images/info-banner.jpg) no-repeat top -100px center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.info-banner-description{
  margin:20px 0;
  line-height: 1.6;
}
.info-banner-title{
  font-weight: 700;
    font-size: 2.2rem;
}
.info-banner-subtitle,.section-subtitle{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom:10px;
}
.cta-buttons-section{
  padding:80px 0;
}
.section-title{
  font-weight: 700;
  font-size: 2.2rem;
}

.btn-outline-light,.btn-outline-light:hover{
  color: #fff;
  border-color: #fff;
  background:transparent;
}
.btn-outline-light:hover{
  opacity:0.7;
}
.cta-buttons-wrapper{
  margin:30px 0 50px 0;
}
.cta-button{
  padding:50px 50px 50px 140px;
  position:relative;
  color:#fff;
  width:50%;
}
.cta-button-1{
  background: url(../images/cta-button-bg-1.png) no-repeat top left #00bee1;
}
.cta-button-2{
  background: url(../images/cta-button-bg-2.png) no-repeat top left#1569ac;
}

.cta-button-icon{
  width:64px;
  height:64px;
  position:absolute;
  left:40px;
  top:0;
  bottom:0;
  margin:auto;
  font-size: 64px !important;
}
.cta-button-icon .material-symbols-outlined{
  font-size: 64px !important;
}
.cta-button-description{
  margin-bottom:20px;
}
.why-choose-icon{
  padding-right:20px;
  padding-top:20px;
  opacity: 0.5;
}

.why-choose-icon .material-symbols-outlined{
  font-size:32px !important;
}
.why-choose-item{
  padding-right:30px;
  margin-bottom:20px;
}
.why-choose-content{
  font-size:0.9rem;
}
.why-choose-content h4{
  font-size:1.2rem;
}
.blue{
  color:#1569ac;
}
.faqs{
  padding:80px 0;
  background:url(../images/faqs-bg.jpg) no-repeat center center fixed;
}
.faq-item{
  padding:30px;
  background:#fff;
  border-radius: 4px;;
  margin:0 0px 20px 0px;
  cursor: pointer;
}
.faq-item-toggle-title{
  font-size:1.2rem;
  margin:0;
}
.faq-item-toggle-content{
	padding-top:40px;
	position:relative;
	display: none;
	transition: opacity 1s ease-out;
	font-size:0.9rem;
}
.faq-item-toggle-content:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:20px;
  height:1px;
  background:#e8f0f7;
  display:block;
}
.faq-item-toggle{
  position:relative;
  padding-right:40px;
}
.faq-item-toggle-icon{
  width:24px;
  height:24px;
  position:absolute;
  display: block;
  right:0;
  top:10px;
  color:#1569ac;
}
.faq-item-toggle-icon .minus,.faq-item.active .faq-item-toggle-icon .plus{
  display:none;
}
.faq-item.active .faq-item-toggle-content{


  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.faq-item.active .faq-item-toggle-icon .minus{
  display:block;
}
#footer{
  padding:80px 0;
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
.footer-contact-box{
  border-radius: 4px;
  background:#fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  padding:30px;
}
.footer-contact-box-spacer,.spacer{
  height:1px;
  background:#e8f0f7;
  margin:15px 0;
  display:block;
}
.social-list a{
  width:32px;
  height:32px;
  display:block;
  margin-right:5px;
  opacity:0.5;
  padding:3px;
}
.social-list a svg{
  width:100%;
  height:100%;
}
.social-list a:hover{

  opacity:1;
}
.footer-contact-button-icon{
  margin-left:10px;
}
.footer-contact-button{
  padding:10px 0;
  color:#333;
}
.footer-contact-button-small-title{
  display:block;
  font-size:0.85rem;
}
.footer-contact-button-big-title{
  font-size:1rem;
  font-weight: 600;
}
.footer-contact-button-icon{
  width:42px;
  height:42px;
  border:1px solid #c9cdd8;
  border-radius: 4px;
  text-align: center;
  padding:8px 0;
  color:rgba(51,51,51,0.5);
}
.f-title{
  font-size:1.2rem;
  font-weight: 600;
  margin-top:20px;
}
.f-list{
  margin-bottom:30px;
}
.f-list a{
  padding:3px 0;
  font-size:0.9rem;
  font-weight: 500;
  color:#333;
}
.f-list a span{
  color:#1569ac;
}
.f-list a span.f-list-text{
  color:#333;
}
.f-list a:hover,.copyright-links a:hover{
  opacity:0.7;
}
.copyright-wrapper{
  border-top:1px solid #e8f0f7;
  padding:20px 0 0 0;
  margin-top:20px;
}
.copyright{
  font-size:0.75rem;
}
.copyright-links{
  font-size:0.75rem;
}
.copyright-links a{
  display:inline-block;
  padding:0 5px;
}
.internal-header{
  padding:30px 0 130px 0;
}
.page-title{
  color:#1569ac;
  font-weight: 700;
  margin-top:50px;
}
.breadcrumb-item{
  font-size:0.8rem;
}
.breadcrumb-item.active {
  color:#1569ac;
  font-weight: 600;
}
.quote-icon{
  padding-right:20px;
  position:relative;
  width:80px;
  height:80px;
  border-right:3px solid #00bee1;
  margin-right:30px;
}
.quote-icon .material-symbols-outlined{
  font-size:64px;
  color:rgba(51,51,51,0.35)
}
.quote-text{
  font-size:1.15rem;
}
.quote-section{
  padding:60px 0;
  background:#f0f5fa;
}
.data-section{
  padding:100px 0;
}
.data-section-text{
  line-height: 1.6;
}
.check-list-icon{
  margin-right:10px;
}
.what-get{
  padding:100px 0;
  background:url(../images/what-get-bg.jpg) no-repeat left center;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.alert{
  border:0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  color:#333;
  padding:30px 50px;
}
.alert-primary{
  background:#fff;
}
.alert-icon{
  margin-right:20px;
}
.small-text{
  font-size:0.85rem;
}
.or-box{
  position:relative;
  margin:10px 0 20px 0;
  text-align: center;
}
.or-box-text{
  background:#eaf1f8;
  width:48px;
  height:48px;
  border-radius: 50%;
  font-size:0.8rem;
  position:relative;
  margin:0 auto;
  display:inline-block;
  font-weight: 500;
}
.or-box-text:before{
  content:"";
  right:50px;
  height:2px;
  display:block;
  width:50px;
  background:#eaf1f8;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.or-box-text:after{
  content:"";
  left:50px;
  height:2px;
  display:block;
  width:50px;
  background:#eaf1f8;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.call-btn-icon{
  color:#1569ac;
  margin-right:5px;
}
.call-btn-text{
  font-size:1.4rem;
  font-weight: 700;
  color:#1569ac;
}
textarea.form-control{
  height:auto;
}
.form-check-label{
  font-size:0.85rem;
}
.white-box{
  padding:50px;
  background:#fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  margin-bottom:20px;
  border-radius: 4px;
}
.white-box-title{
  color:#1569ac;
  text-transform: uppercase;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #eaf1f8;
  font-weight: 600;
  font-size:0.9rem;
}
.contacts-sidebar{
  margin-right:50px;
  background:#fff;
  margin-bottom:20px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.contact-sidebar-title{
  color:#fff;
  padding:20px 30px;
  background:#1569ac;
}
.contact-sidebar-icon {
  margin-right:5px;
}
.contacts-sidebar-content{
  padding:20px 30px;
}
.medium-text{
  font-weight: 600;
}
.contact-sidebar-links a{
  margin-bottom:20px;
  display:block;
}
.contact-sidebar-links a:last-child{
  margin-bottom:0;
}
.insurances-list{
  margin:0px -10px 0px -10px;
}
.insurances-list a{
  display:block;
  width:calc(25% - 20px);
  margin:0 10px 20px 10px;
  background:url(../images/insurance-item-bg.png) no-repeat top left -50px #fff;
  padding:40px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.btn-insurance{
  display:inline-block;
  color:#fff;
  border-radius: 4px;
  padding:10px 30px;
  font-size:0.9rem;
  font-weight: 500;
}
.insurance-icon{
  opacity:0.35;
  margin-bottom:20px;
}
.insurance-subtitle{
  color:rgba(51,51,51,0.5);
  display:block;
  font-size:0.9rem;
}
.insurance-title{
  font-size:1.2rem;
  margin-bottom:20px;
  color:#333;
  font-weight: 500;
  height:50px;
}
.insurances-list a:hover .insurance-icon{
  opacity:0.5;
}
.underlined{
  text-decoration: underline !important;
}
.step-label{
  background:#00bee1;
  padding:5px 10px;
  border-radius: 20px;
  font-size:0.7rem;
  margin-right:10px;
  color:#fff;
  text-transform: uppercase;
}
.message-box{
  padding:10px 20px;
  font-size:0.85rem;
  border-radius: 4px;
  background:#fdf6e7;
  color:rgba(51,51,51,0.7);
  margin-bottom:20px;
  font-weight: 600;
}
.profile-sidebar{
  margin-right:50px;
  background:#fff;
  border-radius: 4px;
  margin-bottom:20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.profile-header{
  padding:20px 30px;
  background:#1569ac;
  color:#fff;
}
.profile-icon {
  margin-right:10px;
}
.profile-icon .material-symbols-outlined{
  font-size:32px !important;
}
.profile-exit{
  padding:10px 30px 20px 30px;
}
.profile-buttons a{
  color:rgba(51,51,51,0.7);
  display:block;
  padding:10px 30px;
  font-weight: 600;
  position:relative;
}
.profile-buttons a.active,.profile-buttons a:hover{
  color:rgba(51,51,51,1);
}
.profile-buttons{
  padding:20px 0 10px 0;
}

.badge.bg-primary {
  background-color: #00bee1!important;
}
.profile-buttons a.active:before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  bottom:5px;
  width:3px;
  background:#00bee1;
  display:block;
}
.insurance-history-list-item-header-arrow{
  width:24px;
  height:24px;
  opacity:0.5;
  -webkit-transition:  all 0.4s ease;
  -moz-transition:  all 0.4s ease;
  -ms-transition:  all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition:  all 0.4s ease;
}
.insurance-history-list-item-content{
  padding:30px;
  background:#f2f7fa;
  position:relative;
}
.insurance-history-list-item-content-wrapper{
  padding-top:20px;
  display:none;
}

.insurance-history-list-item-content:after{
  bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 247, 250, 0);
	border-bottom-color: #f2f7fa;
	border-width: 10px;
	margin-left: -10px;
}
.insurace-total{
  background:#fff;
  padding:20px;
  margin-bottom:20px;
}
.final-price{
  font-size:1.8rem;
  font-weight: 700;
}
.table-payments td{
  font-size:0.75rem;
  font-weight: 500;
}
.circle-number{
  width:24px;
  height:24px;
  text-align: center;
  background:#1569ac;
  display:inline-block;
  border-radius: 50%;
  color:#fff;
  font-weight: 600;
  line-height: 24px;
}
.insurance-history-details-list div{
  margin-right:10px;
  display:inline-block;
  padding:5px 10px;
  background:#f2f7fa;
  font-size:0.75rem;
  margin-bottom:5px;
}
.insurance-history-list-item-header-icon{
  width:32px;
}
.insurance-history-list-item-header-content .badge{
  font-size:0.85rem;
  margin-left:5px;
  font-weight: 500;
}
.insurance-history-list-item-header-content{
  width:calc(100% - 62px)
}
.insurance-history-list-item{
  padding:10px 0;
  border-bottom:1px solid #eaf1f8;
}
.insurance-history-list-item:last-child{
  border-bottom:0;
}
.bg-danger{
  background:#d65da3 !important;
}
.table-payments tr:last-child td{
  border-bottom: 0;
}
.insurance-history-list-item-header.ended{
  opacity: 0.7;
}
.insurance-history-list-item-header{
  cursor: pointer;
}
.bg-success{
  background:#00d0a6 !important;
}
.bg-pending{
  background:#ff5807 !important;
}
.bg-expired{
  background:#ff0000 !important;
}
.insurance-history-list-item.active .insurance-history-list-item-header-arrow{
  transform: rotateZ(-180deg);
  -webkit-transition:  all 0.4s ease;
  -moz-transition:  all 0.4s ease;
  -ms-transition:  all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition:  all 0.4s ease;
}

#header.active,#header.active .header-navigation, #header.active .header-navigation a{
  height:80px;
}
#header.active{
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
#header.active .header-logo{
  padding: 30px 50px;
}

body::-webkit-scrollbar {
  width: 12px;
}
 
body::-webkit-scrollbar-track {
  background:#e3e4df;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #00bee1;
}
#header.highlight .header-navigation{
  display:none !important;
} 
.select2.select2-container.select2-container--default{
  width:100% !important;
}


.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.hidden {
	display:none;
}


@media(max-width:1400px){
  .header-navigation a{
    padding:15px 10px;
    font-size: 1rem;
  }
  #header{
    padding-left:350px;
  }
  .header-logo{
    width:320px;
  }
  .header-burger{
    left:330px;
  }
}
@media(max-width:1280px){
  .header-navigation a{
    padding:15px 5px;
    font-size:0.85rem;
  }
  #header{
    padding-left:250px;
  }
  .header-logo{
    width:220px;
  }
  .header-burger{
    left:230px;
  }
  #header.active .header-logo {
    padding: 30px 10px;
  }
  .my-profile {
    padding: 15px 20px !important;
}
}
@media(max-width:1024px){
  #header.active{
    height:60px;
  }
  .header-navigation{
    display:none !important;
    left:0;
    top:100%;
    right:0;
    position:absolute;
    padding:20px;
  }
 #header.highlight .header-navigation{
    display:block !important;
    height:auto !important;
  }
  .header-navigation a{
    display:block;
    height:auto !important;
    padding:5px 0;
  }
  .header-navigation a.my-profile {
    padding: 10px 15px !important;
  }
  .header-burger{
    left:initial;
    right:20px;
  }
  .header-logo {
    width: 280px;
  }
  #header{
    height:60px;
  }
  body{
    padding-top:60px;
  }
  .hero{
    padding:120px 0;
  }
  .hero h1{
    font-size:2rem;
  }
  .form-box{
    padding:30px;
  }
  .result-item{
    padding:10px;
    text-align: center;
  }
  .cta-buttons-section{
    padding:50px 0;
  }
  .cta-button {
    padding: 20px 20px 20px 80px;
    width: 100%;
  } 
  .cta-button-icon {
    width: 48px;
    height: 48px;
    left: 20px;
    font-size: 48px !important;
  }
  .cta-button-icon .material-symbols-outlined{
    font-size: 48px !important;
  }
  .what-get{
    background:#fff !important;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .cta-button-description {
   font-size:0.9rem;
  }
  .internal-header {
    padding: 30px 0 100px 0;
  }
  .contacts-sidebar,.profile-sidebar{
    margin-right:0;
  }
  .white-box{
    padding:30px;
  }

  .insurances-list a {
    width: calc(33.3% - 20px);
  
  }
  .gradient{
    padding:50px 0;
  }
}

@media(max-width:768px){
  .insurances-list a {
    width: calc(50% - 20px);
    padding:20px;
  }
  .insurance-history-title{
    font-size:1rem;
  }
  .internal-header {
    padding: 30px 0 50px 0;
  }
}
@media(max-width:480px){
  .insurances-list a {
    width: 100%;
    margin:0 0 20px 0;
  }
}