@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  outline: none;
}

body {
  font-family: "Montserrat", serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #566772;
}

.ds-desktop {
  display: block;
}

.ds-mobile {
  display: none;
}

a,
span {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}
a {
  color: #170f49;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.7;
  color: #170f49;
}
.main-padding {
  padding: 90px 0;
}
.grey_bg {
  background: #f3f3f3;
}
.main-heading {
  color: #12141d;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 45px;
}
.main-heading span {
  color: #566772;
  font-weight: 600;
}
.main-heading span.red {
  color: #de2b28;
}
.main-heading span.font-light {
  font-weight: 300;
}
.d-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  color: #043a53 !important;
  border: solid 1px #043a53;
  transition: all 0.2s linear;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  width: fit-content;
  gap: 15px;
  align-items: center;
}
.d-btn:hover {
  opacity: 0.7;
}
.d-blackbtn .icon {
  background: #363840;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-blackbtn .icon i {
}

.d-blackbtn {
  background: #12141d;
  color: #fff !important;
}
.d-blackbtn:hover {
}
.d-fillbtn {
  background: #edf1f5;
}
.arrow-btn {
  font-size: 23px;
}
.arrow-btn .button {
  font-weight: 600;
  color: #12141d;
  display: flex;
  align-items: center;
  gap: 6px;
}
.arrow-btn .button i {
  font-weight: 600;
  color: #de2b28;
  font-size: 19px;
}
ul.red-li {
  padding-left: 60px;
}
ul.red-li li {
  font-size: 21px;
  margin-bottom: 10px;
}
ul.red-li li::marker {
  color: #de2b28;
  font-size: 1.2em;
}
/* float chat icon */
.float_chat_icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.float_chat_icon img {
  width: 60px;
  transition: all 0.3s ease;
}
.float_chat_icon img:hover {
  cursor: pointer;
  opacity: 0.7;
}
/* header */
.header {
  padding: 20px 0;
  border-bottom: solid 1px #eff0f6;
}
.header .logo {
}
.header .logo img {
  width: 120px;
}
.header .main-menu {
}
.header .main-menu ul {
  text-align: right;
}
.header .main-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.header .main-menu ul li a {
  color: #170f49;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.header .main-menu ul li a:hover {
  color: #92a7b0;
}

.header .main-menu ul li:last-child {
  margin: 0;
}

/* custom_breadcrumb */
.custom_breadcrumb {
  padding: 20px 0;
}
.custom_breadcrumb ul {
  display: flex;
  list-style-type: none;
  gap: 5px;
}
.custom_breadcrumb ul li {
  color: #687074;
}
.custom_breadcrumb ul li a {
  color: #687074;
  font-weight: 600;
}
.custom_breadcrumb ul li span {
}

/* page heading */
.page-heading {
  text-align: center;
  padding: 30px 0;
}
.page-heading .sub-title {
  color: #566772;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-heading h2 {
  color: #12141d;
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
}
.page-heading h2 span {
  color: #de2b28;
  font-weight: 700;
}
.page-heading .desc {
  color: #687074;
  font-size: 14px;
}

/* pricing card` */
.pricing-card {
  border: solid 1px #d0d0d0;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
}
.pricing-card .p-title {
  font-size: 28px;
  color: #12141d;
  font-weight: 500;
}
.pricing-card .p-desc {
  margin: 10px 0;
}
.pricing-card .p-price {
  display: flex;
  color: #12141d;
  font-weight: 500;
  gap: 5px;
}
.pricing-card .p-price .p-currency {
  font-size: 25px;
  margin-top: 6px;
}
.pricing-card .p-price .p-amount {
  font-size: 51px;
}
.pricing-card .pkg-points {
  border-top: solid 1px #d0d0d0;
  padding-top: 10px;
  margin-top: 10px;
}
.pricing-card .pkg-points .pkg-point {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.pricing-card .pkg-points .pkg-point i {
}
.pricing-card .pkg-points .pkg-point p {
}

/* Footer_Section_Styling */
.footer_section {
  background: rgba(233, 233, 233, 1);
}

.footer_section .footer_logo_icon .footer_logo img {
  width: 165px;
  margin-bottom: 30px;
}

.footer_section .footer_logo_icon .footer_social_icon {
  display: flex;
  gap: 20px;
}

.footer_section .footer_logo_icon .footer_social_icon a img {
  opacity: 0.7;
  width: 36px;
}

.footer_section .footer_links .f_heading {
  font-weight: 600;
  font-size: 16px;
}

.footer_section .footer_links ul li {
  list-style-type: none;
  margin-top: 10px;
}

.footer_section .footer_links ul li a {
  color: #12141d;
  font-size: 13px;
}

.footer_section .footer_links ul li a:hover {
  opacity: 0.6;
}

.footer_section .footer_links .d-btn {
  font-size: 11px;
  padding: 6px 15px;
}
.footer_copywrite_section .footer_copyw_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.footer_copywrite_section .footer_copyw_content .footer_copyw_text {
  font-size: 13px;
  color: #566772;
  font-weight: 500;
}

.footer_copywrite_section .footer_copyw_content .footer_copyw_links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer_copywrite_section .footer_copyw_content .footer_copyw_links ul li {
  list-style-type: none;
}

.footer_copywrite_section .footer_copyw_content .footer_copyw_links ul li a {
  font-size: 13px;
  color: #566772;
  font-weight: 500;
}

.footer_copywrite_section .footer_copyw_content .footer_cs_lang {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_copywrite_section
  .footer_copyw_content
  .footer_cs_lang
  .footer_copyw_icon
  i {
  color: #566772;
  font-weight: 500;
}

.footer_copywrite_section .footer_copyw_content .footer_cs_lang .form-select {
  font-size: 13px;
  font-weight: 500;
  color: #566772;
  border: none;
  box-shadow: none;
  padding-left: 5px;
}

/* responsive */
@media (min-width: 340px) and (max-width: 767px) {
}
