@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
.small-icon{
    font-size:1rem !important;
}
.normal-icon{
    font-size:1.4rem  !important;
}
.medium-icon{
    font-size:1.8rem  !important;
}
.big-icon{
    font-size:2rem  !important;
}

.monster-icon{
    font-size:2.8rem  !important;
}

body{
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    padding-top:160px;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}
a,a:hover{
    color:#333;
    text-decoration: none !important;
}
.bold{
    font-weight: 700;
}
#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    z-index: 9999;
    height:160px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header-top-links{
    text-align: right;
}
.header-top-container{
    position:relative;
    padding-left:300px;
    height:100px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dropdown-menu.show{
	min-width: 220px;
}
.logo{
    position:absolute;
    left:0;
    height:50px;
    width:240px;
    display:block;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a,button,a:hover{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
#header.sticky .logo{
    height:40px;
    width:192px;
}
.header-bottom-container{
    border-top:1px solid #e6f1f7;
}
.header-bottom-list-items{
    flex:1
}

.header-bottom-list-items > a{
    font-weight: 700;
    display:inline-block;
    padding:15px 0 15px 0;
    margin-right:45px;
    font-size:1rem;
}
.header-bottom-list-item-dropdown .dropdown-toggle{
    border:0;
    background:transparent;
    font-weight: 700;
    padding:15px 0 15px 0;
    font-size:1rem;
    color:#333;
}
.header-bottom-list-item-dropdown{
    margin-right:35px;
}
.login-btn{
    font-weight: 600;
    border:0;
    background:transparent;
    color:#00a2cb;
    padding:13px 0;
}
.login-btn:after,.language-btn:after{
    display:none;
}
.header-top-links > a{
    font-weight: 600;
    padding:10px;
}
.language-btn{
    border:0;
    background:transparent;
    font-weight: 600;
}
#home-hero{
    background:#e6f1f7;
}
.carousel-item {
    position:relative;
    padding:220px 0;
}
.carousel-item-bg{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index:10;
    pointer-events: none;
}
.carousel-inner{
    z-index: 20;
}
.carousel-caption-custom{
    position:relative;
    z-index: 20;
    min-height: 260px;
}
.hero-subtitle{
    color:rgba(0,116,174,0.7);
}
.hero-title{
    text-transform: uppercase;
    font-size:3rem;
    color:#282a32;
    font-weight: 800;
}
.hero-text{
    font-size:1rem;
}
.btn:focus,.form-control:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
}
.btn{
    padding:0.5rem 2.5rem;
    font-weight: 500;
}
.btn-link{
    color:#282a32 !important;
}
.btn-link:hover{
    color:#282a32 !important;
    opacity:0.7;
}
.btn-primary {
    color: #fff;
    background-color: #0074ae !important;
    border-color: #0074ae !important;
}
.btn-primary:hover{
    color:#fff;
    border-color:#006394;
    background-color:#006394;
}

.carousel-control-prev,.carousel-control-next{
    z-index: 30;
    width:80px;
}
.insurances{
    padding:80px 0;
    position:relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0073ae+0,00a2cb+50,00d0d0+100 */
    background: rgb(0,115,174); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,115,174,1) 0%, rgba(0,162,203,1) 50%, rgba(0,208,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073ae', endColorstr='#00d0d0',GradientType=1 ); /* IE6-9 */

}
.insurances-categories-item{
    display:block;
    width:25%;
    position:relative;
    padding:30px 20px 30px 100px;
    border-radius: 10px;
}
.insurances-categories-item:hover{
    background:rgba(255,255,255,0.1);
}
.insurance-category-subtitle{
    font-size:0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color:rgba(255,255,255,0.7);
}
.insurance-category-name{
    font-weight: 600;
    font-size:1.4rem;
    color:#fff;
}
.insurance-category-icon{
    position:absolute;
    display:block;
    width:70px;
    height:70px;
    left:20px;
    top:0;
    bottom:0;
    margin:auto;
}
.insurance-category-icon-circle{
    position:absolute;
    width:50px;
    height:50px;
    border-radius: 50%;
    background:rgba(255,255,255,0.1);
}
.insurance-category-icon-circle-1{
    left:0px;
    bottom:10px;
}
.insurance-category-icon-circle-2{
    right:-5px;
    bottom:0px;
}
.insurance-category-icon-circle-3{
    left:0px;
    bottom:0px;
}
.insurance-category-icon-circle-4{
    top:0px;
    left:0px;
}
.why-choose{
    padding:120px 0;
}
.why-choose-content{
    padding:0 100px 0 150px;
}
.blue{
    color:#0074ae !important
}
.section-title{
    font-size:2.5rem;
    font-weight: 800;
}
.section-subtitle{
    font-size:1.2rem;
    margin-bottom:5px;
}
.title-wrapper-border{
    margin-bottom:20px;
    border-bottom: 1px solid #e6f1f7;
    padding-bottom:10px;
}
.icon-list-item{
    padding:15px 0 15px 70px;
    position:relative;
}
.icon-list-icon{
    position:absolute;
    width:48px;
    height:48px;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.icon-list-title{
    font-weight: 600;
    margin:0;
    padding-bottom:5px;
}
.why-choose-image-container{
    position:relative;
}
.rating-icon{
    position:absolute;
    right:-50px;
    bottom:50px;

}
.why-choose{
    background:url(../images/logo-bg.png) no-repeat right -100px bottom 50px #fff;
}
.news-container{
    background:#e7f1f7;
    padding:100px 0;
}
.uppercased{
    text-transform: uppercase;
}
.lightblue{
    color:#00d0d0;
}
.tabs-container{
    margin:30px 0;
}
#faqTabs{
    border:0;
}
.news-list-item-image{
    background:#0073ae;
    display:block;
}
.news-list-item-image:hover img {
    opacity:0.7;
}
#faqTabs .nav-link{
    font-weight: 600;
    color:rgba(51,51,51,0.7) !important;
    border:0;
    border-radius: 4px;
    padding-left:25px;
    padding-right:25px;
}
#faqTabs .nav-link:hover{
    opacity:0.5;
}
#faqTabs .nav-link.active{
    color:#0073ae !important;
    background-color: #e6f1f7 !important;
}
.faqs-container{
    padding:100px 0;
    background:#fff;
}
.news-list-item{
    width:calc(25% - 20px);
    margin:0 10px 30px 10px;
    background:#fff;
    overflow: hidden;
    position:relative;
    padding-bottom:50px;
    border-radius: 4px;
}
.news-list{
    margin:30px -10px 0 -10px;
}
.news-list-item-content{
    padding:25px 25px 25px 25px;
    position:relative;
}
.news-date{
    padding-bottom:5px;
    font-size:0.85rem;
}
.news-title{
    font-size:1.2rem;
    font-weight: 500;
    line-height: 1.5;
}
.news-text{
    font-size:0.9rem;
    color:rgba(51,51,51,0.7) !important;
    line-height: 1.6;
}
.news-list-item-link{
    font-size:0.9rem;
    font-weight: 600;
    color:#0074ae;
    padding:5px 0;
    position:absolute;
    left:25px;
    right:25px;
    bottom:20px;
}
.news-list-item-link:hover{
    color:#0074ae;
}
.accordion-button:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
}
.faq-accordion-button{
    position:relative;
    padding-left:50px;
}
.accordion-item{
    border:0;
    border-bottom:1px solid #e7f1f7;
    padding:10px 0;
}
.accordion-header{
    border:0;
}
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #ffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.faq-accordion-button{
    font-size:1.2rem;
    font-weight: 600;
}
#accordionFaqs .accordion-body{
    padding-left:50px;
    color:rgba(51,51,51,0.7);
}
.accordion-button .counter{
    position:absolute;
    color:#333;
    font-size:1.6rem;
    font-weight: 500;
    left:0;
    opacity:0.15;
}
.insurance-companies{
    padding:80px 0;
    background:#e7f1f7;
    position:relative;
}
.insurance-companies:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    display:block;
    height:5px;
    background: rgb(0,115,174); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,115,174,1) 0%, rgba(0,162,203,1) 50%, rgba(0,208,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073ae', endColorstr='#00d0d0',GradientType=1 ); /* IE6-9 */

}
.insurance-item{
    width:calc(20% - 20px);
    margin:0px 10px 20px 10px;
    background:#fff;
    text-align: center;
}
.insurance-companies-list{
    margin:40px -10px 0 -10px;
}
#footer{
    padding:80px 0;
}
.footer-logo{
    display:inline-block;
    width:200px;
    height:auto;
}
.f-title{
    font-weight: 600;
    font-size:1.1rem;
}
.f-links a{
    display:block;
    padding:4px 0;
    font-size:0.9rem;
}
.f-links a:hover,.footer-copyright-links a:hover{
    opacity:0.7;
}
.f-links{
    margin-bottom:30px;
}
.copyright-wrapper{
    padding-top:30px;
    border-top:1px solid #e7f1f7;
    margin-top:30px;
}
.footer-copyright-links a{
    display:inline-block;
    position:relative;
    padding:5px 20px 5px 0;
    font-size:0.85rem;
}
.footer-copyright-links a:after{
    position:absolute;
    content:"";
    right:9px;
    top:10px;
    bottom:10px;
    width:1px;
    background:#ccc;
}
.footer-copyright-links a:last-child:after{
    display:none;
}
.copyright{
    font-size:0.75rem;
    padding-top:10px;
    opacity:0.7;
}

.dropdown-login{
    padding:30px;
    width:320px;
    background:url(../images/logo-bg.png) no-repeat bottom -20px right -20px #fff; 
    background-size:150px 150px;
    border-radius: 0;
    border:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    margin-top:55px !important;
}

.dropdown-menu-items{
    background:url(../images/logo-bg.png) no-repeat bottom -20px right -20px #fff; 
    background-size:150px 150px;
    border-radius: 0;
    border:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    left:0;
    right:0 !important;
    padding:0;
}
.dropdown-menu-items a{
    font-size:0.9rem;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 500;
}
.dropdown-menu-items a:hover{
    background:#e7f1f7 !important;
}
.dropdown-menu-items a:focus,.dropdown-menu-items a.active{
    background:#0074ae !important;
    color:#fff !important;
}
.dropdown-animation{
    margin-top:59px !important;
}
.form-control{
    border-color:#e7f1f7;
    font-size:0.85rem;
    height:42px;
}
.form-control:focus{
    border-color:#e7f1f7;
}
.login-form-control .form-control{
    padding-left:45px;
}
.login-form-control{
    position:relative;
}
.login-form-control:before{
    content:"";
    position:absolute;
    width:1px;
    top:12px;
    bottom:12px;
    background:#e7f1f7;
    left:35px;
}
.login-form-control-icon{
    position:absolute;
    width:24px;
    height:24px;
    top:0;
    bottom:0;
    margin:auto;
    left:10px;
    color:rgba(0,116,174,0.3)
}
.make-registration-wrapper{
    text-align: center;
    padding-top:10px;
}
.login-title{
    font-weight: 600;
    font-size:1.1rem;
    margin-bottom:15px;
}
.make-registration{
    text-decoration: underline !important;
    color:rgba(51,51,51,0.7);
    font-size:0.9rem;
    display:inline-block;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  .dropdown-language-menu{
    left:0;
    right:0;
    padding:0;
    min-width: 40px;
    border-radius: 0;
    border:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  }
  .dropdown-language-menu a{
    padding: 0.25rem 0.5rem;
    font-size:0.9rem;
    font-weight: 500;
    text-align: center;
  }

  .dropdown-language-menu a:hover{
    background:#e7f1f7 !important;
}
.dropdown-language-menu a:focus,.dropdown-language-menu a.active{
    background:#0074ae !important;
    color:#fff !important;
}
#header.sticky .header-top-container{
    height:70px;
}
#header.sticky{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    height:130px;
}
.social-link-item{
    width:42px;
    height:42px;
    border-radius: 50%;
    background:#0074ae;
    margin-right:10px;
    color:#fff;
}
.social-link-item:hover{
    color:rgba(255,255,255,0.7);
    background:#006394;
}
.social-links{
    margin-top:20px;
    margin-bottom:20px;
}
.page-content{
    background: url(../images/page-bg.jpg) no-repeat top center #e6f1f7;
    padding:20px 0 80px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(0,115,174,0.5);
    content:  "|";
}
.breadcrumb-item,.breadcrumb-item a{
    font-size:0.8rem;
    color:#0073ae;
}
.breadcrumb-item.active{
    color:#0073ae;
    font-weight: 600;
}
.page-title{
    font-weight: 800;
}
.btn-light {
    color: #0073ae;
    background-color: #fff;
    border-color: #fff;
}
.questions-contact-box{
    padding:20px 0 20px 60px;
    position:relative;
}
.question-contact-box-title{
    margin:0;
    font-size:1.3rem;
    line-height: 1.5;
}
.question-contact-box-icon{
    position:absolute;
    left:0;
    width:45px;
    height:45px;
    color:#0074ae;
    top:0;
    bottom:0;
    margin:auto;
}
.white-box{
    padding:40px;
    background:#fff;
    border-radius: 4px;
}
.medium-title{
    font-size:1.4rem;
    line-height: 1.3;
}
.divider{
    margin:20px 0;
    height:1px;
    background:#e7f1f7;

}
.divider-blue{
    margin:10px 0;
    height:1px;
    background:#0073ae;
}
.form-label{
    display:block;
    font-size:0.9rem;
}
textarea.form-control{
    height:200px;
}
.form-check-label{
    font-size:0.9rem;
}
.form-check-input{
    border-color:#e7f1f7;
}
.form-check-input:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
}
.form-check-input:checked {
    background-color:#0074ae; 
    border-color: #0074ae; 
}
.white{
    color:#fff;
}
.blue-box{
    padding:40px;
    background:#0074ae;
    border-radius: 4px;
}
.blue-box-link-wrapper{
    padding-top:10px;
}
.blue-box-link{
    color:#fff;
    text-decoration: underline !important;
    font-weight: 600;
}
.blue-box-link{
    color:#fff;
}
.contact-list-item{
    color:#fff;
    position:relative;
    padding:15px 0 15px 50px;
    display:block;
}
.contact-list-item:hover{
    color:#fff;
    opacity: 0.7;
}
.contact-big-title{
    font-weight: 700;
    font-size:1.2rem;
}
.contact-list-item-icon{
    width:32px;
    height:32px;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
}
.map{
    background:#ccc;
    height: 550px;
}
.map-title-wrapper{
    padding:20px 0;
}
.map-title-wrapper .medium-title{
    margin:0;
}
.news-share {
    position:relative;
    padding:20px 0;
    margin-top:20px;
    border-top:1px solid #0074ae;
    font-size:0.85rem;
}
.news-date-internal{
    padding:15px 0;
    border-bottom:1px solid #0074ae;
    margin-bottom:20px;
}
.news-share >div{
    margin-right:20px;
}
.news-share a{
    font-weight: 700;
    position:relative;
    padding-right:30px;

}
.news-share a:after{
    position:absolute;
    content:"";
    right:14px;
    width:1px;
    background:#000;
    top:5px;
    bottom:5px;
}
.news-share a:last-child:after{
    display:none;
}

.insurance-list-box{
    display:block;
    background:#fff;
    padding:40px;
    text-align: center;
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
    border-radius: 4px;
}
.insurance-list-box:hover{
    background:rgba(255,255,255,0.7);
}
.insurances-list{
    margin:20px -10px 0 -10px;
}
.more-button{
    cursor: pointer;
}
.insurance-learn-more-button{
    color:#0074ae;
    font-size:0.85rem;
    text-decoration: underline;
    display:inline-block;
    font-weight: 600;
}
.insurance-list-box-big-title{
    font-weight: 700;
    font-size:1.4rem;
}
.insurance-list-box-small-title{
    display:block;
    font-size:0.9rem;
    color:rgba(0,0,0,0.7)
}
.insurance-list-icon{
    display:inline-block;
    width:72px;
    height:72px;
    margin-bottom:15px;
    position:relative;
}
.insurance-list-icon img{
    position:relative;
    z-index: 10;
}
.insrance-list-icon-circle{
    position:absolute;
    width:48px;
    height:48px;
    background:#d6eff4;
    left:-10px;
    top:0;
    bottom:0;
    margin:auto;
    border-radius: 50%;
    z-index: 5;
}

.profile-box{
    background:#fff;
    border-radius: 4px;
    margin-bottom:20px;
}
.profile-box-button-wrapper{
    padding:10px 40px 40px 40px;
}
.profile-box-header{
    padding:40px 40px 10px 40px;
}
.profile-box-small-title{
    color:rgba(0,116,174,0.7);
    font-weight: 500;
    font-size:0.9rem;
}
.profile-box-big-title{
    font-weight: 600;
    color:#0074ae;
    font-size:1.4rem;
}
.profile-box-navigation a{
    padding:10px 40px;
}
.profile-box-link i{
    line-height: 1;
}
.profile-box-link.active,.profile-box-link:hover{
    background:#f1f8fb;
}
.small-title{
    font-size:0.9rem;
    display:block;
}
.big-title{
    font-size:1rem;
    font-weight: 600;
    display:block;
}
.payment-item .big-title{
    font-size:0.9rem;
}
.payment-item .small-title{
    font-size:0.8rem;
}
.active-insurance-toggle{
    position:relative;
    cursor:pointer;
    padding:15px 0 15px 60px;
}
.insurance-icon{
    display:block;
    border-radius: 4px;
    width:48px;
    height:48px;
    position:absolute;
    background:#e6f1f7;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.insurance-number{
    margin:0;
    padding-bottom:3px;
}
.insurance-number-info,.more-button{
    font-size:0.9rem;
    color:rgba(0,0,0,0.7);
}
.insurance-toggle-content-wrapper{
    padding-top:15px;
    padding-bottom:15px;
}
.active-insurance-item{
    border-bottom:1px solid #e7f1f7;;
}
.active-insurance-lists{
    margin-bottom:20px;
}
.big{
    font-size:1.1rem;
}
.insurance-toggle-content-header{
    padding-bottom:5px;
    border-bottom:1px solid #e7f1f7;
}
.insurance-toggle-content{
    padding:20px;
    border-radius: 4px;
    border:1px solid #e7f1f7;;
}
.payment-item{
    padding:15px 0 15px 45px;
    position:relative;
}
.payment-counter{
    width:32px;
    height:32px;
    color:#fff;
    background:#00a2cb;
    display:block;
    position:relative;
    left:0;
    border-radius: 50%;
    text-align: center;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.btn-light{
    color: #0073ae !important;
    background-color: #e6f1f7 !important;
    border-color:#e6f1f7 !important;
}
.payment-item .btn{
    width:150px;
    font-size:0.9rem;
    font-weight: 600;
}
.btn-outline-primary{
    color:#0074ae !important;
    border-color:#0074ae !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0074ae !important;
    background-color: transparent;
}
.insurance-toggle-content-wrapper{
    display:none;
}
.hide-text{
    display:none;
}
.active-insurance-item.highlight .hide-text{
    display:block;
}
.active-insurance-item.highlight .show-text{
    display:none;
}
.active-insurance-item.highlight .more-button i:before{
    content: "\f139";
}
.step-item:hover{
    opacity: 0.7;
}
.step-item-small-title{
    display:block;
    font-size:0.85rem;
    line-height: 1;
}
.step-item-big-title{
    display:block;
    font-size:0.95rem;
    font-weight: 600;
}
.step-item{
    padding:10px 40px 10px 60px;
    position:relative;
    display:inline-block;
}
.step-item-icon{
    position:absolute;
    background:#fff;
    border-radius: 50%;
    left:0;
    top:0;
    bottom:0;
    width:48px;
    height:48px;
    display:block;
    text-align: center;
    padding:10px 0;
    color:rgba(0,0,0,0.4);
    margin:auto;
}
.online-steps-wrapper{
    margin:30px 0;
}
.step-item.active .step-item-icon{
    background:#00d0d0;
    color:rgba(0,0,0,1);
}
.search-form{
    background:#fff;
    padding:20px;
    position:relative;
    margin-bottom: 30px;
}
.search-form:before{
    content:"";
    position:absolute;
    bottom:100%;
    height:4px;
    left:0;
    right:0;
    display:block;
    background: rgb(0,115,174); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,115,174,1) 0%, rgba(0,162,203,1) 50%, rgba(0,208,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,115,174,1) 0%,rgba(0,162,203,1) 50%,rgba(0,208,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073ae', endColorstr='#00d0d0',GradientType=1 ); /* IE6-9 */
}
.search-form-title-text{
    font-size:0.9rem;
    color:#0074ae;
    text-transform: uppercase;
    font-weight: 700;
}
.search-form-title-icon{
    display:inline-block;
    width:40px;
    height:40px;
    margin-right:10px;
}
.custom-form-column{
    width:calc(20% - 20px);
    margin:0 10px 0 10px;
}
.custom-form-colums{
    margin:0 -10px;
}
.custom-select{
    width:100% !important;

}
.select2-container--default .select2-selection--single{
    font-size: 0.85rem;
    height: 42px;
    
    border-color: #e7f1f7;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 42px;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: rgba(0,116,176,0.5) transparent transparent transparent;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #e7f1f7;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e7f1f7;
    height:28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: 0 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:rgba(0,115,174,0.5);
    color: white;
}

.select2-container--default .select2-results__option--selected,.select2-container--default .select2-results__option--selected:hover {
    
    background-color: #0074ae;
    color:#fff !important;
}
.select2-results__option{
    font-size:0.9rem;
    font-weight: 600;
}
.form-switch .form-check-input:checked {
    background-color: #00d0d0;
    border-color: #00d0d0;
}
.custom-select-no-border{
    width:60px;
}
.custom-select-no-border .select2-container--default .select2-selection--single{
    border-color:#fff !important;
}
.search-form i{
    vertical-align: middle;
    font-size:1.1rem;
}
.column-footer-form-padding{
    padding:0 10px;
}
.normal-title{
    font-size:1.1rem;
}
.result-box-content{
    margin-bottom:20px;
}
.results-box-header{
    background:#fff;
    padding:20px;
    border-bottom:2px solid  #e6f1f7;
}
.results-box-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size:1rem;
    margin:0;
    text-transform: uppercase;
    text-align: center;
}
.result-box-content{
    background:#fff;
}
.hidden-data{
    font-size:0.8rem;
}
.prices-result{
    font-size:0.85rem;
}
.prices-result{
    padding-bottom:5px;
}
.btn-sm{
    padding: 0.35rem 1.5rem;
}
.insurance-company-logo{
    height:70px;
}
.result-box-row{
    padding:20px;
    border-bottom:1px solid #d6eff4;
}
.hidden-data{
    border-top:1px solid #d6eff4;
    padding-top:20px;
    
    margin-top:20px;
}
.hidden-data-wrapper{
    display:none;
}
.result-box-row.highlight .hide-text{
    display:block;
}
.result-box-row.highlight .show-text{
    display:none;
}
.result-box-row.highlight  .more-button i:before{
    content: "\f139";
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #00d0d0;
   
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 0%);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #00d0d0;
}
.datepicker-wrapper{
    position:relative;
}
.datepicker-wrapper .form-control{
    padding-left:35px;
}
.datepicker-icon{
    position:absolute;
    width:18px;
    height:18px;
    pointer-events: none;
    left:10px;
    display:block;
    top:0;
    bottom:0;
    line-height: 1;
    margin:auto;
    vertical-align: middle;
}
.alert-warning {
    color: #000;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert{
    font-size:0.85rem;
    padding:0.75rem;
    margin-bottom: 0.75rem;
}
.green{
    color:#00d0d0;
}
.green-card{
    padding:30px;
    background:#e5fafa;
}
.underlined{
    text-decoration: underline !important;
    font-size:0.9rem;
    font-weight: 500;
}
.btn-white{
    background:#fff;
    color:#0073ae;
}
.form-control-white{
    background:#fff;
    border-color:#fff;
}
.chooseDeliveryCompany{
    margin:0 -10px;
}
.custom-radio{
    width:calc(50% - 20px);
    margin:0 10px 10px 10px;
    background:#fff;
    border:1px solid rgba(0,115,174,0.2);
    border-radius: 4px;
    position:relative;
    padding:5px 10px 5px 50px;
    overflow: hidden;
    cursor:pointer;
}
.custom-radio-js{
    position:absolute;
    left:-50px;
    opacity: 0;
}
.custom-radio.selected{
    background:#e7f1f7;
}
.custom-radio-circle{
    width:20px;
    height:20px;
    border:1px solid rgba(0,115,174,0.2);
    border-radius: 50%;
    left:20px;
    display:block;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    background:#fff;
}
.custom-radio.selected .custom-radio-circle:after{
    content:"";
    position:absolute;
    background:#0073ae;
    width:10px;
    height:10px;
    display:block;
    border-radius: 50%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.final-box{
    padding:50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    margin:30px 0;
}
.muted{
    color:rgba(0,0,0,0.7);
    font-size:0.9rem;
}
.burger-menu{
    display:none;
}
.hidden {
	display:none;
}
@media (min-width: 1680px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
@media(max-width:1024px){
    .header-top-links span{
        display:none;
    }
    .header-bottom-list-items > a{
        font-size:1rem;
    }
    .header-bottom-list-item-dropdown .dropdown-toggle {
        font-size: 1rem;
    }
    #header{
        height:70px;
    }
    .burger-menu{
        display:block;
    }
    .logo{
        height:35px;
        width:170px;
    }
    .header-top-container{
        height:70px;
    }
    .header-bottom{
        position:absolute;
        left:0;
        right:0;
        top:100%;
        padding:20px;
        background:#e5fafa;
        display:none;
    }
    #header.visible-menu .header-bottom{
        display:block;
    }
    body{
        padding-top:70px;
    }
    #header .containter{
        max-width: 100% !important;
    }
    #header.visible-menu .burger-menu i:before{
        content: "\f00d";
    }
    .header-bottom-list-items > a,.header-bottom-list-item-dropdown .dropdown-toggle{
        width:100%;
        padding:5px 0;
        text-align: left;
    }
    .header-bottom-list-item-dropdown {
        margin-right: 0;
        width:100%;
    }
    .header-bottom-container > div{
        width:100%;
    }
    .login-btn{
        padding:5px 0;
        display:block;
        width:100%;
    }
    .dropdown-login{
        position:relative !important;
        top:initial  !important;
        left:initial  !important;
        right:initial  !important;
        width:100%  !important;
        transform:none !important;
        margin:0 !important;
    }
    .insurances-categories-item{
        width:calc(50% - 20px);
    }
    .why-choose,.insurance-companies,.faqs-container{
        padding:60px 0;
    }
    .news-list-item {
        width: calc(50% - 20px);
    }
    .insurance-item {
        width: calc(33.3% - 20px);
    }
    .insurance-list-box {
        width: calc(50% - 20px);
    }
    #header.sticky{
        height:70px;
    }
    .custom-form-column {
        width: calc(33.33% - 20px);
    }
}
@media(max-width:640px){
    .custom-form-column {
        width: 100%;
    }
    .insurances-categories-item{
        width:100%;
        margin: 0 0 10px 0;
    }
    .insurances{
        padding:30px 0;
    }
    .carousel-item {
        padding: 40px 0 40px 0;
        text-align: center;
    }
    .hero-title {
        font-size: 2rem;
    }
    .carousel-item-bg{
        position:relative;
        height:300px;
        width:100%;
    }
    .carousel-caption-custom{
        padding:40px 0;
    }
    .why-choose-content{
       padding:15px 15px 40px 15px;
    }
    .why-choose-image-container{
        padding-bottom:50px;
    }
    .rating-icon{
        width:200px;
        height:auto;
        right:0;
    }
    .news-list-item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .news-list {
        margin: 30px 0px 0 0px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    #faqTabs li {
        width:100%;
    }
    #faqTabs .nav-link{
        width:100%;
    }
    .insurance-item {
        width: calc(50% - 20px);
    }
    .white-box {
        padding: 20px;
    }
    .page-content{
        padding-bottom:60px;
    }
    .insurance-list-box {
        width: 100%;
        margin:0 0 20px 0;
        padding:20px;
    }
    .insurances-list {
        margin: 20px 0px 0 0px;
    }
    .header-top-links > a {
        font-weight: 600;
        padding: 5px 2px;
    }
    
    #header.sticky .logo {
        height: 35px;
        width: 170px;
    }
    .profile-box-header {
        padding: 20px 20px 10px 20px;
    }
    .profile-box-navigation a {
        padding: 10px 20px;
    }
    .profile-box-button-wrapper {
        padding: 10px 20px 20px 20px;
    }
    .payment-item .big-title{
        margin-bottom:10px;
    }
    .payment-item .btn{
        width:100% !important;
    }
    .step-item{        
        padding: 10px 0;
        width:60px;
    }
    .step-item-icon{
        left:0;
        right:0;
    }
    .step-item-small-title,.step-item-big-title{
        display:none;
    }
    .search-form-bottom >div{
        width:100%;
    }
    .column-footer-form button{
        width:100%;
        text-align: center;
    }
    .result-box-row{
        width:800px;
    }
    .results-box-header{
        width: 800px;
    }
    .insurance-company-logo{  
        height:40px;
    }
    .result-box-row {
        padding: 10px 20px;
        border-bottom: 1px solid #d6eff4;
    }
    .result-box-scroll{
        overflow: hidden;
        overflow-x:auto;
        background:#fff;
    } 
    .green-card,.final-box{
        padding:20px;              
    }
    .width-mobile{
        width:100%;
        display:block;
    }
    .page-title {
        font-size:1.6rem;
    }
    .breadcrumb-item, .breadcrumb-item a {
        font-size: 0.7rem;
    }
}