big, .big {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #888;
}

.getcode{
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding: 0 4px;

}
#home_testimonials .testimonials_slider.single-photo .slider_pagination .slick-active a{
    width:14px;
    height:14px;
    border-radius:100%;
    background:#f1f1f1;
}
.secondRow span{
    display:block;
    font-size:24px;
    color:#a9c0d6;
    line-height: 30px !important;
}
.secondRow span:nth-child(1){
    padding-top:20px;
}
.thirdRow{
    position:relative;
    height:130px;
}
.thirdRow span{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 148px;
    margin: auto !important;
    border-radius: 20px;
    padding: 10px 20px !important;
    line-height: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:16px !important;    
}
.fourthRow{
    position:relative;
    height:40px;
    overflow:hidden;
}
.fourthRow img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    min-height:1px;
    width:100% !important;
}
.fifthRow{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.fifthRow a{
    display:inline-block;
    font-size: 16px !important;
    line-height:16px !important;
}
@media only screen and (max-width : 1200px) {
    #slide-1-layer-1{
        left:30px;
    }
    .thirdRow{
        height:100px;
    }
    .fourthRow{
        height:30px;
    }
    .fifthRow a{
        font-size: 14px !important;
        line-height:14px !important;
    }
}
  
@media only screen and (max-width : 992px) {
    #slide-1-layer-1{
        left:0;
    }
    .thirdRow{
        height:80px;
    }
    .secondRow span {
        line-height: 28px !important;
        font-size: 20px !important;
    }
    .thirdRow span {
        width: 120px;
        padding: 8px 10px !important;
        font-size: 14px !important;
        line-height:14px !important;
    }
}

@media only screen and (max-width : 768px) {
    .firstRow{
        font-size:22px !important;
        line-height:22px !important;
    }
    .secondRow span {
        line-height: 22px !important;
        font-size: 16px !important;
    }
    .thirdRow {
        height: 60px;
    }   
    .firstRow,.secondRow,.thirdRow,.fourthRow,.fifthRow{
        width: 120%;
    }
    #slide-1-layer-2{
        left:20px;
    }
    #slide-1-layer-2 img{
        transform:scale(0.95,0.95);
    }
    #home_testimonials{
        padding:30px 0 !important;
    }
    .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper{
        padding:0;
    }
    .testimonials_slider.single-photo .slider_pager {
        margin-top: 0;
    }
}

@media only screen and (max-width : 480px) {
    
    .firstRow{
        font-size:22px !important;
        line-height:22px !important;
    }
    .secondRow span {
        line-height: 18px !important;
        font-size: 14px !important;
    }
    .thirdRow{
        height:40px;
    }
    
    .fifthRow a{
        font-size: 12px !important;
        line-height:14px !important;
    }
    .firstRow, .secondRow, .thirdRow, .fourthRow, .fifthRow {
        width: 110%;
    }
    #slide-1-layer-2 {
        left: 30px;
    }
    .thirdRow span {
        width: 108px;
        padding: 6px 10px !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .fourthRow {
        height: 14px;
    }
    #slide-1-layer-2 {
        left: 42px;
    }
    .dark blockquote{
        font-size:18px;
    }

}

@media only screen and (max-width : 320px) { 
    .thirdRow {
        height: 30px;
    }
}