/*
Theme Name: Lendmark Home Finance
Description: Developed for lendmark landing page
Version: 1.0
Author: Weborbit Solutions
Author URI: http://weborbitsolutions.com
Date: March 2020
*/

/*=================GLOBAL SYTLES=================*/
html,
button,
input,
select,
textarea {
  color: #303f58;
}
::-moz-selection {
  background: #7c848b;
  color: #444;
  text-shadow: none;
}
::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "ProximaNovaRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 20px;
  /*color: #303f58;*/
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.odd a img {
  background: #f5f5f5;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNovaBold";
}
h3 {
  font-size: 18px;
}
/* Paragraph & Typographic */

p {
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 300;
}
p.large {
  font-size: 18px;
  margin-bottom: 50px;
}
.centered {
  text-align: center;
}
strong {
  font-weight: 700;
}
em {
  font-weight: 300;
}
pre {
  background: #ebebeb;
  border: none;
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}
small {
  font-size: 12px;
}
blockquote,
blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}
blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}
blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}
blockquote cite:before {
  content: "-- ";
}
/* Images */

.overflow-image {
  margin-top: -65px;
}
/* Links */

a {
  color: #303f58;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.fn-section-header {
  margin-bottom: 30px;
}
.section-title {
  text-transform: uppercase;
}
.section-padding {
  padding: 80px 0;
}
ol,
ul,
dl {
  list-style-type: none;
  padding: 0;
}
.wrapper {
  width: 100%;
}
.link {
  color: #5c5c5c;
}
.yellow,
#gform_submit_button_1 {
  display: block;
  text-transform: uppercase;
  /*background-color: #ef4b5c;*/
  background-color: #000;
  width: 320px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  margin: 0 auto;
  border-radius: 10px;
}
.yellow:hover,
#gform_submit_button_1:hover {
  background-color: #000;
  color: #fff !important;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("assets/fonts/ProximaNovaBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNovaBold.woff") format("woff"),
    url("assets/fonts/ProximaNovaBold.ttf") format("truetype"),
    url("assets/fonts/ProximaNovaBold.svg#ProximaNovaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("assets/fonts/ProximaNovaRegular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNovaRegular.woff") format("woff"),
    url("assets/fonts/ProximaNovaRegular.ttf") format("truetype"),
    url("assets/fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url("assets/fonts/ProximaNovaLight.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNovaLight.woff") format("woff"),
    url("assets/fonts/ProximaNovaLight.ttf") format("truetype"),
    url("assets/fonts/ProximaNovaLight.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*=================header=================*/
header {
  padding: 27px 0;
  /*background: #303f58;*/
  background: #000;
}
/*.logo{width: 172px;*/
/*    height: 45px;*/
/*    display: block;line-height: 49px;}       */
.logo img {
  width: 270px;padding: 10px 0;
}
.head-right {
  float: right;
  display: flex;
  align-items: center;
}
.head-right-text {
  padding-left: 12px;
}
.head-right-text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.head-right-text h3 a {
  color: #fff;
}
.head-right-text h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  text-align: right;
}
.head-right-text h1 a {
  color: #111c27;
  text-decoration: none;
}
/*=================banner-section=================*/
.banner {
  padding: 50px 0;
  color: #fff;
  /*background-repeat: no-repeat;*/
  /*  background-position: center center;*/
  /*  background-size: cover;*/
}
.banner h2 {
  font-size: 44px;
  margin-top: 0;
}
.banner h3 {
  font-size: 32px;
  line-height: 45px;
  font-family: "ProximaNovaRegular";
  margin: 30px 0 50px;
}
.banner .banr-newp p {
  font-family: "ProximaNovaRegular";
}
.banner p {
  font-size: 18px;
  line-height: 1.2;
  font-family: "ProximaNovaBold";
}
.banner p.banner-para {
  font-size: 20px;
  font-style: italic;
}
.banner p.banner-condition {
  font-size: 14px;
  font-style: italic;
}
.banner-fot {
  display: flex;
  align-items: center;
}
.banner-fot a {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  border-width: 1px solid #ccc;
  width: 169px;
  height: 109px;
  text-align: center;
  padding: 10px 0;
  margin-right: 10px;
}
.banner-fot-content {
  font-family: "ProximaNovaBold";
}
.border {
  width: 2px;
  background-color: #f7f7f7;
  height: 109px;
  margin-right: 20px;
}
.banner-fot-content span {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}
.banner-fot-content p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
.banner-form {
  background: #fff;
  border-radius: 10px;
  /* width: 400px;*/
}
.banner-form .form-group {
  margin-bottom: 0;
}
.banner-text {
  font-size: 20px;
  line-height: 1.4;
  color: #303f58;
  background: #f1f5f7;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.banner-text p {
  text-align: center;
  width: 100%;
}
.banner-form p span {
  font-family: "ProximaNovaBold";
  /*font-size:22px;*/
  font-size: 19px;
}
.ban-arw {
  position: absolute;
  right: -40px;
  top: 63px;
}

.ban-frm-wrap,
#gform_1 {
  padding: 40px;
  /*color:#303f58;*/
  color: #000;
}
.ban-frm-wrap input[type="text"],
.ban-frm-wrap input[type="email"],
.ban-frm-wrap select,
.ban-frm-wrap input[type="tel"],
#gform_1 input[type="text"],
#gform_1 input[type="email"],
#gform_1 select,
#gform_1 input[type="tel"],
#gform_1 textarea {
  height: 50px;
  font-size: 15px;
  line-height: 15px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #303f58;
}
.gform_wrapper .gfield_checkbox li input,
#choice_1_7_1,
#choice_1_7_2,
#choice_1_6_1,
#choice_1_6_2 {
  vertical-align: baseline;
}
.ban-frm-wrap label,
#gform_1 label {
  padding-left: 0;
  margin-bottom: 0;
}
.ban-frm-wrap .checkbox ul,
#gform_1 .checkbox ul {
  padding-left: 20px;
}
.ban-frm-wrap .checkbox ul li label,
#gform_1 .checkbox ul li label {
  margin-top: 3px;
}
.ban-frm-wrap button[type="submit"],
#gform_submit_button_1 {
  border: none;
  margin-top: 20px;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin-top: 0;
}
#field_1_6 .ginput_container.ginput_container_checkbox,
#field_1_7 .ginput_container.ginput_container_checkbox {
  margin-top: 0;
}
#input_1_6 li,
#input_1_7 li {
  margin: 0;
}
#gform_fields_1 li {
  padding: 0;
}
#gform_1 textarea {
  margin-bottom: 0;
}
#gform_1 .gform_footer {
  padding: 0;
  margin: 0;
}
#gform_wrapper_1 {
  margin-top: 0;
}
/*=================video-section=================*/
.video-section {
  background-color: #f6f6f6;
  padding: 110px 0;
} 
.video-content h2 {
/*  font-size: 46px;*/
/*  line-height: 58px;*/
/*  text-align: center;*/
  margin: 2px 0 40px 0;
   font-size: 44px;
   text-align: right;
       font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.video-content h3{font-size: 32px;
    line-height: 45px;
    font-family: "ProximaNovaRegular";
    margin: 30px 0 50px;
    text-align: right;}
/*=================service-section=================*/
.service-item {
  background: #000;
  height: 340px;
  box-sizing: border-box;
  padding: 30px 60px;
}
.service-item h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin: 30px 0 17px;
}
.service-item ul {
  list-style-type: disc;
  padding-left: 20px;
}
.service-item ul li {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.service-section a.yellow {
  margin-top: 60px;
}
/*=================service-section=================*/
.whtdo-section {
  background-color: #f6f6f6;
}
.whtdo-title {
  font-size: 60px;
  line-height: 1.6;
  color: #000;
  font-family: "ProximaNovaLight";
  font-weight: 900;
}
.whtdo-para {
  font-size: 15px;
  line-height: 1.6;
  color: #303f58;
}
.whtdo-section .yellow {
  float: left;
  margin-top: 50px;
}
.whtdo-right {
  text-align: center;
}
.whtdo-imgwrap {
  text-align: right;
}
.whtdo-right p {
  line-height: 24px;
  margin-top: 10px;
}
/*=================save-section cp_footer_bg=================*/

.save-section {
  padding: 110px 0;
  /*background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
.save-title {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.save-section a {
  margin-top: 20px;
}
footer p {
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 15px;
}

/*===========Bullet Ponit Add====*/
.page-id-109 ul {
  padding-left: 15px;
}
.page-id-109 ul li {
  list-style-type: disc !important;
  color: #303f58;
}
/*=================quiz-form=================*/
#gform_4 input {
  height: 50px;
  font-size: 15px;
  line-height: 15px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #303f58;
}
.gform_next_button,
#gform_submit_button_4 {
  text-transform: uppercase !important;
  background-color: #66fcf1 !important;
  width: auto !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 10px 20px 8px !important;
}
.gform_previous_button {
  text-transform: uppercase !important;
  background-color: #000 !important;
  width: auto !important;
  font-size: 16px;
  text-align: center !important;
  color: #fff !important;
  margin: 0 auto !important;
  margin-left: auto !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 10px 20px 8px !important;
}
.gform_next_button:hover,
#gform_submit_button_4:hover {
  background: #000 !important;
  color: #fff !important;
}
#gquiz_confirmation_message {
  font-family: "ProximaNovaBold";
  margin-top: 50px;
  text-align: center;
}
.m-frm h2.text-center {
  margin-top: 0 !important;
}
#chart-container {
  margin-top: 30px;
}
.gform_previous_button:hover {
  color: #000 !important;
  background: #66fcf1 !important;
}
.m-frm .col-md-8.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#gform_4 .gform_page_footer {
  padding: 0 !important;
}
.gchoice input {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
#gform_fields_4_4,
#gform_fields_4_7,
#gform_fields_4_8,
#gform_fields_4_9,
#gform_fields_4_10,
#gform_fields_4_11,
#gform_fields_4_12,
#gform_fields_4_13,
#gform_fields_4_6,
div#gform_fields_4_5 {
  margin-bottom: 20px !important;
}
legend {
  padding-bottom: 5px !important;
}
.page-id-354 footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.page-id-354 {
  background: #f6f6f6;
}
div#chart-container {
  margin-top: 30px !important;
}
.show-tab{float: right;}

/*=================responsive=================*/
@media only screen and (min-width: 1400px){
    .img-content img{margin-left: -100px;}
}
@media only screen and (max-width: 1399px) and (min-width: 992px) {
  .img-content img{margin-left: -60px;}
}
@media only screen and (max-width: 1199px) and (min-width: 1019px) {
  .banner-fot-content span {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1018px) and (min-width: 768px) {
  .banner h2, .video-content h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  .ban-arw {
    right: -24px;
  }
  .ban-arw img {
    width: 62%;
  }
  .ban-frm-wrap,
  #gform_1 {
    padding: 30px;
  }
  .banner-fot-content span {
    font-size: 23px;
    margin-bottom: 14px;
  }
  .ban-frm-wrap button[type="submit"],
  #gform_submit_button_1 {
    font-size: 16px;
  }
  .video-section iframe {
    height: 215px;
  }
  .video-content{text-align: right;}
  .video-content h2 {
   /* font-size: 28px;
    line-height: 32px;*/
    margin: 2px 0 30px 0;
  }
  .service-item {
    padding: 30px;
  }
  .service-item h3 {
    font-size: 18px;
  }
  .service-item ul li {
    font-size: 14px;
  }
  .whtdo-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .img-content img{margin-left: -40px;}
}
@media only screen and (min-width: 768px) {
  .show-mob {
    display: none;
  }
  .show-tab {
    display: block;
  }
  .ban-frm-wrap button[type="submit"],
  #gform_submit_button_1 {
    width: 100%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-id-354 {
    background: transparent;
  }
  .page-id-354 footer {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .m-frm .col-md-8.mx-auto {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    /*background-position: left center !important;*/
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
  }
}

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

  .head-right{display: none;}
.video-content h3{text-align: center;}
  .logo img {padding: 5px 0;}
  section.video-section.section-padding.m-frm {
    padding: 70px 0;
  }
  .mbl-cls {
    text-align: center;
  }
  .logo img {
    margin-bottom: 20px;
  }
  header .col-xs-6 {
    width: 100%;
  }
  .head-right {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .logo {
    margin: 0 auto 20px;
  }
  .ban-arw {
    display: none;
  }
  .banner-form {
    margin: 50px auto 0;
/*    width: 290px;*/
width: 90%;
  }
  .yellow {
    width: 290px;
  }
  .service-item {
    margin-top: 20px;
  }
  .video-section iframe {
    height: 270px;
  }
  .banner h2, .video-content h2 {
    font-size: 40px;
  }
  .banner {
    text-align: center;
  }
  .banner p, .t-con{
    font-size: 17px;
  }
  .banner-fot {
    display: block;
  }
  .banner-fot a {
    margin: 0 auto;
  }
  .border,    
  .banner-fot-content {
    display: none;
  }
  .banner-form p span {
    /*font-size: 19px;*/
    font-size: 18px;
  }
  .ban-frm-wrap,
  #gform_1 {
    text-align: left;
  }
  .ban-frm-wrap button[type="submit"],
  #gform_submit_button_1 {
    width: 100%;
  }
  .ban-frm-wrap,
  #gform_1 {
    padding: 20px;
  }
  .ban-frm-wrap label,
  #gform_1 label {
    font-size: 15px;
    text-align: left;
  }
  .checkbox ul {
    text-align: left;
  }
  .video-section {
    padding: 40px 0;
  }
  .video-content h2 {
  /*  font-size: 28px;
    line-height: 32px;*/
    text-align: center;
  }
  .video-section .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .show-mob {
    display: block;
    margin-top: 20px;
  }
  .show-tab {
    display: none;
  }
  .section-padding {
    padding: 30px 0;
  }
  .service-item {
    margin: 20px auto 0;
    padding: 30px 0;
    width: 290px;
    text-align: center;
  }
  .service-item ul {
    list-style-position: inside;
    padding: 0;
  }
  .service-section a.yellow {
    margin-top: 30px;
  }
  .whtdo-section,
  .whtdo-imgwrap {
    text-align: center;
  }
  .whtdo-title {
    font-size: 46px;
    text-align: center;
  }
  .whtdo-section .yellow {
    float: none;
    margin-top: 20px;
  }
  .save-section {
    padding: 40px 0;
  }
  .save-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .yellow,
  .banner-form {
    width: auto;
  }
  .banner-text {
    padding: 0 8px;
  }
}

/*/////////////////////////31.07.24//////////////////////////////*/

.yellow_texts p {
  color: #66fcf1;
}
.align-items-center {
  align-items: center;
  display: flex;
}
.whtdo-section .whtdo-imgwrap img {
  width: 100%;
  /* max-width: 355px; */
  max-width: 400px;
}
.banner-text p {
  /*color: #fff;*/
  margin-top: 15px;
}
.yellow,
#gform_submit_button_1 {
  font-weight: 600;
}
#gform_fields_1 li#field_1_7 {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .whtdo-section .align-items-center {
    display: block;
  }
  .banner {
    background-position: center !important;
    background-size: cover !important;
  }
  .whtdo-section .whtdo-imgwrap img {
    margin-top: 10px;
  }
}

/*  */
.breadcumb-wrapper {
  padding-top: 250px;
  position: relative;
}
.breadcumb-title {
  position: absolute;
  bottom: 0;
  /* padding-bottom: 30px; */
  padding-bottom: 70px;
  color: #fff;
}
ul.breadcumb-menu {
  padding-bottom: 30px;
}
.breadcumb-menu li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcumb-menu li::after {
  content: "/";
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child::after {
  display: none;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}


/* /////////////////////////faq//////////////////////////// */


/*accordion*/
.accordion-main{
  margin-bottom:36px;
}
.accordion-main:last-child .accordion_body{
  padding-bottom: 0;
}
.accordion_head {
  background-color: #111;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  /* padding: 12px 25px; */
  padding: 12px 30px 12px 25px;
  border-radius: 5px;
  border:1px solid 29705a;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
}
.accordion_body {
  background: #f6f6f6;
  font-size: 18px;
  text-align: left;
  padding: 30px 30px 0px;
  border-radius: 4px;
}
.accordion_body img{
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
}
.accordion_body p {
  margin: 0px;
  color: #000000;
  padding-bottom: 30px;
}
.accordion_body h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 15px 0;
  color: #1e352e;
}

.plusminus {
  /* float: right; */
  font-size: 36px;
  /* margin-top: -9px; */
  position: absolute;
  right: 18px;
  top: 10px;
}
.accordion_head .plusminus, .accordion_head.rmv-cls .plusminus {
  /* margin-top: -3px; */
  top: 10px;
}
.accordion_head.rmv-cls.coll-back .plusminus {
  /* margin-top: -9px; */
  top: 3px;
}

.coll-back{
  background-color: #fff;
  color: #111;
  border:1px solid #111;
}
.hr-clc{
  height: 2px;
  background: #111;
  margin-top: 22px;
  width: 17px;
  padding: 0;
  border: 0;
  /* margin-left: -20px; */
}
.kind h2 {
  text-align: left;
  margin-bottom: 30px;
}

/*media queries*/
@media (max-width:1100px) {
  .accordion_body {
    padding: 25px 30px 0px;
  }
  .accordion_body img {
    max-width: 205px;
    margin-bottom: 20px;
  }
  .accordion_body p {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .accordion_head {
    font-size: 20px;
    /* padding: 11px 18px; */
    padding: 12px 30px 12px 20px;
  }
  .plusminus {
    font-size: 27px;
    /* margin-top: -5px; */
  }
  .accordion-main {
    margin-bottom: 24px;
  }
  .accordion_body {
    font-size: 18px;
    padding: 25px 25px 0px;
  }
  .hr-clc {
    width: 12px;
  }
  .accordion_body img {
    width: 100%;
    max-width: 185px;
    margin-bottom: 20px;
  }
  .accordion_body h3 {
    font-size: 24px;
  }
}














/* ////////////////////////////////////////////////////////////////////// */

/* charts */

.pie-charts .chart-canvas {
  display: inline-block;
}

.pie-charts .chart-canvas-inner {
  display: inline-block;
}

.chart {
  text-align: center;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chart .percent {
  letter-spacing: -1px;
  color: #232323;
  font-size: 30px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.chart-text .chart-title {
  font-size: 13px;
  line-height: 22px;
  display: block;
  color: #232323;
  margin-top: -10px;
}

.chart-text .vertical-separator {
  background-color: rgba(35, 35, 35, 0.5);
  height: 40px;
  top: -30px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
/*m-css start*/
.t-con::before {
/*  content: '\201c';*/
 content: '"';
  font-size: 12rem;
  color: #66fcf1;
  opacity: .4;
  font-family: serif;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: -5px;
  top: 15px;
  line-height: 28px;
  font-family: "ProximaNovaRegular";
}
.textimonial-wrp {
  margin-top: 40px;
  margin-bottom: 40px;
}
.t-con {
/*  line-height: 28px;*/
  font-size: 18px;
    line-height: 1.2;
    font-family: "ProximaNovaRegular";
    text-align: right;
}
.autor-name {
  margin: 0;
  text-align: right;
  color: #333;
  font-weight: 600;
}
.mbl-cta {background-color: #000;display: none;}

.mbl-cta p {display: inline-block;margin-bottom: 0} 
@media only screen and (max-width: 991px){
  .textimonial-wrp {margin-top: 35px;margin-bottom: 35px;}
  .t-con {margin-bottom: 0;}
  .autor-name {margin-bottom: 15px;}
  .t-con::before {left: 0;top: 10px;font-size: 9rem;}
}
@media only screen and (max-width: 767px){
/*  header{background: transparent;
    position: absolute;
    height: 106px;
    width: 100%;}
    .banner{padding-top: 160px;}*/   
  .img-content img{width: auto; margin: 0 auto;}      
    /*.img-content img{margin-left: -20%!important;}     */
  .t-con {margin-bottom: 0; text-align: center;}
  .autor-name {margin-bottom: 15px;text-align: center;}
  .t-con::before {left: 15px;top: 10px;font-size: 9rem;}
  .textimonial-wrp {margin-bottom: 30px;margin-top: 30px;}
/*  .mbl-cta {display: block;padding: 30px 0;}*/
.mbl-cta {display: none;}    
  .mbl-cta h2 {
  font-weight: 300;
  font-family: "ProximaNovaRegular";
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px 0;
  font-size: 38px; 
} 
.mbl-cta p a {
  width: auto;
  display: block;
  padding: 0 30px;
  margin: 0;
}
.mbl-cta .yellow:hover {
  background: #fff;
  color: #000 !important;
  }
}