/*   basic   */
/*   Navbar   */
/*   logo   */
/*   cover   */
/*   brand slider */
/*   intro   */
/*   content1         service-type
*/
/*   brands details */
html , img {    height: 100%;    width: 100%;    margin: 0.001px;}
body {    height: 100%;    font-family: Open-Sans, sans-serif;    margin: 0px;   }   
h1,h2 ,p,h4,h5,h6 {  font-family: Open-Sans, sans-serif;}
 
h3 {  font-size:1.8rem; color:#0000ff; }
nav {    z-index: 1;    border-bottom: 2px solid #ff9900;}
/* logo */
.logo{    padding: 6px;
    /* margin: 15px; */    background-color: #007bff;    color: white;    font-weight: 500;    z-index: 1;
    /* box-shadow: 0.1px 0.1px 5px #555 ; */
    /* border: 2px solid #ff9900; */    border-radius: 6px; }
/*   cover   */
/* todo add media query for different bottom margin */
.page-data {
  margin-top: 40px;
}

@media (max-width:700px ){
    #cover{        background: url('../img/tv-cover3.jpg') center ;        background-attachment: fixed;        background-size: cover;        min-height: 710px;    }
    #cover .cover-overlay{   display: grid; align-content: center;       background-image: linear-gradient(to right , #007bff, #7f98ff, #b4b8ff, #dddaff, #ffffff);        opacity: 0.95;        position: absolute;        width: 100%;        min-height: 710px;    }
    #cover .cover-inner {        height: 100%;        color: white;        padding-top: 40px;    }}
@media(min-width:700px){
    #cover{
        background: url('../img/tv-cover3.jpg') center ;
        background-attachment: fixed;        background-size: cover;        min-height: 710px;    }
    #cover .cover-overlay{   display: grid; align-content: center;     background-image: linear-gradient(to right , #007bff, #7f98ff, #b4b8ff, #dddaff, #ffffff);        opacity: 0.95;        position: absolute;        width: 100%;        min-height: 710px;    }
    #cover .cover-inner {        height: 100%;        color: white;
        padding-top: 40px;    }}
#cover .cover-text{    padding-bottom: 0.5rem;    padding-left: 1rem;    padding-right: 1rem;}
.cover-detail-headings {    /* margin-left: 5rem; */    padding-bottom: 2rem;}

.cover-boxes{    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 20px;    text-align: center;  }
  .cover-boxes .box{    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 1fr 1fr ;
    padding-left: 5px;    padding-right: 5px;  }
  .cover-boxes .box img{    height: 150px;    border: 2px solid #ff9900;    border-radius: 16px;    background: #FFFFFF;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    opacity: 0.9;   }
  .cover-boxes .box img:hover{
    -webkit-transform:scale(1.01); 
    -moz-transform:scale(1.01);    -o-transform:scale(1.01);     box-shadow:0px 0px 10px gray;    -webkit-box-shadow:0px 0px 10px gray;    -moz-box-shadow:0px 0px 10px gray; 
    opacity: 1;  }
  .cover-boxes .box p{    font-size: 20px;    margin-top: 8px;  }
.cover-detail h1 h2  p {text-align: left;}
#cover .fas {    color: #ff9900;    background: #fff;    padding: 4px;    border-radius: 5px;    font-size: 30px; }
.cover-form {    max-width: 400px;    padding: 30px;    box-shadow: 1px 1px 10px white;    background-color: rgba(0, 0, 0 ,0.9);    color: #ffffff;    border-radius: 4px;}
.display-center{    display: flex;    justify-content: center;    /* flex-direction: column; */}
/* intro */
@media (min-width:700px){
    #intro {    background: #f9f9f9;    padding: 3rem;        }   
    #intro #accordion h1 {        color:#007BFF;        cursor: pointer;        padding:5px;    }}
@media (max-width:700px){
    #intro {        background: #f9f9f9;        padding: 1rem;        }   
    #intro #accordion h2 {        color:#007BFF;        cursor: pointer;        padding:5px;    }}

/*  content1  */
#content1 {
    margin-top: 50px;
}

 .service-type{
    padding: 1rem;
    color: #ffffff;
    background: #007bff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 20px;
    max-width: 400px !important;

}

 .service-type .row  {
    padding: 5px;
}

 .service-type img{
    background: #ffffff;
    color: #007bff;
    border-radius: 100%;
    border: 2px solid #ff9900;
}

 .service-type .fas{
    background: #ffffff;
    color: #000000;
    background-size: cover; 
    border-radius: 100%;
}

 .services h4{
    color: #007bff;
    margin-bottom: 8px;
}


/* content2 */

#content2{
    background: url('../img/best-tv-repair-brands2.jpg') no-repeat;
    margin-top: 50px;
    background-size: cover;}

    #content2 .content2-overlay{
        opacity: 0.9;
        color: #ffffff;
        background: #007bff;
    }
    #content2 .content2-inner{
        padding: 3rem;
        margin-top: 5rem;
        font-size: 20px;
    }
    #content2 .content2-inner h2{
        margin-bottom: 12px;
    }




/* aside-content2 */

#aside-content2 ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#aside-content2 ul::-webkit-scrollbar
{
    width: 8px;
    background-color: #F9F9F9;
}

#aside-content2 ul::-webkit-scrollbar-thumb
{ background-color: #0ae; background-image: -webkit-gradient(linear, 0 0, 0 100%,  color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
#aside-content2{  margin-top: 12px;  max-width: 400px !important;
}
#aside-content2 h4 { font-size: 28px;  text-align: center;  width: 100%;
  padding-left: 4px; padding-right: 4px;  padding-top:12px;
    padding-bottom: 12px;  color: #ffffff;  background: #007bff;  border-radius: 6px;
}
#aside-content2 ul{ height: 400px;  background: #ffffff; color:black;  float: left;  height: 400px; width: 100%; overflow-y: scroll;
}
#aside-content2 li a { text-decoration: none;
}

/* content3 */

#content3 { margin-top: 50px;  margin-bottom: 100px;
}
#content3 .item{ background: #007bff;  border-radius: 5px; color: #ffffff;  padding: 10px;
}
#content3 img {  width: 100%; max-width: 250px; max-height: 150px;  padding-left: 0.001px;  padding-right: 0.001px; padding-top: 32px; padding-bottom: 32px;
}
#content3 .scrollbar {	height: 100px;	width: 100%;	background: #F5F5F5; overflow-y: scroll;  padding: 0.001px;
}
#content3 .item-details{  min-height: 450px;  background: #007bff;
}

#content3 .item-details p { margin: 0.001px;
}

#content3 .scrollbar::-webkit-scrollbar-track
{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #F5F5F5;
}

#content3 .scrollbar::-webkit-scrollbar
{	width: 10px;	background-color: #F5F5F5;
}
#content3 .scrollbar::-webkit-scrollbar-thumb
{background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,   rgba(255, 255, 255, .2) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%,  transparent)
}
/* end line */
#end-line{  height: 1px;  background: #dadada; margin-left: 50px;  margin-right: 50px;  margin-top: 20px; margin-bottom: 20px;
}
/* footer social */

footer #social { align-items: center;
}
@media (min-width:600px)
{
    footer #social p{padding: 6px;  margin-top: 16px;   margin-bottom: 16px;  background-color: #007bff;  color: white;  font-weight: 500;  font-size: 32px;  z-index: 1;  border-radius: 6px; 
    }
    
    footer #social ul {list-style-type: none;  overflow: hidden;  float: right;  margin: 16px;
    }
    
    footer #social li { float: left; border-radius: 100%;  color: #007bff;  font-size: 22px;  margin: 10px;  height: 40px;  width: 40px;
    }
    
    footer #social li a {  display: block; text-align: center; text-decoration: none;    }
    
    footer #social li a:hover{        background: #007bff;        color: #ffffff;        cursor: pointer;        border-radius: 6px;    } }
@media (max-width:600px)
{  footer #social h1{   padding: 6px; margin-top: 16px; margin-bottom: 16px;    background-color: #007bff;    color: white;    font-weight: 500;    font-size: 32px;    z-index: 1;    border-radius: 6px;  }
    
    footer #social ul {    list-style-type: none;    overflow: hidden;    /* float: center; */    margin: 16px;}
    footer #social li {    /* float: left; */    border-radius: 100%;    color: #007bff;    font-size: 22px;    margin: 10px;    height: 40px;    width: 40px;}
    footer #social li a {    display: block;    text-align: center;    text-decoration: none;}
    footer #social li a:hover{    background: #007bff;    color: #ffffff;    cursor: pointer;    border-radius: 6px;    } }
footer ul{
    list-style-type: none;
    padding: 10px;}
footer .row li a{    display: block;    color: inherit;    text-decoration: none;}
footer .row li a:hover{    color:#007bff;    font-weight: 500;}
/* conten4 */
#content4{    margin-top: 30px;    margin-bottom: 50px;}
#content4 h1{    padding: 4px;    margin-top: 50px;    margin-bottom: 20px;}
.border-line {    height: 150px;    width: 1px;    background: #dadada;}
/* .footer-inner-border-line{    border-left: solid 1px #dadada;} */
.alert{    text-align: center;    background: #4BB543;    color: #ffffff;    display: none;    padding: 5px;}
footer{    margin-bottom: 8px;}
/* lcd page */
/* lcd content  */
#lcd-content #lcd-content-services h2 {    color: #007bff;    font-size: 20px;}
#lcd-content {    margin-top: 32px;}
#lcd-content #lcd-content-services h1 {    /* margin-top: 10px;    margin-bottom: 10px; */    /* text-align: center; */    padding-top: 1rem;    padding-bottom: 1rem;    font-size: 28px ;    color: #007bff}
/* contact page */
#contact-cover{    width: 100%;    min-height: 500px;    background: url('../img/tv-cover9.jpg') no-repeat  ;    background-attachment: fixed;    background-size: cover;    /* opacity: 0.9; */    color: #FFFFFF;
}
#contact-cover .contact-cover-overlay{
    /* background-image: linear-gradient(to bottom, #007bff, #7f98ff, #b4b8ff, #dddaff, #ffffff); */
    opacity: 0.95;
    background: #007bff
}
#contact-cover .contact-cover-inner{    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    width: 100%;    min-height: 500px;
}
.display-center-contact{    display: flex;    flex-direction: column;    align-items: center;
}
#contact-cover .contact-cover-inner i {    border-radius: 100%;    height: 80px;    width: 80px;   display: flex;  font-size: 30px;   justify-content: center;  align-items: center;
    /* padding: 50px */  color: #007bff;  background: #ffffff;  margin-bottom: 20px;
}
#send-message{  padding: 28px;  margin-top: 50px;
}
#send-message .details li {font-size: 20px;
}
#send-message .details p{font-size: 28px;
}
#send-message .details h1{font-size: 40px;
}
#address-map {margin-top: 100px;  margin-bottom: 100px;
}
#address-map p , #address-map i {font-size: 40px;
}
.map-responsive{  overflow:hidden;  /* padding-bottom:56.25%; */  position:relative;  height:400px;
}
.map-responsive iframe{  left:0;  top:0;  height:100%;   width:100%;  position:absolute;
}
/* cover carousel */
#cover-carousel .cover-carousel .item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr ;
}