
span, p, li, em 
{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 
{
    font-family: 'Roboto', sans-serif;
}

body 
{
	position: relative; 
    background-color: #f5f5f5;
}
.affix 
{
	top:0;
	width: 100%;
	z-index: 9999 !important;
}
.navbar 
{
	margin-bottom: 0px;
}
.affix ~ .container-fluid 
{
	position: relative;
	top: 50px;
} 
.header
{
	background: #88c440;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    height:80px;
    position: sticky;
    top: 0;
    z-index: 2;
}
/*.container-fluid 
{
	padding-right: 0px; 
	padding-left: 0px;
}*/

/*------------------------------------ Menu Css Start----------------------------------*/

.header_image_margin 
{
    width: auto;
    margin-left: 0;
}
.d-flex 
{
    display: flex!important;
}
.align-items-center 
{
    align-items: center;
}
.justify-content-center 
{
    justify-content: center!important;
}

/*----Logo----*/
.logo_main 
{
    background: #f8fcf2;
    height: 100px;
    border-radius: 3px;
   /* box-shadow: 0.927px 2.853px 12.88px 1.12px rgb(0 90 132 / 13%);*/
}
.logo_main_prof 
{
    width: 80px;
    height: 70px;
}

/*----Name----*/
.pro_soft_name p
{
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/*---Tick----*/
.verified_tooltip 
{
    position: relative;
}

.verified_tick_bgimg 
{
    display: block;
    margin-bottom: 0;
    height: 18px;
    width: 18px;
    margin-left: 5px;
    color: #fff;
    background-image: url('../images/check_circle.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.verified_tooltip .verified_tooltip_text {
    visibility: hidden;
    width: 120px;
    background-color: #575555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: -45px;
    font-size: 14px;
}
.verified_tick_bgimg:hover .verified_tooltip_text 
{
	 visibility: visible;
}
/*----rating----*/
.prof_headear_rating 
{
    margin-left: 8px;
}
.starsvg_img
{
	width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/star_new.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.rating_count 
{
    font-size: 15px;
    font-weight: 600;
    margin-left: 2px;
    margin-top: 2px;
    color: #726650;
}
.emptystarsvg_img 
{
    width: 20px;
    height: 20px;
}
.emptystarsvg_img 
{
    background-image: url('../images/star_empty_new.svg');
}

a:hover
{
	text-decoration: none;
}
.halfstarsvg_img
{
    background-image: url('../images/star_half_new.svg');
}
/*----phone number model----*/
.modal-header 
{
    padding: 10px;
    border-bottom: 0px solid #e5e5e5;
    color: color: #135893;
    text-align: center;
}
.modal-footer 
{
    padding: 10px;
    border-top: 0px solid #e5e5e5; 
}
/*.modal-dialog
{
    margin: 1.75rem auto !important;
    min-height: calc(100% - (1.75rem * 2)) !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
}*/
.form-control, input#txtPhone
{
	width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    padding: 5px 13px;
    font-size: 14px;
    box-shadow: none;
}
.form-control:focus 
{
    border: 2px solid #000;
    box-shadow: none !important;
}
.go_submit_btn 
{
    width: unset;
    margin: 0 auto;
    display: flex;
    background: #88c440;
    border-radius: 40px;
    padding: 7px 28px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.go_submit_btn:hover
{
    background: #726650;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.txtbox
{
	padding-left: 0px !important;
}
.btn-danger 
{
    color: #fff;
    background-color: #d9534f00;
    border-color: #d43f3a00;
    color: #88c440;
    display: flex;
    align-items: center;
    border: 2px solid;
    padding: 6px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}
.btn-danger:hover
{
	background-color: #d9534f00;
	color:#88c440;
	border-color: #88c440;
}
.btn-danger.focus, .btn-danger:focus 
{
        background-color: #88c44000 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
h4#exampleModalLabel 
{
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: unset;
    color: #88c440;
}

/*---Buttons----*/
.soft_name_rat_tick_main {
    margin-bottom: 10px;
}
.pro_sticky_button 
{
    margin-bottom: 10px;
}
.FreeDemoBtn
{
    min-width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 175px;
    margin-right: 12px!important;
}
.FreeDemoBtn.fd_fc_btn 
{
    background-color: #88c440;
}
.FreeDemoBtn.fd_fc_btn:hover
{
    background-color: #726650;
}
.FreeDemoBtn.gp_btn 
{
    background-color: #88c440;
}
.FreeDemoBtn.gp_btn:hover
{
    background-color: #726650;
}

.write_rev_header 
{
    font-size: 13px;
    color: #135893;
    font-weight: 500;
}
.wr_cursor 
{
    cursor: pointer;
}
.wrt_rev_icon 
{
    background-image: url('../images/edit.svg');
    display: block;
    height: 13px;
    width: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.view_mobile_number_icon 
{
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url('../images/calling-svg.svg');
}
/*----menu css----*/
.navbar-inverse 
{
    background-color: #f8fcf2;
    border-color:#f8fcf2;
    padding-top: 0px;
}
.navbar-inverse .navbar-nav>li>a 
{
    padding: 11px 23px;
    display: block;
    color: #000;
    font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:hover
{
    color: #737373;
}
/*.navbar-inverse a.active
{
    color: #135893 !important;
    border-bottom: 2px solid #135893;
}*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover 
{
    background-color: #08080800;
    color: #88c440 !important;
    border-bottom: 2px solid #88c440;
}

/*----Btn Form Popup(Header)----*/

/*---------------------------------------------- Section 1---------------------------------------------------------*/  
#section1 
{
    padding-top:20px;
}
.section_main 
{
    margin-bottom: 15px;
}
.section_title h1, .section_title h2, .section_title h3 
{
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.section_bg_prof 
{
    background: #fff;
    padding: 22px 28px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.over_view_discription h3, .over_view_discription h4 
{
    font-size: 17px;
    font-weight: 500;
    color: #3d3d3d;
    margin: 0;
}
.over_view_discription h3 span, .over_view_discription h4 span 
{
    border-bottom: 1px solid #777;
    padding-bottom: 4px;
}
.over_view_discription p 
{
    margin-top: 20px;
}
.section_main p 
{
    color: #545454;
    font-size: 15px;
    line-height: 1.7;
}

/*sec1(cards)*/
.soft_list_prof 
{
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 20px 22px;
    margin-bottom: 15px;
}
.soft_mname_main 
{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.flex-column 
{
    flex-direction: column!important;
}
.d-flex 
{
    display: -ms-flexbox!important;
    display: flex!important;
}
.soft_name_top_soft 
{
    font-size: 16px;
    font-weight: 600;
    color: #135893;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.soft_one_disc 
{
    font-size: 12.5px;
    color: #999;
    font-weight: 400;
    margin-bottom: 5px;
}
div#frequently_used_together 
{
    margin-left: 18px;
}
/*.video_panel, .award_section, .pricing, .specifications, #integrations, #languages, #users, #company-details, #description, #customers, #overall_reviews, #faqs
{
    margin-left: 18px;
}
*/
.soft_list_prof .star_rate_icon 
{
    padding: 10px 0;
}

.visitbtn.vwb_btn 
{
    background-color: #43a047;
}
.visitbtn
{
    width: 100%;
    margin-right: 0!important;
}
.visitbtn
{
    min-width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.halfstarsvg_img 
{
    background-image: url('../images/star_half_new.svg');
    width: 18px;
    height: 18px;
}



/*---------------------------------------------- Section 4 (video secion)---------------------------------------------------------*/  
.section_bg_prof {
    background: #fff;
    padding: 22px 28px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.video_div .video_youtube_play_icon {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: .7;
}
.video_div img {
    width: auto;
    height: auto;
    width: 70%;
}

/*---------------------------------------------- Section 5 (Award Section)---------------------------------------------------------*/  
.award_tab_sec 
{
    background-color: #fff;
}
.tab_awards_img_main 
{
    padding: 16px;
    border: 1px solid #eaeaea;
    background: #fff;
    height: 100%;
    flex-direction: column;
}
.awards_images_outer 
{
    min-height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy_clipboard_award_previous, .copy_clipboard_award_latest  
{
    background: #88c440;
    padding: 6px 9px;
    border: 1px solid #726650;
    border-radius: 3px;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.copy_clipboard_award_previous, .copy_clipboard_award_latest:hover
{
    background: #726650;
    padding: 6px 9px;
    border: 1px solid #88c440;
    border-radius: 3px;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.award_tab_panel {
    background: #fff;
    border: 1px solid #eaeaea;
}
.award_tab_panel a.active_tab 
{
    color: #88c440;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}
.award_tab_panel a 
{
    padding: 12px 20px;
    display: block;
    font-weight: 500;
}
.ripple_btn 
{
    background-position: center;
    transition: background .8s;
}
.ripple_btn 
{
    background-position: center;
    transition: background .8s;
}
.award_count 
{
    margin-left: auto;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(142,142,142,.9);
}
.award_count .count_num 
{
    height: 25px;
    width: 25px;
    background: #88c440;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

/*---------------------------------------------- Section 6 (card Section)---------------------------------------------------------*/  
.pricing_link 
{
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.pricing_link .pricing_link_style, .pricing_link a 
{
    color:#88c440;
    cursor: pointer;
}

.item 
{
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
    border: 1px solid #43a047;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}
.interior.container .row 
{
    display: flex;
    flex-wrap: wrap;
}

.col-lg-4.moreBox
{
    margin-bottom: 30px;
    width: 30.33% !important;
}

#loadMore 
{
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a 
{
    background: #135893;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.soft-plan-heading 
{
    background: #43a047;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    padding: 8px;
}
.soft-plan-price 
{
    background: #ddffde;
    padding: 15px 0;
    font-size: 19px;
    font-weight: 500;
}
.soft-plan-price b 
{
    font-size: 18px;
}
.soft-plan-price span 
{
    font-weight: 400;
    font-size: 14px;
}
.soft-pricing-instruction ul 
{
    padding: 0;
    list-style-type: none;
   /* overflow: hidden;
    overflow-y: scroll;*/
    height: 200px;
    width: 100%;
}

::-webkit-scrollbar 
{
  width: 5px;
}
::-webkit-scrollbar-thumb 
{
  background: #43a047; 
  border-radius: 10px;
}
.soft-pricing-instruction ul  
{
  overflow-y: hidden;
}
.soft-pricing-instruction ul:hover, .soft-pricing-instruction ul:active, .soft-pricing-instruction ul:focus 
{
  overflow-y: auto;
}
.soft-pricing-instruction ul li 
{
    padding: 5px 20px;
    line-height: 24px;
    font-size: 14px;
}
.soft-pricing-instruction ul li:nth-child(odd) 
{
    background-color: #fff;
}
.soft-pricing-instruction ul li:nth-child(even) 
{
    background-color: #f5f5f5;
}
.pricing-btn-div 
{
    text-align: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.get-pricing-btn 
{
    background-color: #43a047;
    color: #fff;
    width: 150px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    cursor: pointer;
}

/*---------------------------------------------- Section 7 (Features Section)---------------------------------------------------------*/  
.features-div ul li 
{
    align-items: center;
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}
.features-div ul 
{
    margin: 0;
    padding: 0;
    list-style-type: disc;
}
.features-div ul li::before 
{
    content: "\2022";
    color: #88c440;
    font-size: 23px;
    margin-right: 10px;
}
button#next
{
    background: #88c440;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border:0px solid #ffff;
}
button#next:hover
{
    background: #726650;
}

/*---------------------------------------------- Section 8 (Features Section)---------------------------------------------------------*/  
.col-lg-6.speci_column
{
    margin-bottom: 20px !important;
}
.spaci_list ul 
{
    padding: 0;
    margin: 0;
}
.spaci_list ul li 
{
    font-size: 15px;
    padding: 7px 0;
}
.spaci_list ul li span 
{
    min-width: 130px;
}
.spaci_list ul li p 
{
    margin: 0;
    margin-left: 30px;
}
.section_main p 
{
    color: #545454;

    line-height: 1.7;
}
.spaci_list ul li i 
{
    background-color: #88c440;
    color: #fff !important;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 10px;
}
.spaci_list ul li i.gray, .spaci_list ul li p i.gray 
{
    color: #c7c7c7;
    background-color: #c7c7c7;
    padding: 4px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 12px;
}

.specification_small_title h3, .specification_small_title h4 
{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.speci_other_cat a 
{
    font-size: 12.5px;
    background-color: #88c440;
    padding: 5px 8px;
    color: #fff;
    margin-right: 8px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-top: 8px;
}
.speci_other_cat a:hover
{
    background-color: #726650;
    color: #fff;
}

.speci_column {
    margin-bottom: 20px;
}

/*---------------------------------------------- Section 10 --------------------------------------------------*/  
.languages_list ul li i 
{
    background-color:#88c440;
    color: #fff !important;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 10px;
}
.languages_list ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.languages_list ul li 
{
    padding: 7px 0;
}

/*---------------------------------------------- Section 11 --------------------------------------------------*/
.section_title_with_btn 
{
    margin-bottom: 15px;
}
.user_title h3, .user_title h4 
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
.user_detail_main ul 
{
    margin: 0;
    padding: 0;
}
.user_detail_main ul li 
{
    width: 130px;
    padding: 7px 0;
}
.user_detail_main ul li i 
{
    background-color: #88c440;
    color: #fff !important;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 10px;
}


/*---------------------------------------------- Section 12 --------------------------------------------------*/
.spaci_list .comp_detail_vwb_btn 
{
    background-color: #88c440;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    font-size: 12px;
    display: block;
    min-width: inherit;
}


/*---------------------------------------------- Section 13 --------------------------------------------------*/
.software_discription p 
{
    margin: 0;
    margin-bottom: 16px;
    color: #333;
}
.mobile_view_desc_show, .mobile_view_desc_hide 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_view_desc_show span
{
    background: #135893;
    color: #fff;
    padding: 7px 15px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
}

/*---------------------------------------------- Section 14 --------------------------------------------------*/
.customer_logo_img_main
{
    border: 1px solid #88c440 !important;
    height: 130px !important;
    margin-bottom: 15px !important;
    padding: 20px !important;
}
.customer_logo_img_main img
{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.show_more
{
    font-size: 14px;
    background-color: #88c440;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
}
.show_more:hover
{
    background-color: #726650;
    color: #fff;
}
.fa-angle-down:before 
{
    content: "\f107";
    margin-left: 5px;
}
.customerlogo_hiden
{
    display: none;
}

/*---------------------------------------------- Section 15 --------------------------------------------------*/
.overall_review_cell 
{
    border-right: 1px solid #726650;
    height: 100px;
}
.over_all_rating_count 
{
    height: 100%;
}
.over_all_rating_count .overall_rating_text, .over_all_rating_count h5 
{
    margin: 0;
    font-size: 16px;
    color: #333;
}
.over_all_rating_count p 
{
    font-size: 30px;
    color: #000000;
    margin: 0;
    font-weight: 500;
    line-height: 1.7;
}
.write_review_profile_where_reviwes 
{
    background: #135893;
    padding: 8px 17px;
    color: #fff!important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}
.write_rev_header 
{
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}
.over_srat_rating_main 
{
    padding: 0 10px;
    height: 100%;
}
.over_srat_rating_main p 
{
    margin: 0;
    font-size: 15px;
}
.recomend_main .recomend_text 
{
    font-weight: 500;
    color: #333;
}
.ask_q_button_prof_wrt_rev, .ask_q_button_prof 
{
    background-color: #135893;
    color: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 12px;
    display: block;
    cursor: pointer;
}
.over_all_rating_count p span 
{
    font-size: 15px;
}
.justify-content-between 
{
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}


/*---------------------------------------------- Section 16 --------------------------------------------------*/
.panel-default>.panel-heading
{
    background: #fff;
    border: 1px solid #88c440;
    padding: 15px;
    cursor: pointer;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #88c440;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faqs .pro_faq_list_item, #faqs #answer 
{
    margin-left: 20px;
}
i.fa.fa-arrow-circle-right {
    margin-right: 10px;
}
.panel 
{
    margin-bottom: 0px;
}
.panel-group 
{
    margin-bottom: 0px;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}


/*---------------------------------------------- Footer --------------------------------------------------*/
.ss_new_cat_footer 
{
    text-align: unset!important;
}
.ss_new_cat_footer 
{
    background-color: #1d2734;
    padding: 30px 0;
    margin-top: 100px;
}

.container.ss_new_container
{
    max-width: 1200px !important;
}

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}



.vc_btn3-container.vc_btn3-left 
{
    text-align: left;
}
.vc_btn3-container 
{
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern 
{
    color: #fff;
    border-color: #726650;
    background-color: #88c440;
}

.vc_btn3.vc_btn3-size-md 
{
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.vc_btn3.vc_btn3-shape-round 
{
    border-radius: 2em;
}
.vc_btn3.vc_btn3-style-modern 
{
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}
.vc_general.vc_btn3 
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #88c440;
    background-color: #726650;
}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #08c;
}

span.contacts_address, a.contacts_phone {
    position: relative;
    display: block;
    padding-left: 2em;
    top: -22px !important;
}
span.contacts_email
{
     position: relative;
    display: block;
    padding-left: 2em;
    top: -22px !important;
}
span.email_block 
{
    display: block;
    margin-right: 20px !important;
}
span.footer_icon 
{
    color: #88c440 !important;
}
a.contacts_phone 
{
    color: #98a5b8;
}
.footer_part_heading p 
{
    margin: 0;
}
.footer_part_heading {
    margin-bottom: 10px;
}
.footer_part_heading p span 
{
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
   /* border-bottom: 1px solid;*/
    padding-bottom: 2px;
}
.footer_link_list 
{
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.footer_link_list li 
{
    padding: 2px 0;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
.footer_link_list li a 
{
    font-size: 14px;
    color: #98a5b8;
}
.footer_focus_style 
{
    background-color: #ed8900;
    padding: 4px 7px;
    border-radius: 3px;
}
.contacts_info 
{
    color: #98a5b8;
}
a.contact_email
{
    color: #98a5b8;
}
h2.widgettitle1 {
    font-size: 19px;
    color: #fff !important;
    margin-top: 0px;
}
strong.location-title {
    color: #fff;
    margin-right: 3px;    
}
li.location-list {
    color: #98a5b8;
    margin-bottom: 12px;
}
.socials_wrap {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    margin: -8px -8px 0 0;
}
.socials_wrap .social_item {
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
    text-align: center;
    margin: 8px 8px 0 0;
    color: #ffffff;
    background-color: #0088cc;
    padding: 5px 5px;
    border-radius: 100px;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.footer_link_list a:hover, span.contacts_email a:hover
{
    color: #88c440;
}
a.contacts_phone:hover {
    color: #88c440;
}

img.playstorebtn {
    width: 75%;
}

.cat_new_footer_flag 
{
    width: 28px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #fff;
    background: url('../images/footer_all_icon.png');
    background-size: 117px;
}
.cat_new_footer_social
{
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url('../images/footer_all_icon.png');
    background-size: 126px;
}
.cat_new_footer_flag.india_flag 
{
    background-position: -36.1px -6px;
}
.cat_new_footer_flag.us_flag 
{
    background-position: -6px -28px;
}
.cat_new_footer_flag.gcc_flag 
{
    background-position: -6px -6px;
}
.cat_new_footer_flag.uk_flag 
{
    background-position: -3px 19px;
}
.footer_flag_main a 
{
    display: inline-block;
    margin-right: 8px;
}

.address_main_div 
{
    margin-top: 16px;
}
.footer_add_new 
{
    color: #fff;
    font-size: 14px;
    font-style: inherit;
    line-height: 27px;
    margin-bottom: 5px;
}
.ss_footer_social_ico_new 
{
    margin-bottom: 13px;
}
.cat_new_footer_mail 
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}
.cat_new_footer_mail:hover
{
    color: #fff;
}
.cat_new_footer_copyright 
{
    font-size: 14px;
    color: #fff;
    margin-top: 0;
}

.cat_new_footer_social.facebook 
{
    background-position: -99px -6px;
}
.ss_footer_social_ico_new a 
{
    margin-right: 5px;
}
.cat_new_footer_social.instagram 
{
    background-position: -72px -7px;
}
.cat_new_footer_social.youtube 
{
    background-position: -61px 51px;
}
.cat_new_footer_social.linkedin {
    background-position: -7px 51px;
}
.cat_new_footer_social {
    margin-right: 10px;
}
.cat_new_footer_social.twitter {
    background-position: -34px -54px;
}



/*---------------gallery----------------*/
.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a { 
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}
ul#lightgallery {
    margin-left: 5px;
}


/*---------------back to top-------------------------*/
#btn-back-to-top 
{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn-back-to-top 
{
    color: #fff;
    background-color: #88c440;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1.3;
    padding: 0;
}
.btn-back-to-top:hover 
{
    color: #fff;
}


/*--------------- Review Form Model-------------------------*/

.modal-dialog-full-width 
{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;
}
.modal-content-full-width  
{
    height: auto !important;
    min-height: 100% !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    padding: 20px;
}

.modal-open .modal
{
     z-index: 100001 !important;
}


.row.logo_title_review_popup 
{
    margin-bottom: 10px;
    align-items: center !important;
}
.full_page_wrt_rev_class .logo_title_review_popup 
{
    margin-bottom: 10px;
    align-items: center;
}
.full_page_wrt_rev_class .rev_popup_logo_main 
{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full_page_wrt_rev_class .rev_popup_logo_main img 
{
    max-width: 100%;
    max-height: 100%;
}
h5.popup_wrt_rev_title
{
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin: 30px 0px;
}

/* Form Field --Row1*/
.review_form_field_main.ffield 
{
    margin-bottom: 20px;
}
.review_form_field_main
{
     margin-bottom: 20px;
}
.row.star_row 
{
    margin-bottom: 10px;
}
label.review_form_field_label
{
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.full_page_wrt_rev_class .review_form_field_main select, .full_page_wrt_rev_class .review_form_field_main textarea, .full_page_wrt_rev_class .review_form_field_main input 
{
    width: 100%;
    line-height: 1.2;
    padding: 5px 10px;
    color: #000;
    min-height: 35px;
    border-radius: 4px;
    border: 1px solid #e4e0e0;
    margin-top: 7px;
}

/* Form Field --Row2 (Star Rating)*/
.full_page_wrt_rev_class .star_lable_main 
{
    margin-bottom: 8px;
    margin-top: 0;
}
ul.star_main
{
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 2px;
    display: flex;
}
span.zs_new_rev_star
{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url('../images/star_empty_new.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block !important;
    margin-left: -4px;
}
span#remainingC 
{
    font-weight: 700;
}
button.review_submit.first_form_submit
{
    width: 130px;
    padding: 9px;
    background: #0b3355;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
}
.steps_review_popup.step1.active_review_step
{
    display: block;
}
.review_form_numbar_main
{
    position: relative;
    margin-top: 0;
    margin-bottom: 11px;
}
ul.numbar_main
{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    position: relative;
    z-index: 1;
    margin: 0;
}
li.rev_step.rev_step_active
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
li.rev_step.rev_step_active span.circle_step
{
    background: #135893;
}
span.step_text
{
    color: 135893;
}
span.circle_step
{
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #72a0d8;
}

span.step_text
{
    color: #135893;
}
.full_page_wrt_rev_class .step_text {
    color: #72a0d8;
    font-size: 13px;
    margin-top: 5px;
}
.line.ln{
    border: 2px solid #749dce;
    width: 92%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 8px;
    z-index: 0;
    background: #749dce;
}

a
{
    color: #726650;
}
.panel-title 
{
    line-height: 1.7;
}
.footerbtndemo
{
    margin-top: 20px;
    margin-left: 50px;
}
.footerbtndemo1
{
    margin-top: -20px;
    margin-left: 30px;
}

/*---------------------------------------------------Media Query----------------------------------------------------------*/
 nav#nav\ mobile 
{
    display: none;
}
/*---------------------------Tab View------------------------------------*/
@media(max-width: 768px)
{
     .header
     {
        display: none !important;
     }
     .header_image_margin 
     {
        width: auto;
        margin-left: 0;
        margin-right: 0;
     }
     .navbar-inverse 
     {
        background-color: #f8fcf2;
        border-color: #f8fcf2;
        padding-top: 10px;
     }
    .soft_name_rat_tick_main 
     {
        margin-top: 12px;
     }
     .navbar-header 
     {
        margin-right: 20px !important;
     }
     .navbar-toggle 
     {
        background-color: #88c440;
        border: 1px solid black;
     }
     .navbar-inverse .navbar-nav>li>a 
     {
        padding: 5px 23px;
     }
     ul.d-flex.user_list_main 
     {
        display: flex;
        flex-direction: column;
     }
    .soft_name_rat_tick_main 
     {
        flex-direction: column;
     }

     .d-flex.align-items-center.pro_sticky_button 
     {
        flex-direction: column;
     }
     .btns_main 
     {
        flex-direction: column;
        margin-bottom: 10px;
      }
     .FreeDemoBtn.fd_fc_btn 
     {
        margin-bottom: 10px;
     }
     .navbar navbar-inverse affix-top
     {
         display: none;
     }
     .row1020 
     {
        display: none;
     }
     .demo-gallery > ul > li 
     {
        margin-right: 0px !important;
     }
     .col-xs-6 
     {
        width: 50% !important;
     }
     .container-fluid.hedaerscroll1020 
     {
        background-color: #f8fcf2;
     }
     .spaci_list ul li 
     {
       width: 100%;
       padding: 7px 0px;
     }
     .spaci_list ul li p 
     {
        margin-left: 0px;
    }
/*    .spaci_list ul li span 
    {
        margin-right: auto;
    }
*/    
    .col-sm-6.col-xl-3.ss_new_cat_footer_col 
    {
        max-width: 100%;
    }
    .panel-default>.panel-heading a:after 
    {
        top: 12px;
    }
    h2.widgettitle1 
    {
        font-size: 20px;
    }
  
    .over_srat_rating_main p 
    {
        margin: 3px;
    }
    .video_div img 
    {
        width: 100%;
    }
    .panel-default>.panel-heading 
    {
        height: 90px !important;
    }
    .specification_small_title 
    {
        margin-top: 0px;
    }
    .col-lg-6.speci_column 
    {
        margin-bottom: 0px !important;
    }

    .overall_review_cell 
    {
        border-right: 0px solid #726650;
            margin-top: 20px;
    }
    .section_title_with_btn {
    margin-bottom: 0px;
    }
    .hedaerscroll1020
    {
        display: block !important;
    }
    .pricing_link 
    {
        margin-bottom: 0px;
    }
    .section_bg_prof 
    {
        margin-bottom: 10px;
    }
    .ss_new_cat_footer 
    {
        padding: 30px 15px;
    }
    ul#lightgallery 
    {
        margin-left: 0px;
    }
    .footerbtndemo
    {
        margin-left: 20px;
    }
    .footerbtndemo1
    {
        margin-left: 0px;
    }
    .spaci_list ul li span 
    {
        min-width: 100px;
        font-size: 14px;
    }
}

@media(min-width: 768px) 
{
    .hedaerscroll1020
    {
        display: none !important;
    }
}

.specification_small_title 
{
    margin-top: 10px;
}

@media(min-width: 768px) and (max-width: 1199px)
{
    .navbar-inverse .navbar-nav>li>a 
    {
        padding: 11px 7px;
    }
}
@media (min-width: 1200px)
{
    .col-lg-12 
    {
        width: 100%;
        float: unset;
    }
}
#more {
  display:none;
}

button 
{
    border: 0;
    background: #88c440;
    color: white;
    padding: 10px 10px;
    border-radius: 3px;
    transition: 0.5s;
    display: block;
}

a.FreeDemo {
    color: #fff !important;
}

.btnmore, .btnless
{
    background: #88c440;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
    display: flex !important;
    justify-content: center !important;
    cursor: pointer;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
}
.btnmore:hover, .btnless:hover
{
    color: #fff;
}
img.pricing_img 
{
    width: 100px;
    margin-bottom: 20px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover 
{
    color: #000;
}