:root {
  --primary: #2c3b86;
  --secondry: #82b84d;
  --accent: #3b3b3b;
  --white: #fff;
  --content: #343434;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  direction: rtl;
}

body,
* {
  font-family: 'Rubik', sans-serif;
  color: #2d2d2d;
}

div,
section {
  display: block;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 54px;
  line-height: 71px;
  color: var(--primary);
}

.pagetitle h2 {
  font-size: 54px !important;
  line-height: 71px;
  color: var(--primary);
  font-weight: 500;
}

.pagetitle h1 {
  font-weight: 500;
}

h2 {
  font-size: 50px;
  line-height: 71px;
  color: var(--primary);
}

h2 span,
h2 p {
  color: var(--primary);
}

h2.sectiontitle {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: var(--primary);
  text-align: center;
}

h3 {
  font-size: 45px;
  line-height: 60px;
  color: var(--primary);
}

h4 {
  font-size: 35px;
  line-height: 40px;
  color: var(--primary);
}

.inner_container {
  width: calc(90% - 30px);
  max-width: 1530px;
  margin: 0 auto;
  position: relative;
}

#footer .inner_container {
  max-width: 1650px;
}

.second_section_hm.maincontainer .inner_container {
  width: calc(100% - 30px);
}

.third_section_hm.maincontainer .inner_container {
  width: calc(100% - 30px);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

body {
  padding-top: 132px;
}

.top_header {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
}

.sticky .top_header {
  background: #F5F5F5;
  z-index: 9999999;
}

#header:before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  height: 450px;
  height: 425px;
  width: 100%;
  background: url('../images/head.png') 15% 0px no-repeat;
  background-size: cover;
  z-index: -1
}

.home #header::before {
  display: none;
}

.menu li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}

.menu li a,
.menu li a span {
  color: var(--primary);
}

.menu li.megamenu .sub-menu .current-menu-item>a span {
  color: #82b84d;
  font-weight: 500
}

.menu li.megamenu .sub-menu a span {
  color: #2d2d2d;
}

table tr {
  border: 1px solid black;
}

th,
td {
  padding: 2px 10px;
  border: 1px solid black;
}

tr:nth-child(odd) {
  background: whitesmoke;
}

tr:nth-child(even) {
  background: white;
}
.floatingphone {
  position: fixed;
    bottom: 28%;
    right: 3px;
    width: 59px;
    z-index: 9;
}
.floatingphone img{max-width: 100%;}
.flotation_icon {
  position: fixed;
  top: 50%;
  left: 0;
  width: auto;
  transform: translateY(-50%); z-index:7
}

.flotation_icon a {
  display: grid;
  width: auto;
  margin: 0 0 2px;
  cursor: pointer;
}
.flotation_icon a.contactpencil {
  display: grid;
  width: auto;
  margin: 0 0 22px;
  cursor: pointer;
  background-color: #82b84d;
  color: #fff;
  padding: 15px 10px;
  border-radius: 40px 40px 40px 40px;
  position: relative;
  top: -35px;
  left: -33px;
  transform: rotate(-90deg);
}
.flotation_icon a.whatsapp{
  position: relative;
}
.flotation_icon a.whatsapp img{
  position: absolute;
  left: 0;
}
.flotation_icon a img {
  max-width: 54px;
}

.sidebar-contact {
  position: fixed;
  left: -100%;
  width: 100%;
  max-width: 400px;
  background-color: #2c3b86;
  top: 0;
  height: 100%;
  z-index: 999;
  padding: 50px;
  box-shadow: 0px 0px 4px 1px #2c3b86;
  transition: all .5s;
}

.sidebar-contact.active {
  left: 0;
}

.sidebar-contact .contact-section .wpcf7-form-control-wrap {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}

.sidebar-contact .contact-section input,
.sidebar-contact .contact-section textarea {
  font-size: 18px;
  padding: 7px;
  background-color: #eeeeef;
  padding: 15px;
  font-size: 18px;
  line-height: 45px;
  color: #565b65;
  outline: 0;
  border: none;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  width: 100%;
  direction: rtl;
  border-radius: 60px;
}

.sidebar-contact .contact-section textarea {
  height: 150px;
  line-height: 25px;
  border-radius: 15px;
}

.sidebar-contact form {
  width: 100%;
  overflow: hidden;
}

.sidebar-contact .form-titile {
  text-align: center;
  font-size: 40px;
  /*background: linear-gradient(to right, #EDDC92 0%, #B49557 33%, #906F2D 64%, #C6AF76 77%, #EDDC92 94%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.sidebar-contact .contact-section input.wpcf7-submit {
  background: #82b84d;
  color: white;
}

.sidebar-contact .miles-col {
  width: 100%;
}

.sidebar-contact .contact-section .wpcf7-form-control-wrap.btn-submit .wpcf7-submit {
  background-color: #1b4154;
  color: #fff;
  font-size: 27px;
  line-height: 25px;
}

.sidebar-contact textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

.sidebar-contact .close-s img {
  width: 13px;
  object-fit: contain;
}

.sidebar-contact .contact-section .wpcf7-form-control-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

.contentsingle h2 {
  margin-top: 20px;
}

@media screen and (min-width:1025px) {
  .page-template-template_faq .faq {
    padding-top: 100px;
  }
}


@media screen and (min-width:1024px) {
  .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .menu li>.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }

  .menu li.megamenu>.sub-menu {
    width: 90%;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 40px 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    top: 106%;
    z-index: 7;

    display: flex;

  }

  .menu li a {
    position: relative;
  }

  .menu li a:after {
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 3px;
    /* background:#82b84d; */
    content: "";
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 30px;
    transition: all 0.5s
  }

  .menu li a:hover:after {
    width: 100%;
  }

  .menu li.current-menu-item a:after {
    width: 100%;
  }

  .menu li li a:after {
    display: none;
  }

  .menu li li a {
    border: none;
  }

  .menu li.megamenu>.sub-menu li {
    border-top: 2px solid #82b84d;
    border-bottom: 2px solid #82b84d;
    padding-top: 30px;
  }

  .menu li.megamenu>.sub-menu li.menuimage {
    border: none;
    margin-right: -80px;
  }

  .menu li.megamenu .sub-menu .sub-menu {
    position: static;
    margin-top: 30px;
  }

  .menu li.megamenu .sub-menu .sub-menu li {
    padding: 0px;
    margin-bottom: 30px;
    border: none
  }

  .menu li.megamenu>.sub-menu li {
    width: 100%;
  }

  .menu li.menuimage a {
    font-size: 0px !important;
  }

  .menu li.megamenu>.sub-menu li.menuimage img {
    max-width: 365px;
  }

  .menu li.megamenu .sub-menu a {
    font-size: 16px;
  }

  .menu li.megamenu .sub-menu a:hover span {
    color: #82b84d;
  }

  .menu li>a {
    padding-bottom: 40px;
  }

  .menu li a {
    font-size: 22px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 400;
  }

  .sticky .log_col img {
    width: 70%;
  }

  .sticky .action_btn a {
    width: 122px;
    padding: 3px;
    height: 31px;
  }

  .sticky .contact_no {
    margin-bottom: 7px;
  }

  .sticky .heder_item {
    padding: 10px 0px;
  }
}

.menu li.hided {
  display: none;
}

.log_col {
  width: 19%;
  display: flex;
  align-items: end;
}

.menu_col {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.contact_col {
  width: 21%;
}

.inner_menu {
  padding-right: 0px;
  padding-left: 0px;
}

.log_col img {
  width: 100%;
  max-width: 291px;
  transition: all 0.5s;
}

.sticky .log_col img {
  width: 70%;
}

.action_btn {
  text-align: left;
}

.action_btn a {
  max-width: 47%;
  width: 154px;
  font-size: 17.4px;
  height: 42px;
  border: 3px solid;
  line-height: 21px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px;
  background-color: #e4e4e4;
  transition: all .5s;
  transition: all 0.5s;
}

.sticky .action_btn a {
  width: 122px;
  padding: 3px;
  height: 31px;
  line-height: 20px;
}

.btn-second {
  margin-left: 7px;
}

.contact_no {
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 5px;
  transition: all 0.5s;
  font-size: 16px;
}

.contact_no a {
  color: var(--primary);
}

.sticky .contact_no {
  margin-bottom: 7px;
  font-size: 15px;
}

.btn-first {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-first:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.btn-second {
  border-color: var(--secondry);
  color: var(--secondry);
}

.btn-second:hover {
  border-color: var(--secondry);
  background-color: var(--secondry);
  color: var(--white);
}

.heder_item {
  padding: 26px 0;
  transition: all 0.5s;
}

.sticky .heder_item {
  padding: 10px 0px;
}

.heder_item .row {
  justify-content: space-between;
}


div#wrapper {
  width: 100%;
  margin: 0 auto;

}


/*================================================== Home Page ==================================================*/
/*========================= First Section =========================*/



section.maincontainer,
div.maincontainer {
  /*padding-top: 180px;*/
  /* width: calc(90% - 30px); */
  /* max-width: 1530px; */
  /*margin: 0 auto;*/
  margin-left: auto;
  margin-right: auto;
}

section.maincontainer .bounce-up h2 {
  font-size: 26px;
  line-height: 42px;
  color: var(--primary);
  /* color: #000; */
}

.page-template-template_about section.maincontainer .bounce-up h2 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.feature_section .sectiontitle {
  display: inline-block;
  position: relative;
}

.feature_section .inner_container {
  text-align: center;
}

.feature_section .sectiontitle::before {
  content: '';
  background-image: url(../images/moniter-arrow.png);
  background-size: contain;
  background-position: center right;
  height: 430px;
  width: 370px;
  position: absolute;
  top: -430px;
  right: -370px;
  background-repeat: no-repeat;
  transform: rotate(-7deg);
}

section.maincontainer .bounce-up p {
  font-size: 19px;
}

.abt_cont_right .pagetitle {
  margin-bottom: 200px;
  margin-bottom: 265px;
  position: relative;
  /* margin-top: -80px; */
}

 .page-template-template_testimonial .abt_cont_right .pagetitle { margin-bottom:130px;}

.main_home_d_w {
  /* padding-top: 180px; */
  padding-top: 100px;
  width: calc(90% - 30px);
  max-width: 1530px;
  margin: 0 auto;
}

.bg_srf_hme {
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: scroll;
  background-size: 100% 100%;
  margin-top: -170px;
  background-position-y: -15px;
}

.first_section_hm {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0px 30px 0px;
  padding-bottom: 300px;
}

.first_section_hm .fs_colm_fs {
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: scroll;
  background-size: contain;
  width: 50%;
  position: relative;
  background-position-x: 80%;
  background-position-y: 50px;
  background-size: 435px;
  padding: 50px 50px 50px 0px;
}

.first_section_hm .fs_colm_sec {
  width: 50%;
  padding-top: 60px;
}

.first_section_hm img.fs_img_first {
  display: block;
  margin: 0 auto 0px 0px;
  width: 85%;
  padding-top: 140px;
}

.first_section_hm img.fs_img_second {
  width: 100%;
  max-width: 45%;
  position: absolute;
  top: 329px;
  display: block;
  right: 0px;
}

.first_section_hm .fs_colm_sec h2,
.first_section_hm .fs_colm_sec h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.first_section_hm .fs_colm_sec p {
  width: 67%;
  font-size: 22px;
  margin: 45px 0px;
  line-height: 30px;
}

.first_section_hm .fs_dv_btn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.first_section_hm .fs_btn_first {
  transition: all 0.5s;
  border: none;
  outline: none;
  background: var(--primary);
  border-radius: 50px;
  cursor: pointer;
  margin-left: 15px;
  /* padding: 15px 45px; */
}

.first_section_hm .fs_btn_first:hover {
  background: #1a2660;
}

.first_section_hm .fs_btn_first p {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 15px 45px;
}

.first_section_hm .fs_btn_second {
  transition: all 0.5s;
  border: none;
  outline: none;
  background: var(--secondry);
  color: var(--white);
  border-radius: 50px;
  cursor: pointer;
  margin-right: 15px;
}

.first_section_hm .fs_btn_second:hover {
  background: #5f932b;
}

.first_section_hm .fs_btn_second p {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 15px 45px;
}


/*========================= Second Section =========================*/


.second_section_hm {
  width: calc(100% - 180px);
  max-width: 1530px;
  margin: 0 auto;
}

.second_section_hm .ss_row_two_colm {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}

.second_section_hm .ss_colm_fs {
  width: 50%;
  position: relative;
}

.second_section_hm .ss_colm_sec {
  padding: 200px 0px;
  width: 50%;
  margin: auto;
  position: relative;
}

.second_section_hm .ss_colm_sec h2,
.second_section_hm .ss_colm_sec h1 {
  font-weight: 500;
  padding-right: 41px;
  /*font-size: 51px;*/
}

.second_section_hm .ss_colm_fs img {
  width: 568px;
  padding: 5px;
  display: block;
  margin-top: -323px;
  z-index: 1;
  position: relative;
}


/*========================= Third Section =========================*/


.third_section_hm {
  width: calc(100% - 0px);
  max-width: 1530px;
  margin: 25px auto 0 auto;
  /*padding: 00px 0px;*/
}

.ts_row_two_colm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.ts_colm_fs img {
  display: block;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px;
  width: 100%;
}

.ts_colm_fs {
  width: 47%;
  margin: auto;
  transform: translateY(-63px);
}

.maincontainer .ts_colm_fs {
  padding-right: 65px;
}

.ts_colm_sec {
  width: 53%;

}

.ts_colm_sec.c-before {
  position: relative;
}

.ts_colm_sec.c-before::before {
  content: '';
  background-image: url('../images/gree_down-arrow.png');
  position: absolute;
  height: 533px;
  width: 132px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -490px;
  right: -54px;
  /* transform: rotate(-15deg); */
  z-index: 1;
}

.ts_box_sec {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.ts_box_colm_first {
  width: 50%;
  padding: 40px 0px;
}

.ts_box_colm_first h3,
.ts_box_colm_first h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0px;
}

.ts_box_colm_first p {
  font-size: 18px;
  line-height: 28px;
  color: #2d2d2d;
  text-align: justify;
}

.sec_pd_box {
  padding-left: 50px;
}

.fes_pd_box {
  padding-right: 50px;
}

/* .ss_colm_fs:before { */
/* content: ''; */
/* background-image: url('../images/gree_down-arrow.png'); */
/* position: absolute; */
/* height: 476px; */
/* width: 132px; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
/* background-position: center center; */
/* bottom: -12px; */
/* bottom: -50px; */
/* right: -45px; */
/* transform: rotate(-15deg); */
/* } */
/* .ss_colm_fs:before { */
/* content: ''; */
/* background-image: url('../images/gree_down-arrow.png'); */
/* position: absolute; */
/* height: 533px; */
/* width: 132px; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
/* background-position: center center; */
/* bottom: -12px; */
/* bottom: -50px; */
/* right: -5px; */
transform: rotate(-15deg);

/* z-index: 99; */
/* } */
.ss_colm_sec:before {

  content: '';
  background-image: url('../images/gree_down-arrow-mob.png');
  position: absolute;
  height: 476px;
  width: 132px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -245px;
  right: -112px;

}

.monter_image {
  max-width: 600px;
  height: 440px;
  width: 80%;
  position: relative;
  overflow: hidden;
}

.monter_image>img {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.system_slider_section {
  position: relative;
}

.system_slider_section .container {
  height: 334px;
  width: 82%;
  position: absolute;
  overflow: hidden;
  top: 26px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.system_slider_section .swiper-slide {
  text-align: center;
}

.system_slider_section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.system_slider_section .inner_card {
  position: relative;
}

/* .system_slider_section .inner_card:before { */
/* content: ''; */
/* background-image: url('../images/moniter-arrow.png'); */
/* background-size: contain; */
/* background-position: center right; */
/* height: 429px; */
/* width: 429px; */
/* position: absolute; */
/* bottom: -60%; */
/* right: 0; */
/* background-repeat: no-repeat; */

/* } */

/* .system_slider_section .inner_card:before { */
/* content: ''; */
/* background-image: url('../images/moniter-arrow.png'); */
/* background-size: contain; */
/* background-position: center right; */
/* height: 430px; */
/* width: 370px; */
/* position: absolute; */
/* bottom: -49%; */
/* right: 0; */
/* background-repeat: no-repeat; */
/* transform: rotate(-7deg); */
/* } */

.monter_col {
  width: 60%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.sec_titile_col {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;

}

.system_slider_section .swiper-pagination {
  position: relative;
  margin-top: 50px;
  padding-right: 0px;
  width: 20%;
}

.system_slider_section .swiper-pagination .swiper-pagination-bullet {
  display: block;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 65px;
  width: 100%;
  background: none;
  color: #343434;
  font-weight: 500;
  opacity: 1;
}

.system_slider_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary);
}

.system_slider_section .sec_title {
  font-weight: 500;
  max-width: 328px;
  margin: 0;
  margin: 0 auto;
}

.system_slider_section {

  background-image: url('../images/bg-shap.png');
  background-position: -50px center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 00px;
  margin-top: 70px;
  padding-bottom: 220px;
}

.system_slider_section .sec_contain .inner_container {
  padding-top: 250px;
}

.sec_titile_col:before {
  content: '';
  background-image: url('../images/down-gr-arrow.png');
  position: absolute;
  height: 600px;
  width: 154px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* top: -500px; */
  top: -450px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*========================= feature Section =========================*/
.feature_row {
  margin-top: 100px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  column-gap: 40px;
}

.featureitem {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 100px;
}

.fnumber {
  width: 155px;
  height: 155px;
  border: 3px solid var(--primary);
  border-radius: 100px;
  position: relative;
}

.fnumber span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 54px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 2px;
  right: 2px;
  justify-content: center;
}

.featureitem.anim.bounce-up.in-view:nth-child(5n + 1) .fnumber span {
  top: 14px;
  right: 16px;
}

.featureitem.anim.bounce-up.in-view:nth-child(5n + 3) .fnumber span {
  top: 19px;
  right: 9px;
}

.featureitem.anim.bounce-up.in-view:nth-child(5n + 4) .fnumber span {
  top: 4px;
  right: 16px;
}

.featureitem.anim.bounce-up.in-view:nth-child(5n + 5) .fnumber span {
  top: 16px;
  right: 3px;
}

.fdesc {
  font-size: 20px;
  line-height: 27px;
  color: var(--content);
  margin-top: 40px;
  text-align: center;
}

.fnumber:hover span {
  animation: mymove 9s infinite;
}

@keyframes mymove {
  0% {
    top: 2px;
    right: 2px
  }

  20% {
    top: 0px;
    right: 16px
  }

  40% {
    top: 17px;
    right: 16px
  }

  60% {
    top: 17px;
    right: 5px;
  }

  80% {
    top: 7px;
    right: 0px;
  }

  100% {
    top: 2px;
    right: 2px
  }
}

/*========================= Benefit Section =========================*/
.benefitrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.benefitimage {
  width: 34%;
  margin-top: 64px;
  transition: 0.5s;
}

.benefitimage:hover {
  transform: scale(1.05);
}

.benefitimage img {
  max-width: 100%;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}

.benefitcontent {
  width: 57%;
  position: relative
}

.benefitcontent ul:before {
  position: absolute;
  left: -63px;
  width: 90px;
  height: 450px;
  background: url('../images/barrow.png') top center no-repeat;
  content: "";
  top: 67%;
  background-size: contain;
  transform: rotate(-4deg);
}

.benefitrow .sectiontitle {
  text-align: right;
}

.benefitcontent ul {
  margin-top: 40px;
}

.benefitcontent ul li {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-right: 45px;
}

.benefitcontent ul li:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "///";
  color: #9ed376;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 3px;
  font-weight: bold
}

.benefit_section {
  position: relative;
}

.testislide {
  position: relative;
  margin: 140px 15px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.testislide .swiper-wrapper {
  height: auto;
}

.testimonials {
  width: calc(96% - 60px);
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  background: #e6f0f9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 70px;
  border-radius: 10px;
  margin-top: 170px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.testimonial {
  overflow: hidden;
}

.testimonials:before {
  position: absolute;
  top: -55px;
  right: 30px;
  width: 155px;
  height: 100px;
  content: "";
  background: url('../images/qoute.png') top center no-repeat;
  background-size: contain;
}

.testimonials:after {
  position: absolute;
  bottom: -55px;
  left: 30px;
  width: 155px;
  height: 100px;
  content: "";
  background: url('../images/qoute.png') top center no-repeat;
  background-size: contain;
}

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

.cleint {
  width: 180px;
  height: 180px;
  padding: 30px;
  border-radius: 200px;
  background: #e4e4e4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cleint img {
  max-width: 100px;
  max-height: 100px;
}

.testi {
  width: 80%;
  padding-right: 50px;
  font-family: 'Rubik', sans-serif;
}

.review {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.auth {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-top: 15px;
}

.testislide .swiper-button-prev,
.testislide .swiper-button-next {
  background: none;
}

.testislide .swiper-button-prev:before {
  content: ">";
  font-size: 70px;
  color: #82b84d;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
}

.testislide .swiper-button-next:before {
  content: "<";
  font-size: 70px;
  color: #82b84d;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
}
.testimonialvideos {position:relative;    max-width: 100%;
    overflow: hidden;}

.testimonialvideos:before{position:absolute; left:0px; bottom:-13px; height:100%; content:""; width:147px; background:url('../images/leftbar.png') center center no-repeat; background-size: auto 100%;
  z-index: 3;
  background-position: left center; z-index:3}
.testimonialvideos:after{position:absolute; right:0px; bottom:-13px; height:100%;  content:""; width:147px; background:url('../images/rightbar.png') center center no-repeat;background-size: auto 100%;
  z-index: 3;
  background-position: right center; z-index:3}
.testimonialvideos .testicontent{display: flex; padding-bottom:30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



 .page-template-template_testimonial .topsec{z-index:4; position:relative}
.page-template-template_testimonial{background:#f5f5f5;}
 .page-template-template_testimonial .topsec .pagetitle::before{height:222px;}
.testimonialvideos video,.testimonialvideos iframe{max-width:100%;width: 100%;
  border:2px solid #2f3a81; position:relative; z-index:2;cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  top: 0;
  left: 0;}
  .vidconte {
  width: 100%;
  position: relative;
  padding-bottom: 56.4%;
}
  .vidconte{width:100%; position:relative}
  .vidconte img{position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transform: translateY(-50%);}
  .testimonialvideos video,.testimonialvideos iframe{cursor:pointer;}
  
  .swiper-slide-active video,.swiper-slide-active iframe{z-index:1;}
  
  
  video {
    width: 100%;
    border-radius: 10px;
}

/* Change the color of the progress bar in WebKit browsers */

 .page-template-template_testimonial .testimonialvideos  .swiper-slide{opacity:0; visibility:hidden;}
  .page-template-template_testimonial .testimonialvideos  .swiper-slide.swiper-slide-prev,.page-template-template_testimonial .testimonialvideos  .swiper-slide.swiper-slide-active,.page-template-template_testimonial .testimonialvideos  .swiper-slide.swiper-slide-next{opacity:1; visibility:visible;}
  
  
.vidconte:after{position:absolute; width:100%; height:100%; content:""; left:-20px; bottom:-20px; background:#e0f0d2;}

.testimonialvideos .testi{display:flex;column-gap: 40px;
  align-items: center; margin-bottom:40px; width:100%; padding-right:0px;}
  .tlogo{padding: 10px;
 
  border-radius: 100px;
  overflow: hidden;}
.testi .tlogo img{max-width:120px; border-radius:100px;
  border-radius: 100px;
  max-height: 120px;
  object-fit: contain;}
.testimonialvideos .testi .auth{margin-top:0px; font-size:26px; font-weight:600;}
.testimonialvideos .testi .review{font-size:23px;margin-top: 7px;}
.page-template-template_testimonial .testislide{margin-bottom:60px;}

.page-template-template_testimonial .testislide{margin-top:97px;}
.page-template-template_testimonial .testislide .pagetitle {margin-bottom:0px; max-width: 1350px;
  width: 100%; margin-left:auto; margin-right:auto;}
.page-template-template_testimonial .testislide .pagetitle:before{display:none;}
.page-template-template_testimonial .testimonials{margin-top:0px; padding-left:30px; padding-right:30px;}

.page-template-template_testimonial .testislide .swiper-button-prev,.page-template-template_testimonial .testislide .swiper-button-next {

  top: calc(50% + 72px);
}
.page-template-template_testimonial .second_section_hm.maincontainer .inner_container
{
width: 100%;
  max-width: 1350px;
}

.page-template-template_testimonial .testislide{
max-width: 1350px;
    width: calc(94% - 30px);
}

.page-template-template_testimonial .testimonials{background:none;box-shadow:none; width:100%; max-width:100%;}
.page-template-template_testimonial .testimonials::before{display:none;}

.page-template-template_testimonial .testimonials .testicontent{flex-direction: column;}

.page-template-template_testimonial .testimonials .testicontent .auth{font-size:26px;}
.page-template-template_testimonial .testimonials .testicontent .review{font-size:23px;margin-top: 7px;}

.review a,.review a span{color:#2c3b86;}

.page-template-template_testimonial .fom_main_sec{padding-top:0px;}

.page-template-template_testimonial .testimonials .testi{ display:flex; column-gap:40px;align-items: center;padding-right: 0; width:90%;}
.page-template-template_testimonial .testimonials .testicontentn{ padding-right:0px; position:relative; margin-top:40px; padding:60px;background: #e8f0f8;
  border-radius: 20px;margin-bottom: 65px;box-shadow: 5px 5px 13px rgba(0,0,0,0.2);}
  
    .page-template-template_testimonial .testimonials .testicontentn{align-items: start;}
  .page-template-template_testimonial .testimonials .testicontentn p{font-size:23px; line-height:29px;}
  
.page-template-template_testimonial .testimonials::after { display:none;}
.page-template-template_testimonial .testimonials .testicontentn::after {
  position: absolute;
  bottom: -70px;
  left: -60px;
  width: 164px;
  height: 132px;
  content: "";
  background: url('../images/qoute1.png') top center no-repeat;
    background-size: auto;
  background-size: contain;
}

.page-template-template_testimonial .testislide .swiper-button-next::before{width:40px; height:70px; background:url('../images/larrow.png') center center no-repeat; background-size:auto 100%; content:""; left:-40px;}

.page-template-template_testimonial .testislide .swiper-button-prev::before{width:40px; height:70px; background:url('../images/rarrow.png') center center no-repeat; background-size:auto 100%; content:""; left:40px;}



.page-template-template_testimonial .testimonialvideos  .swiper-button-next{width:40px; height:70px; background:url('../images/rarrow.png') center center no-repeat; background-size:auto 100%; }

.page-template-template_testimonial .testimonialvideos  .swiper-button-prev{width:40px; height:70px; background:url('../images/larrow.png') center center no-repeat; background-size:auto 100%; }

.testimonialvideos .swiper-button-prev, .testimonialvideos .swiper-button-next{top:55%;}


/* .testislide:after {  */
/* position: absolute; */
/* right: 3%; */
/* width: 200px; */
/* height: 362px; */
/* background: url('../images/arrow_down_fm.png') top center no-repeat; */
/* content: ""; */
/* top: 80%; */
/* background-size: contain; */
/* transform: rotate(3deg); */
/* } */

.footer-point {
  position: relative;
}

.fm_fs_row::before {
  position: absolute;
  right: -60px;
  width: 200px;
  height: 362px;
  background: url(../images/arrow_down_fm.png) top center no-repeat;
  content: "";
  top: -350px;
  background-size: contain;
  transform: rotate(-6deg);
}

.fom_main_sec {
  padding: 100px 0px 150px 0px;
}

.page-template-default .fom_main_sec {
  padding: 80px 0px 220px;
}

.single-post .fom_main_sec {
  padding: 40px 0px 220px;
}

.page-template-template_contact .fom_main_sec {
  padding-top: 100px;
}

.page-template-template_blog .fom_main_sec {
  padding-top: 50px;
}

.fm_main_colm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.fm_sec_row img {
  width: 80%;
  height: auto;
  padding: 15px;
  display: block;
  margin: 0 auto;
}

.fm_fs_row h3 {
  width: 100%;
  max-width: 500px;
  font-size: 50px;
  padding: 15px;
  padding-bottom: 30px;
  font-weight: 600;
  padding-top: 25px;
}

.fm_fs_row {
  width: 55%;
  padding-right: 100px;
}

.fm_sec_row {
  width: 45%;
}


/*======================= Contact Form Home Page ==================================*/

.coc_hmfm_fis {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.coc_hmfm_sec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.coc_hmfm_third {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0px;
}

.coc_hmfm_fis p,
.coc_hmfm_sec p,
.coc_hmfm_third p {
  display: flex;
  width: 100%;
}


.coc_hmfm_fis span.wpcf7-form-control-wrap,
.coc_hmfm_sec span.wpcf7-form-control-wrap,
.coc_hmfm_third span.wpcf7-form-control-wrap {
  width: 50%;
  padding: 15px;
  display: block;
}

span.wpcf7-form-control-wrap {
  width: 100%;
  padding: 0 15px;
  display: block;
}

span.wpcf7-form-control-wrap:nth-child(6) {
  padding: 0px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.hm_nam_rq {
  outline: none;
  padding: 15px;
  border-radius: 60px;
  width: 100%;
  border: 2px solid #2c3b86;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.hm_em_rq {
  outline: none;
  padding: 15px;
  border-radius: 60px;
  width: 100%;
  border: 2px solid #2c3b86;
  direction: rtl;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.hm_sall_rq {
  outline: none;
  padding: 15px;
  border-radius: 60px;
  width: 100%;
  border: 2px solid #2c3b86;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.hm_num_amp {
  outline: none;
  padding: 15px;
  border-radius: 60px;
  width: 100%;
  border: 2px solid #2c3b86;
}

textarea.wpcf7-form-control.wpcf7-textarea.hm_text_mg {
  width: 100%;
  border: 2px solid #2c3b86;
  outline: none;
  border-radius: 30px;
  height: 100px;
  padding: 15px;
  resize: none;
  margin-top: 15px;
}

select.wpcf7-form-control.wpcf7-select.hm_select_opt {
  outline: none;
  padding: 15px;
  border-radius: 60px;
  width: 100%;
  border: 2px solid #2c3b86;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url('../images/darrow.png') 15px center no-repeat;
  background-size: 23px 10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.hm_bt_sb {
  outline: none;
  border-radius: 60px;
  width: 100%;
  background: #2c3b86;
  font-size: 21px;
  color: #fff;
  border: 2px solid #2c3b86;
  width: 48%;
  margin-top: 15px;
  height: 55px;
}

input.wpcf7-form-control {
  font-size: 20px;
}

input.wpcf7-form-control::placeholder {
  text-align: right;
  color: #646464;
  font-size: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea.hm_text_mg::placeholder {
  text-align: right;
  color: #646464;
  font-size: 18px;
}

.hm_chk_box {
  margin-top: -0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}


.footer-col-hafe {
  width: 50%
}

.footer_col {
  width: 50%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_contain .footer_col .list_item ul li a,
.footer_contain .footer_col p,
.footer_titile {
  font-size: 16px;
  color: var(--content);
  line-height: 20px;
}

.footer_titile {
  font-weight: 500;
  margin-bottom: 25px;
}

.footer_contain .footer_col .list_item ul li {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}

.footer_contain .footer_address p,
.footer_contain .footer_about p {
  line-height: 40px;
}

.footer_bootom_section {
  background-color: #f1f7eb;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

.footer_section {

  padding-top: 40px;
  position: relative;

}

.footer_section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  background: #f1f7eb;
  bottom: 0;
  z-index: -1;

}

.footer_section:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjM0MTRweCIgaGVpZ2h0PSIxOTk2cHgiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgb3BhY2l0eT0iMC4xMSIgZmlsbD0icmdiKDEzMCwgMTg0LCA3NykiDQogZD0iTTE3MDcuMDAwLDAuMTE0IEMyNjQ5LjY5OCwwLjExNCAzNDEzLjkwNSw0NDYuODQxIDM0MTMuOTA1LDk5Ny45MDYgQzM0MTMuOTA1LDE1NDguOTcyIDI2NDkuNjk4LDE5OTUuNjk4IDE3MDcuMDAwLDE5OTUuNjk4IEM3NjQuMzAyLDE5OTUuNjk4IDAuMDk1LDE1NDguOTcyIDAuMDk1LDk5Ny45MDYgQzAuMDk1LDQ0Ni44NDEgNzY0LjMwMiwwLjExNCAxNzA3LjAwMCwwLjExNCBaIi8+DQo8L3N2Zz4=);
  /*background-size: cover;*/
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -100px;
  left: 0;
  background-position: top center;
  position: absolute;
  z-index: -1;

}

.social_section {
  display: flex;
  justify-content: flex-end;
  border-bottom: 4px solid #75ae45;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer_socila_media a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.eq-fit {
  justify-content: space-between;

}

.eq-fit p,
.eq-fit a {
  font-size: 16px;
  line-height: 25px;
  color: var(--content);
}

.footer_bottm_contain {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;


}


.fl {
  display: flex;
  width: 96%;
}

.fl.middle {
  align-items: center;
}

/* About page css */


.topsec {
  margin-top: 100px;
  margin-bottom: 50px;
}

.category .topsec {
  margin-top: 30px;
}

.page-template-template_subscription .topsec {
  margin-top: 30px;
}

.page-template-template_contact .topsec {
  margin-top: 30px;
}

.page-template-template_faq .topsec {
  margin-top: 30px;
}

.page-template-template_blog-php .topsec {
  margin-top: 30px;
}

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

.abt_left {
  width: 50%;
  text-align: left;
}

.abt_cont_right {
  width: 50%;
}

.single-post .abt_cont_right {
  width: 75%;
}

.page-template-template_faq .abt_left {
  width: 38%;
}

.page-template-template_faq .abt_cont_right {
  width: 62%;
}

.abt_cont_right {
  font-size: 18px;
  line-height: 30px;
}

.abt_cont_right h3 {
  font-size: 24px;
  line-height: 30px;
  color: #2d2d2d;
  margin-bottom: 40px;
  font-weight: 500
}

.page-template-template_subscription .abt_cont_right h3 {
  font-weight: 400;
}

.abt_cont_right h3.ftitle {
  color: var(--primary);
}

.pagetitle {
  margin-bottom: 250px;
  position: relative
}

.page-template-template_faq .pagetitle {
  /* margin-bottom: 200px; */
  margin-bottom: 130px;
}

.page-template-default .pagetitle {
  /* margin-bottom: 50px; */
  margin-bottom: 25px;
}

.pagetitlef {
  margin-bottom: 150px;
}

.pagetitle::before,
.pagetitlef::before {

  content: '';
  background-image: url(../images/gree_down-arrow-mob.png);
  position: absolute;
  height: 334px;
  width: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 45px;
  right: -95px;
  /* transform: rotate(7deg); */
  transform: rotate(2deg);
  transform: scale(1.3);
}

.imgring {
  position: relative;
}

.abt_left .imgring img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  max-width: 60%;
}

.faqpage .abt_left .imgring img {
  box-shadow: none;
  border-radius: 0%;
}

.imgring:before {
  background: url(../images/imgring.png) bottom left no-repeat;
  height: 95%;
  width: 94%;
  content: "";
  left: -57px;
  bottom: -32px;
  position: absolute;
  z-index: -1;
  background-size: contain;
}

.imageright {
  width: 55%;
}

.contentleft {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
}

.sec3 {
  margin-top: 150px;
}

.imageright_3 {
  width: 40%;
  text-align: right;
}

.contentleft_3 {
  width: 60%;
}

.contentleft_3 {
  font-size: 18px;
  line-height: 30px;
}

.contentleft_3 h3 {
  font-size: 40px;
  color: var(--primary);
  font-weight: 500
}

.contentleft_3 h3 span {
  color: #82b84d;
  display: inline-block;
  letter-spacing: 7px;
}

.imageright_3 img {
  box-shadow: 0px 15px 15px 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.contentleft_3 h3 {
  position: relative;
}

.contentleft_3 h3::before {

  content: '';
  background-image: url('../images/toparrow.png');
  position: absolute;
  width: 476px;
  height: 119px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -110px;
  right: -40%;

}

.contentleft_3 {
  position: relative;
}

.abt .benefitcontent::after {

  position: absolute;
  left: -50px;
  width: 117px;
  height: 511px;
  background: url('../images/barrow.png') top center no-repeat;
  background-size: auto;
  content: "";
  top: -225px;
  background-size: 100% auto;

}

.abt .testislide {
  position: relative;
  margin: 0px 80px;
  margin: 0 auto;
}

.abt .testislide::after {
  right: -1%;
  top: 62%;
}

.sec4 {
  margin-top: 210px;
  margin-bottom: 50px;
}

.sec4 .imageright {
  padding-left: 50px;
}

.sec4 .imageright img {
  max-width: 100%;
}

.sec4 .contentleft {
  text-align: center;
  position: relative;
  left: -40px;
}

.round {
  display: flex;
  height: 266px;
  width: 266px;
  background: #fff;
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  padding: 30px 40px;
}

.round p {
  font-size: 20px;
  line-height: 25px;
  color: var(--primary);
  font-weight: 500;
}

.round span {
  font-size: 70px;
  line-height: 80px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 15px;
}

.round.r1 {
  left: 0;
  top: -276px;
  right: 0;
  margin: 0 auto;
}

.round.r2 {
  left: 0px;
  top: -10px;
}

.round.r3 {
  right: -24px;
  top: -47px;
}

/* category page */
.griditems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 40px;
  row-gap: 60px;
}

.catitem {
  background: #f5f5f5;
  display: flex;
  padding: 40px 20px;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all 0.5s;
  text-align: center;
}

.catitem:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer
}

.cattitle,
.cattitle h2 {
  font-size: 20px;
  line-height: 25px;
  color: #2d2d2d
}

.caticon {
  margin-bottom: 60px;
}

.archive .pagetitle {
  margin-bottom: 200px;
}

.postlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  column-gap: 25px;
  row-gap: 50px;
}

.category .topsec .inner_container {
  width: 100%;
}

.postitem {
  background: #eefae1;
  display: flex;
  padding: 40px 20px;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all 0.5s;
  text-align: center;
  justify-content: space-between;
  max-width: 310px;
}

.postitem:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer
}

.posttitle h3,
.posttitle h2 {
  font-size: 17px;
  line-height: 25px;
  color: #2d2d2d
}

.postlink {
  margin-top: 40px;
}

.postlink a {
  display: inline-block;
  padding: 15px 16px;
  color: #fff;
  font-size: 15px;
  background: #2c3b86;
  border-radius: 30px;
  font-weight: 500;
}

.sitemap li {
  margin-bottom: 10px;
}

/* Single post */
.single .pagetitle {
  margin-bottom: 70px;
}

.contentsingle {
  width: 90%;
  padding-left: 50px;
  font-size: 18px;
  line-height: 39px;
  margin-top: 50px;
}

.single-post .contentsingle {
  margin-top: 80px;
}

.page-template-default .contentsingle {
  width: 80%;
}

.postimage {
  text-align: left;
  width: 100%;
}

.postimage img {
  max-width: 100%;
  object-fit: contain;
}

.contentsingle p {
  margin-bottom: 0px;
  margin-bottom: 15px;
}

.contentsingle a {
  color: #82b94c;
}

.contentsingle h2 {
  margin-bottom: 0px;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
}

.contentsingle h3 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.contentsingle h4 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.contentsingle h5 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.contentsingle ul {
  list-style: outside;
  padding-right: 1em;
  margin-bottom: 20px;
}

/*.contentsingle ul li{ }
	.contentsingle ul li:before{content:"√"; padding-left:3px; font-weight:600;}*/
.contentsingle ol {
  list-style: decimal;
  padding-right: 1em;
  margin-bottom: 20px;
}

.contentsingle strong {
  font-weight: bold;
}

.col-lg-6 {
  width: 49%;
  padding-left: 30px;
  margin-bottom: 30px;
}

.col-lg-6 ul {
  list-style: outside;
  padding-right: 20px;
}

.sitemap h3 {
  font-size: 28px;
}

/* FAQ PAGE */
.faq_item {
  display: flex;
  margin-bottom: 50px;
}

.faqcotent {
  width:0px; height:0px; overflow:hidden;
}
.faqcotent.active{width:100%; height:auto; overflow:visible;}

.countfaq {
  width: 97px;
  height: 94px;
  border: 3px solid var(--primary);
  border-radius: 100px;
  position: relative;
}

.countfaq span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 34px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 9px;
  right: 8px;
  justify-content: center;
}

.faq_item:nth-child(3n+1) .countfaq span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 34px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 9px;
  right: 8px;
  justify-content: center;
}

.faq_item:nth-child(3n+2) .countfaq span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 34px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 0px;
  right: 3px;
  justify-content: center;
}

.faq_item:nth-child(3n+3) .countfaq span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 34px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 6px;
  right: 11px;
  justify-content: center;
}

.faq_item:nth-child(3n+3) .countfaq span {
  position: absolute;
  border-radius: 100px;
  background: #ddf0cf;
  font-size: 34px;
  color: var(--primary);
  width: 88%;
  height: 88%;
  display: flex;
  align-items: center;
  top: 6px;
  right: 1px;
  justify-content: center;
}

.faq_item .countfaq:hover span {
  animation: mymove 9s infinite;
}

/*@keyframes mymove {
  0% {
    top: 2px;
    right: 2px
  }

  20% {
    top: 0px;
    right: 16px
  }

  40% {
    top: 17px;
    right: 16px
  }

  60% {
    top: 17px;
    right: 5px;
  }

  80% {
    top: 7px;
    right: 0px;
  }

  100% {
    top: 2px;
    right: 2px
  }
}*/

@keyframes mymove {
  0% {
    top: 2px;
    right: 2px
  }

  20% {
    top: 0px;
    right: 10px
  }

  40% {
    top: 10px;
    right: 10px
  }

  60% {
    top: 10px;
    right: 2px;
  }

  80% {
    top: 7px;
    right: 0px;
  }

  100% {
    top: 2px;
    right: 2px
  }
}

.faqtoogle {
  display: inline-block;
  width: 50px;
  height: 90px;
  text-align: center;
  content: "+";
  font-size: 70px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.faqtoogle:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: url('../images/plus.png') center center no-repeat;
}

.active .faqtoogle:before {
  background-image: url('../images/minus.png');
}

.faqcontent {
  width: 80%;
  padding-right: 30px;
  margin-top: 30px;
}

.faqtitle {
  font-size: 20px;
}

.active .faqtitle {
  font-weight: bold;
}

.faqcotent {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.page-template-template_faq .fom_main_sec {
  padding-top: 0px;
}

.faqpage .imgring::before {
  display: none;
  /* background: url('../images/imgring.png') bottom left no-repeat; */
  /* background: url('../images/new-fulls-circle.png') no-repeat; */
  /* background-size: auto; */
  /* height: 100%; */
  /* width: 100%; */
  /* content: ""; */
  /* right: -204px; */
  /* top: -16px; */
  /* position: absolute; */
  /* z-index: 1; */
  /* transform: scale(0.61); */
  /* background-size: contain; */
}

.faqpage .imgring {
  margin-top: 60px;

}

.faqpage .imgring img {
  position: relative;
  z-index: 3;
}

.faqpage .imgring img {
  max-width: 80%;
  transform: scale(1.2);
}

.page-template-template_management .faqpage .imgring img {
  max-width: 95%;
}


.page-template-template_reports .faqpage .imgring img {
  max-width: 100%;
}

.hm_chk_box [type="radio"]:checked+.wpcf7-list-item-label:before,
.hm_chk_box [type="radio"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  right: -1px;
  top: -2px;
  width: 32px;
  height: 32px;
  border: 2px solid #48484a;
  border-radius: 100%;
  background: none;
}

.hm_chk_box .wpcf7-list-item {
  margin: 0px 0px;
}

.hm_chk_box input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.hm_chk_box [type="radio"]:checked,
.hm_chk_box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.hm_chk_box [type="radio"]:checked+.wpcf7-list-item-label,
.hm_chk_box [type="radio"]:not(:checked)+.wpcf7-list-item-label {
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  line-height: 33px;
  display: inline-block;
  font-weight: 500;
  color: #030000;
  font-size: 28px;
}

.hm_chk_box [type="radio"]:checked+.wpcf7-list-item-label:before,
.hm_chk_box [type="radio"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 31px;
  border: 1px solid #48484a;
  border-radius: 100%;
  background: none;
}

.hm_chk_box [type="radio"]:checked+.wpcf7-list-item-label:after,
.hm_chk_box [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #48484a;
  position: absolute;
  top: 51%;
  right: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%)
}

.hm_chk_box [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

.hm_chk_box [type="radio"]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* checkbox design */
.hm_chk_box [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.hm_chk_box [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  right: -1px;
  top: -2px;
  width: 32px;
  height: 32px;
  border: 2px solid #48484a;
  border-radius: 100%;
  background: none;
}


.hm_chk_box input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.hm_chk_box [type="checkbox"]:checked,
.hm_chk_box [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.hm_chk_box [type="checkbox"]:checked+.wpcf7-list-item-label,
.hm_chk_box [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
  position: relative;
  padding-right: 105px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #030000;
  font-size: 16px;
}

.hm_chk_box [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.hm_chk_box [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 25px;
  border: 2px solid #2c3b86;
  line-height: 23px;
  background: none;
  border-radius: 20px;
}

.hm_chk_box [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.hm_chk_box [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
  content: "";
  width: 42px;
  height: 27px;
  background: #2c3b86;
  position: absolute;
  top: 1px;
  right: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

  border-radius: 20px;

}

.hm_chk_box [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
  transform: scale(1) translateX(-0%);
  ;
  left: 0;
  right: 0;
}

.hm_chk_box [type="checkbox"]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1);
  transform: scale(1) translateX(-74.5%);
  background: #81b64c;
}


.page-template-template_contact .pagetitle,
.page-template-template_subscription .pagetitle {
  margin-bottom: 50px;
  margin-bottom: 0px;
}

.page-template-template_contact .faqpage .imgring,
.page-template-template_subscription .faqpage .imgring {
  /* margin-top: 150px; */
  margin-top: 0px;
  padding-top: 150px;
}

.page-template-template_contact .faqpage .imgring {
  /* margin-top: 150px; */
  margin-top: 0px;
  padding-top: 55px;
}

.page-template-template_subscription .fl {
  display: flex;
  justify-content: space-between;
}

.page-template-template_subscription .abt_left {
  width: 49%;
  text-align: right;
}

.page-template-template_subscription .abt_cont_right {
  width: 47%;
}

.subdesc {
  font-size: 24px;
}

.page-template-template_subscription .fom_main_sec {
  padding-top: 50px;
}

.manage .fom_main_sec {
  padding-top: 50px;
}

.page-template-template_contact .abt_cont_right .fom_main_sec,
.page-template-template_subscription .abt_cont_right .fom_main_sec {
  padding-bottom: 0px;
}

.page-template-template_contact .abt_cont_right {
  width: 58%;
}

.page-template-template_contact .abt_cont_right h3 {
  padding-right: 15px;
  color: var(--primary);
}

.liststyle {
  max-width: 1200px;
  margin: 0 auto;
  background: #82b84d;
  border-radius: 60px;
  display: flex;
  padding: 20px 30px;
  margin-bottom: 150px;
  width: 100%;
  justify-content: space-between;
}

.liststyle .iconitem {
  display: flex;
  align-items: center;
}

.liststyle .iconitem:last-child {
  margin-left: 0px;
}

.liststyle .iconitem a {
  font-size: 20px;
  font-weight: 500;
}

.liststyle .iconitem .img {
  padding: 7px;
  background: #fff;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  border-radius: 30px;
}

h2.subtitle {
  font-size: 34px;
  font-weight: 500
}

.page-template-template_subscription .abt_cont_right .sf {
  display: flex;
  margin-bottom: 30px;
  font-size: 17px;
}

.sfield {
  width: 80%;
  padding-right: 20px;
}

.sfield span {
  font-size: 16px;
}

.page-template-template_subscription .abt_cont_right span.wpcf7-form-control-wrap {
  padding: 0px;
}

.page-template-template_subscription .abt_cont_right select {
  outline: none;
  font-size: 18px;
  padding: 15px 15px;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #2c3b86;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url('../images/sarrow.png') 35px center no-repeat;
  background-size: 12px 8px;
}

.page-template-template_subscription .abt_cont_right input[type="email"] {
  outline: none;
  padding: 15px 15px;
  direction: rtl;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #2c3b86;
}

.manage .ffield input[type="email"],
.manage .ffield input[type="text"] {
  outline: none;
  padding: 15px 15px;
  direction: rtl;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #2c3b86;
}

.sf label {
  padding-top: 10px;
  width: 20%;
}

.page-template-template_subscription .sf label {
  width: 18%;
}

.page-template-template_subscription .abt_cont_right input.wpcf7-form-control.has-spinner.wpcf7-submit.hm_bt_sb,
.faqpage.manage .ffieldm .wpcf7-submit.hm_bt_sb {
  outline: none;
  border-radius: 30px;
  width: 100%;
  font-weight: 500;
  background: #2c3b86;
  font-size: 21px;
  color: #fff;
  border: 2px solid #2c3b86;
  width: 100%;
  margin-top: 15px;
  height: 50px;
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.faqpage.manage .imgring {
  margin-top: 0px;
}

.faqpage.manage .imgring::before {
  left: 81px;
  top: -45px;
}

.manage .fl {
  justify-content: space-between;
}

.manage .fom_main_sec {
  padding-top: 0px;
}

.manage .abt_left {
  width: 40%;
  text-align: left;
}

.manage .ffieldm {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sflabee {
  text-align: left;
  width: 38%;
  font-size: 18px;
}

.sflabe {
  text-align: right;
  width: 26%;
  font-size: 18px;
}

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

.flab {
  width: 30%;
}

.keyboard {
  width: 40%;
  height: 59px;
  background: url('../images/keybord.png') center center no-repeat;
}

.flaben {
  width: 30%;
  text-align: left;
  font-size: 16px;
}

.forgot a {
  display: inline-block;
  width: 100%;
}

.boxcont {
  position: absolute;
  left: 100px;
  width: 370px;
  height: 370px;
  bottom: -20px;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  border-radius: 200px;
  display: flex;
  background: #eeeeee;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.boxcontent {
  margin: 0 auto;
}

.boxcont h4 {
  font-size: 18px;
  font-weight: bold;
}

.boxcont h2 {
  font-size: 30px;
  font-weight: bold;
  color: #82b84d
}

.inbox {
  margin-top: 30px;
  font-size: 18px;
  color: #1d1e55;
  line-height: 25px;
}

.inbox p {
  font-size: 18px;
  color: #1d1e55
}

.sublist {
  margin-bottom: 110px;
  margin-top: 100px;
}

.sublist h4 {
  font-weight: 500;
}

.sublist .inner_container {
  width: calc(100% - 60px);
}

.slist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 60px;
  margin-top: 50px;
  row-gap: 30px;
  padding-bottom: 50px;
}

.sitem {
  background: #f5f5f5;
  display: flex;
  padding: 5px 24px;
  padding-right: 50px;
  position: relative;
  border-radius: 60px;
  min-height: 70px;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}

.sitem:before {
  background: url('../images/listicon.png') center center no-repeat;
  position: absolute;
  content: "";
  width: 50px;
  height: 45px;
  right: -7px;
  top: 0px;
  top: 45%;
  transform: translateY(-50%);
  background-size: contain;
}

.mob_hambargar {
  display: none;
}

.hm_chk_box {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 8;
}

.archive-meta h4 {
  margin-bottom: 10px;
}

.archive-meta {
  font-size: 20px;
  line-height: 35px;
}

.archive .fom_main_sec {
  padding-top: 50px;
}

.action_btn.mobile {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
}

.page-template-template_subscription .wpcf7-not-valid-tip {
  bottom: -55px;
}

input[type="submit"] {
  cursor: pointer;
}

.wpcf7-form {
  position: relative;
}

em {
  font-style: italic;
}

.page-template-template_about .rcon {
  max-width: 83%;
}

.page-template-template_subscription .pagetitle {
  margin-bottom: 0px;
}

.page-template-template_subscription .faqpage .imgring {
  padding-top: 0px;
}

.page-template-template_subscription .faqpage .imgring img {
  transform: inherit;
}

.page-template-template_subscription .pagetitle h1 {
  line-height: 55px;
}

.page-template-template_subscription h2.subtitle {
  line-height: 40px;
}

.page-template-template_subscription .fm_main_colm {
  justify-content: right;
}

.page-template-template_subscription .fom_main_sec {
  padding-top: 20px;
}

.secnew {
  width: 100%;
  background: url('../images/shap.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  max-width: 100%;
  margin-top: -150px;
}

.grid_cont {
  width: 100%;
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr; */
  column-gap: 80px;
  padding-top: 300px;
  padding-bottom: 350px;
  max-width: 450px;
  margin: auto;
}

.sub_grid {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.sub_grid .imageright_3 {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

.sub_grid .imageright_3 img {
  box-shadow: none;
}

.sub_grid h3 {
  max-width: 80%;
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 35px;
  color: #2c3b86;
  font-weight: 500;
}

.sub_grid h3 span {
  color: #82b84d;
}

.sub_grid .rcon {
  max-width: 100%;
}

.sub_grid p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  text-align: justify;
  color: #000000;
}

/*.page-template-template_about .abt .benefitcontent::after{content:none;}*/
.grid_cont .sub_grid:nth-child(2) {
  margin-top: 150px;
}

.grid_cont .sub_grid:nth-child(3) {
  margin-top: 406px;
}

.page-template-template_about .benefit_section.maincontainer.abt {
  margin-top: -220px;
}

.page-template-template_about .second_section_hm.secnew {
  width: 100%;
  max-width: 100%;
}

.imgar {
  margin-top: 25px;
  cursor: pointer;
}

.imgar.active {
  margin-top: 25px;
  transform: rotate(-180deg);
  margin-bottom: 25px;
}


/*conversant 10aug start*/

.page-template-template_contact .fom_main_sec {
  padding-top: 220px !important;
}

.page-template-template_contact .fom_main_sec h3 {
  margin-bottom: 25px;
}

.page-template-template_contact .abt_cont_right .fm_hm_pg {
  margin-top: 200px;
  margin-top: 0px;
}

.page-template-template_subscription .fm_hm_pg {
  margin-top: 160px;
}

.home .second_section_hm .ss_colm_sec {
  padding: 80px 0px 0px;
}

.home .ts_colm_sec.c-before::before {
  height: 533px;
  width: 105px;
  top: -430px;
  right: -54px;
  z-index: 0;
}

.page-id-362 section.second_section_hm.maincontainer.topsec {
  margin-top: 45px;
}

.page-id-181 .topsec {
  margin-top: 30px;
}

.category .archive .pagetitle {
  margin-bottom: 127px;
}

.category .pagetitle h1 {
  font-size: 50px;
}

.category .pagetitle::before {
  height: 150px;
}

.single-post .pagetitle h1 {
  font-size: 41px;
  line-height: 39px;
}

.single-post .wp-block-heading {
  margin: 25px 0px 20px 0px;
}

.single-post .pagetitle {
  margin-bottom: 0px !important;
}

/* .page-template #header:before {
  height: 375px;
}

.single-post #header:before {
  height: 370px;
}
.single-post .topsec {
  margin-top: 40px;
} */

.page-template #header:before {
  height: 375px;
}

.page-template-default #header:before {
  height: 375px;
}

.category #header:before {
  height: 375px;
}

.single #header:before {
  height: 375px;
}

.single .topsec {
  margin-top: 45px;
}

.page-template-default .topsec {
  margin-top: 45px;
}

.footer-youtube-icon img {
  display: inline-block;
  position: relative;
  top: 6px;
}

.single-post .topsec {
  margin-bottom: 90px;
}

.single .article-mobile-image{
  display: none;
} 

.footer_contain .footer_col .list_item ul li#menu-item-2450 a,
.footer_contain .footer_col .list_item ul li#menu-item-2365 a{
  position: relative;
  z-index: 999999;
  }

/*--------------20 Nov -------------*/

.sidebar-contact.active .wpcf7-response-output {
    color: #fff;
}
.fm_hm_pg .wpcf7-text, .fm_hm_pg .wpcf7-textarea  {
    font-size: 24px;
}
.wpcf7-form-control::placeholder
{
  font-size: 22px !important;
}
.whatsapp-icon a.whatsapp {
  position: fixed;
  top: 75%;
  left: auto;
  right: 5px;
  z-index: 99;
}
/* .uwy.userway_p2 .uai{
  all: inherit !important;
} */
body .uwy.userway_p2 .uai{
  /* display: block; */
  width: 44px !important;
  border-radius: 50% !important;
}

body .uwy.userway_p2 .userway_buttons_wrapper{
  top: 80% !important;
  right: unset !important;
  left: 45px !important;
}


/*--------------20 Nov -------------*/

/* media queries */
@media screen and (max-width:1700px) {
  .home .ts_colm_sec.c-before::before {
    right: -10px;
  }

}

@media screen and (max-width:1640px) and (min-width:1600px) {
  .menu li {

    padding-left: 23px;
    padding-right: 23px;
  }
}

@media screen and (max-width:1940px) and (min-width:1600px) {
  .feature_section .sectiontitle::before {
    right: -415px !important;
  }
}

@media screen and (max-width:1310px) and (min-width:1210px) {
  .menu li {

    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

@media screen and (max-width:1080px) and (min-width:1031px) {
  .menu li {

    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}

@media screen and (max-width:1450px) and (min-width:1031px) {
  .ts_colm_sec.c-before::before {
    right: 10px;
    height: 466px;
    transform: rotate(356deg);
    top: -430px;
  }
}

@media screen and (max-width:1450px) {
  .ts_colm_sec.c-before::before {
    right: 13px;
    height: 400px;
    transform: rotate(345deg);
    top: -363px;
  }

  .home .ts_colm_sec.c-before::before {
    right: 30px;
  }
}

@media screen and (max-width:1600px) {
  .menu li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu li a {
    font-size: 18px;
  }

  .page-template-template_subscription .fm_hm_pg {
    margin-top: 120px !important;

  }



  .abt_cont_right .pagetitle {
    margin-bottom: 200px;
  }

  .page-template-template_testimonial .abt_cont_right .pagetitle {
    margin-bottom: 117px;
  }

  .page-template-default .pagetitle {
    margin-bottom: 50px;
  }

  .page-template-template_contact .pagetitle {
    margin-bottom: 30px;
  }

  .page-template-template_faq .faq {
    padding-top: 0px;
  }


  .single-post h1,
  .single-post .pagetitle h2 {
    font-size: 35px;
  }

  .single-post .abt_cont_right .pagetitle {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:1185px) {
  .page-template-template_subscription .fm_hm_pg {
    margin-top: 80px !important;
  }

  body {
    padding-top: 100px;
  }

  .page-template-template_faq #header:before {
    height: 280px;
    background-position: center;
  }

  .page-id-181 #header:before {
    height: 280px;
    background-position: center;
  }

  .page-template-template_blog #header:before {
    height: 280px;
    background-position: center;
  }

  .category #header:before {
    height: 280px;
    background-position: center;
  }

  .page-template-template_contact #header:before {
    height: 280px;
    background-position: center;
  }

  .abt_cont_right .pagetitle {
    margin-bottom: 150px;
  }
}

@media screen and (max-width:679px) {
  .page-template-template_subscription .fm_hm_pg {
    margin-top: 40px !important;

  }
}

@media screen and (max-width:1100px) {
  .page-id-305 .imgring {
    display: none;
  }

  .page-template-template_contact .abt_cont_right .fm_hm_pg {
    margin-top: 40px;
  }
}

/*conversant 10aug end*/



@media screen and (min-width:1025px) {
  .anim {
    position: relative;

    margin: 0% 1.33 2.66% 1.33%;
    opacity: 0;
  }

  .bounce-up .inner_container,
  .bounce-up,
  .fade-up div,
  .fade {
    opacity: 0;
    -moz-transition: all 1.2s ease-out;
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .in-view {
    opacity: 1;
  }

  .firstimage {
    opacity: 0;
    -moz-transition: all 1.2s ease-out;
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .firstimage.in-view {
    opacity: 1;
  }

  .bounce-up.in-view .inner_container,
  .bounce-up.in-view,
  .fade-up.in-view div,
  .fade.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .firstimage {
    transition: all 1.5s;
    position: relative;
    top: 400px;
    opacity: 0;
  }
	.home .firstimage{ opacity: 1;
    top: -200px;}
  .firstimage.active {
    opacity: 1;
    top: -200px;
  }

  .zoom {
    transition: transform 0.7s;
  }

  .zoom:hover {
    transform: scale(1.07);
  }

  .zoom.bounce-up:hover {
    transform: translate3d(0px, 0px, 0px) scale(1.07)
  }

  .page-template-template_subscription .abt_left {
    text-align: left;
  }

  /*  .page-template-template_subscription .fm_hm_pg{margin-top:160px;}*/
  .page-template-template_subscription .sfield {
    width: 83.6%;
  }
  .testimonialvideos .testi{min-height:130px;}
}

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

  .main_home_d_w,
  .inner_container {

    max-width: 1350px;

  }

  .second_section_hm {
    width: calc(94% - 30px);
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }

  .top_header .inner_container {
    max-width: 1350px;
    width: calc(94% - 30px);
  }

  .first_section_hm .fs_colm_sec h2,
  .first_section_hm .fs_colm_sec h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .second_section_hm .ss_colm_fs img {
    width: 480px;
  }

  h2,
  .second_section_hm .ss_colm_sec h1 {
    font-size: 31px;
    line-height: 46px;
  }

  .ss_colm_sec::before {
    height: 450px;
  }

  .pagetitle::before,
  .pagetitlef::before {
    height: 313px;
    width: 66px;
    right: -80px;
    top: 94px;
    transform: scale(1.3) !important;
    transform: rotate(-2deg);
  }

  .griditems {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .page-id-321 .page-template-template_subscription .fm_hm_pg {
    margin-top: 120px;
  }
  .page-template-template_testimonial .testislide .pagetitle,.page-template-template_testimonial .second_section_hm.maincontainer .inner_container {
   
    max-width: 1530px;
    width: 100%;
  
   
}
}

/* @media screen and (min-width:1700px) {
  #header::before {
    top: -58px;
  }

} */

@media screen and (min-width:1670px) {
  .contact_no {
    font-size: 18.5px;
  }
  
  
      .page-template-template_testimonial .second_section_hm.maincontainer .inner_container {
        max-width: 1530px;
        width: 100%;
    }
}

@media screen and (min-width:1600px) {
  .testislide {
    max-width: 1530px;
  }

  .testimonials {
    max-width: 1530px;
  }

  /* #header::before {
    height: 100%;
    max-height: 425px;
  } */

  .page-template-template_subscription #header::before {
    max-height: 498px;
    top: -40px;
  }
  
  .page-template-template_testimonial .testislide {
    max-width: 1530px;
    width: 100%;
}
.page-template-template_testimonial .second_section_hm.maincontainer .inner_container{max-width:1530px;}

.page-template-template_testimonial .topsec .pagetitle::before {
    height: 222px;        top: 120px;        width: 86px;
}


}
@media screen and (min-width:1681px) {
.page-template-template_testimonial .testislide .pagetitle{max-width:1530px;}	
}
@media screen and (max-width:1681px) {
.page-template-template_testimonial .testislide .pagetitle{max-width:1500px;}	
}
@media screen and (max-width:1600px) {
  .menu li {
    display: inline-block;
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media screen and (max-width:1450px) {
  .menu li {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu li a {
    font-size: 19px;
  }

  .menu_col {
    justify-content: center;
  }

  .benefitcontent:after {
    position: absolute;
    /* left: -0px; */
    left: -30px;
    width: 71px;
    top: 84%;
  }

}

@media screen and (max-width:1367px) {
  .ss_colm_fs:before {

    height: 426px;
    width: 100px;
  }

  .log_col {
    width: 15%;
  }

  .contact_col {
    width: 20%;
  }

  .action_btn a {
    font-size: 14px;
    height: 35px;
    line-height: 15px;
  }

  .menu li:first-child {
    padding-right: 0px;
  }

  .menu li a {
    font-size: 17px;
  }

  .logo {
    margin-top: 10px;
  }

  .abt .benefitcontent::after {
    left: -20px;
  }

}

@media screen and (max-width:1290px) {
  .system_slider_section .inner_card:before {
    height: 320px;
    /* width: 221px; */
  }

  .sec_titile_col:before {
    height: 445px;
    width: 86px;
  }

  .page-template-template_about .imageright_3 img {
    max-width: 300px;
  }

  .abt .benefitcontent::after {
    position: absolute;
    left: -0px;
    width: 74px;
  }

  .testimonials {
    margin-top: 40px;
  }

  .round span {
    font-size: 50px;
    line-height: 37px;
  }

  .round {
    display: flex;
    height: 220px;
    width: 220px;
  }

  .pagetitle::before,
  .pagetitlef::before {
    height: 190px;
    width: 49px;
    right: -57px;
  }

  .ss_colm_sec::before {
    height: 399px;
    width: 80px;
    right: -70px;
  }

  .ss_colm_fs:before {
    height: 426px;
    width: 116px;
    bottom: 72px;
    right: -45px;
    transform: rotate(1deg);
  }

  .contact_no {
    font-size: 14px;
  }

  .sticky .contact_no {
    font-size: 13.5px;
  }

  .heder_item {
    padding: 15px 0;
  }
}

@media screen and (max-width:1210px) {
  .ts_colm_fs {
    width: 36%;
  }

  .ts_colm_sec {
    width: 63%;
  }

  .log_col {
    width: 15%;
  }

  .contact_col {
    width: 20%;
  }

  .action_btn a {
    font-size: 11px;
    height: 35px;
  }

  .menu li:first-child {
    padding-right: 0px;
  }

  .menu li a {
    font-size: 15px;
  }

  .contact_no {
    margin-bottom: 10px;
  }

  .liststyle .iconitem a {
    font-size: 16px;
  }
}

@media screen and (max-width:1120px) {
  .sec4 .fl.middle {
    flex-direction: column;
  }

  .fom_main_sec {
    margin-top: 50px;
  }

  .single-post .pagetitle h1 {
    font-size: 30px;
    line-height: 39px;
  }
.page-template-template_testimonial .second_section_hm {
    width: calc(94% - 20px);
}
}

@media screen and (max-width:1030px) {
  .menu_col {
    position: fixed;
    right: -100%;
    top: 0px;
    transition: all 0.7s;
    background: #fff;
    height: 99vh;
    overflow: auto;
    width: 80%;
    max-width: 400px;
    align-items: normal;
    z-index: 9;
  }

  .menu_col.active {
    right: 0px;
  }

  .menu li {
    width: 100%;
  }

  .action_btn {
    display: none;
  }

  .contact_col {
    display: block;
    max-width: 40px;
  }

  .contact_no {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .heder_item .row {
    justify-content: space-between;
    align-items: center;
  }

  .top_header .inner_container {
    width: calc(96% - 20px);
  }

  .contact_no a {
    font-size: 0px;
    background: url('../images/phone.webp') center center no-repeat;
    display: inline-block;
    width: 33px;
    height: 32px;
  }

  .log_col {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    justify-content: center;
  }

  .log_col img {
    max-width: 150px;
  }

  .main_home_d_w {
    padding-top: 50px;
  }

  .mob_hambargar {
    display: flex;
    z-index: 99;
  }

  .hamburger {
    padding: 0px;
  }

  .inner_menu {
    width: 100%;
    padding: 50px 15px;
    padding-top: 100px;
  }

  .menu li {
    position: relative
  }

  .menu li,
  .menu li li {
    padding: 0px;
    margin-bottom: 20px;
  }

  .menu li li {
    position: static;
  }

  .sub-menu {
    margin-top: 15px;
    padding-right: 15px;
    display: none
  }

  .menu li .sub-menu .sub-menu {
    padding-right: 0px;
    display: block !important
  }

  .menuimage {
    display: none;
  }

  .subtoggler {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
  }

  .sub-menu .subtoggler {
    display: none;
  }

  .subtoggler:after {
    position: absolute;
    left: 5px;
    content: "<";
    font-size: 24px;
    top: 0px;
    transform: rotate(90deg);
  }

  .menu li.menuimage {
    display: none !important;
  }

  .menu li a {
    font-size: 23px;
  }

  .heder_item {
    padding: 8px 0;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background: #2c3b86
  }

  .hamburger:hover {
    opacity: 1;
  }

  /* .postlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } */

  .liststyle .iconitem {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }

  .liststyle {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
    background: none;
    padding: 0px;
  }

  .liststyle .iconitem {
    margin-bottom: 15px;
    background: #82b84d;
    padding: 15px;
    border-radius: 44px;
  }

  .page-template-template_contact .abt_cont_right {
    width: 100%;
  }

  .page-template-template_contact .faqpage .imgring,
  .page-template-template_subscription .faqpage .imgring {
    margin-top: 61px;
    text-align: center;
  }

  .faqpage .imgring::before {
    right: -75px;
    top: -16px;
    position: absolute;
    z-index: 1;
    transform: scale(0.55);
  }

  .slist {

    grid-template-columns: 1fr 1fr;
  }

  .subdesc {
    margin-top: 135px;
  }

  .page-template-template_reports .faqpage.manage .imgring {
    margin-top: 129px;
  }

  .page-template-template_reports .pagetitlef {
    margin-bottom: 276px;
  }

  .boxcont {
    position: static;
    margin: 0 auto;
  }

  .page-template-template_faq .faqpage .imgring {
    margin-top: 150px;
  }

  .action_btn.mobile {
    display: flex;
    margin-top: 30px;
  }

  .action_btn a {
    font-size: 16px;
    height: 35px;
    line-height: 15px;
    line-height: 22px;
  }

  .manage .fom_main_sec {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .action_btn a {
    width: 122px;
    padding: 3px;
    height: 31px;
  }

  .second_section_hm .ss_colm_fs img {

    margin-top: -217px;
  }

  .ts_colm_fs img {
    max-width: 450px;
    margin: 0 auto;
  }

  .menu li.hided {
    display: block;
  }
}

@media screen and (max-width:1024px) {
  .page-template-template_about .second_section_hm.secnew {
    margin-top: 50px;
    background: #f7f7f7;
  }
  .first_section_hm .fs_colm_sec {
    margin-top: 15px;
  }
  .grid_cont {
    padding-top: 50px;
    padding-bottom: 50px;
    grid-template-columns: 1fr;
  }

  .sub_grid h3 {
    font-size: 28px;
    line-height: 30px;
  }

  section.maincontainer .bounce-up p {
    font-size: 18px;
  }

  .grid_cont .sub_grid:nth-child(2) {
    margin-top: 50px;
  }

  .grid_cont .sub_grid:nth-child(3) {
    margin-top: 50px;
  }

  .page-template-template_about .benefit_section.maincontainer.abt {
    margin-top: 0px;
  }

  .page-template-template_about .testimonials {
    margin-top: 100px;
  }
}
@media screen and (max-width:980px) {
}
@media screen and (max-width:767px) {
  .benefitcontent ul:before {
      position: absolute;
      left: -8px;
      width: 30px;
      height: 360px;
      background: url('../images/barrow.png') top center no-repeat;
      content: "";
      top: 89%;
      background-size: contain;
      transform: rotate(-4deg);
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  body.home {
    padding-top: 170px;
  }

  .abt_cont_right {
    width: 100%;
  }

  .page-template-template_faq .abt_cont_right {
    width: 100%;
  }

  .abt_left {
    width: 100%;
    text-align: right;
  }

  .fl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .pagetitle {
    margin-bottom: 50px;
  }

  .page-template-template_faq .pagetitle {
    margin-bottom: 50px;
  }

  .imgring img {
    max-width: 100%;
  }

  .imgring:before {
    left: 0px;
    right: 0px;
    bottom: 80px;
  }

  .imageright img {
    max-width: 100%;
  }

  .imageright {
    width: 100%;
  }

  .contentleft,
  contentleft_3 {
    margin-top: 40px;
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  .imageright_3,
  .contentleft_3 {
    width: 100%;
    text-align: right;
    margin-top: 40px;
  }

  .contentleft_3 h3::before,
  .abt .benefitcontent::after,
  .abt .testislide::after {
    display: none;
  }

  .abt .testislide {
    position: relative;
    margin: 0px 10px;
  }

  .sec4 .imageright {
    padding-left: 0px;
  }

  .round,
  .round.r1,
  .round.r2,
  .round.r3 {
    position: static;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .sec4 .contentleft {
    left: 0px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }

  .coc_hmfm_fis,
  .coc_hmfm_third {
    flex-direction: column;
  }

  .coc_hmfm_fis br {
    display: none;
  }

  .coc_hmfm_fis span.wpcf7-form-control-wrap,
  .coc_hmfm_sec span.wpcf7-form-control-wrap,
  .coc_hmfm_third span.wpcf7-form-control-wrap {
    width: 100%;
    padding: 0px;
  }

  span.wpcf7-form-control-wrap {
    padding: 0px;
    margin-bottom: 15px;
  }

  .coc_hmfm_third {
    padding: 0px;
  }

  .hm_chk_box {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.hm_bt_sb {
    width: 100%;
  }

  .hm_chk_box .wpcf7-list-item {
    margin: 0px 0px;
  }

  .hm_chk_box span.wpcf7-form-control-wrap {
    padding: 0px;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.hm_bt_sb {
    margin-top: 0px;
  }


  .contentleft_3 h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .griditems {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

  .caticon {
    margin-bottom: 20px;
  }

  .griditems {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .archive .pagetitle {
    margin-bottom: 50px;
  }

  .first_section_hm .fs_dv_btn {

    justify-content: center;
  }

  .page-template-template_contact .abt_cont_right {
    width: 100%;
  }

  .inner_container .inner_container {
    width: calc(100% - 0px);
  }

  .slist {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    margin-top: 30px;
    row-gap: 20px;
    margin-bottom: 50px;
  }

  .page-template-template_subscription .abt_left {
    width: 100%;
    text-align: center;
  }

  .wpcf7-spinner {
    position: relative;
  }

  .footer_contain .footer_col .list_item ul li {
    padding-bottom: 0px;
  }

  .footer-col-hafe {
    margin-bottom: 40px;
  }

  .social_section {
    justify-content: center;
  }


  .countfaq {
    width: 68px;
    height: 58px;
  }

  .faqtoogle {
    height: 60px;
    margin-right: 8px;
    width: 36px;
  }

  .faqcontent {
    width: 80%;
    padding-right: 11px;
    margin-top: 7px;
  }

  .faqcotent {
    margin-right: -119px;
    font-size: 16px;
    line-height: 30px;
  }

  .faqtitle {
    font-size: 18px;
    line-height: 21px;
  }

  .faqpage .imgring::before {
    top: -44px;
  }

  .faqpage .imgring {
    margin-top: 50px;
  }

  .faq {
    margin-top: 80px;
  }

  .faqtoogle:before {
    background-size: 100% auto;
  }

  .system_slider_section .sec_contain .inner_container {
    padding-top: 88px;
  }

  .system_slider_section .swiper-pagination .swiper-pagination-bullet {
    padding-bottom: 35px;
  }

  .page-template-template_contact .faqpage .imgring,
  .page-template-template_subscription .faqpage .imgring {
    margin-top: 0px;
    padding-top: 0px;
  }

  .pagetitlef {
    margin-bottom: 50px;
  }

  .boxcont {
    position: static;
  }

  .boxcont h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
  }

  .boxcont h2 {
    font-size: 24px;

    line-height: 23px;
  }

  .inbox {
    margin-top: 0px;
    font-size: 18px;

    line-height: 25px;
  }

  .boxcont {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .manage .abt_left {
    width: 100%;
    text-align: left;
  }

  .manage .abt_left {
    margin-top: 52px;
    margin-bottom: 0px;
  }

  .manage .ffieldm {
    flex-direction: column;
  }

  .sflabe {
    width: 100%;
  }

  .sflabee {
    width: 100%;
    text-align: right;
    text-align: left;
    position: relative;
    top: -103px;
  }

  .wpcf7-not-valid-tip {
    position: absolute;
  }

  .flaben {
    width: 36%;
  }

  .flab {
    width: 35%;
  }

  .keyboard {
    background-size: 100% auto;
  }

  .forgot a {
    font-size: 12px;
  }

  .manage .ffieldm {
    margin-bottom: 0px;
  }

  .faqpage.manage .imgring {
    margin-top: 50px;
  }

  .page-template-template_about .benefitrow {
    display: none;
  }

  .round span {
    font-size: 40px;
    line-height: 64px;
  }

  .round {
    height: 200px;
    width: 200px;
  }

  .round p {
    font-size: 17px;
    line-height: 21px;
  }

  .contentsingle {
    width: 100%;
    padding-left: 0px;
  }

  .postimage {
    text-align: left;
    width: 100%;
  }

  .postimage img {
    height: auto;
  }

  .page-template-default .contentsingle {
    width: 100%;
  }

  .subdesc {
    margin-top: 15px;
  }


  .page-template-template_reports .faqpage.manage .imgring {
    margin-top: 40px;
  }

  .page-template-template_reports .pagetitlef {
    margin-bottom: 26px;
  }

  .page-template-template_faq .faqpage .imgring {
    margin-top: 40px;
  }

  .page-template-template_faq .topsec,
  .page-id-362 section.second_section_hm.maincontainer.topsec {
    margin-bottom: 0px;
  }

  .first_section_hm .fs_colm_sec p {
    width: 100%;
  }

  .first_section_hm .fs_btn_second,
  .first_section_hm .fs_btn_first {
    /* padding: 15px 19px; */
    margin-top: 15px;
  }
  .first_section_hm .fs_btn_second{
    padding: 0;
  }
  .first_section_hm .fs_btn_first p{
    font-size: 16px;
    margin: 0;
    width: 100%;
    padding: 15px 19px;
  }
  .first_section_hm .fs_btn_second p {
    font-size: 16px;
    margin: 0;
    width: 100%;
    padding: 15px 19px;
}
  .first_section_hm .fs_btn_first a{
    font-size: 16px;
  }
  .first_section_hm .fs_colm_sec {
    padding-top: 100px;
  }

  .menu li.current-menu-item>a span {
    color: #81b74c;
  }

  .contentsingle a {
    word-break: break-all;
  }

  .flotation_icon {
    left: 4px;
  }

  .flotation_icon a img {
    max-width: 40px;
  }

  .sidebar-contact {
    padding: 20px;
    max-width: 300px;
  }
}

@media screen and (max-width:1920px) and (min-width:1650px) {
  /* .ss_colm_fs:before { */
  /* transform: rotate(7deg) !important; */
  /* } */

}

@media screen and (max-width:576px) {
  .ss_colm_fs:before {
    display: none;
  }

  /* .faqpage .imgring::before { */
  /* right: 0px; */
  /* } */
}

@media screen and (max-width:1400px) {
  .system_slider_section .inner_card:before {
    height: 300px;
  }
}

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

  .pagetitle::before,
  .pagetitlef::before {
    height: 200px;
    width: 66px;
    right: -70px;
    top: 134px;
  }
}

@media screen and (max-width:1700px) {
  .page-template-template_contact .fom_main_sec {
    padding-top: 170px;
  }
  

}

@media screen and (max-width:1300px) {
  .page-template-template_blog #header:before {
    max-height: 408px;
  }
}

@media screen and (max-width:1400px) {
  .feature_section .sectiontitle::before {
    height: 400px;
    width: 330px;
    top: -400px;
    right: -310px;
  }

  .benefitcontent:after {
    transform: rotate(-8deg);
  }

}

@media screen and (max-width:1220px) {
  .feature_section .sectiontitle::before {
    right: -270px;
  }

  .benefitcontent:after {
    left: -29px;
    width: 56px;
    top: 83%;
  }
}

@media screen and (max-width:1199px) {
  .feature_section .sectiontitle::before {
    right: -200px;
    height: 400px;
    width: 320px;
    top: -400px;
  }

  .pagetitle::before,
  .pagetitlef::before {
    right: -55px;
    height: 185px;
    width: 67px;
    top: 130px;
  }
}

@media screen and (max-width:1024px) {
  .single-post #header:before {
    height: 320px;
  }

  .pagetitle::before,
  .pagetitlef::before {
    right: -50px !important;
    height: 186px !important;
    width: 67px !important;
  }

}


@media screen and (max-width:992px) {
  .page-template-template_blog #header:before {
    max-height: 370px;
  }

  .abt .testislide::after {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .page-template-template_blog #header:before {
    max-height: 344px;
  }

  .footer-point::before {
    height: 290px;
    top: -290px;
  }

  .single-post #header:before {
    height: 315px;
  }

  .ts_colm_sec.c-before::before {
    top: -403px;
  }

  .feature_section .sectiontitle::before {
    right: -30px;
    height: 260px;
    width: 180px;
    top: -250px;
    transform: rotate(-23deg);
  }

  .home .ts_colm_sec.c-before::before {
    top: -460px;
  }
  

  .vidconte:after {    left: -15px;
    bottom: -15px;}
  .testimonialvideos {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
  .testimonialvideos:before,.testimonialvideos:after { width:0px;}
  
  .testi .tlogo img {
    max-width: 78px;
}
  .page-template-template_testimonial .testislide .pagetitle h2 { font-size:54px !important; padding-left:10px; padding-right:10px;}
.testimonialvideos .testi{column-gap:20px; margin-bottom:20px; min-height:80px;}
.testimonialvideos .testi .auth{    font-size: 20px;}
.testimonialvideos .testi .review{font-size:17px;}
  .page-template-template_testimonial .testislide {
    margin-top: 50px;
}
.page-template-template_testimonial .testislide{width:100%;    column-gap: 20px;}
.page-template-template_testimonial .testimonials .testi{width:100%;}
.page-template-template_testimonial .testimonials .testicontentn::after {
    position: absolute;
    bottom: -61px;
    left: 10px;
    width: 85px;
    height: 87px;}
	
	.page-template-template_testimonial .testimonials .testicontentn{    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.2); padding:40px;}
	    .page-template-template_testimonial .testislide {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
		.page-template-template_testimonial  .abt_cont_right .pagetitle:before{display:block;        right: -3px !important;
        height: 144px !important;
        width: 52px !important; top:54px !important}
	  	.page-template-template_testimonial  .abt_cont_right .pagetitle {
        margin-bottom: 0px; padding-right:15px; padding-left:15px;
    }
	 .page-template-template_testimonial .topsec .pagetitle::before{height:96px;}
	 .page-template-template_testimonial .testimonials{margin-top:-30px !important; padding-left:0px; padding-right:0px}
	 
	.page-template-template_testimonial .fm_fs_row::before {
    position: absolute;
    right: -46px;
    width: 186px;
    height: 205px;
  
    top: -159px;
  
}
	 .page-template-template_testimonial .testimonials .testicontent .auth{font-size:18px;}
.page-template-template_testimonial .testimonials .testicontent .review{font-size:16px;}
  .page-template-template_testimonial .testimonials .testicontentn p{font-size:16px; line-height:24px;}
  
  .page-template-template_testimonial .testislide .swiper-button-next::before,  .page-template-template_testimonial .testislide .swiper-button-prev::before{width: 20px; left:0px;
    height: 40px;}
	
	.page-template-template_testimonial .testimonialvideos  .swiper-button-next,.page-template-template_testimonial .testimonialvideos  .swiper-button-prev{height:40px; width:20px;}
  
}
@media screen and (max-width:767px) {
    .page-template-template_testimonial .testislide .pagetitle h2 { font-size:30px !important; }	
	
	.testimonialvideos .swiper-button-prev, .testimonialvideos .swiper-button-next {
    top: 63%;
}
	.fm_hm_pg  .wpcf7-not-valid-tip {
        position: relative;
        margin-top: -3px;
        margin-bottom: -12px;line-height: 23px;
    }
}
@media screen and (max-width:600px) {

  

}
@media screen and (max-width:479px) {
  .ts_colm_sec.c-before::before {
    right: -14px;
    height: 300px;
    transform: rotate(355deg);
    top: -313px;
  }
    
}

@media screen and (max-width:414px) {
  .ts_colm_sec.c-before::before {
    right: -14px;
    height: 230px;
    transform: rotate(355deg);
    top: -243px;
  }
}

@media screen and (max-width:440px) {
  .home .ts_colm_sec.c-before::before {
    top: -400px;
    height: 453px;
    width: 85px;
    right: 10px;
  }
}
@media screen and (max-width:391px) {
  .first_section_hm .fs_btn_first{
    margin-left: 0;
  }
  .first_section_hm .fs_btn_second{
    margin-right: 0;
  }
}
@media screen and (max-width:375px) {
  .home .ts_colm_sec.c-before::before {
    top: -280px;
    height: 275px;
    width: 85px;
    right: 10px;
  }
}

@media screen and (max-width:576px) {
  .page-template-template_blog #header:before {
    max-height: 289px;
  }

  .page-template-template_about #header::before {
    max-height: 300px;
  }

  .footer-point {
    display: none;
  }

  .ts_colm_sec.c-before::before {
    right: -14px;
    height: 340px;
    transform: rotate(355deg);
    top: -343px;
  }

  body {
    padding-top: 10px !important;
  }

  .page-template-template_contact #header:before {
    height: 220px;
  }

  .page-template-template_faq #header:before {
    height: 220px;
    background-position: center;
  }

  .page-template-template_blog #header:before {
    max-height: 220px;
  }

  .single-post #header:before {
    height: 220px;
    background-position: center;
  }

  .single-post .pagetitle h2 {
    font-size: 30px;
  }

  .benefitcontent:after {
    height: 157px !important;
    top: 99% !important;
    transform: rotate(-19deg) !important;
  }

  .sec_titile_col:before {
    top: -160px;
  }

  .single-post #header:before {
    height: 360px;
  }

  .single-post .pagetitle h1 {
    font-size: 20px;
    line-height: 39px;
  }

  .sec_titile_col:before {
    height: 135px;
    width: 25px;
  }

  .category .pagetitle h1 {
    font-size: 27px;
  }

  body.home .bg_srf_hme {
    margin-top: 0px;
  }

  .home .ts_colm_sec.c-before::before {
    top: -622px;
    height: 188px;
    width: 45px;
    right: 10px;
    transform: rotate(366deg);
  }

  .abt_left {
    margin-top: 0px;
  }

  .single-post #header:before {
    height: 250px;
  }

  .single-post .topsec {
    margin-bottom: 0px;
  }

  .page-template-template_about .abt_cont_right .pagetitle {
    margin-bottom: 90px;
  }

  .page-id-362 .abt_cont_right .pagetitle {
    margin-bottom: 90px;
  }

  .page-id-181 #header:before {
    height: 220px;
    background-position: center;
  }

  .page-template-default #header:before {
    height: 220px;
    background-position: center;
  }

  .page-template-default .pagetitle h2 {
    font-size: 30px !important;
  }

  .page-template-default .topsec {
    margin-bottom: 0px;
  }
  .page-template-default .contentsingle {
      margin-top: 0px;
  }
  .page-id-841 .pagetitle h2{
    margin-bottom: 80px;
  }
  .postimage {
      text-align: center;
      width: 60%;
      margin: auto;
  }
  .single .article-mobile-image{
    display: block;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  .single .article-desk-image{
    display: none;
  }
}