/*
1. BODY ELEMENTS
1.1 RESPONSIVE
2. STYLE HEADERS
3. STYLE FOOTER
4. MODULE NAVIGATION
5. MEDIA SCREEN
6. SHORTCODES
*/


/*
1. BODY ELEMENTS
*/
html,body { 
    height: 100%; 
    width: 100%; 
    -webkit-font-smoothing: antialiased;
}
body{
    overflow-x: hidden; 

}
* {
    word-wrap: break-word;
}
a,
button {
    -webkit-transition: all 300ms ease;
    -khtml-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}


.logo img, .navbar-header .logo img {
 max-width: 204px;
 width: 100%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Manrope', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(71, 84, 103, 1);
}
a:hover, a:focus {
    color: #0E6F90;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
}



/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 21px 15px 0 !important;
    padding: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: transparent !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #000;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a, body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
        background: #f2f4f7;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    /* box-shadow: 0 5px 20px rgb(17 17 17 / 5%); */
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
div#navbar {
    /* text-align: center; */
    padding: 0px;
    padding-right: 30px;
}
.menu.nav-effect.nav-menu {
    margin: 0 auto;
    float: none;
    /* vertical-align: bottom; */
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 104%;
    top: -11px !important;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}
#navbar .sub-menu {
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 250px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}


#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
header nav ul {
    display: inline-table;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}
/* 15. Navbar styling */

.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 15px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 45px;
    padding: 0px 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Manrope', Arial;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #111;
    /* text-transform: uppercase; */
    border-radius: 20px;
    margin: 0 5px;
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #858C9D;
    /* font-size: 14px; */
    font-weight: 500;
    margin-bottom: 0;
    /* line-height: 21px; */
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
}
footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}
.footer-logo {
    width: 250px;
    margin-bottom: 20px;
}
.footer-top .widget_nav_menu li {
    display: block;
    /* width: 50%; */
    /* float: left; */
}
.footer-top .widget_nav_menu li:first-child {
    border: 0;
}
footer .textwidget p a {
    color: #757575;
}
footer aside#nav_menu-2 {
    text-align: left;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Manrope', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #858C9D !important;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
    color: #5D6879 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    font-family: Manrope, Arial;
    text-align: left;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #5A7CBE;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #0C111D !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 35px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: #858C9D;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    font-family: 'Manrope', Arial;
}
p.copyright a {
    color: #5A7CBE;
    font-weight: 400;
}

.footer-div-parent .container {
    border-top: 1px solid rgb(204 204 204 / 60%);
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #FFFFFF;
    clear: both;
}

/* 6. SHORTCODES */


a {
    color: #111;
    text-decoration: none;
}
td, th {
    /* padding: 10px !important; */
    /* text-align: center; */
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background: #ECFDFF;border: none;color: #fff;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Manrope", Arial;border-radius: 0px;line-height: 46px;height: 50px;display: inline-block;border: 2px solid #0E6F90;color: #0E6F90;font-weight: 700;padding: 0 30px;border-radius: 100px;margin-top: 20px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #0E6F90;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #fff;height: 45px;border: 2px solid #f4f7f7;color: #0C111D;padding: 0px 10px;line-height: normal;font-size: 16px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-box-shadow: none;-khtml-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 5px;width: 100%;outline: none;font-family: Manrope;margin: 5px 0 20px;font-weight: 400;border: 1px solid #EAECF0;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0C111D;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #0C111D;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #0C111D;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #0C111D;
}

.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0C111D;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #0C111D;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #0C111D;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #0C111D;
}

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}
.pp_bottom,
.pp_top {
    display: none !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 900;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: arial;
    text-transform: uppercase;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
}




@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

ul li, ol li {
    color: #686868;
    font-size: 16px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Manrope', Arial; 
}

h1, h2 {
    font-weight: 600;
    font-family: 'Manrope', Arial;
}
h3 {
    font-weight: 600;
}
h5 {
    font-family: "Manrope", Arial;
    font-weight: 600;
}

a {
    font-family: 'Manrope', Arial; 
}

p {
    font-family: 'Manrope', Arial; 
}

@media(min-width:1300px) {
    .container {
        width: 1170px;
    }
}

.navbar-header2.col-md-2.col-sm-2 a {
    display: inline-block;
    background: #0E6F90;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    border-radius: 1000px;
    color: #fff;
    font-weight: 700;
}

.navbar-header2.col-md-2.col-sm-2 a img {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}

nav#sweetthemes-main-head > .container > .row {
    display: flex;
    align-items: center;
}

.home-section1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.home-section1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.home-section1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.home-section1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.home-section1 > div h4 strong {
    text-decoration: underline;
    font-weight: 600;
}

.home-section1 > div p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    /* max-width: 470px; */
    line-height: 34px;
}

.home-section1 a {
    display: inline-block;
    background: #111322;
    line-height: 60px;
    height: 60px;
    padding: 0 80px;
    border-radius: 1000px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}

.partners-row {background: #3F621A;text-align: center;}

.partners-row .wpb_single_image {
    display: inline-block;
    padding: 0 8px;
}

.partners-row .wpb_single_image img {
    max-height: 50px;
    width: auto;
}

.partners-row > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 80px 0 80px;
}

.partners-row > div p {
    color: #fff;
    text-align: center;
    opacity: .7;
}

.home-section2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 90px;
}
.home-section2-row1 h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.home-section2-row1 h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
}

.home-section2-row1 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}
.home-section2-row1 p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    /* max-width: 470px; */
    line-height: 34px;
}
.home-section2-row2 h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.home-section2-row2 h3 + p {
    max-width: 550px;
}

.box-acc a {
    font-weight: 700;
    color: #0E6F90;
    position: relative;
    margin-top: 4px;
    display: inline-block;
}

.box-acc a::after {
    width: 14px;
    height: 14px;
    background-image: url(../images/Icon.svg);
    display: inline-block;
    content: '';
    position: relative;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.home-section2-row2 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper .box-acc {
    border-left: 3px solid #f2f4f6;
    margin: 0 !important;
    padding: 20px;
    transition: all 300ms ease;
    cursor: pointer;
}

.home-section2-row2 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper .box-acc.active {
    border-color: #0E6F90;
}
.home-section2-row2 .wpb_single_image:not(.active) {
    display: none;
}

.home-section2-row2 .wpb_single_image {
    /* min-height: 460px; */
}
.home-section3 {background: #EAECF0;}

.home-section3 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    background: #fff;
    /* max-width: 350px; */
    border-radius: 20px;
    margin-top: 0px;
}

.home-section3 h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.home-section3 h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    /* color: #fff; */
    /* max-width: 800px; */
    margin: 0 auto;
    text-align: center;
}

.home-section3 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    min-height: 112px;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 em {
    font-family: "Baskervville", serif;
    font-weight: 600;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 em strong {
    font-weight: 400;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 0 !important;
}

.home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image  {
    margin-bottom: 0 !important;
}
.home-section4 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}
.home-section4 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.home-section4 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    /* max-width: 800px; */
    margin: 0 auto 20px;
    text-align: center;
}
.home-section4 > div h4 + p {
    text-align:center;
}
.home-section4 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.home-section4 > div h5 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-section4 > div .wpb_text_column.wpb_content_element {
    padding: 0 30px;
}

a.btn-style1 {
    line-height: 46px;
    height: 50px;
    display: inline-block;
    border: 2px solid #0E6F90;
    color: #0E6F90;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 100px;
    margin-top: 30px;
    background: #fff;
}

.home-section4 .vc_row {
    /* margin-top: 80px; */
}

.home-section4 > div .wpb_single_image {
    margin-bottom: 0 !important;
}
.home-section5 {
    background: #164C63;
}
.home-section5 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}
.home-section5 h3 {
    color: #B6D3DD;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left;
}

.home-section5 h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 24px;
    text-align: left;
}

.home-section5 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.home-section5 p {
    color: #B6D3DD;
    font-size: 20px;
    max-width: 600px;
    line-height: 34px;
}

.form-div .demo1 input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 250px;
    outline: 0;
    border: 1px solid #EAECF0;
}

.form-div .demo1 label {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.form-div .demo2 {
    display: inline-block;
}

.form-div > div {
    display: flex;
    align-items: self-end;
}

.form-div .demo2 button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    margin-left: 10px;
}

.avatar-grup p {
    font-size: 16px !important;
    color: #fff;
    font-weight: 600;
}

.avatar-grup p::before {
    content: '';
    background-image: url(../images/avatar-group.png);
    width: 115px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 5px;
    background-size: contain;
}

.form-div {
    margin-bottom: 20px !important;
}

.testimonials-row {
    background: #3F621A;
}
.testimonials-row > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}
.testimonials-row h3 {
    color: #B6D3DD;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.testimonials-row h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-row h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

img.stars-img {
    max-width: 116px;
    margin-bottom: 15px;
}

.testimonail01-content p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.testimonail01-content {
    margin-bottom: 20px;
}

.testimonial01_item {
    padding: 0 15px;
}

.flex-test1 img {
    max-width: 56px;
    border-radius: 100px;
}

.name-test {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.name-position {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.flex-test {
    display: flex;
    align-items: center;
}

.flex-test1 {
    margin-right: 15px;
}
.test-bigimage {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
img.play-img {
    position: absolute;
    width: 70px !important;
    bottom: 15px;
    height: 70px !important;
    right: 15px;
}

.testimonials-container-3 {
    margin-top: 60px;
    margin: 0 -15px;
    margin-top: 64px;
}


.home-faq > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}
.home-faq > div h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    text-align: left;
}
.home-faq > div h3 + p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
}

.home-faq > div h4 {
    font-size: 18px;
    font-weight: 600;
}

.call-to-action-row > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 10px  20px 35px;
    border-radius: 10px;
}

.call-to-action-row > div {
    background: #F9FAFB;
    margin-bottom: 30px;
}

.call-to-action-row > div h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.call-to-action-row > div .vc_col-sm-4 p {
    text-align: right;
}

.get-touch-row > .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 75px 0 75px;
}

.get-touch-row > .vc_col-sm-12 img {
    border-radius: 10px;
}

.get-touch-row > .vc_col-sm-12 h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left;
}

.get-touch-row > .vc_col-sm-12 h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.get-touch-row > .vc_col-sm-12 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

span.wpcf7-form-control.wpcf7-acceptance * {
    font-weight: 400;
}

.wpcf7-form .wpcf7-submit::after {
    content: '\f1d9';
    font-family: fontawesome;
    margin-left: 10px;
    font-weight: 400;
}
.get-touch-row > .vc_col-sm-12 h4::after {
    content: '';
    width: 122px;
    height: 130px;
    display: block;
    position: absolute;
    top: 0;
    background-image: url(../images/contact-layer1.svg);
    right: -25px;
}
.media-link {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.newsletter-row {
    background: #0D2D3A;
}

.newsletter-row > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 35px 0 0px;
}

.newsletter-row > div h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
}

.newsletter-row > div h3 + p {
    color: #B6D3DD;
    padding-bottom: 30px;
}


.form-div2 .demo11 input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 300px;
    outline: 0;
}

.form-div2 .demo11 label {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.form-div2 .demo22 {
    display: inline-block;
}
.form-div2 {
    text-align: ce;
}
.form-div2 > div {
    display: flex;
    align-items: self-end;
    justify-content: end;
}

.form-div2 .demo22 button {
    background: #0E6F90;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    margin-left: 10px;
    font-weight: 600;
}
ul.social-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

ul.social-footer li {
    display: inline-block;
    padding-left: 20px;
}
.col-md-2.col-md-offset-1.sidebar-1 {margin: 0;width: 30%;}

.footer-top {
    padding: 60px 0 30px;
}

.col-md-2.sidebar-2 {
    width: 18%;
}

.col-md-2.sidebar-3 {
    width: 18%;
}

.col-md-2.sidebar-4 {
    width: 15%;
}

.col-md-2.sidebar-5 {
    width: 19%;
}

a.btn-style1:hover {
    background: #0E6F90;
    color: #fff;
}

.navbar-header2.col-md-2.col-sm-2 a:hover {
    background: #3F621A;
}

.home-section1 a:hover {
    background: #3F621A;
}
.image-slide-inner {
    padding: 0 15px;
}
.title-space {
    margin-bottom: 64px !important;
}
.reuse-bloc {
    margin-bottom: 0 !important;
}

.text-abs1 {
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 60px;
    background: #fff;
    width: 250px;
    border: 1px solid #0C111D;
    border-radius: 20px;
    padding: 12px 25px;
    right: 45px;
}

.home-section1 > div .wpb_single_image {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.text-abs1 p {
    font-size: 18px !important;
    color: #0C111D  !important;
    font-weight: 600;
    line-height: 28px !important;
}


.what-you-get-row1 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 55px;
}
.what-you-get-row1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.what-you-get-row1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.what-you-get-row1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

.get-box {
    padding: 40px 20px 20px;
    background: #F2F4F7;
    border-radius: 20px;
}

.get-box h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.svg-p1 {
    margin: 0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    position: absolute;
    z-index: 2;
    top: -32px;
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    left: 30px;
    border: 1px solid rgba(234, 236, 240, 1);
}
.what-you-get-row1 .vc_col-sm-3 {
    margin-top: 32px;
}




.what-you-get-row2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 90px;
}
.what-you-get-row2 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.what-you-get-row2 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.what-you-get-row2 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.what-you-get-row2 {
    background: rgba(234, 236, 240, 1);
}


.what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    min-height: 412px;
}

.what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 20px;
}

.what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element p {
    color: rgba(12, 17, 29, 1);
    line-height: 24px;
}




.what-you-get-row3 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 55px;
}
.what-you-get-row3 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left;
}

.what-you-get-row3 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 700px;
    margin: 0;
    text-align: left;
}

.what-you-get-row3 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

.what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 256px;
}

.what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    padding: 0 !important;
    margin: 0;
}

.what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.svg-p2 {
    padding-bottom: 40px;
}


.what-you-get-row3 > div .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 256px;
}

.what-you-get-row3 > div .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.what-you-get-row3 > div .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.what-you-get-row3 > div .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element.svg-p2 {
    padding-bottom: 40px;
}



.pricing-row1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 55px;
}
.pricing-row1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.pricing-row1 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
}

.pricing-row1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.pricing-row1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
}

.pricing-box1 {
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(16, 24, 40, 0.15);
    border-radius: 20px;
    border: 1px solid rgba(234, 236, 240, 1);
}

.pricing-box1 h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 600;
}

.pricing-box1 h3 + p {margin-bottom: 20px;}

.pricing-box1 h4 {
    color: rgba(12, 17, 29, 1);
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.pricing-box1 h4 strong {
    display: block;
    padding: 0 0 10px;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 90px;
}

.pricing-box1 h4 br {
    display: none;
}

.pricing-box1 a {
    background: #111322;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    border-radius: 1000px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.pricing-box1 a:hover {
    background: #3F621A;
}

.pricing-box1 h5 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    font-weight: 600;
}

.pricing-box1 ul, .pricing-box1 ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-box1 ul li, .pricing-box1 ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 25px;
    color: rgba(71, 84, 103, 1);
    position: relative;
}

.pricing-box1 ul li::before {
    content: '';
    background-image: url(../images/check.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.pricing-box1 ol li::before {
    content: '';
    background-image: url(../images/question.svg);
    width: 12px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.pricing-box1 ol li {
    display: flex;
    justify-content: space-between;
}

.pricing-box1 ol li em {
    font-style: unset;
}

.pricing-box1 ol li strong {
    font-weight: 400;
}

.pricing-box1 hr {
    margin: 35px -20px 5px;
}



.blog-section > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 55px;
}
.blog-section h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.blog-section h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
}

.blog-section h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}

.blog_custom .post-thumbnail {
    margin-bottom: 20px;
}


.blog_custom .post-name a {
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(12, 17, 29, 1);
    font-weight: 600;
    padding-right: 30px;
    position: relative;
}

span.post-tags-list {
    color: rgba(8, 138, 178, 1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}

.blog_custom img.blog_post_image {
    border-radius: 20px;
}

.blog_custom .post-name a::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/blog-link.svg);
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
}

.pricing-page-section1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 90px;
}
.pricing-page-section1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.pricing-page-section1 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.pricing-page-section1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.pricing-page-section1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}


.pricing-list-head h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}

.pricing-list-head h3 + p {margin-bottom: 20px;}

.pricing-list-head h4 {
    color: rgba(12, 17, 29, 1);
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.pricing-list-head h4 strong {
    display: block;
    padding: 0 0 0px;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 90px;
}

.pricing-list-head a {
    background: #111322;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    border-radius: 1000px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.pricing-list-head a:hover {
    background: #3F621A;
}


.pricing-list-head h4 br {
    display: none;
}

.pricing-list-head h3 + p {
    min-height: 72px;
}

.pricing-list-desc ul {
    list-style: none;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.pricing-list-desc ul li {
    /* margin-bottom: 15px; */
    line-height: 65px;
    color: #111;
}

.pricing-list-desc ul li:nth-child(2n + 1) {
    background: #f9fafb;
}


.pricing-page-section1 > div .vc_col-sm-3 > .vc_column-inner {
    padding: 0;
}

.pricing-list-head {
    padding: 0 15px;
    min-height: 395px;
    position: relative;
}
.pricing-list-details1 ul {
    list-style: none;
    padding: 0;
    margin:0;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #eee;
}

.pricing-list-details1 ul li {
    /* margin-bottom: 15px; */
    /* line-height: 65px; */
    color: #111;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.pricing-list-details1 ul li:nth-child(2n + 1) {
    background: #f9fafb;
}
.pricing-list-details1 p {
    padding: 0 15px;
    color: rgba(14, 112, 144, 1);
    font-weight: 600;
    margin-bottom: 10px;
    /* height: 64px; */
    /* display: flex; */
    /* align-items: center; */
    margin-top: 31px;
    line-height: 24.5px;
}

.pricing-list-desc + .pricing-list-desc {
    margin-top: 66.5px !important;
}

.pricing-list-head.popular-badge h3::before {
    content: 'Popular';
    position: absolute;
    right: 0;
    background: #ecfdff;
    line-height: 14px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 100px;
    border: 1px solid rgba(165, 240, 252, 1);
    top: 2px;
}


.about-section1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 0px;
}
.about-section1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.about-section1 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.about-section1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.about-section1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.about-section1 > div img.vc_single_image-img {
    border-radius: 20px;
}

.about-section2 {
    background: rgba(13, 45, 58, 1);
}
.about-section2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 35px;
}
.about-section2 .title-space h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.about-section2 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    max-width: 900px;
    margin: 0 auto 24px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}

.about-section2 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.about-section2 .title-space p {
    color: #fff;
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.about-section3 {
    background: rgba(14, 112, 144, 1);
}

a.btn-style2 {
    line-height: 60px;
    height: 60px;
    display: inline-block;
    color: #0E6F90;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 100px;
    margin-top: 30px;
    background: #fff;
    font-size: 16px;
}
a.btn-style2:hover {
    background: #0E6F90;
    color: #fff;
}

.about-section3 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 40px 0 30px;
    text-align: center;
}
.about-section3 > div h3 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.about-section3 > div p {
    color: #fff;
}

.ecc-section1 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 55px;
    text-align: center;
}
.ecc-section1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.ecc-section1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ecc-section1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

.ecc-section1 .wpb_single_image {
    display: inline-block;
    margin: 0 10px;
}
.ecc-section2 .vc_col-sm-4 > div > div{
    background: #f2f4f7;
    padding: 20px;
    border-radius: 26px;
    overflow: hidden;
    min-height: 430px;
}
.ecc-section2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 55px;
}
.ecc-section2 .vc_col-sm-4 > div > div img {
    border-radius: 25px;
}
.ecc-section2 .vc_col-sm-4 > div > div .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}

.ecc-section2 .vc_col-sm-4 > div > div .wpb_text_column.wpb_content_element h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.ecc-section2 .vc_col-sm-4 > div > div .wpb_single_image {
    margin-bottom: 20px !important;
}


nav #navbar ul li.mega1column, nav #navbar ul li.mega2columns, nav #navbar ul li.mega3columns {
    position: unset;
}

#navbar .mega3columns .cf-mega-menu.sub-menu h4 {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu li a {
    font-size: 14px;
    color: #111;
    padding: 1px 0;
    display: inline-block;
    /* padding-left: 15px; */
}

#navbar .mega3columns .cf-mega-menu.sub-menu h4 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Montserrat', arial;
    font-weight: 500;
}

#navbar .mega3columns .cf-mega-menu.sub-menu li {
    text-align: left;
    line-height: 26px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu ul {
    padding: 0;
    margin: 0;
    display: block;
    /* max-height: 160px; */
    /* overflow-y: scroll; */
    /* display: none; */
    /* height: 0; */
    /* overflow: hidden; */
    /* opacity: 0; */
    transition: none;
}



#navbar .mega3columns .cf-mega-menu.sub-menu ul::-webkit-scrollbar {
  width: 6px;
}
#navbar .mega3columns .cf-mega-menu.sub-menu ul::-webkit-scrollbar-track {
  background: #E9E9E7;

}
#navbar .mega3columns .cf-mega-menu.sub-menu ul::-webkit-scrollbar-thumb {
  background-color: #14d8d6 ;
  outline: 1px solid #14d8d6 ;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu a:hover {
    color: rgba(172, 220, 121, 1);
}
@media(min-width:767px) {
   .navbar ul li:hover > .sub-menu.cf-mega-menu.sub-menu {
        opacity: 1 !important;
        top: 100% !important;
        visibility: visible !important;
        display: block !important;
    } 
    div#navbar {
        position: static;
        text-align: center;
    }
}

#navbar .mega3columns .cf-mega-menu.sub-menu {
    left: 0;
    width: 100%;
    z-index: 99999999;
    /* display: block; */
    max-width: 100%;
    padding: 26px 25px  0;
    max-width: 100%;
    padding: 0;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0px 2px 10px 0px rgba(16, 24, 40, 0.15);
    border-radius: 20px;
    /* border: 1px solid rgba(234, 236, 240, 1); */
    overflow: hidden;
}
 
#navbar .menu-item.mega3columns > a::after,
#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
}


#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column  h3 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    /* min-height: 36px; */
    display: block;
    /* overflow: hidden; */
    
     /* number of lines to show */
    =: 2;
    /* height: 45px; */
    /* display: flex; */
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc38;
    padding-bottom: 10px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column  h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    /* font-family: 'Oswald', Arial; */
    /* font-weight: 500; */
    /* min-height: 36px; */
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column  ul li a {
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column  h3 a:hover,
#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column  ul li a:hover {
    color: #FD9905;
}
@media(min-width:1200px) {
    #navbar .mega3columns .cf-mega-menu.sub-menu .wpb_column:hover > div > div > div > div > ul {
        /* display: block; */
        height: 100%;
        overflow: unset;
        opacity: 1;
        transition: all 700ms ease;
    }
    
    #navbar .mega3columns .cf-mega-menu.sub-menu .vc_row:last-child > div:nth-child(3) {
        /* width: 60%; */
    }
}

nav#sweetthemes-main-head > .container {
    position: relative;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .vc_row:last-child > div:nth-child(3) ul {
    /* column-count: 2; */
}
.title-mega p {
    padding: 0 0px;
    color: rgba(14, 112, 144, 1);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24.5px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .vc_row {
    display: flex;
    margin: 0;
    overflow: hidden;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb-content-wrapper >  .vc_row > .vc_col-sm-6:last-child {
    background: rgba(63, 98, 26, 1);
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb-content-wrapper > .vc_row > .vc_col-sm-6 > div {
    padding: 20px 30px 0;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb-content-wrapper > .vc_row > .vc_col-sm-6:last-child > div .title-mega p {
    color: rgba(172, 220, 121, 1);
}
#navbar .mega3columns .cf-mega-menu.sub-menu .vc_row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 35px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element + .vc_row > .vc_col-sm-6 > div {
    padding: 0 !important;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element + .vc_row > .vc_col-sm-6 > div > div {
    padding-right: 15px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element + .vc_row > .vc_col-sm-6 > div > div ul li a {color: #111;}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element + .vc_row > .vc_col-sm-6 > div > div ul li a strong {
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
}
#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element {
    position: relative;
}
#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.li-blog::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon1.svg);
    background-repeat: no-repeat;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.li-guides::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon2.svg);
    background-repeat: no-repeat;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.li-customer::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon3.svg);
    background-repeat: no-repeat;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.li-vocabulary::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon4.svg);
    background-repeat: no-repeat;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.Business-li::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon5.svg);
    background-repeat: no-repeat;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb_text_column.wpb_content_element.company-li::before   {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega/icon6.svg);
    background-repeat: no-repeat;
}

.blog_custom.row .post-name2 a {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog_custom.row .post-excerpt2 p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}

.blog-posts2 .blog_custom.row {
    margin: 0 -5px;
    margin-bottom: 20px;
}

.post-btn2 a {
    color: rgba(172, 220, 121, 1);
    font-size: 14px;
    font-weight: 600;
}

.post-btn2 a i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.blog_custom.row .post-name2 a:hover {}

.post-thumbnail2.col-md-4 img {
    /* border-radius: 10px; */
    object-fit: cover;
}

.post-thumbnail2.col-md-4 a {
    padding: 0;
    max-height: 80px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.title-n-excerpt2 {padding: 0 5px;}

.post-details2.col-md-8 {
    padding: 0 5px;
}

.post-thumbnail2.col-md-4 {
    padding: 0 5px;
}

.explore-mega-blog a {color: rgba(172, 220, 121, 1);font-size: 14px;font-weight: 600;}

.explore-mega-blog a::after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#navbar .mega3columns .cf-mega-menu.sub-menu .wpb-content-wrapper > .vc_row > .vc_col-sm-6:first-child {
    background: #fff;
}
#navbar .menu-item {
    padding: 20px 0px;
}

.ecoomerce-rowc1 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 55px;
}
.ecoomerce-rowc1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.ecoomerce-rowc1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ecoomerce-rowc1 {
    background: #EAECF0;
    padding: 80px 0 30px;
}

.ecoomerce-rowc1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    min-height: 325px;
}

.ecoomerce-rowc1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.ecoomerce-rowc1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}


.ecoomerce-rowc2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 55px;
}
.ecoomerce-rowc2 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.ecoomerce-rowc2 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ecoomerce-rowc2 {
    background: #EAECF0;
    padding: 80px 0 30px;
}
.ecoomerce-rowc2 .wpb_single_image.wpb_content_element {
    border-radius: 25px;
    overflow: hidden;
}

.ecoomerce-rowc2 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}


.ecoomerce-rowc2 > div h5 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.ecoomerce-rowc2 > div h5 + p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    max-width: 512px;
    margin: 0 auto;
}

body.blog  .title-space1 h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

body.blog  .title-space1 h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

body.blog  .title-space1 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}
body.blog .title-space1 p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
body.blog .title-space1 {
    margin-top: 80px;
    margin-bottom: 64px !important;
}

.newsletter-row .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.newsletter-row .wpb_raw_code.wpb_raw_html.wpb_content_element.form-div2 {
    margin: 0 !important;
}










/*single post */
body.single-post .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    background: transparent;
}

body.single-post .breadcrumb a {
    color: #111;
    text-decoration: none;
}

body.single-post .breadcrumb a:hover {
    text-decoration: underline;
}

body.single-post .breadcrumb span {
    margin: 0;
    color: #ccc;
}

body.single-post .article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(71, 84, 103, 1);
    justify-content: center;
}

body.single-post .author-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.single-post .verified-badge {
    color: #1da1f2;
    font-size: 12px;
}

body.single-post .article-title {
   font-size: 60px;
   font-weight: 600;
   line-height: 74px;
   margin-bottom: 30px;
   letter-spacing: -2px;
   max-width: 760px;
   margin: 0 auto 15px;
   text-align: center;
}

body.single-post .article-excerpt {
   max-width: 760px;
   margin: 0 auto 60px;
   text-align: center;
   color: rgba(71, 84, 103, 1);
   font-size: 20px;
   line-height: 34px;
}

body.single-post .featured-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

body.single-post .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

body.single-post .article-content .col-md-8 h3 {
    font-size: 30px;
    line-height: 38px;
    color: #111;
    margin-bottom: 15px;
    margin-top: 0;
}



body.single-post .article-content p {
    margin-bottom: 20px;
}

body.single-post .article-content ul, 
body.single-post .article-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

body.single-post .article-content li {
    /* margin-bottom: 8px; */
}
nav.breadcrumb span:last-child {
    background: #ECFDFF;
    padding: 5px 10px;
    color: rgba(21, 91, 117, 1);
    border-radius: 5px;
}
body.single-post .breadcrumb a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 10px;
    margin-right: 10px;
    color: #CBD0D9;
}

body.single-post .breadcrumb img {
    position: relative;
    bottom: 1px;
}

.article-container.container {
    padding: 40px 0;
}
.block-blue {
    background: #F9FAFB;
    padding: 30px 30px 10px;
    border-radius: 20px;
}

.block-blue h3 {
    font-size: 20px;
}

figcaption.vc_figure-caption {
    text-align: left;
    margin-top: 20px !important;
    font-size: 14px !important;
}

figcaption.vc_figure-caption::before {
    content: '\f0c1';
    font-family: 'FontAwesome';
    margin-right: 10px;
    opacity: .2;
}

blockquote p em {
    font-size: 24px;
    line-height: 34px;
    font-family: "Baskervville", serif;
    color: #111;
}

blockquote {
    border-left: 2px solid #088AB2;
}

blockquote p:last-child {
    font-size: 14px;
    margin: 0 !important;
}
aside#text-2 {
    background: #F2F4F7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

aside#text-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside#text-2 ul li {
    color: rgba(83, 88, 98, 1);
    font-weight: 500;
    margin-bottom: 10px;
}

aside#text-2 p:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #111;
    font-weight: 400;
}

aside#text-2 ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
}
aside#custom_html-3 {
    background: #088AB2;
    margin-bottom: 30px;
    border-radius: 20px;
}

aside#custom_html-3 h3 {
    text-align: center;
    padding: 30px 35px 5px;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
}

aside#custom_html-3 h3 + p {
    text-align: center;
    color: #fff;
    padding: 0 35px;
    font-size: 18px;
    line-height: 28px;
}

.web1 {
    padding: 15px 15px 25px;
    border-bottom: 1px solid #ccc;
}

.web1 label {
    color: #fff;
    display: block;
    font-weight: 400;
}

.web1 input[type="text"] {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}

.web2 {
    padding: 15px;
    text-align: center;
}

.web2 button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
}

aside#text-3 {
    background: #F2F4F7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

aside#text-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

aside#text-3 ul li {
    display: inline-block;
    padding: 0 10px;
    width: 56px;
    height: 56px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    margin: 0 5px;
}

aside#text-3 ul li img {
    max-width: 20px;
}
.blog_custom .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.related-posts h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}

.related-posts h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
}

.related-posts h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}
.related-posts {
    padding-top: 30px;
}
/*single post*/


/* RESOURCES  */

.resource-sitemain {
    padding: 80px 0;
}
.resource-sitemain  .title-space1 h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.resource-sitemain  .title-space1 h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.resource-sitemain  .title-space1 h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}
.resource-sitemain .title-space1 p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.resource-sitemain  .title-space1 {
    margin-bottom: 64px;
}
form.search-form input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
    font-weight: 400;
    padding-left: 39px;
}

form.search-form label {
    width: 100%;
    position: relative;
}

form.search-form label i {
    font-weight: 400;
    opacity: .3;
    position: absolute;
    top: 13px;
    left: 15px;
}
.resource-card-image a img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.resource-card-image .resource-category {}

.resource-card-content .resource-category {
    color: rgba(8, 138, 178, 1);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.resource-card-content h3.resource-title a {
    font-size: 24px;
    line-height: 34px;
    color: #111;
    text-decoration: underline !important;
}

.resource-card-content h3.resource-title {
    font-weight: 600;
    margin: 11px 0 10px;
}

.resource-card-content .resource-excerpt {
    margin-bottom: 10px;
}

.resource-card {
    margin-bottom: 50px;
}
span.resource-team strong {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: 1px;
}
ul.resources-categories-filter {
    margin: 0;
    list-style: none;
    padding: 30px 0;
}

ul.resources-categories-filter span.filters-title {
    color: rgba(8, 138, 178, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

ul.resources-categories-filter li a {
    border-left: 2px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    color: rgba(71, 84, 103, 1);
    font-size: 14px;
    font-weight: 600;
}

.post-type-archive-resources ul.resources-categories-filter span.filters-title + li a {
    color: rgba(8, 138, 178, 1);
    border-color: rgba(8, 138, 178, 1);
}

ul.resources-categories-filter li.active a {
    color: rgba(8, 138, 178, 1);
    border-color: rgba(8, 138, 178, 1);
}
/* RESOURCES  */




.resources-calculator-row1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 90px;
}
.resources-calculator-row1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.resources-calculator-row1 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.resources-calculator-row1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    display: block;
}
.resources-calculator-row1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.calculator1 {
    padding: 20px;
    border-radius: 20px;
    background: #F2F4F7;
}
.resources-calculator-row1 .vc_row {
    max-width: 800px;
    margin: 0 auto;
}
.calculator1 h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}
.calculator1 label {
    font-weight: 600;
    color: rgba(71, 84, 103, 1);
}
.calculator1 input,
.calculator1 select {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}
.calculator1 form {
    margin-top: 30px;
}

.calculator2 {
    background: #182230;
    padding: 20px;
    border-radius: 20px;
}

.calculator2 .well {
    background: transparent;
    border: 1px solid #cccccc29;
    border-radius: 20px;
    padding: 20px;
}

.calculator2 h4 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}
.calculator2 p {
    color: #fff;
}
.calculator1 p {
    margin-bottom: 20px;
}

.download-excel {
        padding: 20px;
    border-radius: 20px;
    background: #F2F4F7;
}

.download-excel h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}


.download-excel label {
    display: block;
    font-weight: 600;
    color: rgba(71, 84, 103, 1);
    margin-top: 20px;
}

.download-excel input[type="text"] {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}

.download-excel button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.download-excel p strong {
    color: rgba(12, 17, 29, 1);
}

.maximise-amazon {
    background: #4F7A21;
    padding: 20px;
    border-radius: 20px;
    max-width: 770px;
    margin:  0 auto;
}

.maximise-amazon h3 {
    color: #fff;
    font-size: 60px;
    line-height: 73px;
    margin-top: 0;
}

.maximise-amazon h3 + p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.resources-calculator-row2 {
    background: #0E6F90;
}

.resources-calculator-row2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 65px;
}
.resources-calculator-row2 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left;
}
.resources-calculator-row2 h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: left;
    color: #fff;
}
.resources-calculator-row2 h4 + p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-width: 460px;
    font-weight: 300;
}

.newsletter-block {
    padding: 40px 30px 40px;
    border: 1px solid #EAECF0;
    border-radius: 20px;
}

.newsletter-block-child input[type="email"] {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 250px;
    outline: 0;
    border: 1px solid #EAECF0;
    width: 100%;
}

.newsletter-block-child  button {
    background: rgba(14, 112, 144, 1);
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
}

.newsletter-block span {
    display: block;
    padding: 10px 0 20px;
    color: rgba(71, 84, 103, 1);
}

.newsletter-block form {
    padding: 20px 0;
}

.resources-calculator-row3 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 65px;
}
.resources-calculator-row3 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.resources-calculator-row3 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}
.resources-calculator-row3 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.resources-calculator-row3 .vc_row h3 {
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 17px;
        margin-top: 0;
        text-align: left;
}

.resources-calculator-row3 .vc_row h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}

a.btn-style3 {
    line-height: 53px;
    height: 55px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 15px;
    background: rgba(8, 138, 178, 1);
    margin-top: 15px;
    border: 1px solid #111;
}

.resources-calculator-row3 .vc_row p {
    max-width: 1000px;
}

.resources-calculator-row4 {
    background: #F2F4F7;
}

.resources-calculator-row4 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 65px;
}
.resources-calculator-row4 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.resources-calculator-row4 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}
.resources-calculator-row4 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.resources-calculator-row4 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.table-category table td, .table-category table th {
    border: 0 !important;
    padding: 20px !important;
    font-size: 14px;
}

.table-category  table {
    border: 0;
}

.table-category .table-striped>tbody>tr:nth-child(even) {
    background: #F2F4F7 !important;
}

.table-category .table-striped>tbody>tr:nth-child(odd) {
    background: #F9FAFB;
}

.table-category table th {
    color: rgba(14, 112, 144, 1);
}


.ebook-section1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.ebook-section1 > div .vc_col-sm-6:first-child h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.ebook-section1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.ebook-section1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}

.ebook-section1 > div p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 470px;
    line-height: 34px;
}

.ebook-section1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.ebook-section1 ul li {
    color: rgba(12, 17, 29, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
}
.ebook-section1 ul li::before {
    content: '\f00c';
    font-family: fontawesome;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #111;
    color: #fff;
    border-radius: 1000px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
}

.free-book-block {
    background: #669F2A;
    padding: 20px;
    border-radius: 20px;
    max-width: 370px;
    margin-bottom: 0 !important;
    margin-left: auto;
}

.free-book-block h3 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 0;
}

.free-book-block h3 span {
    background: rgba(51, 80, 21, 1);
    border-radius: 100px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 10px;
}

.free-book-block label {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-top: 20px;
}

.free-book-block input[type="text"] {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}

.free-book-block button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
    margin-top: 15px;
}


.ebook-section2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 90px;
}
.ebook-section2 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.ebook-section2 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.ebook-section2 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.ebook-section2 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 500px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 40px 15px 5px;
    text-align: center;
    transition: all 300ms ease;
    border-radius: 20px;
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 300ms ease;
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover {
    background: #344054;
}
header.header2 {
    min-height: 85px;
}
.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover img {
    filter: invert(1);
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 15px !important;
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    transition: all 300ms ease;
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover p {
    color: #fff;
}

.ebook-section2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover h3 {
    color: #fff;
}


.ebook-section3 {
    background: #164C63;
}
.ebook-section3 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 65px;
}

.ebook-section3 > div  .title-space h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.ebook-section3 > div .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    color: #fff;
}

.ebook-section3 > div .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}

.ebook-section3 > div .title-space p {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 34px;
}
.get-started-row a.btn-style4 {
    margin-bottom: 10px;
}

.get-started-row p {
    color: #111;
}

.get-started-row ul {
    list-style: none;
    padding: 0;
}

.get-started-row ul li {
    margin-bottom: 20px;
    color: #111;
}

.get-started-row ul li img {
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}
.get-started-row > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}
.stic-best {
    position: absolute;
    top: 30px;
    left: -30px;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 20px;
}

.stic-best h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stic-best p {
    color: rgba(71, 84, 103, 1);
}

.ebook-section3 > div .vc_col-sm-6 {position: relative;}


.ebook-section4 {
    background: #088AB2;
}


.ebook-section4 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 84px;
}

.ebook-section4 > div  .title-space h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.ebook-section4 > div .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    color: #fff;
}

.ebook-section4 > div .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}

.ebook-section4 > div .title-space p {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 34px;
}

.stic-best2 {
    position: absolute;
    bottom: -30px;
    right: -10px;
    background: #fff;
    text-align: center;
    padding: 15px 80px 20px;
    border-radius: 20px;
    text-align: left;
    padding-right: 15px;
}

.stic-best2 h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.stic-best2 p {
    color: rgba(71, 84, 103, 1);
}

.ebook-section4 > div .vc_col-sm-6 {position: relative;}

.ebook-section4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    column-count: 2;
}
.ebook-section4 ul li {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
}
.ebook-section4 ul li::before {
    content: '\f00c';
    font-family: fontawesome;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #155B75;
    color: #fff;
    border-radius: 1000px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
}
.stic-best2 img {
    position: absolute;
    left: 15px;
}



.ebook-section5 >  div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.ebook-section5 > div .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.ebook-section5 > div .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}



.ebook-section5 > div .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 470px;
    line-height: 34px;
}
a.btn-style4 {
    line-height: 46px;
    height: 50px;
    display: inline-block;
    border: 2px solid #111;
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 100px;
    margin-top: 30px;
    background: #111;
}


.ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #335015;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
}

.ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 15px !important;
}

.ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    color: #fff;
    font-weight: 300;
}

.ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}



.ebook-section6 > div {
        max-width: 900px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 0px;
        margin-bottom: 80px;
}
.ebook-section6 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.ebook-section6 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}


.ebook-section6 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 500px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.eb6-list {
    background: #669F2A;
    padding: 20px;
    border-radius: 20px;
    max-width: 650px;
    margin: 0 auto 20px !important;
    position: relative;
    padding-left: 100px;
}

.eb6-list h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0;
}

.eb6-list p {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.eb6-list img {
    position: absolute;
    left: 30px;
    top: 40px;
}

.eb-ab1 {
    margin: 0 !important;
    position: absolute;
    bottom: 100px;
    right: 0;
}
.eb-ab2 {
    margin: 0 !important;
    position: absolute;
    bottom: 150px;
}

.ebook-section7 >  div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.ebook-section7 > div .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.ebook-section7 > div .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}



.ebook-section7 > div  p {
    color: rgba(12, 17, 29, 1);
    max-width: 470px;
}

.ebook-section7 > div h5 {
    font-size: 20px;
    line-height: 30px;
}

.ebook-section7 > div .wpb_text_column.wpb_content_element p img {
    margin-right: 10px;
    margin-top: 5px;
}

.ebook-section7 > div .wpb_single_image {
    margin-bottom: 20px;
}


.ebook-section8 > div {
        max-width: 1270px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 0px;
        margin-bottom: 80px !important;
}
.ebook-section8 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}
.ebook-section8 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.ebook-section8 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.ebook-section8 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #F2F4F7;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ebook-section8 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    color: #111;
}

.ebook-section8 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 10px !important;
}

.text-in-b {
    position: relative;
    padding-left: 60px;
    margin-bottom: 0 !important;
}

.text-in-b img {
    position: absolute;
    top: 0;
    left: 0;
}

.text-in-b p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.text-in-b p:nth-child(3) {
    color: rgba(71, 84, 103, 1) !important;
}

.text-in-b p:nth-child(2)::after {
    content: '';
    background-image: url(../images/verified.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
}


.webinar-section1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0 90px;
}

.webinar-section1 > div .vc_col-sm-6:first-child h3 {
    color: rgba(255, 68, 5, 1);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
    background: #FFE6D5;
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid rgba(255, 68, 5, 1);
}

.webinar-section1 > div .vc_col-sm-6:first-child h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.webinar-section1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}

.webinar-section1 > div h4 + p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 470px;
    line-height: 34px;
}

.webinar-section1 > div .vc_col-sm-6:first-child h3::before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.webinar-t1 {
    position: relative;
    padding-left: 75px;
    margin-bottom: 0 !important;
}

.webinar-t1 img {
    position: absolute;
    top: 0;
    left: 0;
}

.webinar-t1 p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-weight: 600;
    margin: 0;
}

.webinar-t1 p:nth-child(3) {
    color: #111;
}

.webinar-t1 p:nth-child(3) strong {
    color: rgba(230, 46, 5, 1);
    font-weight: 400;
}

.ebook-b1 {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 0px 30px 30px;
    border-radius: 20px;
    text-align: center;
}

.webinar-section1 > div .vc_col-sm-6:last-child .vc_column-inner {
    padding: 110px 0 50px;
    border-radius: 20px;
}

.ebook-b1 h3 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    font-weight: 600;
}

.ebook-b1 h4 {
    font-size: 36px;
    line-height: 51px;
    text-align: center;
    font-weight: 600;
    background: #06AED4;
    color: #fff;
    border-radius: 1000px;
    display: inline-block;
    padding: 0 25px;
}

.ebook-b1 img {
    margin-top: -60px;
}

.ebook-b1 label {
    color: #111;
    display: block;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
}

.ebook-b1 input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}

.ebook-b1 button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
    margin-top: 15px;
}

.count-d > div {
    width: 60px;
    border: 1px solid rgba(234, 236, 240, 1);
    padding: 10px 0;
    border-radius: 10px;
    background: #fff;
}

.count-d {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.count-d > div span {
    display: block;
}

.count-d > div span:first-child {
    color: rgba(8, 138, 178, 1);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
.webinar-section2 {
    background: #F2F4F7;
}
.webinar-section2 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 65px;
}
.webinar-section2 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.webinar-section2 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: transparent !important;
    border-color: transparent !important;
}

.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after, 
.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before {
    background: transparent;
}

.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a, 
.webinar-section2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #111;
    font-weight: 600;
}

.webinar-section2 .vc_tta-accordion {
    margin-left: -20px;
}

.webinar-section2 a.btn-style1 {
    margin-top: 0;
}


.webinar-section3 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 65px;
}

.webinar-section3  .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.webinar-section3  .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    text-align: center;
}

.webinar-section3  .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}


.webinar-section3  .vc_col-sm-6 h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
    letter-spacing: -2px;
    margin-top: 0;
}

.webinar-section3  .vc_col-sm-6  .btn-style1 {
    margin-top: 0px;
}

.webinar-st1 {
    background: #F2F4F7;
    padding: 0px;
    border-radius: 20px;
    position: absolute;
    top: -25px;
    left: -25px;
    height: 80px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.webinar-st1 img {
    position: absolute;
    top: 16px;
    left: 16px;
}

.webinar-st1 p {
    margin: 0;
    font-weight: 600;
    color: #111;
}

.webinar-st2 {
    background: #F2F4F7;
    padding: 0px;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    right: 35px;
    height: 56px;
    padding-left: 56px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.webinar-st2 img {
    position: absolute;
    top: 17px;
    left: 17px;
}

.webinar-st2 p {
    margin: 0;
    font-weight: 600;
    color: #111;
}

.webinar-st3 {
    background: #F2F4F7;
    padding: 25px 15px;
    border-radius: 20px;
    display: inline-block;
    max-width: 187px;
    margin: 0 !important;
    text-align: center;
    position: absolute;
    left: -40px;
    bottom: -30px;
}

.webinar-section3 > div .wpb_single_image {
    margin-bottom: 0 !important;
}

.webinar-st3 p:last-child {
    font-size: 14px;
    line-height: 20px;
}

.webinar-st3 p strong {
    color: #111;
}

.webinar-st4 {
    background: #F2F4F7;
    padding: 0px;
    border-radius: 20px;
    position: absolute;
    top: -25px;
    left: 55px;
    height: 80px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.webinar-st4 img {
    position: absolute;
    top: 16px;
    left: 16px;
}

.webinar-st4 p {
    margin: 0;
    font-weight: 600;
    color: #111;
}

.ebook-form {
    max-width: 400px;
    margin: 0;
    background: #F2F4F7;
    padding: 10px 30px 30px;
    border-radius: 20px;
    text-align: center;
    margin-top: -200px;
    position: relative;
    margin-left: auto;
    right: -30px;
}

.ebook-form input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 100%;
    outline: 0;
    border: 1px solid #EAECF0;
}

.ebook-form label {
    color: #111;
    display: block;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
}

.ebook-form button {
    background: #111;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 1000px;
    width: 100%;
    margin-top: 15px;
}

.webinar-section3 > div .vc_row {
    margin-top: 70px;
}

.webinar3-box > .vc_column-inner > .wpb_wrapper {
    padding: 0 50px;
}


.get-started-row {
    background: rgba(242, 244, 247, 1);
    border-radius: 20px;
    padding: 20px 20px 10px;
    margin: 40px 0 0;
}

.get-started-row h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.get-started-row h3 + p {
    font-size: 24px;
    line-height: 32px;
    color: #111;
}
.webinar-section4 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 65px;
}

.webinar-section4  .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.webinar-section4  .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    text-align: center;
}

.webinar-section4 .title-space h4 + p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 490px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}

.webinar-section4 {
    background: #F2F4F7;
}

.webinar4-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.webinar4-box pre {
    background: #088AB2;
    border: 0;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Manrope', arial;
    padding: 0 20px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: 20px;
}

.webinar4-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.webinar4-box h3 + p {
    font-weight: 600;
    color: rgba(12, 17, 29, 1);
}

.webinar4-box ul {
    padding-top: 15px;
    padding-bottom: 15px;
}

.webinar4-box ul li {
    color: rgba(12, 17, 29, 1);
}

.webinar4-box::after {
    content: '';
    background-image: url(../images/arrow-right.png);
    width: 32px;
    height: 32px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.webinar-section4 > div .vc_col-sm-4:last-child .webinar4-box::after {
    display: none;
}

.webinar-section5 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 65px;
}

.webinar-section5 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.webinar-section5 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    text-align: left;
}

.webinar-section5 .title-space {
    margin-bottom: 30px !important;
}

.webinar5-box {
    background: rgba(12, 17, 29, 1);
    padding: 23px;
    border-radius: 20px;
    position: relative;
    padding-left: 85px;
}

.webinar5-box img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.webinar5-box p {
    margin: 0;
    color: #fff;
}

.webinar5-box p strong {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.webinar-section6 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0;
}

.webinar-section6  .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.webinar-section6  .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    max-width: 700px;
}

.webinar-section6  .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.webinar-section6 {
    background: #F2F4F7;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    color: rgba(8, 138, 178, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper  .wpb_single_image {
    margin-bottom: 0 !important;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    color: rgba(12, 17, 29, 1);
    margin: 0;
}

.webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}

.webinar-section7 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 140px 0 65px;
}

.webinar-section7 .ebook-b1 {
    background: #F2F4F7;
}


.ebook7-box {
    background: #771A0D;
    padding: 30px;
    border-radius: 30px;
}

.ebook7-box h3 {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.blog_custom {
    margin-bottom: 50px;
}
.ebook7-box h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    max-width: 700px;
    color: #fff;
}

.ebook7-box p {
    color: #fff;
    font-weight: 300;
}



.white-row1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.white-row1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.white-row1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.white-row1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.white-row1 > div h4 strong {
    text-decoration: underline;
    font-weight: 600;
}

.white-row1 > div p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    /* max-width: 470px; */
    line-height: 34px;
}
.white-row1 > div .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.white-row1 .form-div .demo1 label {
    color: rgba(12, 17, 29, 1);
    font-weight: 500;
}

.white-row1 .form-div {
    padding-top: 20px;
}
.partners-row > div > div {
    padding-top: 0 !important;
}

.white-row2 > div {
    max-width: 996px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}
.white-row2 > div .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.white-row2 > div .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
    text-align: center;
}

.white-row2 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}

.review-box {
    background: #F2F4F7;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

.review-box > div > p:first-child::before {
    content: '';
    background-image: url(../images/Stars.svg);
    width: 116px;
    height: 20px;
    display: block;
    margin-bottom: 15px;
}

.review-box p:first-child {
    color: #111;
}

.rece-b1 img {
    position: absolute;
    top: 0;
    left: 0;
}

.rece-b1 {
    position: relative;
    padding-left: 60px;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.rece-b1  p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    color: #111;
}

.rece-b1 p:nth-child(3) {
    color: rgba(71, 84, 103, 1) !important;
}

.rece-b1 p:nth-child(2)::after {
    content: '';
    background-image: url(../images/verified.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
}


.meet-author-b {
    background: rgba(242, 244, 247, 1);
    padding: 30px;
    border-radius: 20px;
}

.meet-author-b img {
    border-radius: 30px;
}

.meet-author-b h4 {
    font-size: 60px;
    line-height: 72px;
    padding: 20px 0;
    margin: 0 auto;
    color: rgba(12, 17, 29, 1);
}

.meet-author-b p {
    font-size: 24px;
    line-height: 33px;
    color: rgba(12, 17, 29, 1);
}

.white-abs1 {
    position: absolute;
    bottom: 30px;
    right: 80px;
}

.white-row3 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    background: rgba(79, 122, 33, 1);
    border-radius: 20px;
    padding: 30px 30px 10px;
    text-align: center;
    margin-bottom: 90px;
}

.white-row3 > div h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
    max-width: 600px;
    margin: 0 auto 0;
}

.white-abs2 {
    position: absolute;
    bottom: 25px;
    right: 380px;
}
.white-row4 {
    background: rgba(14, 112, 144, 1);
    padding-top: 90px;
}



.white-row4 > div h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    opacity: .7;
    text-align: center;
}

.white-row4 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
    color: #FFF;
    text-align: center;
}

.white-row4 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.white-row4 > div h4 strong {
    text-decoration: underline;
    font-weight: 600;
}

.white-row4 > div p {
    color: #fff;
    font-size: 20px;
    max-width: 500px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.white-row4 > div .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}




.infographics-row1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0;
}

.infographics-row1 > div .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.infographics-row1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.infographics-row1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.infographics-row1 > div h4 strong {
    text-decoration: underline;
    font-weight: 600;
}


.infographics-row1 > div .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.infographics-row1 > div .title-space {
    max-width: 600px;
    margin: 0 auto;
}

.infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
}

.infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 20px !important;
}

.infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper  h3 {
    font-size: 24px;
    line-height: 32px;
}

.infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 + p {
    color: #111;
}

.info-stic1 {
    margin-top: 50px !important;
    margin-bottom: -30px !important;
}


.contact-section1 > div {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 60px 0 0;
}

.contact-section1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 60px;
}

.contact-section1 > div h4 {
    font-size: 134px;
    font-weight: 600;
    line-height: 136px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.contact-section1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -2px;
}
.contact-section1 > div img {
    border-radius: 10px;
}
.get-touch-row2 > .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 30px;
}
.contact-section1 > div .wpb_content_element {
    margin-bottom: 5px !important;
}

.get-touch-row2 > .vc_col-sm-12 h5 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.get-touch-row2 > .vc_col-sm-12 .title-space p:last-child {
    margin-top: 30px;
}

.get-touch-row2 > .vc_col-sm-12 .title-space p {
    font-size: 20px;
    line-height: 30px;
}
.get-touch-row3 > .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 40px 0 95px;
}
.get-touch-row3 > .vc_col-sm-12 h3 {
    font-size: 36px;
    line-height: 44px;
}

.get-touch-row3 > .vc_col-sm-12 .vc_col-sm-3 > div > div {
    background: #F2F4F7;
    padding: 0 20px 20px;
    border-radius: 10px;
    margin-top: 50px;
    min-height: 235px;
}

.get-touch-row3 > .vc_col-sm-12 .vc_col-sm-3 > div > div .wpb_text_column.wpb_content_element {
    margin: 0;
}

.get-touch-row3 > .vc_col-sm-12 .vc_col-sm-3 > div > div .wpb_text_column.wpb_content_element h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.get-touch-row3 > .vc_col-sm-12 .vc_col-sm-3 > div > div  .wpb_single_image {
    margin-bottom: 0;
}

.get-touch-row3 > .vc_col-sm-12 .vc_col-sm-3 > div > div .wpb_single_image > figure {
    margin-top: -34px;
}

.get-touch-row4 > .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0px 0 75px;
}
.get-touch-row4 > .vc_col-sm-12 h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}
.get-touch-row4 > .vc_col-sm-12 h3 + p {
        color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.get-touch-row4 > .vc_col-sm-12 span.vc_tta-title-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel  > div {
    padding: 15px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p {
    padding: 0 45px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-heading {
    padding-bottom: 0;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-body {
    padding-top: 0;
    padding-bottom: 35px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div {
    background: #F9FAFB !important;
}

.get-touch-row4 > .vc_col-sm-12 .vc_general {
    max-width: 900px;
    margin: 0 auto;
}
.call-to-action-row > div .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.partners-row2 > div p {
    color: #111;
    text-align: center;
    opacity: .7;
}
.partners-row2 > div .image-slide-inner img {
    filter: brightness(0%);
}

.partners-row2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0 0 80px;
}
.single-post .article-content .row .col-md-4 {
    position: sticky;
    top: 0;
}

.download-blog {
    background: #FFF4ED;
    padding: 30px 20px;
    margin: 0;
    border-radius: 20px;
}

.download-blog h4 {
    font-size: 36px;
    line-height: 44px;
}

.download-blog h5 {
    color: rgba(230, 46, 5, 1);
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.download-blog p {
    font-size: 24px;
    line-height: 32px;
    color: #111;
}

.download-blog li {
    color: #111;
    font-size: 18px;
    line-height: 28px;
}

.download-blog .avatar-grup {
    margin-right: -100px;
    margin-bottom: 0 !important;
}

.download-blog  .wpb_raw_code {
    margin: 0 !important;
}



.form-div-copy .demo-copy input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 0;
    min-width: 250px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 10px 0px  0px 10px;
}

.form-div-copy .demo-copy label {
    color: #111;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.form-div-copy .demo-copy2 {
    display: inline-block;
}

.form-div-copy > div {
    display: flex;
    align-items: self-end;
}

.form-div-copy .demo-copy2 button {
    background: transparent;
    color: #111;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    border: 0;
    border-radius: 0px 10px  10px 0px;
    /* margin-left: 10px; */
    border: 1px solid #ccc;
    border-left: 0;
    font-size: 14px;
    font-weight: 600;
}

.form-div-copy .demo-copy2 button i.fa.fa-clone {
    padding-right: 5px;
}

.form-div-copy {
    margin: 0 !important;
}


.refferal-row1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 0px 0 90px;
}
.refferal-row1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.refferal-row1 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.refferal-row1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.refferal-row1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 700px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.refferal-row1 .title-space2 h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto;
}
.referral-info {
    background: #F2F4F7;
    padding: 20px;
    border-radius: 20px;
    min-height: 190px;
}

.referral-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.referral-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.referral-info ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 15px;
    color: #111;
}

.referral-info ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #111;
    text-align: center;
    line-height: 18px;
    border-radius: 100px;
    top: 0px;
}



.refferal-row2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 55px;
}
.refferal-row2 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.refferal-row2 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.refferal-row2 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.refferal-row2 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 700px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.refferal-row2 {
    background: #F2F4F7;
}
.referral-info2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.referral-info2 ul li {
    margin-bottom: 20px;
    color: #111;
    position: relative;
    padding-left: 70px;
}

.referral-info2 ul li strong {font-size: 20px;display: inline-block;margin-bottom: 5px;}

.referral-info2 ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.refferal-row2 > div .vc_row {
}




.refferal-row3 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 90px;
}
.refferal-row3 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.refferal-row3 .title-space h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.refferal-row3 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.refferal-row3 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 700px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.referral-info3 {
    background: #F2F4F7;
    padding: 20px;
    border-radius: 20px;
    min-height: 190px;
    min-height: 424px;
    position: relative;
}

.referral-info3 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}



.referral-info3 p a {
    font-weight: 600;
    font-size: 14px;
    color: #0E6F90;
    display: inline-block;
    margin-top: 10px;
}

.referral-info3 p a::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.referral-info3 .form-div-copy  {
    display: block;
    position: absolute;
    bottom: 20px;
}

.referral-info3 .form-div-copy  .demo-copy {
    display: inline-block;
    width: calc(70% - 3px);
}

.referral-info3 .form-div-copy  .demo-copy input[type="text"] {
    min-width: unset;
    width: 100%;
}

.referral-info3 .form-div-copy .demo-copy2 {
    width: 30%;
    text-align: left;
    position: relative;
    left: -3px;
    top: 1px;
}
.feature-test {
    min-height: 800px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
    padding: 20px;
}



.mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-inline-holder .mfp-content .video-popup {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-inline-holder .mfp-content .video-popup video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
.mfp-inline-holder .mfp-close, .mfp-inline-holder .mfp-close {
    top: -40px;
    color: #fff;
    opacity: 1;
}

.referral-info3 .form-div-copy .demo-copy2 button {
    width: 100%;
    background: #fff;
}
.referral-info3 p {
    color: #111;
    margin-bottom: 15px;
    font-size: 15px;
}
.referral-info3 .form-div-copy .demo-copy br {
    display: none;
}
.referral-info3 ul.social-footer {
    position: absolute;
    bottom: 20px;
}
.get-touch-row4 > .vc_col-sm-12 h4 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}
.refferal-row4 {
    background: #F2F4F7;
}
.refferal-row4 h4 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}
.refferal-row4  h3 {
    font-size: 54px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: left;
}
.refferal-row4  h3 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.refferal-row4 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 90px 0 55px;
}
a.btn-style5::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
}
a.btn-style5 {
    line-height: 46px;
    height: 50px;
    display: inline-block;
    border: 2px solid #0E6F90;
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 100px;
    margin-top: 30px;
    background: #0E6F90;
}


.affiliates-row1 {
    max-width: 1170px;
    margin: 50px  auto !important;
    float: none;
    padding: 30px 0 85px;
    text-align: center;
    border-radius: 20px;
    background-size: cover;
}
.affiliates-row1 h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    color: #fff;
}

.affiliates-row2 > div .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper p {
    color: #111;
}

.affiliates-row2 > div .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}

.affiliates-row2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 0px 0 55px;
}
.affiliates-row2 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row2 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row2 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.affiliates-row2 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.affiliates-row2 > div .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 315px;
}

.affiliates-row2 > div .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}




.affiliates-row3 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 0px 0 55px;
}
.affiliates-row3 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row3 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row3 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.affiliates-row3 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 700px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.affiliates-row3-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.affiliates-row3-info ul li {
    padding: 20px 0;
    margin-bottom: 20px;
    color: #111;
    position: relative;
    padding-left: 80px;
    background: #F2F4F7;
    border-radius: 10px;
}

.affiliates-row3-info ul li strong {font-size: 20px;display: inline-block;margin-bottom: 5px;}


.affiliates-row3-info ul li::before {
    counter-increment: section;
    content: counter(section);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    background: #3F621A;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px;
}



.affiliates-row4 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 0px 0 55px;
}
.affiliates-row4 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row4 .title-space h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
}

.affiliates-row4 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.affiliates-row4 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 700px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.affiliates-row4 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.affiliates-row4 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.affiliates-row4 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}

.referral-info2 h4 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

.title-em h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: italic;
}
.form-search label {
    color: rgba(12, 17, 29, 1);
    font-weight: 500;
    display: block;
}
.form-search .demo1 input {
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 15px 0 35px;
    border-radius: 10px;
    min-width: 300px;
    outline: 0;
    border: 1px solid #EAECF0;
}

.form-search i {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: .4;
}

.form-search .demo1 {
    position: relative;
}

.faq-pag-sc1 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
        padding: 55px 0 0px;
}
.faq-pag-sc1 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.faq-pag-sc1 .title-space h4 {
    margin: 0 auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    max-width: 900px;
}

.faq-pag-sc1 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.faq-pag-sc1 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.faq-pag-sc1 > div .wpb_column  > .vc_column-inner > .wpb_wrapper {
    background: rgba(242, 244, 247, 1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    min-height: 300px;
}
.faq-pag-sc1 > div .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.faq-pag-sc1 > div .wpb_column > .vc_column-inner > .wpb_wrapper p a {
    font-weight: 600;
    font-size: 14px;
    color: #0E6F90;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    bottom: 30px;
}
.faq-pag-sc1 > div .wpb_column > .vc_column-inner > .wpb_wrapper p a::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

 

.faq-pag-sc2 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
}
.faq-pag-sc2 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.faq-pag-sc2 .title-space h4 {
    margin: 0 auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    max-width: 900px;
}

.faq-pag-sc2 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.faq-pag-sc2 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.faq-pag-sc2 {
    background: #F2F4F7;
    padding-bottom: 55px;
    padding-top: 90px;
}
.faq-pag-sc2  .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}
.faq-pag-sc2  .vc_tta.vc_general .vc_tta-panel  > div {
    padding: 15px;
    background: transparent;
}


.faq-pag-sc2 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p {
    padding: 0 45px;
}

.faq-pag-sc2  .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-heading {
    padding-bottom: 0;
}

.faq-pag-sc2  .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-body {
    padding-top: 0;
    padding-bottom: 35px;
}

.faq-pag-sc2  .vc_tta.vc_general .vc_tta-panel.vc_active > div {
    background: #fff!important;
}
.faq-pag-sc2 span.vc_tta-title-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111;
}
.faq-pag-sc2  .vc_general {
    max-width: 900px;
    margin: 0 auto;
}

/*lucian */



.faq-pag-sc3 > div {
        max-width: 1170px;
        margin: 0 auto;
        float: none;
}
.faq-pag-sc3 .title-space h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.faq-pag-sc3 .title-space h4 {
    margin: 0 auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    max-width: 900px;
}

.faq-pag-sc3 .title-space h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
    /* display: block; */
}
.faq-pag-sc3 .title-space p {
    color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.faq-pag-sc3 {
    padding-bottom: 55px;
    padding-top: 90px;
}
.faq-pag-sc3  .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}
.faq-pag-sc3  .vc_tta.vc_general .vc_tta-panel  > div {
    padding: 15px;
    background: transparent;
}


.faq-pag-sc3 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p {
    padding: 0 45px;
}

.faq-pag-sc3  .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-heading {
    padding-bottom: 0;
}

.faq-pag-sc3  .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-body {
    padding-top: 0;
    padding-bottom: 35px;
}

.faq-pag-sc3  .vc_tta.vc_general .vc_tta-panel.vc_active > div {
    background: #F2F4F7 !important;
}
.faq-pag-sc3 span.vc_tta-title-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111;
}
.faq-pag-sc3  .vc_general {
    max-width: 900px;
    margin: 0 auto;
}
.list-faq-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-faq-menu ul li a {
    font-size: 18px;
    padding: 15px 20px;
    display: block;
    border-left: 4px solid #F2F4F7;
    font-weight: 600;
}

.list-faq-menu ul li a.active {
    border-color: #0E6F90;
}

.faq-pag-sc3 .vc_col-sm-6 {
    position: sticky;
    top: 100px;
}


.testimonial-sc1 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 55px;
}
.testimonial-sc1 > div h3 {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}

.testimonial-sc1 > div h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-sc1 > div h4 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}
.testimonial-sc2 .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    background: #3F621A;
    border-radius: 20px;
    padding: 15px;
}

.testimonial-sc2 .vc_col-sm-12 h3 {
    font-size: 52px;
    line-height: 68px;
    position: relative;
    color: #fff;
}

.testimonial-sc2 .vc_col-sm-12 h3 img {
    position: absolute;
    top: 10px;
    padding-left: 28px;
}

.testimonial-sc2 .vc_col-sm-12 h3 em {
    font-family: "Baskervville", serif;
    font-weight: 400;
}

.testimonial-sc2 .vc_col-sm-12 h3 + p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.testimonial-sc3 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 55px;
}
.feature-test2 {
    min-height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
    padding: 20px;
}

@media(max-width: 767px) {
   

    header nav ul {
        display: block;
        width: 100%;
    }

    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }

    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }

    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }

    .show-menu .action-expand::after {
        content: "\f106";
    }

    .menu .menu-item {
        display: block;
    }

    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
    }

    .logo img, .navbar-header .logo img {
        max-width: 203px;
    }

    .navbar-header {
        padding: 0 15px;
    }

  

    header .navbar-toggle i {
        color: #111;
        font-size: 26px;
        font-weight: 100;
    }
    .vc_row, .vc_section {
        margin: 0 !important;
    }

    a.desktop-mobil {
        display: none;
    }

    a.logo-mobil.hidden {
        display: inline-block !important;
        visibility: visible !important;
    }

    nav#sweetthemes-main-head > .container > .row {
        display: block;
    }

    a.logo-mobil.hidden img {
        max-height: 45px;
    }

    .navbar-header2.col-md-2.col-sm-2 {
        position: absolute;
        top: 15px;
        right: 50px;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }

    .home-section1 > div h4 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .home-section1 > div > div {
        padding: 0 !important;
    }

    .home-section1 > div h4 em {
        letter-spacing: -1px;
    }

    .home-section1 > div p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section1 > div h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .home-section1 > div {
        padding: 40px 0;
    }

    .home-section1 a {
        line-height: 51px;
        height: 51px;
        display: block;
        text-align: center;
    }

    .text-abs1 p {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .text-abs1 {
        max-width: 125px;
        padding: 10px;
        bottom: 15px !important;
        right: 30px !important;
    }

    .partners-row2 > div p {
        font-size: 14px;
    }

    .home-section5 h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .home-section5 h4 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .vc_block.vc_row.wpb_row.vc_row-fluid > div.vc_col-sm-12 > div.vc_column-inner {
        padding: 0;
    }

    .home-section5 p {
        font-size: 16px;
        line-height: 22px;
    }

    .partners-row2 > div {
        padding-bottom: 48px;
    }

    .home-section5 > div {
        padding: 50px 0 50px;
    }

    .form-div {
        margin: 0 !important;
    }

    .avatar-grup p::before {
        display: block;
        margin-bottom: 15px;
    }

    .avatar-grup p {
        font-size: 14px !important;
        line-height: 24px !important;
        font-weight: 400;
    }

    .avatar-grup {
        margin-bottom: 30px !important;
    }

    .home-section2-row1 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .vc_inner.vc_row .vc_col-sm-12 {
        /* padding: 0 15px; */
    }

    .home-section2-row1 h3 {
        font-size: 14px;
    }

    .home-section2 > div {
        padding: 50px 0 20px;
    }

    .home-section2-row1 p {
        font-size: 15px;
        line-height: 24px;
    }
    .home-section2-row2 h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .title-space {
        margin-bottom: 20px !important;
    }

    .box-acc a {
        font-size: 14px;
        font-weight: 600;
    }

    .box-acc a::after {
        width: 12px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .home-section2-row2 .wpb_single_image {
        margin-top: 30px;
    }

    .home-section3 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section3 > div {
        padding: 50px 0 25px;
    }

    .home-section3 > div .title-space {
        padding: 0 15px;
    }
    .footer-row-1 .col-md-2 {
        width: 100%;
    }

    .get-touch-row > .vc_col-sm-12 h4::after {
        position: absolute;
        bottom: -25px;
        left: 30px;
        top: unset;
    }

    .image-slide-inner {
        padding: 0 5px;
    }

    .home-section5 > div > .vc_column-inner {
        padding: 0;
    }

    .home-section2 > div > div {
        padding: 0 !important;
    }

    .home-section3 > div > div {
        padding: 0 !important;
    }

    .home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
        font-size: 20px;
        line-height: 32px;
        min-height: unset;
    }

    .home-section3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 30px;
    }

    .home-section4 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section4 > div {
        padding: 30px 0;
    }

    .home-section4 > div > div {
        /* padding: 0 !important; */
    }

    .home-section4 > div h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .home-section4 > div .wpb_text_column.wpb_content_element {
        padding: 20px 0 0;
    }

    .home-section4 > div h3 {
        font-size: 14px;
    }

    .testimonials-row h4 {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
    }

    .testimonail01-content p {
        font-weight: 300;
    }

    .testimonials-row h3 {
        font-size: 14px;
        text-align: left;
    }

    .testimonials-row > div {
        padding: 50px 0;
    }

    .testimonials-container-3 {
        margin-top: 30px;
    }

    .name-position {
        font-size: 14px;
        font-weight: 200;
    }

    .get-touch-row4 > .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .get-touch-row4 > .vc_col-sm-12 h3 + p {
        font-size: 16px;
        line-height: 32px;
    }

    .vc_row {
        padding: 0 !important;
    }

    .get-touch-row4 > .vc_col-sm-12 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p {
        padding: 0;
    }

    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
        padding: 0 !important;
    }

    .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
        left: unset;
        right: 0;
    }

    .get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-body {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .call-to-action-row > div {
        padding: 15px 0;
    }

    .call-to-action-row > div .vc_col-sm-4 p {
        text-align: left;
    }

    .get-touch-row > .vc_col-sm-12 h4 {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }

    .get-touch-row > .vc_col-sm-12 h3 {
        font-size: 14px;
        text-align: center;
    }

    .get-touch-row > .vc_col-sm-12 {
        padding: 50px 0;
    }

    .itexclusiv-contact {
        padding: 30px 0 0;
    }

    footer .textwidget p {
        max-width: unset;
    }

    .col-md-2.col-md-offset-1.sidebar-1 {
        width: 100%;
    }

    .wpcf7-form .wpcf7-submit {
        display: block;
        width: 100%;
    }

    ul.social-footer {
        text-align: left;
        padding-top: 20px;
    }
    #navbar .menu-item {
        padding: 0 !important;
    }
    ul.social-footer li {
        padding-left: 0;
        padding-right: 20px;
    }

    .newsletter-row > div > div {
        padding: 0 !important;
    }

    .form-div2 > div {
        display: block;
    }

    .get-touch-row > .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .call-to-action-row > div > div {
        padding: 0 !important;
    }
    .header2 .menu.nav-effect.nav-menu {
        width: 100%;
        display: block;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_block {
        padding: 0 !important;
    }
    #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
    nav #navbar ul li.mega1column, nav #navbar ul li.mega2columns, nav #navbar ul li.mega3columns {
        position: relative;
    }
    #navbar .mega3columns .cf-mega-menu.sub-menu.active-menu {
        display: block !important;
        position: static !important;
        border-radius: 0;
    }
    #navbar .mega3columns .cf-mega-menu.sub-menu .vc_row {
        display: block;
    }

    #navbar .mega3columns .cf-mega-menu.sub-menu .wpb-content-wrapper > .vc_row > .vc_col-sm-6 > div {
        padding: 20px 20px 0;
    }

    .post-thumbnail2.col-md-4 a {
        max-height: 100px;
        margin-bottom: 15px;
    }
    .about-section1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-section1 .title-space h3 {
        font-size: 14px;
    }

    .about-section1 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-section1 > div {
        padding-top: 40px;
    }

    .home-section4 > div .vc_row:nth-child(2n + 1) {
        display: flex;
        flex-direction: column;
    }

    .home-section4 > div .vc_row:nth-child(2n + 1) > div:first-child {
        order: 2;
    }

    .about-section2 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .about-section2 > div {
        padding: 35px 0;
    }

    .blog-section h3 {
        font-size: 14px;
    }

    .blog-section h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-section h4 em {
        display: unset;
    }

    .blog-section > div {
        padding: 50px 0;
    }

    .blog-section > div p {
        text-align: left !important;
    }

    .blog_custom {
        margin-top: 30px;
    }
    .what-you-get-row1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section2-row1 h4 em {
        display: unset;
    }

    .what-you-get-row2 > div h3 {
        font-size: 14px;
    }

    .what-you-get-row2 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .what-you-get-row2 > div {
        padding: 50px 0;
    }

    .what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h5 {
        font-size: 20px;
    }

    .what-you-get-row2 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-top: 30px;
    }

    .what-you-get-row3 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .what-you-get-row3 > div {
        padding: 40px 0;
    }

    .what-you-get-row3 > div .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
        padding: 0 !important;
    }

    .pricing-row1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .pricing-row1 > div {
        padding: 30px 0 0;
    }

    .pricing-box1 h4 strong {
        font-size: 42px;
    }

    .what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner {
        padding: 0;
    }

    .what-you-get-row1 > div > div {
        padding: 0 !important;
    }

    .what-you-gets-row1 > div {
        padding-bottom: 20px;
    }

    .what-you-get-row3 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        min-height: unset;
    }
    body.blog .title-space1 h3 {
        font-size: 14px;
    }

    body.blog .title-space1 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    body.blog .title-space1 p {
        font-size: 16px;
        line-height: 24px;
    }

    body.blog .title-space1 {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }
    .contact-section1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-section1 > div h3 {
        font-size: 14px;
    }

    .contact-section1 > div .wpb_content_element {
    }

    .contact-section1 > div .bot-row img {
        max-width: 50px;
        position: absolute;
        bottom: 0;
        right: 30px;
    }

    .get-touch-row2 > .vc_col-sm-12 h5 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 20px;
    }

    .get-touch-row2 > .vc_col-sm-12 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .get-touch-row3 > .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .get-touch-row3 > .vc_col-sm-12 {
        padding: 0;
    }

    .contact-section1 > div {
        padding: 0;
    }
    .ebook-section1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section1 > div .vc_col-sm-6:first-child h3 {
        font-size: 14px;
    }

    .ebook-section1 > div p {
        font-size: 16px;
        line-height: 24px;
    }

    .ebook-section1 > div {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .free-book-block h3 {
        font-size: 20px;
    }

    .ebook-section1 > div {}

    .ebook-section2 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section2 .title-space h3 {
        font-size: 14px;
    }

    .ebook-section2 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .ebook-section2 > div {
        padding: 50px 0;
    }

    .ebook-section3 > div .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section3 > div {
        padding: 50px 0 20px;
    }

    .stic-best {
        position: static;
    }

    .stic-best2 {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .ebook-section4 > div .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section4 > div .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .ebook-section4 > div {
        padding: 50px 0;
    }

    .ebook-section5 > div .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section5 > div .vc_row:last-child .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 30px;
    }

    .ebook-section6 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section6 > div {
        padding: 0 0 100px;
        margin: 0;
    }

    .eb-ab1 {bottom: 0;}

    .ebook-section7 > div .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section8 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-section7 > div {
        padding: 0;
    }

    .ebook-section8 > div {
        padding: 50px 0 20px;
        margin: 0 !important;
    }
    .ecc-section1 > div h3 {
        font-size: 14px;
    }

    .ecc-section1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .ecc-section2 .vc_col-sm-4 > div > div {
        min-height: unset;
        margin-bottom: 30px;
    }

    .ecc-section1 .wpb_single_image {
        width: 50%;
        float: left;
        margin: 0;
        padding: 10px 0;
    }

    .ecc-section2 > div {
        padding-bottom: 20px;
    }
    .white-row1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .white-row1 > div h3 {
        font-size: 14px;
    }

    .white-row1 > div p {
        font-size: 16px;
        line-height: 24px;
    }

    .form-div > div {
        display: block;
    }

    .form-div .demo2 button {
        display: block;
        width: 100%;
        margin: 0;
    }

    .form-div .demo2 {
        display: block;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .white-abs1 {
        bottom: -100px;
        margin: 0 !important;
    }

    .form-div .demo1 input {
        display: block;
        width: 100%;
    }

    .infographics-row1 > div .title-space h3 {
        font-size: 14px;
    }

    .infographics-row1 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
        font-size: 20px;
    }

    .infographics-row1 > div .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 30px;
    }

    .info-stic1 {
        margin-top: 0 !important;
    }

    .white-row3 > div h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .white-row3 > div {
        padding: 20px 0 0;
        margin-bottom: 50px !important;
    }
    .pricing-page-section1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .pricing-page-section1 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .pricing-page-section1 > div .vc_empty_space {
        display: none;
    }

    .pricing-list-head h4 strong {
        font-size: 42px;
    }
    .pricing-list-desc ul li::before {
      content: attr(data-text);
      display: inline-block;
      font-size: 14px;
      /* margin-top: 8px; */
      color: #333;
      padding-right: 100px;
    }


    .pricing-list-desc ul li {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        display: block;
        position: relative;
        padding: 10px 0;
    }
    .pricing-page-section1 > div {
        padding: 50px 0 20px;
    }
    .pricing-list-desc ul li img, .pricing-list-desc ul li strong {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .pricing-list-details1 {
        display: none;
    }

    .pricing-list-head h4 {
        margin-bottom: 0;
    }

    .pricing-list-head h3 + p {
        min-height: unset;
    }

    .pricing-list-head {
        padding: 0;
        min-height: unset;
    }
    .resources-calculator-row1 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .resources-calculator-row1 .title-space h3 {
        font-size: 14px;
    }

    .resources-calculator-row1 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .calculator1 h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .calculator2 h4 {
        font-size: 20px;
    }

    .download-excel h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .maximise-amazon h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .maximise-amazon h3 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .resources-calculator-row2 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .resources-calculator-row2 h4 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .resources-calculator-row1 > div {
        padding: 50px 0 20px;
    }

    .resources-calculator-row2 > div {
        padding: 50px 0 25px;
    }

    .resources-calculator-row3 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .resources-calculator-row3 .title-space h3 {
        font-size: 14px;
    }

    .resources-calculator-row3 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .resources-calculator-row3 .vc_row h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .resources-calculator-row3 .vc_row h4 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .resources-calculator-row3 > div {
        padding: 50px 0 25px;
    }

    a.btn-style3 {
        line-height: 24px;
        height: unset;
        text-align: center;
    }

    .resources-calculator-row4 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .resources-calculator-row4 .title-space p {
        font-size: 16px;
        line-height: 24px;
    }

    .resources-calculator-row4 > div {
        padding: 50px 0 25px;
    }

    .wpb_raw_code.wpb_raw_html.wpb_content_element.table-category {
        overflow-y: scroll;
        margin: 0 !important;
    }

    .home-faq > div h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-faq > div h3 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-faq > div {
        padding: 30px 0;
    }
    .webinar-section1 > div .vc_col-sm-6:first-child h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section1 > div h4 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .webinar-t1 {
        margin-bottom: 30px !important;
    }

    .ebook-b1 h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .ebook-b1 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section2 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-st3, .webinar-st2, .webinar-st1, .webinar-st4 {
        position: relative;
        top: 0;
        left: 0;
        right: unset;
        width: 100%;
        max-width: unset;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }

    .webinar-section3 > div {
        padding: 50px 0 25px;
    }

    .webinar-section3 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar3-box > .vc_column-inner > .wpb_wrapper {
        padding: 20px 0;
    }

    .webinar-section3 .vc_col-sm-6 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .ebook-form {
        position: static;
        margin: 10px 0 0;
    }

    .webinar-section4 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section4 > div {
        padding: 50px 0 25px;
    }

    .webinar-section4 .title-space h4 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .webinar4-box::after {
        position: absolute;
        transform: rotate(90deg);
        display: block;
        left: 0;
        right: 0;
        bottom: -33px;
        top: unset;
        margin: 0 auto;
    }

    .webinar-section5 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section5 .title-space h3 {
        font-size: 14px;
    }

    .webinar-section5 {
        padding: 50px 0 20px !important;
    }

    .webinar-section6 .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section6 .title-space h3 {
        font-size: 14px;
    }

    .webinar-section6 > div {
        padding: 50px 0;
    }

    .webinar-section6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 15px;
    }

    .ebook7-box h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .webinar-section7 > div {
        padding: 30px 0 0;
    }
    .white-row2 > div .title-space h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .white-row2 > div {
        padding: 20px 0;
    }

    .meet-author-b h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .meet-author-b p {
        font-size: 16px;
        line-height: 24px;
    }

    .white-row4 > div h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .white-row4 {
        padding-top: 50px !important;
    }

    .white-row1 > div {
        padding: 50px 0 25px;
    }
    .article-meta {
        padding: 0 15px;
        display: block;
    }

    body.single-post .author-info {
        display: block;
    }

    body.single-post .article-meta {
        display: block;
        text-align: center;
    }

    body.single-post .article-title {
        font-size: 32px;
        line-height: 42px;
    }

    body.single-post .article-excerpt {
        font-size: 16px;
        line-height: 24px;
    }

    .article-container.container {
        padding: 40px 15px;
    }

    .download-blog h4, .download-blog h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .download-blog p {
        font-size: 16px;
        line-height: 24px;
    }

    .download-blog .avatar-grup {
        margin: 0;
    }

    .related-posts h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .related-posts h4 em {
        display: unset;
    }
    .resource-sitemain .title-space1 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .resource-sitemain .title-space1 p {
        font-size: 16px;
        line-height: 24px;
    }

    .resource-sitemain .title-space1 h3 {
        font-size: 14px;
    }

    .resource-sitemain {
        padding: 40px 0;
    }
    .download-blog {
        padding-bottom: 20px !important;
    }
    .get-started-row h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .get-started-row h3 + p {
        font-size: 16px;
        line-height: 24px;
    }
}