﻿@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}
body {
    font-size: 15px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3547FF;
}

    a:hover {
        color: #3547FF;
    }
.font-16{
    font-size:16px !important;
}
.font-22{
    font-size:22px !important;
}
.w-50{
    width:50% !important;
}


.padding-10{
    padding:10px !important;
}
.padding-top-20{
    padding-top:20px !important;
}
.form-content .form-control {
    border-radius: 0px;
    border-width: 2px;
    border-color: #cccccc;
    background-color: #f0f0f0;
    color: #333333;
}

    .form-content .form-control::-webkit-input-placeholder {
        color: #333333;
    }

    .form-content .form-control::-moz-placeholder {
        color: #333333;
    }

    .form-content .form-control:-ms-input-placeholder {
        color: #333333;
    }

    .form-content .form-control:-moz-placeholder {
        color: #333333;
    }

div#card-errors {
    color: red;
    font-size: 15px;
}

.card-container {
    border: none;
    border-bottom: #D4DBE2 solid 2px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 4px;
    height: 44px;
}

.card-errors {
    color: red;
}

.error_border {
    border: 1px solid red !important;
}

.error_text {
    color: red;
}

.btn.btn-success {
    color: #fff;
    background-color: #24B47E;
    border-color: #24B47E;
    font-weight: bold;
    font-size: 20px;
}

strike {
    font-weight: 500;
}

.header {
  padding: 10px;
background-color: #FFFFFF;
box-shadow: 4px 5px 15px 11px #E7E9F1;
margin-bottom: 2px;
}

.brand.logo {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

    .brand.logo, .brand.logo:hover {
        text-decoration: none;
    }

        .brand.logo img; {
            margin-right: 10px;
            position: relative;
            top: -4px;
        }

.header ul.list-inline {
    margin-bottom: 0px;
}

.header select.form-control {
    font-size: 13px;
    color: #5D687A;
    border-radius: 0px;
    border-color: #BBC1CC;
    padding: 5px 3px;
    height: auto;
}

.content {
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.price-info {
    /*padding: 15px;*/
    /*padding:10px 10px 0px 10px;*/
    border: #D4DBE2 solid 1px;
    background-color: #ffffff;
    border-radius:10px;
}

    .price-info p {
        font-size: 14px;
        color: #5D687A;
    }

        .price-info p.font-black {
            font-size: 18px;
            color: #000000;
            padding-top: 8px;
        }

.product-crt {
    padding: 10px;
    border-top: 1px solid #e3e7ea;
}

.product-info {
    padding: 44px 0 0px 0;
}

.product-info-con {
    border: 1px solid #D4DBE2;
    background-color: #ffffff;
    border-radius: 8px;
padding: 25px 25px 0px 25px;
}

    .product-info-con span {
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }

.content h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 8px 0 30px;
}

.product-box {
    /*padding:10px;*/
}

    .product-box img {
        position: relative;
        top: -30px;
        margin-right: 15px;
    }

    .product-box ul li {
        list-style-position: inside;
        list-style: none;
            position: relative;
    padding-left: 20px;
    }

        .product-box ul li:before {
            content: "";
            width: 20px;
            height: 20px;
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 8px;
            position: absolute;
            top: 4px;
                left: 0;
            /*background-image: url("~/Content/Images/check.png");*/
        }

.product-info-frm .form-control {
    border: none;
    border-bottom: #D4DBE2 solid 2px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 4px;
    height: 44px;
}

    .product-info-frm .form-control:focus {
        border-color: #000000;
    }

.trust-pilot-section {
    /*max-width: 650px;*/
    margin: 0 auto;
}

    .trust-pilot-section span {
        display: block;
        padding: 12px 0;
        color: #6772E5;
        ;
        font-weight: 600;
    }

        .trust-pilot-section span b {
            text-transform: uppercase;
            color: #000000;
        }

    .trust-pilot-section .carousel-inner .item {
        display: block;
        margin: 10px 25px;
        box-shadow: 0 0 4px 2px #ddd;
        padding:15px 30px 15px  30px;
        border-radius: 10px;
        background:#fff;
    }

    .trust-pilot-section .carousel-indicators {
        position: relative;
    }

    .trust-pilot-section .carousel-indicators {
        bottom: 0;
    }

        .trust-pilot-section .carousel-indicators li {
            background-color: #CDCDCD;
        }

        .trust-pilot-section .carousel-indicators .active {
            background-color: #04B679;
        }
.reviews{
    background-color: #F0F4F8;
    padding: 30px 0;
}
.footer {
    background-color: #FFF;
    padding: 30px 0;
}
#trustCarousel{
    width:80%;
    margin:0 auto;
    font-family:Lato,SegoeUI;
    color:#716E6E;
}

    .footer ul {
        margin-bottom: 0px;
    }

        .footer ul.f-link li {
            border-left: #32325D solid 1px;
            line-height: 16px;
        }

            .footer ul.f-link li:first-child {
                border-color: transparent;
            }

            .footer ul.f-link li a {
                color: #32325D;
                    font-size: 14px;
            }
            .list-inline{
                padding:0;
            }
.list-inline > li {
                display: inline-block;
                padding-right: 8px;
                padding-left: 8px;
            }
 ul.logo-list li.list-first{
        padding:27px 0;
    }

 ul.logo-list li{
     display:flex;
 }
 ul.logo-list li .w-50{
     width:50% !important;
     padding:0 15px;
 }
 ul.logo-list li.list-second{
     box-shadow: 1px 2px 4px 0px #ddd;
    padding: 10px 0;
    border-radius: 10px;
        background-color: #fff;
 }
 .carousel-inner{
     display:flex;
 }

 .carousel-inner>.item{
     display:block;
     width:50%;
 }
@media (min-width:768px) and (max-width:992px) {
    .content h2 {
        font-size: 30px;
        margin: 8px 0 10px;
    }

    .footer {
        padding: 25px 0 15px;
    }

    .trust-pilot-section .carousel-inner .item {
        padding-top: 15px;
    }

    .product-box {
        padding-top: 30px;
    }

        .product-box img {
            top: -10px;
            max-width: 100px;
        }
        .product-box ul li {
        FONT-SIZE: 13PX;
    }
}

@media (max-width:767px) {
    .content {
        padding-top: 18px;
    }

    .price-info .text-right {
        padding-top: 10px;
    }

    .price-info p {
        text-align: left;
    }

    .trust-pilot-section .carousel-inner .item {
        padding-top: 15px;
    }

    .product-info-con {
        padding: 15px;
    }

    .content h2 {
        font-size: 30px;
    }

    .footer {
        padding: 20px 0 10px;
    }

        .footer ul {
            margin-bottom: 10px;
            text-align: center;
        }

    .header {
        padding: 10px 0;
    }
}

@media (max-width:525px) {
    body {
    font-size: 14px;
}
    .product-box img {
        float: none !important;
    }

    .brand.logo {
        font-size: 20px;
        white-space: nowrap;
    }

    .header select.form-control {
        margin-bottom: 10px;
    }

    .product-info-con span {
        font-size: 16px;
    }

    .content h2 {
        font-size: 24px;
    }

    .product-box ul li {
        margin-bottom: 5px;
    }

    ul.logo-list {
        display: flex;
        align-items: center;
    }
   
}
.product-crt .list-inline li:first-child {
    vertical-align: top;
    min-width: 30px;
    text-align: center;
    padding-top: 3px;
}
.w-50 a:hover {
    color: #000 !important;
}
.pg-topic{
     font-size: 22px;
    font-weight: 500;
 }