@charset "UTF-8";



@font-face {
    font-family: oswald;
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: klavika;
    src: url("../fonts/Klavika/Klavika.otf");
    font-weight: normal;
}

@font-face {
    font-family: poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: normal;
}

.service-content{
    font-family: klavika;
    font-size: 22px!important;
}

.service-content b{
    color: #000;
}

.service-content  div{
    font-size: 15px;
}

.services-icon{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -35px!important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    display: inline-flex;
}


.testimonials h1{
    color: #585858;
}

.testimonials .text-big{
    color: #21366c;
}

.testimonials p{
    color: #9f9f9f;
}

.testimonials a{
    color: #585858;
}

.testimonials .owl-controls{
    color: #21366c;
}

.rd-video-preview:hover{
    transform: scale(1.04);
}

.map-row iframe{
    width: 100%;
}

.cont-wise-data{
    font-size: 17px!important;
}

.contact-details ul li img {
    color: #fff;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 10px;
}

.contact-details p {
    color: #919191;
    display: block;
    font-size: 13px;
    margin: -5px 0 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 24px;
    font-weight: bold;
}

.contact-details li {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    display: block;
}

.branch-selector{
    padding: 10px;
    background-color: #fcfcfc;
    color: #21366c;
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid #21366c;
    margin-right: 2px;
    transition: .3s all ease;
}

.active-branch{
    background-color: #21366c;
    color: #ffffff;
}

.active-branch:hover{
    color: #fff;
}

.branch-detail .underline {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px!important;
}

.branch-detail .underline::before {
    background: #21366c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 50%;
}

.special-highlight h1{
    font-family: oswald;
    font-size: 34px;
    font-weight: 900;
}

.working-single:nth-child(1) {
    background: #fff none repeat scroll 0 0;
}

.working-single:nth-child(2) {
    background: #fafafa none repeat scroll 0 0;
}

.working-single:nth-child(3) {
    background: #fff none repeat scroll 0 0;
}

.working-single:nth-child(4) {
    background: #fafafa none repeat scroll 0 0;
}

.working-single {
    float: left;
    padding: 30px 30px 20px;
    position: relative;
    width: 25%;
}

.working-titel > img {
    float: left;
}

.working-titel > h4 {
    padding-left: 40px;
    color: #21366c;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
}

.working-single p{
    text-align: left;
}

.logo-size{
    width: 130px!important;
    height: auto;
}

@media (max-width: 767px) {
  .working-single {
    float: left;
    padding: 30px 30px 20px;
    position: relative;
    width: 100%;
    }

    
    .social-page-title{
        font-size: 24px;
    }
    
    .services-display{
        display: inline-block!important;
    }
    .logo-size{
        width: 50px!important;
        height: auto;
    }

    .branch-selector{
        padding: 10px;
        background-color: #fcfcfc;
        color: #21366c;
        display: inline-block;
        cursor: pointer;
        border-bottom: 2px solid #21366c;
        margin-right: 2px;
        transition: .3s all ease;
    }
    
    .active-branch{
        background-color: #21366c;
        color: #ffffff;
    }
    
    .active-branch:hover{
        color: #fff;
    }

    .rd-navbar-dropdown > li > a{
        padding-top: 6px!important;
        padding-bottom: 6px!important;    
    }
    
    .phone-view-test-details h3{
        font-size: 20px;
    }
    
    .phone-view-test-details label{
        font-size: 12px;
    }
    
    .test-summary div{
        padding: 0px!important;
    }
    
    .col-xs-p-0{
        padding: 0px;
    }
}






