@import url('root_custom.css');
@import url('animation.css');

body {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}


@font-face {
  font-family: "aghato_bold";
  src: url("../fonts/AGATHO_\ BOLD.OTF");
}

@font-face {
  font-family: "aghato_light";
  src: url("../fonts/AGATHO_\ LIGHT.OTF");
}

@font-face {
  font-family: "aghato_medium";
  src: url("../fonts/AGATHO_\ MEDIUM.OTF");
}

@font-face {
  font-family: "aghato_narrow";
  src: url("../fonts/AGATHO_\ NARROW.OTF");
}

@font-face {
  font-family: "aghato_regular";
  src: url("../fonts/AGATHO_REGULAR.OTF");
}

@font-face {
  font-family: "QUENTIN";
  src: url("../fonts/QUENTIN.OTF");
}

/*-------------comman-global-css-start---------------*/

a {
  text-decoration: none;
}

input:focus {
  box-shadow: none !important;
}

button:focus {
  box-shadow: none !important;
}

textarea:focus {
  box-shadow: none !important;
}

.com_btn {
  background-color: #171A5F;
  border-radius: 10px;
  border: 1px solid #171A5F;
  padding: 10px 30px;
  transition: 0.2s;
  font-size: 16px;
  color: #fff;

}

.com_btn:hover {
  background-color: transparent;
  color: #171A5F;
}

.d-blue {
  color: #2B2E8A;
}

.fixed-position {
  position: fixed;
}

/*-------------comman-global-css-end---------------*/

/*-------------header-menu-css-start---------------*/
.tog_arrow {
  width: 25%;
  margin-left: 6%;
  display: flex;
  cursor: pointer;
}



.tog_arrow img {
  margin: auto;
}

.is-sticky {
  position: fixed;
  box-shadow: 0 0 10px gray;
  /* backdrop-filter: blur(10px); */
  background-color: #fff;
  z-index: 9999;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.is-sticky .header_logo a img {
  max-width: 70%;
}

.header_logo a img {
  max-width: 80%;
}

.header_link ul {
  padding: 0;
}


/* .header_link .drop_menu {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  padding: 10px 20px;
  box-shadow: 0 0 10px gray;
  width: 200px;
  border-radius: 5px;
} */

.header_link .drop_menu {
  display: none;
}

.header_link .drop_menu a {
  color: gray !important;
}

.header_link .drop_menu a {
  display: block;
  border: none !important;
  padding: 7px;
}

.header_link .drop_menu a:hover {
  background-color: #2b2e8a21;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  /* background-color: #fff; */
  z-index: 9;
}

.fixed_sc {
  height: 100vh;
  overflow: hidden;
}

.header_wrap {

  padding: 10px 0;

}

.toggle_btn {
  cursor: pointer;
}

.header_link ul {
  list-style: none;
  /* display: flex; */
}

.header_link ul li {
  padding: 10px;
}

.header_link ul li a {
  color: #00000094 !important;
  font-size: 18px;
  font-weight: 600;
}

.header_link ul li a:hover,
.header_link ul li.active a {
  color: #2B2E8A !important;
  font-weight: 600;
  /* text-shadow: 0px 0px 0px #171a5f, 0px 0px 1px #171a5f; */
  border-bottom: 2px solid #171A5F;
}

.close_menu {
  display: none;
}

ul.come_in .close_menu {
  display: block;
}

/*-------------header-menu-css-end---------------*/

/*-------------Main_wrap-css-start---------------*/

.com_main-wrap {
  position: relative;
  padding: 150px 0 50px;
  overflow: hidden;
}

.com_wrap {
  max-width: 90%;
  margin: auto;
  position: relative;
}

.pha_bg::before {

  content: url('../img/tesdtimonial/wave.png');
  width: 100%;
  max-width: 50%;
  position: absolute;
  left: 5%;
  z-index: -1;
  top: 50%;
}

.com_main-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #81B79A;
  opacity: 22%;
  border-radius: 0 0 50% 50%;
}

.home_banner .banner_left h1 {
  font-size: 72px;
  line-height: 71px;
  width: 100%;
  /* white-space: nowrap; */
  color: #171A5F;
  font-family: 'aghato_regular', sans-serif;
}

.home_banner .banner_left h2 {
  font-size: 35px;
}

.home_banner .banner_left p {
  font-size: 20px;
  max-width: 90%;
}

.com_grid {
  /* display: flex;

  justify-content: start; */

}

.home_banner-img img {
  max-width: 85%;
  position: relative;
  margin: auto;
  z-index: 1;
}

.com_grid-box p {
  font-size: 18px !important;
  /* white-space: nowrap; */
  text-align: center;
  max-width: 100% !important;
  margin: 0;
}

.com_grid-box {
  /* margin-right: 50px; */
}

.banner_left {
  position: relative;
}

/* .banner_left::after{
  content: url(../img/mainwrap/flower.png);
  position: absolute;
  right: -10%;
  bottom: -51%;
  animation: blink 50s infinite;
} */
@keyframes blink {
  0% {
    transform: rotate(-30deg);
  }

  25% {
    transform: rotate(-40deg);
  }

  50% {
    transform: rotate(-60deg);
  }

  75% {
    transform: rotate(-40deg);
  }

  100% {
    transform: rotate(-30deg);
  }

}

/*-------------Main_wrap-css-end---------------*/

/*-------------Arrival-wrap-css-start---------------*/
.arrival_main-wrap .mission_left {
  animation: blink 15s infinite;
  left: 35%;
  top: -15%;
}

.arrival_main-wrap {
  overflow: hidden !important;
  padding: 40px 0 0;
}

.arrival_details {
  max-width: 80%;
  height: 50%;
  margin: auto auto auto 0;
}

.arrival_details h3 {
  font-size: 55px;
  font-family: 'aghato_regular', sans-serif;
}

.arrival_details p {
  font-size: 18px;
}

.product_slider-box {
  border-radius: 40px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 3px 10px #0000001A;
}

.product_slider-box .product_img {
  background-color: #F1F2F3;
  padding: 40px 0;
  display: flex;
  height: 370px;

}

.product_details p {
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.product_slider-box .product_img img {
  margin: auto;

}

.product_details {
  padding: 20px;
}

.product_details a {
  width: 37px;
  height: 37px;
  min-width: 37px;
}

.arrival-slider {
  max-width: 62%;
  margin: -14% 100px 0 auto;
  border-radius: 40px;

  overflow: hidden;
}

/*-------------Arrival-wrap-css-end---------------*/


/*-------------category-gallery-wrap-css-start---------------*/

.arrival_wrap {
  position: relative;
}

/* .arrival_wrap::after{
  content: url("../img/arrival/flowers.png");
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
} */
.sec_head span {
  display: block;
  font-size: 30px;
  font-family: 'QUENTIN', sans-serif;
}

.sec_head h3 {
  font-size: 55px;
  font-family: 'aghato_regular', sans-serif;
}

.category_gallery-wrap {
  padding: 50px 0;
}

.cat_gal-box p {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

.category_gallery .owl-nav {
  display: none;
}

.pharma_category {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 2rem; */
}

.pharma_category .item {
  position: relative;
}

.pharma_category .item .over_box,
.best_seller-box .over_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pro_cat-details {
  padding: 50px 0;
}

.pro_cat-tab table td {
  vertical-align: middle;
}

.pro_cat-head {
  border-bottom: 2px solid #171a5f;
  /* margin-bottom: 30px; */
  background-color: #2B2E8A;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.pro_cat-head h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.pro_cat-tab {
  padding: 20px 15px;
  background-color: #e3f3fb7a;
}

.pro_cat-tab table.table-bordered>thead>tr>th,
.pro_cat-tab table.table-bordered>tbody>tr>td {
  border: 1px solid #0000ff52;
  color: #2B2E8A;
}

.crap_table {
  overflow: auto;
}

.crap_table .table {
  min-width: 450px;
}

.surgical_tab {
  border: 1px solid #0000ff52;
}

.surgical-products-wrapper {
  display: grid;
  padding: 25px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1.5rem;
}

.surgical_tab .nav-tabs .nav-item.show .nav-link,
.surgical_tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #2B2E8A;
  border-color: #2B2E8A;
  border-radius: 0;
}

.surgical_tab .nav-tabs .nav-link {
  background: #2b2e8a2b;
  border-radius: 0;
  color: #000;
}

.surgical_tab .nav-tabs .nav-link:hover {
  background-color: #2B2E8A;
  color: #fff;
  border: 1px solid #2B2E8A;
}

.surgicl-img {
  width: 100%;
  height: 150px;
}

.surgicl-img img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.surgical-name {
  background: #2b2e8a;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

/*-------------category-gallery-wrap-css-end---------------*/


/*-------------best-selleer-gallery-wrap-css-start---------------*/
.best_seller-product-wrap {
  padding: 0 0 100px;
}

.best_seller-product-wrap .owl-nav {
  display: none;
}

.best_seller-img {
  height: 350px;
  display: flex;
  position: relative;
  background-image: url(../img/product/bg-r.png);
  background-size: contain;
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.best_seller-img img {
  margin: auto;
  transition: 0.2s;
}

.best_seller-box p {
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}

.best_seller-box {
  margin-bottom: 20px;
  position: relative;
}

.best_seller-box:hover .best_seller-img {
  background-image: url(../img/product/bg-rr.png);

}

.best_seller-box .pro_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.best_seller-box span {
  display: block;
  text-align: center;
}

/*-------------best-selleer-gallery-wrap-css-end---------------*/

/*-------------blog-wrap-css-start---------------*/

.blog_img {
  width: 100%;
  height: 300px;
}

.blog_img img {
  height: 300px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.bloag_main-wrap {
  padding: 100px 0 50px;
}

.blog_box {
  padding: 20px;
  border: 1px solid gray;
  background-color: #fff;
  border-radius: 8px;
}

.blog_deta {
  padding: 20px 0;
}

.blog_deta span {
  font-size: 18px;
  color: #888888;

}

.blog_deta h5 {
  font-size: 28px;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.blog_deta a {
  font-size: 18px;
  color: #171A5F;
  position: relative;
  width: fit-content;
}

.blog_deta a::after {
  content: "";
  position: absolute;
  background-color: #171A5F;
  width: 100%;
  bottom: -6px;
  left: 0;
  height: 1px;
}

/*-------------blog-wrap-css-end---------------*/

/*-------------testimonial-css-start---------------*/

.testimonial_main-wrap {
  background-color: #171A5F;
  padding: 100px 0 200px;
  background-image: url("../img/tesdtimonial/wave.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.review_box {
  padding: 50px;
  text-align: center;
  height: 400px;
  background-color: #fff;

}

.client_review-slider {
  max-width: 45%;
  width: 100%;
  margin: 40px auto auto auto;
}

.review_box p {
  font-size: 24px;
}

.testimonial_main-wrap .carousel-indicators {
  bottom: unset;
  top: 110%;
}

.testimonial_main-wrap .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 8px;
}

.testimonial_main-wrap .carousel-indicators .active {
  /* outline: 1px solid #fff;
 outline-offset: 4px; */

}

.clients_img-box {
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}

.clients_img-box.one {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 20%;
  top: 15%;
}

.clients_img-box.two {
  width: 170px;
  height: 170px;
  margin: auto;
  position: absolute;
  left: 8%;
  top: 35%;
}

.clients_img-box.three {
  width: 130px;
  height: 130px;
  margin: auto;
  position: absolute;
  left: 17%;
  bottom: 10%;
}

.clients_img-box.four {
  width: 130px;
  height: 130px;
  margin: auto;
  position: absolute;
  right: 20%;
  top: 13%;
}

.clients_img-box.five {
  width: 170px;
  height: 170px;
  margin: auto;
  position: absolute;
  right: 10%;
  top: 50%;
}

.clients_img-box.six {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  right: 22%;
  bottom: 10%;
}


/*-------------testimonial-css-end---------------*/

/*-------------About_wrap-css-start---------------*/

.inner_banner-wrap {
  background-color: #E3F3FB;
  padding: 60px 0;
  text-align: center;
  margin-top: 127px;
}

.inner_banner li,
.inner_banner a {
  color: #000;
  font-size: 18px;
}

.about_main-wrap {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.about_wrap {
  max-width: 85%;
  margin: auto;
}

.about_wrap p {
  font-size: 18px;
}

.flower_left {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}

.flower_right {
  right: -90px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}


/*-------------About_wrap-css-end---------------*/

/*-------------indtroduction-main-wrap-css-start---------------*/

.indtroduction-main-wrap {
  background-color: #171A5F;
  background-image: url(../img/tesdtimonial/wave.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0 0;
}

.intro_wrap {
  max-width: 85%;
  margin: auto;
}

.intro_wrap p {
  color: #fff;

}

.intro_wrap li {
  color: #fff;
}

.intro_wrap .intro_img {
  margin: 0 0 -100px;
}

.intro_wrap ul {
  list-style: none;
  padding: 0;
}

.intro_wrap ul li {
  margin-bottom: 15px;
}

.me_export {
  padding: 150px 0 0;
  max-width: 85%;
  margin: auto;
}

.me_export ul {
  list-style: none;
}

/*-------------indtroduction-main-wrap-css-end---------------*/


/*-------------vision-mission-wrap-css-start---------------*/

.mission-wrap {
  max-width: 85%;
  margin: auto;
  padding: 100px 0;
}

.mission-wrap p {
  font-size: 18px;
  line-height: 30px;
}

.mission_main-wrap {
  position: relative;
  overflow: hidden;
}

.mission_left {
  position: absolute;
  z-index: -1;
  left: 0;
  max-width: 230px;
  top: 0;
}

.mission-right {
  z-index: -1;
  max-width: 230px;
  position: absolute;
  right: -30px;
  top: 50%;
}

.value_wrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.value_wrap .accordion-item {
  border-bottom: 1px solid #D2D2D2 !important;
  border-top: none;
  border-left: none;
  border-right: none;
}

.value_wrap .accordion-header button {
  font-size: 22px;
  font-weight: 500;
  padding: 2rem 1.25rem;
}



.value_wrap .accordion-button {
  align-items: center;
}

.value_wrap .accordion-button:not(.collapsed) {
  color: #000;
}

.value_wrap .accordion-button.collapsed::after {
  background-image: url(../img/tesdtimonial/pluse.png) !important;
  width: 15px;
  background-size: 15px 15px;
}

.value_wrap .accordion-button::after {
  background-image: url(../img/tesdtimonial/minus.png) !important;
  width: 15px;
  background-size: 15px 15px;
}

/*-------------vision-mission-wrap-css-end---------------*/

/*-------------collections-wrap-css-start---------------*/

.collection_main-wrap {
  padding: 100px 0;
  overflow: hidden;
}

.collection-wrap {
  max-width: 85%;
  margin: auto;
}

.collection-wrap .nav {
  justify-content: center;
  margin-bottom: 40px;
}

.collection-wrap .nav-tabs {
  border: none !important;
}

.collection-wrap .nav-tabs .nav-item.show .nav-link,
.collection-wrap .nav-tabs .nav-link.active {
  border-color: #2B2E8A !important;
  background: #2B2E8A;
  border-radius: 4px !important;
  color: #fff !important;
  font-weight: 600;
}

.collection-wrap .nav-tabs .nav-item.show .nav-link {
  color: #2B2E8A !important;
}

.collection-wrap .nav-item {
  max-width: 200px;
  width: 100%;
  margin: 0 10px;
}

.collection-wrap .nav-tabs .nav-link:focus,
.collection-wrap .nav-tabs .nav-link:hover {
  border-color: #2b2e8a;
  border-radius: 4px;

}

.collection-wrap .nav-item .nav-link {
  width: 100%;
  background: #2b2e8a21;
  border-radius: 4px !important;
  color: #2B2E8A !important;
}

/*-------------collections-wrap-css-end---------------*/

/*-------------gallery-wrap-css-start---------------*/

.gallery_main-wrap {
  padding: 100px 0;

}

.gallery-wrap {
  max-width: 85%;
  margin: auto;
}

/*-------------gallery-wrap-css-end---------------*/
/*-------------blog-wrap-css-start---------------*/

.blog_main-wrap {
  padding: 100px 0;
  overflow: hidden;

}

.blog-wrap {
  max-width: 85%;
  margin: auto;
}

.cat_gal-img {
  display: flex;

}

.cat_gal-img img {
  margin: auto;
}

.posti_wrap .mission_left {
  top: 0;
}

/*-------------blog-wrap-css-end---------------*/

/*-------------contact-wrap-css-start---------------*/

.contact_main-wrap {
  padding: 100px 0;
  overflow: hidden;
}

.contact-wrap {
  max-width: 85%;
  margin: auto;
}

.contact_img {
  width: 50px;
  margin-right: 15px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2B2E8A;
  display: flex;
}

.contact_img img {
  margin: auto;
  filter: brightness(0) invert(1);
  max-width: 45%;


}

.contact_details h4 {
  color: #2B2E8A;
  font-size: 23px;
}

.contact_details a {
  display: block;
  color: #000;
}

.contact_form input,
.contact_form textarea {
  padding: 10px;
}

.contact_form .form-floating label {
  color: gray;
}

/*-------------contact-wrap-css-end---------------*/


/*-------------enquiry-wrap-css-start---------------*/

.enquiry_main-wrap {
  padding: 100px 0;
  overflow: hidden;

}

.enquiry-wrap select {
  color: gray;
}

.enquiry-wrap {
  max-width: 85%;
  margin: auto;
}

.enquiry-wrap.careers_form {
  background: #e3f3fb6b;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #171a5f3d;
  overflow: hidden;
}

.careers_form-wrap {
  /* background-image: url('../img/tesdtimonial/wave.png');
  background-size: cover;
  z-index: -1; */
}

.enquiry-wrap h5 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #171a5f8f;
}

.enquiry-wrap .form-control {
  padding: 10px;
}

.form-floating label {
  color: gray !important;
}

.enquiry-wrap select {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 10px 5px, 7px 7px, 0px 1.5em;
  background-repeat: no-repeat;
}

.enquiry-wrap select {}

.enquiry-wrap select:focus {
  box-shadow: none;
}

.careers_box {
  padding: 30px;
  box-shadow: 0 0 5px gray;
  border-left: 3px solid #2B2E8A;
  background-color: #fff;
  transition: 0.2s;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

.careers_box span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}

.careers_box a {
  font-size: 14px;
  display: block;
  margin-right: 10px;
}

.careers_box-wrap {
  display: grid;
  margin-top: 30px;

  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.careers_box:hover {
  background-color: #171a5f26;
}

.careers_box a {
  color: #000;
}

.careers_box a:hover img {
  margin-left: 20px;
}

.careers_box a img {
  width: 12px;
  margin-left: 10px;
  transition: 0.3s;
}

/*-------------enquiry-wrap-css-end---------------*/

/*-------------footer-wrap-css-start---------------*/
.insta_feed-wrap {
  padding: 60px 0;
}

.footer_wrap {
  background-color: #171A5F;
  padding: 60px 0 60px;
}

.footer_details h4 {
  font-size: 30px;
  margin-bottom: 40px;
  font-family: 'aghato_regular', sans-serif;
  color: #fff;
}

.footer_details a,
.footer_details p {
  font-size: 18px;
  color: #fff;
  display: block;
}

.footer_soc-link a {
  width: 40px;
  height: 40px;
}

.footer_soc-link .fb {
  /* background-image: url(../img/footer/fb.png); */
  background-size: cover;
}

.footer_soc-link .insta {
  /* background-image: url(../img/footer/insta.png); */
  background-size: cover;
}

.footer_soc-link .linkedin {
  /* background-image: url(../img/footer/linkedin.png); */
  background-size: cover;
}

.footer_soc-link .twitter {
  /* background-image: url(../img/footer/twitter.png); */
  background-size: cover;
}

.footer_details a {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  /* max-width: 100px; */
}

.footer_details .footer_logo {
  max-width: 100px;
}

.com_wrap .col-12:nth-child(2) .footer_details a::after,
.com_wrap .col-12:nth-child(3) .footer_details a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 60px;
  transition: 0.2s;
  height: 2px;
  background-color: #fff;
}

/* .footer_details a:not(:hover) {
  right: 100%;
} */

.com_wrap .col-12:nth-child(2) .footer_details a:hover::after,
.com_wrap .col-12:nth-child(3) .footer_details a:hover::after {
  right: 80%;
}

.footer_details .form-control {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 25px;
  padding: 20px 0;
  color: #fff;
}

.footer_details input::placeholder {
  color: #D1D1D1;
}

.footer_details input:focus {
  outline: none;
}

.footer_details .footer_sub-btn {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #171A5F;
  font-weight: 600;

}

.footer_details .footer_sub-btn:hover {
  background-color: #ffffff47;
  color: #fff;
}

.footer_copy {
  position: relative;
  margin-top: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  color: #fff;
  justify-content: space-between;
  padding: 0 20px;
}

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

.other_link a {
  max-width: 150px;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #171a5f;
  color: #ffffff;
  position: relative;
  z-index: 9;
  margin: 0 5px;
  transition: 0.2s;
}

.other_link a:hover {
  background-color: #2B2E8A;
  color: #fff;
}

.footer_copy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: gray;
  left: 0;
  top: 50%;
}

.footer_copy p {
  width: fit-content;
  z-index: 9;
  position: relative;
  padding: 0 10px;
  background: #171a5f;
}

.footer_wrap {
  position: relative;
}

.nivida_logo {
  position: absolute;
  right: 5%;
  bottom: 20px;
  filter: grayscale(1);
  width: 18px;
  transition: 0.2s;
}

.nivida_logo:hover {
  filter: grayscale(0);
}

/*-------------footer-wrap-css-end---------------*/

/*-------------404-error-wrap-css-start---------------*/

.error_main-wrap {
  background-image: url('../img/blog/2.jpg');
  background-size: cover;
  position: relative;
  margin: 127px 0 10px 0;
  outline: 2px dashed #2B2E8A;
  outline-offset: 5px;
}

.error_main-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.error_wrap {
  height: 50vh;
  position: relative;
  z-index: 999;
  padding: 100px 0;
  display: flex;
}

.error_wrap h1 {
  font-weight: 700;
  font-size: 70px;
}

.error_wrap p {
  text-align: center;
  font-size: 18px;
}

.error_wrap .go_home-btn {
  padding: 10px 30px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  background-color: #2B2E8A;
  color: #fff;
  border: 1px solid #2B2E8A;
  margin: 20px auto;
}

/*-------------404-error-wrap-css-end---------------*/

/*-------------product_details-css-start---------------*/

.pd_box {
  /* max-width: 85%;
  margin: auto; */
  padding: 60px 0;
}

.pd_img-box {
  width: 100%;
  height: 450px;
  display: flex;
  background: #e3f3fb7a;
  border-radius: 5px;
  transition: 0.2s;
}

.pd_img-box:hover img {
  transform: scale(1.2);
  transition: 0.2s;
}

.pd_img-box img {
  margin: auto;
}

/*-------------product_details-css-end---------------*/

/*-------------landing_page-css-start---------------*/

.landing_body-wrap {
  width: 100%;
  display: flex;
  height: 100vh;
}

.lb_box {
  width: 50%;
  display: flex;
  position: relative;
  text-align: center;
}

.lb_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 70%;
}

.cos_box {
  /* background-image: url('../img/landing/bg1.png'); */
  background-size: cover;
  background-position: center;
  position: relative;
}

.cos_box::after {
  background-color: #2D52A3;
}

.pha_box::after {
  background-color: #2194C3;
}

.pha_box {
  /* background-image: url('../img/landing/bg2.png'); */
  background-size: cover;
  background-position: center;
}

.lb_box-inner {
  position: relative;
  z-index: 1;
  margin: auto;
}

.lb_box h1 {
  font-size: 70px;
  font-weight: 600;
  margin: 20px 0;
  color: #fff;
}

.lb_box p {
  max-width: 85%;
  margin: auto;
  font-size: 20px;
  color: #fff;
}

.lb_box .direct_link {
  padding: 10px 30px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  display: block;
  width: fit-content;
  transition: 0.2s;
  margin: 25px auto 0;
  position: relative;
  transition: 0.2;
}

.lb_box .direct_link span {
  position: absolute;
  right: 0;
  top: 20%;
  opacity: 0;
  display: none;
  transition: 0.2;
}

.lb_box .direct_link:hover span {
  right: unset;
  left: 110%;
  opacity: 1;

}

.lb_box a:hover {
  background-color: #2B2E8A;

}

.landing_header li a {}

.landing_footer_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-bottom: 25px;
}

.landing_footer_copy {
  display: flex;
  max-width: 85%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.landing_footer_copy a {
  color: #fff;
}

.landing_footer_copy .other_link a {
  background-color: transparent;
  border: none;
  width: fit-content;
  max-width: 100%;
  padding: 3px 0;
  position: relative;
  z-index: auto;
}

.soci_links .dounload_pdf {
  background-color: #fff;
  border: 1px solid #2B2E8A;
  color: #2B2E8A;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.2s;
}

.soci_links .dounload_pdf img {
  width: 12px;
  margin-left: 10px;

}

.soci_links .soc_btn {
  border-radius: 6px;
  border: 1px solid #fff;
  width: 32px;
  margin-right: 7px;
  transition: 0.2s;
  height: 32px;
  display: flex;
}

.soci_links .soc_btn img {
  margin: auto;
  width: 13px;
  height: 14px;
}

.soci_links .dounload_pdf:hover {
  color: #fff;
  background-color: #2B2E8A;
}

.soci_links .soc_btn:hover {
  background-color: #2B2E8A;
}

.soci_links .dounload_pdf:hover img {
  filter: grayscale(1) invert(9);
}

/*-------------landing_page-css-end---------------*/

/*-------------terms-css-strat---------------*/

.terms_main {
  padding: 100px 0;
  max-width: 90%;
  margin: auto;
}

/*-------------terms-css-end---------------*/

/*-------------blog_details-css-start---------------*/

.blog_details_main-wrap {
  padding: 100px 0;
}

.blog_details-wrap {
  max-width: 90%;
  margin: auto;
}

.blog_details_img {
  height: 300px;
  margin-bottom: 30px;
}

.blog_details_img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/*-------------blog_details-css-end---------------*/