
<style>
h1, .pg-head, .hTag1 {
  font-size: 31px !important;
  line-height: 45px;
  margin: 0 0 30px;
    margin-bottom: 30px;
  color: #333;
  letter-spacing: -1px;
  font-weight: 400;
}
.h2{
display: inline-block;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 0px;
}

/*================== accordian css */
.add-on {font-size: 10px;font-weight: 600;}
.red-star{color:#e07879}
.windowsmonoTable td.padd-none {padding: 0 !important;}
.bdr-none td{border:none  !important;    padding: 15px 0px !important;}
.accordion_head.active	{background: #F9F9F9;color: #85b536 !important;}
.accordion_container {width: 100%;}
.accordion_head {
color: #09C;cursor: pointer;font-size: 14px;margin: 0 0 1px 0;padding:12px;font-family: 'Open Sans',sans-serif;border-bottom: 1px solid #efefef;position: relative;
}
.accordion_body {background: #F9F9F9;padding: 12px;}
.accordion_body p{margin: 0px;}
.plusminus{font-size: 20px;position: absolute;right: 20px;top: 10px;}	
.faqh {font-size: 18px;margin: 0;color:#09C;}
.accordion_head.active .faqh {background:#F9F9F9;color: #85b536 !important}
/*================== accordian css end */

  .inner-nav-bg {background:#f9f9f9;text-align:center;z-index: 3;padding:20px 0;margin-bottom:24px;} 
   .sticky {position: sticky !important;top: 100px;}
   .inner-nav-bg > .sec-title > h2 {margin-bottom:8px;}
   .nav-inner {display:inline-flex;gap:16px;flex-wrap:wrap;justify-content:center;}
   .nav-inner > a {border: 1px solid #cde0e9;display:inline-block;padding:2px 12px;border-radius: 4px;background: #fff;}

    .pt0{padding-top:0px;}
    .sec-row {padding: 25px 0;position: relative;}


    .flex-row, .key-benefits-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    align-items: center;
}

.flex-row .col {
    flex: 1;
    padding: 16px;
    width: 50%;
}


.main-wrapper > .sec-row:nth-child(even) .flex-row {flex-direction:row-reverse;}
.main-wrapper .flex-row > .col {-webkit-box-shadow:none;box-shadow:none;}
.sec-img-con {text-align:center;}
.zoomicon {-webkit-box-shadow:16px 16px 16px 0 #f6f6f6;box-shadow:16px 16px 16px 0 #f6f6f6;}

.sec-title {
    margin-bottom: 20px;
}
.sec-title > h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.sec-row p:last-child {
    margin-bottom: 0;
}
.img-wrapper {
    margin: 20px 0px;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.img-wrapper img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.sec-row {
    padding: 32px 0;
    position: relative;
}

.dwnld-sec {background:#ffedb5;;padding:24px;text-align:center;border-radius:16px;-webkit-box-shadow:0 0 24px 0 #f1f1f1;box-shadow:0 0 24px 0 #f1f1f1;}
.dwnld-sec > h2 {margin:0;margin-bottom:16px !important;line-height:32px;}
.dwnld-sec > a {display:inline-block;background:#e9152b;color:#fff;padding:8px 24px;border-radius:25px;font-size:14px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.dwnld-sec > a:hover {text-decoration:none;background:#c91c2e;}


.banner {position:relative;background:#ffd242;       margin: 0px 0px 30px ;}
.banner-row {display: -ms-flexbox;display: -webkit-flex; display: flex;align-items:center;justify-content: left;}
.banner-row > .col {padding: 2rem 1rem;position:relative;}
.banner-row > .col:nth-child(1){max-width:100% !important;}
.banner-row > .col:nth-child(2){width:40%;}

.banner-contents > h1 {margin-bottom:16px;} .banner-contents > p {margin:0;margin-bottom:10px;line-height:24px;font-size:16px;     display: inline-block;}
.banner-cta {display:flex;gap: 16px;     margin-top: 15px;}
.banner-cta > a {background:#282828;display:inline-block;border:1px solid #282828;color:#fff;font-size:14px;padding:8px 24px;border-radius:6px;-webkit-transition:all .3s ease-in-out; }
.banner-cta > a:hover {text-decoration:none;background:#545454;border:1px solid #545454;}
.banner-cta > a:nth-child(2) {background:transparent;color:#000;} .banner-cta > a:nth-child(2):hover {background:#fff;color:#000;}

.banner-cta > .cta {display:flex;flex-direction:column;justify-content:center;text-align:center;min-width:185px;}

@media screen and (max-width: 998px){
.flex-row .col, .key-benefits-row .col, .banner-row .col, .more-fea > a {
    width: 100% !important;
    margin: 0 auto;
    flex: auto;
    margin: 8px;
}
.flex-row, .key-benefits-row, .banner-row, .more-fea {flex-wrap: wrap;}
.banner-row > .col {padding: 1rem 1rem;}

}


@media screen and (max-width: 768px){

    .banner-cta{display: inherit;     margin: 0px 0px;}
    .banner-cta > a{    margin: 5px 0px;}

}

