.footer {
    padding-top: 80px;
}
.single_cat_sec {
    margin-top: 150px;
}
.ft {
    margin-top: 290px;
}
.s_cat_tabs {
    border-bottom: none;
}
.single_cat_tab_btn a {
    color: #0f123b;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.single_cat_tab_btn {
    border: none;
    border-radius: 20px;
    background-color: #eaeaea;
    margin-right: 20px;
    height: 38px;
    margin-bottom: 20px;
}
.nav-pills .single_cat_nav_link.active {
   color: #1ca1f1;
    border: 1px solid #1ca1f1;
    background-color: #fdfdfd;
    border-radius: 20px;

}
.single_cat_nav_link:hover {
    color: #1ca1f1;
    border: 1px solid #1ca1f1;
    background-color: #fdfdfd;
    border-radius: 20px;
}
.s_cat_content {
    margin-top: 80px;
}
.s_cat_left1 h2 {
    color: #0f123b;
    font-family: Lato;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 33px;
}
.s_cat_left1 p {
    color: #6f6f70;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
}
.min_row h3 {
    color: #9c9c9c;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.min_row h4 {
    color: #0f123b;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.pkg_row {
    box-sizing: border-box;
    border: 1px solid rgba(43, 41, 45, 0.2);
    border-radius: 6px;
}
.pkg_row_data h2 {
    color: #0f123b;
    margin-top: 19.5px;
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 4px;
}
.pkg_row_data h3 {
    color: #0f123b;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 15px;
}
.pkg_row_data h4 {
    color: #9a9a9a;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 20.5px;
}
.pkg_row_data2 h2 {
    color: #0f123b;
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 4px;
}
.pkg_row_data2 h3 {
    color: #0f123b;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 10px;
}
.pkg_row_data2 h4 {
    color: #9a9a9a;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 20.5px;
}
.pkg_row_data i {
    margin-right: 4px;
}
.pkg_row_data2 i {
    margin-right: 4px;
}
.two_ico {
    margin-left: 10px;
}
.pkg_row_data {
    padding-left: 35px;
}
.pkg_row_data2 {
    padding-left: 35px;
}
/* The container */
.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid gray;
    margin-top: 47px;
    margin-left: 15px;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid gray;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
    background-color: #1ca1f1;
    border: none;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check_container .checkmark:after {
    left: 7px;
    top: 3.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pkg_row_price h2 {
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}
.pkg_row_price h3 {
    color: #0f123b;
    font-family: Lato;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}
.pkg_row_price2 h2 {
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}
.pkg_row_price2 h3 {
    color: #0f123b;
    font-family: Lato;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}
.dol,
.val {
    display: inline-block;
}
.pkg_row_price {
    padding-top: 38px;
    padding-right: 10px;
    padding-left: 35px;
}
.pkg_row:hover .pkg_row_price {
    background-color: #f4d06f;
    border-radius: 4px;
}
.pkg_row:hover .pkg_row_price2 {
    background-color: #f4d06f;
    border-radius: 4px;
}
.pkg_row:hover {
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
        0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.pkg_row {
    margin-bottom: 25px;
}
.s_trough h4 {
    color: #6f6f70;
    font-family: Lato;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
}
.pkg_row_price2 {
    padding-top: 28px;
    padding-right: 10px;
    padding-left: 35px;
}
.action_btns {
    display: inline-block;
}
.chose_pln {
    height: 48px;
    width: 151px;
    border-radius: 4px;
    background-color: #1ca1f1;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-top: 18px;
    line-height: 17px;
    margin-left: -15px;
}
.chose_pln:hover {
    color: #fff;
}
.compare_pkg {
    color: #1ca1f1;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 15px;
    margin-left: 5px;
}
.action_btns img {
    margin-right: 5px;
}
.action_btns a:hover {
    color: #1ca1f1;
}
.label1 {
    font-size: 9px;
    background-color: rgb(13, 218, 211);
    font-family: Lato;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 9px;
    padding: 10px 10px;
    margin-top: -15px;
}
.label2 {
    font-size: 9px;
    background-color: #f4d06f;
    margin-left: 5px;
    font-family: Lato;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 9px;
    padding: 10px 10px;
}
.top_labels {
    margin-top: -8px;
    margin-left: -75px;
}
.lookin_row {
    margin-top: 50px;
    background-color: #f2f4ff;
}
.lookin_col {
    padding-top: 40px;
    padding-bottom: 40px;
}
.lookin_col h3 {
    color: #0f123b;
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}
.lookin_col h4 {
    color: #0f123b;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 10px;
}
.lookin_col a {
    color: #1ca1f1;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 20px;
}
.s_cat_left1 {
    padding-right: 80px;
}
.nav-tabs {
    border: none;
    margin-bottom: 25px;
}
.industry_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.badge {
    width: 15px !important;
    height: 15px !important;
    background: #1ca1f1 !important;
    color: white;
    border-radius: 10px;
    margin-left: 5px;
    line-height: 13px;
    padding: 1px 2px 1px 2px;
}
.samplesx {
    margin-top: 16px;
}
.main_cat {
    color: black !important;
    font-weight: 600;
}
.single_cat_tab_btn span {
    background: #2c1c1c00 !important;
    margin-left: 4px;
}
