@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

body {
	padding:0;
	margin:0;
	color: #2B2B2B;
	font-size:14px;
    font-family: 'Roboto', sans-serif;
}
h1{
	font-family: 'Roboto', sans-serif;
}
a{
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.wrapper-inner {
	padding-left:0px;
	padding-right: 0px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.on_header_div{
    text-align: center;
}
.on_header_div h3{
        font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #48484a;
    margin-bottom: 0;
    margin-top: 10px;
}
.on_header_div a img{
  margin: 0 auto;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.on_header_main {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.on_header_logo {
    text-align: center;
}
.on_header_logo img{
    width:260px;
}
.on_main_sec {
    background: #f5f5f7;
    padding: 30px 35px;
    border-top: 1px solid #d2d2d7;
}
.on_home_banner_img img{
    width: 100%;
    border-radius: 12px;
}
.on_faci{
    padding: 30px 0px 80px;
    width: 86%;
    margin: 0 auto;
}
.on_per {
    width: 86%;
    margin: 0 auto;
}
.on_faci_head {
    text-align: center;
}
.on_faci_head h2{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 57px;
    color: #48484a;
    margin-bottom: 40px;
    margin-top: 0px;
}
.on_faci_main{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    gap: 115px;
}
.on_faci_div{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.on_faci_div img{
    width: 100%;
}
.on_faci_div h3{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 20px;
}
.on_per_main{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 80px;
}
.on_per_div{
    text-align: center;
}
.on_per_div h3{
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 42px;
    color: #48484a;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}
.on_per_div p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_per_div img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.on_acq_top_div {
    text-align: center;
}
.on_acq_top_div img{
    object-fit: contain;
}
.on_acq_top_div h4{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 10px;
}
.on_acq_top_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin:100px 0px 60px 0;
    padding: 40px 0px;
    border-top: 1px solid #d2d2d7;
    border-bottom: 1px solid #d2d2d7;
}
.on_acq{
    width: 65%;
    margin: 0 auto;
}
.on_acq_bottom a{
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 0px;
    display: inline-block;
}
.on_acq_bottom_link {
    text-align: center;
}
.on_footer{
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 40px auto 20px;
    border-top: 1px solid #d2d2d7;
    padding-top: 15px;
    align-items: center;
    align-content: center;
}
.on_footer_copy p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2688ea;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_product{
    background: #fff;
    margin: 20px 0px 0;
    border-radius: 10px;
    padding: 40px;
}
.on_product_main{
    text-align: center;
}
.on_product_main img{
        width: 300px;
    object-fit: contain;
    height: 330px;
}
.on_product_main h3{
    font-family: 'Roboto', sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 77px;
    color: #48484a;
    margin-bottom: 20px;
    margin-top: 0px;
}
.on_product_main h4{
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 20px;
    margin-top: 0px;
}
.on_product_div a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
    text-decoration: none;
}
.on_product_div a.active{
    background: #69bfe7;
    padding: 8px 20px;
    color: #fff;
    border-radius: 46px;
}
.on_product_div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 40px;
    margin-top:40px;
}

.slideshow-items {
  width: 500px;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }

/*.details_div {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}*/
.details_main_new{
        width: 100px;
    display: grid;
    height: fit-content;
    gap: 10px
}
.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 90%;
    margin: 0;
}
.crossbox span:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 17px;
    width: 1px;
    background-color: #242424;
    transform: translate(-50%, -50%) rotate(45deg);
}
.crossbox span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    height: 17px;
    width: 1px;
    background-color: #242424;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.crossbox span {
    position: relative;
}
.crossbox {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}
.on_inn_left h3{
        font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 43px;
    color: #48484a;
    margin-bottom: 0;
    margin-top: 0px;
}
.on_inn_left h4{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 0px;
}
.on_inn_left p{
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 30px;
    margin-top: 0px;
}
.on_inf_head {
    margin-bottom: 30px;
}
.on_inn_content p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_inn_content img{
        object-fit: contain;
        width: 23px;
}
.on_inn_btn a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #69bfe7;
    padding: 5px 75px;
    border-radius: 29px;
    display: inline-block;
    margin-top: 40px;
}
.on_inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 67%;
    margin: 0 auto;
}
.on_inn_content {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 14px;
    margin-bottom: 5px;
}
.on_inf_head h3{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    color: #48484a;
    margin-bottom: 20px;
    margin-top: 0px;
}
.on_inf_main h3{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_inf_list ul li{
        font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #48484a;
    margin-bottom: 5px;
    margin-top: 0px;   
}
.on_inn_img{
    height: 350px;
}
.on_inn_img img{
    
    object-fit: contain;
}
.on_inf {
    width: 70%;
    margin: 120px auto 20px;
    padding: 30px 0px;
    border-top: 1px solid #d2d2d7;
}
.home_img img {
    width: 13px;
    margin-right: 6px;
    margin-top: -2px;
}
.on_inf_main {
    display: grid;
    grid-template-columns: 1.5fr 4fr;
    gap: 65px;
    margin-bottom: 40px;
}
.on_inf_list p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #48484a;
    margin-bottom: 5px;
    margin-top: 0px;
}
.on_inf_list_before{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.on_inf_list_before:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #ddd;
    top: -20px;
    left: 0;
}
.on_inf_main_border{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

h4.panel-title {
    position: relative;
}
h4.panel-title a span{
        position: absolute;
    right: 0;
    color: #878787 !important;
    font-size: 20px;
    top: 10px;
    transform: rotate(87deg);
    transition: 0.5s ease-in-out;
}
h4.panel-title a[aria-expanded="true"] span{
  transform: rotate(270deg);
    transition: 0.5s ease-in-out;
}
h4.panel-title a{
       font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100% !important;
    display: block;
}
.on_inf_list_new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.on_panel_in_main h3{
font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_panel_in_main p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_panel_in_main{
    margin-bottom: 15px;
}
.on_panel_in .on_panel_in_main:last-child{
    margin-bottom: 0px;
}
.on_inf_new{
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}
.panel-default {
    border-color: #dddddd00 !important;
    box-shadow: none !important;
}
.panel-default>.panel-heading {
    background-color: #f5f5f500 !important;
    border-color: #dddddd00 !important;
        padding-left: 0 !important;
    padding-right: 0 !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd00 !important;
}
.on_ti_sec span{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0px;
    margin-top: 0px;
}
.on_ti_sec h3{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 70px;
}
.on_ti_sec p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;  
}
.on_ti_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.on_ti_div {
    text-align: center;
}
.on_ti_div img{
       width: 180px;
    height: 180px;
    object-fit: contain;
}
.on_ti {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.modal-dialog{
    z-index: 99999;
}
.en_form_div lable{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.en_form_div input{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
} 
.en_form_div textarea{
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
} 
.en_form_div {
    display: grid;
    gap: 10px;
}
.en_form_head h3 {
   font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    color: #48484a;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}
.en_form_main {
    display: grid;
    gap: 10px;
}
.en_form_div_btn input{
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
    text-decoration: none;
    background: #69bfe7;
    padding: 8px 20px;
    color: #fff;
    border-radius: 46px;
    border: none;
}
.on_header_div_lan {
    position: absolute;
    right: 50px;
}
.on_header_div_lan button {
        padding: 11px 0px;
    background: #69bfe700;
    border: none;
    color: #767676;
    border-radius: 4px;
}
.on_inf .on_footer{
    width:100%;
}
.on_main_p {
    border-top: 1px solid #d2d2d7;
    padding-top: 80px;
}
#small-img-roll img {
    border:none !important;
}




.top_80{
    margin-top:30px !important;
}
.contact {
    padding: 40px 0px;
    border-top:1px solid #ddd;
}
.contact_main {
    width: 65%;
    margin: 0 auto;
}
.contact_div h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    color: #1d1d1e;
    margin-bottom: 30px;
    margin-top: 0px;
}
.contact_div h3 {
        font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    color: #58585a;
    margin-bottom: 30px;
    margin-top: 0px;
}
.contact_content p{
        font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 0px;
}
.contact_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.contact_div {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.career_content p{
        font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.career_content p a{
        font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.career_content ul li{
        font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 2px;
    margin-top: 0px;
}
.career_content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #1d1d1e;
    margin-bottom: 10px;
    margin-top: 0px;
}
.career_content ul {
    padding-left: 20px;
}
.career{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.mt_24{
    margin-bottom: 15px !important;
}
.corporate_top_main{
    text-align:center;
}
.corporate_top_main h3{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #1d1d1e;
    margin-bottom: 30px;
    margin-top: 0px;
}
.corporate_top_main p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
}
.corporate {
    background: #f5f5f7;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.corporate_top {
    padding: 40px 0px;
    border-bottom: 1px solid #ddd;
}
.feed_main h3{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #1d1d1e;
    margin-bottom: 10px;
    margin-top: 0px;
}
.feed_main p{
     font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 0px;
}
.feed_btn a{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #2688ea;
    margin-bottom: 0px;
    margin-top: 0px;
}
.feed_btn a img {
    width: 20px;
    margin-top: -2px;
}
.feed {
    padding: 40px;
}
.feed_btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.new_foot_main_cont p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 2px;
    margin-top: 0px;
}
.new_foot_main_cont ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 2px;
    margin-top: 0px;
}
.new_foot_main_cont ul li {
    list-style: none;
}
.new_foot {
    width: 65%;
    padding-top: 30px;
    margin: 40px auto 0px;
    border-top: 1px solid #d2d2d7;
}
.new_foot_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.new_foot_img img{
    margin-bottom: 10px;
    margin-left: -13px;
}
.on_inf .new_foot {
    width: 100%;
    padding-top: 30px;
    margin: 40px auto 0px;
    border-top: 1px solid #d2d2d7;
}
.pro_list_content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 55px;
}
.pro_list_content {
    text-align: center;
}
.pro_list_content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 10px;
    margin-top: 0px;
}
.pro_list_content h5{
    font-family: 'Roboto', sans-serif;
    line-height:1.4;
    color: #c14018;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
        min-height: 22px;
}
.pro_list_buy a {
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #48484a;
    margin-bottom: 0px;
    margin-top: 0px;
    text-decoration: none;
    background: #69bfe7;
    padding: 8px 20px;
    color: #fff;
    border-radius: 46px;
    display: inline-block;
    margin-bottom: 10px;
}
.pro_list_learn a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2688ea;
    margin-bottom: 0px;
    margin-top: 0px;
}
.pro_list_learn a span.glyphicon.glyphicon-menu-right.text-info{
    color: #2688ea !important;
    font-size: 12px !important;
}
.pro_list_color ul button {
    width: 15px;
    height: 15px;
    background: #828083;
    border-radius: 50%;
    border: none;
}
/*.pro_list_main{*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
/*    gap: 40px;*/
/*}*/

.pro_list_main {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    place-content: center;
    justify-content: center;
}
/*.pro_list_div {*/
/*        text-align: center;*/
/*    padding-bottom: 15px;*/
/*    border-bottom: 1px solid #d8d8d8;*/
/*}*/
.pro_list_div {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    width: 17%;
}
.pro_list_div img{
    width: 100%;
    margin: 0 auto;
    max-width:45%;
}
.pro_list_color ul {
    margin: 10px 0px 10px;
    display: flex;
    gap: 3px;
    justify-content: center;
}
.btn_1{
    background:#8aacb5 !important;
}
.btn_2{
    background:#d4c4c4 !important;
}
.btn_3{
    background:#b9b6d5 !important;
}
.btn_4{
    background:#e3e4e6 !important;
}
.btn_5{
    background:#e16273 !important;
}
.btn_6{
    background:#ecd65e !important;
}
.pro_list {
       padding: 20px 0px 100px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 135px;
    width: 100%;
    z-index: 9999;
}
/*.pro_list .on_header_logo {*/
/*    border-bottom: 1px solid #d2d2d7;*/
/*    margin-bottom: 30px;*/
/*}*/
.pro_list_main {
    padding:0px 20px;
}
.new_hed{
        background: #f5f5f7;
    padding: 30px 35px;
    border-top: 1px solid #d2d2d7;
}
.new_hed_main {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
.modal{
        z-index: 9999 !important;
}













