a:hover {
    text-decoration: none
}

#order-page .header {
    padding: 30px 0;
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 3;
    transition: all .8s ease;
    position: absolute
}

.mainHead {
    display: inline-flex;
    align-items: center;
    padding: 0
}

.MobileMenu .phone {
    display: none
}

#showRight,
.backBtn {
    display: none
}

a.logo img {
    width: 160px
}

.header_nav ul {
    clear: none;
    float: right;
    max-height: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.header_nav li {
    float: left;
    padding: 0 24px;
    list-style: none
}

.header_nav a {
    padding: 5px 0;
    font-size: 18px;
    position: relative;
    color: #90b7f5
}

.header_nav a:hover,
.header_nav li.current-menu-item > a {
    color: #fff;
    transition: all .35s ease
}

span.support {
    color: #90b7f5;
    font-size: 16px;
    float: right;
    line-height: 20px
}

span.support a {
    color: #90b7f5
}

span.support span {
    display: block;
    font-size: 14px
}

.header_nav .signIn,
.header_nav span.support {
    display: none
}

.mainBanner {
    background: url(/assets/images/Banner-BG.svg);
    background-position: top;
    background-size: auto;
    padding-top: 100px;
    background-repeat: no-repeat
}

.mainBanner .row {
    padding: 3rem 0 5.5rem
}

.mainBanner p {
    color: #92cfff;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
    letter-spacing: .5px
}

.mainBanner ul {
    position: relative;
    padding: 40px 0 25px;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
    align-items: center
}

.mainBanner li {
    color: #fff;
    float: left;
    width: calc(100% / 4);
    font-size: 16px;
    letter-spacing: 1px
}

.mainBanner li img {
    width: 60px;
    height: 60px
}

.labelContent {
    padding: 15px 0;
    font-family: "Lato";
    font-weight: 600;
    font-size: 17px;
    line-height: 22px
}

.GradientOn:hover::after,
.GradientOnSmall:hover::after {
    width: 0
}

.GradientOnSmall {
    padding: 10px 40px;
    width: auto
}

.GradientOnSmall:hover {


    .GradientOff:hover::after {
        width: 100%
    }

    .services {
        padding: 50px 0 0;
        display: inline-flex
    }

    .servicesContent p {
        font-size: 18px;
        line-height: 38px;
        color: #666
    }

    .servicesContent .ButtonGradient {
        margin-top: 35px
    }

    .PlanBox {
        width: 49%;
        float: left;
        background: #fff;
        padding: 20px 35px;
        border-radius: 6px;
        box-shadow: 0 0 5px 5px #ececec;
        position: relative;
        height: 795px
    }

    .PlanBox:first-child {
        margin-right: 2%
    }

    .PlanBox:first-child::after {
        content: "";
        position: absolute;
        display: block;
        background: url(/assets/images/Waves-1.svg);
        width: 100%;
        height: 200px;
        background-size: 100%;
        background-position: bottom;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat
    }

    .PlanBox:last-child::after {
        content: "";
        position: absolute;
        display: block;
        background: url(/assets/images/Waves-2.svg);
        width: 100%;
        height: 200px;
        background-size: 100%;
        background-position: bottom;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat
    }

    .PlanBox ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .PlanBox li {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 15px;
        position: relative;
        padding-left: 25px;
        letter-spacing: .5px
    }

    .PlanBox li::before {
        content: "";
        position: absolute;
        display: block;
        background: url(/assets/images/Checkbox-1.svg);
        width: 16px;
        height: 16px;
        left: 0;
        top: 5px
    }

    .price {
        font-family: 'Lato';
        font-size: 15px;
        color: #202020;
        padding: 30px 0;
        text-align: center
    }

    .price small {
        font-family: 'Lato';
        color: #999;
        font-size: 16px
    }

    .price span {
        font-size: 65px;
        line-height: 65px;
        font-family: 'Lato';
        font-weight: 600;
        position: relative
    }

    .PlanBox .GradientOff {
        color: #0d84b2 !important;
        width: 100%;
        font-size: 15px;
        padding: 10px 0
    }

    .PlanBox .GradientOff:hover {
        color: #fff !important
    }

    .services-logo {
        margin: 70px 0
    }

    .services-logoIn {
        display: inline-flex;
        padding: 30px 20px;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 4px
    }

    .services-logo-content {
        padding: 0
    }

    .services-logo-content ul {
        width: 100%;
        padding: 0 15px;
        list-style: none;
        margin: 0
    }

    .services-logo-content li {
        width: calc(100% / 6);
        color: #707072;
        font-size: 17px;
        position: relative;
        display: inline-flex;
        text-align: center;
        float: left
    }

    .services-logo-content li img {
        margin-right: 10px;
        width: 27px
    }

    /*.services-logo-content li:after {
        content: '';
        position: absolute;
        display: block;
        background: #999;
        width: 2px;
        height: 12px;
        right: 15%;
        top: 50%;
        transform: translateY(-50%)!important
    }*/

    .services-logo-content li:last-child:after {
        display: none
    }

    .services-logo-content li object {
        padding-right: 10px
    }

    .services-logo-title {
        font-size: 19px;
        font-family: 'Lato';
        font-weight: 500;
        color: #707072;
        padding: 0
    }

    .difference {
        background: #fff;
        padding: 80px 0
    }

    .title {
        text-align: center
    }

    .title p {
        color: #666;
        font-size: 23px;
        letter-spacing: 1px
    }

    .differenceBox {
        padding: 0
    }

    .DiffBox {
        display: inline-flex;
        float: left;
        padding: 85px 35px 0
    }

    .DiffImg {
        width: 70px
    }

    .DiffContent {
        padding-left: 20px
    }

    .DiffContent p {
        font-size: 17px
    }

    .occaecat {
        padding: 70px 0
    }

    .AllHomePackages {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 16px;
        padding: 40px 95px 0;
        display: inline-flex
    }

    .PriceBoxPricing h5 {
        font-size: 20px;
        color: #000;
        font-family: 'Lato';
        font-weight: 600;
        font-weight: 400;
        margin-bottom: 0
    }

    .PriceBoxPricing h6 {
        color: #999;
        font-size: 16px;
        line-height: 50px;
        text-transform: initial;
        margin-bottom: 0;
        position: relative;
    }

    .PriceBoxPricing h6 span.save20 {
        top: 38%;
        left: 0;
        position: absolute;
    }

    .PriceBoxPricing h6 span.save20::after {
        top: 2px;
        transform: rotate(-20deg);
        right: -30px;
    }

    .PriceBoxPricing span.price {
        font-size: 35px;
        font-family: 'Lato';
        font-weight: 600
    }

    .PriceBoxPricing span.vat {
        font-family: 'Lato';
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 13px;
        color: grey
    }

    .PriceBoxPricing p {
        margin-top: 15px !important
    }

    .PriceBoxBenfits ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .PriceBoxBenfits li {
        list-style: none;
        color: #666;
        position: relative;
        padding-left: 25px;
        margin: 10px 0
    }

    .PriceBoxBenfits li::before {
        content: "";
        position: absolute;
        display: block;
        background: url(/assets/images/Checkbox-2.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        left: 0;
        top: 5px
    }

    ul.makeboldpar strong {
        font-family: 'Lato';
        font-weight: 700;
        color: #000
    }

    .PriceBox {
        width: calc(100% / 3);
        margin: 0 10px;
        position: relative;
        z-index: 0
    }

    .PriceBoxPricing {
        height: 295px;
        padding: 30px;
        border-bottom: 1px solid #e1e1e1
    }

    .PriceBoxContent {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 5px
    }

    .PriceBoxBenfits {
        height: 320px;
        padding: 20px 30px
    }

    .popular_heading {
        background-image: linear-gradient(to right, #099fde, #00b3e0, #00c4d9, #00d4ca, #5ee1b7);
        width: 100%;
        padding: 10px 30px;
        height: 50px;
        color: #fff;
        border-radius: 4px 4px 0 0;
        position: absolute;
        top: -45px;
        z-index: -1;
    }

    .PriceBox:nth-child(2) .PriceBoxContent {
        border: 1px solid #00c6d8
    }

    .PriceBox:nth-child(2) .PriceBoxPricing {
        border-bottom: 1px solid #00c6d8
    }

    .PriceBox .GradientOff {
        margin-top: 15px;
        width: 100%;
        color: #1badd5 !important;
        font-size: 19px;
        border: 2px solid #1badd5 !important
    }

    .PriceBox .GradientOff:hover {
        color: #fff !important
    }

    .PriceBox .GradientOn {
        margin-top: 15px;
        width: 100%;
        font-size: 19px;
        padding: 14px 20px
    }

    .PriceBox .GradientOn:hover {
        color: #1badd5 !important
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 48px
    }

    .switch::before {
        content: 'Månedlig';
        position: absolute;
        left: -65%;
        transform: translateX(-50%);
        top: 10px;
        font-size: 18px;
        font-family: 'Lato';
        font-weight: 500;
        color: #000
    }

    .switch::after {
        content: 'Årlig';
        position: absolute;
        right: -60%;
        transform: translateX(50%);
        top: 10px;
        font-size: 18px;
        font-family: 'Lato';
        font-weight: 500;
        color: #000
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

    .slider1 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #52dfbb;
        -webkit-transition: .4s;
        transition: .4s
    }

    input:checked + .slider1.round:before {
        left: 20px
    }

    .slider1:before {
        position: absolute;
        content: "";
        height: 38px;
        width: 38px;
        left: 6px;
        bottom: 5px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

    input:checked + .slider1 {
        background-color: #26b5d0
    }

    input:focus + .slider1 {
        box-shadow: 0 0 1px #26b5d0
    }

    input:checked + .slider1:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px)
    }

    .slider1.round {
        border-radius: 34px
    }

    .slider1.round:before {
        border-radius: 50%
    }

    span.price.price-annually {
        display: none
    }

    .MonthYear {
        text-align: center;
        font-weight: 500;
        color: #000;
        padding: 40px 0
    }

    .customers {
        background: #fff;
        padding: 70px 0 80px
    }

    .testimonials {
        padding-top: 55px
    }

    .testiBox {
        float: left
    }

    .testiBox:nth-child(2n) {
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }

    .testiBox:nth-child(2n) .testiContent {
        order: 2
    }

    .testiBox:nth-child(2n) .testiClient {
        padding: 0 20px 40px
    }

    .testiContent {
        padding: 25px;
        background: #f3f5f8;
        border-radius: 15px;
        position: relative
    }

    .testiContent::after {
        content: '';
        position: absolute;
        display: block;
        background: url(/assets/images/arrow-d.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 30px;
        height: 25px;
        bottom: -24px;
        left: 40px
    }

    .testiBox:nth-child(2n) .testiContent::after {
        content: '';
        position: absolute;
        display: block;
        background: url(/assets/images/arrow-u.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 30px;
        height: 25px;
        top: -22px;
        left: 40px
    }

    .testiContent p {
        font-size: 15px;
        font-family: 'Lato';
        font-weight: 400;
        color: #666;
        line-height: 18px
    }

    .testiClient {
        display: inline-flex;
        align-items: center;
        padding: 40px 20px 0;
        width: 100%
    }

    .clientImg object {
        border-radius: 50%
    }

    .clientInfo {
        padding-left: 20px
    }

    .clientInfo h6 {
        font-size: 16px;
        line-height: 20px;
        text-transform: capitalize;
        font-family: 'Lato';
        font-weight: 700;
        color: #000;
        margin: 0
    }

    .clientInfo p {
        font-size: 14px;
        font-family: 'Lato';
        font-weight: 400
    }

    .clientInfo a {
        font-size: 14px;
        font-family: 'Lato';
        font-weight: 400;
        color: #1682e4 !important
    }

    .contact-options {
        padding: 50px 0 55px;
        background: #058cd9;
        text-align: center
    }

    .contact-options h3 {
        color: #fff;
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .contContent {
        float: left
    }

    .contactInfo {
        background: #fff;
        padding: 25px 30px;
        float: left;
        width: 100%;
        border-radius: 5px;
        text-align: left;
        font-family: 'Lato';
        height: 192px
    }

    .contactInfo p {
        color: #000;
        font-weight: 600;
        padding: 15px 0
    }

    .contactInfo p span.NotBold {
        display: block;
        font-weight: 500
    }

    .contactInfo a {
        font-size: 14px;
        border: 1px solid #e1e1e1;
        color: #000;
        padding: 5px 15px;
        border-radius: 2px
    }


    .red_highlight {
        top: -120px
    }

    .ScrollHeader {
        background: url(/assets/images/Banner-BG.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 60px;
        background-position: top;
        padding: 10px 0;
        top: 0;
        position: fixed
    }

    .innerTitle {
        text-align: center
    }

    .legal nav {
        padding: 60px 50px 40px
    }

    .legal nav a.nav-item {
        color: #90b7f5;
        font-size: 16px;
        font-family: 'Lato'
    }

    .legal nav a.nav-item:hover {
        color: #fff;
        border-bottom: 1px solid
    }

    .legal nav a.nav-item:focus {
        outline: 0
    }

    .slick-slide.slick-current a {
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        transform: translate3d(0, 0, 0) !important;
    }

    .legal .tab-content {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px 5px rgba(86, 86, 86, .18823529411764706);
        padding: 65px 70px 90px !important
    }

    .legal .tab-pane h3 {
        font-size: 30px;
        font-family: 'Lato';
        color: #262626;
        margin-bottom: 25px;
        font-weight: 600;
        margin-top: 25px
    }

    .legal .tab-pane h6 {
        color: #000;
        font-family: 'Lato';
        font-size: 17px;
        text-transform: capitalize
    }

    .legal .tab-pane p, .legal .tab-pane a {
        color: #666 !important;
        font-family: 'Lato';
        font-size: 17px;
        text-decoration: none !important;
    }

    .legal .tab-pane ul {
        padding: 0
    }

    .legal .tab-pane li {
        color: #666;
        font-family: 'Lato';
        font-size: 17px;
        list-style: none;
        position: relative;
        padding-left: 30px
    }

    .legal .tab-pane li::before {
        content: "\2022";
        color: #058cd9;
        font-weight: 700;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px
    }

    .legal .tab-pane li ul li::before {
        content: "\2218";
        color: #058cd9;
        font-weight: 700;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 20px
    }

    .legal .tab-pane a strong {
        color: #058cd9
    }

    .legal .tab-pane strong {
        color: #000
    }

    .legal .tab-pane a {
        color: #058cd9
    }

    .legalPage::before {
        content: "";
        position: absolute;
        display: block;
        background: url(/assets/images/Banner-BG.svg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
        top: 0;
        left: 0
    }

    .legalPage h2 {
        color: #fff
    }

    .collapseMob {
        display: none
    }

    .collapse:not(.show) {
        display: block
    }

    .panel-heading {
        display: none
    }

    .panel {
        border: none;
        box-shadow: none
    }

    .panel-collapse {
        height: auto
    }

    .panel-collapse.collapse {
        display: block
    }

    .mainBanner .icon {
        width: 50px;
        height: 50px
    }

    .services-logo-content .icon {
        margin-right: 10px;
        width: 27px;
        height: 27px
    }

    .DiffImg .icon {
        width: 50px;
        height: 50px
    }

    .contactInfo .icon {
        width: 50px;
        height: 50px
    }

    .logged-in header {
        top: 32px
    }

    i.fa.fa-angle-down {
        font-size: 30px
    }

    .contact {
        background: #051b2c;
        border-radius: 10px;
        padding: 40px 25px;
        max-width: 88% !important;
        margin: 35px auto 0;
        display: inline-flex;
        align-items: center;
        overflow: hidden
    }

    .contact .form-row {
        padding-bottom: 30px !important
    }

    .contact .form-row:last-child {
        padding: 0 !important
    }

    .contact .form-row .col {
        margin-right: 15px
    }

    .contact form label {
        color: #f7f9fc;
        font-size: 14px;
        font-family: 'Lato'
    }

    .contact form input {
        height: 40px;
        border-radius: 4px;
        background: #f7f9fc
    }

    .contact form textarea {
        height: 125px;
        border-radius: 4px;
        background: #f7f9fc
    }

    .contactDetails {
        max-width: 92% !important;
        margin: 60px auto 0;
        display: inline-flex
    }

    .contactDetails p {
        font-size: 18px;
        margin-top: 15px !important
    }

    .contImg {
        width: 100%;
        padding: 0;
        right: -35px
    }

    .legalContent::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 450px;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: -1
    }

    .contact a.GradientOnSmall {
        padding: 0
    }

    .contact a.GradientOnSmall input {
        background: 0 0;
        border: #ffdead;
        font-size: 18px;
        color: #fff !important;
        padding: 10px 40px;
        width: auto !important;
        height: auto
    }

    div.wpcf7 .ajax-loader {
        display: none
    }

    .blogpage .row {
        padding: 0 100px;
        text-align: left
    }

    .InnerTitle {
        padding-top: 190px;
        padding-bottom: 90px;
        text-align: center
    }

    .blogpage .title h3 {
        text-align: left;
        margin-bottom: 20px
    }

    .leftBlog {
        float: left;
        max-width: 69%
    }

    .BlogContent {
        padding: 90px 0 140px;
        position: relative;
        z-index: 0;
        background: #fff
    }

    .BlogInfo {
        background: #fff;
        padding: 0;
        max-width: 45%;
        margin: 2%;
        box-shadow: 0 0 5px 5px rgba(230, 230, 230, .6705882352941176);
        border-radius: 5px;
        overflow: hidden
    }

    .BlogInfo img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .Frontcontent {
        padding: 30px
    }

    .Frontcontent h5 {
        font-size: 17px;
        line-height: 22px;
        color: #262626;
        font-family: 'Lato'
    }

    .meta {
        padding: 20px 0 5px
    }

    a.category {
        color: #0c82ff;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        font-family: 'Lato';
        border: none;
        padding: 0;
        position: relative;
        margin-right: 10px
    }

    a.category::after {
        content: ".";
        position: absolute;
        display: block;
        font-size: 22px;
        color: #ccc;
        right: -10px;
        top: -4px
    }

    a.date {
        color: #262626;
        font-size: 13px;
        line-height: 16px;
        font-family: 'Lato'
    }

    .rightSidebar {
        float: right;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(230, 230, 230, .6705882352941176);
        border-radius: 5px;
        padding: 45px 40px;
        font-family: 'Lato';
        max-width: 28%
    }

    .rightSidebar h6 {
        color: #262626;
        font-size: 17px
    }

    .rightSidebar a {
        color: #262626
    }

    a.sidePost {
        font-size: 15px;
        line-height: 20px
    }

    .category,
    .recent-post {
        border-bottom: 1px solid #ccc
    }

    .category {
        padding-top: 25px
    }

    .category:last-child {
        border-bottom: none
    }

    .recent-post ul {
        padding: 0 !important;
        list-style: none
    }

    a.sideDate {
        color: #707070;
        font-size: 13px;
        line-height: 20px;
        display: block
    }

    .rightSidebar ul {
        padding-left: 20px;
        display: inline-block
    }

    .rightSidebar li {
        padding: 6px 0
    }

    .searchBar {
        margin-bottom: -50px;
        z-index: 1;
        position: relative
    }

    .searchBar form {
        margin: 0 auto;
        width: 65%;
        position: relative
    }

    .searchBar input {
        padding: 10px 30px;
        font-size: 18px;
        border: none;
        width: 100%;
        height: 100px;
        color: #555454;
        box-shadow: 0 0 15px 5px rgba(230, 230, 230, .6705882352941176);
        border-radius: 5px
    }

    .searchBar button {
        margin-right: 16px;
        background: #fff;
        font-size: 35px;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 0;
        color: #0759d3
    }

    .blogpage {
        padding: 70px 0 40px;
        background: #fff
    }

    .singleBlog p {
        font-size: 15px;
        padding-bottom: 30px
    }

    .singleBlog img {
        width: 100%;
        height: auto
    }

    .postShare {
        display: inline-flex;
        align-items: center
    }

    div#crestashareiconincontent {
        float: right
    }

    .postShare .cresta-share-icon .sbutton.crestaShadow a i {
        background: #0c82ff;
        border: none !important;
        color: #fff !important;
        font-size: 22px !important;
        line-height: 22px !important
    }

    .related-post {
        padding: 90px 0;
        background: #fff
    }

    .selectedBtn a {
        color: #0c82ff;
        border: 1px solid;
        padding: 10px 30px;
        border-radius: 4px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        float: right
    }

    .related-post .BlogInfo {
        max-width: 29.3%
    }

    .navigation.pagination h2.screen-reader-text {
        display: none
    }

    .nav-links {
        margin-top: 20px
    }

    .pagination {
        display: block;
        position: absolute;
        bottom: -60px
    }

    span.page-numbers.current {
        background: #0c82ff;
        color: #fff;
        width: 40px;
        height: 40px;
        display: block;
        font-size: 17px;
        float: left;
        text-align: center;
        line-height: 40px;
        border-radius: 50%
    }

    a.page-numbers {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
        font-size: 17px;
        color: #262626
    }

    a.next.page-numbers {
        background: #fff;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
        font-size: 17px;
        border-radius: 50%;
        color: #262626;
        box-shadow: 0 0 5px 5px #cccccc59
    }

    a.prev.page-numbers {
        background: #fff;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
        font-size: 17px;
        border-radius: 50%;
        color: #262626;
        box-shadow: 0 0 5px 5px #cccccc59
    }

    a.prev.page-numbers span.screen-reader-text {
        position: absolute;
        top: 22px;
        left: 10px
    }

    .page-template-pricing-page .wrapper {
        background: #fff !important
    }

    .pricingContent {
        margin-top: -120px;
        padding: 30px 0 90px
    }

    .pricingTitle {
        background: url(/assets/images/pricing.png);
        background-position: top;
        background-size: 100%;
        padding-top: 65px;
        background-repeat: no-repeat;
        text-align: center
    }

    .pricingTitle .row {
        padding: 6rem 0 6.5rem
    }

    .pricingTitle h2 {
        color: #fff
    }

    .pricingTitle p {
        color: #90b7f5
    }

    .PricingBox {
        text-align: center;
        float: left
    }

    .pricingSwitch .switch::after,
    .pricingSwitch .switch::before {
        color: #fff
    }

    .pricingSwitch .slider1 {
        background-color: #fff;
    }

    .pricingSwitch input:checked + .slider1 {
        background-color: #fff;
    }

    .pricingSwitch .slider1:before {
        background-color: #08a5df
    }

    .MainPricing {
        background: #f4f6f8;
        border-radius: 10px;
        padding: 40px 20px 35px;
        height: 450px
    }

    .MainPricing h5 {
        font-size: 26px;
        line-height: 30px;
        font-family: 'Lato';
        color: #262626
    }

    .UserBen p,
    .see-details a,
    span.startat {
        color: #9a9a9a;
        font-size: 13px;
        font-family: 'Lato'
    }

    .MainPricing h6 {
        font-size: 25px;
        line-height: 50px;
        color: #262626;
        text-transform: initial;
        font-family: 'Lato';
        position: relative;
        font-weight: 600;
    }

    .MainPricing h6 span {
        font-size: 40px
    }

    span.save20 {
        position: relative;
        display: block;
        font-size: 13px !important;
        line-height: 16px !important;
        color: #FF9800;
        font-family: 'Lato';
        transition: .1s ease-in;
    }

    span.save20::after {
        display: block;
        content: "";
        width: 18px;
        height: 30px;
        background: url(/assets/images/dashed.svg) no-repeat center center;
        position: absolute;
        right: 30px;
        top: 5px;
        transition: .1s ease-in;
    }

    .mainData {
        height: 240px
    }

    .mainData p {
        color: #383838;
        font-size: 15px
    }

    .PricingBen {
        padding: 15px 0
    }

    .PricingBen p {
        color: #262626
    }

    .startBtn a.GradientOn {
        padding: 3px 10px;
        width: 145px;
        margin-right: 0;
        text-transform: uppercase;
        font-size: 16px
    }

    .startBtn a.GradientOn:hover {
        color: #08a5df !important
    }

    .PricingBox:last-child .startBtn {
        padding: 35px 0
    }

    .popolar_plan .MainPricing {
        border: 3px solid #3edf82
    }

    .popolar_plan .startBtn a.GradientOn {
        border: 1px solid #3edf82
    }

    .popolar_plan .GradientOn::after {
        background: #3edf82
    }

    .mainData .popular_heading {
        position: absolute;
        color: #3edf82;
        font-family: 'Lato';
        text-transform: uppercase;
        z-index: 1;
        background-image: none;
        padding: 0;
        border-radius: 0;
        top: 15px;
        height: auto;
        left: 0;
    }

    .see-details {
        padding: 10px 0
    }

    .page-template-pricing-page .difference {
        background: #f7f9fc
    }

    .page-template-pricing-page .DiffBox {
        padding: 85px 35px 0
    }

    .page-template-pricing-page .DiffContent p {
        margin-top: 15px !important
    }

    .offers {
        display: inline-flex;
        max-width: 85%;
        margin: 80px auto 10px;
        background: #fff;
        padding: 35px 30px;
        box-shadow: 0 0 5px 5px rgba(230, 230, 230, .6705882352941176);
        border-radius: 1px;
        overflow: hidden;
        align-items: center
    }

    .offerContent h4 {
        font-size: 21px;
        margin: 0
    }

    .offerContent p {
        font-size: 19px;
        color: grey
    }

    .rotated {
        background: #33a3d7;
        color: #fff;
        transform: rotate(45deg);
        text-align: center;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 35%;
        top: -70px;
        padding: 15px 0;
        font-size: 18px
    }

    .campare {
        padding: 90px 0
    }

    .campare .innerTitle p {
        font-size: 26px;
        color: #666
    }

    .AccordianTable {
        padding-top: 70px
    }

    .campare table tbody tr:nth-of-type(odd) {
        background-color: #f8f8fb
    }

    .campare td:first-child {
        width: auto;
        text-align: left;
        font-size: 16px;
        color: #343a3f;
        font-weight: 500;
        position: relative;
        text-transform: initial
    }

    .campare td {
        width: 200px;
        text-align: center;
        color: #0c82ff;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase
    }

    .campare td .fa-times {
        color: #f20202
    }

    .view .MonthYear {
        padding: 0;
        text-align: none;
        position: relative;
        left: 55px;
        float: left
    }

    .view .switch {
        width: 50px;
        height: 26px;
        margin-bottom: 0;
        margin-left: 20px
    }

    .view .switch::after,
    .view .switch::before {
        font-size: 16px;
        font-family: 'Lato';
        top: 0
    }

    .view .switch::before {
        left: -85%
    }

    .view .slider1:before {
        height: 22px;
        width: 22px;
        bottom: 2px;
        left: 3px
    }

    .view input:checked + .slider1:before {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }

    tr.view td h6 {
        margin: 0
    }

    tr.view td span,
    tr.view td:last-child {
        color: #9a9a9a !important;
        font-size: 16px;
        font-family: 'Lato';
        text-transform: initial;
        font-weight: 400
    }

    .tooltip {
        position: relative;
        display: inline-block;
        opacity: 1;
        background: 0 0 !important
    }

    .tooltip .fa {
        color: #cbd3db;
        margin-left: 8px
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: #fff;
        color: #9f9fa0;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: -50%;
        border: 1px solid #f4f6f8;
        font-size: 15px
    }

    .tooltip:hover .tooltiptext {
        visibility: visible
    }

    .supportCases {
        background: #f7f9fc;
        padding: 80px 0
    }

    .supportMain {
        display: inline-flex;
        align-items: center;
        text-align: left
    }

    .supportMain img {
        width: 100%
    }

    .supportMain p {
        font-size: 22px
    }

    .SupportService {
        padding-top: 60px;
        padding-bottom: 45px
    }

    .SupportService ul {
        padding: 0;
        list-style: none
    }

    .SupportService li {
        width: calc(100% / 4);
        float: left;
        font-size: 18px;
        color: #0c82ff;
        font-family: 'Lato';
        padding: 20px
    }

    .SupportService .icon {
        margin-right: 10px;
        width: 27px;
        height: 27px
    }

    .Noissues {
        padding: 60px 50px;
        background: #fff;
        box-shadow: 0 0 5px 5px #00000005
    }

    .Noissues h4 {
        font-size: 21px;
        color: #262626;
        margin-bottom: 20px
    }

    .Noissues p {
        font-size: 17px;
        color: grey
    }

    .NoissuesIn {
        float: left;
        margin-top: 10px;
        padding: 0
    }

    .faq {
        padding: 100px 0
    }

    .faq .innerTitle {
        margin-bottom: 50px
    }

    .faq .innerTitle p {
        font-size: 22px
    }

    .faq .innerTitle p a {
        color: #666
    }

    .faqShowcase {
        margin: 10px 0
    }

    .question {
        position: relative;
        background: #fff;
        margin: 0;
        padding: 20px 25px;
        display: block;
        width: 100%;
        cursor: pointer;
        box-shadow: 0 0 5px 5px #cacaca2e;
        font-size: 17px;
        color: #1a1a1a;
        transition: all 0.5s ease;
    }

    .question::after {
        content: "\f107";
        position: absolute;
        display: block;
        font-family: FontAwesome;
        font-size: 28px;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #6f8793;
        transition: all 0.5s ease;
    }

    label.question img {
        padding-right: 10px;
        width: 45px
    }

    .answers {
        font-weight: 300;
        background: #f8f8fb;
        padding: 0 15px;
        margin: 0 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        position: relative;
        opacity: 0;
        -webkit-transition: .7s ease;
        -moz-transition: .7s ease;
        -o-transition: .7s ease;
        transition: .7s ease
    }

    .answers p {
        font-size: 15px;
        color: #656565
    }

    .questions:checked ~ .answers {
        height: auto;
        opacity: 1;
        padding: 15px 25px;
        z-index: 1
    }

    .plus {
        color: #000;
        position: absolute;
        z-index: 5;
        font-size: 2em;
        line-height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        right: 40px
    }

    .questions:checked ~ .question::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 25%
    }

    .questions {
        display: none
    }

    .inner_content {
        padding-top: 190px
    }

    div.wpcf7-response-output {
        color: #fff
    }

    .pricing-tables span.savebtn {
        color: #FF5722;
    }

    .pricing-tables span.savebtn::after {
        display: block;
        content: "";
        width: 80px;
        height: 35px;
        background: url(/assets/images/arrow.svg) no-repeat center center;
        position: absolute;
        right: 25px;
        top: 20px;
        transition: .1s ease-in;
    }

    span.savebtn {
        font-size: 15px;
        position: absolute;
        top: 5px;
        margin-left: 75px;
        color: #caf9ff;
    }

    span.savebtn::after {
        display: block;
        content: "";
        width: 80px;
        height: 35px;
        background: url(/assets/images/arrow1.svg) no-repeat center center;
        position: absolute;
        right: 25px;
        top: 20px;
        transition: .1s ease-in;
    }


    .signIn,
    span.support {
        display: none
    }

    .Mobilelogo {
        width: 50%;
        float: left;
        z-index: 3
    }

    .menu-open .Mobilelogo {
        z-index: 1;
    }

    .MobileMenu {
        padding: 0;
        z-index: 0
    }

    .hamburger {
        display: block;
        z-index: 2
    }

    .hamburger .toggle-buton {
        width: 35px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        border-radius: 5px
    }

    .hamburger .toggle-buton:before {
        content: "";
        width: 100%;
        height: 5px;
        background-color: #fff;
        position: absolute;
        top: -10px;
        right: 0;
        transition: all .5s;
        border-radius: 5px
    }

    .hamburger .toggle-buton:after {
        content: "";
        width: 100%;
        height: 5px;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        right: 0;
        transition: all .5s;
        border-radius: 5px
    }

    .hamburger.active .toggle-buton:before {
        transform: rotate(45deg);
        top: 13px;
        background: #52d9bc
    }

    .hamburger.active .toggle-buton:after {
        transform: rotate(135deg);
        background: #52d9bc
    }

    .header_nav.active {
        right: 0;
        z-index: 0
    }

    .hamburger.active .toggle-buton {
        background-color: transparent
    }

    .header_nav ul {
        margin: 30px 0 0;
        padding: 0;
        list-style-type: none
    }

    .header_nav ul li {
        display: block;
        float: none;
        padding: 10px 25px
    }

    .header_nav {
        position: fixed;
        background: #fff;
        width: 250px;
        right: -100%;
        top: 0;
        z-index: 1;
        padding: 70px 15px;
        transition: all .5s;
        height: 100vh
    }

    .header_nav.active a {
        color: #262626;
        font-size: 22px;
        z-index: 1
    }

    .header_nav.active a:hover {
        color: #52d9bc
    }

    .header_nav.active li.current-menu-item > a {
        color: #000
    }

    .header_nav.active .signIn {
        display: block;
        position: relative;
        float: none;
        padding: 10px 25px
    }

    .header_nav.active .signIn a {
        color: #0ba3df !important
    }

    .body-overlay {
        background: rgba(0, 0, 0, .55);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all .5s
    }

    .menu-open .body-overlay {
        z-index: 1;
        opacity: 1;
        visibility: visible
    }

    .mainHead {
        display: inline-block
    }

    h1 {
        font-size: 35px;
        line-height: 50px;
        color: #fff
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    .mainBanner {
        background-size: cover
    }

    .mainBanner .row {
        padding: 1rem 0 4.5rem
    }

    .BannerImg {
        display: none
    }

    .labelContent {
        font-size: 10px;
        line-height: 15px
    }

    .GradientOff,
    .GradientOn {
        width: 100%;
        margin: 10px 0
    }

    .services {
        flex-direction: column
    }

    .servicesContent p {
        line-height: 30px
    }

    .services-logo-content li:after {
        display: none
    }

    .PlanBox {
        width: 100%;
        margin-top: 40px
    }

    .PlanBox:first-child {
        margin-right: 0
    }

    .services-logo-content ul,
    .services-logoIn,
    .testiClient {
        flex-direction: column
    }

    .services-logo-content li {
        width: 100%;
        padding: 10px 0
    }

    .testiBox:nth-child(2n) .testiClient {
        order: 2;
        padding: 40px 20px 0
    }

    .testiBox:nth-child(2n) .testiContent::after {
        background: url(/assets/images/arrow-d.png);
        bottom: -22px;
        background-repeat: no-repeat;
        top: auto
    }

    .testiBox:first-child,
    .testiBox:nth-child(2n) {
        margin-bottom: 30px
    }

    .contContent {
        margin: 10px 0
    }

    footer {
        padding: 0 15px
    }

    .footerTitle .GradientOnSmall,
    .footerWidget_5 {
        width: 100%
    }

    .footerWidget_1,
    .footerWidget_2,
    .footerWidget_3, .footerWidget_4 {
        width: 50%;
        margin: 0
    }

    .AllHomePackages {
        padding: 0 0 0;
        flex-direction: column
    }

    .PriceBox {
        width: 100%;
        margin: 10px 0
    }

    .PriceBoxBenfits,
    .PriceBoxPricing {
        height: auto
    }

    .collapseMob {
        width: 100%;
        text-align: center;
        font-size: 16px;
        text-transform: capitalize;
        color: #000;
        display: block
    }

    .collapse:not(.show) {
        display: none
    }

    .PriceBox:nth-child(2) {
        padding-top: 45px
    }

    .PriceBox:nth-child(2)::before {
        top: 5px
    }

    .popular_heading {
        top: 0;
    }

    .SocialMedia ul {
        width: 82%
    }

    .legal .tab-content {
        padding: 40px 20px !important;
        margin-top: 40px
    }

    .PriceBox:nth-child(2) .GradientOff {
        top: 45px
    }

    .MobileMenu {
        position: relative;
        z-index: 2
    }

    .MobileMenu .phone {
        line-height: 45px;
        color: #fff;
        display: inline-block
    }

    .menu-open {
        overflow: hidden !important
    }

    .leftBlog,
    .rightSidebar {
        max-width: 100%
    }

    .AccordianTable {
        overflow: scroll
    }

    .fold-content td:first-child {
        width: 350px
    }

    .FoldHeading th:first-child {
        display: block;
        width: 350px;
        z-index: -1
    }

    .pricingTitle {
        background-size: cover
    }

    .supportMain {
        flex-direction: column
    }

    .supportMain img {
        margin-bottom: 30px
    }

    .SupportService {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .SupportService li {
        width: 100%
    }

    label.question img {
        padding-right: 5px;
        width: 30px
    }

    .related-post {
        padding: 50px 0
    }

    .table-responsive {
        overflow: scroll;
    }
}

@media screen and (max-width: 575px) {
    .servicesPlans {
        padding: 0 5%
    }

    .PlanBox {
        height: 900px
    }

    .PlanBox h4 {
        font-size: 20px
    }

    .haveQue p a {
        display: block
    }

    a.logo img {
        width: 140px
    }

    .header {
        padding: 0
    }

    .ScrollHeader {
        padding: 0
    }

    .PriceBox .GradientOff {
        position: absolute;
        top: 0;
        right: 20px;
        width: 30%;
        font-size: 15px;
        padding: 5px
    }

    .ScrollHeader .mainHead {
        padding: 8px 0
    }

    .mainHead {
        padding: 30px 0
    }

    .contact,
    .contactDetails {
        flex-direction: column
    }

    .form-row {
        display: inline-block
    }

    .contact {
        padding: 20px 15px 40px
    }

    .contact .form-row .col {
        margin-right: 60px;
        padding: 20px 0 0
    }

    .contact .form-row {
        padding-bottom: 0 !important
    }

    .contForm {
        z-index: 1
    }

    .contImg {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .contImg img {
        width: 100%;
        float: right;
        opacity: .2
    }

    .legal nav {
        padding: 60px 0 40px
    }

    .legal nav a.nav-item {
        font-size: 14px;
        padding: 5px 10px
    }

    .legal .tab-content {
        padding: 20px 20px !important;
        margin-top: 20px
    }

    .BlogInfo {
        max-width: 100%;
        margin-bottom: 30px
    }

    .rightSidebar {
        margin-top: 30px
    }

    .blogpage .row {
        padding: 0
    }

    .row.relatedHead {
        text-align: center
    }

    .selectedBtn a {
        float: none
    }

    .row.relatedHead h3 {
        font-size: 25px
    }

    .related-post .BlogInfo {
        max-width: 100%;
        margin: 20px
    }

    .MainPricing {
        height: auto
    }

    .offers {
        flex-direction: column
    }

    .offerShow {
        position: absolute
    }

    .rotated {
        left: 32%;
        top: 0
    }

    .offerImg {
        padding-bottom: 20px
    }

    .page-template-pricing-page .DiffBox {
        padding: 50px 35px 0
    }

    .campare .innerTitle p,
    .faq .innerTitle p {
        font-size: 18px
    }

    .question::after {
        right: 10px
    }

    .contact-options h3 {
        font-size: 24px
    }

    .relatedHead h3,
    .selectedBtn {
        padding-bottom: 20px
    }

    span.savebtn {
        margin-left: 55px;
    }

    .PriceBoxPricing span.price {
        font-size: 25px;
    }

    span.savebtn::after, .pricing-tables span.savebtn::after {
        right: 18px;
    }

    .pricingSwitch span.savebtn {
        margin-left: 50px;
    }

    .footerWidget_4 .blogImg {
        width: 100%;
        margin-right: 3%;
    }

    .sync2 .owl-stage {
        width: inherit;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .PlanBox {
        height: 900px
    }

    .footerWidget_4,
    .footerWidget_5 {
        width: 50%;
        margin: 0
    }

    .signIn .GradientOff {
        margin-right: 0
    }

    .contact {
        flex-direction: column;
        padding: 40px 0
    }

    .contForm {
        padding: 0
    }

    .contImg {
        display: none
    }

    .contact .form-row .col {
        margin-right: 0
    }

    .MainPricing {
        height: 510px !important
    }

    .page-template-pricing-page .DiffBox {
        padding: 30px;
        max-width: 100%
    }

    .offerImg img {
        width: 100%
    }

    .rotated {
        left: 15%;
        height: 30px;
        padding: 5px 0;
        font-size: 13px
    }

    .PricingData {
        padding: 0
    }

}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .MobileMenu {
        position: relative;
        float: right
    }

    .Mobilelogo {
        width: auto
    }

    .BannerImg,
    .BannerTxt {
        max-width: 100%;
        flex: 100%
    }

    .mainBanner li {
        width: calc(100% / 4);
        text-align: left
    }

    .GradientOff,
    .GradientOn {
        width: 230px;
        margin-right: 20px
    }

    .services {
        flex-direction: column;
        display: inline-block
    }

    .contContent,
    .services-logo-content,
    .services-logo-title,
    .servicesContent,
    .servicesPlans,
    .testiBox {
        max-width: 100%
    }

    .PlanBox {
        width: 49%
    }

    .PlanBox:first-child {
        margin-right: 2%
    }

    .services-logo-content li {
        width: calc(100% / 2);
        font-size: 20px
    }

    .DiffBox {
        padding: 40px 20px;
        max-width: 50%
    }

    .contactInfo {
        padding: 10px 10px
    }

    .footerWidget_1,
    .footerWidget_2,
    .footerWidget_3 {
        width: 33.33%;
        margin: 0
    }

    .footerWidget_4,
    .footerWidget_5 {
        width: 50%;
        margin: 0
    }

    .SocialMedia ul {
        width: 44%
    }

    .PriceBox .GradientOff {
        position: absolute;
        top: 0;
        right: 20px;
        width: 30%;
        padding: 10px;
        font-size: 18px
    }

    .BlogInfo img {
        height: 160px
    }

    .pagination {
        display: block;
        margin-bottom: 30px;
        margin-left: 15px
    }

    .blogpage .row {
        padding: 0
    }

    .PricingBox {
        text-align: center;
        max-width: 50%;
        width: 50%;
        flex: 0 0 50%
    }

    .MainPricing {
        height: 460px
    }

    .page-template-pricing-page .DiffBox {
        padding: 60px 15px 0
    }

    .offerImg {
        max-width: 25%;
        flex: 0 0 25%
    }

    .offerContent {
        flex: 0 0 75%;
        max-width: 75%
    }

    .offerShow {
        position: absolute;
        right: 0
    }

    .rotated {
        left: 15%;
        height: 35px;
        padding: 5px 0;
        top: -100px
    }

    .offerContent p {
        font-size: 17px
    }

    .campare .innerTitle p {
        font-size: 22px
    }

    .related-post .BlogInfo {
        max-width: 46%;
        flex: 0 0 46%
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .BannerImg {
        text-align: center
    }

    .BannerImg img {
        width: 65%;
        margin: 0 auto
    }

    .services-logo-content li {
        width: calc(100% / 3);
        padding: 10px 0
    }

    .DiffBox {
        width: 50%;
        padding: 85px 20px 0
    }

    .AllHomePackages {
        padding: 40px 95px 0
    }

    .menu-1 {
        width: 250px
    }

    .supportMain {
        flex-direction: inherit
    }

    .SupportService li {
        width: calc(100% / 2)
    }

    .question {
        padding: 20px 30px
    }

    .question::after {
        right: 15px;
        top: 15px
    }
}

/*   Panels
********************/

.panel {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.panel-closed .panel-body {
    display: none;
}

.panel-default > .panel-heading {
    background-color: #394264;
    border: 0;
    color: white;
}

.panel-heading {
    border-radius: 0;
    padding: 15px 20px;
}

.panel-heading .panel-title {
    font-weight: normal;
    color: white;
}

.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
}

.panel-body {
    border-radius: 0;
    padding: 15px 20px;
}


#order-page-heading {
    padding: 20px 20px 0;
}

#order-page-body {
    padding: 0px 20px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#order-page-padding-top {
    padding-top: 20px;
}

#order-page-no-padding-bottom {
    padding-bottom: 0;
}

#order-page-no-padding {
    padding: 0;
}


#order-page .label-radio {
    display: block;
    cursor: pointer;
}

#order-page .label-radio-vertical {
    margin-bottom: 0;
    padding: 10px 20px 10px 50px;
    border-bottom: 1px dashed #ddd;
}

#order-page .label-radio-vertical:last-child {
    border-bottom: 1px dashed #ddd;
}

#order-page .label-radio-horizontal {
    float: left;
    text-align: center;
    height: 120px;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

#order-page .label-radio-horizontal {
    border-left: 1px dashed #ddd;
}

#order-page .label-radio-horizontal .text-header {
    margin-bottom: 10px;
    font-size: 20px;
}

#order-page .label-radio-domain {
    width: 33.3%;
}

#order-page .label-radio-user,
#order-page .label-radio-domain-2 {
    width: 50%;
    height: 95px;
}

#order-page .label-radio.option:hover,
#order-page .label-radio.option.checked {
    background-color: #f5f5f5;
}


#order-page .label-radio-check.option.checked {
    position: relative; /* Enable positioning for the pseudo-element */
    padding-left: 50px; /* Ensure space for the image */
    list-style: none; /* Remove default list styling */
}

#order-page .label-radio-check.option.checked::before {
    content: "";
    display: inline-block; /* Display the image inline with the text */
    width: 30px; /* Set the width of the image */
    height: 30px; /* Set the height of the image */
    background: url('/assets/img/checkmark.png') no-repeat center;
    background-size: contain; /* Ensure the image scales properly */
    position: absolute; /* Position the image relative to the label */
    left: 10px; /* Position the image within the left padding */
    top: 50%; /* Vertically align the image with the text */
    transform: translateY(-50%); /* Adjust for vertical centering */
}


#order-page .payment-label.checked {
    background: #f5f5f5;
}

#order-page .label-radio-horizontal.checked {
    background: #f5f5f5;
}

#order-page .payment-label {
    clear: both;
    padding: 20px;
    height: 100px;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

#order-page .payment-label .image {
    width: 100px;
    float: left;
    height: 100%;
}

#order-page .payment-label .information {
    width: 100%;
    padding-left: 120px;
}

#order-page .payment-label .information .text-header {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

#order-page .domain-configuration .domain-label {
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
    display: block;
    cursor: pointer;
}

#order-page .domain-configuration {
    border-bottom: 1px dashed #ddd;
}

#order-page .domain-configuration {

}

#order-page .domain-configuration.has-product {
}

#order-page .domain-configuration.has-product .domain-label {
    background-color: #d4edda !important;
}

#order-page .domain-configuration label:hover,
#order-page .domain-configuration.open .domain-label {
    background-color: #f5f5f5;
}

#order-page .domain-configuration-box {
    padding: 20px;
    display: none;
}

.field-note {
    font-size: 14px;
    margin-top: 5px;
}

#order-page .order-summary {
    position: sticky;
    width: 100%; /* Ensures it retains the column's width */
    box-sizing: border-box; /* Ensures padding doesn't affect the width */
}

#order-page .table-exstra {
    margin-bottom: 0;
    margin-top: 10px;
}

#order-page .table-exstra td {
    border: 0;
    color: #856404;
    padding: 5px;
}

#order-page .table-exstra td button {
    color: #856404;
    background: transparent;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: -2px;
    border: 1px solid #856404;
}

#order-page .table-exstra td:nth-of-type(2) {
    width: 160px;
}

#order-page .table-exstra td:nth-of-type(3) {
    width: 130px;
}

#order-page .add-domain-for-product {
}

#order-page .add-domain-for-product span {
    color: inherit;
}

#order-page .table-domains td button {
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: -2px;
}

#result-table .buy-domain {
    padding: 2px 10px;
    border-radius: 5px;
    margin-top: -2px;
    float: right;
}

.choose-user-type .option {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 0px;
    padding: 10px;
    cursor: pointer;
}

.choose-user-type-triple .option {
    width: 33.3% !important;
}

.choose-user-type .option.active {
    border-color: #0182BA;
}

.d-none-soft {
    display: none;
}


/*   Boxes
********************/

.box {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

.box-white {
    background-color: white;
}

.box-heading {
    padding: 20px 20px 0;
    position: relative;
}

.box-heading-success {
    background-color: #d4edda;
}

.box-heading-success span {
    color: #155724;
}

.box-heading-error {
    background-color: #f8d7da;
}

.box-heading-error span {
    background-color: #721c24;
}

.box-spacy-padding-top .box-heading {
    padding-top: 40px;
}

.box-heading-collapse {
    position: absolute;
    top: 31px;
    right: 20px;
    font-size: 36px;
    color: #3A3A3A;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.box-closed .box-heading-collapse {
    transform: rotate(180deg);
}

.box-closed .box-collapse {
}

.box-body {
    padding: 20px;
}

.box-no-padding {
    padding: 0;
}

.box-no-padding-top {
    padding-top: 0;
}

.box-no-padding-bottom {
    padding-bottom: 0;
}

.box-padding-top {
    padding: 0;
    padding-top: 20px;
}

.box-heading-padding {
    padding: 40px 20px 30px;
}

.box-border-top {
    border-top: 1px solid #eee;
}

.box-border-bottom {
    border-bottom: 1px solid #eee;
}

.box-border-radius {
    border-radius: 10px;
}

.box-smooth-shadow {
    box-shadow: 0px 0px 100px #fff;
}

.box-round {
    border-radius: 100%;
}

.box-top-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50px, -35px);
    width: 100px;
    height: 70px;
    border-radius: 100%;
    background: white;
    color: black;
    padding: 5px;
    font-size: 40px;
}

.box-top-circle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50px, 0px);
    width: 100px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.box-top-circle:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-55px, 35px);
    width: 110px;
    height: 40px;
    background: white;
}

.box-top-circle i {
    z-index: 1000000;
    position: relative;
}

.box-top-circle img {
    width: 80%;
    z-index: 100;
    position: relative;
}

.triangle-right::before {
    content: " ";
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    right: -29px;
    transform: rotate(45deg) translate(-21px);
    top: 50%;
}

.triangle-left::before {
    content: " ";
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    left: 0px;
    transform: rotate(45deg) translate(-21px);
    top: 50%;
}