a{
    text-decoration: none;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Lexend;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/

/*----- poppins font family section start ------*/
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-Regular.eot');
    src: url('../fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Regular.woff2') format('woff2'),
        url('../fonts/Lexend-Regular.woff') format('woff'),
        url('../fonts/Lexend-Regular.ttf') format('truetype'),
        url('../fonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-Medium.eot');
    src: url('../fonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Medium.woff2') format('woff2'),
        url('../fonts/Lexend-Medium.woff') format('woff'),
        url('../fonts/Lexend-Medium.ttf') format('truetype'),
        url('../fonts/Lexend-Medium.svg#Lexend-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-SemiBold.eot');
    src: url('../fonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('../fonts/Lexend-SemiBold.woff') format('woff'),
        url('../fonts/Lexend-SemiBold.ttf') format('truetype'),
        url('../fonts/Lexend-SemiBold.svg#Lexend-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-Bold.eot');
    src: url('../fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Bold.woff2') format('woff2'),
        url('../fonts/Lexend-Bold.woff') format('woff'),
        url('../fonts/Lexend-Bold.ttf') format('truetype'),
        url('../fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #fff;
    position: relative;
}
.header_nav ul li {
    display: inline-block;
    margin-left: 20px;
}
.header_nav ul li.active a{
    color: #1d72f3;
    font-weight: 600;
}
.header_nav ul li a {
    color: #011d47;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 0;
    display: inline-block;
}
.header_nav ul li a:hover{
    color: #1d72f3 ;
}
.hd_contact {
    background: #fff;
    border: 1px solid #011d47;
    padding: 10px 20px;
    display: inline-block;
    color: #011d47;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    border-radius: 10px;
    line-height: 28px;
}
.hd_contact:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.hd_topsocialicon {
    width: 51px;
    height: 51px;
    border-radius: 25px;
    background: linear-gradient(42deg, #8bb9ff 0%, #216ad9 44%, #1d71f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_topsocialicon img{
    width: 20px;
}
.hd_topbtn{
    display: flex;
    justify-content: space-between;
}
.offcanvas_menu_heading {
    color: #216bdd;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.offcan_headernav ul li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #eee;
}
.offcan_headernav ul li:last-child{
    border-bottom: none;

}
.offcan_headernav ul li a {
    color: #666;
    font-weight: normal;
    padding: 5px 0;
    display: inline-block;
}
.offcan_headernav ul li a:hover{
    color: #a0a0a0;
}
.offcanvas {
    transition: transform 0.5s ease-in-out;
}
.offcan_hd {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.mobileoff_social {
    display: flex;
    margin-top: 20px;
}
.custome_btnhd {
    position: absolute;
    top: 20px;
    right: 30px;
}
.offheader_ltsocial {
    background: linear-gradient(42deg, #8bb9ff 0%, #216ad9 44%, #1d71f3 100%);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.offheader_ltsocial img {
    width: 20px;
}
.custome_btnhd {
    position: absolute;
    top: 20px;
    right: 30px;
    background: #216bdd url(../images/close_hdicon.png) no-repeat center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 20px;
    border: 0;
}
.mobile_leftflex {
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    margin-bottom: 30px;
}
.mobil_lftimg {
    background: #216bdd;
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.mobile_lftthd {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}
.mobile_lftlink {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.mobilerht_txt {
    font-size: 16px;
    color: #363636;
    padding-right: 10px;
    margin-bottom: 20px;
}
.mobilerht_link {
    font-size: 14px;
    text-transform: uppercase;
    color: #216bdd;
    background: url(../images/rightarrow_rticon.png) no-repeat right;
    background-size: 12px;
    padding-right: 24px;
}
.offcan_rightmgbox {
    padding-left: 60px;
    border-left: 1px solid #e0e0e0;
    margin-left: 30px;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 2px 10px -5px #a9a9a9;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 80px;
}
.banner_infobox {
    position: relative;
}
.banner_infobox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011d47;
    background: linear-gradient(90deg, #011d47 0%, rgb(1 29 71 / 44%) 47%, rgba(17, 17, 17, 0.06) 60%, rgb(1 29 71 / 0%) 100%);
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 9%;
    width: 500px;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_dotted {
    right: auto;
    margin-left: 9%;
    margin-bottom: 40px;
}
.small_banner_text {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 3.5px rgba(0,0,0,0.08);
    background: #1d72f3;
    border: 1px solid #adceff;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 25px;
}
.banner_disc .small_banner_text {
    background: rgb(29 114 243 / 46%);
}
.banner_disc .small_banner_text strong{
    margin-left: 15px;
}
.banner_textpara {
    font-size: 15px;
    color: #d4d4d4;
    margin-bottom: 20px;
}
.banner_texthd {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    display: inline-block;
    margin-bottom: 25px;
}
.banner_btn2 {
    background: #f37f1f;
    font-size: 17px;
    color: #000;
}
.banner_btnbox .banner_btn2:hover{
    box-shadow: inset 0 80px #fff;
    color: #000;
}
.banner_btnbox .banner_btn {
    color: #fff;
    margin-left: 10px;
    padding: 11px 45px 11px 25px;
    box-shadow: 0px 7px 14.5px rgba(0,0,0,0.07);
    background: #1d72f3 url(../images/right_arrowbtn.png) no-repeat right 15px center;
    border: 1px solid #1d72f3;
    background-size: 13px;
}
.banner_detflex {
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.banner_btnbox .form-select {
    padding: 14px 25px;
    border: 0;
    outline: none;
    box-shadow: none;
}
.bn_iconbox {
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: #d9e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bn_icontextbox {
    font-size: 13px;
    color: #fff;
    width: 75%;
    margin-left: 15px;
}
.bn_icontextbox strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.bn_iconbox img {
    width: 20px;
}
.banner_dotted button {
    width: 75px !important;
}
/*-- banner section end --*/

/*--- locate section start --*/
.locate_info {
    padding: 62px 0 75px;
}
.locate_bluebox {
    background: linear-gradient(42deg, #1d71f3 0%, #216ad9 56%, #8bb9ff 100%);
    padding: 24px 24px 35px 24px;
    border-radius: 15px;
    min-height: 100%;
}
.locate_blueicon {
    width: 61px;
    height: 61px;
    border-radius: 8px;
    background: #3686ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.locate_blueicon img {
    width: 32px;
}
.locate_bluetext strong {
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.locate_bluetext {
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
}
.locate_detailbox {
    margin-bottom: 5px;
}
.locate_detailbox img {
    width: 14px;
}
.locate_detailbox a {
    color: #fff;
    font-size: 14px;
}
.locate_detbtn {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #011d47;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.locate_detbtn strong {
    font-weight: 500;
}
/*-- locate section end --*/

/*-- repair section start --*/
.repair_info{
    background: #f5f9ff;
    padding: 70px 0;
}
.repair_itembox {
    border-radius: 5px;
    box-shadow: 0px 14px 8px rgba(61,126,225,0.08);
    background: #fff;
    border: 1px solid #c3dbff;
    padding: 25px 0;
    text-align: center;
    min-height: 100%;
}
.small_texthd {
    font-size: 12px;
    color: #2e7df4;
    border-radius: 25px;
    box-shadow: 0px 12px 10.5px rgba(0,0,0,0.11);
    background: #ffffff;
    border: 1px solid #d3e3fb;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.small_texthd strong {
    margin-left: 20px;
}
.small_texthd2 {
    background: #deebff;
    border: 1px solid #adceff;
    box-shadow: none;
}
.small_texthd3 {
    background: none;
    color: #fff;
    box-shadow: none;
}
.small_texthd4{
    color: #2e7df4;
}
.main_text_hd {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    color: #011d47;
    margin-bottom: 20px;
}
.main_text_hd2 {
    font-size: 40px;
}
.repair_itemimg {
    min-height: 240px;
    margin-top: 30px;
}
.repair_itemtext {
    font-size: 17px;
    color: #011d47;
    font-weight: 500;
}
.blur_txt {
    position: relative;
    max-height: 260px; /* adjust height */
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 14px;
    color: #282828;
}
.blur_txt strong {
    color: #011d47;
    font-weight: 600;
    font-size: 20px;
    display: block;
    line-height: 25px;
    margin-bottom: 18px;
}
.blur_txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    pointer-events: none;
}
.blur_txt.expanded{
    max-height: 2000px;
}
.blur_txt.expanded::after{
    display: none;
}
/*-- repair section end --*/

/*--- findrep section start --*/
.findrep_info{
    padding: 115px 0 75px;
}
.findrep_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.finditem_box{
    display: flex;
    width: 48%;
    border-radius: 10px;
    box-shadow: 0px 14px 25.5px rgba(0, 0, 0, 0.11);
    border: 1px solid #d3e3fb;
    background: #fff;
    padding: 8px 12px;
    align-items: center;
    margin-bottom: 20px;
    transition: all 500ms ease-in-out;
}
.finditem_box:hover {
    background: #1d72f3;
}
.finditem_icon {
    width: 20px;
    margin-right: 15px;
}
.finditem_icontext strong {
    color: #011d47;
    font-size: 12px;
    font-weight: 500;
    display: block;
    transition: all 500ms ease-in-out;
}
.finditem_icontext a {
    color: #011d47;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.findrep_leftbox {
    padding-right: 70px;
}
.findwrlebox {
    margin-top: 30px;
    padding-right: 110px;
}
.main_text_para {
    font-size: 17px;
    color: #2b2d30;
}
.finditem_box:hover .finditem_icon img{
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}
.finditem_box:hover .finditem_icontext strong ,.finditem_box:hover .finditem_icontext a{
    color: #fff;
}
/*--- findrep section end --*/

/*--- fixing serve start ---*/
.fixingserve_info {
    background: linear-gradient(42deg, #8bb9ff 0%, #216ad9 44%, #1d71f3 100%);
    padding: 70px 0 50px;
}
.find_show {
    font-size: 14px;
    color: #2e7df4;
    background: url(../images/rightarrow_rticon.png) no-repeat right;
    background-size: 10px;
    padding-right: 20px;
}
.fixingserve_itembox {
    border-radius: 7px;
    box-shadow: 0px 24px 14.5px rgba(0,0,0,0.08);
    background: #fff;
    padding: 20px 15px;
}
.fixingsv_icon {
    width: 53px;
    height: 53px;
    border-radius: 5px;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.fixingsv_icon img {
    width: 18px !important;
}
.fixsv_texthd {
    font-size: 17px;
    color: #011d47;
    font-weight: 500;
    margin-bottom: 15px;
}
.fixsv_textpara {
    font-size: 13px;
    color: #4b4b4b;
    margin-bottom: 17px;
}
.fixsv_link {
    font-size: 13px;
    color: #2e7df4;
    background: url(../images/rightarrow_rticon.png) no-repeat right;
    background-size: 10px;
    padding-right: 20px;
}
.fixingserve_owlbox .owl-nav {
    text-align: center;
    margin-top: 40px;
}
.fixingserve_owlbox .owl-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d9e8ff url(../images/fixingleft_arrow.png) no-repeat center !important;
    background-size: 8px !important;
    font-size: 0 !important;
    margin: 10px;
}
.fixingserve_owlbox .owl-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d9e8ff url(../images/fixingright_arrow.png) no-repeat center !important;
    background-size: 8px !important;
    font-size: 0 !important;
    margin: 10px;
}
/*--- fixing serve start ---*/

/*--- additional section start ---*/
.additional_info{
    padding: 70px 0 77px;
}
.main_text_para2 {
    font-size: 14px;
    color: #484848;
}
.additional_topbox {
    margin-bottom: 70px;
    text-align: center;
    padding: 0px 90px;
}
.additional_leftimg {
    margin-right: 40px;
}
.additional_leftimg img {
    height: 398px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.additional_rightbox {
    height: 410px;
    overflow-y: scroll;
    padding-right: 40px;
}
/* width */
.additional_rightbox::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.additional_rightbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d9e8ff;
    border-radius: 10px;
}

/* Handle */
.additional_rightbox::-webkit-scrollbar-thumb {
    background: #1d72f3;
    border-radius: 5px;
}

/* Handle on hover */
.additional_rightbox::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*--- additional section end ---*/

/*--- repairbrand section start ---*/
.clien_btandicon {
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0px 14px 8px rgba(0,0,0,0.08);
    background: #fff;
    border: 1px solid #cee1ff;
    width: 125px;
    min-height: 110px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.clien_btandicon img {
    width: 80px !important;
    height: 100%;
    object-fit: scale-down;
}
.clien_btandicon2 img {
    width: 30px !important;
}
.marquee {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 125px;
}
.trak {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
    display: flex;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.trak:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
.repir_linkbt{
    font-size: 13px;
    color: #4c4d4e;
    margin-top: 30px;
}
.repir_linkbt img{
    width: 10px;
}
/*--- repairbrand section end ---*/

/*-- faq section start --*/
.faq_info{
    padding: 108px 0 100px;
    overflow: hidden;
}
.faqleft_box {
    margin-right: 60px;
}
.faq_rightbox img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 520px;
}
.faqleft_box .accordion-button {
    background: none !important;
    padding: 20px 0;
    font-size: 17px !important;
    color: #011d47 !important;
    font-weight: 600 !important;
}
.faqleft_box .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgb(69 69 69 / 11%) !important;
}
.faqleft_box .accordion-body {
    padding: 20px 0;
    font-size: 14px;
    color: #454545;
}
.faqpart2_flexbox .accordion-item {
    filter: drop-shadow(0px 14px 8px rgba(61,126,225,0.08));
    background-color: #ffffff;
    border: 1px solid #d9e8ff;
    margin-bottom: 17px;
}
.faqpart2_flexbox .accordion-body {
    font-size: 14px;
    color: #454545;
}
.faqpart2_flexbox .accordion-body strong{
    color: #1d71f3;
    font-weight: 600;
}
.faqpart2_flexbox .accordion-button {
    background: none;
    font-size: 15px;
    color: #011d47;
    font-weight: 500;
}
/*-- faq section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    background: linear-gradient(42deg, #8bb9ff 0%, #216ad9 44%, #1d71f3 100%);
    padding: 82px 0 52px;
    margin-top: 85px;
}
.testimonial_box {
    border-radius: 9px;
    box-shadow: 0px 9px 21.5px rgba(4,4,4,0.14);
    background: #fff;
    padding: 36px 25px 22px;
}
.tt_clientimg {
    width: 44px;
    margin-right: 15px;
}
.tt_clienttexthd {
    font-size: 13px;
    color: #6e6e6e;
}
.tt_clienttexthd strong {
    color: #011d47;
    font-size: 17px;
    font-weight: 500;
    display: block;
}
.tt_starimg {
    width: 85px;
    margin-bottom: 15px;
}
.tt_startext {
    font-size: 14px;
    color: #393939;
    margin-bottom: 18px;
    height: 200px;
    overflow-x: hidden;
}
.tt_googlebox {
    border-radius: 7px;
    background: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 13px;
    color: #011d47;
}
.tt_googlebox img {
    width: 19px;
    margin-right: 5px;
}
.tt_star {
    width: 60px !important;
    margin: 0 8px;
}
.tt_rightbox {
    display: flex;
    justify-content: right;
}
.tt_suppbox2{
    margin: 0 10px;
}
.tt_arrowbtn {
    display: flex;
}
.tt_arrowbtn .prev-btn {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #d9e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.tt_arrowbtn .next-btn {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #d9e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tt_arrowbtn img {
    width: 8px;
}
/*-- testimonial section start --*/

/*-- bestphonerep section start --*/
.bestphonerep_info {
    padding: 90px 0 105px;
}
.bestphone_topbox {
    width: 80%;
    margin: 0 auto;
}
.bestph_flexbox {
    display: flex;
    align-items: center;
}
.bestphone_icon {
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: #d9e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.bestphone_icon img {
    width: 20px;
}
.bestphone_text {
    font-size: 13px;
    color: #696969;
}
.bestphone_text strong {
    font-size: 14px;
    color: #171717;
    display: block;
    text-transform: uppercase;
}
.book_contbtn {
    background: #1d72f3;
    border: 1px solid #1d72f3;
    color: #fff;
}
.exprepair_info {
    margin-bottom: 95px;
}
.exprepair_leftimg{
    margin-right: 35px;
}
.exprepair_leftimg img {
    height: 320px;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}
/*-- bestphonerep section end --*/

/*-- prefecting section start --*/
.prefecting_info {
    background: linear-gradient(94deg, #1d71f3 0%, #216ad9 56%, #8bb9ff 100%);
    padding: 50px 0 38px;
    position: relative;
}
.prefecting_rtimg {
    position: absolute;
    bottom: 0;
}
.prefecting_lftbox .main_text_hd {
    font-size: 25px;
    line-height: 35px;
}
.prefecting_lftbox .main_text_para {
    font-size: 14px;
    color: #e4e4e4;
}

/*-- prefecting section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #f2f7ff;
    padding: 65px 0 0;
}
.footer_hd_text {
    color: #011d47;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.footer_abouttext {
    font-size: 14px;
    color: #fff;
}
.footer_head {
    padding-left: 15px;
}
.footer_list ul li {
    padding-bottom: 4px;
}
.footer_list ul li a {
    color: #222222;
    font-size: 13px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #1d72f3;
}
.footer_list2{
    /* display: grid; */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.footer_debox .finditem_box{
    margin-bottom: 0;
}
.footer_social img{
    width: 38px;
    margin-right: 10px;
}
.footer_copy_text {
    margin-top: 50px;
    color: #011d47;
    padding: 25px 0 18px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer_copy_text a{
    color: #011d47;
}
.footer_copy_text a:hover{
    color: #1d72f3;
}
/*---- footer section end ----*/

.banner_innerinfo {
    background: #1d71f3;
    padding: 100px 0;
    margin-top: 80px;
}
.banner_text_hd {
    text-align: center;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #1d71f3 ;
    cursor: pointer;
    padding: 4px 10px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #000;
}


/*-- abhishek --*/


.repair_btn {
    background: #07090b;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    border-radius:5px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    border: none;
}
/* .repair_btn:hover {
    box-shadow: inset 0 80px #646464;
    color: #fff;
} */
.repair_page_box {
    /*background: url(../images/repair-bg.jpg) no-repeat center top;
  background-image: linear-gradient(26deg, #1f9743 0%, #a7cf2f 100%);*/
    padding: 30px 30px;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #B8B8B8;
    border-top: 5px solid #011d47;
}
/* .repair_page_box:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
} */
.repair_page_box .about-title2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-title5 {
    font-size: 28px;
    color: #1381af;
    font-weight: bold;
    line-height:36px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-title4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 10px 0;
}
.repair_submit_btn {
    background: #07090b;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    margin-top: 18px;
    display: inline-block;
    width: 235px;
    text-align: center;
}
.repair_submit_btn span {
    font-size: 14px;
    color: #060606;
}
.inner_pg_info {
    margin: 50px 0;
}
.inner_pg_info_repair {
    margin: 130px 0 50px 0;

}
.inner_info_repair {
    margin: 84px 0 50px 0;

}
.about-title2 {
  font-size: 35px;
  color: #1e73f3;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
}
.about-title2 span{
        color: #011d47;
    }
    .choose_device_block {
	margin-bottom: 35px;
	text-align: center;
}
.choose_device_block_inner {
	background: #fff;
	box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
	border-radius: 7px;
	display: block;
	min-height: 100%;
	padding:  10px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.choose_device_block_inner::before, .choose_device_block_inner::after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.draw {
	transition: color 0.25s;
}
.draw::before, .draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.draw::before {
	top: 0;
	left: 0;
	border-radius: 7px;
}
.draw::after {
	bottom: 0;
	right: 0;
	border-radius: 7px;
}
.draw:hover {
	color: #fc7217;
}
.draw:hover::before, .draw:hover::after {
	width: 100%;
	height: 100%;
}
.draw:hover::before {
	border-top-color: #fc7217;
	border-right-color: #fc7217;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
	border-bottom-color: #fc7217;
	border-left-color: #fc7217;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet:hover {
  color: #fc7217;
	border-radius: 7px;
}
.meet::before {
	border-radius: 7px;
}
.meet::after {
	top: 0;
	left: 0;
	border-radius: 7px;
}
.meet:hover::before {
	  border-top-color: #1D72F3;
  border-right-color: #011d47;
}
.meet:hover::after {
	border-bottom-color: #1381AF;
	border-left-color: #1381AF;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.choose_device_block_inner:hover {
	box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.3);
}
.choose_device_block_img {
  /* padding: 20px; */
  margin-bottom: 10px;
}
.choose_device_block_inner img {
	width: 50px;
}
.choose_device_block_text {
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
.searchicon {
  border: none;
  background: none;
  padding-right: 10px;
}
.repair_page_topbar {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.progress {
	height: 6px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #dcdcdc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar {
	background: #1D72F3;
}
.repair_page_topbar_heading {
	color: #999;
	font-size: 14px;
	margin-right: 15px;
	position: relative;
}
.repair_page_topbar_text {
	color: #333;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
}
.common_back_btn {
    display: inline-block;
    vertical-align: middle;
    background: #1d72f3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    /* margin-left: 38px; */
    transition: ease 0.8s all 0s;
}
.common_back_btn:hover {
    box-shadow: inset 370px 0 0px #011d47;
}

.fixed-top {
  border-bottom: 1px solid #ddd;
}
.problem-label{
    display:flex;
    align-items:center;
    cursor:pointer;
    margin:0;
    font-weight:600;
    position:relative;
    user-select:none;
}

.problem-label input{
    display:none;
}

/* Custom Checkbox */

.custom-checkbox{
    width:22px;
    height:22px;
    border:2px solid #d6d6d6;
    border-radius:6px;
    margin-right:12px;
    position:relative;
    transition:all .3s ease;
    flex-shrink:0;
}

/* Tick */

.custom-checkbox::after{
    content:"";
    position:absolute;
    left:6px;
    top:2px;
    width:6px;
    height:11px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg) scale(0);
    transition:.2s ease;
}

/* Checked */

.problem-label input:checked + .custom-checkbox{
    background:#0d6efd;
    border-color:#0d6efd;
}

.problem-label input:checked + .custom-checkbox::after{
    transform:rotate(45deg) scale(1);
}

/* Hover */

.problem-label:hover .custom-checkbox{
    border-color:#0d6efd;
    box-shadow:0 0 0 5px rgba(13,110,253,.08);
}

.problem-text{
    font-size:16px;
    color:#333;
}

.banner_innerinfo .breadcrumb {
    font-size: 15px;
    font-weight: 500;
}
.banner_innerinfo .breadcrumb-item.active, .banner_innerinfo .breadcrumb-item a, .banner_innerinfo .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.inner_repsv {
    background: #ecf4ff;
    box-shadow: 0px 0px 8px -4px #454545;
    padding: 30px 60px;
    border-top: 2px solid #1d71f3;
    border-bottom: 2px solid #1d71f3;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto;
}
.inner_text_hd {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #1d72f3;
    font-weight: 500;
    margin-bottom: 10px;
}
.inner_text_para {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}
.reslink {
    font-size: 15px;
    background: #1d72f3;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    display: inline-block;
}
.repair_bginfo {
    margin-top: 70px;
    background: #f1f1f1;
    padding: 60px 0;
}
.rep_bgtexthd {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}
.rep_bgtextpara {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.table_mainbox {
    border: 1px solid #f2f2f2;
    padding: 25px;
    margin-top: 40px;
}
.inner_serveitem {
    background: #fff;
    box-shadow: 0px 0px 7px -4px #5f5f5f;
    min-height: 100%;
    padding: 20px;
}
.inner_svitemicon {
    width: 50px;
    margin-bottom: 20px;
}
.inner_svitemicon img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(5222%) hue-rotate(209deg) brightness(99%) contrast(92%);
}
.inner_serveitem .inner_text_hd {
    font-size: 18px;
    color: #1d72f3;
    line-height: 24px;
}
.inner_tabinfo ,.inner_continfo ,
.inner_servebgcont ,.inner_supportinfo{
    margin-top: 70px;
}
.inner_bgcont {
    background: #1d72f3;
    padding: 50px;
    margin-top: 70px;
}
.inner_bgcont .inner_text_hd ,
.inner_bgcont .inner_text_para ,
.inner_bgcont .inner_text_hd2 ,
.inner_bgcont .inner_svprice{
    color: #fff;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 10px 26px;
    line-height: 22px;
    font-weight: 400;
    list-style: none;
    background-size: 18px;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_bgcont .inner_page_list ul li {
    background: url(../images/checkmark2.png) no-repeat left 4px;
    background-size: 18px;
    color: #fff;
}
.inner_contltbox {
    background: #fff;
    min-height: 100%;
    padding: 25px;
    border: 1px solid #c9dfff;
}
.inner_contltbox2{
    background: #1d72f3;
}
.inner_contltbox .inner_text_hd {
    color: #1d72f3;
    font-size: 18px;
    line-height: 25px;
}
.inner_contltbox2 .inner_text_hd ,
.inner_contltbox2 .inner_text_para ,
.inner_contltbox2 .inner_text_hd2 {
    color: #fff;
}
.inner_contltbox2 .inner_page_list ul li{
    background: url(../images/checkmark2.png) no-repeat left 4px;
    background-size: 18px;
    color: #fff;
}

.inner_contltbox .inner_text_hd2 {
    font-size: 17px;
    line-height: 22px;
}
.inner_ctabox {
    background: linear-gradient(42deg, #8bb9ff 0%, #216ad9 44%, #1d71f3 100%);
    padding: 50px 25px;
    margin-top: 70px;
    border-radius: 10px;
}
.inner_ctabox .inner_text_hd ,
.inner_ctabox .inner_text_para ,
.inner_ctabox .inner_text_hd2{
    color: #fff;
}
.table_innertexthd {
    font-size: 15px;
    color: #1d72f3;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_pgimg img {
    background: #fff;
    padding: 8px;
    box-shadow: 0px 0px 5px -2px #3c3c3c;
}
.table_mainbox table th {
    color: #1d72f3;
}
.inner_svimg img {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
    margin-bottom: 20px;
}
.inner_svprice {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.inner_svprice strong {
    font-size: 18px;
    color: #ff5555;
    font-weight: 600;
}
.inner_suppitem {
    display: flex;
    background: #1d72f3;
    padding: 30px 15px;
    min-height: 100%;
    border-radius: 10px;
}
.inner_suppicon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_suppicon img {
    width: 35px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(5222%) hue-rotate(209deg) brightness(99%) contrast(92%);
}
.inner_supptexthd {
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
}
.inner_supptexthd strong {
    display: block;
    font-size: 17px;
}
.inner_svimg2 img {
    height: 300px !important;
    object-position: top;
}
.inner_casebg {
    background: #e5f0ff;
    padding: 50px 0;
}
.hr_marg {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 25px 0;
}
.in_mobileimg {
    width: 170px;
    margin-bottom: 20px;
}
.inner_revbox strong{
    display: block;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.hd_topbtn .hd_contact{
    display: none;
}
.hd_topbtn{
    justify-content: center;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (min-width : 1024px) and (max-width : 1200px) {

}

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

}

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

}

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

}

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

}

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

}

