body{
    font-family: 'Inter', sans-serif;
    background-color: black;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
}
ul li{list-style: none;}
.hero-sec{
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    padding: 0 0 150px;
}
.nav-link{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    
    color: #FFFFFF;
    
    opacity: 0.5;
}
.nav-item.active .nav-link{
    color: white;
    opacity: 1;
}
.nav-item{
    padding-right: 15px;
}
.navbar{
    padding: 24px 0;
}
.hero-sec .text-area h3{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  max-width: 623px;
  background: linear-gradient(to right, #ffffff 36%, #08675a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sec .text-area p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* or 150% */
max-width: 573px;

color: #FFFFFF;
}
.form-heading h3{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 27px;
/* identical to box height */
padding-bottom: 15px;

color: #0C1930;

}
.form-area{
    
background: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
border-radius: 8px;
padding: 30px;
max-width: 661px;
margin: 30px 0;
}
.btn-booking{
    background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
/* Shadow / 2dp */

box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
border-radius: 8px;
width: 187px;
height: 44px;
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 22px;
/* identical to box height, or 129% */
position: relative;
letter-spacing: -0.41px;

/* White */

color: #FFFFFF;
}
.btn-flex{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.btn-booking::before{
    content: "";
    background: url(../images/tick.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 25px;
    top: 15px;
}
.book-form label{
    
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */
padding-bottom: 10px;

color: #0C1930;

}
.book-form .form-control{
    height: 44px;
    max-width: 187px;
}
.book-form select{
    background: url(../images/select.png) 90% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */


color: #929AA9;

}
.popup{

    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px 20px;
    max-width: 250px;
    margin-left: -150px;
    height: 97px;
    margin-top: 50px;
    position: relative;
}
.popup::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/popup-icon.png) no-repeat;
    background-color: white;
    right: 0;
    bottom: -2px;
    border-radius: 2px;
    transform: rotate(
278deg
);
}
.popup p{
    
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* or 150% */


color: #000000;
}

.book-repair{
    background: #7688C9;
border-radius: 12px;
max-width: 312px;
height: 86px;
padding: 0 20px;
display: flex;
position: relative;
z-index: 5555;
justify-content: space-between;
align-items: center;
}
.book-repair p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 140%;
/* or 22px */

/* On Surface / Light / High-emphasis */

color: #181819;
}
.repair-black{
    font-family: 'Inter'sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 140%;
/* or 22px */

text-decoration-line: underline;

/* On Surface / Light / High-emphasis */

color: #181819;

}
.booking-sec{
    padding: 50px 0;
}
.track-order{
    
background: #E6E7E9;
border-radius: 12px;
max-width: 312px;
height: 86px;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

.claim-order{
    max-width: 312px;
height: 86px;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
background: #5A5B63;
border-radius: 12px;
}
.repair-white{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 140%;
/* or 22px */

text-decoration-line: underline;

color: #FFFFFF;

}
.easy-service-detail h1{
    
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 800;
font-size: 80px;
background: linear-gradient(to right, #ccdbea 0%, #330867 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 120%;
/* or 96px */
}
.easy-service-detail p{
    
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 150%;
/* or 42px */

padding: 20px 0;
color: #A9ACB8;
}
.easy-service-detail{
    max-width: 518px;
    margin-top: 100px;
}
.easy-service{
    background: url(../images/easy-service.png) no-repeat 70% top;
}
.service-box h4{
    
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    padding: 20px 0 15px;
    
    color: #CED3E0;
}
.service-box p{
    font-family: 'Inter'sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 140%;
/* or 25px */
max-width: 265px;

color: #70737A;

}
.services-area{
    margin-top: 110px;
}
.service-box img{
    height: 45px;
}

.choose-area h3{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 800;
font-size: 80px;
line-height: 120%;
max-width: 681px;
background: linear-gradient(to right, #ccdbea 0%, #330867 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-top: 150px;
}
.choose-us{
    padding: 50px 0;
    position: relative;
}
.choose-us::before{
    content: "";
    background: url(../images/shade.png) no-repeat right top;
    position: absolute;
    width: 100%;
    height: 1000px;
    top: -100%;
    left: -50%;
}
.choose-area p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 120%;
/* identical to box height, or 22px */

padding-top: 70px;
color: #CED3E0;

}
.choose-area h6{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 140%;
/* or 48px */
padding-top: 10px;

color: #77777A;
}
.specular{
    position: absolute;
    opacity: 0.8;
    right: 20%;
    top: 22%;
    transform: rotate( 
15deg
 );
}
.ball{
    position: absolute;
    opacity: 1;
    left: -105px;
    top: 1%;
    z-index: -555;
   
}
.square-box{
    position: absolute;
    opacity: 0.8;
    right: 0;
    top: 60%;
}
.diagnosis .img-area{
    display: flex;
    justify-content: center;

}
.diagnosis h3{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 140%;
/* identical to box height, or 48px */
padding-top: 20px;
text-align: center;

color: rgba(118, 136, 201, 0.9);

}
.diagnosis{
    
    background: #141519;
    border: 1px solid #27282E;
    box-sizing: border-box;
    border-radius: 12px;
    max-width: 484px;
    margin-left: auto;
    margin-top: 75px;
    padding: 50px 0 ;
}
.general-service h3{
 

color: rgba(255, 255, 255, 0.9);

}
.diagnosis .img-area img{
    height: 100px;
}
.device-heading h3{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 800;
font-size: 64px;
line-height: 120%;
/* or 77px */
max-width: 696px;
margin: 0 auto;
background: linear-gradient(to right, #ccdbea 0%, #330867 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}
.device-heading p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
/* or 36px */
max-width: 882px;
margin: 0 auto;
padding: 20px 0;
text-align: center;
margin-bottom: 30px;
color: #A9ACB8;
}
.device-repairing{
    margin: 50px 0;
}
.repairing-service .text-area h5 span{
    opacity: 70% ;
    font-weight: normal;
}
.repairing-service .text-area h5{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 30px;
/* or 136% */
opacity: 100%;
text-align: center;
padding: 15px 0;
color: #FFFFFF;

}
.repairing-service .img-area {
    display: flex;
    justify-content: center;
}
.divider{
    background: #27282E;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}
.service-heading .text-area h3{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 120%;
/* identical to box height, or 58px */
max-width: 980px;
margin: 0 auto;

color: #A9ACB8;

}
.service-heading .text-area p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
/* or 36px */
max-width: 716px;
margin: 0 auto;
text-align: center;
padding: 20px 0;
color: #70737A;
}
.services-looking{
    padding: 50px 0;
}
.service-heading{
    position: relative;
}
.service-heading::after{
    content: "";
    background-image: url(../images/ball-2.png);
    background-repeat: no-repeat;
    height: 158px;
    width: 150px;
    position: absolute;
    right: 104px;
    top: -82px;
    z-index: -555;
}
.services-box{
    background: #292929;
    border-radius: 16px;
    max-width: 156px;
    height: 147px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
    width: 156px;
    flex-direction: column;
    margin-right: 20px;
    justify-content: center;
}
.services{
   display: flex;
   justify-content: center;
   position: relative;
   margin-top: 30px;
   flex-wrap: wrap;
}
.services-box .img-area {
    display: flex;
    justify-content: center;

}
.services-box .text-area h5{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-align: center;
padding: 15px 0;
color: #FFFFFF;

}
.services::after{
    content: "";
    background: url(../images/square-box-2.png) no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    right: 16px;
    top: -50px;
}
.services-box.active{
    border: 2px solid #DDA533;
}
.brand-heading{
    height: 1px ;
    width: 380px;
    margin: 0 auto;
    position: relative;
    z-index: -555;
    background: #272727;
    display: flex;
    align-items: center;
}
.choose-brand{
    margin-top: 50px;
}
.brand-heading .text-area{
    background: #000000;
border: 1px solid #3E3E3E;
box-sizing: border-box;
border-radius: 99px;
max-width: 244px;
margin: 0 auto;
}
.brand-heading .text-area h6{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 13px;
/* identical to box height, or 108% */
padding: 5px 20px;
text-align: center;
letter-spacing: 0.07px;

/* White */

color: #FFFFFF;
}
.mobile-brands .brand-img{
    background: #292929;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.mobile-brands .brand-name{
    background: #000000;
border: 1px solid #3E3E3E;
box-sizing: border-box;
border-radius: 99px;
margin-left: 10px;

}
.icon-with-name{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.mobile-brands .brand-name h5{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 13px;
/* identical to box height, or 118% */
padding: 8px 15px;
text-align: center;
letter-spacing: 0.07px;

/* White */

color: #FFFFFF;
}
.mobile-brands{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.mobile-brands .brand-img.active{
    border: 2px solid #DDA533
    ;
}
.phone-detail{
    background: #1C1C1C;
    border-radius: 8px;
    height: 190px;
    width: 176px;
    display: flex;
    margin-right: 7px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.phone-detail .phone-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone-name h4{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;
/* identical to box height, or 157% */

text-align: center;
letter-spacing: -0.41px;
padding-top: 10px;
color: #FFFFFF;

}
.phone-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;

}
.phone-detail.active{
    border: 2px solid #DDA533
    ;
}


/* Calender Css */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker.datepicker-rtl {
    direction: rtl;
  }
  .datepicker.datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
  }
  .datepicker > div {
    display: none;
  }
  .datepicker.days div.datepicker-days {
    display: block;
  }
  .datepicker.months div.datepicker-months {
    display: block;
  }
  .datepicker.years div.datepicker-years {
    display: block;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #A9D3AB;

    font-size: 13px;
    font-weight: 700;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day.focused {
    background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
    /* Shadow / 2dp */
    color: white;
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
    cursor: pointer;
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #747474;
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #747474;
    cursor: default;
  }
  .datepicker table tr td.today,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover {
    background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
    /* Shadow / 2dp */
    
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
  
    color: #ffffff !important;
  }
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #ff8c00;
  }
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
  }
  .datepicker table tr td.today:hover:hover {
    color: #000;
  }
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }
  .datepicker table tr td.range,
  .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today,
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:hover {
    background-color: #ff8c00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today:hover:hover,
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today.disabled:hover:hover,
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today:hover.disabled,
  .datepicker table tr td.range.today.disabled.disabled,
  .datepicker table tr td.range.today.disabled:hover.disabled,
  .datepicker table tr td.range.today[disabled],
  .datepicker table tr td.range.today:hover[disabled],
  .datepicker table tr td.range.today.disabled[disabled],
  .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
  }
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected:hover:hover,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.disabled:hover:hover,
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected:hover.disabled,
  .datepicker table tr td.selected.disabled.disabled,
  .datepicker table tr td.selected.disabled:hover.disabled,
  .datepicker table tr td.selected[disabled],
  .datepicker table tr td.selected:hover[disabled],
  .datepicker table tr td.selected.disabled[disabled],
  .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
  }
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
  }
  
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active:hover.disabled,
  .datepicker table tr td.active.disabled.disabled,
  .datepicker table tr td.active.disabled:hover.disabled,
  .datepicker table tr td.active[disabled],
  .datepicker table tr td.active:hover[disabled],
  .datepicker table tr td.active.disabled[disabled],
  .datepicker table tr td.active.disabled:hover[disabled] {
    background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
    /* Shadow / 2dp */
    color: white;
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
  
    color: #fff !important;
  }
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .datepicker table tr td span:hover {
    background: #eeeeee;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active[disabled],
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ff8c00;
  }
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #999999;
  }
  .datepicker th.datepicker-switch {
    width: 145px;
  }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer;
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #EEECF1;

  }
  .datepicker thead tr:first-child th:hover,
  .datepicker tfoot tr th:hover {
    background: transparent;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
  }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
  }
  .datepicker.dropdown-menu th,
  .datepicker.datepicker-inline th,
  .datepicker.dropdown-menu td,
  .datepicker.datepicker-inline td {
    padding: 4px 5px;
  }
  
  .datepicker .dow {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 36px;
    letter-spacing: 3.33333px;
    text-transform: uppercase;
    color: #EEECF1;
    font-size: 13px;
  }
  
  .datepicker-months .prev,
  .datapicker-months .next,
  .datepicker-years .prev,
  .datepicker-years .next {
    width: 58px;
  }
  
  .datepicker-days tbody td:nth-child(6),
  .datepicker-days tbody td:nth-child(7) {
    color: #A9D3AB;

  }
 
  
  /* app */
  .charset {
      box-shadow: 1px 1px 10px #000;
  }
  
  .app {
    width: auto;
    height: auto;
    margin: 100px 0 0;
  }
  .app:after {
      content: "";
      display: table;
      clear: both;
  }
      .app__side {
          background: #333;
          width: 35%; height: 100%;
          padding: 40px;
          float: left;
  
          color: #ff8c00;
      }
      .app__main {
        background: #1C1C1C;
        border-radius: 22.2222px;
        width: 350px;
        height: 350px;
          float: left;
          padding: 10px;
      }
  
  
  
  /* b-calendar */
  .calendar {
      padding: 0;
  }
      .calendar .datepicker {
          width: 100%;
      }
          .calendar .datepicker table {
              width: 100%;
          }




          /* End Calender */

          .times .time-box{
            background: #1C1C1C;
            /* Shadow / 2dp */
            margin-left: 15px;
            box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
            border-radius: 100px;
            margin-bottom: 15px;
            cursor: pointer;
          }
          .times .time-box h5{
            font-family: 'Inter',sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
            /* identical to box height, or 147% */
            
            text-align: center;
            letter-spacing: -0.41px;
            padding: 5px 15px;
            /* White */
            
            color: #FFFFFF;
          }
          .calender-main{
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .book-service .times{
            display: flex;
            flex-wrap: wrap;
            width: 65%;
          }
          .charge-box .text-area {
            background: linear-gradient(
106.39deg
, #DDA533 38.63%, #E68C1E 78.31%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgb(50 50 71 / 6%), 0px 2px 4px rgb(50 50 71 / 6%);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
          }
          .charge-box .text-area h3{
            font-family: 'Inter',sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 12px;
            line-height: 10px;
            /* identical to box height, or 83% */
            
            text-align: center;
            
            color: #FFFFFF;
          }
          .charge-box .text-area h3 span{
font-size: 23px;
line-height: 28px;
/* identical to box height */


        }
        .charges{
            background: #000000;
border: 1px solid #3E3E3E;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 99px;
margin-left: -9px;
        }
        .charges h5{
            font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 13px;
/* identical to box height, or 118% */
padding: 5px 15px;
text-align: center;
letter-spacing: 0.07px;

color: #FF9500;
        }
        .charge-box{
            display: flex;
            align-items: center;
            margin-left: 20px;
        }

        .btn-bookservice{
            background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
/* Shadow / 2dp */

box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
border-radius: 8px;
font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 22px;
/* identical to box height, or 129% */
position: relative;
letter-spacing: -0.41px;
padding: 10px 50px;
/* White */
margin-left: 20px;

color: #FFFFFF;
        }
        .charges-btn{
            display: flex;
            align-items: center;
            }
            .btn-bookservice::before{
                content: "";
                position: absolute;
                background: url(../images/tick.png) no-repeat;
                height: 15px;
                width: 15px;
                left: 30px;
    top: 15px;
            }

            .key-feature-box .text-area h3{
            
                font-family: 'Inter',sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 80px;
                line-height: 120%;
                max-width: 455px;
                background: url(../images/heading-bg.png);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-align: left;
            }
            .key-feature{
                margin: 50px 0;
            }
            .key-feature-box{
                position: relative;
                max-width: 75%;
                margin: 0 auto;
            }
            .key-feature-box::after{
                content: "";
                background: url(../images/ball-2.png) no-repeat;
                height: 180px;
                width: 180px;
                position: absolute;
                right: 0;
                top: 2px;
            }
            .key-list ul li{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 102%;
/* or 24px */
position: relative;
padding-bottom: 40px;
color: rgba(255, 255, 255, 0.7);
            }
            .key-list ul li::before{
                content: "";
                background: url(../images/green-tick-small.png) no-repeat;
                height: 25px;
                width: 25px;
                position: absolute;
                left: -11%;
                top:0;
            }
            .key-list{
                margin-top: 100px;
                display: flex;
                position: relative;
            }
            .key-list ul.second-child{
                margin-left: 150px;
                position: relative;
            }
            .key-list::after{
                content: "";
                position: absolute;
                background: url(../images/square-box.png) no-repeat;
                height: 100px;
                width: 130px;
                right: -100px;
                top: -50px;
            }
            .key-list ul.second-child::after{
                content: "";
                background: url(../images/specular.png) no-repeat;
                height: 250px;
                width: 250px;
                position: absolute;
                left: 84%;

            }
            .map-sec{
                margin: 150px 0;
            }
            .time-box.active{
                border: 2px solid #DDA533;
            }

            .map{
                max-width: 75%;
                margin: 0 auto;
            }
            .customer-reviews{
                margin: 50px 0;
            }
            .reviews-heading h3{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 80px;
line-height: 120%;
/* identical to box height, or 96px */

text-align: center;
background: url(../images/customer-reviews-bg.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
color: #E63F64;
background-repeat: round;
            }

            .reviews-box{
                background: #1B1C21;
                border-radius: 20px;
                width: 430px;
                padding: 40px;
                margin-bottom: 20px;
            }

            .reviewer-name .text-area h5{
                font-family: 'Inter',sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                /* identical to box height, or 150% */

                letter-spacing: 0.2px;

                /* light text */

                color: #FFFFFF;
            }
            .reviewer-name .text-area h6{
                font-family: 'Inter',sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                /* identical to box height, or 150% */

                letter-spacing: 0.1px;

                /* light text */

                color: #FFFFFF;

            }
            .review-content p{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
/* or 150% */
max-width: 324px;
letter-spacing: 0.2px;
padding-top: 30px;
/* light text */

color: #FFFFFF;

            }
            .reviewer-name{
                display: flex;
            }
            .reviewer-name .text-area{
                padding-left: 20px;
            }

            .reviews{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                max-width: 80%;
                margin: 50px auto;
                position: relative;
            }
            .reviews::after{
                content: "";
                position: absolute;
                background: url(../images/specular.png) no-repeat;
                height: 300px;
                width: 300px;
                left: 98%;
                top: 20px;
            }
            .request-quote{
                margin: 50px 0;
            }
            .quote-main{
                background: #FBFBFB;
                border-radius: 8px;
                padding: 20px 0 20px 20px;
                display: flex;
            }
            .quote-left-sec .text-area h4{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
/* identical to box height */


color: #0C1930;
            }
            .quote-left-sec .text-area h6{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
padding-top: 20px;
max-width: 235px;
color: #0C1930;
            }
            .quote-divider{
                background: #5A54F2;
border-radius: 4px;
height: 2px;
width: 40px;
margin: 0 auto;
margin-top: 20px;
            }
            .quote-left-sec .text-area p{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
/* or 143% */


color: #BBBFC7;
            }
            .quote-left-sec{
                max-width: 345px;
                background: #FFFFFF;
border-radius: 8px;
padding: 20px;
            }
            .quote-left-sec .img-area {
                margin: 80px 0;
            }
            .quote-form{
                width: 100%;
                margin: 0 40px;
            }
            .quote-form label{
                font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
/* identical to box height */


color: #0C1930;
            }
            .quote-form .form-control{
                background: #FFFFFF;
border-radius: 4px;
border: 0;
padding: 20px;
margin-bottom: 20px;
margin-top: 15px;
            }
.quote-form label.contact-info{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
max-width: 75%;
color: #0C1930;
}
.quote-btn{
  
}
.btn-quote{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    background: linear-gradient(
106.39deg
, #DDA533 38.63%, #E68C1E 78.31%);
    box-shadow: 0px 2px 2px rgb(50 50 71 / 6%), 0px 2px 4px rgb(50 50 71 / 6%);
    border-radius: 8px;
    color: #FFFFFF;
    width: 100%;
    padding: 19px 0;
}
.quote-form ::placeholder {
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;

color: #BBBFC7;

  }
  .btn {
    background: linear-gradient(106.39deg, #DDA533 38.63%, #E68C1E 78.31%);
    /* Shadow / 2dp */
    
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
    color: white;
    font-family: 'Inter',sans-serif;
  }
  .doubt-us{
      margin: 100px 0;

  }
  .doubt-us .text-area h3{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    
    color: #FFFFFF;
  }
  .doubt-us .text-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .btn-touch{
      max-width: 25%;
      margin-top: 50px;
  }
  .logo-area{
    display: flex;
    align-items: center;
  }
  .logo-area .text-area{
    margin-left: 35px;
  }
  .logo-area .text-area p{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 25px;
/* or 179% */


color: #FFFFFF;
  }
  .logo-area .text-area a{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    opacity: 40%;
    text-decoration: underline;
    color: #FFFFFF;
  }
  .footer-sec{
    background: #1B1D22;
    padding: 35px 0;
  }
  .footer-menu-links li a{
    font-family: 'Inter',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #FFFFFF;

opacity: 0.5;
  }
  .footer-menu-links{
    display: flex;
    padding: 0;
    justify-content: flex-end;
  }
  .footer-menu-links li{
    margin-left: 50px;
  }
  
  .social-icons{
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
  }
  .social-icons img{
    margin-right: 10px;
  }

  .doc-banner{
    background: url(../images/mobile-docs-bg.png) no-repeat;
    height: 100vh;
  }
  p.address::before{
    content: "";
    background: url(../images/icons/location-pin.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -22px;
  }
  p.phone-num::before{
    content: "";
    background: url(../images/icons/phone-call.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -22px;
  }
  p.email-address::before{
    content: "";
    background: url(../images/icons/email.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -22px;
  }
  .address-area p{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    color: #FFFFFF;
    margin-right: 50px;
    padding-top: 2px;
  }
  .address-area{
    display: flex;
  }
  .top-nav{
    padding: 12px 0;
  }
  .nav-divider{
    height: 1px;
    width: 100%;
    background: white;
    opacity: 0.2;
  }