/* font */
@font-face {
    font-family: Raleway-VariableFont_wght;
    src: url(../fonts/Raleway-VariableFont_wght.ttf);
}

* {
    font-family: 'Roboto', sans-serif;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway-VariableFont_wght;
}

/* body */
body {
    
    margin: 0;
    /*background-image: url(../images/forest.jpg);*/
}

.uni-padding {
    padding: 0 7%;
    
}

/* Header  */
#topbar {
    background-color: #22282E;
   
    overflow: auto;
}

#tollfree {
    float: left;
    margin: 0px;
    padding: 10px 0;
    color: #EAFCFF;
}

#social-icon {
    /*padding-top: 18px;*/
    padding: 10px 0;
    float: right;
    /* overflow: auto; */
}

.fa-brands {
    /*background-color: #22282E;*/
    color: #ABAFB2;
    padding: 5px;
}   
/* .navbar-dark {
    display: ;
}




.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff; 
    --bs-navbar-brand-hover-color: #fff; 
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
} */


#logobar img {
    /* background-color: white; */
    
    margin: 25px 0px;
    width: 200px
}

/* POSTER */
#poster{
    /*background-image: url(../images/phone-man.png);    */
    background-image: url(../images/slider-repair.jpg);
   
    /*background-repeat:no-repeat;*/
    height: 700px;
    background-position: center;
    /*text-align: left;*/
    color: #EAFCFF;
    padding-top: 160px;
}
#poster p {
    text-align: left;
    padding-bottom: 20px;
}

.shake{
    position: relative;
    width: 100%;
    height: 100%;
}
.shake img{
    position: relative;
    height: 550px;
    bottom: 315px;
    left: 650px;
}

/*.shake {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    height: 550px;*/
/*    bottom: 235px;*/
/*    left: 650px;*/
    
/*  animation: shake 0.5s;*/
/*}*/

/*@keyframes shake {*/
/*  0% {*/
/*    transform: translateX(0);*/
/*  }*/
/*  20% {*/
/*    transform: translateX(-10px);*/
/*  }*/
/*  40% {*/
/*    transform: translateX(10px);*/
/*  }*/
/*  60% {*/
/*    transform: translateX(-10px);*/
/*  }*/
/*  80% {*/
/*    transform: translateX(10px);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(0);*/
/*  }*/
/*}*/



.icon{
    width: 90px;
    height: 90px;
    padding-right: 5px;
}
.button1 {
    background-color: #F2480C;
    border-radius: 4px;
    border-style: none;    
    box-sizing: border-box;
    color: #EAFCFF;
    height: 36px;
    justify-content: center;
    letter-spacing: .0892857em;
    line-height: normal;
    min-width: 64px;
    padding: 0 16px;
    
}



 /* MIDDLE BOX */
 
 .middle-box{
     margin-top:14rem;
     
 }

.shad
 {
     background:#fff;
     color:#000;
    /*box-shadow: 0px 2px 4px -2px #fff;*/
    box-shadow: 0px 4px 14px 0px #f3f3f3;
    display: flex;
    justify-content: center;
    margin-top: -80px;
 }
 .wifi-col{
    box-shadow: 0px 2px 4px -2px #000;
    display: flex;
    justify-content: center;
 }
 
 .title{
    width:90%;
    /*height:60%;  */
    padding: 22px 0 22px 0;
 }
 
 
 .title-txt{
    background-color: #22282E;
    color:white;
    padding: 8px;
    margin: 0;
    font-size: 20px;
    text-align: center;
     
 }
 .para{
    text-align: start;
    font-size: 17px;
 }

 /* <!-- GET START WITH YOUR DEVICE --> */


.flex {
    margin-top:2em;
    padding: 40px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.flex .icon3{
    width:50px;
}
.middle-1 p{
    text-align: center
}

.middle-1 h1{
    text-align: center
}


.cards {
    display: flex;
    justify-content: space-around;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    /* text-align: start; */
}

.card {
    display: flex;
    text-align: start;
    /* justify-content: center; */
   

}
.card-text{
    text-align: start;

}

.btn-primary {
    padding: 6px;
    text-align:center;
    height: 40px;
    width: 120px;
    background: #FFF;
    margin: 20px;
    float: left;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 2px solid #F2480C;
    font-size:15px;
    color: #F2480C;
}
.btn-primary:hover{
     background: #F2480C;
    border: none;
}


.btnss
{
    text-decoration: none;
    border: 2px solid #F2480C;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 15px;
    color: #F2480C;
}

.btnss:hover
{
    border-color: #F2480C;
    background: #F2480C;
    color: #fff;
    transition: 0.5s;
}

.card:hover {
  box-shadow: 0px 0px 6px -2px rgb(13, 110, 253);
  transition: border-color 1s, box-shadow 0.5s;
}
.offer{
    text-align:center;
}

.
/* FEATURE OFFERS */

.thisisoffers {
    background: #22282e;
}

/*.bgfeature{*/
/*    background-color: #22282E;*/
/*}*/
.feature h2 p{
    text-align: center;
    display: flex;
    text-align: center;
    color: #EAFCFF;
    /*background-color: #22282E;*/
}

.m-mobile{
    /*padding-left: 20px;*/
    text-align:center;
}
.right-bd{
   padding-top: 10px;
   
   text-align:center;
   
    
}

.left-bd{
   
    padding-top: 10px;
    /*text-align:end;*/
    margin-left:51px;
    
}

.card-bd {
  width: 90%;
  display: flex;
  flex-direction: column;
  border: 1px red solid;
  border-radius:5px;
    
}

.card-titles {
    padding:10px;
  height: auto;
  border-radius:5px;
  background: red;
  color: white;
  text-align: center;
}

.card-texts {
  padding: 0px 40px;
}




/* We Fix All Types of Smartphones & Tablets */
.bxx {
    text-align: end;
    background-color: white;
    /*padding-top:50px;*/
    

}

.icon2{
    padding-left: 150px;
    padding-bottom: 20px;
     text-align:start;
   /* float: inline-start; */
}
/*.bxx */
/*{*/
/*    text-align: start;*/
/*    padding: 50px ;*/
/*    background-color: white;*/
/*    color: #22282E;*/
/*}*/
.list{
    text-align: start;

}


.list-group a
{
    text-decoration: none;
}



/* <!-- Steps For Repairing Your Device --> */


.main-row{
    padding:50px;
    background-color: #F2480C;
    text-align: start;
    
}
.inner-col{
    
    padding: 40px;
    background-color: #F2480C;
    text-align:center;
}
.device{
    font-size:40px;
    padding: 40px;
    
    background-color: #F2480C;
    text-align: center;
   
}

.icon-brand{
    text-align: center;
    height: 120px; 
    padding: 35px; 
    border: 4px solid #f68863; 
    border-radius: 50%; 
    position: relative; 
    background-color: #fff;
}

 /*<!--We Use Genuine Parts to Fix your Device-->*/

.parts
{
    padding-top: 50px;
    background-color:#F3F3F3;
}
.parts .coltext{
    padding:30px;
    text-align:center;
    background-color: #F3F3F2;
    color: #22282E;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}
.parts .text{
    /*padding:50px;*/
    padding-left:40px;
    text-align:start;
}

.parts img{
   
    width:500px;
    
}
.parts.icon5{
    width: 50px;
    text-align:center;
}
.boxs{
    padding-top:20px;
}
.boxs h2{
    
    text-align: center;
}
.boxs p{
    
    text-align:center;
}

        /* READ FAQ*/

.faq{
    padding:60px;
    /*background:aqua;*/
    /*padding-bottom:30px;*/
}
.icon4{
    text-align:start;
    padding-left:40px;
    padding-bottom:30px;
}


.faq h1,p{
    text-align:start;
    
}

.faq h2{
    /*padding-top:20px;*/
    text-align:start;
   
}

/*.faq .forms{*/
/*    background-color:#2D363E;*/
    
/*}*/


.bgcolor{
     
     
     background-color:#2D363E;
     border-radius:10px;
     max-height: 100%;
    
}
.bgcolor h2{
    padding:20px;
    color:#fff;
    
}


.form-floating{
    text-align:center;
    /*width:450px;*/
    /*background-color:#2D363E;*/
    /*padding-right:50px;*/
}

.btn-primary1{
    text-align:center;
    padding-top:10px;
    height: 40px;
    width: 120px;
    background: #F2480C;
    margin: 5px;
    /*float: left;*/
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px solid white;
    border-radius:0px;
    font-size:15px;
    color: white;
    text-align:center;
    
}

.btn-primary1:hover{
    -webkit-transform: scale(1.1);
    background: #F2480C;
}




            /*Before & After*/
            
.no-gutters{
        background:#efeeee;
        text-align: end;
        padding:60px;
}

.no-gutters .icon6{
    text-align:start;
    padding-bottom:20px;
    
}

.no-gutters .btext{
    padding-right:100px;
    text-align: start;
}


    /*Repair World News*/
    
.news-icon{
    background: #F7F7F7;
    padding-top: 60px;
    display: flex;
    /* position: relative; */
    justify-content: center;
}
.news-icon .icon7{
    width:50px;
}

.news-title{
    text-align:center;
    background: #F7F7F7;
}
.news-title p{
    text-align:center;
}


/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 10px; 
  padding-bottom: 100px;
  
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align:start;
  letter-spacing: 1px;
  color: #000;
}


    /*Testimonials*/

.testimonials-clean {
  padding:60px;
  color:#eef4f7;
  background-color:#19242A;
  
}

.testimonials-clean p {
  color:#7d8285;
}
.testimonials-clean span{
  
  color:#7d8285;
font-size:1px:
font-weight:2px;
}


.testimonials-clean h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
  text-align:start;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}



    /*Quick & Affordable Smartphone Repairing Services*/
    
.quick{
    padding:60px;
    background-color:#F2480C;
    color:#fff;
}


.quick  h2{
    /*padding-left: 90px;*/
    /*text-align:start;*/
}
.quick p{
    /*padding-left: 90px;*/
    /*text-align:start;*/
}

.btn-change{
    
    height: 50px;
    width: 150px;
    background: #F2480C;
    margin: 20px;
    float: left;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 3px solid white;
    font-size:15px;
    color: white;
}

.btn-change:hover{
    -webkit-transform: scale(1.1);
    background: #F2480C;
}
    /*Booking Master Now!*/
    
.booking{
    padding:60px;
    background: #f3f4f3;
    /*padding-top: 60px;*/
    
}

.booking .booktitle{
    
    color:red;
        /*padding: 60px;*/
        
}
.sub-booking{
    /*paddinf-top:20px;*/
}
    
    /*Calander*/
    
@main-bg:rgb(40,40,59);
@calendar-border:rgb(220,220,255);
@calendar-bg:#fff;
@calendar-standout:rgb(40,40,59);
@calendar-color:#444;
@calendar-fade-color:#c0c0c0;
@body-color:#444;


*, *:before, *:after {
  box-sizing:border-box;
}

.calendar-wrapper {
  width:360px;
  margin:0em auto;
  padding:2em;
  border:1px solid @calendar-border;
  /*border-radius:5px;*/
  /*background:@calendar-bg;*/
  background: #e7e7e7;
  
}
table {
  clear:both;
  width:100%;
  border:1px solid @calendar-border;
  border-radius:3px;
  border-collapse:collapse;
  color:@calendar-color;
}
td {
  height:48px;
  text-align:center;
  vertical-align:middle;
  border-right:1px solid @calendar-border;
  border-top:1px solid @calendar-border;
  width:100% / 7;
}
td.not-current {
  color:@calendar-fade-color;;
}
td.normal {}
td.today {
  font-weight:700;
  color:@calendar-standout;
  font-size:1.5em;
}
thead td {
  border:none;
  color:@calendar-standout;
  text-transform:uppercase;
  font-size:1.5em;
}
#btnPrev {
  float:left;
  margin-bottom:20px;
  &:before {
    content:'\f104';
    font-family:FontAwesome;
    padding-right:4px;
  }
}
#btnNext {
  float:right;
  margin-bottom:20px;
  &:after {
    content:'\f105';
    font-family:FontAwesome;
    padding-left:4px;
  }
}
#btnPrev, #btnNext {
  background:transparent;
  border:none;
  outline:none;
  font-size:1em;
  color:@calendar-fade-color;
  cursor:pointer;
  font-family:"Roboto Condensed", sans-serif;
  text-transform:uppercase;
  transition:all 0.3s ease;
  &:hover {
    color:@calendar-standout;
    font-weight:bold;
  }
}
    
    
    
    
    
    /*MAP*/
.map_sec{
    padding-top:40px;
    /*box-shadow: 4px 4px 4px -2px #000;*/
}
    
    
/* Footer */


.footer-contain{
    margin:0;
    padding:50px;
    /*padding-left:30px;*/
    text-align:start;
    background-color: #252525;
    /*background-image: url(../images/slider-repair.jpg);*/
    color: white;
    
    /*overflow: auto;*/
    /*--bs-gutter-x: 0rem;*/
}
.footer-contain .fmenu .news .social{
    padding:20px;
    
}
.news .social p{
    font-size:15px;
}
.news .social h5{
    text-align:center;
}
.fmenu a{
    text-decoration: none;
    color:#fff;
}
.fmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.fsocial-icon{
    color:#fff;
    text-align: start;
}




#copywrite{
    padding:20px;
    text-align:center;
    background-color: #22282E;
    color: #EAFCFF;

}