/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Semibold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Bold.ttf);
    font-weight: 700;
}

/* Custom CSS */

/* Blog */
.comments-number {
    font-size: 0;
    width: 5px;
    background: white;
    height: 18px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: -10px;
}

/* Big buttons for Homepage, hero, etc */

a.btn-hero-primary,
a.btn-hero-secondary,
a.btn-dark-primary,
a.btn-dark-secondary {
    transition: 0.25s ease-in-out;
}

a.btn-hero-primary:hover {
    background: #008fa6 !important;
    border: 2px solid #008fa6 !important;
    box-shadow: 0px 0px -3px 0px #006882 inset !important;
}

a.btn-hero-primary:active {
    background: #006882 !important;
}

a.btn-hero-secondary:hover {
    color: #008fa6 !important;
    border: 2px solid #008fa6 !important;
}

a.btn-hero-secondary:active {
    color: #006882 !important;
    border: 2px solid #006882 !important;
}

a.btn-dark-primary:hover {
    background: #3ccbdc !important;
    border: 2px solid #3ccbdc !important;
    box-shadow: 0px 0px -3px 0px #3ccbdc inset !important;
}

a.btn-dark-primary:active {
    background: #00b7cc !important;
}

a.btn-dark-secondary:hover {
    color: #d2f8ff !important;
    border: 2px solid #b2f4ff !important;
}

a.btn-dark-secondary:active {
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}


/*header*/
@media only screen and (min-width: 1081px) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 16px 0 0 0 !important;
    }
}
.et_fixed_nav #top-header { 
    position: absolute !important; 
} 
.et-fixed-header { 
    top: 0px!important; 
}
.et_fixed_nav #main-header {
    position: absolute;
}
.et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
}
body {
    font-family: ProximaNova;
    font-weight: 400;
}
#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
#main-header.et-fixed-header {
    background-color: #fff;
}
#top-header div.container {
    padding: 17px 0;
    font-weight: 600;
}

#top-header #et-secondary-menu {
    float: none;
    text-align: right;
}

#top-header #et-secondary-menu ul.menu {
    display: block;
}

#top-header #et-secondary-menu ul.menu li.custom-left-menu {
    float: left;
    text-align: left;
    width: 47%;
}

#top-header #et-secondary-menu ul.menu li:not(:last-child) {
    margin-right: 70px;
}

#top-header #et-secondary-menu ul.menu li a {
    padding-bottom: 0;
    font-weight: 400;
}

.et_header_style_left .logo_container {
    position: absolute;
    width: auto;
    height: auto;
    top: 23px;
}

.et_header_style_left .et-fixed-header .logo_container {
    top: 15px;
}

#top-menu li a:hover {opacity: 1!important;}

ul#top-menu li a {
    font-weight: 600;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta {
    padding-right: 0;
}
             
.et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a {
    font-weight: 600;
    text-decoration: none;
    background: #006882;
    color: white !important;
    padding: 12px 22px !important;
    border-radius: 3px;
    border: 2px solid #006882;
    margin-left: 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a:hover {
    background-color: #008fa6;
    border-color: #008fa6;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta--hollow>a {
    background: transparent;
    color: #006882 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta--hollow>a:hover {
    background: transparent;
    color: #008fa6 !important;
    border-color: #008fa6;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

#top-menu li {
    padding-right: 40px;
}

#top-menu li>ul.sub-menu>li>a:first-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#top-menu li ul.sub-menu li>a {
    padding: 0;
    font-weight: 400;
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
    font-weight: 700;
}

#top-menu li ul.sub-menu li>a:hover {
    background-color: transparent;
    opacity: 1;
    font-weight: 400;
    color: #000 !important;
}


/* footer css */
#main-footer {
    position: relative;
}
#main-footer:before {
    background: url('images/footer-top-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 9;
}

#main-footer #footer-widgets {
    padding: 100px 0 70px;
    display: grid;
    display: -ms-flexbox;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6,1fr);
}

#main-footer #footer-widgets:after {
    display: none;
}

#main-footer #footer-widgets .footer-widget {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

#main-footer #footer-widgets .footer-widget .fwidget:not(:last-child) {
    margin-bottom: 30px;
}

body #main-footer #footer-widgets .footer-widget ul.menu > li > a {
    margin: 0 0 25px;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

#main-footer #footer-widgets .footer-widget ul.menu li:before {
    display: none;
}

#main-footer #footer-widgets .footer-widget ul.menu li {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.3;
}

#et-footer-social .et-social-icons {
    float: none;
    text-align: center;
}

#et-footer-social .et-social-icons li {
    margin-left: 40px;
}

#et-footer-social .et-social-icons li:first-child {
    margin-left: 0;
}

#et-footer-social .et-social-icons li a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    border-radius: 50%;
}

#et-footer-social .et-social-icons .et-social-google-plus a.icon::before {
    content: "\e09d";
}

#footer-bottom {
    clear: both;
    padding: 60px 0 50px;
}

#footer-bottom  > .container {
    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;
}

#footer-bottom > .container:after {
    display: none;
}

#footer-bottom #footer-info {
    float: none;
    padding-bottom: 0px;
    color: #fff;
}

#footer-bottom #et-footer-nav {
    background-color: transparent;
}

#et-footer-nav .bottom-nav {
    padding: 0;
}

#et-footer-nav .bottom-nav li {
    padding-right: 15px;
}

#et-footer-nav .bottom-nav li:last-child {
    padding-right: 0px;
}

#et-footer-nav .bottom-nav li a {
    font-size: 18px;
    font-weight: 600;
}


/* home page css */

#main-content .custom_banner_section {
    /* padding-top: 220px;
    padding-bottom: 120px; */
    margin-top: -140px;
    background-color: transparent;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper:last-child {
    margin-right: 0;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper .custom_btn {
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px!important;
    padding: 0!important;
}

body #page-container .et_pb_section .et_pb_module .custom_red_btn {
    background-color: #fff!important;
    color: #0a5ecc!important;
    border-width: 2px!important;
    border-color: #0a5ecc;
    border-radius: 50px;
    height: 50px;
    min-width: 180px;
    text-align: center;
    padding: 0 20px !important;
    line-height: 46px!important;
    display: inline-block;
    border-style: solid;
}

/* body #page-container .et_pb_section.custom_bottom_request_section .custom_red_btn {
    background-color: #0a5ecc!important;
    color: #fff!important;
} */

body #page-container .et_pb_section .et_pb_module .custom_red_btn:hover {
    background-color: #0a5ecc!important;
    color: #fff!important;
}

.custom_logo_slider > .et_pb_column .et_pb_image {
    margin-bottom: 0;
}

#page-container .custom_cust_powe_box .et_pb_column {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* #page-container .custom_cust_powe_box .et_pb_column .et_pb_image {
    height: 230px;
} */

#page-container .custom_cust_powe_box .et_pb_column .et_pb_text {
    margin-top: 10px!important;
}

#page-container .custom_cust_powe_box .et_pb_column .et_pb_text h2 {
    padding-bottom: 10px;
}

#page-container .custom_cust_powe_box .et_pb_column .et_pb_button_module_wrapper {
    margin-top: auto;
}

.custom_home_box_slider {
    max-width: 1170px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
 
.custom_home_box_slider .slick-track {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_home_box_slider .et_pb_row.slick-slide {
    padding: 50px 30px 0;
    -webkit-box-shadow: 0px 3px 15px rgba(35,43,52,0.1), 0px 10px 16px rgba(35,43,52,0.1);
    box-shadow: 0px 3px 15px rgba(35,43,52,0.1), 0px 10px 16px rgba(35,43,52,0.1);
    margin: 0 15px;
    border-radius: 10px;
    height: inherit;
}

.custom_home_box_slider .et_pb_row.slick-slide .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custom_home_box_slider .et_pb_row.slick-slide .et_pb_column .et_pb_text_inner h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
}

.custom_home_box_slider .slick-arrow {
    position: absolute;
    top: 48%;
    background-color: transparent;
    border-width: 2px 0 0 2px;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-color: #0a5ecc;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom_home_box_slider .slick-prev.slick-arrow {
    left: -20px;
}

.custom_home_box_slider .slick-next.slick-arrow {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -20px;
}

.custom_home_box_slider ul.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: -18px 0 0;
}

.custom_home_box_slider ul.slick-dots li {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.custom_home_box_slider ul.slick-dots li button {
    background-color: transparent;
    border: 1px solid #0a5ecc;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    font-size: 0
}

.custom_home_box_slider ul.slick-dots li.slick-active button {
    background-color: #0a5ecc;
}

/* inner page banner */
#main-content .custom_inner_banner_sec {
    padding-top: 190px;
    padding-bottom: 160px;
    margin-top: -140px;
    background-color: transparent;
    background-size: cover;
    background-position: center bottom;
    
}
#main-content .custom_inner_banner_sec.with_btns {
    padding-bottom: 30px;
}
#main-content .custom_inner_banner_sec .et_pb_row {
    text-align: center;
}
#main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
    padding-bottom: 28px;
}

#main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
    width: 50%;
    margin: 0 auto;
}

#main-content .custom_inner_banner_sec .custom_width_750 .et_pb_text_inner p {
    max-width: 750px;
    width: 100%;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper:last-child {
    margin-right: 0;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn {
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px!important;
    padding: 0!important;
}

/* product features */
.custom_product_features .custom_box_row .et_pb_column {
    -webkit-box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    border-radius: 7px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom_product_features .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 50px;
}

.custom_product_features .et_pb_blurb_content .et_pb_module_header {
    line-height: 1.2;
    padding: 0;
}

.custom_product_features .custom_box_row .et_pb_column:hover .et_pb_blurb_content .et_pb_module_header,
.custom_product_features .custom_box_row .et_pb_column:hover .et_pb_blurb_content .et_pb_blurb_description {
    color: #fff;
}

.custom_mod_platform_sec .et_pb_row .custom_text_sec {
    max-width: 360px;
    width: auto;
}

.custom_mod_platform_sec .et_pb_row .custom_img_sec {
    width: auto;
}

/* acquire */
.et_pb_row_3.custom_infographics_row:before {
    background-size: initial;
    background-position: 56% 0px;
    background-image: url(http://influitivedev.wpengine.com/wp-content/uploads/2019/07/image-connect-path.png);
    position: absolute;
    content: "";
    width: 100%;
    height: 172px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.custom_data_counter_section .et_pb_row .custom_data_counter {
    width: 50%;
    margin: 0 0 25px;
    display: inline-flex;
    flex-direction: column;
}

.custom_data_counter_section .et_pb_row .custom_data_counter .percent {
    margin: 0;
}

.custom_data_counter_section .et_pb_row .custom_data_counter.dollar .percent span:before {
    content: "$";
}

.custom_data_counter_section .et_pb_row .custom_data_counter .title {
    font-weight: 400;
    padding: 0;
    margin: -7px 0 0;
}

/* screenshot section */
.custom_screenshot_section .list_content .et_pb_text_inner ul {
    margin: 15px 0 0 20px;
    padding-bottom: 0;
}

.custom_screenshot_section .list_content .et_pb_text_inner ul li:not(:last-child) {
    margin-bottom: 15px;
}

.custom_screenshot_section .list_content.two_col .et_pb_text_inner ul {
    margin: 25px 0 30px 20px;
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
}

/* custom testimonial slider */
.custom_testimonial_slider_section {
    visibility: hidden;
}
.custom_testimonial_slider_section.slick-initialized {
    visibility: visible;
}
.custom_testimonial_slider_section .slick-list {
    max-width: 950px;
    margin: 0 auto;
}

.custom_testimonial_slider_section .slick-list .slick-slide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom_testimonial_slider_section .slick-slide .et_pb_text .left_text {
    text-align: left;
}

.custom_testimonial_slider_section .slick-slide .et_pb_text .left_text .su-column-inner {
    text-align: center;
    display: inline-block;
}

/* who benefits page */
.custom_product_features.who_benefits .custom_box_row .et_pb_column {
    margin: 0 30px 30px 0;
    justify-content: center;
    align-items: flex-end;
}

.custom_product_features.who_benefits .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 70px;
}


/* custom flip box */
.et_pb_row.custom_flipbox_row .et_pb_column {
    position: relative;
    margin-right: 30px;
}

.custom_flipbox_row .et_pb_column .custom_front_content {
    margin: 0;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_main_blurb_image {
    margin: 0;
    display: block;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_main_blurb_image img {
    width: 100%;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_blurb_container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.custom_flipbox_row .et_pb_column:hover .custom_front_content .et_pb_blurb_container {
    visibility: hidden;
}

.custom_flipbox_row .et_pb_column .custom_back_content {
    background-color: rgba(0,104,130,0.8);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 35px;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.custom_flipbox_row .et_pb_column:hover .custom_back_content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.custom_flipbox_row .et_pb_column:hover .custom_back_content .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.custom_flipbox_row .et_pb_column .custom_back_content h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 5px;
}

.custom_flipbox_row .et_pb_column .custom_back_content p:nth-of-type(1) {
    font-weight: 600;
    font-style: italic;
}

.custom_flipbox_row .et_pb_column .custom_back_content p {
    line-height: 25px;
    padding: 0 0 22px;
    margin-bottom: auto;
}

.custom_flipbox_row .et_pb_column .custom_back_content a {
    margin: 0;
    background-color: #cd1f3d;
    color: #fff;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
    padding: 12px 47px;
    border-radius: 50px;
}

/* use cases page */
.custom_product_features.use_cases .custom_box_row .et_pb_column {
    background-color: #006882;
    margin: 0 30px 30px 0;
    padding: 40px 30px 100px;
    justify-content: center;
    align-items: flex-end;
}

.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image,
.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    margin-top: auto;
}

/* pricing page css */
#main-content .custom_pricing_table_main .et_pb_pricing_table {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 25px -4px rgba(0,0,0,0.25);
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_heading {
    padding: 50px 20px 45px;
    position: relative;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
    padding-bottom: 30px;
}

.custom_pricing_table_main .et_pb_pricing_table.et_pb_featured_table {
    margin: 0 -6px;
}

.custom_pricing_table_main .et_pb_pricing_table.et_pb_featured_table .et_pb_pricing_heading:before {
    content: "Most Popular";
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;

}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_button_wrapper {
    order: 2;
    padding-top: 22px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content {
    order: 4;
    padding: 25px 25px 0;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:not(:last-child) {
    padding-bottom: 20px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
    padding-top: 0px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child a {
    color: #f85228;
    font-weight: 600;
    text-decoration: underline;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    display: none;
}

body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
    padding: 8px 15px!important;
    font-weight: 700!important;
    width: auto;
    min-width: 240px;
}

body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button:hover {
    padding: 8px 55px!important;
    color: #fff!important;
    background-color: #0a5ecc!important;
}

.custom_pricing_table_main .et_pb_pricing_content_top {
    padding: 0;
    border: 0;
}

/* featured product table */
.custom_product_featured_row:nth-child(even) {
    background-color: #f6f7f7;
}
.custom_product_featured_row .et_pb_text_inner table {
    margin: 0;
    border: 0;
}

.custom_product_featured_row .et_pb_text_inner table td:first-child {
    width: 40%!important;
    text-align: left;
}

.custom_product_featured_row .et_pb_text_inner table td {
    border: 0;
    padding: 20px 20px 20px 40px;
    line-height: 1;
    text-align: center;
    width: 20%!important;
}

.custom_product_featured_row .table_head .et_pb_text_inner table td {
    padding: 30px 20px 30px 40px;
    background-color: #0a5ecc;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .table_head .et_pb_text_inner table td p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .et_pb_text_inner table td h4 {
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .et_pb_text_inner table td h4 strong {
    background: #0a5ecc url('images/plus-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    font-weight: 900;
    font-size: 0;
    cursor: pointer;
}

.custom_product_featured_row .et_pb_text_inner table td h4 strong.active {
    background-image: url('images/minus-icon.png');
}

.custom_product_featured_row .et_pb_text_inner table td p {
    font-size: 14px;
}

.custom_product_featured_row .et_pb_text_inner table td strong.circle {
    width: 18px;
    background-color: #20a960;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .et_pb_text_inner table td strong.half_circle {
    width: 18px;
    background: linear-gradient(to right, #fff 50%, #20a960 50%);
    border: 2px solid #20a960;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .et_pb_text_inner table td strong.blank_circle {
    width: 18px;
    background: #fff;
    border: 2px solid #b5bbc2;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner td {
    padding: 12px 20px 0 40px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr {
    position: relative;
    display: table;
    width: 100%;
}

.custom_product_featured_row .table_row_collapse {
    display: none;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:after {
    content: "";
    width: 90%;
    height: 2px;
    border-bottom: 2px dotted rgba(0,0,0,0.1);
    position: absolute;
    left: 40px;
    bottom: -3px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:last-child:after {
    display: none;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner td h4 {
    font-weight: 400;
}

/*custom code written on 24july19*/
.et_pb_gutters2 .et_pb_column_1_3.shrtcd{width:30.333%;margin-right: 2%;margin-bottom: 2%;}
.loopthrough-posts{display: inline-flex;flex-wrap: wrap;margin:30px 0px;}
.leftimg{width:40% !important;}
.rightsection{width:60% !important;}

/* career page */
.custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_description,
.custom_life_image_slider .et_pb_slides .et_pb_slide {
    padding: 0;
}

.custom_life_image_slider .et_pb_slide .et_pb_slide_image img {
    max-height: unset!important;
}

.custom_life_image_slider .et_pb_slide .et_pb_slide_image {
    margin-top: 0!important;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    opacity: 1;
    color: #0a5ecc;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before, 
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #0a5ecc;
    right: 7px;
    transform: rotate(45deg);
    top: 35px;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
    border-width: 2px 2px 0px 0px;
    left: 7px;
    right: auto;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next,
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: -50px;
    text-align: left;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev,
.custom_life_image_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev {
    left: -50px;
    text-align: right;
}

body .resumator-job-description li, body .resumator-job-description p {
    font-size: 18px;
}

.careers-list .job-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.careers-list .job-list-wrapper .job {
    width: 48%;
    margin: 0 0 20px;
}

.careers-list .job-list-wrapper .job:hover {
    background-color: #0a5ecc;
}

.careers-list .job-list-wrapper .job .job-link {
 display: block;
 padding: 20px 15px;
 text-decoration: none;
}

.careers-list .job-list-wrapper .job .job-link .job-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.09375;
    color: #0a5ecc;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline;
}

.careers-list .job-list-wrapper .job:hover .job-link .job-title {
    color: #fff;
}

.careers-list .job-list-wrapper .job .job-link .job-info {
    font-size: 18px;
    line-height: 1.444444;
    color: #6c7885;
    display: block;
}

.careers-list .job-list-wrapper .job:hover .job-link .job-info {
    color: #fff;
}

.custom-locations h4 {
    font-size: 18px !important;
    color: #0a5ecc;
}

/* post filter */
.custom_resorce_filter_short {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    padding-top: 30px;
}

.custom_resorce_filter_short .custom_short_filter_area select,
.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"] {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    padding: 0px 20px;
    color: #b5bbc2;
    font-size: 18px;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"] {
    padding-right: 40px;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform {
    position: relative;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="submit"] {
    background: url(images/search-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 35px;
    background-position: center;
}

.custom_short_filter_area .searchform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #b5bbc2;
  }

/* resources css */
.custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding-top: 30px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column {
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    text-decoration: none;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover h2 {
    color: #008fa6;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover .et_pb_button_module_wrapper  {
    /*text-decoration: underline;*/
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_image {
    margin: 0;
}

.custom_all_news_row .custom_all_news_inner .et_pb_image .et_pb_image_wrap {
    display: block;
    height: 100%;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_image img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text {
    padding: 0 30px;
    text-align: left;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text .categoryname {
    color: #6c7885;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item--webinar .et_pb_text .categoryname {
    margin-top: 0px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    transition: 350ms;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text p { 
    color: #475666 !important;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper {
    padding: 20px 30px 0;
    margin-top: auto;
    color: #008fa6;
    font-weight: 700;
    transition: 350ms;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper .inf-btn {
    padding: 8px 20px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_button_module_wrapper {
    padding-left: 0;
}

.inf-btn {
    font-weight: 600;
    text-decoration: none;
    color: #006882;
    background: transparent;
    padding: 12px 22px;
    border-radius: 3px;
    border: 2px solid #006882;
    cursor: pointer;
    transition: 350ms;
    width: max-content;
}

.inf-btn:hover,
.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover .et_pb_button_module_wrapper .inf-btn {
    background: #006882;
    color: white;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper span {
    transition: 350ms;
    font-weight: 600;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item {
    grid-column: 1 / -1;
    flex-direction: row;    
    padding: 0;
    align-items: unset;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image {
    flex: 0 0 50%;    
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image img {
    border-radius: 8px 0 0 8px;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.featured-item .pretitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #6c7885;
    display: block;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text {
    align-self: center;
    padding: 48px 40px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item--webinar .et_pb_text {
    padding: 30px 40px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
    font-size: 38px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 0px;
}


.featured-item .byline {
    color: #6c7885;
}

.custom_all_news_row_nav {
    display: flex;
    padding: 10px 0 70px;
    grid-column: 1 / -1;
}

.custom_all_news_row_nav a, .custom_all_news_row_nav span {
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    color: #006882;
    padding: 12px 16px 12px 35px;
    border-radius: 3px;
    border: 2px solid #006882;
    margin-right: 15px;
    position: relative;
}

.custom_all_news_row_nav a::before, .custom_all_news_row_nav span::before {    
    content: "3";
    font-family: ETmodules;
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 14px;
    line-height: 1;
    font-weight: 800;
    transform: rotate(90deg);
}

.custom_all_news_row_nav a + a, .custom_all_news_row_nav span + a, .custom_all_news_row_nav span + span { 
    padding: 12px 35px 12px 16px;
}

.custom_all_news_row_nav a + a::before, .custom_all_news_row_nav span + a::before, .custom_all_news_row_nav span + span::before { 
    left: auto;
    right: 10px;
    top: 15px;
    transform: rotate(-90deg);
}

.custom_all_news_row_nav a:hover {
    color: #008fa6;
    border-color: #008fa6;
}

.custom_all_news_row_nav span {
    opacity: 0.5;
}

/* single post page */
#main-content #sidebar,
.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content #left-area {
    width: 100%;
    padding: 0;
}

.single-post .et_post_meta_wrapper img {
    display: none;
}

.single-post .et_post_meta_wrapper {
    margin-top: 30px;
}

.single-post .et_post_meta_wrapper h1.entry-title,
.single-resources .et_post_meta_wrapper h1.entry-title {
    font-size: 40px;
    color: #475666;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 0 20px;
    text-align: center;
}

.single-post #left-area .et_post_meta_wrapper p.post-meta {
    font-size: 18px;    
    margin: 0;
    padding: 0;
    text-align: center;
}

.single-post #left-area .entry-content {
    padding-top: 50px;
}

.single-post #left-area .callout-slide {
    margin: 30px 0;
}

.single-post #left-area .callout-slide .inner-content-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-image {
    width: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-content {
    width: calc(100% - 260px);
    padding: 40px;
}

.single-post #left-area .inner-content-wrapper br {
    display: none;
}

.single-post #left-area .entry-content h3,
.single-post #left-area .inner-content-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 40px 0 25px;
}

.single-post #left-area .inner-content-wrapper .callout-headline {
    font-size: 22px;
    font-weight: 600;
}

.single-post #left-area .inner-content-wrapper .callout-button {
    background-color: #0A5ECB;
    padding: 6px 30px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 15px;
    display: table;
}

.single-post #left-area .mkto-callout-content {
    padding: 40px;
    margin: 30px 0; 
}

.single-post #left-area .mkto-callout-content .callout-heading {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.single-post #left-area .mkto-callout-content .callout-subheading {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    line-height: 1.2;
}

.single-post #left-area .newsletter_callout {
    padding: 40px;
    margin: 30px 0;
    background-color: #0a5ecc;
    background-image: url(http://influitivedev.wpengine.com/wp-content/uploads/2016/05/global-page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-post #left-area .newsletter_callout .text {
    width: 50%;
    padding-right: 30px;
}

.single-post #left-area .newsletter_callout .text h6 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-post #left-area .newsletter_callout .text p {
    font-size: 16px;
    line-height: 1.2;
}

.single-post #left-area .newsletter_callout .newletter_form {
    width: 50%;
}

.single-post #left-area .newsletter_callout .newletter_form p {
    padding: 0;
}

.single-post #left-area .newsletter_callout .newletter_form .mktoButton {
    background-color: #0A5ECB;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
}

#comment-wrap {
    padding-top: 35px;
}

#comment-wrap h3#reply-title  {
    font-size: 28px;
}

#comment-wrap .comment-form p input:not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
    width: 100%;
}

#comment-wrap .comment-form .form-submit {
    text-align: left;
}

#comment-wrap .comment-form .form-submit .submit {
    background-color: #0A5ECB;
    padding: 12px 40px!important;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 20px;
}

#comment-wrap .reply-container .comment-reply-link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#comment-wrap .comment-body {
    padding: 10px 80px 0 50px;
}

/* single post ebooks */
body.section-ebooks #main-content {
    padding-bottom: 80px;
}

/*#main-content #sidebar .mktoForm .mktoFormRow, 
#main-content #inForm .mktoForm .mktoFormRow {
    margin-bottom: 10px;
}*/

.mktoForm {
    font-family: 'ProximaNova', sans-serif !important;
}

#main-content #sidebar .mktoForm .mktoFormRow .mktoGutter, 
#main-content #inForm .mktoForm .mktoFormRow .mktoGutter {
    height: auto;
}

#main-content #sidebar .mktoForm .mktoFormRow label, 
#main-content #inForm .mktoForm .mktoFormRow label {
    float: none;
    font-size: 14px;
    font-weight: 600;
    color: #475666;
    padding: 0;
}

#main-content #sidebar .mktoForm .mktoFormRow input,
#main-content #sidebar .mktoForm .mktoFormRow select,
#main-content #inForm .mktoForm .mktoFormRow input,
#main-content #inForm .mktoForm .mktoFormRow select{
    width: 100%!important;
    display: block;
    border: 1px solid #dadde0;
    font-size: 15px;
    line-height: 1;
    padding: 8px 15px!important;
    height: auto;
    box-shadow: none;
    color: #475666;
    border-radius: 0;
}

#main-content #sidebar .mktoForm .mktoButtonRow .mktoButton,
#main-content #inForm .mktoForm .mktoButtonRow .mktoButton{
    font-weight: 600;
    text-decoration: none;
    color: #006882;
    background: transparent !important;
    padding: 12px 22px;
    border-radius: 3px;
    border: 2px solid #006882 !important;
    cursor: pointer;
    transition: 350ms;
    width: max-content;
    box-shadow: none !important;
    font-size: 16px;
}

#main-content #sidebar .mktoForm .mktoFormCol,
#main-content #inForm .mktoForm .mktoFormCol {
    margin-bottom: 18px !important;
}

#main-content #sidebar .mktoForm .mktoButtonRow .mktoButton:hover,
#main-content #inForm .mktoForm .mktoButtonRow .mktoButton:hover {
    color: white;
    background-color: #006882!important;
}

/* contact page css */
.custom_contact_form .mktoForm {
    padding: 45px;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoGutter {
    height: auto;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoFormCol {
    min-height: unset;
    margin-bottom: 0!important;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoLabel {
    display: none;
}

.custom_contact_form form.mktoForm .mktoFormRow input,
.custom_contact_form form.mktoForm .mktoFormRow select {
    width: 100%!important;
    display: block;
    border: 1px solid #dadde0;
    font-size: 17px;
    line-height: 1;
    padding: 12px 15px!important;
    height: auto;
    margin-bottom: 20px;
}

.custom_contact_form form.mktoForm .mktoFormRow select {
    background-image: url('images/arrow-down-bk.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 20px) center;
}

.custom_contact_form form.mktoForm .mktoFormRow input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input::-moz-placeholder { /* Firefox 19+ */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input:-ms-input-placeholder { /* IE 10+ */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input:-moz-placeholder { /* Firefox 18- */
    color: #b5bbc2;
}

.custom_contact_form form.mktoForm .mktoButtonRow {
    text-align: left;
}

.custom_contact_form form.mktoForm .mktoButtonRow .mktoButton {
    color: #fff;
    border: 2px solid #0A5ECF!important;
    padding: 12px 70px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    background-color: #0A5ECF!important;
    border-radius: 50px;
}

.custom_contact_form form.mktoForm .mktoButtonRow .mktoButton:hover {
    background-color: #fff!important;
    color: #0A5ECF!important;
}

/*custom code written on 19aug 19*/
.resource_types-webinars .entry-content p:first-child img,
.resource_types-ebooks .entry-content p:first-child img { 
    display:block; 
    margin: 0 auto; 
    float: none; 
}
.resource_types-ebooks .entry-content p:first-child img {
    width: 80%;
    max-width: fit-content;
    margin-bottom: 20px;
}
.single-resources #sidebar {
    margin-top: 70px;
}
.single-resources article .callout-slide-content{padding:35px;}
.single-resources article .callout-byline{margin-bottom: 20px;}
.single-resources article .callout-slide-content a{/*color:#ffffff;*/color: #0a5ecc !important;
border-width: 2px !important;
border-color: #0a5ecc;
border-radius: 50px;
font-size: 18px;
font-weight: 600 !important;
background-color: #ffffff;padding: 8px 55px !important;margin-top: 10px;}

.single-resources article .callout-slide-content a:hover{/*color:#636F7E;*/padding: 8px 55px !important;color: #fff !important;background-color: #0a5ecc !important;}
#main-footer{margin-top: 50px;}
#footer-widgets a:hover{color:#0A5ECC; text-decoration: underline !important;}
#main-content p a:hover { color: #08a5c5; }
.custom_bottom_request_section {
    margin-bottom: -50px;
}

.custom-partner-section .et_pb_column .et_pb_module.et_pb_blurb {
    margin-bottom: auto !important;
}
.custom-partner-section .et_pb_column {
    display: flex !important;
    flex-direction: column !important;
}


/* =============== Media Query Section =================== */

@media only screen and (min-width: 1441px) {
    #main-content .custom_inner_banner_sec.with_btns {
        padding-bottom: 60px;
    }
}


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

    /* header */
    #top-menu li {
        padding-right: 20px;
    }
    .et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a {
        padding: 10px 16px;
        font-size: 16px;
        margin-left: 10px;
    }
}

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

    /* header */
    #top-header div.container,
    #main-header .container,
    #main-footer .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo_container #logo {
        width: 150px;
    }

    /* homepage */
    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 20px 45px;
    }

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        min-width: 120px;
    }

    #page-container .custom_cust_powe_box .et_pb_column .et_pb_text{min-height:55px !important;}

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        background-size: cover;
        padding-bottom: 50px;
        background-position: center bottom;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        padding-bottom: 18px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        width: 90%;
        margin: 0 auto;
    }

    /* community platform */
    #main-content .custom_community_banner_screen {
        margin-top: 0;
    }

    /* plans & Pricing */
    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 200px;
    }

    /* resources */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
        grid-template-columns: repeat(2, minmax(calc(50% - 30px), 1fr));
    }

    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text {
        padding: 0 25px;
    }

}

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

    /* header */
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";
    }
    .custom_bottom_request_section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .et_fixed_nav #main-header {
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .et_header_style_left #et-top-navigation, 
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .et_header_style_left .mobile_menu_bar, 
    .et_header_style_split .mobile_menu_bar {
        padding-bottom: 0;
    }

    .et_header_style_left .logo_container {
        top: 15px;
    }

    .et_header_style_left .et-fixed-header .logo_container {
        top: 13px;
    }

    .logo_container #logo {
        width: auto;
        max-width: unset;
    }

    .et-fixed-header .logo_container #logo {
        width: 130px;
    }

    /* dropdown menu */

    .et_mobile_menu {
        max-height: 90vh;
        overflow-y: auto;
        height: auto;
        top: 62px;
    }

    #main-header .et_mobile_menu li {
        position: relative;
    }
    
    #main-header .et_mobile_menu .menu-item-has-children > a { 
        background-color: transparent; 
        position: relative; 
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn { 
        font-family: 'ETmodules'; 
        text-align: center; 
        top: 13px; 
        right: 10px; 
        font-size: 16px; 
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        z-index: 9;
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn:after {
        font-size: 16px; 
        content: '\4c'; 
        top: 13px; 
        right: 10px; 
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn.icon_close:after {
        content: '\4d'; 
    }

    #main-header .et_mobile_menu ul.sub-menu { 
        display: none !important; 
        max-height: 0;
        overflow: hidden;
        transition: all 1s ease-in-out;
    }
    #main-header .et_mobile_menu ul.sub-menu.visible { 
        display: block !important; 
        visibility: visible !important; 
    }

    /* footer */

    #main-footer #footer-widgets .footer-widget {
        width: 100%!important;
        margin: 0!important;
    }

    #main-footer #footer-widgets {
        padding: 60px 0 40px;
        grid-template-columns: repeat(3,1fr);
        grid-row-gap: 30px;
        grid-column-gap: 0px;
    }

    #footer-widgets .footer-widget .fwidget {
        width: 70%;
        display: table;
        float: none;
        margin: 0 auto;
    }
    
    #footer-bottom {
        padding: 30px 0 20px;
    }

    #footer-bottom > .container img {
        width: 130px;
    }

    #et-footer-nav .bottom-nav li a {
        font-size: 16px;
        font-weight: 600;
    }

    /* theme default */
    .et_pb_section {
        padding: 0;
    }

    .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding: 0;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }

    /*  request demo */
    #main-content .custom_bottom_request_section {
        background-position: center;
        padding-top: 50px;
        padding-bottom: 60px;
        margin-top: 80px;
    }

    #main-content .custom_bottom_request_section .et_pb_column {
        text-align: center;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text {
        text-align: center;
        margin-bottom: 15px!important;
    }
    
    #main-content .custom_bottom_request_section .et_pb_column .et_pb_button_module_wrapper {
        margin-top: 30px;
        text-align: center;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_image_wrap {
        margin-bottom: 20px;
    }

    /* home */
    #main-content .custom_banner_section {
        margin-top: -80px;
    }

    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 40px 45px;
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 130px;
        margin-top: -80px;
        padding-bottom: 90px;
        margin-bottom: 0;
        background-size: cover;
        background-position: center bottom;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        font-size: 35px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 22px;
    }

    /* custom screenshot section */
    #main-content .custom_screenshot_section {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .custom_screenshot_section.reverse .et_pb_row {
        flex-direction: column-reverse;
        display: flex;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column {
        margin-bottom: 30px;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
        margin-top: -30px;
    }

    /* community of future */
    #main-content .custom_mod_platform_sec {
        padding-top: 50px;
    }

    #main-content .custom_mod_platform_sec.reverse .et_pb_row {
        flex-direction: column-reverse;
        display: flex;
    }

    #main-content .custom_mod_platform_sec .et_pb_row .et_pb_column {
        margin-bottom: 30px;
    }

    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
        margin-top: -30px;
    }

    .custom_mod_platform_sec .et_pb_row .custom_text_sec {
        max-width: unset;
    }

    /* who benefits */
    .custom_product_features.who_benefits .custom_box_row .et_pb_column {
        margin: 0 0px 30px 0 !important;
    }

    /* plans & pricing */
    #main-content .custom_pricing_table_main .et_pb_pricing_table {
        width: 80%!important;
        max-width: 80%!important;
        margin: 0 auto 40px!important;
    }

    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 240px;
    }

    .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
        padding-top: 40px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td,
    .custom_product_featured_row .et_pb_text_inner table td {
        padding: 20px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td:first-child,
    .custom_product_featured_row .et_pb_text_inner table td:first-child {
        padding-left: 40px;
    }

    /* careers page */
    .custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_image {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    /* filter css */
    .custom_resorce_filter_short {
        grid-column-gap: 10px;
    }

    .custom_resorce_filter_short .custom_short_filter_area select, 
    .custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"]  {
        font-size: 15px;
    }

    /* blog page */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item {        
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image img {
        border-radius: 8px 8px 0 0;
    }

    .featured-item .pretitle {
        margin-top: 15px;        
    }

    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* ebooks single page */
    body.resources-template-default #main-content #sidebar {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

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

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        font-size: 16px;
    }

    #main-content .custom_banner_section {
        margin-top: -30px;
    }

    /* header */
    .et_header_style_left .logo_container {
        top: 20px;
    }
    
    .logo_container #logo {
        width: 130px;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }

    /* footer */
    #footer-widgets .footer-widget .fwidget {
        width: 90%;
    }

    /* homepage */
    .custom_home_box_slider .et_pb_row.slick-slide {
        padding: 20px 20px 0;
    }

    #main-content .custom_bottom_request_section {
        padding-top: 30px;
        padding-bottom: 40px;
        margin-top: 50px;
    }


    /* request demo */
    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text h2 {
        font-size: 26px;
        margin-top: 30px;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text p {
        font-size: 20px;
    }

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 200px;
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 100px;
        margin-top: -60px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        font-size: 28px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 20px;
        width: 100%;
    }

    #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper {
        margin: 0 10px 0 0;
    }

    body #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn,
    body #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn.custom_red_btn {
        min-width: unset;
        width: 130px;
        padding: 0 0!important;
        font-size: 14px;
        height: 40px;
        line-height: 40px!important;
    }

    /* screenshot section */
    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_text_inner {
        font-size: 16px;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_text_inner h4 {
        font-size: 22px;
    }

    #main-content .custom_screenshot_section {
        padding-top: 30px;
    }

    .custom_screenshot_section .list_content .et_pb_text_inner ul {
        margin: 10px 0 0 12px;
    }

    .custom_screenshot_section .list_content .et_pb_text_inner ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    /* community of future */ 
    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_text_inner {
        font-size: 16px;
    }

    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_text_inner h4 {
        font-size: 22px;
    }

    #main-content .custom_mod_platform_sec {
        padding-top: 30px;
    }

    /* custom counter */
    .custom_data_counter_section .et_pb_row .custom_data_counter {
        width: 100%;
    }


    /* who benefits */
    .custom_product_features.who_benefits .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 30px;
    }

    .custom_product_features.who_benefits .et_pb_blurb_content .et_pb_blurb_description p {
        padding: 0;
    }

    /* plans & pricing */
    .custom_product_featured_row {
        padding: 20px 0;
        width: calc(100% - 20px);
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td {
        display: block;
        width: 100%!important;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td:not(:first-child) {
        display: none;
    }

    .custom_product_featured_row .et_pb_text_inner table td:first-child {
        width: 100%!important;
        padding-right: 20px;
    }

    .custom_product_featured_row .et_pb_text_inner table td {
        display: block;
        width: 100%!important;
        padding: 10px 60px 10px 40px;
        position: relative;
        text-align: right;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td {
        padding: 10px 60px 10px 40px;
        height: auto!important;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td:first-child {
        padding-bottom: 0;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td:first-child h4 {
        padding: 0 0 5px;
        font-weight: 700;
        font-size: 18px;
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:not(:first-child):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        content: "Professional";
        position: absolute;
        left: 40px;
        right: auto;
        top: 20px;
        font-weight: 700;
        font-size: 18px;
        width: auto;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        top: 15px;
        font-weight: 400;
        font-size: 15px;
        width: auto;
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(2):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(2):before {
        content: "Professional";
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(3):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(3):before {
        content: "Corporate";
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(4):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(4):before {
        content: "Enterprise";
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr {
        margin-bottom: 10px;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:after {
        width: calc(90% - 10px);
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:first-child {
        margin-top: 15px;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:first-child:before {
        content: "";
        width: calc(90% - 10px);
        height: 2px;
        border-bottom: 2px dotted rgba(0,0,0,0.1);
        position: absolute;
        left: 40px;
        top: -3px;
    }

    /* resources */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
        grid-template-columns: repeat(1, minmax(calc(50% - 30px), 1fr));
    }

    /* contact us page */
    .custom_contact_form form.mktoForm {
        padding: 20px;
    }

    /* career page */
    .custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_image {
        display: block!important;
    }

    .careers-list .job-list-wrapper .job {
        width: 100%;
    }

    .careers-list .job-list-wrapper .job .job-link .job-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .careers-list .job-list-wrapper .job .job-link .job-info {
        font-size: 16px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev, 
    .custom_life_image_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev {
        left: -25px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next {
        right: -25px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
        width: 12px;
        height: 12px;
        right: 5px;
        top: 18px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
        left: 5px;
    }

    .custom_life_image_slider .et-pb-controllers {
        bottom: 40px;
    }

    /* single post */
    .single-post .et_post_meta_wrapper {
        margin-top: 0px;
    }

    .single-post #left-area .et_post_meta_wrapper p.post-meta {
        font-size: 18px;
    }

    .single-post #left-area .entry-content {
        padding-top: 30px;
    }

    .single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-image {
        display: none;
    }

    .single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-content {
        width: 100%;
        padding: 25px;
    }

    .single-post #left-area .entry-content h3, .single-post #left-area .inner-content-wrapper h3 {
        font-size: 24px;
        padding: 20px 0 10px;
    }

    .single-post #left-area .newsletter_callout {
        padding: 25px;
    }

    .single-post #left-area .newsletter_callout .text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .single-post #left-area .newsletter_callout .newletter_form {
        width: 100%;
    }

    #commentform {
        padding-bottom: 20px;
    }

    #comment-wrap h3#reply-title {
        font-size: 24px;
    }

    /* filter css */
    .custom_resorce_filter_short {
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }

    .custom_resorce_filter_short .custom_short_filter_area select, 
    .custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"]  {
        font-size: 18px;
    }

}


@media only screen and (max-width: 576px) {
    
    /* footer */

    #main-footer #footer-widgets {
        grid-template-columns: repeat(2,1fr);
    }

    #footer-bottom > .container {
        flex-direction: column;
    }

    #et-footer-social .et-social-icons li {
        margin-left: 20px;
    }

    #comment-wrap {
        padding-top: 15px;
    }

    #footer-bottom #et-footer-nav {
        margin-top: 20px;
    }

    /* homepage */
    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 25px 45px;
    }

    .custom_home_box_slider {
        width: calc(100% - 30px);
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 30px;
        margin-top: 0px;
        padding-bottom: 0;
    }

    /* plans & pricing */
    #main-content .custom_pricing_table_main .et_pb_pricing_table {
        width: 100%!important;
        max-width: 100%!important;
    }

    .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
        padding-top: 20px;
    }

    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 200px;
    }

    .custom_pricing_table_section > .et_pb_row {
        width: calc(100% - 20px);
    }

    /* blog */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

}


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

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 18px;
    }
    .custom.tp-bullets {top: 104% !important;}

}

/*custom css written on 27aug19*/
.single-post .callout-panel-content{display: flex;padding: 30px 0px;}
.single-post .callout-panel-content .mktoForm button.mktoButton{border-radius: 50px;}
.single-post .callout-panel-content .mkto-callout-form{padding: 0px 40px;}

body .vp-a:hover {
    background-color: #0a5ecc !important;
    color: #fff !important;
}

body .vp-a {
    background-color: #fff !important;
    color: #0a5ecc !important;
    border-width: 2px !important;
    border-color: #0a5ecc;
    border-radius: 50px;
    height: 50px;
    min-width: 230px;
    text-align: center;
    padding: 0 20px !important;
    line-height: 46px !important;
    display: inline-block;
    border-style: solid;
}

.search-results article .entry-featured-image-url{display:none;}


body.resources-template-default #main-content #left-area,
body.section-success-stories #main-content #left-area{width: 65%;}

body.resources-template-default #main-content #sidebar,
body.section-success-stories #main-content #sidebar {
    display: inline-block;
    width: calc(35% - 30px);
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 30px 20px;
    margin-left: 30px;

}
/*custom css written on 28aug19 - Removed 10sept19, appearing in random places*/
/*.page-id-38170 .et_pb_column_8::after,
.page-id-37923 .et_pb_column_10::after,
.page-id-37911 .et_pb_column_10::after,
.page-id-37865 .et_pb_column_10::after {
    content: url('http://influitivedev.wpengine.com/wp-content/uploads/2019/07/quotes-icon.png');
    position: absolute;
    bottom: 10px;
    right: 0;
    transform: rotate(180deg);
}*/

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_text_align_left .et_pb_column_empty {
    display: none;
}


/*custom code written on 2sept19*/
.page-template-default.page-id-39368 .et_pb_main_blurb_image img {
    max-height: 100px;
    height: 80px;
}

body:not(.et-fb) .et_pb_column.et_pb_column_empty{display:none;}

/*custom code written on 2sept19*/
ul.list-unstyled-social li:first-child{padding-left:0px;}
.custom-head{padding: 20px;}
.custom-head .inner-content-wrapper{text-align: center;color: #fff;}
.custom-head .inner-content-wrapper p.header-author{display: grid;}
.custom-head .inner-content-wrapper .author-image img{border-radius:50%;} 
.custom-head .inner-content-wrapper.social-callout{text-align: center;}
.custom-head h1,
.custom-head .list-unstyled-social li >a{color:#ffffff;}

#left-area ul.list-unstyled-social {
    display: flex;
    justify-content: center !important;
}

.single-resources #left-area ul.list-unstyled-social {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .miobilebranding h4 span{float: right !important;}
}

#sidebar h4.widgettitle{
    color:#006882;
    font-size: 20px;
    margin-bottom:20px;
    text-align: center;
}

/*custom code written on 12sept19*/
.entry-content ul.page-numbers{display: inline-flex !important;list-style: none !important;}
.entry-content ul.page-numbers li >a{padding:8px  !important;}

/*custom code written on 30sept19*/
.custom_resorce_filter_short{grid-template-columns: repeat(2,1fr);}

.home .slick-track{display: flex !important;align-items: center;}
#main-content .custom_inner_banner_sec.less-pedding{ padding-bottom: 50px;}

.custom-sameheightlogo .et_pb_main_blurb_image img{height: 80px !important;height: auto;width: auto;}

.archive.category #main-content #left-area{display: inline-flex;flex-wrap: wrap;}
.archive.category #main-content #left-area article{width: 30%;margin: 15px;border: 1px solid aliceblue;padding: 5px}

.lity.lity-opened.moove_gdpr_cookie_modal_open{z-index: 999999;}

/*custom code written on 11oct19*/
/*.home .custom_home_box_slider .et_pb_row.slick-slide .et_pb_column .et_pb_text_inner h3 {max-width:200px !important;}*/

.vidyard_player >span{margin:0px !important;}

#vidyard-overlay-wrapper { 
    z-index: 999999;
}

#vidyard-popbox {
    width: 70%;
    min-width: 280px;
}


/*custom css of 14/10/2019*/
.custom_home_box_slider .et_pb_row.slick-slide {
    height:700px;
}

/*custom css of 01/11/2019*/
.no-link a {
    text-decoration: none !important;
}

/* custom css 06-11-2019 */
.custom_inner_banner_sec .et_pb_row.et_pb_row_0{
    display: flex;
}
.custom_inner_banner_sec.homebanner .et_pb_column_0 {
    width: 550px;
    margin-right: 0px;
    padding-top: 6px;
}
.custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
    margin-bottom: 48px;
}
.custom_inner_banner_sec .et_pb_column_0 h1{
    font-size: 36px;
    line-height: 45px !important;
    padding-bottom: 14px !important;
}
.custom_inner_banner_sec .et_pb_column_0 p{
    line-height: 38px;
}
.custom_inner_banner_sec .custom-learnmorebtn{
    margin-left: 10px;
}
.custom_inner_banner_sec .custom_red_btn{
    margin-left: 5px;
}
.custom_inner_banner_sec .custom-learnmorebtn, .custom_inner_banner_sec .custom_red_btn{
    width: 230px;
    height: 50px !important;
}
.custom_inner_banner_sec .custom-videobtn{
    margin-top: -50px !important;
}
@media only screen and (max-width: 767px){
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
        width: 50%;
    }
    .custom_inner_banner_sec .custom-videobtn{
        margin-top: 0px !important;
    }
}
/* Adjust banner for mobile */
@media only screen and (max-width: 538px){
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
    width: 538px;
}
}

.custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap{
    width: 100%;
    margin-top: -71px;
}
.custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img{
    width: 100%;
    height: auto;
}
/* responsive */
@media(max-width:1200px){
    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p{
        width: 100% !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 p {
        line-height: 35px;
        font-size: 25px;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0{
        width: 100% !important;
        padding: 0px 10px;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 36px;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap{
        margin-top: -41px;
    }
    #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper{
        margin: 0px !important;
    }
    .custom_inner_banner_sec .custom-videobtn{
        display: inline-block;
    }
}
@media(max-width: 1080px) {
    #page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 61px;
    }
}
@media only screen and ( max-width: 1081px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}
@media(max-width:992px){
    #main-content .custom_inner_banner_sec {
        padding-bottom: 0px !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750{
        text-align: left;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 56px;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 h1 {
        font-size: 29px !important;
        line-height: 38px !important;
        padding-bottom: 14px !important;
        text-align: left;
    }
    .custom_inner_banner_sec .et_pb_column_0 p {
        line-height: 31px;
        font-size: 21px;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
        margin-bottom: 25px;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap {
        margin-top: 0;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0 {
        padding: 0px 30px;
    }
    body .custom_inner_banner_sec .et_pb_button_0_wrapper .et_pb_button_0, .et_pb_button_0_wrapper .et_pb_button_0:hover{
        padding: 0px !important;
    }
    body .custom_inner_banner_sec .custom-learnmorebtn, .custom_inner_banner_sec .custom_red_btn {
        width: 170px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom_inner_banner_sec .custom-learnmorebtn {
        margin-left: 0px;
    }
}
@media(max-width:767px){
    body .custom_inner_banner_sec.homebanner .custom-learnmorebtn, .custom_inner_banner_sec.homebanner .custom_red_btn{
        width: 90px !important;
        font-size: 10px !important;
        padding:0px 10px !important;
        height: 35px !important;
    }
    .custom_inner_banner_sec.homebanner .et_pb_row.et_pb_row_0 {
        padding: 0px 20px;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 h1{
        font-size: 20px !important;
        line-height: 27px !important;
        text-align: left !important;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 p{
        font-size: 15px;
         text-align: left;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0 {
        display: flex;
        flex-wrap: wrap;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 {
        width: 50%;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
        width: 50%;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 50%;
    }
    .custom_inner_banner_sec.homebanner .custom-rightimg .et_pb_image_wrap img{
        width:100%;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 6px;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        font-size: 10px !important;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 90px !important;
        padding:0px 10px !important;
        line-height: 35px !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
        text-align: center;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 {
        text-align: left;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 h1 {
        text-align: center;
    }
    
}

@media(max-width:650px){
    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 17px;
        line-height: 25px;
    }
    .custom_inner_banner_sec .custom-rightimg{
        padding-bottom: 0px;
    }
   /* .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 60%;
    }*/
}
@media(max-width:480px){
    body .custom_inner_banner_sec.homebanner  .custom-learnmorebtn, .custom_inner_banner_sec.homebanner  .custom_red_btn {
        width: 132px !important;
        margin-bottom: 0px;
        font-size: 12px !important;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 132px !important;
        margin-left: 5PX !important;
        font-size: 12px !important;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 80%;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0, .custom_inner_banner_sec.homebanner  .et_pb_column_1  {
        width: 100%;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 h1, .custom_inner_banner_sec.homebanner  .et_pb_column_0 p, .custom_inner_banner_sec.homebanner  .et_pb_column_0{
        text-align: center !important;
    }
    
   
}

.archive.author #left-area article{display: block;flex-wrap: wrap;width: 31%;text-align: center;margin: 10px;box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.1);padding: 10px;float: left;}
.archive.author #left-area article .et_pb_post .entry-featured-image-url {display: flex;position: relative;margin-bottom:20px; }
.archive.author #left-area .post-meta{line-height: 20px;}