.view-section  .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background: #fff;
    box-sizing: border-box;
    border:1px solid #4e4e4e;
    border-radius: 50%;
    display: inline-block;
}

.view-section  .owl-dots .active {
    background: #c94f13 !important;
    border:1px solid #c94f13;
}
.view-section  .owl-dots {
    position: absolute;
    left: 15%;
    width: 75%;
    top:101%;
    text-align: center;
}
.col-3-promos .owl-stage-outer {
    display: flex;
    padding-bottom: 30px;
}
.view-section {
    padding: 100px 0 !important;
}

.view-section-links span {
    width: 90%;
    float: left;
    font-size: 15px;
}

.col-3-promos .owl-stage {
    display: flex !important;
}
.flex1-with-border {
    flex: 1;
    margin: 2px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    height: 100%;
}

.flex1-with-border img {
    width: 100%;
    margin-bottom: 5px !important;
}
.flex1-with-border h3 {
    padding: 5px;
    margin-bottom: 0px;
}
.flex1-with-border p {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}

/* @media (min-width: 300px) and  (max-width: 575px){
   
    .view-section-links i {
        font-size: 11px;
        padding: 15px 0;
    }
    .view-section {
        padding: 50px 0;
    }
    
    .col-3-promos .view-section-links {
        min-height:auto;
    }
    .col-3-promos .owl-item {
        height: 100%;
        margin-right: 0px !important;
    }
    
    .owl-carousel .owl-item img.d-sm-none.d-xs-none {
        display: none !important;
        height: 0;
    }
    .flex1-with-border h3 {
        font-size: 19px;
    }
    .view-section-links span {
        width: 90%;
        display: flex;
        float: left;
        font-size: 14px;
        padding: 15px 5px;
        padding-right:15px;
    }
    .flex1-with-border p {
        font-size: 14px !important;
        padding-bottom:0px;
    }
   
} */

/* @media (min-width: 576px) and  (max-width: 767px){
   
    .view-section-links i {
        font-size: 11px;
        padding: 15px 0;
    }
    
    .view-section-links span {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        padding: 0 5px 0 0;
        font-size: 15px;
    }
    .view-section-links i {
        font-size: 11px;
        padding: 15px 0;
    }
    
    .col-3-promos .view-section-links {
        min-height:80px;
    }
    .col-3-promos .owl-item {
        height: 100%;
        margin-right: 0px !important;
    }
    
} */

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* @media (min-width: 768px) and (max-width: 991px) {
    .view-section .owl-stage {
        display: flex;
    }
    
    
    .view-section .owl-nav {
        width: 100%;
        position: absolute;
        left: 0%;
        height: 100px;
        bottom: 10%;
    }
    
    .view-section-links {
        font-size: 15px;
        min-height: 55px;
    }
    .col-3-promos .owl-item {
        height: 100%;
        margin-right:10px !important;
    }
    .col-3-promos .view-section-links i{
        padding: 15px 0;
    }
    
} */
/* @media (min-width: 778px) and (max-width: 905px) {
    .view-section-links {
        min-height: 80px;
    }
} */
/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) and  (max-width: 1199px) {
     .view-section-links {
        font-size: 15px;
    } 
    .tool-pro-section-links {
        width: 65%;
        bottom: -8%;
        left: 17%;
    }
    .col-3-promos .view-section-links i {
        padding: 0;
    }
    .col-3-promos .owl-item {
        height: 100%;
        margin-right:10px !important;
    }
    .col-3-promos .view-section-links {
        min-height: 55px;
    }
} */

/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) and (max-width: 1599px) {
    .view-section-links i {
        padding: 15px 0;
    }
    .col-3-promos .owl-item {
        height: 100%;
        margin-right:10px !important;
    }
} */

@media  (max-width: 374px){
    .flex1-with-border h3 {
        font-size: 20px;
    }
    .flex1-with-border p {
        font-size: 14px;
        padding-bottom: 60px;
    }
    .flex1-with-border .view-section-links span {
        font-size: 14px;
        font-weight: 500;
    }
}
@media (min-width: 375px) and  (max-width: 766px){
    .flex1-with-border h3 {
        font-size: 20px;
    }
    .flex1-with-border p {
        font-size: 14px;
        padding-bottom:50px;
    }
    .flex1-with-border .view-section-links span {
        font-size: 14px;
        font-weight: 500;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 767px) and (max-width: 990px) {
    .flex1-with-border h3 {
        font-size: 30px;
    }
    .flex1-with-border p {
        font-size: 18px !important;
        padding-bottom: 50px;
    }
    .flex1-with-border .view-section-links span {
        font-size: 20px;
        font-weight: 500;
        padding: 5px 10px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 991px) and  (max-width: 1599px) {
    .flex1-with-border p {
        font-size: 16px;
        padding-bottom: 50px;
    }
    .flex1-with-border .view-section-links span {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (min-width: 1600px) {
    .col-3-promos .owl-item {
        height: 100%;
        margin-right:10px !important;
    }
    .flex1-with-border p {
        font-size: 16px;
        width: 95%;
    }
    .flex1-with-border .view-section-links{
        font-size: 14px;
        font-weight: 500;
    }
    
} 
@media (max-width: 991px) {
    .view-section.custom-container .owl-nav {
      display: none;
    }
}