/*
Theme Name: Uncode Lite Child
Theme URI: https://accesspressthemes.com/wordpress-themes/uncode
Template: uncode-lite
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: Uncode Lite is simple, minimal and clean WordPress Theme with elegant design. Though the Theme is simple, it does not lack any features. The theme is loaded with all features required to built a complete website with uncode. The clean typography and spacious design makes it look appealing to your visitor. Additionally the Theme is very easy to set up via customizer with live preview and does not requires any sort of coding skills at all. The theme can be used by business corporate, bloggers, photographers, freelancers and creative agencies. So what are you waiting for! Download the theme and start building proffesional website with ease.
Tags: one-column,two-columns,right-sidebar,full-width-template,rtl-language-support,theme-options,custom-background,custom-menu,editor-style,featured-images,threaded-comments,translation-ready,portfolio
Version: 1.2.9.1548463501
Updated: 2019-01-26 01:45:01

*/

h3 {
    margin-bottom: -10px;
    font-size: 20px;
}
.frm_style_new-style p {
    margin: 5px 0;
    font-size: 15px;
}

.frm_style_new-style a {
    color: #36a9e1;
}
.frm_style_new-style a:hover {
    color: #01699b;
}
.frm_forms.frm_style_new-style .frm_rootline input.frm_page_back:hover, .frm_forms.frm_style_new-style .frm_rootline input.frm_page_back:focus {
    background-color: #01699b;

.quickinfo-section {
    background-color: #fafafa;
}
.quickinfo-section .quickwrap {
    border-right: 1px solid #ddd;
}
.quickinfo-section span.quickinfo-label, .quickinfo-section .quickwrap span {
    color: #333;
}
#field_u8njx, #field_s2ewh, #field_405mi, #field_cg3xj {
    background-color: #ffffff;
    color: #87cc00;
    border: none;
    box-shadow: none;
    font-size: 23px;
}

.steps_to_undertake {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 20px;
}

.accordion__card {
    position: relative;
}

.accordion__title {
    color: #3498db;
    text-align: left;
    background-color: #f4f3f3;
    border: none;
    padding: 1rem;
    cursor: pointer;
}

.accordion__title::after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    position: absolute;
    margin-left: .8rem;
    content: " ";
    top: 1.2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion__title.active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 1.5rem;
}

.accordion__panel {
    position: relative;
    background-color: #f4f3f3;
    border-bottom-left-radius: 2.2rem;
    border-bottom-right-radius: 2.2rem;
    display: none;
    margin: 0;
    padding: 1rem;
    text-align: left;
}
.accordion__panel p {
    font-size: 1.1rem;
}

#site-navigation ul#primary-menu > li > a, #site-navigation #primary-menu ul > li > a {
    padding: 0 24px 0 7px;
}

#site-navigation ul#primary-menu > li.menu-item-has-children > a::after, #site-navigation #primary-menu > ul > li.page_item_has_children > a::after {
    margin-right: 10px;
}

#main h2 {
    margin-top: 0;
}

.leftsidebar #secondaryleft {
    padding-right: 2rem;
}