@charset "utf-8";

/* CSS Document */

html,
body {
    overflow-x: hidden;
}


/* Divs having common properties
	---------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.clear {
    clear: both;
}

.height10 {
    height: 10px;
}

.height20 {
    height: 20px;
}

.padding1pr-top {
    padding-top: 1%;
}

.padding1pr {
    padding-top: 1%;
    padding-bottom: 1%;
}

.padding2pr {
    padding-top: 2%;
    padding-bottom: 2%;
}

.padding3pr {
    padding-top: 3%;
    padding-bottom: 3%;
}

.padding4pr {
    padding-top: 4%;
    padding-bottom: 4%;
}

.padding5pr {
    padding-top: 5%;
    padding-bottom: 5%;
}

.padding6pr {
    padding-top: 6%;
    padding-bottom: 6%;
}

.padding7pr {
    padding-top: 7%;
    padding-bottom: 7%;
}

.padding8pr {
    padding-top: 8%;
    padding-bottom: 8%;
}

.padding9pr {
    padding-top: 9%;
    padding-bottom: 9%;
}

.padding10pr {
    padding-top: 10%;
    padding-bottom: 10%;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0.8) !important;
}

.breadcrumb a {
    color: #fff !important;
}

.breadcrumb a:hover {
    color: #ffd700 !important;
}

.nopadding {
    padding: 0px;
}

.customise-style-form2 form {
    width: 100% !important;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .table-responsive {
        display: block;
    }
}


/* Header
---------------------------------------- */

.header_bg {
    background-color: #fff;
}

.text-center .img-responsive {
    display: inline-block !important;
}

.btn-primary {
    color: #fff;
    background-color: #99CC33;
    border-color: #99CC33;
}

.btn-primary:hover {
    background-color: #54780c;
    border-color: #54780c;
}

.header_bg .container,
.header-btn-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-btn-div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom-light-bg {
    padding: 20px;
    background: rgba(0, 0, 0, 0.02) !important;
    border-radius: 5px;
}

.hero-banner-border {
    border-bottom: 5px solid #99CC33;
}


/* Changes 07-05-2019
---------------------------------------- */

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    font-size: 16px !important;
}

.custom_color {
    color: #fb601c !important;
}

.custom_img-responsive {
    max-width: 75% !important;
    height: auto !important;
}

.logo-img-responsive {
    max-width: 200px !important;
}


/* Navigation
---------------------------------------- */

.navi_bg {
    background-color: #99CC33;
}

.navi_bg ul.navbar-nav {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.navi_bg li {
    /*background:url(images/seprater.png) no-repeat center right;*/
    float: none;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.navi_bg li:last-child {
    background: none;
}

.navi_bg li a {
    color: #fff;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}


/*
.nav>li>a {
    padding: 10px 0px 18px !important;
}
*/


.nav>li>a {
    padding: 4px 0px 10px !important;
    line-height: 10px;
}

.navbar-default .navbar-nav>li:hover ul {
    display: block;
}

.navi_bg li a:hover {
    color: #000;
    text-decoration: none;
    background: none;
}

.navbar-default {
    background: none !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #54780c !important;
}

.dropdown-menu>li>a {
    padding: 3px 10px !important;
}

.dropdown-menu {
    background-color: #99CC33 !important;
    border: none !important;
}

.navbar {
    margin-bottom: 0px !important;
    margin-top: 10px;
}

.navbar {
    min-height: 32px;
}

@media (max-width: 767px) {
    .header_bg .text-left {
        text-align: center;
    }
    .header_bg .text-left .img-responsive {
        display: inline-block;
    }
    .navbar {
        min-height: 0px;
    }
    .navbar-toggle {
        position: absolute;
        top: -68px;
        right: -14px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .header-btn-div {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-toggle {
        border-color: #99CC33;
        background: #99CC33;
        color: #fff !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #99CC33;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}


/* Heading
---------------------------------------- */

.heading {
    background-color: #99CC33;
}

.heading h1 {
    color: #ffff00;
    font-size: 21pt;
    text-align: center;
    text-transform: uppercase;
}


/*  custom-3-boxes
----------------------------------------*/

.custom-3-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.custom-3-boxes .col-lg-6 {
    width: calc(50% - 20px);
}

.custom-down-arrow {
    background: url(../images/down-arrow-1.png) no-repeat bottom center !important;
    width: 40px;
    opacity: 0.4;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .custom-3-boxes .col-lg-6 {
        width: 100%;
    }
    .custom-down-arrow {
        display: non;
    }
    .custom-3-boxes .text-right {
        text-align: left;
    }
    .custom-3-boxes .text-left {
        text-align: left;
    }
}


.tabbs-payment{display:inline-block;}
.tabbs-payment > li{display:inline-block; margin:1px;}
.tabbs-payment > li a{padding: 1.6rem 2rem !important; border-radius:6px 6px 0 0; background: rgb(153, 204, 51, 0.7) !important; border-color: rgb(153, 204, 51, 0.7) !important; color:#fff;}
.tabbs-payment > li:last-child a{margin-right:0px;}
.tabbs-payment > li.active > a, .tabbs-payment > li.active > a:hover, .tabbs-payment > li.active > a:focus{background: rgb(153, 204, 51, 1) !important; border-color: rgb(153, 204, 51, 1) !important;}


/* footer
---------------------------------------- */

.footer_bg {
    /*background-color:#99CC33;*/
    background-color: #666;
}

.custom-footer p {
    color: #999;
}

.footer_bg a {
    color: #999;
    text-decoration: none;
}

.footer_bg a:hover {
    color: #f0e60e;
}

ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: right;
}

ul.footer-menu li {
    display: inline-block;
    padding-left: 15px;
}

ul.footer-menu li a {
    color: #999;
}

ul.footer-menu li a:hover {
    color: #99CC33;
}

@media (max-width: 767px) {
    ul.footer-menu {
        text-align: left;
    }
    ul.footer-menu li {
        padding-left: 0px;
        padding-right: 15px;
    }
}


/* Resources Page
--------------------------------------*/

.resources-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#raves p {
    font-size: 18px;
}


/* Login/Signup Page
-----------------------------------------*/

.customise-style-form .form-group label {
    font-size: 10.5pt;
    font-weight: 700 !important;
}

.customise-style-form .form-control {
    border: 1px solid #99CC33;
    border-radius: 0px;
    height: 40px;
}

.border-left {
    border-left: 1px solid #eee;
}


/* Faq
-----------------------------------------*/

.panel-group .panel {
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
}

.panel-default {
    border-color: #99cc33;
}

.custom-cotact-form {
    border: 3px solid #99cc33;
    background: rgb(153, 204, 51, 0.01);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
}

.show-vr-iamges img {
    float: left;
    margin: 5px;
}


/* Media Querie
---------------------------------------- */

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .navi_bg li a {
        font-size: 10.5pt !important;
    }
    .right-content h2 {
        font-size: 21pt;
    }
    .right-content h3 {
        font-size: 16pt;
    }
    .right-content h4 {
        font-size: 14pt;
    }
    .right-content p {
        font-size: 11pt;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi_bg li a {
        font-size: 6.5pt !important;
        padding-right: 6px;
        padding-left: 6px;
    }
    .right-content h2 {
        font-size: 18pt;
    }
    .right-content h3 {
        font-size: 14pt;
    }
    .right-content h4 {
        font-size: 11pt;
    }
    .right-content p {
        font-size: 9pt;
    }
    .custom-dash-border {
        width: 150px;
        height: 150px;
    }
    .custom-dash-border::before {
        width: 175px;
        height: 175px;
        top: -13px;
        left: -13px;
    }
    .header_bg h1 {
        font-size: 21pt;
    }
}

@media (max-width: 767px) {
    .navi_bg li a {
        font-size: 10pt !important;
    }
    .navi_bg li {
        background: none;
        float: left !important;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .navi_bg ul.navbar-nav {
        margin: 0 auto;
        display: block;
        text-align: left;
        width: 100%;
    }
    .right-content h2 {
        font-size: 17pt;
    }
    .right-content h3 {
        font-size: 13pt;
    }
    .right-content h4 {
        font-size: 11pt;
    }
    .right-content p {
        font-size: 10pt;
    }
    .mission {
        padding-top: 50px;
    }
    .header_bg h1 {
        font-size: 15pt;
    }
}

@media screen and (max-width:650px) {
    .slide-content {
        display: none;
    }
}

@media screen and (max-width:380px) {}

.has-error {
    border-color: red !important;
}


/*@media not all and (min-resolution:.001dpcm) { @media {

   .custom-3-boxes .text-right{
	   text-align:left !important;
	   }
}}*/


/* Changes After 06 Aug 2019 Homepage
-----------------------------------*/


/* .custom-hit-wrapper .custom-hit-boxes {
   
} */

.left-number-hit {
    position: absolute;
    width: 50px;
    height: 100%;
    padding: 5px 14px 0 0;
    box-sizing: border-box;
}

.left-number-hit h2 {
    font-size: 55pt;
    margin: 0px;
    color: #99CC33;
    font-weight: 600;
}

.custom-right-content-hit {
    padding-left: 50px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.heading-var01 {
    position: relative;
    background: url(../images/side-arrows-trans.png) no-repeat center !important;
}

.heading-var01 b {
    position: relative;
}

.heading-var01::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 56px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.col-6-side-gap {
    margin-right: 10px;
    width: calc(50% - 15px);
}

@media (max-width: 767px) {
    .col-6-side-gap {
        margin-right: 0px;
        width: 100%;
    }
}

/*
    New styles added for verification products and so on.
*/

.text-underline{text-decoration: underline;}

/*****Font Sizes********/
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-26{font-size:26px;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-36{font-size:36px;}
.fs-38{font-size:38px;}
.fs-40{font-size:40px;}

/*****Font Weights********/
.fw-100{font-weight:100;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}

/*******Theme Colors*******/
.clr-theme-1{color:#99cc33;}
.clr-theme-2{color:#04cff0;}
.clr-theme-3{color:#00b0f0;}
.clr-theme-4{color:#2ea5aa;}
.clr-theme-5{color:#333333;}
.clr-theme-6{color:#595959 !important;}

/*******Theme Backgrounds*******/
.bg-theme-1{background-color:#99cc33;}
.bg-theme-2{background-color:#04cff0;}
.bg-theme-3{background-color:#00b0f0;}
.bg-theme-4{background-color:#2ea5aa;}
.bg-theme-5{background-color:#333333;}

/*******Spacing Classes*******/
/********Paddings*******/
.p-top-1{padding-top: 0.25rem;}
.p-top-2{padding-top: 0.5rem;}
.p-top-3{padding-top: 1rem;}
.p-top-4{padding-top: 1.5rem;}
.p-top-5{padding-top: 3rem;}
.p-bottom-1{padding-bottom: 0.25rem;}
.p-bottom-2{padding-bottom: 0.5rem;}
.p-bottom-3{padding-bottom: 1rem;}
.p-bottom-4{padding-bottom: 1.5rem;}
.p-bottom-5{padding-bottom: 3rem;}
.p-left-1{padding-left: 0.25rem;}
.p-left-2{padding-left: 0.5rem;}
.p-left-3{padding-left: 1rem;}
.p-left-4{padding-left: 1.5rem;}
.p-left-5{padding-left: 3rem;}
.p-right-1{padding-right: 0.25rem;}
.p-right-2{padding-right: 0.5rem;}
.p-right-3{padding-right: 1rem;}
.p-right-4{padding-right: 1.5rem;}
.p-right-5{padding-right: 3rem;}
.p-x-1{padding-left: 0.25rem; padding-right: 0.25rem;}
.p-x-2{padding-left: 0.5rem; padding-right: 0.5rem;}
.p-x-3{padding-left: 1rem; padding-right: 1rem;}
.p-x-4{padding-left: 1.5rem; padding-right: 1.5rem;}
.p-x-5{padding-left: 3rem; padding-right: 3rem;}
.p-y-1{padding-top: 0.25rem; padding-bottom: 0.25rem;}
.p-y-2{padding-top: 0.5rem; padding-bottom: 0.5rem;}
.p-y-3{padding-top: 1rem; padding-bottom: 1rem;}
.p-y-4{padding-top: 1.5rem; padding-bottom: 1.5rem;}
.p-y-5{padding-top: 3rem; padding-bottom: 3rem;}

/********Margins*******/
.m-top-1{margin-top: 0.25rem;}
.m-top-2{margin-top: 0.5rem;}
.m-top-3{margin-top: 1rem;}
.m-top-4{margin-top: 1.5rem;}
.m-top-5{margin-top: 3rem;}
.m-bottom-1{margin-bottom: 0.25rem;}
.m-bottom-2{margin-bottom: 0.5rem;}
.m-bottom-3{margin-bottom: 1rem;}
.m-bottom-4{margin-bottom: 1.5rem;}
.m-bottom-5{margin-bottom: 3rem;}
.m-left-1{margin-left: 0.25rem;}
.m-left-2{margin-left: 0.5rem;}
.m-left-3{margin-left: 1rem;}
.m-left-4{margin-left: 1.5rem;}
.m-left-5{margin-left: 3rem;}
.m-right-1{margin-right: 0.25rem;}
.m-right-2{margin-right: 0.5rem;}
.m-right-3{margin-right: 1rem;}
.m-right-4{margin-right: 1.5rem;}
.m-right-5{margin-right: 3rem;}
.m-x-auto{margin-right:auto; margin-left:auto;}
.m-x-1{margin-left: 0.25rem; margin-right: 0.25rem;}
.m-x-2{margin-left: 0.5rem; margin-right: 0.5rem;}
.m-x-3{margin-left: 1rem; margin-right: 1rem;}
.m-x-4{margin-left: 1.5rem; margin-right: 1.5rem;}
.m-x-5{margin-left: 3rem; margin-right: 3rem;}
.m-y-1{margin-top: 0.25rem; margin-bottom: 0.25rem;}
.m-y-2{margin-top: 0.5rem; margin-bottom: 0.5rem;}
.m-y-3{margin-top: 1rem; margin-bottom: 1rem;}
.m-y-4{margin-top: 1.5rem; margin-bottom: 1.5rem;}
.m-y-5{margin-top: 3rem; margin-bottom: 3rem;}

.text-danger-red{color:#ff0000;}
.text-link{color:#4472c4;}

.btn-lg{font-size:20px !important; padding:10px 35px !important;}

.w-100{width:100%;}
.w-50{width:50%;}
.w-25{width:25%;}

.no-style-list{list-style-type:none; margin:0px; padding:0px;}
.border-green{border-color:#99CC33; border-width:2px;}

.field-review{border-color:#99CC33; border-width:2px; height:40px; width:40px; outline:none; text-align:center; box-shadow:none; color:#000; font-size:16px !important;}

.radio-btns-area{}
.radio-btns-area .radio-button {cursor: pointer; padding-right: 25px;}
.radio-btns-area input[type=radio]{ box-sizing: border-box; padding: 0;}
.radio-btns-area input{ font-size: 1rem; line-height: 1.5; padding: 11px 23px; border: 1px solid rgba(0,0,0,.15);  border-radius: 0; outline: 0; background-color: transparent;}
.radio-btns-area .radio-button__input { opacity: 0; position: absolute;}
.radio-btns-area .radio-button__control { position: relative; display: inline-block; width: 25px; height: 25px; vertical-align: middle; background-color: inherit; color: #017b5f; border: 2px solid #99CC33; border-radius: 24px; margin-top:-5px;}
.radio-btns-area .radio-button__input:checked+.radio-button__control:after { content: ""; display: block; position: absolute; top: 4px; left: 4px; width: 13px; height: 13px; background-color: #99CC33; border-radius: 12px;}
.radio-btns-area .radio-button__input:checked+.radio-button__control { border-color: #99CC33;}
.radio-btns-area .radio-button__control {transform: scale(0.75);}

.no-style-list{margin:20px 0;}
.no-style-list li{margin:5px 0;}
.lh-small li{margin:1px 0;}
.listed-radios .radio-btns-area .radio-button__control{border-color:#04cff0;}
.listed-radios .radio-btns-area .radio-button__input:checked+.radio-button__control{border-color:#04cff0;}
.listed-radios .radio-btns-area .radio-button__input:checked+.radio-button__control:after{background-color:#04cff0;}

.listed-radios-sub{margin-left:35px;}
.listed-radios-sub .radio-btns-area .radio-button__control{border-color:#99CC33;}
.listed-radios-sub .radio-btns-area .radio-button__input:checked+.radio-button__control{border-color:#99CC33;}
.listed-radios-sub .radio-btns-area .radio-button__input:checked+.radio-button__control:after{background-color:#99CC33;}

.boxed-content{position:relative;}
.boxed-content p, .boxed-content .radio-btns-area{}

.btn-style-cstm{padding:0.7rem 2rem; margin-right:auto; margin-left:auto; font-size:18px; max-width:555px; color:#fff; background-color:#007f7f; border-radius:4px; border-color:#007f7f;}
.btn-style-cstm:hover, .btn-style-cstm:focus, .btn-style-cstm:visited{color:#fff;}
.btn-style-1{background-color:#32b1b5; border-color:#32b1b5;}
.btn-style-2{background-color:#00a4fd; border-color:#00a4fd;}
.btn-style-3{background-color:#04cff0; border-color:#04cff0;}
.btn-style-4{background-color:#25b1bf; border-color:#25b1bf;}

.btn-1{background-color:#007f7f !important; color:#007f7f !important;}
.btn-2{background-color:#32b1b5 !important; border-color:#32b1b5 !important;}
.btn-3{background-color:#00a4fd !important; border-color:#00a4fd !important;}
.btn-4{background-color:#04cff0 !important; border-color:#04cff0 !important;}

.buttons-checklist{margin:0px; padding:0px; list-style-type:none;}
.buttons-checklist li{margin:20px 0; vertical-align:middle;}
.buttons-checklist li span.checklist-ok{ display: inline-block; transform: rotate(-45deg); height: 14px; width: 25px; display:inline-block; margin-right:19px; border-radius:4px; background-color:#fff; border:4px solid #007f7f; border-right:none; border-top:none;}
.buttons-checklist li span.checklist-status{height:19px; margin-bottom: -4px; width:19px; display:inline-block; margin-right:25px; border-radius:50%; background-color:#fff; border:2px solid #007f7f;}
.buttons-checklist li span.checks-1{border-color:#32b1b5;}
.buttons-checklist li span.checks-2{border-color:#00a4fd;}
.buttons-checklist li span.checks-3{border-color:#04cff0;}
.buttons-checklist li span.checks-4{border-color:#25b1bf;}
.buttons-checklist li a{width:calc(100% - 45px); text-decoration:none; display:inline-block;}

.file-up{text-align:center; padding:3% 3% 1.5% 3%; border:2px solid #99CC33; width:100%; max-width:750px; margin:15px auto;}
.file-up p{margin-bottom:0px;}
#inputTag, #inputTag1{display: none;}
label.file-upload-labl{cursor: pointer;}

.drop-sub a.dropdown-toggle::after { display: block; content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 4px 0 4px 4px; border-left-color: #ffffff; margin-top: 6px; margin-right: -10px; }
.drop-sub ul.dropdown-menu { position: absolute; left: 95%; top: 2px;}
.drop-sub .dropdown-menu{display:none !important;}
.drop-sub:hover .dropdown-menu{display:block !important}

.text-blue-a {color: #337ab7 !important;}
.text-blue-a:hover{text-decoration:underline;}

@media(max-width:767px){
.navbar-collapse.in{overflow-y: visible;}
.drop-sub ul.dropdown-menu{left:20px; margin-left:0px; margin-top:0px; top:100%;}
}

@media(min-width:992px){
.boxed-content .radio-btns-area{position:absolute; bottom:0;}
.boxed-content p, .boxed-content .radio-btns-area{text-align:left;}
.boxed-content{border-right:2px solid #99CC33; height:100%; position:relative; padding-right:25px; padding-left:10px;}
.row-eq-height {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
}

/* product_settings_ll.html */
.list-style-5{margin:4px 0px;}
.list-style-5 li{display:inline-block; margin:0px; padding:0px; width:170px; max-width:100%; text-align:left;}
.list-style-5 li:first-child{width:250px;}
.list-style-5 li:nth-child(2){width:150px; padding-left:25px; padding-right:25px; text-align:center;}


@media(min-width:992px) and (max-width:1199px){
    .list-style-5 li:first-child{width:250px;}
}
@media(max-width:991px){
    .list-style-5{margin:15px 0; border-bottom:1px dashed #ddd; padding-bottom:12px;}
    .list-style-5 li{margin-bottom:10px;}
    .list-style-5 li, .list-style-5 li:first-child, .list-style-5 li:nth-child(2){width:100%; display: inline-block; text-align:left;}

    .list-style-5 li:nth-child(2){width:67px;}
    .list-style-5 li{width:auto; max-width: calc(100% - 113px);display: inline-block;}
    .list-style-5 li:last-child{max-width: 100%;display: block;padding-left: 62px;}
    .list-headings-5 li, .list-headings-5 li:last-child, .list-headings-5 li:nth-child(2){display:inline-block; margin:0px 0; width:49%; max-width:49%; padding-left:0px; padding:7px 25px;}
    .list-headings-5 li h4, .list-headings-5 li:last-child h4, .list-headings-5 li:nth-child(2) h4{font-size:19px !important;margin:0px;}
    .list-headings-5 li:nth-child(2){text-align:right;}
    .list-headings-5 li:last-child{display:none;}
}