/* //////////////////Master Styling ///////////////////// */

.backImage{

background-image: url('../Images/backImage.jpg');
background-repeat:no-repeat;
width:auto;
height: 600px;
background-size:cover;

background-attachment:fixed;
margin:-200px auto;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;   
    -webkit-font-smoothing:antialiased; 
}

*:focus{
    outline:none;
}


@font-face {
    font-family: 'camptonbold';
    src: url('../Fonts/campton-bold-webfont.woff2') format('woff2'),
         url('../Fonts/campton-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'camptonlight';
    src: url('../Fonts/campton-light-webfont.woff2') format('woff2'),
         url('../Font/campton-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1{font-family: camptonbold;font-weight:100;font-size:4.5em;text-align:center; color:#43464b;padding:30px;line-height:90px;}
h2{background-color:#393050;padding:30px;font-family: camptonlight;font-weight:100;color:#f8f8f8;text-align: center;font-size:1.9em}
h3{font-family: camptonlight;font-weight:100;font-size:2em;text-align:center; color:#43464b;padding:10px;}
h4{font-family: camptonlight;font-weight:100;font-size:2em;text-align:center; color:#43464b;padding:10px;}
h5{font-family: camptonlight;font-weight:100;font-size:1.5em;text-align:center; color:#43464b;padding:30px;line-height:40px;}
a{text-decoration:none;font-family:camptonlight}
p{font-family: camptonlight;font-weight:100;font-size:1.2em;text-align:center; color:#43464b;padding:10px;line-height:40px;}
.white{color:#f8f8f8;}

article{width:100%; overflow:hidden;padding:0px;}
section{width:95%; border:;margin:0px auto; padding:0px;background:;overflow:hidden;margin-bottom:-10px;}

button{background-color:#393050;border:none;padding:15px;color:#f8f8f8;font-family: camptonbold;font-size:1.2em;margin:20px auto;display:block;cursor:pointer;}
button:hover{background-color:#8972db;border:1px solid #393050;color:#fff;transition:.5s;}

.fifty{width:50%;float:left;background:;margin:0px;overflow:;padding:0px;}

footer{width:100%; overflow:hidden;padding:20px;border-top:2px solid white;}

.paddingUp{padding-top:60px;}
.paddingDown{padding-bottom:60px;}

#myBtn{
    display:none;
    outline:none;
    cursor:pointer;
    padding:15px;
    width:auto;
    height:50px;
    background-color:#fff;
    position:fixed;
    bottom:10px;
    right:30px;
    z-index: 99;
    transition: .8s;
    color:#393050;
    border:1px solid #393050;
}

#myBtn:hover{
    background-color: #8972db;
    color:#f8f8f8;
    border:1px solid #f8f8f8;
}

#discount{
	
	font-size:2.5em;
	border-radius:40px;
	border:5px solid white;
	margin-right:30px;
	width:auto;
	position:relative;
	top:190px;
}

#quotenow{
	
	font-size:1.5em;
	border:3px solid white;
}



   
/* /////////////////Before and after images ///////////////// */
@media all and (max-width: 479px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 700px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (max-width: 599px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 800px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1000px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1100px;
        padding: 5px;
    }
    .bal-container {
        margin: 5px 0;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 5px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

@media all and (min-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
		margin:0px auto;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 5px;
    }
}


/* Before After Container */

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor:grabbing;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	border:5px solid #393050;
	
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #8972db;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #8972db;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #8972db;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
   
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}



/* //////////////////Contact Form ///////////////////// */

#homeContact{
    
    width:65%;
    background-color:#fff;
    border:1px solid #8972db;
    margin:40px auto;
   
    
    
  
}

#homeContactTitle{
    padding:50px;
    font-size:4em;
    font-family: camptonbold;
    color:#43464b;
    line-height: 100px;
}


    
input[type=text]{
    width:50%;
    height:60px;
    border:none;
    font-size:1em;
    font-weight:bold;
    transition:1s;
    border:1px solid #8972db;
    background-color:#fff;
    margin-right:5.2%;
    margin-left:2%;
    padding:10px;
    float:left;
    border-radius:5px;
    margin-top:20px;
    
}

form{
    width:100%;
    margin:0px auto;
    padding:30px;
    
}
 
input[type=submit]{
    appearance:none;
    -web-kit-appearance:none;
    padding:10px;
    border:1px solid #393050;
    background-color:#393050;
    color:#f8f8f8;
    font-weight:600;
    border-radius:5px;
    width:30%;
    height:70px;
    font-size:1.5em;
    font-weight:100;
    margin:0px auto;
    transition:.5s;
    cursor:pointer;
   display:block;
    margin-top:100px;
    font-family: camptonbold;
}
    
input[type=submit]:hover{
    background-color: #f4f1f1;
    color:#43464b;
}
    
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #43464b;
    font-weight: bold;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #43464b;
    font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #43464b;
    font-weight: bold;
}
    
    
#privacyText a{
    color:#8972db;
  padding:10px;
    text-align: center;
}

#privacyText a:hover{
    color:#43464b;
}

#ReviewText a{
    color:#8972db;
  padding:10px;
    text-align: center;
}

#ReviewText a:hover{
    color:#43464b;
}



    .grey{background-color:#f8f8f8;}
    .orange{background-color:#393050;}
    .orangeText{color:#8972db;}

 #callNow {font-size: 3em; text-align:center; margin:0px auto;display:block;padding:60px; color:#43464b;line-height:60px;width:100%;cursor: pointer;}
#callNow:hover{color:#8972db;transition:.5s;}


/* //////////////////// Desktop Screens //////////////// */

@media only screen and (min-width:900px){

/* //////////////////Navigation ///////////////////// */
    
.topnav{
        display:none;
    
    }
    
nav{
    width:100%;
    padding:10px;
	background-color:#43464b;
	color:#fff;
    }
    
nav ul{
    width:auto;
    text-align:left;
    }

    
nav ul li{
    display:inline-block;
}

nav  ul li a{
    color:#fff;
    font-weight:300;
    padding:10px;
    background:;
    font-size:1.2em;
    cursor: pointer;
   
}

nav ul li a:hover{
    color:#8972db;
    transition: .98s;
}

nav ul li a.active{
    color:#fff; 
    font-weight:bold;
}
    
    
    #phoneNumber{
        float:right;
        font-size: 1.3em;
    }  
    
   
  
    
    
    #icon{width:700px;
    margin:-300px auto;
    margin-bottom:-302px;
    display:block;
    }
       #iconwhite{width:350px;
    margin:0px auto;
	margin-bottom:-100px;
	margin-top:-100px;
    display:block;
    }
    
    .orangeLine{width:300px;
    margin:20px auto;
    display:block;}
    
    #portrait{ width:500px;margin:0px auto;  display:block;}
    
    
    #social{width:365px;margin:-20px auto;}
    
    #social ul{padding:20px;;}
    #social ul li{display:inline-block;}
    #social ul li a{color:#f8f8f8;padding:5px;}
    #social ul li a:hover{color:#8972db;padding:5px;}
    
    #center{width:80%;margin:0px auto;}
    
    
    .priceBox{
        background: #fff;
        width:30%;
        display:block;
        float:left;
        margin:20px 1.6%;
        border:1px solid #393050;
    }
    
    .Reviews{display:none;}
    

    
    /* //////////////////FAQS ///////////////////// */    
    
    
  .accordion {
  background-color: #f8f8f8 ;
  color: #43464b;
  cursor: pointer;
  width: 70%;
  border-bottom: 1px solid #8972db;
  text-align: center;
  outline: none;
  transition: 0.5s;
  font-family:camptonlight;
  font-size:1.9em;
  padding:20px;
  margin:1px auto;
}
  
        
    

.accordion:hover {
  color: #8972db; 
}

.panel {
  color:#43464b;
  padding: 20px;
  display: none;
  background-color: #f4f1f1;
  overflow: hidden;
  width:70%;
  margin:0px auto;
 margin-bottom:5px;
transition: 0.5s;
}
    
     
     
     
    

    
}



/* ///////////// Tablet Screens /////////////// */

@media only screen and (max-width: 1300px ) {

    #portrait{display:none;}
    .fifty{width:100%;padding-bottom:30px;}
    .active{background:none;}

 
    
input[type=text]{
    width:100%;
    margin:10px auto;
    padding:10px;
    float:left;
    display:block;
    
}  
   
   input[type=submit]{
 margin-top:250px;

}
    
    
    .priceBox{
        background: #fff;
        width:30%;
        display:block;
        float:left;
        margin:20px 1.6%;
           border:1px solid #8972db;
        
    }
    
    .Reviews{display:block;}
       
    
      /* //////////////////FAQS ///////////////////// */    
    
    
  .accordion {
  background-color: #f8f8f8 ;
  color: #43464b;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #8972db;
  text-align: center;
  outline: none;
  transition: 0.5s;
  font-family:camptonlight;
  font-size:1.9em;
  padding:20px;
  margin:5px auto;
}
  
        
    

.accordion:hover {
  color: #8972db; 
}

.panel {
  color:#43464b;
  padding: 20px;
  display: none;
  background-color: #f4f1f1;
  overflow: hidden;
  width:100%;
  margin:-10px auto;
 margin-bottom:10px;
transition: 0.5s;
}
   
    
    
}
    
  
/* ///////////// Mobile Screens /////////////// */

@media only screen and (max-width: 900px) {
    
    
    .backImage{width:97.5%;
	background-image: url('../Images/mobileimage.jpeg');
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	margin-top:10px;
	
	}
	
	#discount{
		margin:0px auto;
		font-size: 2em;
		width:75%;
		position:relative;
		top:60px;
	}
	
	
/* //////////////////Navigation ///////////////////// */    
    
nav{
    display:none;}

   
.topnav {
    overflow: hidden;
    background-color: #f4f1f1;
    position: relative;
    width:100%;
    border-bottom:1px solid #8972db;
}
    
.topnav #myLinks {
  display: none;
    
}
  
.topnav a {
    padding: 14px 16px;
    font-size: 1.3em;
    display: block;
    font-weight:300; 
    color:#43464b;
    margin-top:0px;
    padding-top:23px;
    text-align:center;
}


.topnav a:hover {
  
  color:#8972db;
}

.active {
  background: #fff;
    color:#8972db;
    border-bottom:1px solid #8972db;
}
    
    
    #callNow {width:100%;padding:0px;margin:0px auto;overflow:hidden;word-wrap: break-word;}
    
    
      #icon{width:320px;
    margin:0px auto;
	margin-top:-180px;
    margin-bottom:-140px;
    display:block;
    }
       #iconwhite{width:230px;
    margin:-80px auto;
    display:block;
    }
    
     .orangeLine{width:200px;
    margin:20px auto;
    display:block;}
    
    h1{font-size:3em; line-height: 60px; padding:0px;}

article{padding:5px;}
section{ padding:5px;margin-bottom:0px;}
    
        #social{width:auto;margin:-20px auto;}
    
    #social ul{padding:20px;text-align:center;}
    #social ul li{display:block;margin-top:5px;padding:10px;}
    #social ul li a{color:#f8f8f8;}
    #social ul li a:hover{color:#8972db;padding:5px;}
    
    
 
    
       
/* //////////////////Contact Form ///////////////////// */

#homeContact{
    
    width:100%;
    padding:0px;
    padding-bottom:40px;
  
}

#homeContactTitle{
    font-size: 3em;
    line-height: 60px;
    margin-top:40px;
    margin-bottom:0px;
    padding:5px;
}

input[type=text]{
    width:100%;
    margin:10px auto;
    padding:10px;
    float:left;
    display:block;
    
}    
    
input[type=submit]{
 margin-top:250px;
    padding-left:30px;
    padding-right:30px;
    width:auto;
    margin-bottom:-30px;
}
    
    #privacyText{
    text-align:center;
}
    .heading{
        text-align:center;
        padding:0px;
        margin:0px;
        width:auto;
        float:none;
       
    }
    
    
       .priceBox{
        background: #fff;
        width:100%;
        display:block;
        float:left;
        margin:20px auto;
    }
    

} 
    
    

     
