@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
body {
  font-size: 16px;
  font-weight: 400;
  color: #425466;
  background: #F6F8FA;
}

.heading_clear {
  margin-top: 110px;
}
@media only screen and (max-width: 1400px) {
  .heading_clear {
    margin-top: 90px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 10px;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.row-gap-24 {
  row-gap: 24px;
}

input,
textarea,
button {
  padding: 10px 25px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #0A2540;
}

input {
  height: 60px;
  padding: 30px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
input.form-control {
  border-radius: 0;
}
input::-moz-placeholder {
  color: rgba(69, 57, 94, 0.5);
}
input::placeholder {
  color: rgba(69, 57, 94, 0.5);
}

.gap-10 {
  gap: 10px;
}

nav ul li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/*Hide number spin button*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.secondery_btn {
  margin-right: 250px;
  background: #635BFF;
  color: #fff;
  text-align: center;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px;
  min-width: 200px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
html[dir=rtl] .secondery_btn {
  margin-right: 0;
  margin-left: 250px;
}
.secondery_btn:hover {
  color: #fff;
  background: #0A2540;
}
@media only screen and (max-width: 1400px) {
  .secondery_btn {
    padding: 18px 20px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .secondery_btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .secondery_btn {
    font-size: 16px;
    padding: 10px 15px;
    min-width: 150px;
  }
}

.section_heading {
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  color: #0A2540;
}
@media only screen and (max-width: 1580px) {
  .section_heading {
    font-size: 50px !important;
    max-width: 80% !important;
    line-height: 62px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .section_heading {
    font-size: 45px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section_heading {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section_heading {
    font-size: 35px !important;
    line-height: 40px !important;
    max-width: 90% !important;
  }
}

.section_description {
  color: #617281;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 90px;
  margin: 0 auto;
  max-width: 60%;
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .section_description {
    max-width: 80% !important;
  }
}
@media only screen and (max-width: 575px) {
  .section_description {
    max-width: 90% !important;
  }
}

.sub_heading {
  color: #214F7A;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}

.separetor {
  height: 1px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  background: #425466;
  opacity: 0.2;
}

.row_gap {
  row-gap: 50px;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1580px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1540px;
  }
}
.required::after {
  color: red;
  content: " *";
}

.section_padding {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
@media only screen and (max-width: 1400px) {
  .section_padding {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .section_padding {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .section_padding {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section_padding {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section_padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 479px) {
  .section_padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.pagination_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .pagination_container {
    gap: 10px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pagination_container {
    gap: 5px;
    padding-top: 40px;
  }
}
.pagination_container .pagination-item {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0A2540;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .pagination_container .pagination-item {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination_container .pagination-item {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .pagination_container .pagination-item {
    height: 35px;
    width: 35px;
    font-size: 16px;
  }
}
.pagination_container .pagination-item.active {
  background: #635BFF;
  color: #fff;
}
.pagination_container .pagination-item:hover {
  background: #635BFF;
  color: #fff;
}
.pagination_container .pagination-item.previous, .pagination_container .pagination-item.next {
  color: #635BFF;
}
.pagination_container .pagination-item.previous:hover, .pagination_container .pagination-item.next:hover {
  background: #0A2540;
  color: #fff;
}

.section_heading {
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  color: #0A2540;
}
.section_heading > div:not(.section_description) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1580px) {
  .section_heading {
    font-size: 50px !important;
    line-height: 62px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .section_heading {
    font-size: 45px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section_heading {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section_heading {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
.section_description {
  color: #617281;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 180px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .section_description {
    font-size: 16px;
  }
}
.section_title {
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  color: #0A2540;
  margin-bottom: 24px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .section_title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section_title {
    font-size: 40px;
    line-height: 45px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .section_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 479px) {
  .section_title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px !important;
  }
}
.section_brief {
  color: #617281;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 90px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .section_brief {
    font-size: 16px;
    line-height: 20px;
    max-width: 80%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section_brief {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.basic_input {
  height: 50px;
  width: 100%;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid rgba(97, 114, 129, 0.2);
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .basic_input {
    height: 50px;
  }
}
.basic_input::-moz-placeholder {
  color: rgba(69, 57, 94, 0.5);
}
.basic_input::placeholder {
  color: rgba(69, 57, 94, 0.5);
}

.basic_text_area {
  border: 1px solid rgba(97, 114, 129, 0.2);
  background: #fff;
  width: 100%;
  height: 175px;
  resize: none;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.basic_text_area::-moz-placeholder {
  color: rgba(69, 57, 94, 0.5);
}
.basic_text_area::placeholder {
  color: rgba(69, 57, 94, 0.5);
}

.nice-select {
  border: 1px solid rgba(97, 114, 129, 0.2);
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 20px;
}
html[dir=rtl] .nice-select::after {
  right: auto;
  left: 20px;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    font-size: 16px;
  }
}
.nice-select:focus {
  border: 1px solid rgba(33, 79, 122, 0.3) !important;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    height: 50px;
  }
}
.nice-select.open {
  border: 1px solid rgba(33, 79, 122, 0.3);
}
.nice-select .current {
  color: rgba(69, 57, 94, 0.5);
}
@media only screen and (max-width: 575px) {
  .nice-select .current {
    font-size: 16px;
  }
}
.nice-select .list {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .nice-select .list li {
    font-size: 16px;
  }
}

.sales_white_box {
  background: white;
  padding: 30px;
}

#language_selector_modal .title {
  color: #635BFF;
  font-size: 24px;
}
#language_selector_modal .subtitle {
  font-size: 18px;
}
#language_selector_modal .nice-select {
  height: 50px;
  border: 1px solid #425466;
  background: #fff;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 30px;
  color: #425466;
}
#language_selector_modal .nice-select .current {
  color: #425466;
}
#language_selector_modal .primary {
  height: 56px;
  font-size: 18px;
  background: #635BFF;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  #language_selector_modal .primary {
    font-size: 14px;
    height: 50px;
  }
}
#language_selector_modal .primary:hover {
  background: #0A2540;
}
#language_selector_modal .secondary {
  height: 56px;
  font-size: 18px;
  background: #0A2540;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  #language_selector_modal .secondary {
    font-size: 14px;
    height: 50px;
  }
}
#language_selector_modal .secondary:hover {
  background: #635BFF;
}
#language_selector_modal .available_lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
#language_selector_modal .single_lang {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  color: #0A2540;
  font-size: 14px;
  border: 1px solid #0A2540;
}
#language_selector_modal .single_lang .flag-icon {
  height: 14px;
  width: 14px;
}
#language_selector_modal .single_lang.active, #language_selector_modal .single_lang:hover {
  background: #0A2540;
  color: #fff;
}

.mb-36 {
  margin-bottom: 36px;
}

@font-face {
  font-family: "DM Serif Text";
  src: url("../fonts/DMSerifText-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.ttf");
  font-weight: 500;
}
:lang(ar):not([class*=fa-]):not(#language_selector):not(.limit_count) {
  font-family: "Tajawal", sans-serif !important;
}

:lang(bn):not([class*=fa-]):not(#language_selector):not(.limit_count) {
  font-family: "Noto Sans Bengali", sans-serif !important;
}

@media only screen and (max-width: 991px) {
  header {
    margin-right: 0px;
  }
}
header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
  z-index: 1030;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header.headroom {
    left: 0;
    right: 0;
  }
}
header.headroom.other_page {
  background: #fff;
  padding: 20px;
  box-shadow: 18px 4px 20px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
}
header.headroom.other_page .main-header-container {
  margin: 0 auto !important;
}
header.headroom .main-header-container.homepage {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 18px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  header.headroom .main-header-container.homepage {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }
}
header.headroom .main-header-container.homepage::after {
  content: "";
  position: absolute;
  background: #fff;
  left: -4000px;
  top: 0;
  width: 4000px;
  height: 100%;
  box-shadow: 18px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
html[dir=rtl] header.headroom .main-header-container.homepage::after {
  right: -4000px;
  left: auto;
}
@media only screen and (max-width: 991px) {
  header.headroom .main-header-container.homepage::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  header.headroom .main-header-container.homepage::after {
    display: none;
  }
}
header.headroom--pinned {
  transform: translateY(0%);
}
header.headroom--not-top.headroom--pinned .main-header-container {
  margin: 0 auto !important;
}
header.headroom--not-top.headroom--pinned {
  left: 0;
  right: 0;
}
header.headroom--not-top.headroom--pinned {
  background: #fff;
  box-shadow: 18px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
header.headroom--not-top.headroom--pinned .main-header-container {
  box-shadow: none;
}
header.headroom--not-top.headroom--pinned .main-header-container::after {
  display: none;
}
header.headroom--unpinned {
  transform: translateY(-100%);
}
@media only screen and (max-width: 991px) {
  header.headroom--unpinned {
    transform: none;
  }
}
header .main-header-container {
  position: relative;
}
header #topNav {
  gap: 120px;
}
@media only screen and (max-width: 1580px) {
  header #topNav {
    gap: 60px;
  }
}
@media only screen and (max-width: 1400px) {
  header #topNav {
    gap: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  header #topNav {
    gap: 30px;
  }
}
header .navbar {
  padding: 0;
}
header .navbar .container-fluid {
  gap: 30px;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-toggler {
  padding: 4px 10px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #cdcdcd;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .navbar .navbar-toggler span:first-child {
  transform-origin: 0% 0%;
}
header .navbar .navbar-toggler span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header .navbar .navbar-toggler[aria-expanded=true] span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, 0px);
  background: #0A2540;
}
header .navbar .navbar-toggler[aria-expanded=true] span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-2px, 7px);
}
header .navbar .navbar-toggler[aria-expanded=true] span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0);
}
header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar .navbar-brand img {
  height: 70px;
}
@media only screen and (max-width: 1400px) {
  header .navbar .navbar-brand img {
    height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  header .navbar .navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar .login_btns {
    margin-top: 50px;
  }
}
header .navbar .login_btns ul:not(.dropdown-menu) {
  display: flex;
}
header .navbar .login_btns ul li:not(:last-child) {
  padding-right: 10px;
}
html[dir=rtl] header .navbar .login_btns ul li:not(:last-child) {
  padding-right: 0;
  padding-left: 10px;
}
header .navbar .login_btns ul li:last-child {
  padding-right: 0;
}
html[dir=rtl] header .navbar .login_btns ul li:last-child {
  padding-left: 0;
}
header .navbar .navbar-nav {
  gap: 50px;
}
@media only screen and (max-width: 1580px) {
  header .navbar .navbar-nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  header .navbar .navbar-nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav {
    text-align: left;
    align-items: start;
  }
  html[dir=rtl] header .navbar .navbar-nav {
    text-align: right;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #0A2540;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 1400px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #635BFF;
}
header .navbar .login {
  height: 60px;
  border: 1px solid #425466;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  min-width: 150px;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #425466;
}
@media only screen and (max-width: 1400px) {
  header .navbar .login {
    padding: 8px 15px;
    min-width: 100px;
    height: 50px;
    font-size: 16px;
  }
}
header .navbar .login:hover {
  background: #0A2540;
  color: #fff;
  border-color: #0A2540;
}
header .navbar .register {
  height: 60px;
  background: #635BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  min-width: 150px;
  color: #fff;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 1400px) {
  header .navbar .register {
    padding: 8px 15px;
    min-width: 120px;
    height: 50px;
    font-size: 16px;
  }
}
header .navbar .register:hover {
  background: #0A2540;
  color: #fff;
}
header .navbar button.navbar-toggler:focus {
  border: 1px solid;
  outline: none;
  box-shadow: none;
}
header .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: middle;
  font-size: 12px;
}
header .dropdown.hover_dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .dropdown.hover_dropdown ul li {
  background: transparent;
}
header .dropdown.hover_dropdown ul li:hover a {
  background: #635BFF;
  color: #fff;
}
header .dropdown.hover_dropdown ul li ul li a {
  background: transparent !important;
  color: #0A2540 !important;
}
header .dropdown.hover_dropdown ul li ul li a:hover {
  background: #635BFF !important;
  color: #fff !important;
}
header .dropdown.hover_dropdown .dropdown-menu li {
  position: relative;
}
header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -8px;
}
html[dir=rtl] header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu {
  left: auto;
  right: 100%;
}
@media only screen and (max-width: 991px) {
  header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu li a {
    padding-left: 25px;
  }
  html[dir=rtl] header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu li a {
    padding-left: 0;
    padding-right: 25px;
  }
}
header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
html[dir=rtl] header .dropdown.hover_dropdown .dropdown-menu .dropdown-submenu-left {
  right: auto;
  left: 100%;
}
header .dropdown.hover_dropdown .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
header .dropdown.hover_dropdown .dropdown-menu {
  min-width: 220px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 991px) {
  header .dropdown.hover_dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
  }
}
header .dropdown.hover_dropdown .dropdown-menu li {
  width: 100%;
  display: block;
}
header .dropdown.hover_dropdown .dropdown-menu li a {
  color: #0A2540;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px;
}
header .dropdown.hover_dropdown .dropdown-menu li a.active {
  background: #635BFF;
  color: #fff;
}
header .dropdown.hover_dropdown .dropdown-menu .dropdown-item.submenu {
  position: relative;
}
header .dropdown.hover_dropdown .dropdown-menu .dropdown-item.submenu::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: middle;
  font-size: 12px;
  transform: scaleY(-1) scaleX(-1) rotate(90deg);
  right: 20px;
}
html[dir=rtl] header .dropdown.hover_dropdown .dropdown-menu .dropdown-item.submenu::after {
  right: auto;
  left: 20px;
}

/*frontend language selector*/
.frontend_language_selector,
.frontend_language_selector.open {
  height: 100%;
  border: 1px solid #425466;
  color: #425466;
}

.frontend_language_selector .current {
  margin-right: 10px;
  color: #425466;
}
.frontend_language_selector .list {
  color: #425466;
  display: block !important;
}
.frontend_language_selector .list li {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.frontend_language_selector::after {
  top: 27px;
}

#language_selector {
  background: transparent;
  border: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-family: Outfit;
}
#language_selector[aria-expanded=true]::after {
  transform: rotate(180deg);
}
#language_selector::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  transition: 0.2s all ease-in-out;
  font-size: 12px;
  font-weight: bold;
}
#language_selector span.flag-icon {
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#language_selector {
  margin-right: 40px;
}
html[dir=rtl] #language_selector {
  margin-right: 0;
  margin-left: 40px;
}
#language_selector + .dropdown-menu {
  margin-top: 20px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
#language_selector + .dropdown-menu li {
  width: 100%;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
#language_selector + .dropdown-menu li > div {
  gap: 10px;
  display: flex;
  align-items: center;
}
#language_selector + .dropdown-menu li div {
  padding: 10px 15px;
}
#language_selector + .dropdown-menu li:hover, #language_selector + .dropdown-menu li.active {
  background: #635BFF !important;
  color: #fff !important;
}
#language_selector + .dropdown-menu li.active {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  #language_selector + .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: inherit;
  }
}

.lang-select {
  min-width: 100px;
}
@media only screen and (max-width: 1400px) {
  .lang-select {
    min-width: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .lang-select {
    min-width: 60px;
  }
}

.pb-themesection .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.pb-themesection .container-fluid .row {
  margin: 0;
}
.pb-themesection .container-fluid .row .col-12 {
  padding: 0;
}

.hero_section {
  padding: 90px 0;
  padding-top: 200px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .hero_section {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section {
    padding: 60px 0px;
  }
}
.hero_section::after {
  content: url(../img/background/hero_vector.svg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_info {
    order: 2;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section .hero_video {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_video {
    order: 1;
  }
}
.hero_section .hero_section_title {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero_section .hero_section_title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .hero_section .hero_section_title {
    font-size: 28px;
    line-height: 35px;
  }
}
.hero_section .hero_section_description {
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .hero_section .hero_section_description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
.hero_section .hero_section_points {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_points {
    margin-bottom: 40px;
  }
}
.hero_section .hero_section_points svg {
  background: #0A2540;
  color: #fff;
  padding: 5px 3px;
  box-sizing: content-box;
}
.hero_section .hero_section_points ul li {
  color: #0A2540;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 575px) {
  .hero_section .hero_section_points ul li {
    gap: 15px;
  }
}
.hero_section .hero_section_points ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_points ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero_section .hero_section_points ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
}
html[dir=rtl] .hero_section .hero_section_points ul li img {
  transform: scaleX(-1);
}
.hero_section .hero_section_video {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
  padding-right: 35px;
  position: relative;
}
html[dir=rtl] .hero_section .hero_section_video {
  padding-left: 35px;
  padding-right: 20px;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_video {
    padding-bottom: 25px;
    padding-right: 25px;
  }
}
.hero_section .hero_section_video::before {
  background: #fff;
  content: "";
  height: 190px;
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
html[dir=rtl] .hero_section .hero_section_video::before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_video::before {
    height: 120px;
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section .hero_section_video::before {
    height: 120px;
    width: 150px;
  }
}
.hero_section .hero_section_video::after {
  background: #fff;
  content: "";
  height: 250px;
  width: 310px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
html[dir=rtl] .hero_section .hero_section_video::after {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_section_video::after {
    height: 180px;
    width: 220px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section .hero_section_video::after {
    height: 150px;
    width: 180px;
  }
}
.hero_section .hero_section_video a {
  position: relative;
  display: block;
}
.hero_section .hero_section_video a:hover .video_play_icon i {
  color: #0A2540;
  background: #fff;
}
.hero_section .hero_section_video a .video_play_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #214F7A;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hero_section .hero_section_video a .video_play_icon i::before {
  margin-left: 5px;
}
html[dir=rtl] .hero_section .hero_section_video a .video_play_icon i::before {
  margin-left: 0;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_video a .video_play_icon i {
    height: 80px;
    width: 80px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section .hero_section_video a .video_play_icon i {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}

.our_client_section .client_slider_conatainer {
  background: #fff;
  padding: 70px;
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .our_client_section .client_slider_conatainer {
    padding: 30px;
  }
}
.our_client_section .client_slider_conatainer .single_client {
  border: 4px solid #F3F5F6;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .our_client_section .client_slider_conatainer .single_client {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .our_client_section .client_slider_conatainer .single_client {
    padding: 15px;
  }
}
.our_client_section .client_slider_conatainer .single_client img {
  height: 30px;
}

.feature_section {
  padding: 90px 0px;
}
@media only screen and (max-width: 991px) {
  .feature_section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .feature_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.feature_section .feature_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 1400px) {
  .feature_section .feature_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .feature_section .feature_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature_section .feature_grid {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .feature_section .feature_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .feature_section .feature_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature_section .section_heading.title {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.feature_section .section_description {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .feature_section .section_description {
    margin-bottom: 40px;
  }
}
.feature_section .single_feature_item {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .feature_section .single_feature_item {
    padding: 30px 20px;
  }
}
.feature_section .single_feature_item .feature_image {
  height: 140px;
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .feature_section .single_feature_item .feature_image {
    height: 100px;
    margin-bottom: 20px;
  }
}
.feature_section .single_feature_item .feature_topic {
  color: #0A2540;
  text-align: center;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .feature_section .single_feature_item .feature_topic {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.feature_section .single_feature_item .feature_info {
  overflow: hidden;
  color: #425466;
  text-align: center;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature_section .row-gap {
  row-gap: 24px;
}

.testimonial_section {
  background: #fff;
  padding: 90px 0px;
}
.testimonial_section .container {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .testimonial_section {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial_section {
    padding: 50px 0px;
  }
}
.testimonial_section .section_heading.title {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}
.testimonial_section .section_description {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.testimonial_section .testimonial_slider {
  padding-top: 90px;
}
.testimonial_section .testimonial_slider.owl-carousel .owl-stage {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .testimonial_section .testimonial_slider {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial_section .testimonial_slider {
    margin-top: 0px;
  }
}
.testimonial_section .testimonial_slider .single_testimonial_item {
  background: #fff;
  padding: 25px;
  padding-bottom: 75px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.testimonial_section .testimonial_slider .single_testimonial_item_container {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.testimonial_section .testimonial_slider .single_testimonial_item::after {
  content: url("../img/testimony/quote-icon.svg");
  position: absolute;
  bottom: 25px;
  right: 25px;
}
html[dir=rtl] .testimonial_section .testimonial_slider .single_testimonial_item::after {
  left: 25px;
  right: auto;
  transform: scaleX(-1);
}
.testimonial_section .testimonial_slider .testimonial_of_user {
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.testimonial_section .testimonial_slider .testimonial_of_user .photo img {
  height: 80px;
  width: 80px;
  min-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .testimonial_section .testimonial_slider .testimonial_of_user .photo img {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
}
.testimonial_section .testimonial_slider .testimonial_of_user .info .name {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .testimonial_section .testimonial_slider .testimonial_of_user .info .name {
    font-size: 24px;
    line-height: 28px;
  }
}
.testimonial_section .testimonial_slider .testimony {
  color: #617281;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial_section .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing_plan_section {
  padding: 90px 0px;
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .pricing_plan_section {
    padding: 50px 0px;
  }
}
.pricing_plan_section .section_heading.title {
  text-align: center;
  margin-bottom: 20px;
}
.pricing_plan_section .section_description {
  text-align: center;
}
.pricing_plan_section .nav-pills {
  box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
  overflow: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.pricing_plan_section .nav-pills .nav-item button.nav-link {
  background: #fff;
  color: #0A2540;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.1px;
  padding: 14px 40px;
  border-radius: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 479px) {
  .pricing_plan_section .nav-pills .nav-item button.nav-link {
    padding: 14px 20px;
  }
}
.pricing_plan_section .nav-pills .nav-item button.nav-link.active {
  background: #0A2540;
  color: #fff;
}
.pricing_plan_section .pricing_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 90px;
  row-gap: 50px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .pricing_plan_section .pricing_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1400px) {
  .pricing_plan_section .pricing_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .pricing_plan_section .pricing_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .pricing_plan_section .pricing_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .pricing_plan_section .pricing_grid {
    margin-top: 40px;
  }
}
.pricing_plan_section .pricing_grid .single_pricing_plan {
  filter: drop-shadow(0px 4px 57px rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing_plan_section .pricing_grid .single_pricing_plan.popular::before {
  content: "Popular";
  position: absolute;
  background: #635BFF;
  color: #fff;
  padding: 8px 14px;
  top: -20px;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .pricing_type {
  color: #0A2540;
  font-family: "DM Serif Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1580px) {
  .pricing_plan_section .pricing_grid .single_pricing_plan .pricing_type {
    font-size: 42px;
  }
}
.pricing_plan_section .pricing_grid .single_pricing_plan .pricing_type span {
  color: #dd15f1;
  font-size: 14px;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .pricing_description {
  color: #425466;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .previous_price {
  color: #425466;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.9;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .current_price {
  color: #0A2540;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .current_price .price {
  font-size: 40px;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .saving_info {
  color: #635BFF;
  font-family: "Outfit";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .plan_facility_points ul li {
  color: #425466;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .plan_facility_points ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .plan_facility_points ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .pricing_plan_section .pricing_grid .single_pricing_plan .plan_facility_points ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
html[dir=rtl] .pricing_plan_section .pricing_grid .single_pricing_plan .plan_facility_points ul li img {
  transform: scaleX(-1);
}
.pricing_plan_section .pricing_grid .single_pricing_plan .plan_action {
  background: #0A2540;
  margin-top: 75px;
  color: #fff;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin-bottom: 30px;
  display: block;
}
.pricing_plan_section .pricing_grid .single_pricing_plan .plan_action:hover {
  background: #635BFF;
  color: #fff;
}
.pricing_plan_section .comparison_btn {
  margin-top: 80px;
}
.pricing_plan_section .comparison_btn .comparison_toggler {
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  background: #635BFF;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.pricing_plan_section .limit_count {
  height: 20px;
  min-width: 30px;
  border-radius: 2px;
  background: #635BFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  padding: 3px;
}
html[dir=rtl] .pricing_plan_section .limit_count {
  margin-right: auto;
  margin-left: 0;
}
html[dir=rtl] .pricing_plan_section .limit_count i {
  transform: scaleX(-1);
}

.price_and_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing_plan_section .tab-content {
  position: relative;
}

@media (min-width: 1500px) {
  .pricing_plan_section .tab-content .nav-pills {
    position: absolute;
    top: -220px;
    right: 0;
  }
  html[dir=rtl] .pricing_plan_section .tab-content .nav-pills {
    left: 0;
    right: auto;
  }
}
@media (max-width: 1500px) {
  .pricing_plan_section .nav-pills .nav-item button.nav-link {
    font-size: 15px;
    padding: 8px 20px;
  }
}
@media (max-width: 1500px) and (min-width: 767px) {
  .pricing_plan_section .tab-content .nav-pills {
    top: -210px;
    position: absolute;
    right: 0;
  }
  html[dir=rtl] .pricing_plan_section .tab-content .nav-pills {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .pricing_plan_section .nav-pills {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .pricing_plan_section .pricing_grid {
    margin-top: 60px;
  }
}
.home_card_section_container:nth-last-child(2) {
  padding-bottom: 400px;
}
@media only screen and (max-width: 1400px) {
  .home_card_section_container:nth-last-child(2) {
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .home_card_section_container:nth-last-child(2) {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section_container:nth-last-child(2) {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section_container:nth-last-child(2) {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .home_card_section_container:nth-last-child(2) {
    padding-bottom: 100px;
  }
}

.design_demo_section {
  overflow: hidden;
  position: relative;
  padding: 200px 0px;
  padding-bottom: 90px;
  background-image: url(../img/background/design_demo_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}
html[dir=rtl] .design_demo_section {
  background-position: right bottom;
}
@media only screen and (max-width: 1580px) {
  .design_demo_section {
    padding: 150px 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .design_demo_section {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .design_demo_section {
    padding: 80px 0;
  }
}
.design_demo_section .demo_section_heading.title {
  margin-bottom: 20px;
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 1580px) {
  .design_demo_section .demo_section_heading.title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .design_demo_section .demo_section_heading.title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .design_demo_section .demo_section_heading.title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .design_demo_section .demo_section_heading.title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.design_demo_section .demo_section_description {
  margin-bottom: 40px;
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .design_demo_section .design_info_container {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .design_demo_section .design_demo_container {
    order: 1;
  }
}
.design_demo_section .design_demo_container img.design_demo_image {
  position: absolute;
  right: 0;
  bottom: 70px;
}
html[dir=rtl] .design_demo_section .design_demo_container img.design_demo_image {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1580px) {
  .design_demo_section .design_demo_container img.design_demo_image {
    width: 60%;
  }
}
@media only screen and (max-width: 1400px) {
  .design_demo_section .design_demo_container img.design_demo_image {
    margin-left: 0;
  }
  html[dir=rtl] .design_demo_section .design_demo_container img.design_demo_image {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .design_demo_section .design_demo_container img.design_demo_image {
    margin-left: 100px;
  }
  html[dir=rtl] .design_demo_section .design_demo_container img.design_demo_image {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .design_demo_section .design_demo_container img.design_demo_image {
    display: none;
  }
}

.home_card_section_container {
  background: #fff;
  position: relative;
  padding: 90px 0px;
}
@media only screen and (max-width: 991px) {
  .home_card_section_container {
    padding: 120px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section_container {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section_container {
    padding: 50px 0px;
  }
}

.home_card_section {
  position: relative;
}
.home_card_section img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home_card_section .single_card {
  padding-top: 90px;
  padding-bottom: 200px;
}
.home_card_section .single_card:first-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home_card_section .single_card.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home_card_section .single_card img {
  height: -moz-fit-content;
  height: fit-content;
}
.home_card_section .download_app_section {
  background: #fff;
  width: 100%;
  box-shadow: -12px 2px 36px 0px rgba(0, 0, 0, 0.06);
  padding: 65px;
  margin: 0 auto;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  .home_card_section .download_app_section {
    padding: 45px;
    bottom: -125px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section {
    padding: 30px;
    bottom: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .home_card_section .download_app_section {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .home_card_section .download_app_section {
    bottom: -70px;
  }
}
.home_card_section .download_app_section .app_download_title {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1580px) {
  .home_card_section .download_app_section .app_download_title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .home_card_section .download_app_section .app_download_title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .app_download_title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home_card_section .download_app_section .app_download_title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section .download_app_section .app_download_title {
    font-size: 16px;
  }
}
.home_card_section .download_app_section .feature_list {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1580px) {
  .home_card_section .download_app_section .feature_list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .feature_list {
    margin-bottom: 10px;
  }
}
.home_card_section .download_app_section .feature_list ul {
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .home_card_section .download_app_section .feature_list ul {
    row-gap: 10px;
  }
}
.home_card_section .download_app_section .feature_list ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .feature_list ul li {
    font-size: 12px;
    gap: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section .download_app_section .feature_list ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1400px) {
  .home_card_section .download_app_section .feature_list ul li img {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .feature_list ul li img {
    height: 15px;
    width: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section .download_app_section .feature_list ul li img {
    height: 12px;
    width: 12px;
  }
}
.home_card_section .download_app_section .download_links {
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .download_links {
    gap: 10px;
  }
}
.home_card_section .download_app_section .download_links img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .home_card_section .download_app_section .download_links img {
    width: 130px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .download_links img {
    width: 90px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home_card_section .download_app_section .download_links img {
    width: 75px;
    height: auto;
  }
}
.home_card_section .download_app_section .download_app_container {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .home_card_section .download_app_section .download_app_container {
    display: none;
  }
}
.home_card_section .download_app_section .download_app_container .download_app_image {
  position: absolute;
  bottom: -65px;
  width: 80%;
}
@media only screen and (max-width: 1400px) {
  .home_card_section .download_app_section .download_app_container .download_app_image {
    bottom: -45px;
  }
}
@media only screen and (max-width: 991px) {
  .home_card_section .download_app_section .download_app_container .download_app_image {
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_card_section .download_app_section .download_app_container .download_app_image {
    bottom: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section .download_app_section .download_app_container .download_app_image {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .home_card_section .download_app_section .download_links_container {
    width: 100%;
  }
}
.home_card_section .card_section_heading.title {
  margin-bottom: 20px;
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 1580px) {
  .home_card_section .card_section_heading.title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home_card_section .card_section_heading.title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home_card_section .card_section_heading.title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .home_card_section .card_section_heading.title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.home_card_section .card_section_description {
  margin-bottom: 40px;
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.home_card_section .section_points ul {
  margin-bottom: 42px;
}
.home_card_section .section_points ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #0A2540;
}
.home_card_section .section_points ul li:not(:last-child) {
  margin-bottom: 24px;
}
html[dir=rtl] .home_card_section .section_points ul li img {
  transform: scaleX(-1);
}

.module_section {
  padding: 90px 0px;
  padding-top: 280px;
}
.module_section .module_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 42px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1580px) {
  .module_section .module_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .module_section .module_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .module_section .module_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .module_section .module_grid {
    gap: 15px;
  }
}
.module_section .module_grid .module_grid_item {
  width: 306px;
  height: 283px;
}
@media only screen and (max-width: 991px) {
  .module_section .module_grid .module_grid_item {
    width: 220px;
    height: 190px;
  }
}
@media only screen and (max-width: 575px) {
  .module_section .module_grid .module_grid_item {
    width: 180px;
    height: 170px;
  }
}
@media only screen and (max-width: 479px) {
  .module_section .module_grid .module_grid_item {
    width: 140px;
    height: 125px;
  }
}
.module_section .module_grid .module_grid_item .single_module_item {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .module_section {
    padding: 120px 0px;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .module_section {
    padding: 60px 0px;
    padding-top: 120px;
  }
}
.module_section .section_heading.title {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.module_section .section_description {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 575px) {
  .module_section .section_description {
    margin-bottom: 40px;
  }
}
.module_section .single_module_item {
  background: #fff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 991px) {
  .module_section .single_module_item {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .module_section .single_module_item {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .module_section .single_module_item {
    padding: 15px;
  }
}
.module_section .single_module_item .module_icon {
  height: 100px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .module_section .single_module_item .module_icon {
    margin-bottom: 20px;
    height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .module_section .single_module_item .module_icon {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .module_section .single_module_item .module_icon {
    height: 40px;
    margin-bottom: 10px;
  }
}
.module_section .single_module_item .module_name {
  color: #0A2540;
  text-align: center;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .module_section .single_module_item .module_name {
    font-size: 14px;
  }
}
.module_section .row-gap {
  row-gap: 24px;
}

.integration_section {
  padding: 90px 120px;
  padding-bottom: 160px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .integration_section {
    padding: 120px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .integration_section {
    padding: 20px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .integration_section {
    padding: 20px;
    padding-bottom: 60px;
  }
}
.integration_section .integration_section_heading.title {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1580px) {
  .integration_section .integration_section_heading.title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .integration_section .integration_section_heading.title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .integration_section .integration_section_heading.title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .integration_section .integration_section_heading.title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.integration_section .entegration_img {
  width: 100%;
  height: auto;
}
.integration_section .description {
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 60px;
}

.cta_section {
  width: 100%;
  padding: 120px;
  background-image: url("../img/background/cta-bg.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-right: 300px;
}
html[dir=rtl] .cta_section {
  padding-right: 120px;
  padding-left: 300px;
}
@media only screen and (max-width: 1200px) {
  .cta_section {
    padding: 70px;
    padding-right: 250px;
  }
  html[dir=rtl] .cta_section {
    padding-right: 70px;
    padding-left: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .cta_section {
    padding: 50px;
    padding-right: 180px;
  }
  html[dir=rtl] .cta_section {
    padding-right: 50px;
    padding-left: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .cta_section {
    padding: 35px;
    padding-right: 120px;
  }
  html[dir=rtl] .cta_section {
    padding-right: 35px;
    padding-left: 120px;
  }
}
@media only screen and (max-width: 479px) {
  .cta_section {
    padding: 20px;
    padding-right: 120px;
  }
  html[dir=rtl] .cta_section {
    padding-right: 20px;
    padding-left: 120px;
  }
}
.cta_section .d-flex {
  gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .cta_section .d-flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .cta_section .d-flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta_section .d-flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .cta_section .d-flex {
    gap: 15px;
  }
}
.cta_section .cta_info .title {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 1200px) {
  .cta_section .cta_info .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .cta_section .cta_info .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .cta_section .cta_info .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .cta_section .cta_info .title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .cta_section .cta_info .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.cta_section .cta_info .description {
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .cta_section .cta_info .description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .cta_section .cta_info .description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .cta_section .cta_info .description {
    font-size: 14px;
    line-height: 18px;
  }
}
.cta_section .cta_action a {
  background: #635BFF;
  color: #fff;
  text-align: center;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 22px;
  min-width: 250px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 991px) {
  .cta_section .cta_action a {
    font-size: 18px;
    min-width: 180px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta_section .cta_action a {
    font-size: 14px;
    min-width: 120px;
    padding: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .cta_section .cta_action a {
    font-size: 12px;
    min-width: 100px;
    padding: 8px;
  }
}
.cta_section .cta_action a:hover {
  background: #0A2540;
}
.cta_section .cta_action img {
  position: absolute;
  bottom: 60px;
  height: 485px;
  width: auto;
  right: 80px;
}
html[dir=rtl] .cta_section .cta_action img {
  right: auto;
  left: 80px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1200px) {
  .cta_section .cta_action img {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .cta_section .cta_action img {
    height: 250px;
    right: 60px;
  }
  html[dir=rtl] .cta_section .cta_action img {
    right: auto;
    left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cta_section .cta_action img {
    right: 40px;
    height: 200px;
    bottom: 20px;
  }
  html[dir=rtl] .cta_section .cta_action img {
    right: auto;
    left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .cta_section .cta_action img {
    right: 30px;
  }
  html[dir=rtl] .cta_section .cta_action img {
    right: auto;
    left: 30px;
  }
}

.support_section {
  padding: 90px 0px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .support_section {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .support_section {
    padding: 60px 0px;
  }
}
.support_section_title {
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
  color: #0A2540;
  margin-bottom: 70px;
}
.support_section_title span.highlight_red {
  color: #FD5A5A;
}
.support_section_title span.highlight_blue {
  color: #635BFF;
}
@media only screen and (max-width: 1400px) {
  .support_section_title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .support_section_title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .support_section_title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .support_section_title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .support_section_title {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 0px;
  }
}
.support_section .support_section_card {
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .support_section .support_section_card {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .support_section .support_section_card {
    padding: 20px 30px;
  }
}
.support_section .support_section_card .card_title {
  text-align: center;
  font-family: "Outfit";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .support_section .support_section_card .card_title {
    font-size: 22px;
  }
}
.support_section .support_section_card .card_image {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.support_section .support_section_card .card_action {
  background: #0A2540;
  color: #fff;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: block;
}
@media (max-width: 1400px) {
  .support_section .support_section_card .card_action {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .support_section .support_section_card .card_action {
    font-size: 14px;
  }
}
.support_section .support_section_card .card_action:hover {
  background: #635BFF;
}

.hero_video {
  perspective: 1500px;
}

.card3d {
  overflow: hidden;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
}

.card3d img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card:hover {
  transition-duration: 150ms;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2666666667);
}

.feature_comparison_table_container {
  padding-bottom: 90px;
  padding-bottom: 0;
  display: none;
  transition: all 0.4s ease-in-out;
  margin-bottom: 90px;
}
.feature_comparison_table_container.show {
  display: block;
  margin-top: 60px;
}
.feature_comparison_table_container .feature_comparison_table {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-collapse: separate;
  background-color: transparent;
  border-spacing: 0;
  width: 100%;
}
.feature_comparison_table_container .feature_comparison_table thead {
  vertical-align: middle;
}
.feature_comparison_table_container .feature_comparison_table thead tr th {
  text-align: left;
  font-family: "Outfit";
  line-height: normal;
  padding: 16px 20px;
  font-style: normal;
}
.feature_comparison_table_container .feature_comparison_table thead tr th:first-child {
  min-width: 330px;
  box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.feature_comparison_table_container .feature_comparison_table thead tr th:not(:first-child) {
  min-width: 230px;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.feature_name {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #425466;
}
html[dir=rtl] .feature_comparison_table_container .feature_comparison_table thead tr th.feature_name {
  text-align: right;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package {
  border: 1px solid #D5D7DF;
  background: #E3E6F4;
  text-align: center;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package .package_name {
  font-size: 16px;
  font-weight: 500;
  color: #425466;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package .package_price {
  color: #0A2540;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package.proffetional {
  background: #635BFF;
  border: 1px solid #635BFF;
  text-align: center;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package.proffetional .package_name {
  color: #fff;
}
.feature_comparison_table_container .feature_comparison_table thead tr th.package.proffetional .package_price {
  color: #fff;
}
.feature_comparison_table_container .feature_comparison_table tbody tr {
  background: #F6F8FA;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td {
  padding: 0px 20px;
  border-bottom: none;
  vertical-align: middle;
  border: 1px solid #E9EEF0;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td:first-child {
  background: #fff;
  color: #0A2540;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  box-shadow: 4px 0.5rem 0.5em rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td:not(:first-child) {
  text-align: center;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .feature_check_icon {
  height: 16px;
  width: 16px;
  padding: 4px;
  border-radius: 50%;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature {
  position: relative;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature .single_feature_name + .single_feature_info .feature_additional_info {
  position: absolute;
  bottom: 35px;
  width: 230px;
  background: #fff;
  padding: 16px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  color: #0A2540;
  text-align: center;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all ease-in-out;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature .single_feature_name + .single_feature_info img.feature_check_icon {
  background: #0f0f0f;
  filter: invert(1);
  cursor: pointer;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature .single_feature_name + .single_feature_info img.feature_check_icon:hover {
  background: #0E78F6;
  filter: invert(0);
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature .single_feature_name + .single_feature_info img.feature_check_icon:hover + .feature_additional_info {
  opacity: 1;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.starter img {
  background: #C7CCE8;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.starter img.active {
  background: #0A2540;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.proffetional img {
  background: #C7CCE8;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.proffetional img.active {
  background: #635BFF;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.business img {
  background: #C7CCE8;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.business img.active {
  background: #0A2540;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.enterprise img {
  background: #C7CCE8;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td .single_feature_info.enterprise img.active {
  background: #0A2540;
}
.feature_comparison_table_container .feature_comparison_table tbody tr td:nth-child(odd) {
  background: rgba(99, 91, 255, 0.1019607843);
}
.feature_comparison_table_container .feature_comparison_table tbody tr td:first-child {
  background: #fff;
}
.feature_comparison_table_container .feature_comparison_table tbody tr:nth-child(odd) {
  background: #fff;
}
.feature_comparison_table_container .feature_comparison_table tbody tr:first-child td:first-child {
  box-shadow: 4px -0.5rem 0.5em -0.25rem rgba(0, 0, 0, 0.1), 4px 0.5rem 0.5em rgba(0, 0, 0, 0.1);
}
.feature_comparison_table_container tr.buy_now_btn_container {
  background: none !important;
}
.feature_comparison_table_container tr.buy_now_btn_container td {
  padding: 0 !important;
  border: none !important;
}
.feature_comparison_table_container tr.buy_now_btn_container td:first-child {
  box-shadow: none !important;
  background: none !important;
}
.feature_comparison_table_container tr.buy_now_btn_container td a.buy_now_btn {
  border: 1px solid #F6F8FA;
  display: block;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  background: #0A2540;
}
.feature_comparison_table_container tr.buy_now_btn_container td a.buy_now_btn:hover {
  background: #635BFF;
}
.feature_comparison_table_container tr.buy_now_btn_container td a.buy_now_btn.proffetional {
  background: #635BFF;
}
.feature_comparison_table_container tr.buy_now_btn_container td a.buy_now_btn.proffetional:hover {
  background: #0A2540;
}

.feature_comparison_table .limit_count {
  margin-left: auto !important;
}

.bread_crumb_section {
  background-image: url(../img/background/bread_crumb_bg.png);
  background-size: cover;
  padding: 50px;
  padding-top: 180px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.bread_crumb_section .bread_crumb_title {
  color: #FBFBFF;
  text-align: center;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .bread_crumb_section .bread_crumb_title {
    font-size: 38px;
    line-height: 50px;
  }
}
.bread_crumb_section .bread_crumb_location {
  color: #FBFBFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.privacy_policy_section {
  padding: 210px 0px;
}
.privacy_policy_section .privacy_policy_header {
  margin-bottom: 50px;
}
.privacy_policy_section .privacy_policy_header .title {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.privacy_policy_section .privacy_policy_header .last_update {
  color: #425466;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 20px;
}
html[dir=rtl] .privacy_policy_section .privacy_policy_header .last_update {
  margin-left: 0;
  margin-right: 20px;
}
.privacy_policy_section .privacy_policy_inner_section {
  margin-bottom: 50px;
}
.privacy_policy_section ul.privacy_points {
  padding-left: 30px;
}
html[dir=rtl] .privacy_policy_section ul.privacy_points {
  padding-left: 0;
  padding-right: 30px;
}
.privacy_policy_section ul.privacy_points li {
  list-style: disc;
}
.privacy_policy_section .privacy_policy_additional_link {
  color: #425466;
  text-decoration: underline !important;
}

:root {
  --danger: #FF6D68;
  --danger_with_opacity: #FF6D6823;
  --success: #51A351;
  --success_with_opacity: #51A35123;
}

.contact_page_section {
  position: relative;
}
.contact_page_section .map_section {
  height: 550px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .contact_page_section .map_section {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .contact_page_section .map_section {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_page_section .map_section {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .contact_page_section .map_section {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .address_additional_info {
    padding: 20px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info {
  width: 70%;
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
}
@media only screen and (max-width: 1580px) {
  .contact_page_section .address_additional_info .basic_contact_info {
    width: 80%;
    padding: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .contact_page_section .address_additional_info .basic_contact_info {
    padding: 30px;
    top: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .contact_page_section .address_additional_info .basic_contact_info {
    position: relative;
    top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .address_additional_info .basic_contact_info {
    width: 100%;
  }
}
.contact_page_section .address_additional_info .basic_contact_info_title {
  color: #000;
  font-family: "DM Serif Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1400px) {
  .contact_page_section .address_additional_info .basic_contact_info_title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .address_additional_info .basic_contact_info_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .contact_page_section .address_additional_info .basic_contact_info_title {
    font-size: 25px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info_title::after {
  content: "";
  height: 2px;
  width: 360px;
  background: #F6F8FA;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  .contact_page_section .address_additional_info .basic_contact_info_title::after {
    width: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .address_additional_info .basic_contact_info_title::after {
    width: 280px;
  }
}
@media only screen and (max-width: 479px) {
  .contact_page_section .address_additional_info .basic_contact_info_title::after {
    width: 180px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info .single_info_item {
  background: #f5f8fa;
  box-shadow: 6px 34px 55px 0px rgba(60, 65, 85, 0.1);
  padding: 25px;
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .contact_page_section .address_additional_info .basic_contact_info .single_info_item {
    margin-bottom: 10px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_icon {
  height: 37px;
  width: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1400px) {
  .contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_icon {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_icon {
    height: 28px;
    width: 28px;
    margin-bottom: 10px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_type {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_type {
    font-size: 20px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info .single_info_item .single_info {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 1200px) {
  .contact_page_section .address_additional_info .basic_contact_info .single_info_item .single_info {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact_page_section .address_additional_info .basic_contact_info .single_info_item .info_value {
  color: #0A2540;
}
.contact_page_section .icon_container {
  height: 70px;
  width: 70px;
  background: #635BFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}
.contact_page_section .icon_container i {
  font-size: 30px;
  color: #fff;
}
html[dir=rtl] .contact_page_section .icon_container i {
  transform: scaleX(-1);
}
.contact_page_section .contact_form {
  padding-top: 0px;
  padding-bottom: 90px;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .contact_page_section .contact_form {
    padding-top: 40px;
    padding-bottom: 50px;
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .contact_form {
    padding: 40px;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_page_section .contact_form form {
    width: 100%;
  }
}
html[dir=rtl] .contact_page_section .contact_form form input, html[dir=rtl] .contact_page_section .contact_form form textarea, html[dir=rtl] .contact_page_section .contact_form form select {
  text-align: right;
}
.contact_page_section .contact_form .row {
  row-gap: 24px;
}
.contact_page_section .contact_form h3 {
  text-align: center;
  color: #0A2540;
  text-align: center;
  font-family: "DM Serif Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact_page_section .query_reason_selector + .nice-select::after {
  border: 0;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  transform: rotate(0) translateY(-50%);
  margin-top: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A2540;
  transform-origin: center;
}
html[dir=rtl] .contact_page_section .query_reason_selector + .nice-select::after {
  left: 20px;
  right: auto;
}
.contact_page_section .query_reason_selector + .nice-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}
html[dir=rtl] .contact_page_section .query_reason_selector + .nice-select .option {
  text-align: right;
}

.primary_btn {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  padding: 10px 50px;
  background: #0A2540;
  background: linear-gradient(90deg, #0A2540 50%, #635BFF 50%);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  background-size: 300%;
  background-position: right;
  transition: 0.5s all ease-in-out;
}
html[dir=rtl] .primary_btn {
  background-position: left;
}
@media only screen and (max-width: 1400px) {
  .primary_btn {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .primary_btn {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.primary_btn:hover {
  background-position: left;
  color: #fff;
}
html[dir=rtl] .primary_btn:hover {
  background-position: right;
}

.auth_page_container {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.auth_page_container.login {
  background-image: url("../img/background/auth_bg_2.jpg");
}
.auth_page_container.register {
  background-image: url("../img/background/auth_bg_2.jpg");
}
.auth_page_container .site_logo {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.auth_page_container .site_logo img {
  height: 50px;
  width: auto;
}
.auth_page_container h3 {
  color: #0A2540;
  font-family: "DM Serif Text";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.auth_page_container h4 {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-family: "Outfit";
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.auth_page_container form {
  background: #fff;
  padding: 40px;
  width: 500px;
  box-shadow: 5px 21px 60px 3px rgba(0, 0, 0, 0.15);
  padding-top: 30px;
}
.auth_page_container form.register_form {
  width: 550px;
}
.auth_page_container form .domain_search_btn {
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #635BFF;
  padding: 10px 15px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .domain_search_btn {
    padding: 10px;
  }
}
.auth_page_container form .domain_search_btn:hover {
  background: #0A2540;
}
.auth_page_container form .domain_extension {
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0A2540;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .domain_extension {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .domain_extension {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .auth_page_container form .domain_extension {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .auth_page_container form {
    width: 400px;
    padding: 30px;
  }
}
.auth_page_container form .gap-20 {
  gap: 20px;
}
.auth_page_container form .form_info_section {
  margin-bottom: 10px;
}
.auth_page_container form #rememberMe {
  padding: 0;
}
.auth_page_container form .single_auth_input {
  margin-bottom: 15px;
}
.auth_page_container form .single_auth_input.domain_search {
  border-radius: 4px;
  border: 1px solid rgba(97, 114, 129, 0.2);
  background: #FFF;
  padding: 4px 10px;
}
.auth_page_container form .single_auth_input.domain_search .domain_search_icon {
  display: none;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .single_auth_input.domain_search .domain_search_icon {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .single_auth_input.domain_search .search_text {
    display: none;
  }
}
.auth_page_container form .single_auth_input.domain_search #url_input {
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 10px;
}
html[dir=rtl] .auth_page_container form .single_auth_input.domain_search #url_input {
  padding-right: 10px;
  padding-left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .single_auth_input.domain_search #url_input {
    padding-left: 5px;
  }
  html[dir=rtl] .auth_page_container form .single_auth_input.domain_search #url_input {
    border-right: 5px;
    border-left: 0;
  }
}
.auth_page_container form .single_auth_input.password {
  position: relative;
}
.auth_page_container form .single_auth_input.password .show-hide-password {
  position: absolute;
  right: 20px;
  bottom: 13px;
  cursor: pointer;
}
html[dir=rtl] .auth_page_container form .single_auth_input.password .show-hide-password {
  right: auto;
  left: 20px;
}
.auth_page_container form .single_auth_input.password .show-hide-password::after {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
}
.auth_page_container form .single_auth_input.password .show-hide-password.show::after {
  content: "\f06e";
}
.auth_page_container form .single_auth_input .gap-10 {
  gap: 10px;
}
.auth_page_container form .single_auth_input label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.auth_page_container form .single_auth_input label.domain_extension {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .single_auth_input label {
    font-size: 12px;
  }
}
.auth_page_container form .single_auth_input input {
  display: block;
  width: 100%;
  border: 1px solid rgba(97, 114, 129, 0.2);
  background: #fff;
  height: 50px;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .single_auth_input input {
    height: 38px;
    font-size: 12px;
    padding-left: 15px;
  }
  html[dir=rtl] .auth_page_container form .single_auth_input input {
    padding-left: 0px;
    padding-right: 15px;
  }
}
.auth_page_container form .loginButton {
  width: 100%;
  margin-top: 20px;
  height: 50px;
  background: #0A2540;
  color: #fff;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .auth_page_container form .loginButton {
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .loginButton {
    height: 38px;
    font-size: 12px;
  }
}
.auth_page_container form .loginButton:hover {
  background: #214F7A;
}
.auth_page_container form .redirect_url {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .auth_page_container form .redirect_url {
    font-size: 12px;
  }
}
.auth_page_container form .forget_password {
  color: #0A2540;
}
.auth_page_container form .forget_password:hover {
  color: #635BFF;
}

.blog_section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 575px) {
  .blog_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .blog_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.blog_section .blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .blog_section .blog_grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_section .blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .blog_section .blog_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_section .blog_grid .single_blog_item {
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
.blog_section .blog_grid .single_blog_item:hover .blog_feature_img_container img {
  transform: scale(1.1);
}
.blog_section .blog_grid .single_blog_item .blog_feature_img_container {
  height: 345px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1580px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 280px;
  }
}
@media only screen and (max-width: 1400px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 280px;
  }
}
@media only screen and (max-width: 479px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .blog_section .blog_grid .single_blog_item .blog_feature_img_container {
    height: 220px;
  }
}
.blog_section .blog_grid .single_blog_item .blog_feature_img_container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s all ease-in-out;
}
.blog_section .blog_grid .single_blog_item .blog-details {
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .blog_section .blog_grid .single_blog_item .blog-details {
    padding: 15px;
  }
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_label {
  padding: 5px 10px;
  color: #FFF;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_label.news {
  background: #635BFF;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0A2540;
  font-family: "Outfit";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .blog_section .blog_grid .single_blog_item .blog-details .blog_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_section .blog_grid .single_blog_item .blog-details .blog_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_title:hover {
  color: #635BFF;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_brief {
  color: #617281;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .blog_section .blog_grid .single_blog_item .blog-details .blog_brief {
    line-height: 22px;
  }
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  padding-top: 14px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .blog_section .blog_grid .single_blog_item .blog-details .blog_info {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog_section .blog_grid .single_blog_item .blog-details .blog_info {
    flex-direction: row;
  }
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info .post_by .d-flex {
  gap: 6px;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info .post_by .d-flex .blog_user_img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info .post_by .d-flex .user-name {
  color: #617281;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info .read-more .readmore {
  color: #635BFF;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.blog_section .blog_grid .single_blog_item .blog-details .blog_info .read-more .readmore:hover {
  color: #635BFF;
}

.blog_filter_section {
  background: #fff;
  padding: 30px;
  margin-bottom: 90px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 575px) {
  .blog_filter_section {
    padding: 20px;
  }
}
.blog_filter_section .d-flex {
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .d-flex {
    gap: 16px;
  }
}
.blog_filter_section .blog_search_btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #635BFF;
  width: 220px;
  height: 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .blog_search_btn {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_filter_section .blog_search_btn {
    width: 100%;
  }
}
.blog_filter_section .blog_search_btn:hover {
  background: #0A2540;
  color: #fff;
}
.blog_filter_section .blog_search {
  flex-wrap: nowrap;
}
.blog_filter_section .blog_search a:hover {
  background: #0A2540 !important;
}
.blog_filter_section .blog_search,
.blog_filter_section .date_selector {
  width: -moz-fit-content;
  width: fit-content;
  background: #FBFBFF;
}
@media only screen and (max-width: 767px) {
  .blog_filter_section .blog_search,
  .blog_filter_section .date_selector {
    width: 100%;
  }
}
.blog_filter_section .blog_search input,
.blog_filter_section .date_selector input {
  width: 290px;
  border: 1px solid rgba(33, 79, 122, 0.2);
  height: 60px;
  border-radius: 0;
  background: #FBFBFF;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .blog_search input,
  .blog_filter_section .date_selector input {
    width: 180px;
    height: 50px;
  }
}
.blog_filter_section .blog_search a,
.blog_filter_section .date_selector a {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #635BFF;
  border: 0;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .blog_search a,
  .blog_filter_section .date_selector a {
    width: 50px;
  }
}
.blog_filter_section .blog_search a img,
.blog_filter_section .date_selector a img {
  height: 26px;
  width: 26px;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .blog_search a img,
  .blog_filter_section .date_selector a img {
    height: 20px;
    width: 20px;
  }
}
.blog_filter_section .blog_search a:hover,
.blog_filter_section .date_selector a:hover {
  background: #635BFF;
}
@media only screen and (max-width: 767px) {
  .blog_filter_section .date_selector input {
    width: 100%;
  }
}
.blog_filter_section .date_selector input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
  display: block;
  background: url("../img/icons/calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_filter_section .single_filter_option {
    width: 100%;
  }
}
.blog_filter_section .single_filter_option .nice-select {
  width: 290px;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(33, 79, 122, 0.2);
  border-radius: 0;
  background: #FBFBFF;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog_filter_section .single_filter_option .nice-select {
    width: 180px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_filter_section .single_filter_option .nice-select {
    width: 100%;
  }
}
.blog_filter_section .single_filter_option .nice-select .list {
  width: 100%;
}
.blog_filter_section .single_filter_option .nice-select.open::after {
  top: 50%;
  transform: rotate(180deg) translateY(-50%) !important;
}
.blog_filter_section .single_filter_option .nice-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  transform: rotate(0deg) translateY(-50%);
  right: 20px;
  top: 50%;
  margin-top: 0;
  height: 20px;
  width: 20px;
  transition: 0.2s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top;
}
html[dir=rtl] .blog_filter_section .single_filter_option .nice-select::after {
  left: 20px;
  right: auto;
}

.blog_details_page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .blog_details_page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blog_details_page .sideber_section_title {
  color: #fff;
  font-family: "DM Serif Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background: #0A2540;
  padding: 15px 30px;
}
.blog_details_page .practice_sidebar_section .practice_area_list_container {
  border: 0.5px solid rgba(97, 114, 129, 0.4);
  background: #FBFBFF;
}
.blog_details_page .practice_sidebar_section .tags_container {
  margin-top: 50px;
  border: 0.5px solid rgba(97, 114, 129, 0.4);
  background: #FBFBFF;
}
.blog_details_page .practice_area_list {
  background: #FBFBFF;
  padding: 24px;
}
@media only screen and (max-width: 991px) {
  .blog_details_page .practice_area_list {
    padding: 16px;
  }
}
.blog_details_page .practice_area_list li:not(:last-child) {
  border-bottom: 0.5px solid rgba(97, 114, 129, 0.4);
}
.blog_details_page .practice_area_list li a {
  display: block;
  padding: 24px 0px;
  color: #0A2540;
  font-family: "DM Serif Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .blog_details_page .practice_area_list li a {
    font-size: 16px;
    padding: 14px 0px;
  }
}
.blog_details_page .practice_area_list li a:hover {
  color: #635BFF;
}
.blog_details_page .practice_area_list li.active {
  position: relative;
}
.blog_details_page .practice_area_list li.active a {
  color: #635BFF;
}
.blog_details_page .tags_list {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .blog_details_page .tags_list {
    gap: 10px;
    padding: 16px;
  }
}
.blog_details_page .tags_list li a {
  background: rgba(34, 34, 34, 0.1);
  padding: 10px 16px;
  color: #13273A;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
  white-space: nowrap;
}
.blog_details_page .tags_list li a:hover {
  background: #635BFF;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .blog_details_page .tags_list li a {
    padding: 10px;
  }
}
.blog_details_page .download_company_profile {
  display: block;
  padding: 17px 22px;
  background: #0A2540;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}
.blog_details_page .download_company_profile:hover {
  background: #635BFF;
}
@media only screen and (max-width: 767px) {
  .blog_details_page .blog_details {
    order: -1;
  }
}
.blog_details_page .blog_details .blog_hero_image {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 50px;
}
.blog_details_page .blog_details h2 {
  color: #13273A;
  font-family: "DM Serif Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog_details_page .blog_details h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_details_page .blog_details h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_page .blog_details h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog_details_page .blog_details h3 {
  color: #13273A;
  font-family: "DM Serif Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .blog_details_page .blog_details h3 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_details_page .blog_details h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_page .blog_details h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.blog_details_page .blog_details h3.blog_section, .blog_details_page .blog_details h3.work_process_section {
  background: #13273A;
  color: #fff;
  padding: 18px 24px;
  margin-top: 50px;
  margin-bottom: 35px;
}
.blog_details_page .blog_details p {
  color: #617281;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.blog_details_page .blog_details ul li {
  color: #617281;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  padding-left: 32px;
  position: relative;
}
html[dir=rtl] .blog_details_page .blog_details ul li {
  padding-right: 32px;
  padding-left: 0;
}
.blog_details_page .blog_details ul li::after {
  content: "";
  background-image: url("../img/icons/squire_list_icon.svg");
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}
html[dir=rtl] .blog_details_page .blog_details ul li::after {
  right: 0;
  left: auto;
}
.blog_details_page .blog_details .service-half-image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .blog_details_page .blog_details .service-half-image {
    height: 200px;
  }
}
.blog_details_page .blog_details .speciality_section .single_speciality {
  background: #FBFBFF;
  padding: 34px 22px;
  border: 1px solid rgba(97, 114, 129, 0.2);
  text-align: center;
  transition: 0.4s all ease-in-out;
}
.blog_details_page .blog_details .speciality_section .single_speciality svg {
  height: 50px;
  width: 50px;
  margin-bottom: 12px;
}
.blog_details_page .blog_details .speciality_section .single_speciality .speciality_title {
  color: #13273A;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.96px;
  letter-spacing: 0.44px;
  margin-bottom: 24px;
}
.blog_details_page .blog_details .speciality_section .single_speciality .speciality_brief {
  color: #617281;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog_details_page .blog_details .speciality_section .single_speciality:hover {
  background: #635BFF;
  cursor: pointer;
}
.blog_details_page .blog_details .speciality_section .single_speciality:hover .speciality_title {
  color: #fff;
}
.blog_details_page .blog_details .speciality_section .single_speciality:hover .speciality_brief {
  color: #fff;
}
.blog_details_page .blog_details .speciality_section .single_speciality:hover .speciality_icon svg {
  color: #fff;
}
.blog_details_page .virtical_separetor::before {
  height: 20px;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  display: block;
}

.blog_hero_image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .blog_hero_image img {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_hero_image img {
    height: 250px;
  }
}

.comment_section_blog {
  padding-left: 110px;
}
html[dir=rtl] .comment_section_blog {
  padding-right: 110px;
  padding-left: 0;
}
@media only screen and (max-width: 1200px) {
  .comment_section_blog {
    padding-right: 110px;
  }
  html[dir=rtl] .comment_section_blog {
    padding-right: 0;
    padding-left: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .comment_section_blog {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .comment_section_blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.user_info {
  background: #0A2540;
  color: #fff;
  padding: 12px;
  margin-bottom: 50px;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .user_info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .user_info {
    font-size: 16px;
  }
}
.user_info .d-flex {
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .user_info .d-flex {
    gap: 5px;
  }
}
.user_info .d-flex .user img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}
.user_info .d-flex .user p {
  color: #fff;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .user_info .d-flex .user p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .user_info .d-flex .user p {
    font-size: 16px;
  }
}

.single_comment:not(:last-child) {
  margin-bottom: 50px;
}
.single_comment > .d-flex {
  gap: 25px;
  background: #fff;
  padding: 28px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 575px) {
  .single_comment > .d-flex {
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.single_comment ul {
  margin-left: 100px;
  margin-top: 50px;
}
html[dir=rtl] .single_comment ul {
  margin-right: 100px;
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .single_comment ul {
    margin-left: 25px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .single_comment ul {
    margin-left: 15px;
    margin-top: 15px;
  }
}
.single_comment .commenter_image img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 575px) {
  .single_comment .commenter_image img {
    height: 50px;
    width: 50px;
  }
}
.single_comment .comment_info .d-flex {
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .single_comment .comment_info .d-flex {
    gap: 10px;
  }
}
.single_comment .comment_info .commenter_name {
  color: #13273A;
  font-family: "DM Serif Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .single_comment .comment_info .commenter_name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single_comment .comment_info .commenter_name {
    font-size: 18px;
  }
}
.single_comment .comment_info .comment_time {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.06px;
  background: #13273A;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
  white-space: nowrap;
}
.single_comment .comment_info .comment {
  color: #617281;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .single_comment .comment_info .comment {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single_comment .comment_info .comment {
    font-size: 14px;
    line-height: 18px;
  }
}
.single_comment .comment_info .comment_actions {
  margin-top: 20px;
  gap: 20px;
  display: flex;
}
.single_comment .comment_info .comment_actions .comment_reply {
  color: #F64153;
  text-align: center;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .single_comment .comment_info .comment_actions .comment_reply {
    font-size: 16px;
  }
}
.single_comment .comment_info .comment_actions .comment_reply:hover {
  text-decoration: underline !important;
}
.single_comment .comment_info .comment_actions .comment_like {
  color: #13273A;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .single_comment .comment_info .comment_actions .comment_like {
    font-size: 16px;
  }
}
.single_comment .comment_info .comment_actions .comment_like:hover {
  text-decoration: underline !important;
}

.blog_details_comments-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog_details_comments-section .comment_title {
  color: #13273A;
  font-family: "DM Serif Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .blog_details_comments-section .comment_title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_details_comments-section .comment_title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_comments-section .comment_title {
    font-size: 28px;
    line-height: 32px;
  }
}

.comment_submit_section .comment_section {
  margin-top: 40px;
}
.comment_submit_section .comment_section .comment_header .comment_form_title {
  color: #0A2540;
  font-family: "DM Serif Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 40px;
}
.comment_submit_section .comment_section .comment_form_section .terms-and-condition-agree {
  color: #13273A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  gap: 10px;
}
.comment_submit_section .comment_section .comment_form_section .terms-and-condition-agree input[type=checkbox] {
  height: 24px;
  width: 24px;
  padding: 0;
}
.comment_submit_section .comment_section .comment_form_section .terms-and-condition-agree input[type=checkbox]:focus {
  box-shadow: none;
}
.comment_submit_section .comment_section .comment_form_section .terms-and-condition-agree input[type=checkbox]:checked {
  border-color: #E0E0E0;
}
.comment_submit_section .comment_section .comment_form_section .messagebox {
  width: 100%;
  height: 240px;
  resize: none;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #617281;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.comment_submit_section .comment_section .comment_form_section .comment_submit_btn {
  display: inline-flex;
  padding: 24px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #635BFF;
  color: #fff;
  text-transform: uppercase;
}
.comment_submit_section .comment_section .comment_form_section .comment_submit_btn:hover {
  background: #0A2540;
}
.comment_submit_section .comment_section .comment_form_section .comment_first_name_input, .comment_submit_section .comment_section .comment_form_section .comment_email_input, .comment_submit_section .comment_section .comment_form_section .comment_last_name_input {
  border: 1px solid #E0E0E0;
  background: #fff;
  width: 100%;
  height: 65px;
}

.about_us_section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about_us_section {
    background: #635BFF;
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about_us_section {
    padding: 20px;
  }
}
.about_us_section .about_us_title {
  color: #fff;
  font-family: "DM Serif Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 1580px) {
  .about_us_section .about_us_title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1400px) {
  .about_us_section .about_us_title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 991px) {
  .about_us_section .about_us_title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 575px) {
  .about_us_section .about_us_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 479px) {
  .about_us_section .about_us_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px !important;
  }
}
.about_us_section .about_us_brief {
  overflow: hidden;
  color: #FBFBFF;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 50px 0px;
  width: 80%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1580px) {
  .about_us_section .about_us_brief {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .about_us_section .about_us_brief {
    margin: 20px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .about_us_section .about_us_brief {
    margin: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .about_us_section .about_us_brief {
    width: 100%;
  }
}
.about_us_section .about_us_image img {
  width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
html[dir=rtl] .about_us_section .about_us_image img {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 991px) {
  .about_us_section .about_us_image img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about_us_section .about_us_image img {
    position: inherit;
    width: 100%;
    margin: 0 auto;
    display: block;
    transform: inherit;
    margin-top: 30px;
  }
}
.about_us_section .about_us_points {
  margin-bottom: 80px;
}
.about_us_section .about_us_points ul li {
  color: #fff;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1580px) {
  .about_us_section .about_us_points ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .about_us_section .about_us_points ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .about_us_section .about_us_points ul li {
    gap: 10px;
    font-size: 16px;
  }
}
.about_us_section .about_us_points ul li:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1580px) {
  .about_us_section .about_us_points ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .about_us_section .about_us_points ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.about_us_section .about_us_points ul li img {
  height: 32px;
  width: 32px;
}
html[dir=rtl] .about_us_section .about_us_points ul li img {
  transform: scaleX(-1);
}
@media only screen and (max-width: 1580px) {
  .about_us_section .about_us_points ul li img {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .about_us_section .about_us_points ul li img {
    height: 28px;
    width: 28px;
  }
}
.about_us_section .about_us_left_section {
  background: #635BFF;
  padding-left: 110px !important;
  padding-top: 85px !important;
  padding-bottom: 85px !important;
  min-height: 850px;
}
html[dir=rtl] .about_us_section .about_us_left_section {
  padding-right: 110px !important;
  padding-left: 0px !important;
}
@media only screen and (min-width: 1400px) {
  .about_us_section .about_us_left_section {
    padding-left: 90px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  html[dir=rtl] .about_us_section .about_us_left_section {
    padding-right: 90px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .about_us_section .about_us_left_section {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_us_section .about_us_left_section {
    padding-left: 60px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    min-height: 600px;
  }
  html[dir=rtl] .about_us_section .about_us_left_section {
    padding-right: 60px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .about_us_section .about_us_left_section {
    padding-left: 50px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 500px;
  }
  html[dir=rtl] .about_us_section .about_us_left_section {
    padding-right: 50px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about_us_section .about_us_left_section {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: auto;
  }
  html[dir=rtl] .about_us_section .about_us_left_section {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .about_us_section .about_us_action a {
    margin-top: 20px !important;
  }
}

.about_top_section {
  padding: 110px 200px;
}
@media only screen and (max-width: 1400px) {
  .about_top_section {
    padding: 80px 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_top_section {
    padding: 60px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .about_top_section {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .about_top_section {
    padding: 60px 40px;
  }
}
.about_top_section .section_title {
  text-align: center;
}
.about_top_section .section_description {
  text-align: center;
}

.award_section.about_page {
  margin-top: 150px;
}

.mission_vision_section {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1400px) {
  .mission_vision_section .section_heading {
    max-width: 100% !important;
  }
}
.mission_vision_section .section_description {
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .mission_vision_section .section_description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .mission_vision_section .section_description {
    max-width: 100% !important;
  }
}
.mission_vision_section .section_heading {
  margin: 0;
}
.mission_vision_section .mission_vision_hero_image {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .mission_vision_section .mission_vision_hero_image {
    width: 100%;
  }
}
.mission_vision_section .download_profile_btn.primary_btn {
  background: #635BFF;
  margin-top: 50px;
  background: linear-gradient(90deg, #635BFF 50%, #635BFF 50%);
  background-size: 300%;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  padding: 18px 50px;
  background: #0A2540;
  background: linear-gradient(90deg, #0A2540 50%, #635BFF 50%);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  background-size: 300%;
  background-position: right;
  transition: 0.5s all ease-in-out;
}
html[dir=rtl] .mission_vision_section .download_profile_btn.primary_btn {
  background-position: left;
}
.mission_vision_section .download_profile_btn.primary_btn:hover {
  background-position: left;
}
html[dir=rtl] .mission_vision_section .download_profile_btn.primary_btn:hover {
  background-position: right;
}

.award_section {
  background: #fff;
  padding: 60px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .award_section {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .award_section {
    padding: 20px;
  }
}
.award_section .award_item img {
  height: 160px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 575px) {
  .award_section .award_item img {
    height: 100px;
  }
}

.sales_pricing_wrapper {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .sales_pricing_wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sales_pricing_wrapper {
    padding: 10px;
  }
}
.sales_pricing_wrapper .nice-select {
  height: 60px;
  border: 1px solid rgba(97, 114, 129, 0.2);
}
.sales_pricing_wrapper .nice-select .current {
  font-size: 16px;
  font-weight: 400;
  color: #425466;
}
.sales_pricing_wrapper input.form-control,
.sales_pricing_wrapper textarea.form-control {
  border: 1px solid rgba(97, 114, 129, 0.2) !important;
}
.sales_pricing_wrapper .form-group {
  position: relative;
}
.sales_pricing_wrapper .form-group div.input-area {
  position: relative;
}
.sales_pricing_wrapper .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  line-height: 1;
}
html[dir=rtl] .sales_pricing_wrapper .form-group label {
  left: auto;
  right: 30px;
}
.sales_pricing_wrapper .form-group textarea {
  padding: 10px 20px;
}
.sales_pricing_wrapper .form-group textarea + label {
  position: absolute;
  top: 20px;
  left: 20px;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  line-height: 1;
}
html[dir=rtl] .sales_pricing_wrapper .form-group textarea + label {
  left: auto;
  right: 20px;
}
.sales_pricing_wrapper input:focus,
.sales_pricing_wrapper textarea:focus {
  border-color: #635BFF !important;
  box-shadow: none;
}
.sales_pricing_wrapper input:focus ~ label,
.sales_pricing_wrapper input.text-added ~ label {
  top: 0px;
  left: 20px;
  font-size: 14px;
  opacity: 1;
  color: #635BFF;
  background: #fff;
}
html[dir=rtl] .sales_pricing_wrapper input:focus ~ label,
html[dir=rtl] .sales_pricing_wrapper input.text-added ~ label {
  left: auto;
  right: 20px;
}
.sales_pricing_wrapper textarea:focus ~ label,
.sales_pricing_wrapper textarea.text-added ~ label {
  top: 0px;
  left: 10px;
  font-size: 14px;
  opacity: 1;
  color: #635BFF;
  background: #fff;
}
html[dir=rtl] .sales_pricing_wrapper textarea:focus ~ label,
html[dir=rtl] .sales_pricing_wrapper textarea.text-added ~ label {
  left: auto;
  right: 20px;
}
.sales_pricing_wrapper .primary_file_uploader {
  border: 1px solid rgba(97, 114, 129, 0.2);
  display: flex;
  align-items: center;
}
.sales_pricing_wrapper .primary_file_uploader input {
  flex-grow: 1;
  padding-left: 20px;
}
.sales_pricing_wrapper .primary_file_uploader input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #425466;
}
.sales_pricing_wrapper .primary_file_uploader input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #425466;
}
.sales_pricing_wrapper .primary_file_uploader input + button {
  background: #635BFF;
  color: #fff;
  margin-right: 20px;
}
html[dir=rtl] .sales_pricing_wrapper .primary_file_uploader input + button {
  margin-right: 0;
  margin-left: 20px;
}
.sales_pricing_wrapper .primary_file_uploader input + button:hover {
  background: #0A2540;
}
.sales_pricing_wrapper h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #635BFF;
  margin-bottom: 30px;
  font-weight: bold;
}
.sales_pricing_wrapper .payment_method_box .payment_method_img {
  width: 100px;
  height: auto;
}
.sales_pricing_wrapper .payment_method_box .nav-link {
  border: 1px solid #f9f9f9;
  height: 55px;
  background: #F9F9F9;
  border-radius: 4px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
}
.sales_pricing_wrapper .payment_method_box .nav-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sales_pricing_wrapper .payment_method_box .nav-link.active {
  border: 1px solid #635BFF;
}
.sales_pricing_wrapper .form-step-container {
  border: 1px solid #d1d5da;
  border-radius: 0px;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .sales_pricing_wrapper .form-step-container {
    gap: 15px;
  }
}
.sales_pricing_wrapper .form-step-container .single-step {
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .sales_pricing_wrapper .form-step-container .single-step {
    padding: 10px 10px;
  }
}
.sales_pricing_wrapper .form-step-container .single-step.complete .step-dot {
  background: #635BFF;
  border: 2px solid #635BFF;
}
.sales_pricing_wrapper .form-step-container .single-step.complete .step-dot::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
}
.sales_pricing_wrapper .form-step-container .single-step.active .step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #635BFF;
}
.sales_pricing_wrapper .form-step-container .single-step.active .step-dot::before {
  content: attr(data-step-number);
  color: #635BFF;
}
.sales_pricing_wrapper .form-step-container .single-step:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d1d5da;
  position: absolute;
  right: 0;
  top: 0;
}
html[dir=rtl] .sales_pricing_wrapper .form-step-container .single-step:not(:last-child)::before {
  right: auto;
  left: 0;
}
.sales_pricing_wrapper .form-step-container .single-step:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #d1d5da;
  border-right: 1px solid #d1d5da;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
}
html[dir=rtl] .sales_pricing_wrapper .form-step-container .single-step:not(:last-child)::after {
  right: auto;
  left: 0;
}
.sales_pricing_wrapper .form-step-container .single-step .step-dot {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid #d1d5da;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .sales_pricing_wrapper .form-step-container .single-step .step-dot {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sales_pricing_wrapper .form-step-container .single-step .step-dot {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .sales_pricing_wrapper .form-step-container .single-step .step-dot {
    height: 30px;
    width: 30px;
  }
}
.sales_pricing_wrapper .form-step-container .single-step .step-dot::before {
  content: attr(data-step-number);
  font-size: 14px;
  color: #8a94a1;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .sales_pricing_wrapper .form-step-container .single-step .step-dot::before {
    font-size: 12px;
  }
}
.sales_pricing_wrapper .form-step-container .single-step .step-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .sales_pricing_wrapper .form-step-container .single-step .step-name {
    font-size: 12px;
  }
}
.sales_pricing_wrapper .form-step-container .single-step .step-brief {
  font-size: 12px;
}

.generate_btn {
  z-index: 1;
  top: -24px;
  font-size: 14px;
  right: 0;
  color: #635BFF;
}

.password_eye_btn {
  cursor: pointer;
}

/* counter */
.counter {
  background: #F0F2F9;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter a {
  display: block;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-size: 16px;
  line-height: 1;
  color: #635BFF;
}

.counter a:hover {
  background: #635BFF;
  color: #ffffff;
}

.counter input {
  height: 40px;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .counter a {
    height: 30px;
    width: 30px;
  }
  .counter input {
    height: 30px;
    width: 60px !important;
    font-size: 12px;
  }
  .counter a {
    font-size: 12px;
  }
}
footer .footer_top_section {
  background: transparent;
  padding: 40px 0px;
}
@media only screen and (max-width: 991px) {
  footer .footer_top_section {
    padding: 70px 0px;
  }
}
footer .footer_top_section .container {
  position: relative;
}
footer .footer_top_section .container::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 55px;
  left: 12px;
  right: 12px;
}
@media only screen and (max-width: 1400px) {
  footer .footer_top_section .container::after {
    top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer_top_section .container::after {
    top: 40px;
  }
}
footer .footer_top_section .footer_about_brief {
  color: rgba(255, 255, 255, 0.7);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 50px;
}
footer .footer_top_section .footer_about_brief.w-90 {
  width: 90%;
}
footer .footer_top_section .footer_social_links {
  display: flex;
  gap: 15px;
}
footer .footer_top_section .footer_social_links li a {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #425466;
}
footer .footer_top_section .footer_social_links li a:hover {
  background: #0E78F6;
}
footer .footer_top_section .footer_social_links li a i {
  font-size: 20px;
}
footer .footer_top_section .footer_section_title {
  color: #fff;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1400px) {
  footer .footer_top_section .footer_section_title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  footer .footer_top_section .footer_section_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
footer .footer_top_section .footer_sub_section_title {
  color: #fff;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  footer .footer_top_section .footer_sub_section_title {
    font-size: 20px;
  }
}
footer .footer_top_section .footer_links li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}
footer .footer_top_section .footer_links li a:hover {
  color: #0E78F6;
}
footer .footer_top_section .email_input_container {
  padding: 5px;
  background: #425466;
  width: 90%;
  margin-bottom: 50px;
  display: flex;
}
footer .footer_top_section .email_input_container input {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 10px;
  flex-grow: 1;
}
html[dir=rtl] footer .footer_top_section .email_input_container input {
  text-align: right;
}
footer .footer_top_section .email_input_container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer_top_section .email_input_container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer_top_section .email_input_container button {
  background: #0E78F6;
  border: 0;
  color: #fff;
}
footer .footer_top_section .email_input_container button:hover {
  background: #635BFF;
}
footer .footer_bottom_section {
  background: transparent;
  padding: 24px 0px;
  color: #fff;
  text-transform: capitalize;
}
footer .footer_bottom_section .copyright {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
footer .footer_bottom_links ul {
  display: flex;
  justify-content: end;
  gap: 36px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  footer .footer_bottom_links ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_bottom_links ul {
    justify-content: center;
    gap: 15px;
    row-gap: 10px;
  }
}
footer .footer_bottom_links ul li a {
  color: #fff;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .footer_bottom_links ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.footer_top_section .payment_options {
  gap: 10px;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer_top_section .payment_options {
    gap: 5px;
  }
}
.footer_top_section .payment_options li img {
  width: 60px;
  height: auto;
  min-width: 60px;
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .footer_top_section .payment_options li img {
    width: 50px;
  }
}

@media (max-width: 576px) {
  footer .footer_top_section .email_input_container input {
    width: calc(100% - 80px);
    height: 45px;
    font-size: 12px;
  }
  footer .footer_top_section .email_input_container button {
    padding: 6px 16px;
  }
}