@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    padding-top:140px;
    color:#212529;
}
#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
    background:#223a76;
    color:#212529;
    -webkit-transition: all 500ms;
    -moz-transition:all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
a,a:hover{
    color:#212529;
    text-decoration: none !important;
    -webkit-transition: all 500ms;
    -moz-transition:all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.hidden-desktop{
    display:none;
}
.header-top{
    padding:20px 0;
}
.header-top-container{
    position:relative;
    padding-left:310px;
    height:50px;
}
.logo{
    position:absolute;
    left:0;
    width:310px;
    height:64px;
    top:0;
    bottom:0;
    margin:auto;
}
.logo img{
    position:absolute;
    width:310px;
    height:auto;
    top:0;
    bottom:0;
    margin:auto;
}

.small-text{
    display:block;
    font-size:0.8rem;
}
.big-text{
    display:block;
    font-size:0.9rem;
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.header-bottom{
    background:#1B2E5E;
}
.header-bottom a{
    display:block;
    padding:15px  10px;
    text-align: center;
    color:#fff;
    position:relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size:0.9rem;
}
.header-bottom a:after{
    position:absolute;
    content:"";
    left:100%;
    top:35%;
    bottom:35%;
    width:1px;
    display:block;
    background:rgba(0,0,0,0.2);
}
.header-navigation a{
    width:14.28%;
}
.header-navigation a:last-child:after{
    display:none;
}
.header-navigation a:hover{
    background:rgba(0,0,0,0.2);
}
.normal-icon{
    font-size:1.4rem;
    vertical-align: middle;
    line-height:1;
}
.big-icon{
    font-size:1.8rem;
    vertical-align: middle;
    line-height:1;
}
.burger-menu{
    display:none;
    cursor:pointer;
    width:40px;
    height:40px;
    position:absolute;
    right:0px;
    top:0;
    bottom:0;
    text-align: center;
    padding:6px 0;
    margin:auto;
    color:#fff;
}
.red-btn{
    color:#fff;
    background:#d72528;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    display:inline-block;
    padding:10px 20px;
    border:0 !important;
    font-size:0.9rem;
}
.red-btn:hover{
    color:#fff;
    background:#be2224;
}
.red-btn-small{
    padding:6px 15px;
}
.call-btn{
    padding:10px 20px;
    display:inline-block;
    font-weight: 500;
    color:#fff;
    font-size:0.9rem;
}
.header-delivery{
    margin-right:20px;
    font-weight: 500;
    font-size:0.9rem;
}
.hero{
    padding:100px 0;
    overflow:hidden;
    position:relative;
    border-bottom:1px solid #ccc;
}
.hero:before{
    display:block;
    z-index: -1;
    position:absolute;
    border-radius: 50%;
    background:rgba(34,58,118,0.1);
    width:1500px;
    height:1500px;
    left:40%;
    top:0;
    bottom:0;
    margin:auto;
    content:"";
    pointer-events: none;
}
.hero-title{
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom:20px;
}
.red{
    color:#d72528;
}
.hero-subtitle{
    line-height:1.4;
}
.form-header{
    position:relative;
    margin-bottom:25px;
}
.form-header:before{
    position:absolute;
    content:"";
    background:#ccc;
    position:absolute;
    left:0;
    right:0;
    pointer-events: none;
    width:1px;
    top:20%;
    bottom:20%;
    margin:auto;
}
.row.row-small{
    margin-left:-5px;
    margin-right:-5px;
}
.row.row-small> div{
    padding:0 5px;
}
.rating-box{
    position:relative;
    padding:10px 0 10px 80px;
}
.rating-stars{
    margin:0;
    padding:0;
    list-style: none;
}
.rating-stars li{
    display:inline-block;
    color:#f4c900;
    margin:0;
}
.rating-stars li .normal-icon{
    font-size:1.2rem;
}
.overall-rating{
    font-weight: 800;
    display:block;
    font-size:1.6rem;
    width:38px;
    top:0;
    bottom:0;
    margin:auto;
    height:38px;
    position:absolute;
    left:20px;
}
.rating-info{
    font-size:0.85rem;
}
.medium{
    font-weight: 600;;
}
.form-text{
    padding:15px 50px;
    font-size:0.75rem;
}
.form-label{
    font-weight: 600;
    display:block;
    font-size:0.95rem;
    padding-bottom:0;
    margin-bottom:3px;
}
.form-control{
    height:45px;
}
.custom-checkbox {
    padding-bottom:3px;
}
.custom-control-label{
    font-size:0.95rem;
    font-weight: 500;
    cursor: pointer;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #d72528 !important;
    background-color: #d72528 !important;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(215,37,40,.25) !important;
    border-color: #d72528 !important;
}
.steps-block{
    padding:60px 0;
}
.section-title{
    padding-top:60px;
    font-weight: 700;
    font-size:1.5rem;
    line-height: 1.4;
    position:relative;
}
.section-title:before{
    content:"";
    background:#d72528;
    width:3px;
    height:40px;
    left:0;
    right:0;
    top:0;
    margin:auto;
    position:absolute;
}
.muted{
    color:rgba(34,58,118,0.7)

    
}
.steps-list {
    margin:50px 0 10px 0;
}
.steps-list > .step-box{
    display:block;
    position:relative;
    width:25%;
    text-align: center;
    background:#fff;
    -webkit-transition: all 500ms;
    -moz-transition:all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.step-content{
    padding:5px 30px 30px 30px;

}
.step-number{
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    color:#d72528;
    font-weight: 600;
    font-size:0.7rem;
    display:block;
}
.step-info{
    margin:0;
    font-weight: 500;
    font-size:0.9rem;
}
.step-preview{
    position:relative;
}
.step-preview-icon{
    display:inline-block;
    padding:40px 10px 20px 10px;
    position:relative;
}
.step-preview-icon>i{
    font-size:5.5rem;
    color:rgba(34,58,118,0.2)
}
.step-preview-icon-small{
    position:absolute;
    display:block;
    width:28px;
    height:28px;
    border-radius: 50%;
    background:#d72528;
    color:#fff;
    font-size:1rem;
    text-align: center;
    padding:3px 0;
    left:0;
    right:0;
    margin:auto;
    bottom:15px;
}

.step-box:hover{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    z-index: 10;
}
.step-box:after{
    content:"";
    position:absolute;
    right:0;
    top:30%;
    bottom:30%;
    width:1px;
    background:#f0f0f0;
    pointer-events: none;
    z-index: 11;
}
.step-box:last-child:after{
    display:none;
}
.overlay-step-preview{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition:all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.step-box:hover .overlay-step-preview{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.adv-section{
    padding:70px 70px 70px 70px;
    background: url(../images/bg-adv.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.adv-box{
    padding:50px;
    background:rgba(255,255,255,0.9);
}
.reviews{
    padding:60px 0;
    background:rgba(34,58,118,0.1);
}
.section-title-no-decoration {
    padding:0;
}
.section-title-no-decoration:before{
    display:none;
}
.reviews .rating-box {
    display:inline-block;
    background:#fff;
    padding-right:20px;
}
.swiper-button-next,.swiper-button-prev{
    color:rgba(34,58,118,0.7)!important;
    outline:0;

}
.swiper-button-next:hover,.swiper-button-prev:hover,.swiper-button-next:focus,.swiper-button-prev:focus{
    outline:0 !important;
    color:rgba(34,58,118,0.7)!important;
    
}
.reviews-container .swiper-scrollbar{
    display:none !important;
}
.reviews-container{
    margin:30px 0 0 0;
}
#footer{
    padding:30px 0;
    border-top:1px solid #f0f0f0;
}
.copyright{
    font-size:0.85rem;
}
.copyright a{
    font-weight: 600;
    display:inline-block;
    padding:0 10px;
}
.faqs{
    padding:60px 0;
}
.faq-item{
    display:block;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    padding:30px 40px;
    margin-bottom:20px;
}
.faq-item-btn{
    position:relative;
    padding-right:30px;
    font-weight: 600;
    margin-bottom:0;
    font-size:1.2rem;
    cursor:pointer;
}
.faq-item-btn:hover{
    color:#d72528;
}
.faq-item-content{
    font-size:0.9rem;
    color:rgba(34,58,118,0.7);
    display:none;
    padding-top:15px;
    line-height: 1.7;
}
.faqs-list{
    margin:30px 0 10px 0;
}
.faq-item-icon{
    position:absolute;
    right:-10px;
    display:block;
    width:30px;
    height:30px;
    text-align: center;
    top:0;
    bottom:0;
    margin:auto;
}
.faq-item-icon i{
    vertical-align: middle;
    line-height: 1;
    font-size:1.6rem;
}
.faq-item.active .faq-item-content{
    display:block;
}
.faq-item.active .faq-item-btn{
    color:#d72528;
}
.faq-item.active .faq-item-icon i:before{
    content: "\f068";
}
#header.sticky{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.slider-reviews img{
    padding:0 10px;
}
.reviews-container{
    position:relative;
    padding:0 40px;
}
.nextReview{
    display:block;
    width:40px;
    height:40px;
    text-align: center;
    cursor:pointer;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    line-height: 1;
    z-index: 10;
    padding:4px 0;
}
.prevReview{
    display:block;
    width:40px;
    height:40px;
    text-align: center;
    cursor:pointer;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    line-height: 1;
    padding:4px 0;
    z-index: 10;
}
.nextReview i,.prevReview i{
    font-size:2rem;
    line-height: 1;
}

  
.internal-content-header{
    background:#f0f0f0;
    padding:50px 0;
}
.steps-blocks-internals{
    position:relative;
}
.step-box-internal{
    position:relative;
    padding:150px 0;
    z-index: 10;
}
.step-box-internal-icon{
    position:absolute;
    width:42px;
    height:42px;
    padding:7px 0;
    background:#d72528;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    border-radius: 50%;
    text-align: center;
    color:#fff;
}
.step-box-internal-icon i{
    font-size:1.6rem;
}
.step-image{
    overflow: hidden;
    border-radius: 30px;
}
.step-counter-internal{
    display:inline-block;
    color:#fff;
    background:#223a76;
    padding:0.25rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size:0.75rem;
    margin-bottom:10px;
}
.step-box-internal p{
    font-size:0.85rem;
    line-height: 1.7;
}
.step-title{
    font-weight: 600;
    font-size:1.4rem;
}
.step-box-line{
    position:absolute;
    width:1px;
    left:0;
    right:0;
    margin:auto;
    top:50px;
    bottom:50px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D6D6D6FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media(max-width:1400px){
    .call-btn {
        padding: 10px 10px;
        font-size: 0.85rem;
    }
    .header-delivery{
        margin-right:10px;
        font-size: 0.85rem;
    }
}
@media (max-width: 1200px){
    #header .container {
        max-width: 100% !important;
    }
}

@media (max-width: 1024px){
    .header-top {
        padding: 10px 0;
    }
    .hidden-mobile{
        display:none;
    }
    .hidden-desktop{
        display:block;
    }
    #header .red-btn{
        padding:5px 10px;
    }
    .call-btn {
        padding: 5px 10px;
    }
    .header-bottom{
        position:absolute;
        top:60px;
        left:0;
        right:0;
        display:none;
    }
    .header-navigation {
        display:block !important;
        padding:15px 0;
    }
    .header-navigation a{
        width:100%;
        text-align: left;
        padding: 7px 10px;
    }
    .header-navigation a:after{
        display:none;
    }
    .header-top-container{
        padding-right:50px;
    }
    .burger-menu{
        display:block;
    }
    .logo{
        width:200px;
        height:40px;
    }
    .header-top-container{
        height:40px;
    }
    .logo img{
        height:auto;
        width:auto
    }
 
    .header-top-container{
        padding-left:260px;
    }
    .visible-menu .header-bottom{
        display:block;
    }
    .visible-menu .burger-menu i:before{
        content: "\f00d";
    }
    body{
        padding-top: 60px;
    }
    .hero{
        padding-bottom:40px;
    }

    .step-box-internal{
        padding:65px 0;
    }

    .steps-list > .step-box {
        width: 33.33%;
    }
    .step-box-internal{
        padding-left:60px;
    }
    .step-image{
        margin-bottom:20px;
    }
    .step-box-internal-icon{
        right:initial;
        left:10px;
    }
    .step-box-line{
        left:31px;
        right:initial;
    }
}

@media(max-width:768px){
    .steps-list > .step-box {
        width: 50%;
    }
}
@media(max-width:400px){
    .step-box-internal .red-btn{
        font-size: 10px;
    }
}
@media(max-width:640px){
    .steps-list > .step-box {
        width: 100%;
    }
    .step-content {
        padding: 5px 20px 20px 20px;
    }
    .step-box:after {
        display:none;
    }
    .form-header:before {
        display:none;
    }
    .adv-box{
        padding:30px;
    }
    .faq-item {
        padding: 20px 20px;
    }
    .faq-item-btn{
        font-size:0.9rem;
    }
    .faqs {
        padding: 40px 0;
    }
    .hero-title {
        font-size:1.8rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .hero {
        padding-top: 40px;
    }
    .adv-section{
        padding:200px 0 0 0;
    }

    .reviews-container {
        padding: 0;
    }
}