/*
* 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.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.sitefeatures {
text-align: center;
padding-top: 70px;
padding-bottom: 70px;
} 

.sitefeaturesbox {
margin: 80px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.sitefeaturessubbox:nth-child(1) {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.sitefeaturessubbox:nth-child(2) {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}


.sitefeaturessubbox.nomobilephone {
max-width: 700px;
margin: 0 auto;
}

/* code for cell phone */

.addressbarcontainer {
background-color: #4b4b4b;
position: relative;
    top: -320px;
    z-index: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
padding: 5px 11px 5px 11px;
}

.addressbartop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #b8b4b3;
font-size: 6px;
height: 9px;
}

.addressbarelement {
margin-right: 3px;
}

.addressbarelement.largeelement {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 90px;
text-align: left;
}

.addressbarbottom {
color: #4b4b4b;
background-color: white;
border-radius: 10px;
font-size: 9px;
padding: 2px 3px;
text-align: left;
margin-top: 2px;
position: relative;
height: 15px;
}

.addressbarbottom .fas {
position: absolute;
left: 5px;
top: 4px;
}

.addressbarbottom .addressbardomainname {
position: absolute;
left: 17px;
top: 2px;   
width: 135px;
overflow: hidden;
}

.cellphonemaincontainer {
height: 359px;
width: 200px;   
background-size: contain;
border-radius: 30px; /* will have to change if I change size of this container */
overflow: hidden;
position: relative;
background-color: white;
float: right;
margin-right: 40px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-box-shadow: 20px 30px 100px -20px rgba(50,50,93,.20), 0 30px 30px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
        box-shadow: 20px 30px 100px -20px rgba(50,50,93,.20), 0 30px 30px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
cursor: pointer;
}

.cellphonemaincontainer:hover {
-webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
-webkit-box-shadow: 10px 20px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
        box-shadow: 10px 20px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
}


.cellphonecontainer {
height: 359px;
width: 200px;
border-radius: 30px; /* will have to change if I change size of this container */
overflow: hidden;
padding: 10px 10px 5px 10px;
position: absolute;
top: 0;
left: 0;

}

/* redesigned cellphone */
.cellphonecontainer .testimonialsection {
height: 250px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.cellphonecontainer .testimonialsection svg {
position: absolute;
width: 252%;
z-index: 0;
left: -65px;
top: 0px;
opacity: 1; 
}

.cellphonecontainer .testimonialsection svg:nth-child(2) {
width: 250%;
bottom: -10px;
left: -73px;
}

.cellphonecontainer .testimonialsection svg:nth-child(3) {
width: 282%;
bottom: -5px;
left: -109px;
}




.phonecontactsection {
position: relative;
top: -280px;
width: 90%;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
box-shadow: 0 0 5px rgba(0,0,0,.1);
opacity: .98;
margin: 0 auto 15px auto;
padding: 13px 5px 10px 5px;
background-color: white;
}

.phonecontactsection.homeaddresssection {
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
height: 80px;
overflow: hidden;
}

.phonecontactsection .phoneheading {
color: #4f4f4f;
font-weight: 700;
font-size: 10px;
margin-bottom: 10px;
}

.phonecontactsection .phonelinecontent {
color: #bababa;
font-size: 8px;
text-align: left;
padding: 3px;
border: 1px solid #dcdcdc;
margin: 5px auto;
}

.navimage {
position: relative;
top: -320px;
z-index: 1;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.cellphonetitle {
z-index: 20;
position: relative;
top: -300px;    
font-size: 11px;
color: white;
}

.cellphonetitle::after {
content: "";
display: block;
width: 10%;
height: 1px;
background-color: white;
margin: 3px auto;
}


#firstsvgcellphone {
height: 330px;
}

#secondsvgcellphone{
height: 310px;
}

#thirdsvgcellphone {
height: 290px;
}

/* Code for 3 points */

.processcontainer{
margin-left: 40px;
height: 349px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.processitem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.processnumber {
font-size: 28px;
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
width: 60px;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.11);
        box-shadow: 0 0 20px rgba(0,0,0,.11);
font-weight: 800;
margin-right: 30px;
border-radius: 10px;
}

.processheading {
font-size: 24px;
font-weight: 700;
}

.processdescription {
font-size: 16px;
}

.processvalue {
margin: auto;
}

.processtext{
text-align: left;
}


@media (max-width: 992px) {

    .sitefeaturessubbox.cellphoneimage {
    display: none;
    }

    .processcontainer{
    margin-left: 0;
    padding: 0 10%;
    height: initial;
    }

    .processitem {
    margin-bottom: 40px;
    }

    .processitem:last-child {
    margin-bottom: 0;
    }

    .sitefeaturesbox {
    margin: 0;
    }

}

@media (max-width: 480px) {

    .processcontainer{  
    padding: 0;
    }

    .processitem {
    display: block;
    }

    .processtext {
    text-align: center;
    }

    .processnumber {
    text-align: center; 
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
    margin: 0 auto;
    }

    .processheading {
    margin: 15px auto;
    font-size: 18px;
    }

}




/*
Section for phone
*/


.testimonialsection {
padding: 160px 0 20px 0;
margin-bottom: 70px;
position: relative;
overflow: hidden;
opacity: 0;
}

.testimonialsection svg {
position: absolute;    
width: 178%;
z-index: 0;
left: -109px;
top: 0px;
opacity: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.testimonialsection svg:nth-child(2) {
width: 167%;
bottom: -10px;
left: -34px;
}

.testimonialsection svg:nth-child(3) {
width: 191%;
bottom: -10px;
left: -100px;
}


@media (max-width: 992px) {
    
    .testimonialsection svg {    
    width: 320%;
    left: -220px;
    top: -70px;
    }

    .testimonialsection svg:nth-child(2) {    
    width: 319%;
    left: -441px;
    }

    .testimonialsection svg:nth-child(3) {    
    width: 245%;
    left: -222px;
    }

}

@media (max-width: 767px) {

    .testimonialsection {
    padding: 150px 0 20px 0;
    }

    .testimonialsection svg:nth-child(1) {    
    width: 320%;
    left: -350px;
    }

    .testimonialsection svg:nth-child(2) {    
    width: 319%;
    left: -381px;
    }

    .testimonialsection svg:nth-child(3) {    
    width: 245%;
    left: -222px;
    }

}


@media (max-width: 480px) {

    .testimonialsection svg:nth-child(1) {
    width: 360%;
    left: -50px;
    top: -150px;
    }

    .testimonialsection svg:nth-child(2) {
    width: 379%;
    left: -50px;
    top: -170px;
    }

    .testimonialsection svg:nth-child(3) {
    width: 360%;
    left: 0px;
    }

}