html{
    scroll-padding-top: 80px;
}
.product-grid .summary{
    font-size: 16px;
}

.privacypolicy .c,.termsandcondition .c,.cookie_form .c{
  max-width: 752px;
  padding:0 0;
  width:100%;
}
.privacypolicy,.termsandcondition ,.cookie_form{
    background-color: var(--linen);
    color:#2C3345;
    padding:75px 0;
    font-family: 'IBM Plex Sans';
    letter-spacing: 1.6;
}
.termsandcondition{
    padding-bottom: 65px;
}
.details{
    display:block;
    box-shadow: 0 4px 4px rgba(87, 100, 126, .21);
    border-radius: 3px;
    background-color: #fff;
}
.table_of_content ol li{
    font-size: 15px;
    line-height: 1.6;
}
.details .details_head{
    text-align: center;
    padding: 40px 50px;
    border-bottom: 1px solid #d7d8e1;
}
.details_head h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.45;
}
.details_head p{
    font-size: 16px;
    font-weight: 550;
    line-height: 1.6;
}
 .details_body,.table_of_content{
   padding: 10px 45px 40px;
}

.c_editor p,.table_of_content p{
    margin-top: 15px;
    word-break: break-word;
    font-size: 15px;
    line-height: 1.6;
}
.c_editor h5,.table_of_content h5{
    font-size: 18.6667px;
    margin-top: 15px;
    line-height: 1.6;
    font-weight: bold;
    word-break: break-word;
}
.table_of_content ol{
    padding-top: 15px;
}
.c_editor ol{
    padding-left: 30px;
}
.c_editor a{
    text-decoration: underline;
    color: blue;
}
.c_editor ul{
    padding-left: 35px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    font-family: "Inter", sans-serif;
}
h4 span{
    font-size: 24px;
    font-weight: 700;
}
li span{
    font-size: 15px;
    font-weight: 700;
}
p span{
    font-size: 16px;
    font-weight: 700;
}
.table{
    background-color: var(--linen); 
    padding-top: 35px;
   
}
.table:nth-child(5){
    padding-bottom: 65px;
}
.table .c{
    width: 100%;
    max-width: 1440px;
    padding-left: 120px;
    padding-right: 120px;
}
.table .desc{
    
    font-family: 'Work sans', sans-serif;
    padding-top: 15px;
}
.c_editor h4{
    font-size: 24px;
    font-weight:700;
    line-height: 1.5;
    margin-top: 15px;
}
 .tab_title{
   
    font-family: 'Space Grotesk';
    font-size: 24px;
    font-weight:700;
    line-height: 1.5;
    
}
.c_editor th{
   
    padding: 10px;
    background-color: #d9dfe7;
    border: 1px solid #cbced6;
}
.c_editor table td{
   
    padding: 10px;
    border: 1px solid #d5d8df;
    line-height: 2;
    word-break: break-word;  
    vertical-align: middle;
}
.c_editor tr:nth-child(2n + 1) td {
    background-color: #f1f5fa;
}
 .c_editor tr:nth-child(2n) td{
    background-color: #ffffff;
}
.c_editor table{
    border-collapse: collapse;
    width:100%;
    text-align: left;
    font-size: 14px;
    color: #000000;
}
.about-sec-img-with-cnt {
    background-color: var(--linen);
    color: var(--midnight-blue);
    position: relative;
    height:55vh; 
    overflow: hidden;
}
.about-sec-img-with-cnt  .row{
    font-size: 0px;
}
.about-sec-img-with-cnt .c{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    right: 0;
    max-width: 1440px;
    padding:0 120px;
}
.about-sec-img-with-cnt .col_1{
    width:50%;
    padding-top: 40px;
    padding-bottom: 65px;
    padding-right: 50px;
   

}
.about-sec-img-with-cnt .col_2{
    width:50%;
    
}
.about-sec-img-with-cnt .grid_title{
    font-size: 56px;
    font-family:'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.about-sec-img-with-cnt .desc{
    font-size: 16px;
     font-family: 'Work Sans',sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}
.about-sec-img-with-cnt .image{
  padding-top: 75%;
 
} 
.about-sec-img-with-cnt .bg_full{
    border-radius: 4px;
}

.about-sec-img-with-cnt .photo1{
    position:absolute;
    right:0;
    height:100%;
    width:32%;
    margin-right: 95px;

}
.about-sec-img-with-cnt .photo2{
    position:absolute;
    right:0;
    height:100%;
    width:32%;
    margin-right: 95px;
    top:90%;

}
.about-sec-img-with-cnt .img_1{
    width:50%;
    padding-right: 5px;
}

.about-sec-img-with-cnt .img_2{
    width:50%;
    padding-left: 5px;
}
.about-sec-img-with-cnt .desc p{
    margin-top: 20px;
}
.box_section{
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.box_section .c,.team_image .c,.summarie .c{
    max-width: 1100px;
    padding:0 120px;
}
.boxes{
    display: block;
}
.box_section .row{
    font-size: 0px;
    margin: 0 -10px;
}
.box_section .small_box{
    width:40%;
    padding: 0 10px;
}
.box_section .col .box{
    background-color: #53b4c9;
    border-radius: 6px;
    padding: 25px;
}
.box_section .row .big_box{
    width:60%;
    padding: 0 10px;
    
}
.box_section .desc{
    font-family:  'Work Sans',sans-serif;
    color:#fff;
    padding-top: 15px;
    font-size: 16px;
}
.box_section .icon{
    background-color: #ffffff26;
    border-radius: 4px;
    padding: 10px;
    display:inline-block;
    vertical-align: middle;
}
.box_section .icon img{
   height:25px;
}
.box_section .image{
    display: inline-block;
}

.box_section .box_title{
    font-family: 'Space grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.box_section .col{
    margin-top: 25px;
}
.box_section .col:first-child,.box_section .col:nth-child(2){
    margin-top: 0;
}
.team_image .row{
    font-size: 0px;
    margin: 0 -12px;
}

.team_image .row .col_60{
    width: 60%;
    padding: 0 10px;
}
.team_image .row .col_40{
    width: 40%;
    padding: 0 10px;
}
.team_image .col_60 .image{
    padding-top: 90%;
}
.team_image .col_40 .image{
    padding-top: 65%;
}

.team_image .bg_full{
    border-radius: 8px;
}
.team_image .col_40 .image:last-child{
    margin-top: 25px;
}
.team_image .desc{
font-family:  'Work Sans',sans-serif;
padding-bottom: 50px;
}
.team_image .image .img_txt{
    position: absolute;
    bottom:0;
    left:0;
    padding:15px;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    z-index: 1;
    direction: ltr;
}
.team_image .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#21125240 41%, #2112528c);
    border-radius: 8px;
}
.summarie{
    padding:50px 0;
}
.img_left_to_right .row {
    direction: rtl;
}
.img_left_to_right .col:first-child{
    direction: ltr;
}
.c_editor strong{
    font-weight: bold;
}
.c_editor p{
    font-family:  'Work Sans',sans-serif;
    font-weight: 500;
}
.col_3{
    width: 33.33%;
    text-align: center;
}
.wc-block-components-totals-wrapper .wc-block-components-product-details{
	display:none;
}