/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.servicecategory .serviceitem {
color: white;
} 

.serviceexplanationcontainer{
position: absolute;
z-index: 100;
display: none;
width: 200px;
}

.serviceexplanation{
padding: 12px;
background-color: black;
color: white;
border-radius: 5px;
width: 200px;
min-height: 60px;
margin-top: 12px;
margin-left: -10px;
}

.explanationarrow{
width: 20px;
height: 20px;
background-color: black;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
position: relative;
top: -17px;
left: 5px;
border-radius: 4px;
}

.serviceline.servicecategory.sticky{
position: fixed;
top: 0;
z-index: 3;
}

.actualexplanation{
margin-top: -22px;
position: relative;
z-index: 12;
}

.closeexplanation{
width: 100%;
background-color: rgba(255,255,255,.35);
padding: 3px 10px;
text-align: center;
border-radius: 4px;
margin-top: 10px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
position: relative;
z-index: 11;
}

.closeexplanation:hover{
background-color: rgba(255,255,255,.45);
}


.servicelistintro {
margin-bottom: 60px;
text-align: left;
}

.servicelist {
margin-bottom: 40px;
width: 100%;
}

.servicetitlebox{
padding-top: 3px;
display: inline-block;
}

.servicecategory .serviceitem {
font-weight: 700;
padding: 16px 10px;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
pointer-events: none;
}

.serviceline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.serviceline:nth-child(even) {
background-color: #f5f5f5;
}

.serviceitem {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
text-align: center;
padding: 8px 10px;
}

.serviceitem .serviceprice{
height: 24px;
padding-top: 3px;
}

@media (max-width: 992px) {

    .serviceitem:nth-child(3), .serviceitem:nth-child(4), .serviceitem:nth-child(5), .serviceitem:nth-child(6) {
    display: none;
    }

    .serviceline.servicecategory {
    display: block;
    }

    .servicecategory .serviceitem:nth-child(1) {
    display: none;
    }

    .servicecategory .serviceitem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;    
    background-color: #cbcbcb;
    border-bottom: 1px solid white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: auto;
    }

    .servicecategory .serviceitem:hover {    
    cursor: pointer;
    }

}


.serviceitem .glyphicon {
font-size: 18px;
} 

.serviceitem .glyphicon-ok {
color: #acc475;
}

.serviceitem .glyphicon-remove {
color: #a7a7a7;
}

.serviceline.areaheading {
margin-top: 20px;
}

.areaheading .serviceitem {
font-size: 18px;
font-weight: 700;
text-align: left;
}

.serviceitem.servicetitle {
text-align: left;
}

.serviceitem.servicetitle .servicetitleunderline {
cursor: pointer;
}

.serviceitem.servicetitle .servicetitleunderline i{
font-size: 15px;
}



/*Start of Services and FAQs*/

.accordion {
background-color: #f5f5f5;
color: #4d4d4d;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
line-height: default;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
font-weight: 400;
position: relative;
padding: 0;
}

.innerbutton {
float: left;
}

button.accordion.active, button.accordion:hover {
background-color: #cbcbcb;
}

button.accordion:after {
content: '\002B';
color: white;
float: right;
font-weight: 400;
text-align: center;
position: absolute;
top: 0;
right: 0;
padding: 0px 12px;
font-weight: 800;    
}

button.accordion1:after {
font-size: 24px;
}

button.accordion.active:after {
content: "\2212";
}

div.panel {
background-color: white;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.2s ease-out;
-o-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
-webkit-box-shadow: none;
        box-shadow: none;
}

.panelmargin {
margin-bottom: 0;
}

.service {
background-color: #ffffff;
border-radius: 2px;
border: 1px solid #cacaca;
padding: 10px;
margin-bottom: 10px;
}

.servicesection {
text-align: left;
padding: 20px 0;
}

.serviceheading {
font-weight: 700;
font-size: 22px;
text-align: left;
margin: 6px 0 30px 0;
}

.servicemargin {
margin-left: 340px;    
}

.servicebody {
margin-bottom: 20px;
text-align: left;
}

.service .servicesection {
width: 100%;
}
 
.faqheading {
padding: 30px 25px 20px 25px;
margin: 0 auto;
font-size: 25px;
font-family: 'Montserrat', sans-serif;
color: #a0a09d;
}


@media (max-width: 992px) {
    
    .servicemargin {
    margin-left: 220px;    
    }

    .servicespic {
    width: 200px;
    }
}


@media (max-width: 767px) {
    
    .servicespic {
    display: none;
    }
    
    .service {
    padding: 5px;
    }
    
    .servicemargin {
    margin-left: 0;    
    }
    


}

@media (max-width: 480px) {
 
    .serviceheading {    
    font-size: 16px;
    }

    .service {
    background-color: initial;
    border-radius: none;
    border: none;
    padding: 0; 
    border-bottom: none;
    }
    
}


/* start of faqs section */

.yourquestions {
font-size: 24px;
margin-bottom: 40px;
}

.askquestions {
margin-top: 20px;
font-size: 16px;
}


.faqsection .faqtitle.totalfaq {
font-weight: 500;
text-align: left;
margin-top: 40px;
margin-bottom: 2px;
font-size: 18px;
padding: 10px;
background-color: #f4f4f4;
border-radius: 2px;
}

.faqsection .faqtitle.totalfaq:first-child {
margin-top: 0;
}

.faqsection .faq {
text-align: left;

padding: 5px 10px;
border-radius: 2px;
margin: 4px 0 5px 0;
}

.faqsection button.accordion2:after {
font-size: 16pt;
}

.faqsection .faqquestion {
margin-right: 50px;
color: white;    
font-weight: 600;    
margin: 0;
padding-right: 30px;
}

.faqsection .faqanswer {
background-color: white;
border: 1px solid #cacaca;
}

.faqsection .totalfaq {
margin: 0 auto;
width: 75%;
}

@media (max-width: 1200px) {
    
    .faqsection .totalfaq {
    width: 100%;
    }
    
}

@media (max-width: 480px) {

    .faqsection .faqtitle.totalfaq {
    font-size: 16px
    }

    .yourquestions {
    font-size: 18px;    
    margin-bottom: 30px;
    }

    .askquestions {    
    font-size: 14px;
    }
    
    .faqsection .faqheading {
    padding-top: 10px;
    font-size: 18px;
    }
    
}