@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: black;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}


.card-detail {
    position: relative;
}

.left {
    cursor: pointer;
    left: 4px;
    position: absolute;
    top: 50%;
    padding: 12px;
    background: rebeccapurple;
    color: white;

}

.right {
    cursor: pointer;
    right: 4px;
    position: absolute;
    top: 50%;
    padding: 12px;
    background: rebeccapurple;
    color: white;
}

span#tooltip-fix {
    /*  background: rgb(70 161 88);*/
    border: 2px solid #1dd71d;
    border-radius: 11px;
    padding: 3px 17px;
    font-size: 12px;
    /* margin: -12px 0px; */
    /* display: inline-block; */
    /* margin-bottom: 7px; */
    position: fixed;
    bottom: 33px;
    right: 61px;
    color: #1dd71d;
    font-weight: bold;
    /* letter-spacing: 0px; */
}

.contact-img1 {
    letter-spacing: 2px;
    text-align: center;
    line-height: 2;
    padding-top: 18%;

}

.contact-bg {
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgb(192, 72, 72, 0.8));
    color: white;
}

.contact-img1 hr {
    width: 30%;
    border: 1px solid white;
}

li.nav-item {
    padding-left: 20px;
}

.img-repair img {
    max-height: 300px;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
    background: white;
}

.lst a {
    color: white;
    font-weight: bold;
}

.lst a:hover {
    color: white;
    font-weight: bold;
}

.services {
    padding: 55px 0px;
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgb(192, 72, 72, 0.8));
    color: white;
}

.service-type {
    margin-bottom: 60px;
}

.line {
    width: 61px;
    /* height: 12px; */
    border: 2px solid red;
    box-shadow: inset 5px 1px 1px 20px;
}

@media screen and (max-width:768px) {
    .service-type p {
        border: 0 !important;
        text-align: justify;
    }
}

.brand-title img {
    max-height: 113px;
}

.section {
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgb(192, 72, 72, 0.8)), url("https://coderkube.com/wp-content/uploads/2017/10/android-app-development-banner.png");
    width: 100%;
    background-position: center;
    max-height: auto;
    position: relative;
    background-size: cover;


}

a.nav-link {
    color: white !important;
    font-size: larger;
}

.service-type p {
    letter-spacing: 0.5px;
    border-right: dotted;
    padding-left: -27px;
    line-height: 2;
}
}

.bg {
    background: GRAY;
    width: 100%;
    position: relative;
    opacity: .9;
}

form {
    padding: 40px;
    background-color: white;
}

.fix {
    position: fixed;
    right: 17px;
    bottom: 36px;
}

.card-img-top{
    height: 150px;
}
.card{
    max-height: 400px;
}