/*FOR CPANEL PAGES*/
header.header {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
}

header.header .navbar-light .navbar-nav .nav-link {
  margin-right: 15px;
  color: #5c6a70;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

header.header .navbar-light .navbar-nav .nav-link:hover {
  color: #0097b7;
}

header.header .dropdown-toggle::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: #000;
  margin-left: 5px;
}

header.header .navbar-light .navbar-nav .nav-link.btn-outline-custom {
  border-color: #0097b7;
  color: #0097b7;
  font-weight: bold;
  padding: 8px 35px;
  margin-bottom: 0;
}

header.header .navbar-light .navbar-nav .nav-link.btn-outline-custom:hover {
  background-color: #0097b7;
  color: #fff;
}

header.header .header-inner-menu {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header .custom-dropdown {
  right: 0;
  left: unset;
  padding: 0;
  min-width: 280px;
  border-radius: 0;
}

header.header .custom-dropdown:before {
  content: '';
  right: 7px;
  top: -7px;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #688fa1;
  border-top: 0;
  position: absolute;
}

header.header .custom-dropdown .dropdown-item i {
  margin-right: 5px;
}

header.header .custom-dropdown .ddown-first-item {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #688fa1;
  margin: 0;
}

header.header .custom-dropdown .ddown-first-item p {
  color: #fff;
}

header.header .custom-dropdown .ddown-first-item p:last-child {
  color: #D6E3E3;
}

header.header .custom-dropdown .dropdown-divider {
  margin: 0;
}

header.header .custom-dropdown .ddown-gray-items {
  padding: 8px 12px;
  background-color: #e9ecef;
  border-bottom: 1px solid #D6E3E3;
}

header.header .custom-dropdown .ddown-gray-items:hover {
  background-color: #EBF8F5;
}

header.header .custom-dropdown .ddown-white-items {
  padding: 8px 12px;
}

header.header .custom-dropdown a.dropdown-item:hover {
  background-color: #EBF8F5;
}

header.header .header-inner-dropdown-btn img {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}

#column-left {
  height: 100%;
  background-color: #0097b7;
  max-width: 300px;
  margin-left: -15px;
}

.left-menu {
  margin-top: 30px;
}

.left-menu li {
  width: 100%;
}

.left-menu li a {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}

.left-menu li a.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.left-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.subject input {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_list-page .modal-content input {
  height: 42px;
}

#conversions_table_wrapper {
  width: 100%;
  padding: 0 15px;
}

#fb_settings {
  width: 100%;
  padding: 0 15px;
}

.fb-bot-page .sorting_1 {
  text-align: center;
  vertical-align: middle;
}

.fb-bot-page .actions i {
  margin-left: 5px;
}

.fb-bot-page .odd span, .fb-bot-page .even span {
  color: #0097b7;
}

/*END CPANEL PAGES*/
/*FOR HOME/LOGIN PAGE*/
.home-page section.section {
  padding: 60px 0;
}

.home-page .home-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.home-page .home-header {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c4ebfc;
}

.home-page .home-header .header-text-content h1 {
  font-size: 56px;
  padding-top: 100px;
  color: #000;
}

.home-page .home-header .header-text-content p {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #000;
}

.home-page .home-header .header-text-content a {
  padding: 15px 35px;
}

.home-page .home-header .circle-img-big-parent {
  padding: 180px;
}

.home-page .home-header .circle-img-big-parent .circle-img-main-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  height: 158px;
  background-color: #009fc1;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 0 0 0 180px rgba(0, 159, 193, 0.1), 0 0 0 120px rgba(0, 159, 193, 0.3), 0 0 0 60px rgba(0, 159, 193, 0.45);
          box-shadow: 0 0 0 180px rgba(0, 159, 193, 0.1), 0 0 0 120px rgba(0, 159, 193, 0.3), 0 0 0 60px rgba(0, 159, 193, 0.45);
}

.home-page .home-header .circle-img-big-parent a {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 7px 8px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 8px 20px rgba(0, 0, 0, 0.05);
}

.home-page .home-header .circle-img-big-parent a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, 0 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px #fff, 0 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}

.home-page .home-header .circle-img-big-parent a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.home-page .home-header .circle-img-big-parent a:nth-of-type(1) {
  width: 80px;
  height: 80px;
  top: 15%;
  left: 10%;
}

.home-page .home-header .circle-img-big-parent a:nth-of-type(2) {
  width: 80px;
  height: 80px;
  top: -5%;
  left: 50%;
}

.home-page .home-header .circle-img-big-parent a:nth-of-type(3) {
  width: 80px;
  height: 80px;
  top: 40%;
  left: 84%;
}

.home-page .home-header .circle-img-big-parent a:nth-of-type(4) {
  width: 80px;
  height: 80px;
  top: 89%;
  left: 55%;
}

.home-page .home-header .circle-img-big-parent a:nth-of-type(5) {
  width: 80px;
  height: 80px;
  top: 65%;
  left: 8%;
}

.home-page .home-header .circle-img-big-parent a img {
  max-width: 100%;
  width: 55px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.home-page .services-big-title {
  margin-bottom: 30px;
}

.home-page a.services-content {
  display: block;
  padding: 15px 0;
  border-radius: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}

.home-page a.services-content:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 12px #fff, 0 0 16px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 12px #fff, 0 0 16px 12px rgba(0, 0, 0, 0.15);
  color: #0097b7;
}

.home-page .services-title h2 {
  font-size: 18px;
}

.home-page .pricelist-section {
  background-color: #c4ebfc;
}

.home-page .pricelist-section .price-card-content {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #009fc1;
  margin-bottom: 30px;
}

.home-page .pricelist-section .price-card-content .price-card-header {
  padding: 18px 15px;
  background-color: #eef7ff;
  border-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.home-page .pricelist-section .price-card-content .price-card-header h2.price-card-title {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.home-page .pricelist-section .price-card-content .price-card-item h3.price-content-title {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-page .pricelist-section .price-card-content .price-card-item h3.price-content-title span {
  font-size: 16px;
  font-weight: 400;
}

.home-page .pricelist-section .price-card-content .price-card-item a {
  padding: 16px 28px;
  font-size: 18px;
  line-height: 1.3333333;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.home-page .pricelist-section .price-card-content .price-card-item p.price-info {
  color: #009fc1;
  font-weight: 700;
  font-size: 22px;
}

.home-page .pricelist-section .price-card-content .price-card-item p.price-info span:nth-child(2) {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #f65858;
  text-decoration: line-through;
}

.home-page .pricelist-section .price-card-content .price-content-list {
  padding: 0 30px;
}

.home-page .pricelist-section .price-card-content .price-content-list .price-content-list__item {
  font-weight: 400;
  margin-bottom: 15px;
}

.home-page .pricelist-section .price-card-content .price-content-list .price-content-list__item i {
  color: #009fc1;
  margin-right: 10px;
}

.home-page header.header {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.04);
}

.home-page header.header .navbar-light .navbar-nav .nav-link {
  margin-right: 25px;
  color: #5c6a70;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

.home-page header.header .navbar-light .navbar-nav .nav-link:hover {
  color: #0097b7;
}

.home-page header.header .dropdown-toggle::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: #000;
  margin-left: 5px;
}

.home-page header.header .navbar-light .navbar-nav .nav-link.btn-outline-custom {
  border-color: #0097b7;
  color: #0097b7;
  font-weight: bold;
  padding: 8px 35px;
  margin-bottom: 0;
}

.home-page header.header .navbar-light .navbar-nav .nav-link.btn-outline-custom:hover {
  background-color: #0097b7;
  color: #fff;
}

.home-page header.header .header-inner-menu {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page header.header .custom-dropdown {
  right: 0;
  left: unset;
  padding: 0;
  min-width: 280px;
  border-radius: 0;
}

.home-page header.header .custom-dropdown:before {
  content: '';
  right: 7px;
  top: -7px;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #688fa1;
  border-top: 0;
  position: absolute;
}

.home-page header.header .custom-dropdown .dropdown-item i {
  margin-right: 5px;
}

.home-page header.header .custom-dropdown .ddown-first-item {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #688fa1;
  margin: 0;
}

.home-page header.header .custom-dropdown .ddown-first-item p {
  color: #fff;
}

.home-page header.header .custom-dropdown .ddown-first-item p:last-child {
  color: #D6E3E3;
}

.home-page header.header .custom-dropdown .dropdown-divider {
  margin: 0;
}

.home-page header.header .custom-dropdown .ddown-gray-items {
  padding: 8px 12px;
  background-color: #e9ecef;
  border-bottom: 1px solid #D6E3E3;
}

.home-page header.header .custom-dropdown .ddown-gray-items:hover {
  background-color: #EBF8F5;
}

.home-page header.header .custom-dropdown .ddown-white-items {
  padding: 8px 12px;
}

.home-page header.header .custom-dropdown a.dropdown-item:hover {
  background-color: #EBF8F5;
}

.home-page header.header .header-inner-dropdown-btn img {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}

.login-main {
  min-height: 100vh;
  background-image: linear-gradient(135deg, #d0323873 0%, #9027a2d4 35%, #187bca94 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-main .panel-login {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 32px;
}

.login-main .panel-login .form-control:focus {
  border-color: #31c178;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
}

.login-main .panel-login .forget-btn {
  color: #0097b7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-main .panel-login .forget-btn:hover {
  text-decoration: none;
  margin-left: 5px;
}

#forgetModal .form-control:focus {
  border-color: #31c178;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
}

.registration-main .iti {
  display: block;
  width: 100%;
}

.registration-main .iti input {
  width: 100%;
  height: 42px;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  outline: none;
}

.registration-main .iti input:focus {
  border-color: #31c178;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(49, 193, 120, 0.2);
}

.home-footer .footer-section-title {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 400;
}

.home-footer .footer-sitemap a, .home-footer .footer-social-links a {
  display: block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px;
  border-bottom: 1px solid #515151;
}

.home-footer .footer-sitemap a:hover, .home-footer .footer-social-links a:hover {
  color: #0097b7;
  text-decoration: none;
}

.home-footer .footer-content {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #122050;
}

/*END HOME/LOGIN PAGE*/
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
}

footer {
  margin-top: auto;
}

/*DEFAULT SETTINGS*/
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.main-content {
  padding: 50px 0;
}

.nice-select.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nice-select.wide .list {
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.nice-select.wide .current {
  overflow-x: hidden;
}

.btn-outline-custom {
  border-color: #0097b7;
  color: #0097b7;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  margin-bottom: 15px;
}

.btn-outline-custom:hover {
  background-color: #0097b7;
  color: #fff;
}

.btn-outline-custom.btn-success {
  background-color: #218838;
  border-color: #218838;
  color: #fff;
}

.btn-secondary {
  margin-bottom: 15px;
}

/*DEFAULT SETTINGS END*/
