﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&amp;display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    color: #000000;
}
.bg-white {
    background-color: #fff !important;
}
/*css for jeeves Theme*/

#headerbar {
    background-color: #102a83;

}

.lp-footer {
background: #1355cc;
}

.head-title h1 {
font-size: 40px;
font-weight: 300;
margin-bottom: 21px;
font-weight: bold;
}

    .head-title h1 strong {
        color: #102a83;
        font-weight:bold;
    }
.bg-grey {
    background: rgb(225 225 225 / 98%);
}

.navbar {
    margin-bottom: 0;
}


/*End css for jeeves Theme*/



/* CSS Document */
.margin-20 {
    margin-top: 20px
}

.margin-10 {
    margin-top: 10px
}

.margin-30 {
    margin-top: 30px
}

.padding-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.padding-30 {
    padding: 30px
}

.margin-50 {
    margin-top: 50px
}

.margin-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.pading-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.pading-15 {
    padding: 15px
}


.spcl-text h2 {
    margin: 5px
}

#wraper {
    clear: both;
    position: relative;
    height: auto;
    margin-top: 80px;
    background-color: #999
}

.form_design {
    background-color: #fff;
    height: auto;
    padding: 5px 15px;
    z-index: 1;
    border: 8px solid rgba(255,255,255,.7)
}

.form-group {
    margin: 10px 0
}

    .form-group label {
        color: #fff
    }

.form_design h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.centered {
    display: block;
    line-height: 70px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.carousel-caption {
    position: absolute;
    right: 40%;
    top: 25%;
    left: 15%;
    z-index: 200;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption h1 {
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 36px;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 1px
    }

.slider_btn {
    padding: 7px 12px;
    font-weight: 700
}

.form_btn {
    padding: 7px 15px;
    font-weight: 700;
    margin: 10px 0
}

.color_blue {
    color: #00b3e4;
    font-weight: 700
}

.background-color {
    color: #fff;
    line-height: 1.5;
    background: #152545 url(../Images/tablet-repair.jpg) no-repeat
}

}

.my-pro h2, .my-pro small, .spcl-text {
    color: #fff
}

    .spcl-text h2 {
        font-size: 45px
    }

.my-pro small {
    font-size: 15px !important
}

.list-inline {
    color: #43c3ea;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Josefin Sans',sans-serif
}

    .list-inline li i {
        font-size: 7px
    }

.my-pro {
    padding: 60px 0
}

.my-pro1 {
    padding: 90px 0
}

.my-pro-1 {
    padding: 171px 0 165px 0
}

.my-proF {
    padding: 90px 0 120px 0
}

.label-info {
    font-size: 13px;
    padding: 3px 15px
}

.main-img img {
    margin: 0 auto
}

.about-yaantra {
    text-align: center;
    padding-top: 10px !important;
    line-height: 28px;
    color: #333;
    font-size: 17px
}

    .about-yaantra span {
        color: #17c1f2
    }

.ipad-popup2, .ipad-popup2 h4 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px
}

.my-Ipad-popup {
    padding: 0
}

.Popup-Close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 1;
    right: 10px
}

.ipad-popup-l {
    width: fit-content !important
}

#pulse_animation {
    animation-name: pulse;
    animation-duration: 2s;
    position: relative
}

.pulse {
    position: relative;
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: infinite;
    animation: mymove infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)

    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.popular-brand {
    padding-bottom: 15px;
    background-color: #fff
}

.brand1 {
    padding: 39px 15px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    z-index: 2;
    min-height: 100px !important;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s
}

    .brand1:hover {
        box-shadow: 0 30px 30px rgba(0,0,0,.1);
        position: relative;
        z-index: 100;
        transform: translate(0,-5px);
        -moz-transform: translate(0,-5px);
        -webkit-transform: translate(0,-5px);
        -o-transform: translate(0,-5px);
        -ms-transform: translate(0,-5px)
    }

.brand {
    background: #fff none repeat scroll 0 0;
    padding: 30px 15px;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    z-index: 2;
    min-height: 100px !important;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s
}

    .brand:hover {
        box-shadow: 0 30px 30px rgba(0,0,0,.1);
        position: relative;
        z-index: 100;
        transform: translate(0,-5px);
        -moz-transform: translate(0,-5px);
        -webkit-transform: translate(0,-5px);
        -o-transform: translate(0,-5px);
        -ms-transform: translate(0,-5px)
    }

    .brand img {
        width: 100px;
        height: 40px
    }

.achievement {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1
}

    .achievement::before {
        background: rgba(21,37,69,.95) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .achievement .single-item {
        background: rgba(0,0,0,.1) none repeat scroll 0 0;
        height: auto;
        width: 100%;
        display: block;
        padding: 10px 0;
        position: relative;
        text-align: center
    }

        .achievement .single-item .border {
            background: #43c3ea none repeat scroll 0 0;
            display: inline-block;
            height: 1px;
            margin: 12px 0 6px;
            width: 50px
        }

.achievement_box {
    border: 2px solid #3f95d2;
    margin: 30px auto
}

.achievement .single-item h2 {
    color: #ccc;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 42px;
    margin-top: 5px
}

.achievement .single-item p {
    color: #fff;
    padding: 0;
    text-transform: uppercase
}

.scroll-text {
    background-color: #fff;
    padding: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.back-col {
    background-color: #43c3ea
}

    .back-col h2, .back-col h4, .back-col h3 {
        margin: 0;
        line-height: 1.5
    }

.footer-strip h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 10px
}

.refurb-product, .unboxed-product, .about-category {
    width: 100%;
    padding: 15px 0;
    background-color: #fff
}

.pro-label {
    background-color: #fb641b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px !important;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    width: 40px;
    z-index: 99
}

    .pro-label::before {
        border: 1px solid #fff;
        bottom: 1px;
        content: "";
        left: 1px;
        position: absolute;
        right: 1px;
        top: 1px
    }

    .pro-label::after {
        background-color: #fb641b;
        bottom: 100%;
        content: "";
        height: 20px;
        left: 50%;
        position: absolute;
        width: 1px
    }

.pro-label-second {
    top: 354px
}

.product-detail-full {
    width: 100%;
    text-align: left
}

    .product-detail-full p {
        padding: 10px 5px 2px 0;
        color: #777;
        font-size: 16px;
        margin-bottom: 0;
        clear: both
    }

        .product-detail-full p a {
            color: #777;
            text-decoration: none
        }

        .product-detail-full p span {
            font-size: 14px
        }

    .product-detail-full h4 {
        padding: 0 0 0 0;
        font-weight: 700;
        color: #777;
        margin-top: 0;
        margin-bottom: 0
    }

        .product-detail-full h4 small {
            color: #fb641b
        }

    .product-detail-full > a > .btn-buy {
        background-color: #fea31c;
        color: #fff;
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 2px
    }

        .product-detail-full > a > .btn-buy:hover {
            background-color: #fea31c;
            color: #fff;
            margin-bottom: 2px;
            border-radius: 3px
        }

.nav-tabs {
    border: 1px solid #ddd
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #075159;
        border: none
    }

    .nav-tabs > li {
        border-right: 1px solid #ddd;
        margin-bottom: -2px !important
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 0 solid transparent;
            border-radius: 0 0 0 0;
            padding: 12px 15px;
            margin-right: 0;
            color: #075159
        }

            .nav-tabs > li > a:hover {
                background-color: #075159;
                color: #fff
            }

.tab-content {
    border: 1px solid #ddd;
    min-height: 200px
}

    .tab-content > .tab-pane {
        padding: 15px
    }

        .tab-content > .tab-pane h4 {
            font-weight: 700;
            color: #075159
        }

        .tab-content > .tab-pane ul li {
            color: #666;
            line-height: 1.8
        }

.section-header-separator::before {
    left: -25px;
    top: -5px
}

.section-header-separator::before {
    content: '';
    position: absolute;
    width: 80px
}

.section-header-separator {
    position: relative;
    width: 30px;
    margin: 20px auto
}

.centered {
    style ="display:block; line-height: 70px; width: 100%; text-align: center; margin: 0 auto;;;;
}

.slider_btn {
    padding: 7px 12px;
    font-weight: 700
}

.instant_repair {
    width: 100%;
    clear: both;
    margin: 15px auto
}

.instant_repair_part {
    margin: 15px 0
}

.instant_repair-circle {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: auto;
    background-color: #2a89cd;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

    .instant_repair-circle img {
        padding: 20px
    }

    .instant_repair-circle:hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: translatZ(0) scale(1.2);
        transform: translatZ(0) scale(1.2)
    }

.grayscale {
    -webkit-filter: brightness(1.1) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.1) grayscale(100%) contrast(90%);
    filter: brightness(1.1) grayscale(100%)
}

h2 small {
    display: block;
    font-size: 20px !important;
    color: #777;
    padding-top: 15px
}

.static-repai-sec {
    line-height: 1.5
}

.carousel-fade {
    .carousel-inner;

{
    .item;

{
    transition-property: opacity
}

.item, .active.left, .active.right {
    opacity: 0
}

.active, .next.left, .prev.right {
    opacity: 1
}

    .next, .prev, .active.left, .active.right {
        left: 0;
        transform: translate3d(0,0,0)
    }

}

.carousel-control {
    z-index: 2
}

}

.demo-inner-content {
    position: absolute;
    top: 30%;
    left: 30%;
    color: #fff
}

    .demo-inner-content h1 {
        color: #fff
    }

    .demo-inner-content small {
        color: #fff
    }

stat {
    margin: -80px 0 20px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: #fff
}

#stat .container {
    background: #0e7ae8;
    text-align: center;
    font-weight: 800;
    padding: 15px 80px;
    position: relative;
    margin-top: -81px
}

    #stat .container::before {
        left: -42px;
        right: auto
    }

    #stat .container::before, #stat .container::after {
        content: "";
        position: absolute;
        right: -42px;
        z-index: -1;
        top: 80px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 124px 42px 0 42px;
        border-color: #065bb2 transparent transparent
    }

.form-bg h3 {
    color: #fff;
    -top: 15px;
    font-family: 'Poppins',sans-serifmargin
}

    .form-bg h3 small {
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        font-family: 'Poppins',sans-serif;
        display: block
    }

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-custom {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 15px;
    padding: 3px 30px;
    font-size: 16px;
    text-transform: uppercase
}

.theme_bolder {
    font-weight: 600;
    color: #0e7ae8
}

.issues i {
    border: 1px solid #eee;
    border-radius: 100px;
    color: #0e7ae8;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px
}

.issuesi {
    color: #0e7ae8;
    font-size: 30px;
    transition: all 0.3s ease 0s
}

.issues:hover i {
    background: #0e7ae8;
    border: 1px solid #0e7ae8;
    color: #fff
}

.img-left {
    background-color: #0e7ae8;
    padding-right: 0;
    padding: 8px;
    width: 64px;
    color: #777
}

.how-it-work1 h4 {
    margin: 10px 0
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px
}

    .media-carousel .carousel-control.left {
        left: -12px;
        */ background-image:none;
        background: none repeat scroll 0 0 #fff;
        border: 2px solid #f90;
        height: 30px;
        width: 30px;
        margin-top: 30px;
        color: #f90;
        position: absolute;
        top: -70px;
        left: 91%
    }

    .media-carousel .carousel-control.right {
        background-image: none;
        background: none repeat scroll 0 0 #fff;
        border: 2px solid #f90;
        height: 30px;
        width: 30px;
        top: -40px;
        color: #f90;
        position: absolute;
        right: 39px
    }

.border a, .product-naS a {
    color: #777
}

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

    .media-carousel .carousel-indicators li {
        background: silver
    }

    .media-carousel .carousel-indicators .active {
        background: #333
    }

.media-carousel img {
    width: 74px;
    padding-top: 35px;
    transition: ease-in-out .3s;
    margin: 0 auto
}

    .media-carousel img:hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.2)
    }

.item-border-1 {
    border: 1px solid #ddd;
    height: 222px
}

.sliderbrand img {
    padding: 0;
    width: 125px
}

.sliderbrand {
    height: 60px
}

.border {
    border: 1px solid #ddd;
    background-color: #f4f4f4
}

    .border a, .product-naS a {
        text-decoration: none
    }

.my-pro-slideS h5 {
    margin: 10px 0
}

.product-naS h4 {
    margin: 10px 0
}

.carousel-showmanymoveone {
    .carousel-control;

{
    width: 4%;
    background-image: none;
    &.left;

{
    margin-left: 15px
}

&.right {
    margin-right: 15px
}

}

.cloneditem-1, .cloneditem-2, .cloneditem-3 {
    display: none
}

.carousel-inner {
    @media all and (min-width:768px) {
        @media (transform-3d),(-webkit-transform-3d) {
            > .item.active.right, > .item.next {
                transform: translate3d(50%,0,0);
                left: 0
            }

            > .item.active.left, > .item.prev {
                transform: translate3d(-50%,0,0);
                left: 0
            }

                > .item.left, > .item.prev.right, > .item.active {
                    transform: translate3d(0,0,0);
                    left: 0
                }
        }

        > .active.left, > .prev {
            left: -50%
        }

        > .active.right, > .next {
            left: 50%
        }

        > .left, > .prev.right, > .active {
            left: 0
        }

        .cloneditem-1 {
            display: block
        }
    }

    @media all and (min-width:992px) {
        @media (transform-3d),(-webkit-transform-3d) {
            > .item.active.right, > .item.next {
                transform: translate3d(25%,0,0);
                left: 0
            }

            > .item.active.left, > .item.prev {
                transform: translate3d(-25%,0,0);
                left: 0
            }

                > .item.left, > .item.prev.right, > .item.active {
                    transform: translate3d(0,0,0);
                    left: 0
                }
        }

        > .active.left, > .prev {
            left: -25%
        }

        > .active.right, > .next {
            left: 25%
        }

        > .left, > .prev.right, > .active {
            left: 0
        }

        .cloneditem-2, .cloneditem-3 {
            display: block
        }
    }
}

}

// demo setup only, not needed for carousel .container {
    margin-bottom: 50px
}

@media only screen and (min-width :768px) {
    margin:28px;float:left
}

}

.title {
    padding: 28px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center
}

.bg-light {
    background-color: #f4f4f4
}

.work-img img {
    margin: 0 auto
}

.Repairingbtn {
    padding: 30px
}

    .Repairingbtn a {
        color: #777;
        background-color: #fff;
        padding: 10px 40px;
        border-radius: 50px
    }

.text-light {
    color: #fff
}

.Repairingbtn h3, .new-yaantra-re h4 {
    margin: 0
}

.Repairingbtn input {
    background: transparent
}

.height {
    height: 217px
}

.height-200 {
    height: 200px
}

.height1 {
    height: 290px
}

.new-yaantra-re h4 {
    padding: 10px 0;
    color: #fff
}

.new-yaantra-re:hover {
    background-color: #29a9d0
}

.repair-meter {
    position: relative
}

    .repair-meter fieldset {
        border: 2px solid #9e9e9e;
        border-radius: 10px;
        margin: 0 auto;
        padding: 20px;
        color: #97999b;
        height: auto
    }

        .repair-meter fieldset legend {
            display: block;
            font-family: 'Open Sans',sans-serif;
            font-size: 60px;
            text-align: center;
            color: #777;
            border: none;
            width: max-content
        }

            .repair-meter fieldset legend img {
                display: inline;
                position: relative;
                top: 2px;
                width: 48px
            }

.legend {
    padding: 0;
    border: 0
}

.repairIsec {
    padding: 30px 23%
}

.leftpadd {
    padding: 125px 50px
}

.pad-n-y-trepair {
    padding: 40px 15px
}

.contact-btn a {
    color: #fff;
    background-color: #c20106;
    padding: 9px 30px;
    font-size: 20px;
    border: 2px solid #d40006
}

.contact-btn a {
    text-decoration: none;
    background-color: #d40006
}

.contact-btn {
    padding: 20px
}

.EstimateBtn {
    padding: 10px 40px;
    font-size: 20px
}

.book-list ul, .ul-qost ul {
    list-style: none
}

.carousel-control.left, .carousel-control.right {
    background: none
}

.box-slider {
    width: 70%;
    padding-left: 0 !important
}

.myboxslider {
    height: auto !important
}

.slidplusfa i {
    font-size: 72px;
    margin-left: -62%;
    background: #fff;
    color: #06c1f3;
    margin-top: 22px
}

.quote-left i, .clientcol {
    color: #06c1f3
}

@media (max-width: 1120px) {
    .pad-15 {
        padding: 5px 15px !important;
        font-size: 14px;
    }
    .form-control {
        margin-bottom: 3px;
    }
}


@media only screen and (max-width:1120px) {
    .responsive {
        margin-bottom: 10px
    }

    .responsive25 {
        margin: 25px !important
    }

    .display-none {
        display: none
    }

    .slidplusfa i {
        position: absolute;
        top: -88px;
        right: -192px
    }

    .responsiveadd {
        padding: 40px 15px
    }

    .media-carousel .carousel-control.left {
        left: 89%
    }

    .responpadd15 {
        padding: 15px;
        margin-top: 0
    }
}

@media only screen and (max-width:1100px) {
    .banner-form {
        top: -25px;
    }
    .form-control {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width:1024px) {

    .btn-group-lg > .btn, .btn-lg {
        padding: 2px 16px;
    }
}

    @media only screen and (max-width:480px) {
        .slidplusfa i {
            position: absolute;
            top: -88px;
            right: -110px
        }
    }

    @media only screen and (min-width:220px) and (max-width:768px) {
        .my-pro {
            font-size: 17px;
            text-align: center;
            padding-bottom: 0
        }

        .responsivepadd0 {
            padding: 0
        }

        .display-none {
            display: none
        }

        .spcl-text h2 {
            font-size: 30px
        }

        .list-inline {
            padding: 0 15px
        }

        .my-proF {
            padding: 0
        }

        .nav-tabs > li > a {
            padding: 12px 13px
        }

        .leftpadd {
            padding: 30px
        }

        .padding-15-R {
            padding: 0 15px;
            line-height: 1.5
        }

        .repair-meter fieldset legend {
            font-size: 25px
        }

        .box-slider {
            width: 90%
        }

        .quote-left {
            display: none
        }

        .myboxslider {
            padding: 15px
        }

        #stat .container {
            padding: 15px 10px;
            margin-top: 0
        }

        .Repairingbtn {
            padding: 15px
        }

        .EstimateBtn {
            padding: 1px 20px;
            font-size: 20px
        }
    }

    .responsive50 {
        margin: 50px 0
    }

    .myboxslider {
        padding: 15px
    }

    .responsiveadd {
        padding: 40px 15px
    }

    .responsiveadd51 {
        padding: 51px 15px
    }

    .app-ipad-strip:hover {
        text-decoration: none;
        color: #fff
    }

    .thumbnail {
        border: none
    }

    .padding-bott-150 {
        padding: 150px 50px
    }

    .margin_01 {

        margin: 0
    }

    body {
        background-color: #fff;
    }

    .footer-phone {
        display: none;
    }
    /*testimonials*/
    /*end testimonials*/
    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        border: solid 2px #1cccfe;
    }

    ul li {
        margin-left: 19%;
        font-size: 20px;
        line-height: 40px;
    }

    .n10 {
        margin-top: 5%;
    }

    .pt10 {
        margin-left: 0%;
        background: #fff;
        padding: 20px;
        /* border: 1px solid #38b3e4; */
        box-shadow: 1px 6px 8px 3px #5a5353;
        margin-right: 110px;
        width: 20%;
        border-radius: 5px;
    }

    .background-color {
        background: url(../Images/slider-bg3.jpg) no-repeat;
        background-size: cover;
        min-height: 461px;
    }

    .mobile-repair-background-color {
        background: url(../Images/LandingPagesImage/repair-page-banner.jpg) no-repeat;
        background-size: cover;
        min-height: 461px;
    }



    .watch {
        text-align: center;
        background: #38b3e4;
        padding: 7px
    }

        .watch h5 {
            color: #fff;
            font-size: 25px;
        }

            .watch h5 a {
                color: #fff;
                font-size: 25px;
            }

    .ready {
        background: #000;
        padding: 34px 0 62px 0;
    }

        .ready h5 {
            color: #fff;
            font-size: 35px;
            text-align: center;
        }

    .shadow-btn .btn2 {
        text-transform: uppercase;
        color: #fff;
        border: none;
        font-size: 18px;
        border-radius: 4px;
        font-size: 18px;
        background: #38b3e4;
        padding: 15px 25px;
        margin: 0 4px 3px 12px;
    }

    .ready + div {
        display: none
    }

    .shadow-btn {
        text-align: center;
        margin-top: 45px;
    }

    .about-yaantra {
        padding-top: 30px;
    }

    .main-img img {
        margin: 0 auto;
        width: 93px;
    }
    /*css by prakash*/
    .mobile-repair {
        padding: 40px 0px;
        letter-spacing: 1px;
    }

        .mobile-repair h1 {
            font-size: 38px;
            color: #102a83;
            letter-spacing: 1px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .doorstep {
        font-size: 18px;
        color: #000;
    }

    .pad-20 {
        display: none;
    }

    .service-inr {
        padding: 30px 80px;
        font-size: 15px;
        letter-spacing: 1px;
    }

        .service-inr h2 {
            font-size: 17px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
        }

    .features {
        padding: 2%;
        background-color: #f6f6f6;
        width: 100%;
        box-sizing: border-box;
        margin: auto;
    }

    #chennai p {
        font-size: 17px !important;
    }

    .features h2 {
        font-size: 25px;
        color: #00b3e4;
        letter-spacing: 1px;
        font-weight: bold;
        /*text-transform: uppercase;*/
        margin: 30px 0px 40px 0px;
        text-align: center;
    }

    .section-heading {
        font-size: 30px;
        font-weight: bold;
    }

    section.download {
        padding: 20px 0 !important;
    }

    .mobile-brands {
        font-size: 30px;
        margin: 15px 0px;
        font-weight: bold;
        color: #22314f;
        letter-spacing: 1px;
    }

        .mobile-brands span {
            color: #00b3e4;
            font-weight: normal;
            margin: 0px 8px;
        }

    .feature-row {
        text-transform: capitalize;
        border-bottom: 1px solid #e0d9d9;
        padding: 15px 0px;
        font-weight: normal;
        font-size: 14px;
    }

        .feature-row h3 {
            font-size: 22px;
            font-weight: 500;
            color: #000000;
            text-transform: capitalize;
            margin: 0px 0px 10px 0px;
            letter-spacing: 1px;
        }

    .service-inr h2 span {
        font-size: 25px;
        color: #06c8ff;
        vertical-align: middle;
    }

    .feature-row h3 img {
        margin: 8px 0px;
    }

    .f-row {
        padding-top: 10px;
    }

    .border-btm-none {
        border-bottom: none;
    }

    /*end css by prakash*/
    /* Carousel */

    #quote-carousel {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
        /* Control buttons  */
        /* Previous button  */
        /* Next button  */
        /* Changes the position of the indicators */
        /* Changes the color of the indicators */
    }

        #quote-carousel .carousel-control {
            background: none;
            color: #CACACA;
            font-size: 2.3em;
            text-shadow: none;
            margin-top: 30px;
        }

            #quote-carousel .carousel-control.left {
                left: -60px;
            }

            #quote-carousel .carousel-control.right {
                right: -60px;
            }

        #quote-carousel .carousel-indicators {
            right: 50%;
            top: auto;
            bottom: 0px;
            margin-right: -19px;
        }

            #quote-carousel .carousel-indicators li {
                width: 50px;
                height: 50px;
                margin: 5px;
                cursor: pointer;
                border: 4px solid #CCC;
                border-radius: 50px;
                opacity: 0.4;
                overflow: hidden;
                transition: all 0.4s;
            }

            #quote-carousel .carousel-indicators .active {
                background: #333333;
                width: 128px;
                height: 128px;
                border-radius: 100px;
                border-color: #00b3e4;
                opacity: 1;
                overflow: hidden;
            }

    .carousel-inner {
        min-height: inherit !important;
    }

    .item blockquote {
        border-left: none;
        margin: 0;
    }

        .item blockquote p:before {
            content: "";
            float: left;
            margin-right: 10px;
            background-image: url('../images/LandingPagesImage/quotation-mark.png');
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
        }

    blockquote .small, blockquote footer, blockquote small {
        color: #00b3e4;
        font-size: 20px;
    }

    blockquote p {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .water-damage {
        clear: both;
        color: #0083c8;
        text-align: CENTER;
        font-weight: bold;
        padding: 15px 0px;
        font-size: 19px;
    }

    .nopadding {
        padding: 0px;
    }

    .testimonails h3 {
        color: #1f2021;
        text-align: center;
        padding: 20px 0px;
        letter-spacing: 1px;
        font-size: 28px;
        text-transform: uppercase;
    }

    .btn-yellow {
        background: #1cccfe;
    }

    .pad-10 {
        padding: 10px !important;
    }

    .pad-15 {
        padding: 15px;
    }

    .custom-search .input-group, input, select, textarea {
        border: 1px solid #e5e5e5;
        max-width: 100%;
        padding: 8px 10px;
        border-radius: 0;
    }

    .form-control {
        border-radius: 0;
        box-shadow: none;
    }

    .f20 {
        font-size: 20px;
    }

    .text-info {
        color: #31708f;
    }

    .text-white {
        color: #fff;
        font-size: 15px;
    }

    .repair-nav {
        float: left;
        margin: 10px auto;
        width: 100% !important;
    }

        .repair-nav li {
            margin: 0px 30px !important;
            font-size: 16px;
            line-height: 40px !important;
        }

        .repair-nav a {
            color: #102a83 !important;
            text-decoration: underline;
        }

    .navbar-toggler {
        display: none;
    }


    .bg-dark {
        background: #f1f8ff !important;
    }

    a {
        color: #fff;
        text-decoration: none !important;
    }

    .logo {
        width: 15% !important;
        height: 50% !important;
    }

    .carousel-item {
        height: 350px;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-top {
        height: 205px;
    }

    .slider-top2 {
        background-color: #FFF;
        height: 205px;
    }

    .slider-cont {
        margin-top: -154px;
        position: relative;
    }

    .banner-form {
        position: absolute;
        padding: 20px;
        width: 375px;
        top: -20px;
        right: 40px;
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        margin: 27px 0 200px 70px;
        z-index: 99;
        background-color: #fff;
        font-size: 13px;
        margin-left: 45rem;
    }

    .modal-backdrop {
        z-index: 968 !important;
    }

    /* The container */
    .rd-btn {
        isplay: inline;
        position: relative;
        padding-left: 23px;
        margin-right: 40px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .rd-btn input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom radio button */
    .checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .rd-btn:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .rd-btn input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .rd-btn .checkmark:after {
        top: 5px;
        left: 4px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: white;
    }

    .mainHeading {
        font-size: 17px;
    }

    #institute {
        margin: 20px 0px;
        border-bottom: solid 1px #ccc;
    }

    .col-item {
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        background: #FFF;
    }

        .col-item .photo img {
            margin: 0 auto;
            width: 100%;
        }

        .col-item .info {
            padding: 10px;
            border-radius: 0 0 5px 5px;
            margin-top: 1px;
        }

        .col-item:hover .info {
            background-color: #F5F5DC;
        }

        .col-item .price {
            /*width: 50%;*/
            float: left;
            margin-top: 5px;
        }

            .col-item .price h5 {
                line-height: 20px;
                margin: 0;
            }

    .price-text-color {
        color: #219FD1;
    }

    .col-item .info .rating {
        color: #777;
    }

    .col-item .rating {
        /*width: 50%;*/
        float: left;
        font-size: 17px;
        text-align: right;
        line-height: 52px;
        margin-bottom: 10px;
        height: 52px;
    }

    .col-item .separator {
        border-top: 1px solid #E1E1E1;
    }

    .clear-left {
        clear: left;
    }

    .col-item .separator p {
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

        .col-item .separator p i {
            margin-right: 5px;
        }

    .col-item .btn-add {
        width: 50%;
        float: left;
    }

    .col-item .btn-add {
        border-right: 1px solid #E1E1E1;
    }

    .col-item .btn-details {
        width: 50%;
        float: left;
        padding-left: 10px;
    }

    .controls {
        margin-top: 20px;
    }

    [data-slide="prev"] {
        margin-right: 10px;
    }


    .carousel {
        margin: 20px auto 50px auto;
        padding: 0 0px;
    }

        .carousel .item {
            color: #747d89;
            /*min-height: 325px;*/
            text-align: center;
            overflow: hidden;
        }

        .carousel .thumb-wrapper {
            padding: 25px 15px;
            background: #fff;
            border-radius: 6px;
            text-align: center;
            position: relative;
            box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        }

        .carousel .item .img-box {
            height: 120px;
            margin-bottom: 20px;
            width: 100%;
            position: relative;
        }

        .carousel .item img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            /*position: absolute; */
            bottom: 0;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        .carousel .item h4 {
            font-size: 18px;
        }

        .carousel .item h4, .carousel .item p, .carousel .item ul {
            margin-bottom: 5px;
        }

        .carousel .thumb-content .btn {
            color: #7ac400;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: bold;
            background: none;
            border: 1px solid #7ac400;
            padding: 6px 14px;
            margin-top: 5px;
            line-height: 16px;
            border-radius: 20px;
        }

            .carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
                color: #fff;
                background: #7ac400;
                box-shadow: none;
            }

            .carousel .thumb-content .btn i {
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
            }

        .carousel .carousel-control {
            height: 44px;
            width: 40px;
            margin: auto 0;
            border-radius: 4px;
            opacity: 0.8;
        }

            .carousel .carousel-control:hover {
                opacity: 1;
            }

            .carousel .carousel-control i {
                font-size: 36px;
                position: absolute;
                top: 50%;
                display: inline-block;
                margin: -19px 0 0 0;
                z-index: 5;
                left: 0;
                right: 0;
                color: #fff;
                text-shadow: none;
                font-weight: bold;
            }

        .carousel .item-price {
            font-size: 13px;
            padding: 2px 0;
        }

            .carousel .item-price strike {
                opacity: 0.7;
                margin-right: 5px;
            }

        .carousel .carousel-control.left i {
            margin-left: -2px;
        }

        .carousel .carousel-control.right i {
            margin-right: -4px;
        }

        .carousel .carousel-indicators {
            bottom: -50px;
        }

    .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 50%;
        border-color: transparent;
    }

    .carousel-indicators li {
        background: rgba(0, 0, 0, 0.2);
    }

        .carousel-indicators li.active {
            background: rgba(0, 0, 0, 0.6);
        }

    .carousel .wish-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99;
        cursor: pointer;
        font-size: 16px;
        color: #abb0b8;
    }

        .carousel .wish-icon .fa-heart {
            color: #ff6161;
        }

    .star-rating li {
        padding: 0;
    }

    .star-rating i {
        font-size: 14px;
        color: #ffc000;
    }

    .iphone-form-banner {
        height: 400px;
        background-image: url(../../Images/LandingPagesImage/IPHONE-REPAIR-CENTER.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 50px;
    }

    .iphone-bx {
        padding: 25px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 10px;
        background-color: #fff;
        text-align: center;
    }

        .iphone-bx span {
            color: #48caf5;
            font-weight: bold;
        }

        .iphone-bx h2 {
            font-size: 18px;
            font-weight: 400;
            margin-top: 0px;
            line-height: 25px;
        }

    .pad-15 {
        padding: 15px;
        font-size: 14px;
    }

    .pad-10 {
        padding: 10px !important;
    }

    .text-white {
        color: #fff;
    }

    .custom-search .input-group, input, select, textarea {
        border: 1px solid #e5e5e5;
        max-width: 100%;
        padding: 8px 10px;
        border-radius: 0;
    }

    .f20 {
        font-size: 20px;
    }

    .form-control {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .samsung-text {
        font-size: 14px;
    }

    .iphone-bx:hover span {
        color: #000;
    }

    .last-box {
        border-right: 0 !important;
    }
    /*.iphone-bx:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
    box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
	}*/
    .iphone-bx p {
        font-size: 14px;
    }

    .iphone-bx i {
        font-size: 45px;
        margin: 15px 0px;
        color: #b3b2b2;
    }

    .iphone-bx:hover i {
        color: #06c8ff;
    }

    .iphone-bx:hover h2 {
        color: #06c8ff;
    }

    .head-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

        .head-title h2 {
            font-size: 40px;
            font-weight: 300;
            margin-bottom: 21px;
            font-weight: bold;
        }

        .head-title span {
            margin: 0px 10px;
            color: #ccc;
        }

    .iphone-features h2 {
        font-size: 34px;
        font-weight: 300;
        margin-bottom: 40px;
    }


    .head-title h2 strong {
        color: #06c8ff;
    }

    .iphone-features {
        margin: 30px 0px 0px 0px;
        padding: 2% 2% 0% 2%;
        background-color: #1f779b;
    }

        .iphone-features h2 {
            color: #fff;
        }

    .iphone-ft-sec {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 35px;
    }

        .iphone-ft-sec h3 {
            font-size: 21px;
            position: relative;
        }



    .get-in-touch {
        padding: 50px 0px;
        font-size: 30px;
    }

        .get-in-touch a {
            color: #00b3e4;
            border: solid 1px #ffffff;
            padding: 4px 30px;
            letter-spacing: 6px;
        }

    .iphone-form {
        background-color: #fff;
        margin-top: 30px;
        padding: 27px 15px;
        border-radius: 3px;
    }

    .repaired-stats {
        border: 0;
        padding: 10px;
        color: #fff;
        background-color: #40c8ff;
    }

        .repaired-stats h2 {
            font-weight: 700;
            color: #fff;
        }

    .iphone-cont p {
        font-size: 16px;
    }

        .iphone-cont p a {
            color: #40c8ff;
            font-weight: bold;
        }

    .rep-list-sct {
        padding-top: 30px;
    }

        .rep-list-sct .col-sm-3 {
            border-right: solid 1px #e7e7e7;
            border-bottom: solid 1px #e7e7e7;
            min-height: 200px;
        }

    .carousel-indicators .active {
        background: #31708f;
    }

    .content {
        margin-top: 20px;
    }

    .adjust1 {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .adjust2 {
        margin: 0;
    }

    .carousel-indicators li {
        border: 1px solid #ccc;
    }

    .carousel-control {
        color: #31708f;
        width: 5%;
    }

        .carousel-control:hover, .carousel-control:focus {
            color: #31708f;
        }

        .carousel-control.left, .carousel-control.right {
            background-image: none;
        }

    .media-object {
        margin: auto;
        margin-top: 15%;
    }

    .iphone-testimonails {
        margin: 60px auto;
    }

        .iphone-testimonails .media-object {
            border-radius: 50% !important;
        }

    .lead {
        color: #7a7e81 !important;
        font-size: 18px;
    }

    .adjust2 {
        color: #06c8ff;
    }

    .rep-stats {
        background-color: #f5f5f5;
        padding: 30px 0px;
    }

    .iphone-img img {
        margin-top: 50px;
    }
    /*samsung lp css*/
    .samsung-form-banner {
        height: 400px;
        background-image: url(../../Images/LandingPagesImage/samsung-repair.jpg);
        background-repeat: no-repeat;
        margin-bottom: 50px;
        BACKGROUND-COLOR: #3ba8e0;
    }

    .iphone-bx {
        padding: 25px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 10px;
        background-color: #fff;
        text-align: center;
    }

        .iphone-bx h2 {
            font-size: 18px;
            font-weight: 400;
            margin-top: 0px;
            line-height: 25px;
        }

        /*.iphone-bx:hover {
            -webkit-box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
            -moz-box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
            box-shadow: 0px 10px 20px 0px rgba(34,34,34,0.15);
        }*/

        .iphone-bx p {
            font-size: 14px;
        }

        .iphone-bx i {
            font-size: 45px;
            margin: 15px 0px;
            color: #b3b2b2;
        }

        .iphone-bx:hover i {
            color: #06c8ff;
        }

        .iphone-bx:hover h2 {
            color: #06c8ff;
        }

    .head-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

        .head-title span {
            margin: 0px 10px;
            color: #ccc;
        }

    .samsung-features h2 {
        font-size: 34px;
        font-weight: 300;
        margin-bottom: 40px;
    }


    .head-title h2 strong {
        color: #06c8ff;
    }

    .samsung-features {
        margin: 30px 0px 0px 0px;
        padding: 2% 2% 0% 2%;
        background-image: url(../../Images/LandingPagesImage/samsung-feature-bg.jpg);
        background-repeat: no-repeat;
        background-color: #f3f3f3;
        background-size: cover;
        background-attachment: fixed;
    }

        .samsung-features h2 {
            color: #fff;
        }

    .samsung-ft-sec {
        font-size: 16px;
        font-weight: 300;
        color: #f1f1f1;
        margin-bottom: 35px;
    }

        .samsung-ft-sec h3 {
            font-size: 21px;
        }

    .get-in-touch {
        padding: 50px 0px;
        font-size: 30px;
    }

        .get-in-touch a {
            color: #00b3e4;
            border: solid 1px #ffffff;
            padding: 4px 30px;
            letter-spacing: 6px;
        }

    .samsung-form {
        background-color: #ffffffcf;
        margin-top: 30px;
        padding: 27px 15px;
        border-radius: 3px;
        border: solid 1px #fff;
        box-shadow: 1px 6px 8px 3px #5a5353;
    }


    /*end sumsung lp css*/


    /*onplus lp css*/
    .lenovo-banner {
        height: 400px;
        background-image: url(../../Images/LandingPagesImage/lenovo-banner.jpg);
        background-repeat: no-repeat;
        margin-bottom: 50px;
        BACKGROUND-COLOR: #3ba8e0;
    }


    .oneplus-features {
        margin: 30px 0px 0px 0px;
        padding: 2% 2% 0% 2%;
        background-image: url(../images/samsung-feature-bg2.jpg);
        background-repeat: no-repeat;
        background-color: #f3f3f3;
        background-size: cover;
        background-attachment: fixed;
    }

        .oneplus-features h2 {
            color: #fff;
        }

    .oneplus-ft-sec {
        font-size: 16px;
        font-weight: 300;
        color: #252728;
        margin-bottom: 35px;
        text-align: center;
    }

        .oneplus-ft-sec h3 {
            font-size: 21px;
            color: #3381a1;
        }

    .icon-box {
        width: 70px;
        height: 70px;
        margin: auto;
        /* border: solid 2px #58d3f0; */
        /* border-radius: 50%; */
        vertical-align: middle;
        text-align: center;
        border-bottom: solid 4px #38b3e4;
    }

        .icon-box i {
            font-size: 53px;
            margin-top: 6px;
            color: #38b3e4;
        }
    /*end onplus lp css*/

    /*Lenovo lp css*/
    .oneplus-form-banner {
        height: 400px;
        background-image: url(../../Images/LandingPagesImage/oneplus-repair.jpg);
        background-repeat: no-repeat;
        margin-bottom: 50px;
        BACKGROUND-COLOR: #3ba8e0;
    }

    .motorola-form-banner {
        height: 400px;
        background-image: url(../../Images/LandingPagesImage/motorola-repair.jpg);
        background-repeat: no-repeat;
        margin-bottom: 50px;
        BACKGROUND-COLOR: #3ba8e0;
    }


    #form-new textarea {
        height: 50px;
        resize: none;
    }
    /*.thumbnail .col-sm-2 {
    display:none;
}*/
    .thumbnail .caption {
        padding-left: 50px !important;
    }

    .thumbnail .media-object {
        width: 60% !important;
        float: RIGHT;
    }
    /*.adjust1 .col-md-10 {
width: 97% !important;
}*/
    .footer {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 5px;
    }

    .menu a {
        color: #000;
    }

    .close:not(:disabled):not(.disabled) {
        outline: none !important;
    }

    /*added by prakash*/

    .mobile-banner {
        display: none;
    }

    .desktop-banner {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .landing-form {
        position: absolute;
        top: 210px;
        right: 35px;
        width: 330px;
        padding: 20px 25px 10px 25px;
        background-color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
    }
	#txtEmail{
	    margin: 10px 0px !important;	
	}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 6px !important;
    margin-bottom: 15px;

}




/*added by prakash*/
@media (max-width:1200px) {
    .landing-form {
        
        right: 35px;
       
    }

}

    @media (max-width:768px) {
        #headerbar {
            position: static !important;
        }


        .pt10 {
            margin-right: 30px !important;
            width: 80% !important;
            background-color: #ffffff !important;
        }

        .service-inr {
            padding: 30px 10px !important;
        }

        .mobile-repair h1 {
            font-size: 21px !important;
        }

        .mobile-brands {
            font-size: 15px;
        }

        .f-row {
            padding-top: 10px;
            text-align: CENTER;
        }

        .features h2 {
            font-size: 21px !important;
        }

        #quote-carousel .carousel-indicators {
            display: none;
        }

        .carousel-inner {
            height: 500px;
        }

        .carousel {
            max-height: 290px !important;
        }

        .shadow-btn .btn2 {
            font-size: 12px !important;
            padding: 11px 11px !important;
        }

        .slider-cont {
            margin-top: 27px !important;
            padding: 10px !important;
        }

        .slider-top {
            height: 45px !important;
        }

        .collapse.show {
            background-color: #092b59;
        }

        .navbar-toggler {
            display: block;
        }

        /*added by prakash*/

        .mobile-banner {
            display: block;
            margin-bottom: 10px !important;
        }

        .desktop-banner {
            display: none;
        }

        .landing-form {
            position: inherit;
            top: 0;
            right: 0;
            width: 100%;
        }

        .brands-we-repair {
            display: none;
        }

        /*.fixed-mobile span {
        display:block;
        width:100%;
    }*/
        .fixed-smart-phone h1 {
            font-size: 24px;
        }

        .fixed-smart-phone h2 {
            font-size: 22px;
        }

        .fixed-smart-phone ul li {
            display: inline;
            margin: 0px !important;
            font-size: 16px;
            line-height: 18px;
        }

        .brand {
            background: #1cccfe none repeat scroll 0 0;
            padding: 15px;
            color: #fff;
        }

        .fixed-mobile {
            font-size: 18px;
            margin: 14px 0px !important;
        }

        #ddlCity {
            margin-top: 0px;
        }

        .footer-phone {
            display: block;
            padding: 8px 20px;
            margin-top: 10px;
            text-align: center;
            color: #333;
            font-weight: 700;
            font-size: 15px;
            border-radius: 25px;
            text-transform: uppercase;
            background: #00b3e4;
            color: #fff;
            width: 70%;
            margin: 10px auto;
        }
		 .footer-phone i{
			 margin-right:5px;
		 }

        .phone-bg {
            display: none;
        }

        #headerbar .col-md-2 {
            width: 48% !important;
            float: left;
        }

        #headerbar .pad-15 {
            padding: 0px;
        }

        .mobile-brands {
            font-size: 20px !important;
        }

        .bottom-no {
            display: none;
        }

        #features h3 {
            font-size: 19px;
        }

        #chennai p {
            font-size: 14px !important;
        }

        section.features .device-container {
            margin-bottom: 10px !important;
            text-align: center;
        }

            section.features .device-container img {
                height: 300px !important;
            }

        .features h2 {
            margin: 30px 0px 0px 0px;
        }
		
		.ledbrands-logos .item {
		width: 49%;
		float: left;
		}
		.led-repair h1 {   
		font-size: 24px;    
		margin-top: 0;
		}
        .form-control {
            height: 34px;
            margin-bottom:5px;
        }
        .landing-form .col-md-6 {
            margin: 4px 0px !important;
        }

 .menu-sec {
            margin-top: 0px;
        }
        .lp-menu li {
            padding-right: 25px;
        }
        .static-container-size {
            width: 88% !important;
        }
        .promises ul li p {
            font-size: 14px !important;
            line-height: 19px !important;
        }
		
    }

    /*end added by prakash*/
