﻿.PricingContainer {
    overflow: visible;
    /* width: 80%;
    padding: 15px;*/
    font-size: 16px;
    margin: auto;
    font-family: 'Segoe UI';
}

    .PricingContainer h2 {
        font-size: 30px;
        font-family: 'Segoe UI';
    }

.picturefill-background {
    /*background-image: url(https://localhost/Ani.Web/Content/images/goat.jpg);
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
            */
    height: auto;
    box-sizing: border-box;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.picturefill-container {
    box-sizing: border-box;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: auto;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

    .picturefill-container h1 {
        font-size: 3.0625rem;
        line-height: 2.25rem;
        margin: auto;
    }

.SellingHighlights h3 {
    text-align: center;
}

.plans {
    padding-top: 5rem;
    margin: 0 auto;
    max-width: 1340px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-para {
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f1efee;
    border-bottom: none;
    flex-basis: 50%;
}

#Option1 {
    flex: 0 0 auto;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f1efee;
    border-bottom: none;
    flex-basis: 30%;
}

#Option2 {
    flex: 0 0 auto;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f1efee;
    border-bottom: none;
    flex-basis: 30%;
}

.title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-font-smoothing: auto
}

.ButtonEnquire {
    cursor: pointer;
    background: #3392e2;
    min-width: 40%;
    color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    border-color: white;
    border-style: solid;
    display: inline-block;
}

#Contact-Us:hover {
    background-color: white;
    color: #3392e2;
}

#learn-more {
    border-color: black;
    background-color: white;
    color: black
}

    #learn-more:hover {
        background-color: black;
        color: white;
    }

.faq {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #eee;
    border: 1px solid #f1efee;
}

.faq-expand {
    cursor: pointer;
    /*min-width: 960px;*/
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
}

    .faq-expand h2 {
        margin-bottom: 30px;
        margin-top: 20px;
        display: inline-block;
        width: auto;
        text-align: center;
    }

.faq-p-answers {
    display: none;
    margin-right: 15%;
}

.expand_btn {
    display: inline-block;
    float: right;
    margin-right: 14%;
    margin-top: 25px;
}

.expand_btn_exp::before {
    content: "";
    top: 25%;
    left: 0;
    border-top-width: 13px;
    border-top-style: solid;
    border-top-color: rgb(211, 211, 211);
    border-left-width: 13px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 13px;
    border-right-style: solid;
    border-right-color: transparent;
}

.expand_btn_exp::after {
    content: "";
    top: 25%;
    left: 0;
    border-top-width: 13px;
    border-top-style: solid;
    border-top-color: rgb(211, 211, 211);
    border-left-width: 13px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 13px;
    border-right-style: solid;
    border-right-color: transparent;
}

.answerContains {
    cursor: pointer;
}

i {
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
}

.answers h3 {
    padding-right: 15%;
    padding-bottom: 10px;
    border-bottom: 2px solid #EEE;
}

.answers ul {
    list-style: none;
    padding-left: 40px;
    padding-right: 40px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-holder {
    width: 1px;
    height: 1px;
    display: inline;
    float: right;
    margin-right: 10%;
    margin-left: 5%;
}

.upSmall {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.downSmall {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.specific-question {
    display: inline;
}

#success {
    background-color: #9FD356
}

#failed {
    background-color: #D9534F
}

.dataOptions {
    width: 100%;
    background-color: #EEE;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.DataOps {
    width: 50%;
    height: 100%;
    background-color: #5EB7EE;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    flex-basis: 30%;
    border: 1px solid #f1efee;
    min-height: 120px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.DataOptionsHolder {
    width: 100%;
    height: 40px;
    background-color: #3088C1;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.dataDetails {
    width: 100%;
    min-height: 100px;
    background-color: white;
    font-size: 15px;
    text-align: center;
    font-weight: initial;
    color: black;
}

.Features {
    width: 50%;
    height: 100%;
    background-color: #5EB7EE;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    flex-basis: 30%;
    border: 1px solid #f1efee;
    min-height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    margin-bottom: 10px;
}

.Price_Options {
    height: 95%;
    width: 100%;
    background-color: black;
}

.select_bar {
    height: 5%;
    width: 100%;
    background-color: blue;
}

.col-sm-6 {
    min-height: unset;
    padding: 0px;
}

.question-Group {
    background-color: #000;
    color: white;
}

.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

    .opened .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }

    .opened .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }

.circle-plus {
}

    .circle-plus .circle {
        top: -2px;
        position: relative;
        /*width: 2.55em;
        height: 2.5em;
        border-radius: 100%;
        border: solid .5em #DFDAD7;*/
    }

        .circle-plus .circle .horizontal {
            position: absolute;
            background-color: black;
            width: 15px;
            height: 5px;
            margin-left: -5px;
            margin-top: 5px;
        }

        .circle-plus .circle .vertical {
            position: absolute;
            background-color: black;
            width: 5px;
            height: 15px;
            left: 20%;
        }

#plus_big .horizontal {
    width: 25px;
    /* height: 5px; */
    margin-left: -9.5px;
    margin-top: 10px;
}

#plus_big .vertical {
    height: 25px;
}

#contact-or-ask {
    padding: 0px;
}

.container-fluid {
    padding: 6% !important;
}

.textbox {
    height: 50px;
}

.textarea {
    height: 140px;
}

#contactDetails {
    padding: 2px !important;
}

#feature-list {
    list-style: none;
    text-align: left;
    padding-inline-start: 20%;
    font-size: 15px;
    text-indent: -2.5rem;
}

/*used for the check marks on feature list credit to https://codepen.io/teeganlincoln/pen/mjjzeE */
.checkmark {
    display: inline-block;
    margin-right: 4%;
}

    .checkmark:after {
        /*Add another block-level blank space*/
        content: '';
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 7px;
        height: 13px;
        /*Add a blueish border on the bottom and left, creating that 'L' */
        border: solid #3392e2;
        border-width: 0 4px 4px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg);
    }

#submit {
    background-color: #eee;
    color: #000;
    width: 45%;
}

@media only screen and (max-width: 500px) {
    .faq-expand h2 {
        font-size: 23px;
    }

    .col-sm-6 {
        min-height: 100px;
        min-height: unset;
    }
}

@media only screen and (max-width: 755px) {
    .col-sm-6 {
        min-height: 100px;
    }
}

.main-title h1 {
    margin-top: 20%;
}

@media only screen and (max-width: 450px) {
    .cb-slideshow li span {
        height: 350px;
    }

    #image-header {
        /* width: 100%; */
        height: 350px;
    }

    #curtain {
        height: 350px;
    }
}