body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.body-bg {
    background-image: url("../images/bg02.svg");
    background-repeat: repeat-y;
    background-position: top center;

}


.top-section {
    background: #1F4083;
    padding: 10px 0;

}

.round-circle{
    height: 25px;
    width: 25px;
    background-color: #2A2A2A;
    border-radius: 50%;
    padding: 2px 0px 2px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.round-circle2{
    height: 25px;
    width: 25px;
    border:1px solid #2A2A2A;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 2px 0px 2px;
    text-align: center;
    color: #2A2A2A;
    display: inline-block;
}

.round-text{
    color: #242424;
    font-size: 12px;
    padding-left: 5px;
    position: relative;
}

.round-line{
    border-bottom: 1px solid #BCBCBC;
    width: 20px;
    position: absolute;
    top: 8px;
    right: -32px;

}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fbfdff transparent transparent !important;
}
.third-text{
    font-size: 12px;
    color: #707070;
    margin-top: 4px;
}

.white-text {
    color: #ffffff;
}

.grey-text {
    color: #707070;
}

.green-text {
    color: #99C43C;
}

.red-text {
    color: #E81123;
}

.top-title {
    font-size: 24px;
    color: #ffffff;
    margin-top: 15px;
}

.top-offer {
    margin-top: -33px;
}

.us-icon {
    margin-top: 15px;
}

.main-title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 54px;
    color: #2B324B;
}

.main-title-3 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 54px;
    color: #2B324B;
}

.main-subtitle {
    font-size: 34px;
    font-weight: 300;
    color: #2B324B;
}

.hr-line {
    border-bottom: 1px solid #BCBCBC;
    margin-top: 14px;
    margin-bottom: 14px;
}

.product-section {
    margin: 20px 0;
}

.input-box {
    background: #FFFFFF;
    height: 58px;
    border: 1px solid rgba(175, 175, 175, 0.5);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.input-box02 {
    background: #FFFFFF;
    height: 58px;
    border: 1px solid rgba(175, 175, 175, 0.5);
    padding: 10px 2px 0;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.cc-card {
    position: absolute;
    right: 20px;
    top: 20px;
}

.strikethrough {
    text-decoration: line-through;
    text-decoration-color: #C73B3B;
}


[type='text'], select {
    border-radius: 5px;
    border: 1px solid #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0s, border-color 0.25s ease-in-out;
    transition: box-shadow 0s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select {
    font-size: 14px;
}


[type='text'], select:hover {
    border-radius: 5px;
    border: 1px solid #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0s, border-color 0.25s ease-in-out;
    transition: box-shadow 0s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

[type='text']:focus {
    box-shadow: 0 0 5px #FFFFFF!important;
}
.input-box-title {
    font-size: 12px;
    color: #707070;
    position: absolute;
    top: 3px;
    left: 10px;
}

.bullet-title {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    margin-top: 22px;
}


.custom-list {
    font-size: 12px;
    list-style-image: url(../images/tick.png);
    color: #262626;
    margin-left: .25rem;
}


.custom-list li {
    margin-top: 6px;
}

.form-section {
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 17px 7px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 17px 7px rgba(230, 230, 230, 1);
    margin-bottom: 50px;
}

.white-bg {
    background: #ffffff;
}

.form-content1 {
    padding: 15px 15px 5px;
}

.form-white-bg {
    padding: 8px 0 10px;
    background: #ffffff;
}

.form-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 14px;
}

.form-content {
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 15px;
}

.form-content-title {
    font-size: 16px;
}

input[type=radio] {
    /*border: 0px;*/
    /*height: 20px;*/
    /*width: 20px;*/
    margin: 0 !important;
}

.media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.media-object-section:first-child {
    padding-right: .5rem;
}

.font-small {
    font-size: 14px;
    color: #262626;

}

::placeholder {
    font-size: 14px;
    color: #262626;
}



.green-button {
    background: #99C43C;
    padding: 25px 10px;
    height: 65px;
}

.blue-button {
    background: #1867BB;
    padding: 20px 10px;
    height: 65px;
}

.button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
}

.ccard-gap {
    margin-left: 10px;
    margin-top: -6px;
}

.ccard-text {
    margin-top: -19px;
    margin-left: 54px;
}

.paypal-icon {
    margin-left: 10px;
}

.paypal-text {
    margin-top: 5px;
    margin-left: -20px;
}

.grey-lock {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
}

.grey-bg {
    background: #f9f9f9;
}

.bottom-bg {
    background: #ffffff;
    padding: 50px 0;
}

.testiomonial-rating {
    margin-bottom: 10px;
}

.testiomonial-content {
    padding-right: 20px;
    font-size: 15px;
}

.green-text02{
    color: #1B893C;
}
.excellent {
    margin-bottom: 10px;
}


.popular-bg {
    /*background-image: url("../images/popular.png");*/
    background-position: right top;
    background-repeat: no-repeat;
}

.popular-bg1 {
    background-image: url("../images/popular.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.footer-bg a {
    color: #ffffff;
}

.footer-bg .menu a {
    padding: 0.3rem 1rem;
}

/*New order form*/
.new-order-box {
    border: 1px solid #cee3eb;
    border-radius: 7px !important;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 10px;

}

.light-blue-bg02 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 10px;
    /* padding-bottom: 20px; */
    background: #f6fafb;
    border-top: 1px solid #cee3eb;
    border-left: 1px solid #cee3eb;
    border-right: 1px solid #cee3eb;
    border-bottom: 2px solid #cee3eb;
}

.product-box02 {
    margin-bottom: 20px;
    background: #FFFFFF;

    border-left: 1px solid #cee3eb;
    border-right: 1px solid #cee3eb;
    border-bottom: 1px solid #cee3eb;
    border-top: 1px solid #cee3eb;
}

.product-box03 {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: 1px solid #cee3eb;
    border-right: 1px solid #cee3eb;
    border-bottom: 1px solid #cee3eb;
    border-top: 1px solid #cee3eb;
}

.checkout-box {
    background: #FFFFFF;
    padding: 20px;
    border: 2px solid #E4EBF3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 2px 8px 22px #B8C9D9;

}

.checkout-title {
    font-size: 24px;
}

.new-order-logos {
    border: 1px solid #cee3eb;
    border-radius: 7px !important;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 70px;
    padding: 15px 15px 5px;
}

.new-order-logos2 {
    border: 1px solid #cee3eb;
    border-radius: 7px !important;
    background: #FFF;
    margin-bottom: 20px;
    padding: 15px 15px 5px;
}

.right-order-box {
    border-radius: 5px;
    border: 1px solid #cee3eb;
    margin-bottom: 20px;
}


.right-order-box1 {
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-img2 {
    margin-top: 20px;
}

.white-background {
    background: #ffffff;
}

.green-button2 {
    background: #5ac273;
}

.green-hollow {
    border: 1px solid #5ac273 !important;
    color: #5ac273 !important;
}

.top-icon-title {
    font-size: 16px !important;
    color: #ffffff !important;
}

.green-hollow:hover {
    border: 1px solid #1779ba !important;
    color: #1779ba !important;
}

.card-box {
    border: 1px solid #BCBCBC;
    background: #FFFFFF;
    position: relative;
    margin-top: 50px;
}
.card-box-title{
    background: #FFFFFF;
    width: 100px;
    border-top: 1px solid #BCBCBC;
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    padding: 10px;
    border-bottom: 2px solid #FFFFFF;
    position: absolute;
    top: -42px;
    left: -1px;

}

.new-order-box-gap {
    padding: 20px 70px 10px 70px;
    border-radius: 7px;
}



.text-small {
    font-size: 12px;
}

.text-small2 {
    font-size: 13px;
}

.text-small3 {
    font-size: 12px;
    line-height: 16px !important;
}

.new-order-box-gap2 {
    padding: 20px;
}



.blue-text {
    color: #10549f !important;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}

.new-order-form {
    padding: 15px 15px 5px;
}

.new-order-border {
    border-bottom: 1px solid #d2e2ea;
}

.new-order-top-border {
    border-top: 1px solid #cee3eb;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pl10 {
    padding-left: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.new-order-list-items {
    color: #848484;
    padding-bottom: 20px;
}

.new-order-list-items-title {
    border-color: #cee3eb;
    font-size: 13px;
    padding: 15px;
    line-height: 20px;
}

.new-order-list-items-small {
    font-size: 13px;
}

.new-order-total-text {
    font-size: 18px;
}

.new-order-form-title {
    font-size: 13px;
    padding: 15px;
    border: 1px solid #ddd;
    line-height: 20px;
}

.green-text2 {
    color: #6e913b;
}

.green-text-link {
    color: #6e913b;
    text-decoration: underline;
}

.order-info {
    font-size: 14px !important;
}

.light-blue-bg1 {
    background: #e3ebef;
    padding: 40px;
    color: #7b7c7c;
    font-size: 12px;
    margin-top: 20px;
}

.footer-bg {
    background: #032B58;
    padding: 30px 0 0px;
    background-repeat: repeat-x;
    background-position: 99% bottom;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 40px;

}

.footer-icons {
    position: relative;
    padding-bottom: 20px;
}

.footer-right {
    position: absolute;

    right: 20px;
    bottom: 0px;
}

legend {
    margin: 0 !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 1.8 !important;
    color: #0a0a0a !important;
}


.list-group1 {
    padding-left: 0;
    margin-bottom: 10px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item.head {
    text-align: center;
    font-weight: bold;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul {
    margin-left: 0rem !important;
    list-style-type: disc;
}

.item-title {
    font-size: 15px;
}

.guaranteed-title {
    font-size: 15px;
    padding: 5px 0;
}

.price-small {
    font-size: 12px;
}

.price-big {
    font-size: 16px;
}

.green-text3 {
    color: #008000;
}

.dark-green-text {
    color: #08a372;
}

.list-group-item {
    border-color: #cee3eb;
    font-size: 13px;
    padding: 15px;
    line-height: 20px;
}

list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item .price {
    float: right;
    font-weight: bold;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item.total {
    font-weight: bold;
    font-size: 16px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item.total .price {
    color: #649229;
}

.list-group-item .price {
    float: right;
    font-weight: bold;
}

.satisfied {
    margin: 60px 0 30px 0;
    font-size: 13px;
}

/*End New order form*/

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .body-bg {
        background-image: url(../images/bg02.svg);
        background-repeat: repeat-y;
        background-position: top left;
    }


    .top-section {
        background: #2B324B;
        padding: 20px 0;
        height: 100%;
    }

    .top-offer {
        margin-top: -20px;
        width: 75px;
    }

    .new-order-logos {
        border: 1px solid #cee3eb;
        border-radius: 7px !important;
        background: #FFF;
        margin-bottom: 20px;
        margin-top: 0px;
        padding: 15px 15px 5px;
    }

    .bottom-bg {
        background: #ffffff;
        padding: 20px 0;
    }



    .form-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-left: 14px;
    }

    .bullet-title {
        font-size: 20px;
        color: #262626;
        font-weight: bold;
        margin-top: 20px;
    }

    .custom-list {
        font-size: 16px;
        list-style-image: url(../images/tick.png);
        color: #262626;
        margin-left: 1.25rem;
    }

    .new-order-total-text {
        font-size: 16px;
    }

    .custom-list li {
        margin-top: 10px;
    }

    .new-order-box-gap {
        padding: 20px;
    }

    .new-order-box-gap2 {
        padding: 20px;
    }

    .new-order-list-items-title {
        font-size: 13px;
    }

    .light-blue-bg1 {
        background: #e3ebee;
        padding: 30px 20px;
        color: #7a8284;
        font-size: 14px;
        margin-top: 20px;
    }

    .top-icon-title {
        font-size: 12px !important;
        color: #ffffff !important;
    }

    .footer-bg {
        background: #032B58;
        padding: 30px 0 0;
        background-repeat: repeat-x;
        background-position: 99% bottom;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.8;
        margin-top: 40px;

    }
}


/*Page -3 */
.top-section-4 {
    background: #2B324B;
    padding: 10px 0;
    height: 85px;
    margin-bottom: 40px;
}

.select-title {
    color: #262626;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
}

.shadow-box {
    margin-top: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(165, 165, 165, 0.75);
    border-top: 10px solid #2b324b;
    border-radius: 5px;
    padding: 15px 10px 15px 16px;
    height: 300px;
    margin-bottom: 50px;
}

.product-img {
    width: 405px;
}

.color-box {
    margin-top: 15px;
    background-color: #2b324b;
    /*background-image: url("../images/popular-2.png");*/
    background-repeat: no-repeat;
    background-position: right top;
    /*box-shadow: 2px 2px 16px 0px rgba(165,165,165,0.75);*/
    border-top: 10px solid #5a6381;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 20px;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
}

.color-box-padding {
    padding: 0px 10px 0px 20px;
}

.color-box-padding1 {
    padding: 25px 10px 15px 16px;
}

.popular-img {
    text-align: right;
    float: right;
    right: 0 !important;
    top: 0 !important;
    margin-top: -10px;
    margin-right: 0px;
    width: 70px;
    position: absolute;
}

.light-blue-bg {
    background: #5a6381;
    padding: 0px 10px;
    width: 80px;
    margin-left: 20px;
}

.shadow-box2 {
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(200, 200, 200, 0.75);
    border-radius: 5px;

}

.shadow-box2-padding {
    padding: 0px 10px 15px;
}

.price-new {
    font-size: 42px;
    color: #262626;
    margin-bottom: 10px;
}

.price-new2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.green-btn2 {
    background: #1B8F3D;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 14px 0;
}

.green-btn3 {

    font-size: 16px !important;
    font-weight: normal !important;
    padding: 14px 0;
    margin-top: 20px;
}

.bullet-title2 {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    margin-top: 20px;
}

.button.hollow {
    border: 1px solid #c1c1c1;
    color: #262626;
}

.bottom-border1 {
    /*border-bottom: 1px solid #ffffff;*/
    /*padding-bottom: 5px;*/
    /*margin-bottom: 5px;*/
}

.custom-list4 {
    font-size: 16px;
    list-style: none;
    color: #262626;
    margin-left: .25rem;
    margin-top: 20px;
}

.custom-list4 li {
    padding-bottom: 13px;
}

.custom-list5 {
    font-size: 12px;
    list-style: none;
    color: #262626;
    margin-left: .25rem;
    margin-top: 31px;
}

.custom-list5 li {
    padding-bottom: 5px;
}

.top-offer-2 {
    margin-top: -15px;
}

.product-section2 {
    margin: 10px 0 20px;
}

.lan-right {
    padding-right: 3px;
}

.light-blue-border {
    border-top: 1px solid #5a6381;
    border-bottom: 1px solid #5a6381;
}

.bullet-top {
    margin-top: 20px;
}

.light-border {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.main-title-4 {
    font-size: 33px;
    line-height: 36px;
    color: #2B324B;
}

.main-subtitle-4 {
    font-size: 26px;
    font-weight: 300;
    color: #2B324B;
}

.para-small {
    font-size: 14px;
}

li.select {
    background-color: #f4f4f4;
}

.vv-tarif {
    cursor: pointer;
}