   
.w_wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 320px;
    margin-bottom: 40px;
    cursor: default;
}
.w_wrapper_chatbot {
    min-height: 400px;
}
.w_wrapper .wb_header {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 75px;
    height: 70px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.w_wrapper .icon_box {
    position: absolute;
    left: 0;
}
.w_wrapper .wb_container {
    padding: 20px 0 0 0;
    border-top: 1px solid #e9e9e9;
    font-family: 'robotolight';
}
.blue_tech {
    background: #357fbd;
    padding: 10px 10px 10px 100px;
    position: relative;
    width: 100%;
    color: #fff;
    height: 105px;
    margin-bottom: 15px;
    border-left: 5px solid #fff;
    transition: box-shadow .7s,border .5s;
}
.blue_tech_img {
    position: absolute;
    left: 20px;
    width: 100px;
    top: 25px;
}
.blue_tech h3 {
    font-size: 25px;
    text-transform: capitalize;
    text-decoration: none;
}
.blue-chatbot {
    height: 130px;
    padding: 15px 10px 10px 100px;
}
.blue-chatbot p {
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}
.blue-chatbot .blue_tech_img {
    top:40px;
}
.tech-main-blue a {
    text-decoration: none;
}
.blue_tech:hover {
    border-left: 5px solid #f8b947;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.19);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
}
.chatbot-contact-bg {
    background-image: url(../png/levrage-chatbot-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 222px;
    flex-direction: column;
justify-content: center;
align-items: center;
}
.chatbot-contact-bg h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
}
.chatbot-contact-bg a {
background-color: rgb(250, 168, 26);
width: auto;
height: 45px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
line-height: 45px;
padding: 0px 15px;
color: #fff;
text-transform: uppercase;
margin-top: 15px;
}
.cb-dashboard-wrap {
    background-image: url(../png/cb-dahboard-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.light-gray-cb {
    background-color: #f9f9fb;
    padding: 30px 0px 80px 0px;
}
.dashboard_points {
    position: relative;
    padding: 0px 0px 0px 340px;
}

.dashboard_points ul {
    
}
.dashboard_points li {
    margin: 15px 0px;
    font-family: 'robotolight' !important;
}
.cb_img_db {
    position: absolute;
    top:45px;
    left: 0px;
    width: 326px;
}

.cb_services_wrap {
    position: relative;
    padding: 0px 0px 0px 300px;
    background: #03286c;
}
.img_holder_cb {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
width: 300px;
height: 100%;
}
.img_holder_cb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cb_services_wrap .col-lg-3,
.cb_services_wrap .col-md-4,
.cb_services_wrap .col-sm-6
{
    padding-bottom: 0px;
    border: 1px solid #020e3e;
}
.numeric-watermark {
    position: absolute;
    right: 0px;
    font-size: 100px;
    color: #113576;
    bottom: 0px;
}
.cb_services_points {
padding: 40px 0px 40px 0px;
color: #fff;
display: block;
z-index: 2;
position: relative;
}
.font-light {
    font-family: 'robotolight' !important;
}

.chatboat-services ul li:nth-child(1)::after {
    background-image: url(../png/marketing-2.png);
}
.chatboat-services ul li:nth-child(2)::after {
    background-image: url(../png/total-sales-2.png);
}
.chatboat-services ul li:nth-child(3)::after {
    background-image: url(../png/travel-tourism-2.png);
}
.chatboat-services ul li:nth-child(4)::after {
    background-image: url(../png/healthcare-3.png);
}


@font-face {
    font-family: 'robotobold';
    src: url('../roboto-bold-webfont.html') format('woff2'),
         url('../woff/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('../roboto-light-webfont.html') format('woff2'),
         url('../woff/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../roboto-regular-webfont.html') format('woff2'),
         url('../woff/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@media screen and (max-width: 991px) {
    .dashboard_points {
        padding: 0px;
    }
    .cb_img_db {
        position: relative;
        top: 0px;
        margin: 40px auto;
    }
}

@media screen and (max-width: 767px) { 
    .light_gray_1 {
        padding: 60px 0px;
    }
    .cb_services_wrap {
        padding: 200px 0px 0px 0px;
    }
    .img_holder_cb {
        width: 100%;
    height: 200px;
    }
    .chatbot-contact-bg {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 575px) {
    .cb_services_points {
        height: 140px;
    }
    .blue-chatbot {
        height: 100%;
    }
    .tech-main-blue {
        margin-bottom: 15px;
    }
}

