/**
 * /*----------------------------------------------------
 * 
 * This file contains the styling for the actual template, this
 * is the file you need to edit to change the look of the
 * template.
 * 
 * 
 * 
 * Table of Content:
 * 01/ Variables
 * 02/ predefine
 * 03/ header
 * 04/ banner
 * 05/ documentation
 * 06/ testimonial
 * 07/ blog
 * 12/ footer 
 * 
 * 
 * =====================================================================
 *
 * @format
 * @File: Default Styles
 * @Author:
 * @URL: Author E-mail:
 * @Default Styles
 */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,500&display=swap");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
body {
  height: 100%;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #0E1133;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #677789;
}

.sec_pad {
    /* padding: 120px 0px;*/
    padding: 80px 0px;
}

/** === Predefined Global Classes === **/
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.pb-70 {
  padding-bottom: 70px;
}

/** === Container === **/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
}

/**===== section padding scss =====**/
.p-t {
  padding-top: 150px;
}

.m-t {
  margin-top: 150px;
}

/** ===== section title scss ====== **/
.section_title {
  margin-bottom: 60px;
}

.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  margin: 0 0 14px 0;
}

.section_title p {
  margin-bottom: 0;
}

/* End Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
.navbar {
  border: 0px;
  padding: 0px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}

.navbar img + img {
  display: none;
}

.menu > .nav-item {
  margin-left: 36px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  transition: all 0.1s linear;
}

.menu > .nav-item > .nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  position: relative;
}

.menu > .nav-item > .nav-link:after {
  display: none;
}

.menu > .nav-item > .nav-link:before {
  content: '';
  width: 0px;
  height: 2px;
  background: #2579FF;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}

.menu > .nav-item:first-child {
  margin-left: 0;
}

.menu > .nav-item .mobile_dropdown_icon {
  display: none;
}

.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: -30px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
  top: 100%;
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}

.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #677789;
  transition: color 0.2s linear;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #2579FF;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}

.menu > .nav-item.mega_menu {
  position: static;
}

.menu > .nav-item.mega_menu .mega_menu_inner {
  left: 0;
  width: 100%;
  padding: 40px 0px 100px;
}

.menu > .nav-item.mega_menu .mega_menu_inner:before {
  content: '';
  width: 100%;
  background: url("../img/home-one/shap.png") no-repeat scroll right bottom;
  height: 90px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
  max-width: 1110px;
  margin: 0 auto;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul {
  display: flex;
  flex-wrap: wrap;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
  padding: 0px;
  width: 25%;
  position: relative;
  background: transparent;
  margin-top: 0;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > a {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item:hover a {
  color: #1e1e1e;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background: transparent;
  padding-top: 0;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu li {
  margin-bottom: 12px;
  width: 100%;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #677789;
}

.menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu li.active a, .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu li:hover a {
  color: #2579FF;
}

.menu > .nav-item.active .nav-link {
  color: #2579FF;
}

.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

.menu > .nav-item:hover .nav-link {
  color: #2579FF;
}

.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu .maga_menu_col ul > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.menu_btn {
    font-family: 'Roboto', Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #414e46;
    border-style: solid;
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-color: #414e46;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    transition: all 0.2s;
    margin-right: 10px;
}

    .menu_btn:hover {
        background: #fff;
        color: #414e46;
    }

.dark_menu .menu > .nav-item .nav-link {
  color: #677789;
}

.dark_menu .menu > .nav-item.active .nav-link, .dark_menu .menu > .nav-item:hover .nav-link {
  color: #2579FF;
}

.dark_menu .navbar-toggler span {
  background: #0E1133;
}

.navbar_fixed.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #e5ddd2;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.05);
}

.navbar_fixed.navbar img {
  display: none;
}

.navbar_fixed.navbar img + img {
  display: block;
}

.navbar_fixed.navbar .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.2s linear;
}

.navbar_fixed.navbar .menu > .nav-item .nav-link {
  color: #0E1133;
}

.navbar_fixed.dark_menu .navbar-brand img {
  display: block;
}

.navbar-toggler {
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  margin: 25px 3px 25px 0px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(6) {
  transform: rotate(45deg);
}

.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(5) {
  transform: rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
  left: 0px;
  top: 4px;
}

.navbar-toggler span:nth-child(2) {
  left: calc(50% - 4px);
  top: 4px;
}

.navbar-toggler span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler span:nth-child(5) {
  left: 0px;
  top: 14px;
}

.navbar-toggler span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}

.navbar-toggler.collapsed span:nth-child(1), .navbar-toggler.collapsed span:nth-child(2) {
  top: 2px;
}

.navbar-toggler.collapsed span:nth-child(3), .navbar-toggler.collapsed span:nth-child(4) {
  top: 9px;
}

.navbar-toggler.collapsed span:nth-child(5), .navbar-toggler.collapsed span:nth-child(6) {
  top: 16px;
}

.navbar-toggler.collapsed span:nth-child(2), .navbar-toggler.collapsed span:nth-child(5), .navbar-toggler.collapsed span:nth-child(1), .navbar-toggler.collapsed span:nth-child(6) {
  transform: rotate(0deg);
}

.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
  left: 0;
}

.navbar-toggler.collapsed span:nth-child(4) {
  opacity: 1;
  left: calc(50% - 4px);
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 8;
  }
  .menu {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu > .nav-item {
    margin-left: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item > .nav-link {
    color: #677789;
  }
  .menu_btn {
    padding: 7px 20px;
  }
  .navbar_fixed .navbar-toggler span {
    background: #0E1133;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
.ddoc_banner_area {
  background-image: linear-gradient(180deg, #12174e 0%, #12174e 100%);
  padding: 220px 0 135px 0;
  position: relative;
  z-index: 1;
}

.ddoc_banner_area::before {
  background: url(../img/bg.webp) no-repeat center 0/cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.ddoc_banner_content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
}

.ddoc_banner_content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 0 0 5px 0;
}

.docoment.search {
  max-width: 660px;
  margin: 50px auto 0px;
}

.docoment.search .input-group {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.docoment.search .input-group .form-control {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #677789;
  padding: 10px 30px;
  box-shadow: none;
  font-family: 'Roboto', Sans-serif;
  width: auto;
  flex: 1;
}

.docoment.search .input-group .category-select {
  border: 0;
  margin-left: 0;
  width: max-content;
  flex: 0 0 auto;
  background: transparent;
  font-size: 16px;
  color: #677789;
  font-weight: 500;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  height: auto;
  box-shadow: none;
  padding-left: 0;
}

.docoment.search .input-group .category-select::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #677789;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -1px;
}

.docoment.search .input-group .category-select::after {
  border-bottom: 1px solid #677789;
  border-right: 1px solid #677789;
  width: 7px;
  height: 7px;
  right: 18px;
  margin-top: -5px;
}

.docoment.search .input-group .ddoc-doc-ajax-search {
  background: #2579ff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  color: #fff;
  margin-left: 0 !important;
  font-family: 'Roboto', Sans-serif;
  border: 0;
  border-radius: 5px !important;
}

.docoment.search .search-suggation {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.docoment.search .search-suggation span {
  padding: 4px 13px;
  border-radius: 5px 5px 5px 5px;
  background-color: #292e69;
  margin: 5px 4px 0 4px;
  display: inline-block;
}

.ddoc_banner_blue_area {
  background: #344cb1;
  padding: 170px 0 280px 0;
  position: relative;
  z-index: 1;
}

.ddoc_banner_blue_area:after, .ddoc_banner_blue_area:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.ddoc_banner_blue_area::before {
  background: url(../img/home_banner_3.png) no-repeat center/cover;
}

.ddoc_banner_blue_area:after {
  background: url(../img/home_banner_two.png) no-repeat center bottom/cover;
}

.ddoc_banner_white_area {
  padding: 200px 0 150px 0;
  background-image: linear-gradient(180deg, #f2f3f7 0%, #ebeef3 100%);
  position: relative;
  z-index: 1;
}

.ddoc_banner_white_area::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/Mask-group-1.png") no-repeat scroll center 0/cover;
}

.ddoc_banner_white_area .one,
.ddoc_banner_white_area .two {
  position: absolute;
  z-index: -1;
}

.ddoc_banner_white_area .one {
  left: 0;
  bottom: 0;
}

.ddoc_banner_white_area .two {
  right: 0;
  bottom: 0;
}

.ddoc_banner_white_area .ddoc_banner_content h3 {
  font-size: 75px;
  font-weight: 500;
  color: #0E1133;
  margin-bottom: 15px;
}

.ddoc_banner_white_area .ddoc_banner_content h3 span {
  color: #4242d4;
}

.ddoc_banner_white_area .ddoc_banner_content p {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ddoc_banner_white_area .docoment.search {
  margin-top: 70px;
}

.ddoc_banner_white_area .docoment.search .input-group {
  background: transparent;
}

.ddoc_banner_white_area .docoment.search .input-group input {
  border-radius: 5px !important;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  height: 70px;
}

.ddoc_banner_white_area .docoment.search .input-group button {
  background: #4242d4;
}

.ddoc_banner_white_area .docoment.search .search-suggation {
  color: #4f4f4f;
}

.ddoc_banner_white_area .docoment.search .search-suggation span {
  background-color: #d0ddf2;
  margin: 0 0 0 6px;
}

.ddoc_breadcrumb_area {
  padding: 200px 0px 150px;
  background: url("../img/single_default_banner.webp") no-repeat scroll center 0/cover;
}

.search-doc {
  position: relative;
  background: #fff;
  border-radius: 5px;
}

.search-doc .form-control {
  color: #0e1133;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  box-shadow: none;
  outline: none;
  padding: 12px 20px 9px;
  border: none;
}

.search-doc .btn_search {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  background: 0 0;
  color: #2579ff;
}

.ddoc-single-breadcrumbs {
  background: #e1e6ee;
  border: 1px solid #dae2ef;
  padding: 17px 80px;
  margin: 0;
  position: relative;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb {
  list-style: none;
  padding: 0 50px 0px 0px;
  margin-bottom: 0;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb li {
  font-size: 16px;
  color: #929ab2;
  font-weight: 500;
  display: inline-block;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb li:after {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0px 10px;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb li a {
  color: #929ab2;
  text-decoration: none;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb li:last-child::after {
  display: none;
}

.ddoc-single-breadcrumbs .wedocs-breadcrumb li.current {
  color: #677789;
}

.ddoc-single-breadcrumbs .ddoc_date {
  color: #929ab2;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.ddoc_breadcrumbs_area {
  padding: 205px 0px 135px;
  position: relative;
  z-index: 1;
  background: url("../img/blog/banner.webp") center 0px/cover no-repeat;
}

.ddoc_breadcrumbs_area h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ddoc_breadcrumbs_area .breadcrumb li {
  display: inline-block;
  font-size: 15px;
  color: #0E1133;
  margin-right: 18px;
  position: relative;
}

.ddoc_breadcrumbs_area .breadcrumb li:after {
  content: '';
  width: 8px;
  height: 1px;
  color: #333;
  background: currentColor;
  position: absolute;
  right: -13px;
  top: 50%;
  display: inline-block;
}

.ddoc_breadcrumbs_area .breadcrumb li a {
  color: #0e1133;
}

.ddoc_breadcrumbs_area .breadcrumb li:last-child:after {
  display: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
.ddoc_document_area {
  position: relative;
  z-index: 1;
}

.ddoc_document_area::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/shap_one.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ddoc_document_area .row > *:nth-child(2) .online_document_item {
  background: #f4e1ba;
  border-color: #f3c870;
}

.ddoc_document_area .row > *:nth-child(3) .online_document_item {
  background: #e0edfc;
  border-color: #b5d7ff;
}

.online_document_item {
  padding: 48px 48px 48px 48px;
  background-color: #f4e3e9;
  border-style: solid;
  border-width: 5px 0 0 0;
  border-color: #fda6c5;
  border-radius: 10px 10px 10px 10px;
}

.online_document_item .doc_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  margin-bottom: 27px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.online_document_item h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 0.67em 0;
}

.online_document_item p {
  color: #4e5564;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5em;
}

.read_more {
  color: #2579ff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.read_more::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2579ff;
  opacity: 0;
  transition: all 0.2s;
  z-index: 0;
}

.read_more i {
  transition: all 0.2s;
}

.read_more:hover:before {
  opacity: 1;
}

.read_more:hover i {
  margin-left: 10px;
}

.ddoc_documentation_tab_area {
  position: relative;
  z-index: 1;
}

.ddoc_documentation_tab_area .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.ddoc_documentation_tab_area .nav {
  margin-bottom: 70px;
}

.ddoc_documentation_tab_area .nav .nav-item {
  margin: 0px 10px;
}

.ddoc_documentation_tab_area .nav .nav-item .nav-link {
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  padding: 5px 20px 3px;
  background: #5b58ff;
  border-radius: 5px;
  transition: all 0.2s;
}

.ddoc_documentation_tab_area .nav .nav-item .nav-link:hover {
  box-shadow: 0 6px 25px rgba(2, 2, 36, 0.35);
  background: #2e2e2e !important;
}

.ddoc_documentation_tab_area .nav .nav-item:nth-child(2) .nav-link {
  background: #48b2ed;
}

.ddoc_documentation_tab_area .nav .nav-item:nth-child(3) .nav-link {
  background: #96a7ff;
}

.ddoc_documentation_tab_area .nav .nav-item:nth-child(4) .nav-link {
  background: #e2af29;
}

.ddoc_documentation_tab_area .nav .nav-item:nth-child(5) .nav-link {
  background: #fa668e;
}

.ddoc_documentation_tab_area .tab_left_content .img {
  margin-bottom: 22px;
}

.ddoc_documentation_tab_area .tab_left_content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 6px;
}

.ddoc_documentation_tab_area .tab_left_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.ddoc_documentation_tab_area .tab_left_content .read_more {
  color: #2579ff;
  font-weight: 500;
  font-size: 16px;
}

.ddoc_documentation_tab_area .tab_left_content .read_more i {
  transition: all 0.2s;
}

.ddoc_documentation_tab_area .tab_left_content .read_more:hover i {
  margin-left: 10px;
}

.tab_right_content {
  padding-left: 50px;
  padding-top: 20px;
}

.dt_knowledge_item {
  margin-bottom: 50px;
}

.dt_knowledge_item .media {
  display: flex;
}

.dt_knowledge_item .media .img_wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(25, 28, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 20px;
}

.dt_knowledge_item .media .media-body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.2s;
}

.dt_knowledge_item .media .media-body h4:hover {
  color: #2579ff;
}

.dt_knowledge_item .media .media-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin-bottom: 0;
}

.ddoc_funfact_area {
  padding-top: 100px;
  padding-bottom: 120px;
}

.ddoc_funfact_area .row > *:nth-child(2) .ddoc_funfact_item {
  background-image: linear-gradient(314deg, #cff6df 0%, #ddebef 100%);
}

.ddoc_funfact_area .row > *:nth-child(3) .ddoc_funfact_item {
  background-image: linear-gradient(314deg, #f5fbe4 0%, #fde4e0 100%);
}

.ddoc_funfact_area .row > *:nth-child(4) .ddoc_funfact_item {
  background-image: linear-gradient(314deg, #fceef7 0%, #fbd7f1 100%);
}

.ddoc_funfact_item {
  background-image: linear-gradient(314deg, #e1ecf9 0%, #c1cdf5 100%);
  padding: 30px 30px 30px 30px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}

.ddoc_funfact_item .box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
}

.ddoc_funfact_item .box h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 4px;
  margin-top: 25px;
}

.ddoc_funfact_item .box p {
  margin-bottom: 0;
}

/*======= ddoc_faq_area css =======*/
.ddoc_tab_menu {
  padding: 26px 26px 13px 26px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dae2ef;
  border-radius: 5px 5px 5px 5px;
  background-color: #eef1f6;
}

.ddoc_tab_menu .nav-link {
  font-family: 'Roboto', Sans-serif;
  color: #14162e;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 5px 5px 5px 5px;
  padding: 12px 25px 12px 25px;
  justify-content: flex-end;
  border: 0px;
  text-align: left;
  margin-bottom: 14px;
}

.ddoc_tab_menu .nav-link.active {
  background: #fff;
}

.ddoc_tab_menu .nav-link:last-child {
  margin-bottom: 0;
}

.ddoc_tab_menu .nav-link img {
  margin-right: 15px;
}

.faq_content .accordion .accordion-item {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eef1f6;
  border-radius: 5px 5px 5px 5px;
}

.faq_content .accordion .accordion-button {
  border: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  color: #2579ff;
  background: transparent;
}

.faq_content .accordion .accordion-button.collapsed {
  color: #0e1133;
}

.faq_content .accordion .accordion-body {
  color: #677789;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 0;
}

.ddoc_document_two_area {
  margin-top: -157px;
  z-index: 1;
  position: relative;
}

.ddoc_online_document_item {
  box-shadow: 0 8px 40px 0 rgba(31, 51, 115, 0.1);
  background: #fff;
  padding: 60px 40px 30px 40px;
  position: relative;
  border-radius: 5px;
}

.ddoc_online_document_item .number {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
  z-index: 1;
  color: #f1f4f9;
  font-size: 120px;
  font-weight: 300;
}

.ddoc_online_document_item .number::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/dot-number.png) no-repeat scroll center center/contain;
  right: 7px;
  top: 0;
  position: absolute;
  z-index: -1;
}

.ddoc_online_document_item .doc_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #fff1c7;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
  position: relative;
  margin-bottom: 24px;
}

.ddoc_online_document_item .doc_icon::before {
  content: '';
  position: absolute;
  background: url(../img/round_img.png) no-repeat scroll center center/contain;
  width: 63px;
  height: 55px;
  left: -2px;
  top: 0;
}

.ddoc_online_document_item h4 {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0.67em 0;
}

.ddoc_online_document_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.ddoc_listing_area.bg_listing {
  position: relative;
  z-index: 1;
}

.ddoc_listing_area.bg_listing::before {
  content: '';
  height: 1259px;
  width: 100%;
  background: url("../img/Vector-40.png") no-repeat right;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
}

.list-content {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 5px;
  padding: 35px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-bottom: 30px;
}

.list-content .header {
  margin-bottom: 12px;
  display: flex;
}

.list-content .header .icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.list-content .header .icon img {
  max-width: 100%;
}

.list-content .header .content h4 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 2px;
}

.list-content .header .content span {
  color: #677789;
  font-size: 14px;
}

.list-content .list-group .list-group-item {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  border-color: #ebebec;
  padding-bottom: 8px;
  padding-top: 8px;
}

.list-content .list-group .list-group-item img {
  width: 13px;
  margin-right: 5px;
}

.list-content .list-group .list-group-item a {
  color: #677789;
}

.list-content .list-group .list-group-item:hover a {
  color: #2579FF;
}

.list-content .read_more {
  margin-top: 15px;
}

.list-content:hover {
  background: #fff;
  box-shadow: 6px 10px 50px rgba(25, 28, 104, 0.15);
}

.ddoc_video_area {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.ddoc_video_area::before {
  content: '';
  background: url(../img/shap_video.png) no-repeat scroll center 0/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ddoc_video_title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.video_doc_item {
  box-shadow: 0 4px 40px rgba(238, 238, 238, 0.8);
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
}

.video_doc_item .video-bg {
  width: 100%;
  height: 200px;
}

.video_doc_item .video-bg .video-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  transition: all 0.2s;
}

.video_doc_item .video-bg .video-icon:hover {
  background: #2579FF;
  border-color: #2579FF;
}

.video_doc_item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0;
  transition: all 0.2s;
}

.video_doc_item .border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.video_doc_item .author-info {
  padding-top: 14px;
}

.video_doc_item .author {
  align-items: center;
}

.video_doc_item .author img {
  border-radius: 50%;
  margin-right: 10px;
}

.video_doc_item .author .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.video_doc_item .date {
  color: #677789;
  font-size: 12px;
}

.video_doc_item:hover h3 {
  color: #2579FF;
}

.ddoc_help_area {
  position: relative;
  z-index: 1;
}

.ddoc_help_area::before {
 /* content: '';
  height: 1127px;
  width: 100%;
  background: url("../img/help-shap.png") no-repeat left;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;*/
}

.ddoc_help_area .row > * {
  margin-bottom: 20px;
}

    .ddoc_help_area .row > *:nth-child(1) .ddoc_help_item {
        background-color: #e5ddd2;
    }

.ddoc_help_area .row > *:nth-child(3) .ddoc_help_item {
  background-color: #01ccd1;
}

.ddoc_help_area .row > *:nth-child(4) .ddoc_help_item {
  background-color: #fb4979;
}

.ddoc_help_item {
    display: flex;
    flex-wrap: wrap;
    padding: 38px 35px 30px 35px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px 5px 5px 5px;
    background-color: #414e46;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.2s;
}

.ddoc_help_item:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.ddoc_help_item .info_box_icon {
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.ddoc_help_item .dl-infobox-content {
  flex: 1;
}

.ddoc_help_item .dl-infobox-content h4,
.ddoc_help_item .dl-infobox-content p,
.ddoc_help_item .dl-infobox-content .read_more {
  color: #fff;
}

.ddoc_help_item .dl-infobox-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ddoc_help_item .dl-infobox-content .read_more {
  margin-top: 0px;
}

.ddoc_help_item .dl-infobox-content .read_more::before {
  display: none;
}

.ddoc_service_area {
  background-color: #5756b3;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.ddoc_service_area::before {
  content: '';
  background: url("../img/shapd.png") no-repeat scroll center bottom/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ddoc_service_content h2,
.ddoc_service_content p,
.ddoc_service_content .read_more {
  color: #fff;
}

.ddoc_service_content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 30px;
}

.ddoc_service_content p {
  margin-bottom: 30px;
}

.ddoc_service_content .read_more::before {
  display: none;
}

.ddoc_service_item {
  padding: 0 0px 0 90px;
  margin-bottom: 40px;
}

.ddoc_service_item .icon {
  margin-bottom: 25px;
}

.ddoc_service_item h4,
.ddoc_service_item p {
  color: #fff;
}

.ddoc_service_item h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
}

.ddoc_customer_area {
  position: relative;
  z-index: 1;
}

.ddoc_customer_area::before {
  content: '';
  background: url("../img/customer_shap.png") no-repeat scroll top left;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 968px;
  top: 0;
  left: 0;
}

.ddoc_customer_area .row > *:nth-child(2) .clients_logo_item {
  background-color: #fffbe9;
}

.ddoc_customer_area .row > *:nth-child(3) .clients_logo_item {
  background-color: #f9eafe;
}

.ddoc_customer_area .row > *:nth-child(4) .clients_logo_item {
  background-color: #fff0e9;
}

.ddoc_customer_area .row > *:nth-child(5) .clients_logo_item {
  background-color: #f9eafe;
}

.clients_logo_item {
  padding: 40px 20px 37px 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: #e7fbf3;
}

.clients_logo_item img {
  height: 75px;
}

.clients_logo_item h6 {
  color: #2b3646;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.1px;
  padding-top: 25px;
}

.counter_item {
  margin-top: 25px;
}

.counter_item .number {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01px;
  margin-bottom: 15px;
}

.counter_item h5 {
  color: #677789;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01px;
}

.ddoc_blog_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ddoc_blog_area::before {
  content: '';
  width: 100%;
  height: 968px;
  background: url("../img/blog-shap.png") no-repeat scroll center right;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.ddoc-blog-grid-item {
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e8edf4;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.2s;
  overflow: hidden;
}

.ddoc-blog-grid-item .dl_single_blog_img {
  margin-right: 30px;
}

.ddoc-blog-grid-item .dl_single_blog_img img {
  width: 190px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}

.ddoc-blog-grid-item .dl_single_info_box_content {
  flex: 1;
  padding: 20px 0px;
}

.ddoc-blog-grid-item .dl_single_info_box_content .category {
  font-size: 15px;
  font-weight: 500;
  color: #5468ff;
  margin-bottom: 8px;
  display: inline-block;
}

.ddoc-blog-grid-item .dl_single_info_box_content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

.ddoc-blog-grid-item .dl_single_info_box_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #677789;
  margin-bottom: 20px;
}

.ddoc-blog-grid-item .dl_single_info_box_content .author_info {
  align-items: center;
}

.ddoc-blog-grid-item .dl_single_info_box_content .author_info img {
  width: 35px;
  border-radius: 50%;
}

.ddoc-blog-grid-item .dl_single_info_box_content .author_info h4 {
  color: #0e1421;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.ddoc-blog-grid-item:hover {
  box-shadow: 6px 10px 50px rgba(25, 28, 104, 0.15);
}

.ddoc-blog-grid-item:hover h3 {
  color: #2579FF;
}

.ddoc_newsletter_inner {
  background-color: #e2ebfb;
  padding: 20px 60px 30px 60px;
  border-radius: 20px 20px 20px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.ddoc_newsletter_inner img {
  margin: -143px 0 10px 0;
}

.ddoc_newsletter_inner .ddoc_newsletter_content {
  margin-right: -15px;
}

.ddoc_newsletter_inner .ddoc_newsletter_content h4 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
}

.ddoc_newsletter_inner .ddoc_newsletter {
  display: flex;
  padding-left: 50px;
}

.ddoc_newsletter_inner .ddoc_newsletter input {
  background-color: #fff;
  color: #0e1133;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  line-height: 50px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0 0 0 0;
  padding-left: 25px;
  margin-right: 10px;
  box-shadow: none;
}

.ddoc_newsletter_inner .ddoc_newsletter .action_btn {
  background-color: #2579ff;
  border: 0px;
  border-radius: 5px;
  padding: 5px 32px;
  box-shadow: 0 14px 30px 0 rgba(183, 157, 136, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01px;
}

.ddoc_newsletter_inner .ddoc_newsletter .action_btn:hover {
  box-shadow: none;
}

/*=========== ddoc-single-content  css =========*/
.dt_product_body_wrap {
  overflow: hidden;
}

.dt_product_body_wrap .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.doc-sidebar-menu {
  background: #eef1f6;
  height: 100%;
  margin-right: 80px;
}

.doc-sidebar-menu .wedocs-sidebar {
  padding-left: 2rem;
  padding-right: 3rem;
  padding-top: 35px;
}

.doc-sidebar-menu .wedocs-sidebar .widget-title {
  font-size: 18px;
  color: #0e1133;
  margin-bottom: 25px;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li {
  margin-bottom: 12px;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #0E1133;
  text-decoration: none;
  display: flex;
  padding-right: 20px;
  position: relative;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li a img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 3px;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li a > .fa {
  color: #4e5564;
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 16px;
  transition: all 0.2s;
  transform: rotate(0deg);
  cursor: pointer;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li ul {
  display: none;
  list-style: none;
  padding: 4px 0px 0px;
  margin: 0;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li ul li {
  margin-left: 30px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 8px;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li ul li a {
  display: block;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 11px;
}

.doc-sidebar-menu .wedocs-sidebar .doc-nav-list li ul li a::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.33);
}

.doc-sidebar-menu.doc-sidebar-right {
  margin-left: 80px;
  padding: 38px 35px;
}

.doc-sidebar-menu.doc-sidebar-right .docs_sidebar {
  margin-bottom: 50px;
}

.doc-sidebar-menu.doc-sidebar-right .widget-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 35px;
}

.doc-sidebar-menu.doc-sidebar-right .wp-block-ddoc-block-zoomtext .btn-group {
  background: #ffffff;
  border: 1px solid #929ab2;
  border-radius: 3px;
}

.doc-sidebar-menu.doc-sidebar-right .wp-block-ddoc-block-zoomtext .btn-group button {
  font-size: 14px;
  color: #929ab2;
  border: 0px;
  font-weight: 400;
  margin-left: 0 !important;
  box-shadow: none;
  padding: 7px 6px;
  min-width: 35px;
  text-align: center;
  line-height: 1;
  background: #fff;
}

.doc-sidebar-menu.doc-sidebar-right .wp-block-ddoc-block-zoomtext .btn-group button.active {
  background: #2579ff;
  color: #fff !important;
}

.doc-sidebar-menu.doc-sidebar-right .print-ddoc {
  font-size: 22px;
  color: #929ab2;
  vertical-align: middle;
  margin-left: 12px;
}

.doc-sidebar-menu.doc-sidebar-right .contact_support_right {
  background: #f4e3e9;
  border-radius: 5px;
  padding: 35px;
}

.doc-sidebar-menu.doc-sidebar-right .contact_support_right h3 {
  color: #0e1133;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  display: flex;
  align-items: start;
  margin-top: 0;
  margin-bottom: 14px;
}

.doc-sidebar-menu.doc-sidebar-right .contact_support_right p {
  color: #677789;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.doc-sidebar-menu.doc-sidebar-right .contact_support_right .support_btn {
  background: #2579ff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', Sans-serif;
  box-shadow: 0px 4px 25px rgba(59, 166, 167, 0.15);
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.doc-sidebar-menu.doc-sidebar-right .contact_support_right .support_btn:hover {
  box-shadow: 0px 0px 15px rgba(59, 166, 167, 0.15);
  background: #fff;
  color: #2579ff;
}

.bbp-forums-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbp-forums-widget li a {
  font-size: 16px;
  font-weight: 400;
  color: #181b31;
  text-decoration: none;
  display: block;
  padding: 8px 0px;
  border-top: 1px solid #ededed;
  transition: all 0.3s;
}

.bbp-forums-widget li a:hover {
  color: #2579ff;
}

.bbp-forums-widget li:first-child a {
  padding-top: 0;
  border: 0px;
}

.ddoc-single-post {
  position: relative;
  padding-top: 30px;
  padding-bottom: 330px;
}

.ddoc-single-post .entry-header .entry-title {
  margin: 0px;
  font-size: 36px;
  font-weight: 600;
  color: #0E1133;
  line-height: 1.3;
}

.ddoc-single-post .ddoc-single-post-meta li {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #929ab2;
  margin-right: 8px;
}

.ddoc-single-post .ddoc-single-post-meta li i {
  font-size: 12px;
  margin-right: 5px;
}

.ddoc-single-post .entry-content {
  margin-top: 40px;
}

.ddoc-single-post .entry-content .row {
  margin-top: 50px;
}

.ddoc-single-post .entry-content .dt_knowledge_item .media .media-body h4 a {
  color: #0E1133;
  transition: all 0.2s;
}

.ddoc-single-post .entry-content .dt_knowledge_item .media .media-body h4 a:hover {
  color: #2579FF;
}

.ddoc-single-post .dt_content_pagonation {
  border-top: 1px solid #e7ebf2;
  margin-top: 30px;
  padding-top: 20px;
}

.ddoc-single-post .dt_content_pagonation .prev_content {
  color: #677789;
}

.ddoc-single-post .dt_content_pagonation .prev_content:hover {
  color: #2579FF;
}

.ddoc-single-post .dt_content_pagonation .prev_content i.fa-arrow-right {
  margin-left: 8px;
}

.ddoc-single-post .dt_content_pagonation .prev_content i.fa-arrow-left {
  margin-right: 8px;
}

.ddoc-single-post .dt_content_pagonation .prev_content.next {
  float: right;
}

.ddoc-single-post .entry-footer {
  margin-top: 50px;
}

.ddoc-single-post .entry-footer h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0.67em;
}

.ddoc-single-post .entry-footer span,
.ddoc-single-post .entry-footer time {
  font-size: 16px;
  line-height: 26px;
  color: #677789;
}

.ddoc-single-post .entry-footer span a,
.ddoc-single-post .entry-footer time a {
  color: #2579FF;
  text-decoration: underline;
}

.ddoc-single-post .wedocs-feedback-wrap {
  background: linear-gradient(270deg, rgba(238, 241, 246, 0) 3.31%, #f7f8fb 25.85%, #f7f8fb 73.15%, rgba(238, 241, 246, 0) 99.1%);
  max-width: 900px;
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 26px;
  color: #677789;
  font-family: "Roboto", sans-serif;
  padding: 7px 10px;
  text-align: center;
}

.ddoc-single-post .wedocs-feedback-wrap .wedocs-tip {
  min-width: 70px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.ddoc-single-post .wedocs-feedback-wrap .wedocs-tip.positive {
  background: #48d26f;
  border-color: #48d26f;
  margin-right: 5px;
}

.ddoc-single-post .wedocs-feedback-wrap .wedocs-tip.negative {
  background: #e44e4e;
  border-color: #e44e4e;
}

.ddoc-page-content p {
  margin-bottom: 1.5em;
}

.ddoc-page-content h2 {
  font-size: 22px;
  color: #0e1133;
  margin-bottom: 8px;
}

.ddoc-page-content h2 a {
  color: #0E1133;
}

.ddoc-page-content pre {
  background: #eee;
  padding: 1.6em;
  margin-top: 15px;
  color: #677789;
}

.ddoc-page-content .wp-block-preformatted {
  white-space: pre-wrap;
}

.ddoc-page-content ul,
.ddoc-page-content ol {
  padding-left: 18px;
}

.ddoc-page-content ul li,
.ddoc-page-content ol li {
  margin-bottom: 7px;
  color: #677789;
}

.ddoc-page-content .wp-block-quote {
  margin-left: 0;
  margin-bottom: 12px;
  margin-top: 40px;
}

.ddoc-page-content .wp-block-quote p {
  margin-bottom: 0;
}

.ddoc-page-content iframe {
  width: 640px;
  height: 430px;
}

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

.register_left,
.register_right {
  width: 50%;
}

.register_right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_left {
  background-color: #eef1f6;
  padding: 200px 20px;
}

.register_left .text {
  text-align: center;
  text-align: center;
  color: #677789;
  font-family: 'Roboto', Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.register_left .text a {
  font-weight: 500;
  color: #677789;
}

.register_left .text a:hover {
  color: #2579FF;
}

.register_left .register_info {
  max-width: 475px;
  margin: 0 auto;
}

.register_left .register_info h3 {
  color: #0e1133;
  font-family: 'Roboto', Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin-bottom: 45px;
}

.register_left .register_info .form-control {
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  border: 0px;
  box-shadow: none;
}

.register_left .register_info .form-control.placeholder {
  color: #929ab2;
}

.register_left .register_info .form-control:-moz-placeholder {
  color: #929ab2;
}

.register_left .register_info .form-control::-moz-placeholder {
  color: #929ab2;
}

.register_left .register_info .form-control::-webkit-input-placeholder {
  color: #929ab2;
}

.register_left .register_info .form-check-input[type='checkbox'] {
  display: none;
}

.register_left .register_info .form-check-input[type='checkbox']:checked + .form-check-label:after {
  opacity: 1;
}

.register_left .register_info .form-check-label {
  position: relative;
  color: #677789;
  font-size: 14px;
  cursor: pointer;
}

.register_left .register_info .form-check-label::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 3px;
  left: -30px;
  top: 0px;
}

.register_left .register_info .form-check-label:after {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
  width: 20px;
  height: 20px;
  color: #2579ff;
  left: -29px;
  top: 0px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_left .register_info button {
  font-size: 14px;
  font-weight: 500;
  background: #2579ff;
  border-radius: 5px;
  padding: 14px 5px;
  box-shadow: none;
  border: 0px;
}

.register_left .register_info button:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0px 14px 30px 0px rgba(183, 157, 136, 0.3);
}

.ddoc_social_login {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.ddoc_social_login p {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0px 25px;
  color: #677789 !important;
}

.ddoc_social_login p::before, .ddoc_social_login p:after {
  content: '';
  width: 514px;
  position: absolute;
  left: 100%;
  height: 1px;
  background: #677789;
  bottom: 13px;
  display: block;
  z-index: -4;
}

.ddoc_social_login p:after {
  left: auto;
  right: 100%;
}

.open_right_sidebar {
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50px;
  z-index: 1;
}

.dt_product_body_wrap {
  position: relative;
  overflow: hidden;
}

.clickIconRight {
  display: flex;
  width: 30px;
  height: 30px;
  background: #e8eeff;
  border-radius: 50%;
  color: #0479f7;
  font-size: 15px;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.clickIconRight i + i {
  display: none;
}

.clickIconLeft {
  padding: 0;
  width: 30px;
  height: 20px;
  position: relative;
  align-items: center;
  outline: none;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.clickIconLeft .bar {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #0479f7;
  transition: all 0.5s;
}

.clickIconLeft .bar:first-child {
  top: 0;
}

.clickIconLeft .bar:last-child {
  top: calc(100% - 2px);
}

.clickIconLeft.open .bar {
  opacity: 0;
}

.clickIconLeft.open .bar:first-child {
  transform: rotate(45deg);
  top: 50%;
  opacity: 1;
}

.clickIconLeft.open .bar:last-child {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
  opacity: 1;
}

/*=============== forums css =================*/
.forum_area .search_form input {
  background: rgba(76, 76, 241, 0.05);
}

.forums_box {
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.forums_box .forums_header,
.forums_box .forum-item {
  display: flex;
}

.forums_box .forum-titles {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.forums_box .forum-titles li {
  flex-basis: 25%;
  text-align: right;
}

.forums_box .forum-titles li:last-child {
  flex-basis: 50%;
}

.forums_box .forums_header {
  padding: 17px 15px;
  display: flex;
  text-align: left;
  background: rgba(76, 76, 241, 0.05);
  border: 1px solid #eaeeef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.forums_box .community-posts-wrapper .forum-item {
  padding: 20px;
}

.forums_box .community-posts-wrapper .forum-item:not(:last-child) {
  border-bottom: 1px solid #eaeeef;
}

.forums_box .community-posts-wrapper .forum-titles li {
  font-size: 14px;
  color: #677789;
}

.forums_box .community-posts-wrapper .forum-titles li .freshness-btm {
  margin-top: 10px;
}

.forums_box .community-posts-wrapper .forum-titles li a {
  color: #677789;
}

.forums_box .community-posts-wrapper .forum-titles li a:hover {
  color: #2579FF;
}

.forums_box .community-posts-wrapper .forum-titles li a.bbp-author-link {
  padding-right: 10px;
}

.forums_box .community-posts-wrapper .forum-titles li .bbp-author-avatar img {
  border-radius: 50%;
  width: 30px;
}

.forums_box .community-posts-wrapper h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.forums_box .community-posts-wrapper h3:hover {
  color: #2579FF;
}

.forums_box .community-posts-wrapper p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.widget_display_stats ul li {
  font-size: 16px;
  font-weight: 400;
  color: #677789;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  border: 1px solid #ededed;
  transition: all 0.3s;
  margin-bottom: 8px;
  padding: 10px 50px 10px 20px;
  align-items: center;
  position: relative;
}

.widget_display_stats ul li span {
  padding: 13px 5px;
  background: #f4f4f4;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  text-align: center;
}

.widget_display_topics ul li {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: #677789;
  padding: 8px 0px;
  border-top: 1px solid #ededed;
  transition: all 0.3s;
}

.widget_display_topics ul li:first-child {
  padding-top: 0;
  border: 0px;
}

.widget_display_topics ul li .bbp-author-avatar {
  margin-right: 5px;
}

.widget_display_topics ul li .bbp-author-avatar img {
  border-radius: 50%;
}

.widget_display_topics ul li a {
  color: #181b31;
}

.widget_display_topics ul li a:hover {
  color: #2579FF;
}

.bbp-template-notice {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
  padding: 10px 20px;
}

.bbp-template-notice ul {
  background: 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbp-template-notice ul li {
  font-size: 16px;
  color: #677789;
}

.bbp-template-notice ul li a {
  color: #555;
}

.bbp-template-notice ul li .bbp-author-avatar img {
  width: 20px;
  border: 3px double #ddd;
  border-radius: 50%;
}

.bbp-pagination-count {
  font-size: 14px;
  color: #677789;
  margin: 20px 0px;
}

.forum_post {
  margin-top: 50px;
}

.forum_post .bbp-form {
  border: 1px solid #ededed;
  padding: 40px 30px;
  margin-bottom: 20px;
}

.forum_post .bbp-form legend {
  font-size: 24px;
  color: #0E1133;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.forum_post .bbp-form label {
  font-size: 14px;
  margin-bottom: 10px;
  color: #0e1133;
  font-weight: 600;
  margin-top: 15px;
}

.forum_post .bbp-form input {
  border: 1px solid #ededed;
  height: 50px !important;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px !important;
  padding-top: 2px !important;
}

.forum_post .bbp-form textarea {
  height: 200px;
  border: 1px solid #ededed;
  padding-top: 15px;
  padding-left: 15px;
  width: 100%;
}

.forum_post .bbp-form .button {
  padding: 10px 40px;
  background: #2579ff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 0px;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.2s;
}

.forum_post .bbp-form .button:hover {
  background: #0b5ed7;
  box-shadow: 0px 15px 40px 0px rgba(11, 94, 215, 0.02);
}

.forum_post .bbp-form .bbp-form legend {
  margin-bottom: 0;
}

.forum_post .bbp-form .bbp-form p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
.ddoc_testimonial_area {
  background: #eef1f6;
  position: relative;
  z-index: 1;
}

.ddoc_testimonial_area::before {
  content: '';
  background: url(../img/pattern-bg.png) no-repeat scroll center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.ddoc_testimonial_area .container {
  max-width: 1340px;
}

.ddoc_testimonial_inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0 !important;
}

.ddoc_testimonial_inner .slick-slide {
  margin: 0px 15px;
}

.ddoc_testimonial_inner .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

.ddoc_testimonial_inner .slick-dots li button {
  height: 10px;
  width: 10px;
  background-color: #d0d8e4;
  border-radius: 50%;
}

.ddoc_testimonial_inner .slick-dots li button:before {
  display: none;
}

.ddoc_testimonial_inner .slick-dots li.slick-active button {
  background-color: #2579ff;
}

.dl_pro_testimonial_slider_wrapper {
  background-color: #fff;
  padding: 45px 30px 30px 40px;
  border-radius: 10px 10px 10px 10px;
  z-index: 1;
  position: relative;
}

.dl_pro_testimonial_slider_wrapper .dl_pro_testimonial_icon {
  position: absolute;
  z-index: -1;
  right: 40px;
  bottom: 20px;
  width: 90px;
  height: 90px;
}

.dl_pro_testimonial_slider_wrapper .dl_pro_testimonial_icon svg {
  width: 100%;
}

.dl_pro_testimonial_slider_wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #0e1133;
  margin: 24px 0 24px 0;
}

.dl_pro_testimonial_slider_wrapper .dl_client_info h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0e1133;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

.dl_pro_testimonial_slider_wrapper .dl_client_info .dl_position {
  font-size: 20px;
  font-weight: 400;
  color: #677789;
  margin-bottom: 0;
  margin-top: 0;
}

.ddoc_testimonial_two_area {
  padding-top: 120px;
}

.ddoc_testimonial_slider_two p {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  color: #677789;
  margin: 25px 0 28px 0;
}

.ddoc_testimonial_slider_two .dl_client_info_inner h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}

.ddoc_testimonial_slider_two .dl_client_info_inner .position {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #677789;
  margin-bottom: 0;
}

.ddoc_call_action_area {
  background: #2f52b2;
  position: relative;
  z-index: 1;
}

.ddoc_call_action_area::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/action_bg.png) no-repeat scroll center 0/cover;
  left: 0;
  top: 0;
}

.ddoc_call_action_area h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.ddoc_call_action_area h5 {
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}

.ddoc_call_action_area .theme_btn {
  font-size: 18px;
  font-weight: 600;
  background-color: #2579ff;
  padding: 16px 54px 16px 54px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.ddoc_call_action_area .theme_btn:hover {
  background: #fff;
  color: #2579FF;
}

.ddoc_call_action_area .number_text {
  color: #aabde1;
  font-size: 16px;
  font-weight: 400;
}

.ddoc_call_action_area .number_text a {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/**
 * /*========== Start medical_latest_blog_item css ===========
 *
 * @format
 */
.blog_list_area,
.blog_details_area {
  position: relative;
  z-index: 1;
}

.latest_blog_info > :nth-child(2) .category {
  background: #ff3636;
}

.latest_blog_info > :nth-child(3) .category {
  background: #e7b335;
}

.latest_blog_item {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

.latest_blog_item .latest_blog_img {
  display: block;
  position: relative;
  overflow: hidden;
}

.latest_blog_item .latest_blog_img a {
  display: block;
}

.latest_blog_item .category {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 1px 9px 2px;
  color: #fff;
  background: #36cd56;
}

.latest_blog_item:hover .latest_content h2 {
  color: #2579FF;
}

.latest_content {
  padding: 28px 20px 10px;
}

.latest_content .post_date {
  font-size: 14px;
  color: #777;
  font-family: "Roboto", sans-serif;
  margin-bottom: 13px;
  display: inline-block;
}

.latest_content .post_date i {
  margin-right: 5px;
}

.latest_content .post_date:hover {
  color: #2579FF;
}

.latest_content h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #0E1133;
  transition: color 0.2s linear;
}

.latest_content p {
  font-size: 15px;
  line-height: 26px;
  color: #677789;
  margin-bottom: 0;
}

.latest_blog_style2 .latest_content {
  padding-left: 0;
  padding-right: 0;
}

.latest_blog_style2 .latest_content h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

/*========== End medical_latest_blog_item css ===========*/
/*========== Start medical_blog_list_area css ===========*/
.blog_main {
  padding-right: 8px;
}

.blog_post_item {
  margin-bottom: 60px;
}

.blog_post_item .mejs__player {
  width: 100%;
}

.blog_post_item .post_media {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.blog_post_item .post_media .blog_img_overlay {
  position: relative;
  z-index: 1;
}

.blog_post_item .post_media .blog_img_overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.blog_post_item .post_media img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog_post_item .post_media a {
  display: block;
}

.blog_post_item .post_date {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background-color: #fbfbfd;
  box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
  text-align: center;
  color: #2579FF;
  padding: 11px 25px;
  font-size: 30px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}

.blog_post_item .post_date span {
  font-weight: 300;
  font-size: 15px;
  display: block;
}

.blog_post_item .video_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

.blog_post_item:hover .post_media img {
  transform: scale(1.1);
}

.blog_post_item:hover .media_blog_content .blog_title {
  color: #2579FF;
}

.media_blog_content {
  font-family: "Roboto", sans-serif;
  border: 1px solid #efeded;
  padding: 32px 40px;
}

.media_blog_content p {
  line-height: 26px;
  padding-top: 10px;
  margin-bottom: 18px;
}

.media_blog_content .post_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media_blog_content .post_comments {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #677789;
  transition: color 0.2s linear;
}

.media_blog_content .post_comments:hover {
  color: #2579FF;
}

.learn_btn_two {
  font-size: 15px;
  font-weight: 500;
  color: #677789;
  transition: color 0.2s linear;
}

.learn_btn_two:hover {
  color: #2579FF;
}

.blog_title {
  font-size: 28px;
  line-height: 1.35;
  color: #031440;
  font-weight: 600;
  transition: color 0.2s linear;
}

.mejs__container {
  border-radius: 6px;
  background: white;
  width: 100% !important;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #2579FF;
  padding: 50px;
}

.mejs__container .mejs__controls {
  background: transparent;
  font-family: "Roboto", sans-serif;
  padding-left: 60px;
  padding-right: 40px;
  height: 100%;
  align-items: center;
}

.mejs__container .mejs__controls .mejs__button {
  height: auto;
}

.mejs__container .mejs__controls .mejs__button button {
  background: none;
  position: relative;
  height: auto;
  line-height: 1;
  margin: 0px;
}

.mejs__container .mejs__controls .mejs__button button::before {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
}

.mejs__container .mejs__controls .mejs__button.mejs__volume-button {
  display: none;
  width: 0px;
}

.mejs__container .mejs__controls .mejs__time {
  padding: 0;
  height: auto;
}

.mejs__container .mejs__controls .mejs__time .mejs__currenttime,
.mejs__container .mejs__controls .mejs__time .mejs__duration {
  font-size: 13px;
  color: #424255;
  font-weight: 400;
  line-height: 1.3;
}

.mejs__container .mejs__controls .mejs__time-rail {
  height: auto;
  padding-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}

.mejs__container .mejs__controls .mejs__time-rail .mejs__time-total {
  margin-top: 0;
  background: #f2f0f6;
  height: 14px;
  border-radius: 0px;
}

.mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current {
  background: #2579FF;
  height: 100%;
}

.mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle {
  background: #e9e7f1;
  height: 100%;
}

.mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle .mejs__time-handle-content {
  display: none;
}

.mejs__container .mejs__controls .mejs__horizontal-volume-slider {
  height: auto;
  width: 60px;
  margin-left: 45px;
}

.mejs__container .mejs__controls .mejs__horizontal-volume-total {
  height: 8px;
  background: #e4e0ee;
  border-radius: 0px;
  top: -4px;
}

.mejs__container .mejs__controls .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
  background: #05bc0e;
  border-radius: 0px;
}

blockquote {
  font-family: "Roboto", sans-serif;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #2579FF;
  padding: 36px 70px 60px 30px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  z-index: 1;
}

blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 30px;
  line-height: 0.3;
  bottom: 0;
  color: #2579FF;
  opacity: 0.1;
  font-size: 140px;
  transform: rotate(180deg);
  z-index: -1;
}

blockquote i {
  font-size: 30px;
  color: #2579FF;
  margin-bottom: 14px;
  display: inline-block;
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  color: #0E1133;
}

.blockquote_two:before {
  font-size: 150px;
  right: 0;
  bottom: 20px;
  line-height: 1.2;
}

.blockquote_two p {
  font-style: normal;
}

.video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 85px;
  font-size: 19px;
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
  color: #2579FF;
  text-shadow: 0 6px 25px rgba(84, 162, 65, 0.9);
}

.video_icon::before, .video_icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
}

.video_icon:after {
  transform: scale(1.4);
}

.pagination {
  padding-top: 35px;
}

.pagination .page-numbers {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #e7e7f6;
  background: #fbfbfd;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #7b8a9e;
  border-radius: 50%;
}

.pagination .page-numbers i::before {
  color: #7b8a9e;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #2579FF;
  border-color: #2579FF;
  color: #fff;
}

.pagination .page-numbers.current i:before, .pagination .page-numbers:hover i:before {
  color: #fff;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e7e7f6;
  background: #fbfbfd;
}

.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #2579FF;
  border-color: #2579FF;
  color: #fff;
}

.pagination .page-numbers.prev:hover i:before, .pagination .page-numbers.next:hover i:before {
  color: #fff;
}

.widget {
  font-family: "Roboto", sans-serif;
}

.widget + .widget {
  margin-top: 55px;
}

.search_form {
  position: relative;
}

.search_form input {
  width: 100%;
  height: 60px;
  background: #efefef;
  border: 0px;
  border-radius: 4px;
  padding: 0px 30px;
  font-size: 15px;
  box-shadow: none;
}

.search_form input.placeholder {
  color: #677789;
}

.search_form input:-moz-placeholder {
  color: #677789;
}

.search_form input::-moz-placeholder {
  color: #677789;
}

.search_form input::-webkit-input-placeholder {
  color: #677789;
}

.search_form input:focus {
  outline: none;
  box-shadow: none;
  background: #efefef;
}

.search_form button {
  padding: 0px;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  color: #0E1133;
  line-height: 1.2;
  margin-bottom: 35px;
}

.widget_recent_entries ul {
  margin-bottom: 0;
}

.widget_recent_entries ul li + li {
  margin-top: 20px;
}

.widget_recent_entries .recent_post_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget_recent_entries .recent_post_item img {
  margin-right: 15px;
  border-radius: 4px;
  width: 75px;
}

.widget_recent_entries .recent_post_item .recent_post_content h5 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #0E1133;
  margin-bottom: 4px;
  transition: color 0.2s linear;
}

.widget_recent_entries .recent_post_item .recent_post_content .post_date {
  color: #85859c;
  font-size: 15px;
  font-weight: 400;
}

.widget_recent_entries .recent_post_item .recent_post_content .post_date:hover {
  color: #2579FF;
}

.widget_recent_entries .recent_post_item:hover h5 {
  color: #2579FF;
}

.widget_categories ul {
  margin-bottom: 0;
}

.widget_categories ul li a {
  font-size: 15px;
  line-height: 1.4;
  color: #677789;
}

.widget_categories ul li a:hover {
  color: #2579FF;
}

.widget_categories ul li + li {
  margin-top: 14px;
}

.tagcloud {
  margin: -5px -4px;
}

.tagcloud a {
  font-size: 14px;
  line-height: 40px;
  color: #677789;
  border-radius: 3px;
  background: #efefef;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  margin: 5px 3px;
  transition: all 0.2s linear;
}

.tagcloud a:hover {
  background: #2579FF;
  color: #fff;
}

/*========== End medical_blog_list_area css ===========*/
/*========== start blog_single_info css ===========*/
.blog_single_info .media_blog_content {
  padding: 0px;
  border: 0px;
}

.blog_single_info .media_blog_content p {
  padding-top: 0;
}

.blog_single_info .media_blog_content .blockquote {
  margin-bottom: 45px;
  margin-top: 45px;
}

.blog_single_info .post_bottom {
  padding-top: 15px;
  margin-bottom: 25px;
}

.blog_single_info .post_comments i {
  color: #2579FF;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.blog_single_info .widget_title {
  margin-bottom: 40px;
}

.ddoc_theme_btn {
    border: 0;
    padding: 13px 36px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #414e46;
    color: #2579FF;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s;
}

.ddoc_theme_btn:hover {
  background: #2579ff;
  color: #fff;
  box-shadow: 0px 14px 30px 0px rgba(183, 157, 136, 0.3);
}

.social_icon {
  font-size: 16px;
  color: #313131;
}

.social_icon ul {
  display: inline-block;
  margin-bottom: 0px;
}

.social_icon ul li {
  display: inline-block;
  margin-left: 20px;
}

.social_icon ul li a {
  font-size: 14px;
}

.social_icon ul li:nth-child(1) a {
  color: #4085cb;
}

.social_icon ul li:nth-child(2) a {
  color: #26d0fe;
}

.social_icon ul li:nth-child(3) a {
  color: #ec1313;
}

.social_icon ul li:nth-child(4) a {
  color: #0077b5;
}

/*========== End blog_single_info css ===========*/
/*========== Start comment_box css ===========*/
.blog_comment_inner {
  margin-top: 74px;
}

.comment_box {
  margin-bottom: 0;
}

.comment_box .comment {
  background: #f9f9f9;
  padding: 30px;
}

.comment_box .comment:not(:last-child) {
  margin-bottom: 30px;
}

.comment_box .comments_item {
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}

.comment_box .comments_item .comments_author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.comment_box .comments_item .comments_author_img img {
  max-width: 100%;
}

.comment_box .comments_item .content {
  position: relative;
  flex: 1;
}

.comment_box .comments_item .content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0E1133;
  margin-bottom: 5px;
}

.comment_box .comments_item .content .comment-date {
  font-size: 14px;
  color: #85859c;
}

.comment_box .comments_item .content p {
  font-size: 15px;
  line-height: 26px;
  color: #677789;
  padding-top: 10px;
}

.comment_box .comments_item .content .comment_reply {
  font-size: 13px;
  text-transform: uppercase;
  color: #677789;
  letter-spacing: 1.3px;
  position: absolute;
  right: 0;
  top: 0;
}

.comment_box .comments_item .content .comment_reply:hover {
  color: #2579FF;
}

.comment_box .reply_comment {
  margin-left: 100px;
  margin-top: 17px;
}

.comment_box .reply_comment .comment {
  padding: 0px;
}

.comment_box .reply_comment .comments_item {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

.comment_form .form-group:not(:last-child) {
  margin-bottom: 30px;
}

.comment_form .form-group input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #0E1133;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}

.comment_form .form-group input.placeholder {
  color: #9ca3b9;
}

.comment_form .form-group input:-moz-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group input::-moz-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group input::-webkit-input-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group input:focus {
  border-color: #2579FF;
  box-shadow: none;
}

.comment_form .form-group textarea {
  height: 180px;
  padding-left: 30px;
  padding-top: 12px;
  border: 1px solid #e5e5e5;
}

.comment_form .form-group textarea.placeholder {
  color: #9ca3b9;
}

.comment_form .form-group textarea:-moz-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group textarea::-moz-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}

.comment_form .form-group textarea:focus {
  border-color: #2579FF;
  box-shadow: none;
}

.comment_form .medical_theme_btn {
  border: 0px;
  padding: 11px 23px;
}

/*========== End comment_box css ===========*/
/*========== Start contact_info_item css ===========*/
.contact_info {
  padding-right: 80px;
}

.contact_title {
  font-size: 20px;
  color: #677789;
  font-weight: 600;
}

.contact_info_item {
  font-family: "Roboto", sans-serif;
  padding-bottom: 25px;
}

.contact_info_item:not(:first-child) {
  border-top: 1px solid #eeebf6;
  padding-top: 35px;
}

.contact_info_item p {
  line-height: 30px;
  font-size: 18px;
  color: #677789;
  margin-bottom: 0;
}

.contact_info_item p a {
  color: #677789;
}

.contact_info_item p a:hover {
  color: #2579FF;
}

.contact_info_item .map {
  font-family: 'Roboto', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 42px;
  fill: #2579ff;
  color: #2579ff;
  background-color: #61ce7000;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact_form .ddoc_theme_btn {
    padding: 11px 35px;
    background: #414e46;
    color: #fff;
}

.mapBox {
  height: 460px;
}

.contact_address_item {
  margin-top: 40px;
}

.contact_address_item h4 {
  color: #0e1133;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}

.contact_address_item .br {
  width: 50px;
  height: 1px;
  background: #2579FF;
  margin-bottom: 25px;
}

.contact_address_item a {
  color: #677789;
  margin-bottom: 8px;
  display: inline-block;
}

.contact_address_item a:hover {
  color: #2579FF;
}

/*========== End contact_info_item css ===========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** @format */
.footer_area {
    background-image: linear-gradient(180deg, #414e46 0%, #414e46 100%);
    padding: 100px 0 24px 0;
    position: relative;
    z-index: 0;
}

.footer_area::before {
  content: '';
  width: 100%;
  height: 100%;
 /* background: url(../img/footer_bg.png) no-repeat scroll bottom center;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer_area .f_widget .f_title {
  color: #fff;
}

    .footer_area .f_widget .link_widget li a:hover {
        color: #fff;
    }

    .footer_area .social_icon a:hover,
    .footer_area .footer_bottom p a:hover {
        color: #414e46;
    }

.footer_area_two::before {
  display: none;
}

.footer_area_two .f_widget .link_widget li a:hover {
  color: #2579FF;
}

.footer_area_two .social_icon a:hover,
.footer_area_two .footer_bottom p a:hover {
  color: #2579FF;
}

.pt100 {
  padding-top: 100px;
}

.ddoc_newsletter_area {
  margin-bottom: -100px;
  position: relative;
  margin-top: 150px;
  z-index: 1;
}

.ddoc_newsletter_area.mt-0 {
  margin-top: -89px !important;
}

.footer_subscribe {
  padding-top: 80px;
}

.footer_subscribe h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.ddoc_subscribe_inner {
  max-width: 510px;
  margin: 40px auto 0;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  display: grid;
}

.ddoc_subscribe_inner .form-control {
  background-color: #fff;
  color: #677789;
  font-family: "Roboto", sans-serif;
  padding: 0 10px 0 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  border-style: solid;
  border-width: 0 0 0 0;
  height: 55px;
  width: 345px;
  box-shadow: none;
}

.ddoc_subscribe_inner .dl_cu_btn {
  background-color: #4242d4;
  border-style: solid;
  border-width: 0 0 0 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01px;
  transition: all 0.2s;
  color: #fff;
}

.ddoc_subscribe_inner .dl_cu_btn:hover {
  background-color: #3e3ec5;
}

.f_widget {
  margin-bottom: 40px;
}

.f_widget .f_logo {
  display: inline-block;
  margin-bottom: 25px;
}

.f_widget .f_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 28px;
}

.f_widget .link_widget li {
  margin-bottom: 12px;
}

.f_widget .link_widget li a 
{
  color: #ffffff;
}

    .f_widget .link_widget li a:hover 
    {
        color: #414e46;
    }

.f_widget p {
  color: #ffffff;
}

.social_icon a {
  color: #ffffff;
}

    .social_icon a:hover {
        color: #414e46;
    }

.social_icon a + a {
  margin-left: 10px;
}

.footer_area_three {
  background-color: #f6f7ff;
  position: relative;
  z-index: 1;
}

.footer_area_three::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/footer_bg_two.png") no-repeat scroll center 0/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer_area_three .footer_top {
  padding-top: 80px;
}

.footer_bottom {
  padding: 10px 0px 20px;
}

.footer_bottom p {
  margin-bottom: 0;
  color: #ffffff;
}

.footer_bottom p a {
  color: #5e6282;
}

.footer_bottom p a:hover {
  color: #3e3ec5;
}

.mt-120 {
  margin-top: 120px;
}

/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */