
/*Smartphones*/
@media (max-width: 767px) {

    /***** global css ***/
    .whatsapp-icon{
display: block !important;
    padding: 6px;
    width: 50px;
    border-radius: 5px 5px 0px 0px;
    top: 0px;
    right: 26%;
    position: absolute;
    z-index: 999;
    padding: 8px 8px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
    color:#000;
    letter-spacing: 1px;
}

    .spad {
        padding: 50px 0px;
    }
    
    h1, .sp-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .logo-area {
        padding: 0px 0px 0px 22px;
    }
    
    .logo-area img {
        max-width: 90%;
    }
    
    .nav-switch {
        top: 10px;
    }
    
    .nav-call {
        position: absolute;
        right: 70px;
        font-size: 30px;
        color: #fff;
        top: 12px;
        display: block;
    }
    
    .hero-slider .hero-slide-item {
        padding: 0px;
    }
    
    #project-overview ul li {
        margin-right: 10px;
        /*border: none;*/
        border-right: 2px solid #bbbbbb;
        text-align: center;
    }
    
    #project-overview ul li h3 {
        font-size: 14px;
        padding:0px;

    }
    
    #project-overview ul li h3 small {
        font-size: 14px;
    }
    
    .intro-text p {
        margin-bottom: 30px;
    }
/*
    .change-area{
        padding: 0px 21px 0px;
    }
*/
    .pt-4 {
        padding-top: 0px !important;
    }
    .service-box{
        text-align: center;
        margin-bottom: 5px;
    }
    .service-box .sb-icon{
        margin:0px auto 30px;
    }
    .service-box h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .service-box .sb-icon .sb-img-icon{
        left: :15px;
    }
    .custom-footer p {
        text-align: center !important;
    }
    
    .hidden-xs {
/*        display: none;*/
    }
    
    .pt100 {
        padding-top: 50px;
    }
    
    .milestone, .solid-service-box {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .milestone h2 {
        font-size: 45px;
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .milestone:after {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    
    .milestone p {
        float: none;
        font-size: 14px;
        text-align: center;
    }
    
    .nav-tabs {
        margin-bottom: 10px;
        float: left;
    }
    
    .contact-form {
        margin-bottom: 20px;
    }
    
    .disclaimer h3 {
        text-align: center;
    }
    
    .disclaimer h3 {
        color: #e63377;
        text-align: justify;
    }
    
    .disclaimer p {
        font-size: 12px;
        color: #333;
    }
    
    .section-title h1, .section-title h2 {
        padding: 0px;
        font-size: 28px;
    }
    
    .service-box .sb-icon {
        margin: 0px auto 30px;
    }
    
    .sidebar-contact {
        width: 280px;
        padding: 25px;
        right: -280px;
    }
    
    .sidebar-contact.active {
        right: 0px;
    }
    
    .btm-frm-wrapper {
        display: none;
    }
    
    .contact-map {
        margin-bottom: 20px;
    }
    
    .contact-map {
        margin-bottom: 20px;
    }
    
    .l-wrap {
        max-width: 100%;
        width: 100%;
    }
    
    .location-count {
        padding: 0px 15px;
    }
    
    .location-count ul {
        padding-top: 40px;
        text-align: left;
    }
    
    .location-count ul li {
        padding-left: 11%;
        padding-right: 0;
        max-width: 160px;
        margin-bottom: 20px;
        border-right: none;
    }
    
    .location-count ul li span {
        font-size: 15px;
    }
    
    .location-heading h3 {
        font-size: 26px;
    }
    
    .slide-num-holder, .owl-controls {
        display: none;
    }
    
    .modal-dialog {
        max-width: 310px;
    }
    
    .disc-dialog {
        max-width: 330px !important;
    }
    
    .desktop-bnner {
        display: none !important;
    }
    
    .mob-bnner {
        display: block !important;
        margin-top: 35px;
        height: auto !important;
    }
    
    .desk-logo {
        display: none;
    }
    
    .kan-log {
        top: 10px !important;
        right: 100px !important;
    }
    
    .kanak-img {
        max-width: 80%;
    }
    
    .header-area {
        height: 75px;
    }
    
    .thnk-you-container {
        width: 100%;
    }
    
    .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 14px;
    }
    
    
    .toggled {
        display: none;
    }
    .custom-footer p a{
        display: block;
    }
}

/*ipad*/
@media (min-width: 768px) {

    .hero-section, .hero-slider .hero-slide-item {
        height: 100vh;
    }
    
    .mob-bnner {
        display: block !important;
        margin-top: 65px;
        height: calc(100vh - 65px) !important;
    }
    
    .desktop-bnner {
        display: none !important;
    }
    
    .desk-logo {
        float: right;
        color: #fff;
        top: 18px;
        display: block;
        margin: 8px 25px 0px 0px;
    }
}

/*laptop*/
@media (min-width: 992px) {
    .mob-bnner {
        display: none !important;
    }
    
    .desktop-bnner {
        display: block !important;
    }
}

/*small desktop*/
@media (min-width: 1200px) {
    
}

/*desktop*/
@media (min-width: 1366px) {
    
}

/*desktop*/
@media (min-width: 1400px) {
    
}

/*desktop*/
@media (min-width: 1600px) {
    
}

/*desktop*/
@media (min-width: 1920px) {
    
}