.tile-hero{
    margin-top: 80px;
    height: 650px;
}

.m-hero{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.tile1{
    padding-top: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-position: 43%; */
}
.tile1 .content{
    text-align: left;
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tile1 .img-wrap{
    padding-top: 30px;
    width: 56vw;
}
.tile1 .content h2{
    font-size: 2.604166666666667vw;
    font-weight: 300;
    line-height: 1.24;
    text-align: left;
    color: #1f242e;
    text-shadow: 0 3px 70px #000000;
}
.tile1 .content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    text-align: left;
    margin: 20px 0 30px 0;
    color: #1f242e;
    text-shadow: 0 3px 70px #000000;
    width: 90%;
}
.width100{
    width: 100%;
}
.height100{
    height: 100%;
}
.padding-0{
    padding: 0
}
.tile2, .tile4, .tile6{
    margin: 100px 0;
}
.tile2 .img-wrap,
.tile5 .img-wrap{
    position: relative;
}

.tile5 .img-wrap {
    overflow: hidden;
}

.tile5 .b-blog .img-wrap {
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    background: #e2e9f8;
    padding-bottom: calc(100% * 10 / 23);
}

.tile2 .content{
    padding: 38px 42px 45px 30px ;
}
.tile2 .t-heading-sec p{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}
.tile5 .content{
    padding: 38px 42px 30px 30px ;
}
.tile2 .content p,
.tile5 .content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #6f7c95;
    /*padding-bottom: 35px;*/
}
.tile2 .content p {
    min-height: 125px;
}
.tile5 .content p{
    padding-bottom: 20px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
    line-height: 1.5;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.tile2 .inner-cont{
    position: relative;
    border-radius: 6px;
}
.heading-sec{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -12px;
    background: #fff;
    width: 70%;
    border-radius: 0 5px;
    padding: 30px 34px 20px 30px;
}
.heading-sec .s-heading{
    color: #0b4dcc;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    padding-bottom: 15px;
}
.heading-sec h2,
.heading-title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #3e485b;
    width: 100%;
    height: 70px;
}

.heading-title h2 {
    height: auto;
}

.heading-sec h2 a,
.heading-sec h2 a:hover,
.heading-title h2 a,
.heading-title h2 a:hover {
    color: #3e485b;
}

/*.t-heading-sec{
    padding-bottom: 20px;
}*/
.tile-heading{
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.btn-cs{
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.2px;
    background-color: transparent;
    border-radius: 0;
    color: #1f67f3;
    padding: 10px 0px;
    border-bottom: 2px solid #1f67f3;
}
.border-none{
    border-bottom: none;
}
.btn-cs:hover{
    border-bottom: 2px solid #555555;
}
.btn-l{
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.2px;
    background-color: transparent;
    border-radius: 0;
    color: #1f67f3;
    padding: 10px 15px;
    border: 1px solid #1f67f3;
    border-radius: 22px;
}
.btn-l:hover,
.inner-cont:hover .btn-l,
.s-blog:hover .btn-l{
    background-color: #1f67f3;
    border-radius: 22px;
    color: #ffffff;
    border-bottom-color: #1f67f3;
}
.inner-cont{
    height: auto;
    max-width: 673px;
    width: 49%;
}
.inner-cont:hover{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}

.inner-cont.hover{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2); 
}

.tile-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tile3 .p-logo{
    font-size: 20px;
    font-weight: bold;
    color: #0b4dcc;
    margin-bottom: 20px;
}
.tile4-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
.tile4-cont > div {
    width: 16%;
    min-height: 64px;
    text-align: center;
}
.single-slide{
    display: flex !important;
    flex-direction: row;
}
.slick-slide img {
    display: initial;
}
.glide__arrow--left, .glide__arrow--right{
    border: none;
    box-shadow: none;
}
.glide__arrow--left::before{
    content: '\2023';
    font-family: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    transform: rotate(-180deg);
    line-height: 16px;
    font-family: icomoon!important;
    opacity: .75;
}
.glide__arrow--right::before{
    content: '\2023';
    font-family: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    line-height: 16px;
    font-family: icomoon!important;
    opacity: .75;
}
.tile4-cont img{
    width: 211px;
}
.tile5 .b-blog{
    height: auto;
    position: relative;
    border: solid 1px #e2e9f8;
    border-radius: 4px;
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
}
.tile5 .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.full-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.blog-section{
    display: flex;
    justify-content: space-between;
}
.tile5 .heading-title {
    padding-bottom: 10px;
}
.b-blog .img-wrap img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.s-blog{
    width: 100%;
    height: 320px;
    border: solid 1px #e2e9f8;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.s-blog:hover{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}
.s-blog:last-child {
    margin-bottom: 0;
}
.s-blog .img-wrap {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    background: #e2e9f8;
    padding-bottom: calc(100% * 50 / 91);
}
.s-blog .img-wrap img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.img-white{
    position: absolute;
    height: 15px;
    width: 85%;
    border-top-right-radius: 5px;
    background-color: #fff;
    bottom: 0;
}
.blog-content{
    padding:0 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-content .s-heading{
    font-size: 12px;
    line-height: 2;
    text-align: left;
    color: #0b4dcc;
    padding-bottom: 15px;
}
.blog-content h3{
    /*font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    text-align: left;
    color: #3e485b;
    height: 80px;
    padding-top: 20px;*/

    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    height: 4em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    text-align: left;
    /*margin-bottom: 30px;*/
}
.blog-content h3 a,
.blog-content h3 a:hover{
    color: #3e485b;
}
.blog-content .btn-sec{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}
.blog-content .btn-sec a{
    font-size: 12px;
    text-align: left;
}
.read-time{
    font-size: 10px;
    color: #a3afc7;
}
.b-blog .btn-sec{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}
.b-blog .btn-sec a,
.blog-content .btn-sec a  {
    font-size: 12px;
    font-weight: 700;
    color: #1f67f3;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}
.b-blog .btn-sec a:hover,
.blog-content .btn-sec a:hover,
.b-blog:hover .btn-sec a,
.s-blog:hover .btn-sec a {
    color: #1f67f3;
    text-decoration: none;
    border-bottom: 2px solid #1f67f3;
}
.tile6{
    background: linear-gradient(rgba(247,247,247,.5), rgba(247,247,247,.5)), url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/home/Earth-Pattern.png) left top no-repeat;
}
.customer-sec{
    padding: 70px 130px 0 130px;
}
.after-text-sec{
    width: 82%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tile6 .tile-heading{
    text-align: left;
    margin-bottom: 20px;
}
.tile6 .content{
    display: flex;
    flex-direction: row; 
    position: relative;
    padding-top: 20px;
}
.tile6 .content .img-wrap{
    position: absolute;
    top: 14px;
}
.tile6 .content .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #3e485b;
    padding-bottom: 20px;
    width: 82%;
    min-height: 135px;
}
.tile6 .content .text{
    padding-left: 45px;
    padding-bottom: 60px;
}

.tile6 .btn-sec{
    padding-top: 12px;
}

.blog-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s-blog-cont{
    display: flex;
    flex-direction: column;
    flex-basis: 27%;
}
.logo{
    padding-bottom: 23px;
}
.logo img{
    height: 65px;
    width: auto;
}
.ind-cust{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/*.cust-detail-sec{
    display: flex;
    justify-content: space-between;
}*/
.cust-pic{
    padding-right: 10px;
}
.cust-pic img{
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.cust-details{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.auth-name{
    font-size: 12px;
    line-height: 2;
    text-align: left;
    color: #000000;
}
.auth-des{
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #6f7c95;
}
.cust-blue-line{
    height: 50px;
    border-left:1px solid #0b4dcc;
}
.tile7{
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tile7 .content{
    width: 425px;
}
.tile7 .content h2{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33;
    color: #000000;
    margin-bottom: 20px;
}
.tile7 .content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #6f7c95;
    margin-bottom: 40px;
}
.contact-link{
    margin-left: 40px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #6f7c95;
    border-bottom: 1px solid #6f7c95;
    padding: 5px 0px;
}
.contact-link:hover{
    color: #1f67f3;
    border-bottom: 1px solid #1f67f3;
}
/* tile 3*/
.tile3 .upper-display-cont .img-wrap{
    width: 50%;
}
.upper-display-cont{
    border-radius: 6px;
    border: solid 1px transparent;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.upper-display-cont .single-slide{
    border: solid 1px #e2e9f8;
    max-width: 94%;
    margin: 0 auto;
    border-radius: 6px;
}

.tile3 .content{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 30px 50px;
}
.tile3 .content img{
    margin-bottom: 25px;
    width: auto;
    max-height: 1.667vw;
}
.tile3 .content h2{
    font-size: 1.250vw;
    line-height: 1.5;
    text-align: left;
    color: #3e485b;
    padding-bottom: 16px;
}
.tile3 .content .product-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 80%;
    align-items: flex-start;
}
.tile3 .content p{
    color: #6f7c95;
}
.tile3 .content a{
    margin-top: 40px;
}
.lower-img-section{
    padding: 40px 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    min-height: 435px;
}
/*.lower-img-section .ind-prod-sec{
    min-height: 340px;
}*/

.ind-prod-sec .prod-img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lower-img-section .slick-slide img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ind-prod-sec .para{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    text-align: center;
    color: #3e485b;
}
.ind-prod-sec .text{
    padding: 20px 15px 18px;
}
.ind-prod-sec{
    margin: 0 auto;
    max-width: 280px;
}
.ind-prod-sec:hover{
    border-radius: 6px;
    border: solid 1px #e2e9f8;
}
.ind-prod-sec.active{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
}
.logo-img{
    height: 16px;
    margin-bottom: 10px;
    width: auto;
}
.trends-19{
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
    color: #0b4dcc;
}
.slick-next{
    right: 0;
    top: 45%;
}
.slick-prev{
    left: 0;
    top: 45%;
}

.slick-prev{
    top: 45%;
}

.slick-next:before{
    content: ' \2023';
    font-family: none;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    line-height: 16px;
    font-size: 12px;
}
.slick-prev:before{
    content: '\2023';
    font-family: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    transform: rotate(-180deg);
    line-height: 16px;
}
.single-item .slick-next{
    right: -10px;
    top: 20%;
    line-height: 16px;
}
.single-item .slick-prev{
    left: -80px;
    top: 20%;
}
.lower-img-section .slick-current .ind-prod-sec {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#glider1 .glide__arrow--left{
    left: -1em;
}
#glider1 .glide__arrow--right{
    right: -1em;
}
.cust-detail-sec{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    overflow-x: auto;
}
.ind-cust{
    opacity: .2;
    padding-left: 20px;
}
.ind-cust-active{
    opacity: 1;
}
#glider2 button{
    background: transparent;
    border: none;
    outline-style: none;
    padding: 0;
}
#glider2 .glide__bullet--active .ind-cust{
    opacity: 1;
}
#glider2 .glide__arrow--left{
    left: -5em;
}
#glider2 .glide__arrow--right{
    right: -5em;
}
.desktop-ver{
    display: block;
}
.mobile-ver{
    display: none;
}

@media (max-width: 1399px) {
    .s-blog{
        height: 298px;
    }    
}

@media (max-width: 1280px) {
    /*.tile1 .content{
        width: 90%;
        font-size: 17px;
    }*/
    .tile5 .content {
        padding: 38px 42px 28px 30px;
    }
    .b-blog .btn-sec{
        padding-top: 25px;
    }
}

@media (max-width: 1200px) {
    .tile1,
    .tile2,
    .tile3,
    .tile4,
    .tile5{
        padding-left: 40px;
        padding-right: 40px;
    }
    .tile4-cont img {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    /*.tile2 .inner-cont {
        min-height: 695px;
    }*/
    .heading-sec h2,
    .heading-title h2 {
        font-size: 22px;
    }
    .tile5 .b-blog {
        flex-basis: 60%;
    }
    .s-blog-cont {
        flex-basis: 30%;
    }
    .tile5 .b-blog .img-wrap {
        /*height: 460px;*/
    }
}

@media (max-width: 1100px) {
    .tile5 .b-blog .img-wrap {
        /*height: 440px;*/
    }   
}

@media (max-width: 1050px) {
    .tile5 .b-blog .img-wrap {
        /*height: 410px;*/
    }   
}

/* Mobile CSS */
@media (max-width: 767px) {
    .desktop-ver{
        display: none;
    }

    .mobile-ver{
        display: block;
    }

    .btn-l{
        background-color: #1f67f3;
        border-radius: 22px;
        color: #ffffff;
        border-bottom-color: #1f67f3;
        line-height: normal;
        padding: 12px 18px;
    }

    .tile-hero{
        margin-top: 60px;
        height: 650px;
        background: transparent;
        position: relative;
        overflow: hidden; 
    }

    .m-hero{
        display: block;
    }

    .tile1{
        padding-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: 3%;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tile1 .img-wrap {
        width: 100%;
    }
    .tile1 .content {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tile1 .content .inner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: auto;
    }
    .tile1 .content h2 {
        font-size: 32px;
        line-height: 1.35;
        text-align: center;
    }
    .tile1 .content p{
        text-align: center;
    }
    .tile-content{
        flex-direction: column;
    }
    .tile2{
        padding: 0 20px;
        margin: 50px 0;
    }
    .tile-heading {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 20px;
        margin: 0;
    }
    .inner-cont {
        width: auto;
        border: solid 1px #f7f7f7;
        margin-bottom: 20px;
    }
    .tile2 .inner-cont{
        height: auto;
        min-height: auto;
    }
    .s-blog-cont{
        width: auto;
    }
    .s-blog{
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 0px;
        height: auto;
    }
    .blog-col {
        flex-direction: column;
    }
    .blog-section {
        flex-direction: column;
    }
    .heading-sec {
        bottom: -70px;
        width: 85%;
        border-radius: 0 5px;
        padding: 15px 15px 0 15px;
    }
    .heading-sec .s-heading {
        line-height: 1.5;
    }
    .heading-sec h2,
    .heading-title h2  {
        width: 95%;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
        height: auto;
    }
    .blog-section .inner-cont {
        max-width: unset;
    }
    .b-blog .heading-sec {
        bottom: -12px;
    }
    .tile5  .b-blog .content {
        padding-top: 15px;
    }
    .s-blog .img-wrap {
        /*height: auto !important;*/
    }
    .tile2 .content {
        padding: 75px 15px 50px 15px;
    }
    .tile5 .content {
        padding: 75px 15px 30px 15px;
    }
    .tile2 .content p {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .tile5 .content p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .tile3,
    .tile5 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tile3 .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px 20px 30px 20px;
    }
    .tile3 .single-slide{
        border: solid 1px #e2e9f8;
        border-radius: 6px;
        margin: 0 0 20px 0;
        flex-direction: column;
    }

    .tile3 .single-slide .img-wrap{
        max-height: 240px;
        overflow: hidden;
    }

    .tile3 .product-content img{
        height: 20px !important;
        max-height: inherit;
    }
    .tile3 .img-wrap img{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tile3 .content .product-content{
        width: 100%;
    }
    .tile3 .content h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .tile3 .content p {
        font-size: 14px;
        line-height: 26px;
    }
    .tile3 .content a {
        margin-top: 20px;
    }
    .tile4 {
        margin: 60px 0 0 0;
    }
    .tile4-cont{
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0px;
    }
    .tile4-cont img{
        width: 100%;
    }
    .tile4-cont > div {
        width: 50%;
        height: 70px;
        text-align: center;
    }
    .tile5 .b-blog{
        margin-bottom: 20px;
    }
    .s-blog:nth-child(odd),
    .s-blog:nth-child(even){
        margin-left: 0;
        margin-right: 0;
    }
    .blog-content .btn-sec a {
        text-align: left;
    }
    .upper-s-blog {
        padding-bottom: 0;
    }
    .tile6{
        margin: 30px 0 50px;
    }
    .tile6 .tile-heading {
        margin-bottom: 0;
    }
/*    .tile6 .content .text {
        padding-bottom: 70px;
    }*/
    .tile6 .content .text p {
        padding-bottom: 30px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .tile7{
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .tile7 .content{
        width: auto;
    }
    .tile7 .content h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .tile7 .content p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .customer-sec {
        padding: 50px 40px 0 40px;
    }
    .single-item .slick-next {
        right: -10px;
    }
    .single-item .slick-prev {
        left: -10px;
    }

    .customer-sec .slick-next, 
    .customer-sec .slick-prev{
        display: none;
    }
    
    .cust-detail-sec{
        width: 100%;
    }
    .cust-detail-sec .ind-cust{
        padding-left: 0;
        width: 100%;
        overflow: auto;
    }
    .cust-detail-sec .logo img {
        height: 28px;
    }
    .after-text-sec {
        flex-direction: column;
    }

    .after-text-sec .btn-sec{
        margin-top: 20px;
    }

    .blog-content h3{
        /*height: auto;*/
        margin-bottom: 20px;
    }

    .tile6 .content .img-wrap{
        max-width: 16px;
        position: absolute;
        width: 100%;
        display: block;
        top: -5px;
    }

    .tile6 .content .text{
        padding-left: 0;
    }

    #glider2 .glide__arrow--right{
        display: none;
    }

}

@media (max-width: 320px) {
    .tile1 .content h2{
        width: 85%;
    }
    .logo img {
        height: 15px;
    }
    .cust-detail-sec .logo img {
        height: 24px;
    }

    .tile4-cont img {
        width: 130px;
    }
}

/* Tab CSS */
@media (min-width: 768px) and (max-width: 1024px) {
    .tile1 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tile1 .content h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .tile1 .content p {
        font-size: 16px;
        line-height: 28px;
    }

    .tile-heading {
        font-size: 24px;
        margin: 0;
    }

    .tile2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tile2 .inner-cont {
        /*min-height: 650px;
        height: 615px;*/
        max-width: 450px;
        width: 100%;
        border: solid 1px #e2e9f8;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .tile2 .tile-content {
        justify-content: space-evenly;
    }

    .tile2 .content p {
        min-height: 177px;
    }

    .tile4-cont img {
        width: 211px;
    }

    .lower-img-section .slick-next {
        right: 20px;
    }

    .lower-img-section .slick-prev {
        left: 20px;
    }

    .slider-for .slick-list.draggable{
        height: 1200px !important;
    }

    .single-slide {
        flex-direction: column;
    }

    .tile3 .upper-display-cont .img-wrap,
    .tile3 .content .product-content{
        width: 100%;
    }

    .tile3 .product-content img{
        height: 20px !important;
    }

    .tile3 .content {
        width: 100%;
        padding: 30px;
    }

    .tile3 .content h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .tile3 .content p {
        font-size: 16px;
        line-height: 28px;
    }

    .ind-prod-sec {
        width: 250px !important;
        height: 310px;
    }

    .ind-prod-sec:hover{
        border-radius: 6px;
        border: solid 1px #e2e9f8;
        box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
        -moz-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
        -webkit-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    }

    .ind-prod-sec .para {
        line-height: 20px;
    }

    .tile3 .slider-nav .slick-slide{
        height: 371px;
    }

    .tile4{
        margin: 50px 0;
    }

    .tile4-cont > div {
        width: 33%;
        height: 100px;
        text-align: center;
    }

    .blog-section{
        flex-direction: column;
    }

    .tile5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tile5 .b-blog {
        max-width: 1024px;
        width: 92%;
        margin: 0 auto 30px auto;
        border: solid 1px #e2e9f8;
        border-radius: 8px;
    }

    .heading-sec h2,
    .heading-title h2  {
        font-size: 18px;
        line-height: 28px;
    }

    .s-blog-cont {
        max-width: 1024px;
        width: 100%;
    }

    .blog-col {
        justify-content: space-around;
        flex-direction: row;
    }

    .s-blog {
        max-width: 445px;
        width: 100%;
        max-height: 540px;
        height: 100%;
    }

    .s-blog:nth-child(odd) {
        margin-left: 40px;
        margin-right: 10px;
    }
    .s-blog:nth-child(even) {
        margin-left: 10px;
        margin-right: 40px;
    }

    .s-blog .img-wrap{
       /* height: auto !important;*/
    }

    .s-blog .blog-content .btn-sec {
        padding: 20px 0;
    }

    .single-item .slick-prev{
        left: 0;
    }

    .single-item .slick-next{
        right: 0;
    }

    .customer-sec {
        padding: 100px 40px 0 40px;
    }

    .tile6 .content .text p,
    .after-text-sec {
        width: 95%;
    }

    .tile7 .content h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .tile6 .tile-heading{
        margin-bottom: 10px;
    }

    .logo img{
        height: 50px;
        width: auto;
    }

    #glider2 .glide__arrow--right,
    #glider2 .glide__arrow--left{
        display: none;
    }
}

@media (width: 768px) {
    .tile2 .inner-cont {
        height: 625px;
    }
    .tile2 .content p {
        min-height: 260px;
    }
    .lower-img-section {
        min-height: 345px;
    }
    .lower-img-section .ind-prod-sec {
        min-height: 250px;
        height: 250px;
    }
    .ind-prod-sec .logo-img {
        height: 13px;
        margin-bottom: 10px;
        width: auto;
    }
    .slider-for .slick-list.draggable {
        height: 955px !important;
    }

    .ind-prod-sec {
        width: 175px !important;
    }

    .tile3 .slider-nav .slick-slide {
        height: 320px;
    }

    .ind-prod-sec .para {
        font-size: 12px;
        line-height: 18px;
    }
    .s-blog .img-wrap {
        /*height: 210px !important;*/
    }
    .blog-content h3 {
        /*height: 110px;*/
    }
    .tile6 .tile-heading {
        margin-bottom: 0px;
    }
}

@media (min-width: 1440px) {
    .tile1 .content h2{
        /*margin-top: -133px;*/
    }
    .tile1 .img-wrap {
        padding-top: 50px;
        width: 57%;
    }
    .tile2{
        margin: 150px 0;
    }
    .tile2 .tile-heading{
        padding-bottom: 20px;
    }
    .tile2 .t-heading-sec p{
        width: 78%;
    }
    .tile2 .content p {
        min-height: 125px;
    }
    .tile2 .content {
        padding: 34px 42px 45px 30px;
    }
    .tile3 .tile-heading {
        padding-bottom: 50px;
    }
    .inner-cont {
        max-width: 673px;
        width: 49%;
    }

    .lower-img-section,
    .upper-display-cont{
        max-width: 100%;
    }
    .lower-img-section{
        min-height: 414px;
    }
    .lower-img-section .ind-prod-sec {
        min-height: 318px;
    }

    .tile3 .content img {
        margin-bottom: 18px;
        width: auto;
    }

    .heading-sec{
        padding: 46px 34px 20px 30px;
    }
    .heading-sec .s-heading {
        padding-bottom: 9px;
    }

    .tile4{
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .tile4 .tile-heading{
        padding-bottom: 50px;
    }

    .tile4-cont{
        padding-top: 0;
    }
    .tile5 .content {
        padding: 38px 42px 27px 30px;
    }
    .s-blog {
        height: 325px;
    }

    .tile6{
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .tile7 {
        margin-bottom: 150px;
    }
    .tile7 .content h2{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .tile7 .content p{
        margin-bottom: 30px;
    }
}

@media (max-width: 1440px) {
    .tile1 .content h2 {
        margin-top: 0;
    }
    .tile1 .content{
        width: 51%;
    }
    .tile1 .content p{
        font-size: 16px;
    }

}
@media (max-width: 768px) {
    .tile1 .content{
        width: 100%
    }

}
