/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    padding: 0px;
    margin: 0px;
}
:root{
  --main_font:"Open Sans", sans-serif;
  --main_color:#F4694B;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: var(--main_font);
}
.cta_btn {
    padding: 5px 16px;
    border-radius: 100px;
    background: var(--main_color);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.cta_btn:hover{
    color: #fff;
}
.container{
    max-width: 90% !important;
}
.gapping_box{
    margin-top: 60px;
}
/*main_header*/
.main_header{
    padding: 6px 0px;
    background: #fff;
}
.main_header .navbar{
    padding: 0px;
}
.main_header .navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: center;
    width: 80%;
}
.main_header .navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding: 0px 18px;
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 16px;
}
.main_header .button_wraper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_header .button_wraper i {
    font-size: 18px;
    margin: 0px 28px 0px 0px;
	cursor:pointer;
}
.main_header .button_wraper a {
    width: 155px;
    justify-content: center;
}
/*end*/
/*banner*/
.banner{
    padding: 160px 0px;
    background-size: cover;
	position:relative;
	overflow:hidden;
}
.banner .text_wraper{
    width: 50%;
	position:relative;
	z-index:999;
}
.banner .text_wraper h1 {
    font-family: var(--main_font);
    font-weight: 600;
    color: #130e53;
    font-size: 34px;
    padding-right: 111px;
}
.banner .text_wraper p{  
   font-family: var(--main_font);
   font-weight: 300;
   color: #716d6d;
   font-size: 22px;
   padding: 20px 0px 40px 0px;
}
.banner .text_wraper a{
    display: inline-block !important;
	margin:15px 0px 0px 0px;
}
.banner .bannerbg_slider{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.banner .bannerbg_slider .image_wraper {
    height: 583px;
    overflow: hidden;
}
.banner .bannerbg_slider img{
	width:100%;
	height:104%;
	object-fit:cover;
}
.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
	background:var(--main_color);
}
.banner .postion_img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 500px !important;
    height: revert !important;
    z-index: 99;
}
.banner .postion_img.middle_img{
	right: 100px;
	width: 700px !important;
}
/*end*/
/*about_us*/
.about_us{
   overflow:hidden;
}
.about_us .image_wraper img{
    width: 96%;
}
.about_us .text_wraper h5{
    font-weight: 400;
    font-size: 20px;
    color: var(--main_color);
}
.about_us .text_wraper h2{
    font-weight: 600;
    font-size: 45px;
    color: #303030;
}
.about_us .text_wraper p {
    font-weight: 300;
    font-size: 20px;
    color: #1A1A1AD9;
    padding: 15px 0px 15px 0px;
}
.about_us .text_wraper a{
    display: inline-block !important;
}
/*end*/
/*counter_section*/
.counter_section{
    background: url('../images/counter_bg.png');
}
.counter_section .list_wraper ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    margin: 0px;
    justify-content: space-between;
    width: 100%;
}
.counter_section .list_wraper ul li img{
    margin: 0px 0px 15px 0px;
}
.counter_section .list_wraper ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin: 0px;
}
.counter_section .list_wraper ul li h3{
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
/*end*/
/*expert_care*/
.expert_care{
    background: #F16B4E21;
    padding: 60px 0px;
	overflow:hidden;
}
.expert_care .heading{
    text-align: center;
    font-weight: 600;
    color: #303030;
    font-size: 45px;
    margin: 0px 0px 45px 0px;
}
.expert_care  .main_wraper{
   padding: 30px;
   border-radius: 10px;
   background: #fff;
   transition: 1s;
}
.expert_care  .main_wraper:hover{
    box-shadow: 12px 24px 79.2px 0px #F16B4E59;
    transition: 1s;
}
.expert_care  .main_wraper .icon_box{
    width: 55px;
    height: 55px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main_color);
    margin: 0px 0px 15px 0px;
}
.expert_care  .main_wraper .icon_box img{
    width: 30px;
}
.expert_care  .main_wraper p {
    margin: 0px 0px 35px 0px;
	font-weight:300;
}
.expert_care  .main_wraper a{
    display: inline-block !important;
}
/*end*/
/*testimonials*/
.testimonials {
    padding-bottom: 40px;
}
.testimonials .heading_wraper{
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
.testimonials .heading_wraper h5{
    font-weight: 400;
    font-size: 20px;
    color: var(--main_color);
}
.testimonials .heading_wraper h2{
    font-weight: 600;
    font-size: 45px;
    color: #303030;
}
.testimonials .swiper {
    width: 100%;
    height: 100%;
    padding: 20px 20px 80px 20px;
    position: relative;
}
.testimonials .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .content_wraper{
    border: 1px solid #0000001A;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
	height:385px;
}
.testimonials .content_wraper .image_box{
    display: flex;
    align-items: center;
}
.testimonials .content_wraper .image_box img {
    width: 65px;
    margin: 0px 16px 0px 0px;
}
.testimonials .content_wraper .bg_contentwraper {
    background: url("https://biostige.health/wp-content/uploads/2025/11/bg_comment.png");
	background-size:100% 100%;
    padding: 30px 15px 24px 15px;
    position: relative;
    margin: 5px 0px 0px 0px;
}
/* .testimonials .content_wraper .bg_contentwraper::after{
	content:"";
	position:absolute;
	top:0px;
	width:100px;
	clip-path: polygon(80% 0, 0 100%, 68% 100%);
    background:red;
	
} */
.testimonials .content_wraper .bg_contentwraper .postion_upimg {
    position: absolute;
    top: 38px;
    left: 15px;
    width: 39px;
    height: 32px;
}
.testimonials .content_wraper .bg_contentwraper .postion_dnimg {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 46px;
    height: 32px;
}
.testimonials .content_wraper .subtext_wraper{
    text-align: left;
}
.testimonials .content_wraper .subtext_wraper h4 {
    font-weight: 500;
    color: #011632;
    font-size: 20px;
}
.testimonials .content_wraper .subtext_wraper i {
    color: #EC942C;
    font-size: 17px;
}
.testimonials .content_wraper  p {
    font-weight: 300;
    color: #3C4959;
    font-size: 14px;
    padding: 49px 0px 38px 0px;
    margin: 0px;
    text-align: justify;
}
.testimonials .swiper-button-next {
    position: absolute;
    top: revert !important;
    left: 50%;
    margin-top: revert !important;
    transform: translateX(-50%);
    width: 50px;
    bottom: 5px;
}
.testimonials .swiper-button-next:after{
    font-size: 0px;
    background: url('../images/slider_arrow.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials .swiper-button-prev {
    position: absolute;
    top: revert !important;
    left: 45%;
    margin-top: revert !important;
    transform: translateX(-50%);
    width: 50px;
    bottom: 5px;
}
.testimonials .swiper-button-prev:after{
    font-size: 0px;
    background: url('../images/slider_arrow.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
/*end*/
/*our_gallery*/
.our_gallery{
    background: #F16B4E;
    padding: 60px 0px;
    overflow-x: hidden;
}
.our_gallery .heading_wraper h2{
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin: 0px 0px 100px 0px;
}
.our_gallery .swiper {
    width: 90%;
    margin: auto;
    overflow:revert !important;
}
.our_gallery .swiper-slide {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    transform: scale(0.85);
    opacity: 0.6;
}
.our_gallery .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    margin-top: -20px !important;
    width: 367px !important;
}
.our_gallery .swiper-slide-active .image_wraper {
    height: 470px !important;
}
.our_gallery .swiper-slide .image_wraper  {
    width: 100%;
    height: 430px;
    overflow: hidden;
    display: block;
}
.our_gallery .swiper-slide .image_wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_gallery .swiper-pagination {
    margin-top: 20px;
    position: static;
}
.our_gallery .swiper-pagination {
    height: 6px;
    background: #ccccccb3;
    max-width: 40%;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    top: 35px !important;
    overflow: hidden;
}
.our_gallery .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    position: relative;
    top: -11px;
    width: 111px;
    height: 7px;
    border-radius: 0px;
    background: #f5f5f500;
    opacity: 1;
}
.our_gallery .swiper-pagination-bullet-active{
    background: #fff !important;
    margin-left: -45px !important;
}
.our_gallery .button_wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0px 0px 0px;
}
.our_gallery .button_wraper a{
    background: #fff;
    color: var(--main_color);
}
/*end*/
/*home_contactus*/
.home_contactus .text_wraper h2{
    display: flex;
    font-weight: 500;
}
.home_contactus .text_wraper h2 .icon_wraper {
    width: 45px;
    height: 45px;
    background: var(--main_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0px 15px 50px 0px;
}
.home_contactus .text_wraper h2 .icon_wraper i{
    font-size: 22px;
}
.home_contactus .text_wraper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.home_contactus .text_wraper ul li{
    margin: 0px 0px 30px 0px;
}
.home_contactus .text_wraper ul li h6{
    font-size: 16px;
    color: #00000066;
    font-weight: 400;
}
.home_contactus .text_wraper ul li a{
    font-size: 20px;
    color: #000000E5;
    font-weight: 600;
    text-decoration: none;
}
.home_contactus .form_wraper{
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
}
.contact-form-home-page #forminator-module-84 label{
    font-size: 18px!important;
    font-weight: 600!important;
    margin-bottom: 10px !important; 
}
.contact-form-home-page #forminator-module-84 input{
    border-bottom: 2px solid #ccc !important;
    border: none;
    padding-left: 0!important;
}
.contact-form-home-page #forminator-module-84 textarea{
    border:none!important;
    background: #fff;
}
.contact-form-home-page #forminator-module-84 .forminator-button-submit{
    float:right;
    background-color: #f4694b!important;
    color: #fff;
    font-weight: 600!important;
    font-size: 20px!important;
    border-radius: 50px;
    padding: 10px 50px 16px;
}
.home_contactus .form_wraper form label{
    width: 100%;
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0px 0px 15px 0px;
}
.home_contactus .form_wraper form input{
    border: none;
    border-bottom: 1px solid #0000004D;
    outline: none;
    background: transparent;
    width: 100%;
    outline: none;
    margin: 0px 0px 12px 0px;
    font-size: 14px;
}
.home_contactus .form_wraper form textarea{
    border: none;
    border-bottom: 1px solid #0000004D;
    outline: none;
    background: transparent;
    width: 100%;
    outline: none;
    margin: 0px 0px 12px 0px;
    font-size: 14px;
}
.home_contactus .button_wraper{
    display: flex;
    justify-content: right;
}
.home_contactus .button_wraper button{
    background: #F4694B;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 5px 20px;
    border: none;
    outline: none;
    font-family: var(--main_font);
    font-size: 15px;
}
/*end*/
/*blogs*/
.blogs .heading_wraper{
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
.blogs .heading_wraper h5{
    font-weight: 400;
    font-size: 20px;
    color: var(--main_color);
}
.blogs .heading_wraper h2{
    font-weight: 600;
    font-size: 45px;
    color: #303030;
    margin: 0px 0px 40px 0px;
}
.blogs .main_wraper{
    background: #F16B4E14;
    border-radius: 7px;
    padding: 12px;
/* 	height:100%; */
}
.blogs .main_wraper .image_box{
    margin: 0px 0px 30px 0px;
}
.blogs .main_wraper .image_box img{
    width: 100%;
    border-radius: 6px;
}
.blogs .main_wraper .text_wraper h3{
    font-weight: 600;
    color: #000000;
    font-size: 25px;
}
.blogs .main_wraper .text_wraper p{
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    padding: 15px 0px 20px 0px;
}
.blogs .main_wraper .text_wraper a{
    display: inline-block;
    margin-bottom: 15px;
}
/*end*/
/*footer*/
.footer {
    background: #F8F8F8;
    padding: 60px 0px 30px 0px;
}
.footer .forminator-ui#forminator-module-308.forminator-design--default .forminator-input, .forminator-ui#forminator-module-308.forminator-design--default .forminator-input input {
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    border: 1.03px solid #D2D2D2;
    border-radius: 100px;
    padding: 10px 20px;
}
.footer .forminator-ui#forminator-module-308.forminator-design--default .forminator-button-submit {
    border-radius: 100px;
}
.footer .link_wraper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.footer .link_wraper ul li{
    width: 26%;
}
.footer .link_wraper ul li:first-child{
    width: 40%;
}
.footer .link_wraper ul li .text_wraper img{
    margin: 0px 0px 20px 0px;
}
.footer .link_wraper ul li .text_wraper p{
    padding: 0px 100px 0px 0px;
}
.footer .link_wraper ul li .text_wraper a{
    display: block;
    text-decoration: none;
    color: #000000CC;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 0px 7px 0px;
}
.footer .link_wraper ul li .text_wraper .social_mediawraper{
    display: flex;
}
.footer .link_wraper ul li .text_wraper .social_mediawraper a{
    margin: 0px 6px 0px 0px;
    color: var(--main_color);
}
.footer .link_wraper ul li .text_wraper h5{
    font-weight: 600;
    color: #000000;
    padding: 0px 0px 15px 0px;
}
.footer .link_wraper .form_wraper form input{
    border: 1.03px solid #D2D2D2;
    border-radius: 100px;
    background: #fff;
    color: #7D7D7D;
    font-family: var(--main_font);
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    margin: 0px 0px 18px 0px;
}
.footer .link_wraper .form_wraper form button{
    background: var(--main_color);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 100px;
    border: none;
}
.footer .link_wraper .form_wraper form button img{
    margin: 0px;
}
.footer .coppy_writewraper{
    border-top: 1px solid #00000033;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px 0px 0px;
}
.footer .coppy_writewraper .flex_linkwraper a {
    text-decoration: none;
    color: #000000;
    padding: 0px 0px 0px 45px;
    font-weight: 600;
}
/*end*/
/*product_banner*/
.product_banner{
    background-size: cover;
    padding: 135px 0px;
	position:relative;
}
.product_banner .text_wraper{
    text-align: left;
}
.product_banner .text_wraper h1{
   font-family: var(--main_font);
   font-weight: 600;
   color: #fff;
   font-size: 45px;
}
.product_banner .text_wraper p{
   font-family: var(--main_font);
   font-weight: 300;
   color: #fff;
   font-size: 18px;
   padding: 0px;
}
.product_banner .text_wraper a{
    display: inline-block !important;
	margin:15px 0px 0px 0px;
}
.product_banner.new_banner .text_wraper h1{
	color:#000;
}
.product_banner.new_banner .text_wraper p{
	color:#000;
}
.product_banner.new_banner .image_wraper {
  position: absolute;
  top: 0px;
  right: 0;
  width: 780px;
  padding-right: 0;
}
.product_banner.new_banner .image_wraper img{
	width:100%;
}
/*end*/
/*product_bands*/
.product_bands .content_wraper{
    width: 85%;
    margin: 0 auto;
}
.product_bands .content_wraper .nav-item {
    width: 50%;
}
.product_bands .content_wraper .nav-tabs .nav-link {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: var(--main_font);
    font-weight: 500;
    color: #000000;
    padding:15px;
    font-size: 18px;
}
.product_bands .content_wraper .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--main_color);
    background: var(--main_color);
    color: #fff;
}
.product_bands .content_wraper .accrodian_wraper{
    margin: 0px 0px 0px 0px;
}
.product_bands .content_wraper .accrodian_wraper .accordion-item {
    margin: 0px 0px 25px 0px;
    background: #fff;
    border: 1px solid #00000026;
    border-radius: 10px;
    overflow: hidden;
}
.product_bands .content_wraper .accrodian_wraper .accordion-item .accordion-body{
	position:relative;
}
.product_bands .content_wraper .accrodian_wraper .pdf-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 1px solid #0000001f;
  padding: 10px;
  border-radius: 7px;
  cursor:pointer;
  font-size:28px;
}
.product_bands .content_wraper .accrodian_wraper .pdf-icon i{
	color:#000;
}
.product_bands .content_wraper .accrodian_wraper .accordion-button:not(.collapsed){
   box-shadow: revert !important;
}
.product_bands .content_wraper .accrodian_wraper .accordion-button:focus{
   box-shadow: revert !important;
}
.product_bands .content_wraper .accrodian_wraper .accordion-button{
   background: #FFF1E4;
   font-family: var(--main_font);
   font-weight: 600;
   color: #000000;
}
.product_bands .content_wraper .accrodian_wraper .accordion-button:not(.collapsed) {
    background: #fff !important;
    border-bottom: 6px solid #0000001A;
    color: #000000;
}
.product_bands .content_wraper .nav-tabs {
    width: 65%;
    margin: 0 auto;
}
.product_bands .content_wraper .accordion-button:not(.collapsed)::after{
    background-image: url('../images/accrodian_minus.png');
}
.product_bands .content_wraper .accordion-button::after{
    background-image: url('../images/accrodian_plus.png');
}
.product_bands .content_wraper .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_bands .content_wraper .flex_box .image_box{
    width: 40%;
}
.product_bands .content_wraper .flex_box .text_box {
    width: 60%;
    border-left: 2px solid #0000001A;
    padding: 10px 10px 10px 20px;
}
.product_bands .content_wraper .flex_box .text_box a{
	text-decoration:none;
	display:inline-block;
}
.product_bands .content_wraper .flex_box .text_box a:hover{
	color:#fff;
}
.product_bands .content_wraper .flex_box .image_box img{
    width: 90%;
}
.product_bands .content_wraper .flex_box .text_box h5{
    font-family: var(--main_font);
    font-size: 16px;
    color: var(--main_color);
    font-weight: 500;
}
.product_bands .content_wraper .flex_box .text_box p{
    font-family: var(--main_font);
    font-size: 14px;
    color: #000000;
}
.product_bands .content_wraper .flex_box .text_box .border_line{
    border: 2px solid #0000001A;
    margin: 0px 0px 20px 0px;
}
.product_bands .content_wraper .flex_box .text_box ul {
    padding: 0px 0px 0px 17px;
    margin: 0px;
}
.product_bands .content_wraper .flex_box .text_box ul li{
    font-family: var(--main_font);
    font-size: 14px;
    color: #000000;
    margin: 0px 0px 12px 0px;
}
/*end*/
/*our_values*/
.our_values .content_wraper{
   border: 1.5px solid #0000001A;
   background: #fff;
   border-radius: 10px;
   padding: 20px;
   transition: 1s;
   margin: 0px 0px 25px 0px;
   height:95%;
}
.our_values .content_wraper:hover{
    box-shadow: 20px 26px 125px 0px #00000026;
    transition: 1s;
}
.our_values .content_wraper:hover .icon_box{
    background: var(--main_color);
    color: #fff;
}
.our_values .content_wraper .icon_box{
    width: 65px;
    height: 65px;
    border-radius: 100px;
    background: #FFF1E4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_color);
    font-size: 28px;
    margin: 0px 0px 25px 0px;
    transition: 1s;
}
.our_values .content_wraper h3{
    font-family: var(--main_font);
    font-weight: 600;
    color: #000000;
    font-size: 25px;
}
.our_values .content_wraper p{
    font-family: var(--main_font);
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}
/*end*/
/*meet_ourteam*/
.meet_ourteam{
    background: #F16B4E21;
    padding: 60px 0px 60px 0px;
}
.meet_ourteam .content_wraper p{
/*   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
	min-height:180px;
}
.meet_ourteam .content_wraper .subtext_wraper h6{
    color: #011632CC;
    font-size: 13px;
}
/*end*/
/*our_gallery*/
.gallery_wraper{
    padding: 0px 0px 60px 0px;
}
.gallery_wraper .image_wraper img{
    width: 100%;
}
.gallery_wraper .button_wraper button{
	padding: 16px 20px;
  border-radius: 6px;
  margin: 0px 6px 20px 0px;
  border: none;
  width: 45%;
  font-size: 22px;
	border:1px solid var(--main_color);
	color:var(--main_color);
	background:#fff;
}
.gallery_wraper .button_wraper button.current{
	background: var(--main_color);
	color: #fff;
}
/*end*/
/*open_position*/
.open_position{
    background: #F16B4E21;
    padding: 60px 0px;
}
.open_position .heading{
    font-weight: 600;
    font-size: 45px;
    color: #303030;
    margin: 0px 0px 40px 0px;
    text-align: center;
}
.open_position .accrodian_wraper .accordion-button .flex_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.open_position .accrodian_wraper .accordion-button{
    display: revert;
    border-radius: 10px !important;
}
.open_position .accrodian_wraper .accordion-button .flex_box h3{
    font-family: var(--main_font);
    font-weight: 600;
    font-size: 22px;
}
.open_position .accrodian_wraper .accordion-button .flex_box img{
    width: 35px;
}
.open_position .accrodian_wraper .accordion-button .flex_box a {
    text-decoration: none;
    padding: 8px 20px;
    background: var(--main_color);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    border-radius: 100px;
    display: inline-block;
    font-size: 13px;
    margin: 0px 0px 0px 25px;
}
.open_position .accrodian_wraper .accordion-button .flex_box a img{
    width: 30px;
}
.open_position .accrodian_wraper .accordion-flush .accordion-item {
    border-radius: 10px !important;
    margin: 0px 0px 14px 0px;
}
.open_position .accrodian_wraper .accordion-button:not(.collapsed){
  box-shadow: revert !important;
  color: #000000;
  background: #fff;
}
.open_position .accrodian_wraper .accordion-button:focus{
   border-color: revert;
   box-shadow: revert;
}
/*end*/
.height_manage .content_wraper{
    height: 93%;
}
.form_wraper.contact_frmwraper input{
    margin: 0px 0px 28px 0px !important;
}
.home_contactus .form_wraper.contact_frmwraper form textarea {
    height: 95px;
    background: #fff;
    border: none;
    border-radius: 10px;
}
/*join_family*/
.join_family .text_wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.join_family .text_wraper h3{
    font-family: var(--main_font);
    font-weight: 600;
    color: #303030;
    font-size: 40px;
    padding: 0px 0px 0px 0px;
}
.join_family .text_wraper p{
    font-family: var(--main_font);
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    padding: 15px 0px 40px 0px;
}
.join_family .text_wraper a{
    display: inline-block;
    padding: 6px 20px;
}
.join_family .image_wraper img{
    width: 100%;
}
.p_manage p{
     padding: 15px 0px 0px 0px !important;
}
/*end*/
/*blog_section*/
.blog_section .main_wraper{
    margin: 0px 0px 35px 0px;
}
.blog_section .main_wraper .image_box{
    margin: 0px 0px 30px 0px;
}
.blog_section .main_wraper .image_box img{
    width: 100%;
}
.blog_section .main_wraper .text_wraper a{
	text-decoration:none;
}
.blog_section .main_wraper .text_wraper h5{
    font-weight: 500;
    color: var(--main_color);
    margin: 0px 0px 15px 0px;
    font-size: 13px;
}
.blog_section .main_wraper .text_wraper h3 {
    font-weight: 600;
    color: #1A1A1A;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
.blog_section .main_wraper .text_wraper p {
    font-weight: 400;
    color: #667085;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_section .main_wraper .text_wraper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.blog_section .main_wraper .text_wraper ul li a{
    text-decoration: none;
    padding: 6px 15px;
    font-family: var(--main_font);
    font-weight: 500;
    border-radius: 100px;
    display: inline-block;
    margin: 15px 12px 0px 0px;
    font-size: 10px;
}
.blog_section .main_wraper .text_wraper ul li .leadership_btn{
    background: #F9F5FF;
    color: var(--main_color);
}
.blog_section .main_wraper .text_wraper ul li .management_btn{
    background: #F8F9FC;
    color: #363F72;
}
.blog_section .main_wraper .text_wraper ul li .product_btn{
    background: #F0F9FF;
    color: #026AA2;
}
.blog_section .main_wraper .text_wraper ul li .research_btn{
    background: #EEF4FF;
    color: #3538CD;
}
.blog_section .main_wraper .text_wraper ul li .frameworks_btn{
    background: #FFF6ED;
    color: #C4320A;
}
/*end*/
/*focus_innovation*/
.focus_innovation{
    background: #FDECE8;
    padding: 60px 0px;
}
.focus_innovation  .heading {
    text-align: center;
    font-weight: 600;
    color: #303030;
    font-size: 45px;
    margin: 0px 0px 45px 0px;
}
.focus_innovation .content_wraper h3 {
    font-size: 19px;
/*     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
/*end*/
/*capabilities*/
.capabilities .heading_wraper{
    width: 60%;
    margin: 0 auto;
}
.capabilities .heading_wraper  h2{
    font-weight: 600;
    font-size: 45px;
    color: #303030;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
.capabilities .heading_wraper  p{
    font-weight: 400;
    font-size: 15px;
    color: #1A1A1AD9;
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.capabilities .main_wraper {
    background: #F8F8F8;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.capabilities .main_wraper .image_box img{
    width: 100%;
}
.capabilities .main_wraper .text_wraper{
    padding: 15px;
    text-align: center;
}
.capabilities .main_wraper .text_wraper h3 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
}
.capabilities .main_wraper .text_wraper p {
    font-weight: 400;
    color: #000000CC;
    font-size: 15px;
}
/*end*/
/*current_progress*/
.current_progress{
   background: #F8F8F8;
   padding: 60px 0px;
}
.current_progress .heading_wraper {
    width: 80%;
    margin: 0 auto;
}
.current_progress table td{
    font-family: var(--main_font);
    font-weight: 400;
    color: #000000CC;
}
.current_progress .custom-table {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.current_progress .custom-table thead {
    background-color: #f35d3a;
    color: #fff;
}
.current_progress .custom-table th {
    font-weight: 600;
    padding: 14px 16px;
    font-size: 15px;
}
.current_progress .custom-table td {
    vertical-align: middle;
    padding: 14px 16px;
    color: #444;
    font-size: 14px;
    border-color: #f1f1f1 !important;
}
.current_progress .status-badge {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 50px;
    background-color: #f1f1f1;
    color: #555;
    font-weight: 500;
}
.current_progress .status-achieved {
    background-color: #e5f7ed;
    color: #2b9e52;
}
/*end*/
.height_manage .heading{
   font-family: var(--main_font);
   font-weight: 600;
   color: #303030;
   font-size: 45px;
   text-align: center;
   margin: 0px 0px 45px 0px;
}
.footer .link_wraper ul li ul{
	display:block;
}

.footer .link_wraper ul li ul li {
    width: 100%;
}

/*==========overlay==========*/
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
/*==========end==========*/
#career_position .modal-title{
	color:#1e3a8a;
}
#career_position .forminator-ui#forminator-module-191.forminator-design--default .forminator-label {
    color: #374151;
    margin: 0px 0px 5px 0px;
}
#career_position input {
    border: 1px solid #00000021;
    border-radius: 4px;
}
#career_position .forminator-ui#forminator-module-191.forminator-design--default .forminator-button-submit{
	background:#1e3a8a;
	color:#fff;
}
#career_position .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col {
    margin-bottom: 10px;
}
#career_position .forminator-row{
	margin-bottom: 10px;
}

.page-template-template_our_team footer.footer.gapping_box {
    margin-top: 0px;
}
/*end*/

/*bolg_innerpage*/
.bolg_innerpage {
  padding: 0px 0px 60px 0px;
  background: #fff;
}
.bolg_innerpage .search_wraper {
  display: flex;
  justify-content: right;
  margin: 0px 0px 60px 0px;
}
.bolg_innerpage p {
  color: #626262;
}
.bolg_innerpage .search_wraper .search_box {
  width: 440px;
  height: 45px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #0000001a;
  box-shadow: 0px 4px 9.1px 0px #00000029;
  overflow: hidden;
}
.bolg_innerpage .search_wraper .search_box input {
  width: 90%;
  height: 40px;
  border: none;
  outline: none;
  padding: 20px;
}
.bolg_innerpage .search_wraper .search_box i {
  cursor: pointer;
}
.bolg_innerpage .social_boxwraper span.date {
  color: #626262;
  font-weight: 600;
}
.bolg_innerpage .social_boxwraper h6 {
  color: #626262;
  font-weight: 400;
  padding: 10px 0px 0px 0px;
}
.bolg_innerpage .social_boxwraper h6 span {
  color: var(--main_color);
}
.bolg_innerpage .social_boxwraper h1 {
  color: #252422;
  font-weight: 700;
  padding: 2px 0px 20px 0px;
  font-size: 35px;
}
.bolg_innerpage .social_boxwraper .flex_box {
  display: flex;
  align-items: center;
}
.bolg_innerpage .social_boxwraper .flex_box .text_box {
  margin: 0px 0px 0px 15px;
}
.bolg_innerpage .social_boxwraper .flex_box .text_box h5 {
  margin: 0px;
  color: #0066cb;
  font-weight: 600;
}
.bolg_innerpage .social_boxwraper .flex_box .text_box p {
  margin: 0px;
  color: #626262;
}
.bolg_innerpage .social_box {
  margin: 20px 0px 0px 0px;
}
.bolg_innerpage .social_box span {
  font-weight: 600;
}
.bolg_innerpage .social_box .flex_iconbox {
  display: flex;
  margin: 18px 0px 0px 0px;
}
.bolg_innerpage .social_box .icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #0066cb1a;
  color: #0066cb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 0px 0px;
}
.bolg_innerpage .right_imagewraper {
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
}
.bolg_innerpage .right_imagewraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bolg_innerpage .table_of_contents {
  border: 1px solid #0000001a;
  background: #e3ebee;
  border-radius: 10px;
  padding: 20px;
}
.bolg_innerpage .table_of_contents h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  padding: 0px 0px 10px 13px;
}
.bolg_innerpage .table_of_contents ul li {
  margin: 0px 0px 5px 0px;
}
.bolg_innerpage .table_of_contents ul li::marker {
  color: #0066cb;
}
.bolg_innerpage .table_of_contents ul li a i {
  color: #000;
  font-size: 12px;
  padding: 0px 0px 0px 7px;
}
.bolg_innerpage .quotation_box {
  background: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 20px 45px;
  margin: 40px 0px 30px 0px;
  position: relative;
}
.bolg_innerpage .quotation_box::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 20px;
  width: 8px;
  height: 84%;
  border-radius: 100px;
  background: var(--main_color);
}
.bolg_innerpage .quotation_box .right_imagebox {
  display: flex;
  justify-content: right;
}
.bolg_innerpage .quotation_box p {
  padding: 20px 0px 0px 0px;
}
.bolg_innerpage .left_contentwraper {
  margin: 60px 0px 0px 0px;
}
.bolg_innerpage .left_contentwraper h2 {
  font-size: 23px;
  font-weight: 700;
  color: #252422;
}
.bolg_innerpage .full_image_box img {
  width: 100%;
  object-fit: cover;
  margin: 15px 0px 30px 0px;
}
.bolg_innerpage .profile_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 10px 0px 30px 0px;
}
.bolg_innerpage .profile_box .flex_box {
  display: flex;
  align-items: center;
}
.bolg_innerpage .profile_box .flex_box .text_box {
  margin: 0px 0px 0px 20px;
}
.bolg_innerpage .profile_box .flex_box .text_box h5 {
  margin: 0px;
  color: #0066cb;
  font-weight: 700;
}
.bolg_innerpage .profile_box .flex_box .text_box span {
  color: #626262;
}
.bolg_innerpage .profile_box h3 {
  font-size: 23px;
  padding: 20px 0px 0px 0px;
  color: #252422;
  font-weight: 700;
}
.bolg_innerpage .profile_box a {
  text-decoration: none;
  font-weight: 600;
  color: #0066cb;
}
.bolg_innerpage .flex_profilebox {
  display: flex;
  padding: 30px 0px;
  border-top: 1px solid #00000033;
  border-bottom: 1px solid #00000033;
  margin: 20px 0px;
}
.bolg_innerpage .flex_profilebox .text_box {
  margin: 0px 0px 0px 20px;
}
.bolg_innerpage .flex_profilebox .text_box h4 {
  color: var(--main_color);
  font-weight: 700;
  font-size: 20px;
}
.bolg_innerpage .table_of_contents ul li a {
    color: #000;
}
.bolg_innerpage .categories_list ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 50px 0px 0px 0px;
}
.bolg_innerpage .categories_list ul li h6 {
  font-weight: 600;
  margin: 0px 15px 0px 0px;
}
.bolg_innerpage .categories_list ul li a {
    padding: 8px 20px;
    margin: 0px 10px 0px 0px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 400;
    background: #F9F5FF;
    color: var(--main_color);
    font-size: 13px;
}
.bolg_innerpage .right_box {
  margin: 60px 0px 0px 0px;
}
.bolg_innerpage .right_box .form_wraper {
  background: var(--main_color);
  border-radius: 10px;
  padding: 20px;
}
.bolg_innerpage .right_box .form_wraper h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.bolg_innerpage .right_box .form_wraper form {
  margin: 25px 0px 0px 0px;
}
.bolg_innerpage .right_box .form_wraper form input {
  width: 100%!important;
  height: 45px;
  border-radius: 100px!important;
  border: 1px solid #fff;
  background: transparent;
  padding: 0px 10px;
  color: #fff;
  outline: none;
}
.bolg_innerpage .right_box .form_wraper form button {
  width: 100%!important;
  background: #fff;
  border: 1px solid #fff;
  height: 45px;
  border-radius: 100px!important;
  color: #0066cbcc;
  font-weight: 600;
  margin: 30px 0px 0px 0px;
}
.bolg_innerpage .right_box .form_wraper form input::placeholder {
  color: #fff;
}
.bolg_innerpage .right_box .popular_blogs {
  background: #fff;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 10px;
  margin: 35px 0px 0px 0px;
}
.bolg_innerpage .right_box .popular_blogs.about_wraper h5 {
  font-size: 20px;
  font-weight: 700;
}
.bolg_innerpage .right_box .popular_blogs.about_wraper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bolg_innerpage .right_box .popular_blogs.about_wraper ul li {
  display: flex;
}
.bolg_innerpage .right_box .popular_blogs.about_wraper ul li i {
  font-size: 22px;
  margin: 0px 10px 0px 0px;
}
.bolg_innerpage .right_box .popular_blogs.our_client ul {
  column-count: 3;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bolg_innerpage .right_box .popular_blogs.our_client ul li img {
  width: 100px;
}
.bolg_innerpage .right_box .popular_blogs h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.bolg_innerpage .right_box .popular_blogs ul {
  list-style: square;
  padding: 0px 0px 0px 29px;
}
.bolg_innerpage .right_box .popular_blogs ul li::marker {
  color: var(--main_color);
  font-size: 30px;
}
.bolg_innerpage .right_box .popular_blogs ul li a {
  position: relative;
  top: -4px;
  color: #626262;
}
.bolg_innerpage .right_box .popular_blogs.bg_blue {
  background: #0066cb;
}
.bolg_innerpage .right_box .popular_blogs.bg_blue h2 {
  color: #fff;
}
.bolg_innerpage .right_box .popular_blogs.bg_blue ul li a {
  color: #fff;
}
.bolg_innerpage .right_box .popular_blogs.bg_blue ul li::marker {
  color: #fff;
}
.bolg_innerpage .right_box .iframe_box {
  background: #fff;
  border: 1px solid #0000001a;
  padding: 20px;
  border-radius: 10px;
  margin: 35px 0px 0px 0px;
}
.bolg_innerpage .add_imagesbox {
  margin: 20px 0px;
}
.bolg_innerpage .add_imagesbox img {
  width: 100%;
}
.bolg_innerpage .end_offseo_box {
  background: linear-gradient(
    rgb(51, 0, 117) 0%,
    rgb(92, 24, 184) 50%,
    rgb(104, 38, 196) 100%
  );
  border-radius: 10px;
  padding: 30px;
  margin: 20px 0px;
  display: flex;
  align-items: center;
}
.bolg_innerpage .end_offseo_box .text_box {
  width: 80%;
}
.bolg_innerpage .end_offseo_box .text_box h3 {
  color: #fff;
}
.bolg_innerpage .end_offseo_box .text_box p {
  color: #fff;
}
.bolg_innerpage .end_offseo_box .text_box a {
  padding: 8px 20px;
  background: #7bffff;
  color: #330075;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  margin: 20px 0px 0px 0px;
}
.bolg_innerpage .end_offseo_box .logo_box img {
  width: 150px;
}
.bolg_innerpage .more_description_box {
  background: #fff;
  border: 1px solid #0000001a;
  padding: 25px 30px;
  border-radius: 10px;
  margin: 35px 0px 40px 0px;
  border-left: 7px solid var(--main_color);
}
.bolg_innerpage .more_description_box .recktangle_imagebox {
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  margin: 0px 0px 20px 0px;
}
.bolg_innerpage .more_description_box .recktangle_imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bolg_innerpage .more_description_box a {
  padding: 10px 20px;
  background: var(--main_color);
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0px 0px 0px;
}
.bolg_innerpage .left_formwraper {
  background: #fff;
  border: 1px solid #0000001a;
  padding: 25px 30px;
  border-radius: 10px;
  margin: 35px 0px 40px 0px;
  border-bottom: 3px solid #5ec92a;
}
.bolg_innerpage .left_formwraper h2 {
  margin: 0px 0px 20px 0px;
}
.bolg_innerpage .left_formwraper h2 span {
  color: #5ec92a;
}
.bolg_innerpage .left_formwraper form label {
  width: 100%;
  font-size: 11px;
  color: #000;
  font-weight: 600;
}
.bolg_innerpage .left_formwraper form label span {
  color: red;
}
.bolg_innerpage .left_formwraper form input {
  width: 100%;
  height: 40px;
  border: 1px solid #0000002e;
  border-radius: 5px;
  padding: 0px 10px;
  outline: none;
  margin: 3px 0px 10px 0px;
}
.bolg_innerpage .left_formwraper form select {
  width: 100%;
  height: 40px;
  border: 1px solid #0000002e;
  border-radius: 5px;
  padding: 0px 10px;
  outline: none;
  margin: 3px 0px 10px 0px;
}
.bolg_innerpage .left_formwraper form button {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background: #0066cb;
  border: none;
  color: #fff;
  margin: 10px 0px 0px 0px;
}
.bolg_innerpage .left_formwraper p {
  font-size: 14px;
  color: #000;
  padding: 10px 0px 0px 0px;
}
/*end*/
.overlay_banner{
	position:relative;
}
.overlay_banner::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:-1;
}

.gallery_wraper .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
     box-shadow: revert !important; 
	border-radius: 20px;
}
.video-items iframe{
	border-radius:20px;
}
/*end*/
/*product_detailsbanner*/
.product_detailsbanner {
    padding: 60px 0px;
    background: #f1f1f173;
}
.product_detailsbanner .text_wraper h1{
	font-weight:600;
	font-size:35px;
	color: var(--main_color);
	font-family: var(--main_font);
}
.product_detailsbanner .text_wraper h1 span{
	font-size:20px;
	color:#212121;
	font-weight:400;
}
.product_detailsbanner .text_wraper h5{
	font-weight:500;
	font-size: 14px;
	color:#666666;
	font-family: var(--main_font);
}
.product_detailsbanner .text_wraper h6{
	font-weight:500;
	font-size:20px;
	color:#212121;
	font-family: var(--main_font);
}
.product_detailsbanner .text_wraper .download_btn{
	padding:6px 20px;
	background:var(--main_color);
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	display:inline-block;
	margin:15px 0px 0px 0px;
}
.product_detailsbanner .image_wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(50 50 93 / 13%) -1px 0px 5px -1px, rgb(0 0 0 / 7%) 0px 1px 3px -1px;
    border-radius: 10px;
	background:#fff;
}
.product_detailsbanner .image_wraper img{
	width:300px;
}
/*end*/
/*product_detailscontent*/
.product_detailscontent{
	padding:60px 0px;
}
.product_detailscontent .content_wraper .text_box {
    padding: 15px;
    border-radius: 10px;
    margin: 0px 0px 40px 0px;
    border: 1px solid #0000001a;
	background: #f4694b12;
}
.product_detailscontent .content_wraper .text_box h3 {
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 20px;
    color: var(--main_color);
    margin: 11px 0px 16px 0px;
}
.product_detailscontent .content_wraper .text_box p{
	font-family:var(--main_font);
	font-weight:300;
	font-size:15px;
	color:#212121;
}
.product_detailscontent .content_wraper .text_box h5{
	font-family:var(--main_font);
	font-weight:500;
	font-size: 17px;
	color:#212121;
	margin:0px 0px 10px 0px;
}
.product_detailscontent .content_wraper .text_box ul li {
	font-family:var(--main_font);
	font-weight:400;
	font-size:15px;
	color:#212121;
}
.product_detailscontent .content_wraper .text_box .flex_box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
/*end*/
.view-btn{
	padding: 5px 16px;
	border-radius: 100px;
	background: var(--main_color);
	color: #fff;
	font-family: var(--main_font);
	font-weight: 400;
	text-decoration: none;
	align-items: center;
	font-size: 15px;
}
.content_wraper.gm_box{
	height:240px;
}
.content_wraper.gm_box p{
   padding:0px !important;
}

.foogallery.fg-light .fg-item-inner {
    border-radius: 10px;
}

.product-accordion .tab-pane {
    display: none; 
}
.product-accordion .tab-pane.active.show {
    display: block !important;
}
