body {
    font-family: 'Open Sans', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn-download,
.btn-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 17px;
    border-radius: 0;
}

.btn-download i,
.btn-buy i {
    font-size: 25px;
}

.btn-download span,
.btn-buy span {
    margin-left: 8px;
}

.btn-download small,
.btn-buy small {
    font-size: 12px;
}

.top-bar {
    background: #09367a;
    line-height: 1;
    padding: 10px 0;
}

.top-bar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.top-bar ul li a {
    display: block;
    font-size: 12px;
    margin: 0 0 0 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.fixed-top-nav {
    background: #fad129  !important;
    -webkit-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
            transform: translateY(-1000px);
    -webkit-box-shadow: 0px 15px 33px -2px rgba(0,0,0,0.08);
    box-shadow: 0px 15px 33px -2px rgba(0,0,0,0.08);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 700ms ease;
    -o-transition: transform 700ms ease;
    -webkit-transition: -webkit-transform 700ms ease;
    transition: transform 700ms ease;
    transition: transform 700ms ease, -webkit-transform 700ms ease;
    transition: transform 700ms ease, -webkit-transform 500ms ease;
}

.fixed-top-nav.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.fixed-top-nav .navbar-nav .nav-link {
    color: #003366;
    font-size: 14px;
}

.fixed-top-nav .navbar-nav .nav-link:hover {
    color: #3e639b;
}

.fixed-top-nav .btn-download {
    font-size: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.site-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-header .bg-light {
    background: #ffffff !important;
    padding-left: 0;
    padding-right: 0;
}

.site-header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.site-header .form-inline .form-control {
    height: 35px;
    font-size: 14px;
}

.site-header .form-inline .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #003366;
}

.site-header .form-inline .btn {
    background: #003366;
    color: #ffffff;
    font-size: 14px;
}

.site-header .form-inline .btn:hover {
    background: #ffd700;
}

/*==============Home-page=============*/
.jumbotron-home {
    background-color: #003366;
    border-radius: 0;
    color: #ffffff;
}

.jumbotron-home h1 {
    font-weight: 700;
    color: #ffffff;
}

.home-sr-form .form-control {
    height: 45px;
    color: #000000;
}

.home-sr-form .form-control::placeholder {
    color: #000000;
}

.home-sr-form .form-control:focus {
    box-shadow: none;
    border-color: #ffffff;
}

.home-sr-form .btn-search {
    background: #fad129;
    border-color: #fad129;
    color: #003366;
}

.home-sr-form .btn-search:hover {
    color: #ffffff;
}

.home-popular-products {
    background-size: cover;
}

.home-popular-products .col-md-4 {
    background: #fad129;
    padding: 20px 15px 50px 15px;
}

.home-popular-products .col-md-8 {
    min-height: 440px;
    padding: 0 30px 30px 30px;
}

.home-popular-products .btn {
    border-radius: 0;
    background: #003366;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    font-size: 0.9rem;
    border: 1px solid #003366;
}

.home-popular-products .btn:hover {
    background: #fad129;
    color: #003366;
}

.home-popular-products .nav-link {
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #003366;
    padding: 10px;
    border-left: 4px solid #003366;
    border-radius: 0;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.home-popular-products .nav-link.active {
    background: #003366;
    color: #fff;
    border-left-color: #ffffff;
}

.product-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-top: 30px;
}

.product-box h3 {
    font-size: 1rem;
}

.product-box p {
    font-size: 0.9rem;
}

.home-customer-offers {
    padding: 50px;
    background: #f9f9f9;
}

.home-customer-offers h3 {
    font-size: 1.4rem;
}

.home-our-clients {
    background: #2d5cac;
    padding: 50px 0;
    color: #ffffff;
}

.home-testimonials {
    background: #f9f9f9;
    padding: 50px 0 20px 0;
}

.testimoial-item {
    position: relative;
    padding: 20px 20px 10px 60px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    margin-bottom: 30px;
    transition: box-shadow 300ms ease-in-out;
}

.testimoial-item:hover {
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.38);
}

.testimoial-item::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    font-size: 40px;
    color: #fad129;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -30px;
    left: 10px;
}

.testimoial-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 18px;
}

.testimoial-item p {
    font-size: 1rem;
    margin-bottom: 8px;
}

.testimoial-item cite span {
    font-weight: 700;
    color: #003366;
}

/*==========Product-page==========*/

.product-info {
    padding: 40px 0;
    background: #f0f0f0;
}

.product-info h1 {
    font-size: 32px;
}

.product-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-links div {
    text-align: center;
    padding: 0 10px;
}

.product-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #d3d3d3;
    -webkit-transition: border 300ms ease-in-out;
    -o-transition: border 300ms ease-in-out;
    transition: border 300ms ease-in-out;
}

.product-links a:hover {
    border-color: #908d8d;
}

.product-links span {
    display: block;
    color: #858484;
    font-size: 14px;
}

.product-links .fa-camera {
    color: #3e639b;
}

.product-links .fa-youtube {
    color: #cf3241;
}

.rating_widget{
    padding: 0px;
    margin: 0px;
    width: 160px;    
}
.rating_widget li{
    line-height: 0px;
    width: 22px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.rating_widget li span{
    display: none;
}

.product-info .features {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.product-info .features li {
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}

.product-info .features li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    color: #003366;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased;
}

.about-reviews-section {
    padding: 45px 0;
}

.about-reviews-carousel {
    padding: 40px 45px 0 45px;
}

.about-reviews-carousel .slick-slide figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    text-align: center;
}

.about-reviews-carousel .slick-slide img {
    max-width: 100%;
    display: inline-block;
}

.about-reviews-carousel .slick-slide svg {
    max-width: 100%;
    display: inline-block;
}

.about-reviews-carousel .slick-slide blockquote {
    -webkit-box-flex:  1;
        -ms-flex:  1 1 60%;
            flex:  1 1 60%;
    padding: 0 20px;
}

.about-reviews-carousel .quote-icon {
    font-size: 40px;
    color: #adafb2;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 10px;
}

.about-reviews-carousel .ratings {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.about-reviews-carousel .ratings li {
    margin-right: 5px;
}

.about-reviews-carousel .ratings .fas {
    color: #ffd700;
    font-size: 21px;
}

.about-reviews-carousel p {
    margin-bottom: 0;
    font-size: 15px;
}

.about-reviews-carousel .next-arrow,
.about-reviews-carousel .prev-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1000;
    font-size: 25px;
    color: #003366;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #003366;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
} 

.about-reviews-carousel .prev-arrow {
    left: 0;
}

.about-reviews-carousel .next-arrow {
    right: 0;
}


.about-reviews-carousel .next-arrow:hover,
.about-reviews-carousel .prev-arrow:hover {
    background: #003366;
    color: #fff;
}

.features-section {
    padding: 60px 0;
    background: #f0f0f0;
}

.features-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top:35px;
}

.features-icon-box img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
}

.features-icon-box svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;	
            flex: 0 0 70px;
}

.features-icon-box div {
    padding-left: 25px;
}

.features-icon-box h3 {
    font-size: 21px;
    font-weight: 500;
}

.features-icon-box p {
    font-size: 15px;
}

.awards-reviews-section {
    padding: 55px 0;
}

.awards-reviews-section h2 {
    margin-bottom: 35px;
}

.awards-reviews-section #download-note {
    display: block;
    text-align: center;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
}

.awards-carosuel-wrap .carousel-top,
.reviews-carosuel-wrap .carousel-top {
    background: #3e639b;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    margin: 30px 0;
}

.awards-carosuel-wrap h3,
.reviews-carosuel-wrap h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.awards-carousel .slick-slide {
    text-align: center;
}

.awards-carousel .slick-slide img {
    max-width: 100%;
    display: inline-block;
}

.awards-carousel .slick-slide svg {
    max-width: 100%;
    display: inline-block;
}

.awards-carousel .slick-slide h4 {
    color: #3e639b;
    font-weight: 700;
    margin-bottom: 3px;
}

.awards-carousel .slick-slide p {
    font-size: 14px;
}

.reviews-carousel .slick-slide {
    text-align: center;
}

.reviews-carousel .slick-slide img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #003366;
    margin-bottom: 8px;
}

.reviews-carousel .slick-slide cite {
    display: block;
    color: #3e639b;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.reviews-carousel .slick-slide blockquote {
    font-size: 14px;
}

.carousel-nav .next-arrow,
.carousel-nav .prev-arrow,
.reviews-carousel-nav .next-arrow,
.reviews-carousel-nav .prev-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #003366;
    background: #fad129;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    margin-left: 5px;
    opacity: 1;
    outline: 0;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.carousel-nav .next-arrow:hover,
.carousel-nav .prev-arrow:hover,
.reviews-carousel-nav .next-arrow:hover,
.reviews-carousel-nav .prev-arrow:hover  {
    background: #fff;
}

.specs-section {
    padding: 55px 0;
    background: #f0f0f0;
}

.specs-section h2 {
    margin-bottom: 35px;
}

.specs-table {
    margin-top: 40px;
}

.specs-table > .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d3d3d3;
}

.specs-table h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.specs-table p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px;
}

.specs-table p span {
    display: block;
    font-weight: 300;
    margin-top: 7px;
}

.clients-review-section {
    padding: 55px 0;
}

.reviews-slider {
    margin: 40px 0 30px 0;
}

.reviews-slider .slick-slide {
    text-align: center;
    position: relative;
    padding: 30px;
}

.reviews-slider .reivew {
    background:#ffffff;
    padding: 15px;
    border-bottom: 4px solid #003366;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.16);
}

.reviews-slider .slick-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
}

.reviews-slider .slick-slide .fas {
    font-size: 40px;
    color: #ffd700;
    margin-top: -50px;
}

.reviews-slider .slick-slide p {
    font-size: 15px;
}

.reviews-slider .slick-slide span {
    display: block;
    font-weight: 700;
    font-style: italic;
    color: #3e639b;
}

.reviews-slider-nav {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-slider-nav .next-arrow,
.reviews-slider-nav .prev-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    background: #003366;
    margin: 0 5px;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
} 

.reviews-slider-nav .next-arrow:hover,
.reviews-slider-nav .prev-arrow:hover {
    background: #ffd700;
}

.reviews-slider-nav .prev-arrow {
    left: 15px;
}

.reviews-slider-nav .next-arrow {
    right: 15px;
}

.clients-review-section .btn-blue {
    background: #003366;
    border-radius: 0;
    color: #ffffff;
}

.clients-review-section .btn-blue:hover {
    background: #ffd700;
}

.faqs-section {
    padding: 55px 0;
    background: #f0f0f0;
}

.faqs-section h2 {
    margin-bottom: 35px;
}

.accordion .acr-item {
    margin-bottom: 15px;
}

.accordion .acr-item .btn {
    background: #003366;
    position: relative;
    color: #ffffff;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    padding: 10px 30px 10px 10px;
}

.accordion .acr-item .btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-weight: 900;
    color: #ffffff;
    text-rendering: auto;
    font-size: 19px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform:   translateY(-50%) rotate(0);
        -ms-transform:   translateY(-50%) rotate(0);
            transform:   translateY(-50%) rotate(0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.accordion .acr-item .btn[aria-expanded="true"]::after {
    -webkit-transform:   translateY(-50%) rotate(90deg);
        -ms-transform:   translateY(-50%) rotate(90deg);
            transform:   translateY(-50%) rotate(90deg);
}

.accordion .acr-item .btn:focus {
    text-decoration: none;
}

.accordion .acr-item .btn:hover {
    text-decoration: none;
}

.accordion .acr-item .collapse-content {
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
}

.site-footer {
    background: #003366;
    color: #ffffff;
    text-align: center;
    padding: 40px 0;
    border-top:3px solid #212529;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.site-footer ul li a {
    display: block;
    color: #ffffff;
    margin: 0 15px 10px 15px;
}

.screenshot-slider .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

.screenshot-slider .next-arrow,
.screenshot-slider .prev-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1000;
    font-size: 25px;
    color: #000000;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
} 

.screenshot-slider .prev-arrow {
    left: 15px;
}

.screenshot-slider .next-arrow {
    right: 15px;
}

.screenshot-slider figure {
    margin: 0;
}

.screenshot-slider figcaption {
    margin-top: 8px;
    font-size: 15px;
}


/*===========Buy-Page============*/
.pricing-section {
    padding: 60px 0 40px 0;
    background: #f6f6f6;
}

.pricing-section .h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.pricing-table {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 320px;
    -webkit-box-shadow: 0rem 0.1rem 1.125rem 0rem rgba(21,58,160,0.1);
            box-shadow: 0rem 0.1rem 1.125rem 0rem rgba(21,58,160,0.1);
}

.pricing-table .pricing-table-top {
    background: #003366;
    color: #ffffff;
    padding: 40px 24px 30px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pricing-table  .ribbion {
    position: absolute;
    top: 17px;
    right: -35px;
    width: 140px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background: #ed1b24;
    font-weight: 700;;
    color: #000000;
    z-index: 1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.pricing-table .pricing-table-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-table .plan-license {
    margin-bottom: 10px;
}

.pricing-table .price {
    font-size: 45px;
    color: #FFFF00;
    margin: 20px 0;
    font-weight: 700;
}

.pricing-table .pricing-table-body {
    padding: 0 24px 14px 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
}

.pricing-table:hover .pricing-table-body {
    border-color: #fad129;
}

.pricing-table .buy {
    position: relative;
    padding: 0 30px;
    top: -25px;
}

.pricing-table .buy-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#fe6628), to(#fd8f36));
    background-image: -o-linear-gradient(left, #fe6628, #fd8f36);
    background-image: linear-gradient(90deg, #ed1b24, #f13528);
    background-color: #212529;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 18px;
    -webkit-box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.16);
    box-shadow: 1px 5px 24px 0px rgba(0,0,0,0.16);
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    -o-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}

.pricing-table .buy-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.pricing-table .plan-contents {
    margin: 20px 0 40px 0;
    padding: 0 30px;
    list-style: none;
    text-align: left;
}

.pricing-table .plan-contents li {
    font-size: 15px;
    color: #848484;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.pricing-table .plan-contents li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    color: #289015;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    margin-right: 7px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-font-smoothing: antialiased;
}

.pricing-table .plan-contents.bullet li {
    padding-left: 15px;
}
.pricing-table .plan-contents.bullet li::before {
    content: "\f111";
    font-size: 6px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    top: 8px;
}

.buy-icon-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 15px 0;
}

.buy-icon-box  img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39px;
            flex: 0 0 39px;
    margin-right:10px;
}

.buy-icon-box p {
    font-size: 13px;
    color: #848484;
    margin-bottom: 0;
}

.pricing-faq {
    padding: 100px 0 60px 0;
}

.icon-box {
    text-align: center;
    margin-bottom: 30px;
}

.icon-box h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.icon-box p {
    font-size: 15px;
}

@media screen and (min-width:992px) {

    .site-header .navbar-nav .nav-link,
    .site-header .form-inline {
        margin-left: 15px;
    }

}

@media screen and (min-width:768px) {
    .about-reviews-carousel blockquote {
        padding: 0 0 0 25px;
        border-left: 1px solid #f0f0f0;
    }

    .fixed-top-nav {
        padding: 0;
    }

    .fixed-top-nav .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .buy-icon-box {
        margin: 0 15px 0 0;
    }
}

@media screen and (min-width:576px) {
    .btn-download small,
    .btn-buy small  {
        display: block;
    }

    .awards-carosuel-wrap h3 {
        font-size: 20px;
    }

}
