@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  transition: all .4s ease-in-out;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  color: #000;
}

p {
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0px 0px 20px;
}

select:focus,
textarea:focus,
input:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* btns */
.btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btns .pre-btn {
  color: #fff;
  background: #000;
  padding: 13px 15px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.btns .pre-btn svg {
  width: 15px !important;
  height: 20px !important;
  transition: all .3s ease-in-out;
  margin: -2px 0px 0px 0px;
}

.btns .pre-btn .svg1 {
  opacity: 0;
  transform: translateX(-8px);
  transition: all .3s ease-in-out;
}

.btns .pre-btn:hover .svg1 {
  opacity: 1;
  transform: translateX(0) rotate(0);
}

.btns .pre-btn .svg1 svg {
  width: 0px !important;
  height: 0px !important;
  transition: all .3s ease-in-out;
}

.btns .pre-btn:hover .svg1 svg {
  width: 15px !important;
  height: 20px !important;
  transition: all .3s ease-in-out;
}

.btns .pre-btn .svg2 {
  opacity: 1;
  transform: translateX(0) rotate(0);
  transition: all .3s ease-in-out;
}

.btns .pre-btn:hover .svg2 {
  opacity: 0;
  transform: translateX(8px);
}

.btns .pre-btn:hover .svg2 svg {
  width: 0px !important;
  height: 0px !important;
  transition: all .3s ease-in-out;
}

.btns .pre-btn.change {
  color: #000000;
  background: #ededed;
}

/* btns */

/* head */
.head span {
  display: block;
  background: #f7f7f7;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 0px 0px 20px;
  font-size: 15px;
  font-weight: 500;
}

.head h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin: 0px 0px 20px;
}

.head h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin: 0px 0px 10px;
}

.head h4 {
  color: #000000;
  font-size: 25px;
  line-height: 35px;
  margin: 0px 0px 20px;
}

.m-50 {
  margin: 0px 0px 50px;
}

/* head */

/* frm-wrp */

.frm-wrp .input_main {
  height: 58px;
  margin-bottom: 18px;
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 16px;
}

.frm-wrp textarea.input_main {
  height: 150px;
  resize: none;
}

.frm-wrp .submit-btn {
  width: 100%;
  height: 58px;
  border: none;
  background: #ff5b2e;
  color: #fff;
  font-weight: 600;
  border-radius: 14px;
  font-size: 18px;
  transition: .3s;
}

/* frm-wrp */

/* header */
.header {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding: 40px 50px 0px;
  z-index: 9;
}

.header .text-wrapper {
    width: 650px;
    height: 125px;
    overflow: hidden;
    position: relative;
    display: none;
}

.header .text-wrapper .text-slide {
    position: relative;
    will-change: transform;
}

.header .text-wrapper .text-slide h1 {
    font-family: "Urbanist Variable", "Urbanist Placeholder", sans-serif;
    font-size: 108px;
    font-weight: 500;
    line-height: 120px;
    margin: 0;
}

.header .logo {
  position: fixed;
}

.header .logo img {
  width: 120px;
}

.header .main-box {
  display: flex;
  justify-content: end;
  position: fixed;
  width: 45%;
  z-index: 999;
}

.header .main-box .menu_bx {
  width: fit-content;
  background: #323232;
  border-radius: 15px;
  height: min-content;
  padding: 8px 20px 8px 15px;
  transition: all .4s ease-in-out;
}

.header .main-box .menu_bx .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125px;
}

.header .main-box .menu_bx .menu-head p {
  color: #ffffff80;
  font-weight: 500;
  margin: 0;
}

.header .main-box .menu_bx .menu-head .dots {
  position: relative;
  width: 14px;
  height: 14px;
}

.header .main-box .menu_bx .menu-head .dots span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

/* Normal position */
.header .main-box .menu_bx .menu-head .dots span:first-child {
  top: 1px;
}

.header .main-box .menu_bx .menu-head .dots span:last-child {
  top: 9px;
}

.header .main-box .menu_bx:hover .menu-head .dots span:first-child {
  animation: dotsMove1 1s ease-in-out forwards;
}

.header .main-box .menu_bx:hover .menu-head .dots span:last-child {
  animation: dotsMove2 1s ease-in-out forwards;
}

@keyframes dotsMove1 {
  0% {
    top: 1px;
    left: 50%;
  }

  45% {
    top: 5px;
    left: 50%;
  }

  100% {
    top: 5px;
    left: 25%;
  }
}

@keyframes dotsMove2 {
  0% {
    top: 9px;
    left: 50%;
  }

  45% {
    top: 5px;
    left: 50%;
  }

  100% {
    top: 5px;
    left: 75%;
  }
}

.header .main-box .menu_bx ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: opacity .5s ease-in-out,
    max-height .5s ease-in-out,
    margin-top .5s ease-in-out;
}

.header .main-box .menu_bx:hover ul {
  opacity: 1;
  max-height: 300px;
  margin-top: 15px;
}

.header .main-box .menu_bx ul li {
  width: 100%;
  text-align: center;
}

.header .main-box .menu_bx ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 7px 10px;
  transition: all .4s ease-in-out;
}

.header .main-box .menu_bx ul li a:hover {
  background: #4a4a4a7d;
}

/* header */

/* footer */
.footer {
  padding: 15px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.footer .bg-blk {
  background: #000;
  padding: 60px 0;
  border-radius: 20px;
  overflow: hidden;

  transform: scale(0.8);
  transform-origin: center;
}

.footer .beyond_or h3 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin: 0px 0px 10px;
}

.footer .beyond_or p {
  color: #ffffff80;
}

.footer .beyond_or .email {
  margin: 100px 0px 0px;
}

.footer .beyond_or .email a {
  color: #fff;
  transition: all .3s ease-in-out;
}

.footer .beyond_or .email a:hover {
  color: #ffffff80;
  text-decoration: underline;
}

.footer .beyond_or .email ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0px 0px;
}

.footer .beyond_or .email ul li a i {
  font-size: 22px;
  color: #ffffff80;
  transition: all .4s ease-in-out;
}

.footer .beyond_or .email ul li a i:hover {
  color: #fff;
}

.footer .quick-link h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 15px;
}

.footer .quick-link ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer .quick-link ul li a {
  color: #ffffff80;
}

.footer .quick-link ul li a:hover {
  color: #fff;
}

.footer .main-img {
  margin: 40px auto 0px;
  text-align: center;
}

.footer .main-img img {
  width: 80%;
}

/* footer */

/* hero_banner_section */
.hero_banner_section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 16px;
}

.hero_banner_section .mian-img {
  background: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero_banner_section .mian-img img {
  width: 680px;
  height: auto;
  object-fit: cover;
  margin: 35px 0px 0px 0px;
}

.hero_banner_section .advanced {
  position: absolute;
  bottom: 5%;
  left: 3%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 94%;
  z-index: 9;
}

.hero_banner_section .advanced .txt p {
  font-weight: 500;
  margin: 0px 0px 20px;
  width: 95%;
}

.scroll-indicator {
  width: 25px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.scroll-indicator .line {
  width: 3px;
  height: 10px;
  background-color: #000000;
  border-radius: 10px;
  animation: scrollLine 1.6s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  60% {
    transform: translateY(13px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero_banner_section .rightDiv {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 9;
}

.hero_banner_section .rightDiv .rightDiv-fade-list {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: end;
  flex-direction: column;
}

.hero_banner_section .rightDiv .rightDiv-fade-list p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  opacity: .5;
  margin: 0;
}

.mian-img img,
.advanced .txt p,
.btns,
.rightDiv p,
.scroll-indicator {
  will-change: transform, opacity, filter;
}

/* hero_banner_section */

/* aesthion_wrp */
.aesthion_wrp {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

.aesthion_wrp .main-img img {
  width: 95%;
  height: 600px;
  object-fit: cover;
  object-position: 51.9% 28.4%;
  border-radius: 20px;
}

section.aesthion_wrp .btm {
  margin-bottom: 60px;
}

/* aesthion_wrp */

/* insights_wrp */
.insights_wrp {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
}

.insights_wrp .head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0px 0px 40px;
}

.insights_wrp .head h2 {
  margin: 0px 0px 15px;
}

.insights_wrp .head p {
  margin: 0;
}

.insights_wrp .head .read-btn {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 10px;
}

.insights_wrp .blog_box {
  height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0px 0px 20px;
  transition: all .4s ease-in-out;
}

.insights_wrp .blog_box.mine-bx {
  height: 300px;
}

.insights_wrp .blog_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 95%) 0%, rgb(0 0 0 / 23%) 30%, rgb(0 0 0 / 0%) 70%);
  z-index: 1;
}

.insights_wrp .blog_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-in-out;
  position: relative;
}

.insights_wrp .blog_box:hover img {
  transform: scale(1.1);
}

.insights_wrp .blog_box .head {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  margin: 0;
  z-index: 9;
}

.insights_wrp .blog_box .head h4 {
  color: #fff;
  margin: 0px 0px 25px;
}

.insights_wrp .blog_box .head ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 15px;
}

.insights_wrp .blog_box .head ul .info {
  background: #ff5e2b;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
}

.insights_wrp .blog_box .head ul .info.date {
  background: #ffffff;
  color: #000000;
}

/* insights_wrp */

/* faq_wrp */
.faq_wrp {
  padding: 60px 0px 100px;
  position: relative;
  overflow: hidden;
}

.faq_wrp .head {
  text-align: center;
  margin: 0px auto 50px;
  width: 35%;
}

.contact_banner_sec .main-box,
.faq_wrp .main-box {
  background: #f7f7f7;
  border-radius: 24px;
  display: grid;
  grid-template-rows: repeat(1, min-content);
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-auto-rows: min-content;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 12px;
  position: relative;
  overflow: hidden;
}


.contact_banner_sec .main-box .main-img,
.faq_wrp .main-box .main-img {
  position: relative;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_wrp .main-box .main-img span {
  position: absolute;
  top: 3%;
  right: 4%;
  background: #ff5e2b;
  color: #ffff;
  width: 60px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.contact_banner_sec .main-box .main-img img,
.faq_wrp .main-box .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq_wrp .main-box .according {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}

.faq_wrp .main-box .according .accordion-item {
  margin: 0px 0px 15px;
  border-radius: 15px;
  border: 1px solid #ededed;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.faq_wrp .main-box .according .accordion-item:nth-child(8) {
        margin: 0;
    }
.faq_wrp .main-box .according .accordion-item:hover {
  border: 1px solid #000000;
}

.faq_wrp .main-box .according .accordion-item .accordion-header .accordion-button {
  padding: 25px 20px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.faq_wrp .main-box .according .accordion-item .accordion-body {

  padding: 0px 20px 20px;
}

.faq_wrp .main-box .according .accordion-item .accordion-body p {
  color: #a3a3a3;
  margin: 0;
}

.faq_wrp .main-box .according .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background: transparent;
  color: #000;
  font-size: 24px;
  border-radius: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.faq_wrp .main-box .according .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

/* faq_wrp */

/* noninvasive_wrp */
.noninvasive_wrp {
  padding: 100px 0px 40px;
  position: relative;
}

.noninvasive_wrp .head {
  text-align: center;
  margin: 0px 0px 70px;
  width: 100%;
  position: sticky;
  top: 20%;
  transition: 0.3s ease-in-out;
  background: 0 0;
}

.noninvasive_wrp .head h2 {
  font-size: 120px;
  line-height: 110px;
  font-weight: 700;
  margin: 0px 0px 20px;
}

.noninvasive_wrp .head p {
  width: 35%;
  margin: auto;
}

.noninvasive_wrp .multipl {
  position: relative;
}

.noninvasive_wrp .multipl img {
  border-radius: 16px;
  object-fit: cover;
  will-change: transform;
}

.noninvasive_wrp .multipl .scroll-img1 {
  width: 400px;
  height: 330px;
}

.m1 {
  width: 100%;
  height: min-content;
  padding: 0 0 0 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.noninvasive_wrp .multipl .scroll-img2 {
  width: 228px;
  height: 292px;
}

.noninvasive_wrp .multipl .scroll-img3 {
  width: 396px;
  height: 448px;
}

.noninvasive_wrp .multipl .scroll-img4 {
  width: 269px;
  height: 175px;
}

.noninvasive_wrp .multipl .scroll-img5 {
  width: 373px;
  height: 243px;
}

.noninvasive_wrp .multipl .scroll-img6 {
  width: 100%;
  height: 800px;
}

.m2 {
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: min-content;
  padding: 0 0 0 290px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m3 {
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: min-content;
  padding: 70px 100px 60px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* noninvasive_wrp */

/* about_banner */
.about_banner .mian-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ab9b9b80 !important;
  z-index: 1;
}

.about_banner .mian-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55.3% 30.5%;
  margin: 0;
}

.about_banner .advanced .txt p {
  width: 100%;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}

.about_banner .advanced .txt p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  width: 2px;
  height: 44px;
  background: #ffff;
}

.about_banner .advanced .txt p span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #d9d9d9;
}

.about_banner .scroll-indicator {
  border: 1px solid #ffffff;
}

.about_banner .scroll-indicator .line {
  background-color: #ffffff;
}

.about_banner .content {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  width: 30%;
  z-index: 9;
}

.about_banner .content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin: 0px 0px 25px;
}

.about_banner .content p {
  color: #fff;
}

/* about_banner */

/* why_wrp */
.why_wrp {
  position: relative;
  overflow: hidden;
  padding: 150px 0px;
  background-image: url(../images/img10.jpg);
  background-position: 49.8% 69.9%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.why_wrp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 88%) 70%);
  z-index: -1;
}

.why_wrp .head {
  width: 48%;
}

.why_wrp .head h2 {
  color: #fff;
}

.why_wrp .head p {
  color: #fff;
}

.why_wrp .head .btns .pre-btn {
  background: #fff;
}

/* why_wrp */

/* value_wrp */
.value_wrp {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}
.value_wrp .head .txt p {
    width: 43%;
}
.value_wrp .head {
  margin: 0px 0px 40px;
}

.value_wrp .head span {
  background: #ff5e2b;
  color: #fff;
}

.value_wrp .head .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.value_wrp .precision_br {
  background: #f7f7f7;
  padding: 32px;
  border-radius: 12px;
}

.value_wrp .precision_br .main-svg {
  background: #ededed;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 60px;
}

.value_wrp .precision_br .main-svg svg {
  width: 25px !important;
  height: 25px !important;
}

.value_wrp .precision_br .head {
  margin: 0px;
}

.value_wrp .precision_br .head h4 {
  margin: 0px 0px 10px;
  font-weight: 700;
}

.value_wrp .precision_br p {
  margin: 0;
}

/* value_wrp */

/* insights_banner_sec */
.insights_banner_sec {
  padding: 120px 0px 40px;
  background: #ffffff;
}

.insights_banner_sec .head {
  display: block;
}

.insights_banner_sec .blog_box {
  height: 300px;
}

/* insights_banner_sec */

/* connected_wrp */
.connected_wrp {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.connected_wrp .main-box {
  background: #ededed;
  padding: 60px;
  border-radius: 16px;
  text-align: center;
}

.connected_wrp .main-box .head {
  width: 50%;
  margin: 0px auto 50px;
}

.connected_wrp .main-box .connected_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 40%;
  margin: auto;
}

.connected_wrp .main-box .connected_form .input_main {
  margin: 0;
}

.connected_wrp .main-box .connected_form button {
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  border: 0;
  background: #ff5e2b;
  color: #fff;
}

/* connected_wrp */

/* contact_banner_sec */
.contact_banner_sec {
  padding: 120px 0px 40px;
}

.contact_banner_sec .head {
  width: 50%;
  margin: 0px auto 50px;
}

.contact_banner_sec .head .icon {
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
}

.contact_banner_sec .head .icon svg {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_banner_sec .main-box .main-img {min-height: 100%;max-height: 100%;}

.contact_banner_sec .main-box .email-card {
  margin-bottom: 15px;
}

.contact_banner_sec .main-box .email-card h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact_banner_sec .main-box .email-card p {
  margin-bottom: 5px;
}

.contact_banner_sec .main-box .email-card,
.contact_banner_sec .main-box .form-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
}

/* contact_banner_sec */

/* blog_detail_banner */
.blog_detail_banner {
  position: relative;
  overflow: hidden;
  padding: 120px 0px 80px;
}

.blog_detail_banner .blog-content {
  padding: 0px 12rem 0px;
}

.blog_detail_banner .blog-content .head {
  text-align: center;
}

.blog_detail_banner .blog-content .head .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px;
}

.blog_detail_banner .blog-content .head .btn-outline a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  background: #ededed;
  padding: 8px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog_detail_banner .blog-content .head h2 {
  margin: 0px 0px 15px;
}

.blog_detail_banner .blog-content .main-img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0px 0px 20px;
}

.blog_detail_banner .blog-content .main-img p {
  text-align: end;
}

/* blog_detail_banner */


/* .modal_drm  */

.modal_drm {
  background: #ededed;
}

.modal_drm .modal-dialog {
  min-width: 1200px;
  margin: auto auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal_drm .modal-content {
  background: transparent;
  border: 0;
}

.modal_drm .modal-header {
  border: 0;
}

.modal_drm .modal-body section.contact_banner_sec {
  padding: 0;
}

.modal_drm .modal-body .frm-wrp .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 50px;
}

.modal_drm .modal-body .frm-wrp .head p {
  margin: 0;
}

.modal_drm .modal-body .frm-wrp .head button {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  opacity: 1;
  background: #f7f7f7;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.modal_drm .modal-body .frm-wrp .head button i {
  font-size: 18px;
}

.modal_drm .modal-body .frm-wrp .ships {
  margin: 50px 0px 0px;
}

.modal_drm .modal-body .frm-wrp .ships p {
  margin: 0;
}

.modal_drm .modal-body .frm-wrp textarea.input_main {
  height: 120px;
}

.modal_drm .modal-body .frm-wrp .ships p span {
  font-weight: 700;
}

.modal_drm .modal-body .main-img {
  min-height: 100% !important;
  max-height: 100% !important;
}

/* .modal_drm  */

