@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

:root{
   --green: #0ABBB5;
   --white: #fff;
   --black: #000;
   --dark_green: #003634;
   --gray: #767676;
   --light-green: #CAFCFB;
   --table-light: #333333;
   --light-box: #B2DFDE;
   --dark-gray: #0C7D7A;
   --light-bg: #F7F7F7;
   --dark-bg: #0B9D98;
   --light-green-bg: #9AECEA;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--green);
}



body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

h1.display{
    font-weight: 700;
    font-size: 110px;
    line-height: 109px;
}

h1{
    font-weight: 600;
    font-size: 56px;
    line-height: 75px;
}

h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: var(--black);
}

h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
}

h4{
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Montserrat';
    color: var(--dark_green);
}

h5{
    font-weight: 600;
    font-size: 24px;
    font-family: 'Montserrat';
    line-height: 29px;
    color: var(--dark_green);
}

h6{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Montserrat';
    line-height: 44px;
}

textarea{
    resize: none;
    font-family: arial;
}

h1,h2,h3{
    font-family: 'Playfair Display', serif;
}

p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--gray);
}

img{
    max-width: 100%;
}

*{
    box-sizing: border-box;
}

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

.btn-green {
    display: flex;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    background: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
    transition: 0.5s;
}

.btn-green:hover{
     background: var(--white);
    border: 1px solid var(--green);
    color: var(--green);
    transition: 0.5s;
}

.btn-green:hover img{
        filter: brightness(1) !important;
}

/*.btn-green:hover img{*/
/*     background: var(--white);*/
/*    border: 1px solid var(--green);*/
/*    color: var(--green);*/
/*}*/

.btn-green img{
    margin-left: 10px; 
    filter: brightness(57);   
}

.ct-section-inner-wrap {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

.ct-new-columns > .ct-div-block {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

.ct-section-inner-wrap{
    max-width: 1400px;
    margin: 0 auto;
}

.tab_slider{
    width:100%;
}


/*======================================================================================*/
                      /* header css start */
/*======================================================================================*/
.dia_header_section{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.dia_header_section .menu-top-second-menu-container ul .menu-item,
.dia_header_section .menu-top-menu-container ul .menu-item{
    margin: 0 30px;
}

.dia_header_section {
    padding: 25px 0;
}

.dia_header_section .menu-top-second-menu-container ul .dia_btn.menu-item{
    margin: 0 5px;
}

.dia_header_section .menu-item:focus-within a, .dia_header_section .menu-item:hover a {
    background-color: transparent !important;
    padding-top: 0 !important;
    border-top-width: 0 !important;
}

.dia_header_section .sub-menu{
    background-color: var(--white) !important;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 170px;
    box-shadow: 0px 0 14px -7px #000;
}

.dia_header_section ul li a{
    white-space: nowrap;
    padding: 0 !important;
    color: var(--black);
    font-weight: 500;
    transition: 0.5s ease;
}

.dia_header_section ul li a:hover{
    color: var(--green);
    transition: 0.5s ease;
}

.dia_header_section .desktop_header_col {
    align-items: center;
    padding: 0;
}

.dia_header_section .desktop_header_col nav{
    width: 100%;
}

.dia_header_section .desktop_header_col ul li.current-menu-item a{
    font-weight: 700;
}

.dia_header_section .desktop_header_col ul li.dia_btn a{
     display: inline-block;
    padding: 12px 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
}

.dia_header_section .desktop_header_col ul li.dia_btn a:focus,
.dia_header_section .desktop_header_col ul li.dia_btn a:hover{
      background: var(--white);
    border: 1px solid var(--green) !important;
    color: var(--green);
}

.dia_header_section .desktop_header_col ul{
    align-items: center;
}

.dia_header_section .desktop_header_col .dia_left_menu_div {
    width: 40% !important;
}

.dia_header_section .desktop_header_col .dia_logo_div {
    width: 20% !important;
}

.dia_header_section .desktop_header_col .dia_right_menu_div {
    width: 40% !important;
}

.dia_header_section .desktop_header_col ul li:hover a {
    background-color: transparent !important;
    border-top-width: 0 !important;
}

.dia_header_section .desktop_header_col .dia_logo_div{
    flex-direction: row;
    justify-content: center;
}

.dia_header_section .mobile_header_col{
    display: none;
}

.dia_header_section.sticky-header{
    background-color: var(--white);
    box-shadow: 0 0 63px -21px #000;
}

.dia_header_section.sticky-header .dia_logo_div a {
    /*width: 123px;*/
    /*width: 100px;*/
    width: 200px;
    height: auto;
}

/*======================================================================================*/
                      /* header css end */
/*======================================================================================*/

/*======================================================================================*/
                      /* banner css start */
/*======================================================================================*/
.banner_section .ct-section-inner-{
    padding: 0;
}

.mobile_banner_img_div{
    display: none;
}

.banner_video_div {
    width: fit-content !important;
}

.banner_social_main ul li a img:hover{
    filter: brightness(3.5);
    transition: 0.5s;
}

.banner_social_main ul li a img{
    transition: 0.5s;
}

.banner_img_div{
    height: 100vh;
}

.banner_img_div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_section .ct-section-inner-wrap{
    padding: 0;
}

.banner_section .banner_img_div{
    padding: 0;
}

.banner_section .banner_col{
    position: relative;
}

.banner_section .banner_social_main{
    position: absolute;
    bottom: 90px;
    left: 190px;
}

.banner_section .banner_social_main ul{
    display: flex;
    align-items: center;
}

.banner_section .banner_social_main ul li{
    padding: 0 10px;
}

.banner_section .banner_video_div{
    position: absolute;
    bottom: 240px;
    left: 390px;
}

.banner_section .banner_video_div .oxy-rich-text{
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 130px;
    background-color: var(--white);
    border-radius: 50%;
    border: 7px solid var(--green);
}


/*======================================================================================*/
                      /* banner css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* home_abt_section css start */
/*======================================================================================*/

.home_abt_section .ct-section-inner-wrap{
    padding-top: 100px;
}

.home_abt_section .home_abt_right_div{
    justify-content: center;
}

.home_abt_section.our_vision_section .ct-section-inner-wrap{
    padding-top: 50px;
}

.home_abt_head_div h2{
    margin-bottom: 35px;
}

.home_sub_head_div .oxy-rich-text p{
    margin: 30px 0;
}


/*======================================================================================*/
                      /* home_abt_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* home_service_section css start */
/*======================================================================================*/

.home_service_section .home_service_img_div{
    flex-direction: row;
    align-items: center;
}

.img_wrap_service {
    background-color: var(--light-green);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.home_service_col .home_service_main_div{
    padding: 34px 24px;
}

.home_service_main_div:nth-child(even){
    background-color:  rgba(202, 252, 251, 0.3);
}

.home_service_main_div{
    transition: ease 0.5s;
}

.home_service_main_div:hover{
    background-color: var(--white);
    transition: ease 0.5s;
    box-shadow: 0px 4px 90px 3px rgba(0, 0, 0, 0.08);
}

.head_wrap_service h5{
    margin-left: 24px;
}

.home_service_img_div{
    margin-bottom: 24px;
}

.home_service_section .ct-section-inner-wrap{
    padding-top: 60px;
    padding-bottom: 80px;
}


.home_lab_head_div,
.home_abt_head_div{
    align-items: center
}

/*======================================================================================*/
                      /* home_service_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* home_lab_section css start */
/*======================================================================================*/

.lab_natrural_head_div .oxy-rich-text h2{
    margin: 30px 0;
}

.home_lab_section.ed_lab_section .lab_natrural_head_div .oxy-rich-text h2 {
    margin: 0 0 30px;
}

.ed_lab_section{
    padding: 150px 0;
}

.dimond_table  table {
    border-spacing: 0;
    border-radius: 5px;
    overflow: auto;
    min-width: 750px;
    border: 1px solid #EDEDED;
}

.dimond_table {
    overflow: auto;
}

.home_lab_head_div h4{
    font-weight: 700;
}

.lab_natrural_div_img {
}

.dimond_table table,
.dimond_table,
.lab_natrural_div_img,
.lab_natrural_head_div {
    width: 100%;
}

.lab_natrural_div_img,
.lab_natrural_head_div{
    align-items: center
}

.dimond_table table tbody tr th{
    text-align: start;
    background-color: var(--green);
    padding: 10px 0 10px 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: var(--white);
}

.dimond_table  table {
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EDEDED;
}

.dimond_table table tbody tr td{
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0 10px 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--table-light);
}


/*======================================================================================*/
                      /* home_lab_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* slider_section css start */
/*======================================================================================*/

.slider_section .ct-section-inner-wrap{
    padding: 130px 0 40px;
}

/*======================================================================================*/
                      /* slider_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* footer css start */
/*======================================================================================*/

.dia_footer_section{
    background-color: var(--dark_green);
}

.dia_addres_div{
    width: 28% !important;
}

.dia_footer_section .wpcf7 form .wpcf7-response-output {
    margin: 0;    
    position: absolute;
    bottom: -50px;
    left: 150px;
    color:var(--white);
}

.dia_join_form form p{
    display: flex;
}

.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item:focus-within a,
.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item:hover a {
    background-color: transparent !important;
    padding-left: 0 !important;
    border-left-width: 0 !important;
}

.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item a {
    padding: 0 !important;
    position: relative;
    transition: ease 0.5s;
}

.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item a::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--green);
    border-radius: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: ease 0.5s;
}

.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item{
    padding: 5px 0;
}

.dia_footer_section .menu-item a {
    color: var(--white);
    font-weight: 500;
    transition: ease 0.5s;
}


.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item a:hover{
    color: var(--green);
    transition: ease 0.5s;
    padding-left: 10px !important;
}

.dia_footer_section .dia_footer_menu_div .oxy-nav-menu-list .menu-item a:hover::after{
    opacity: 1;
}

.dia_join_col{
    margin-top: 125px;
}

.dia_footer_logo_div {
    background: #FFFFFF;
    border-radius: 0px 0px 120px 120px;
    /*padding: 16px 35px 40px;*/
    padding: 35px 35px 50px;
    margin-bottom: 35px;
}
.dia_footer_logo {
    width: 190px;
}

.dia_address ul li{
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.dia_footer_head{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat';
    color: var(--white);
    margin-bottom: 20px;
}

.dia_footer_menu_div{
    margin-top: 100px;
}

.phone_icon,
.location_icon{
    width: 7%;
}

.tel,
.location_address {
    width: calc(100% - 7%);
}

.dia_footer_address_div,
.dia_address {
    width: 100%;
}

.tel a,
.location_address p{
    color: var(--white);
    /*padding-right: 50px;*/
    transition: 0.5s;
}

.tel a:hover,
.location_address p:hover{
    color: var(--green);
    transition: 0.5s;
}

.dia_footer_col {
    justify-content: space-between;
}

.dia_footer_section .dia_footer_col .dia_footer_menu_div{
    width: 17.25% !important;
}

.dia_footer_section .ct-section-inner-wrap{
    padding-bottom: 80px;
}

.dia_join_text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
}

.dia_join_form_div{
    align-items: flex-end;
}

.wpcf7-spinner{
    display: none;
}

.submit{
    background-color: transparent;
    border: 2px solid #fff;
    color: var(--white);
    padding: 12px 40px;
    cursor: pointer;
    transition: ease 0.5s;
    margin-left: 10px;
}

.submit:hover{
    background-color: var(--white);
    border: 2px solid var(--white);
    transition: ease 0.5s;
    color: var(--green);
}

.dia_join_form form p span input{
    padding: 12px 10px;
}

:focus-visible {
    outline: 0;
}

.wpcf7-not-valid-tip{
    display: none;
}

.dia_footer_section .wpcf7 form.invalid .wpcf7-response-output{
    color: red;
    font-size: 13px;
    line-height: 22px;
    border-color: var(--white);
    margin: 10px 0 0;
    position: absolute;
    bottom: -50px;
    left: 150px;
}

.dia_join_div{
    justify-content: center;
}

.dia_join_form_div{
    position: relative;
}

/*======================================================================================*/
                      /* footer css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* slider_section css start */
/*======================================================================================*/

.slider_section .oxy-tabs-contents-content-hidden {
    display: block !important; 
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.slider_section .diamond_slider_tab {
    padding: 0;
}

.slider_section .slick-slide img {
    display: block;
    height: 330px;
    object-fit: cover;
}


.slider_section .diamond_name_div{
    width: 25% !important;
}

.slider_section .diamond_slider{
    width: 75% !important;
}

.slider_section .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.wrap_diamond_head_div h2{
    margin-bottom: 42px;
    margin-left: 15px;
}

.diamond_heading_tab{
    width: 100%;
}

.diamond_name_tab{
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 20px;
    position: relative;
    border: 1px solid transparent;
    transition: 0.5s;
}

.diamond_name_tab.tabs-0257-tab-active,
.slider_section .tabs-7562-tab-active {
    padding: 16px 40px;
    border: 1px solid #003634;
}

.diamond_name_tab:hover{
    transition: 0.5s;
    border: 1px solid #003634;
    padding: 16px 40px;
}

.diamond_name_tab::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 20px;
    height: 10px;
    background-image: url(./images/slider-right.svg);
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.diamond_name_tab::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--green);
    transform: translate(0, -50%);
    opacity: 0;
    transition: 0.5s;
}

.diamond_name_tab:hover::before{
    opacity: 1;
    transition: 0.5s;
}

.diamond_name_tab.tabs-0257-tab-active::before,
.diamond_name_tab.tabs-7562-tab-active::before{
    opacity: 1;
}

.slider_section .tab_slider{
    position: relative;
}

.slider_section .prev_arrow.slick-arrow{
    right: 50px;
    top: -50px;
}

.slider_section .next_arrow.slick-arrow{
    right: 0;
    top: -50px;
}

.slider_section .prev_arrow.slick-arrow,
.slider_section .next_arrow.slick-arrow{
    position: absolute;
    filter: opacity(0.2);
    transform: scale(0.7);
    transition: 0.5s;
    cursor: pointer;
}

.slider_section .prev_arrow.slick-arrow:hover,
.slider_section .next_arrow.slick-arrow:hover{
    transform: scale(1);
    filter: opacity(1);
    transition: 0.5s;
}

/*======================================================================================*/
                      /* slider_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* our_store_section css start */
/*======================================================================================*/

.our_store_section {
    height: 50vh;
}

.our_store_section .ct-section-inner-wrap {
    justify-content: flex-end;
}

.our_store_div .breadcrumb_text h1{
    font-weight: 700;
    font-size: 110px;
    line-height: 120px;
    color: var(--dark_green);
}

.our_store_div .breadcrumb_text P{
    font-size: 16px;
    line-height: 26px;
    color: var(--dark_green);
    max-width: 610px;
    padding-top: 20px;
}

.our_store_div .breadcrumb_text h1 span{
    color: var(--white);
}

.our_store_section .ct-section-inner-wrap .our_store_col .our_store_div {
    padding-bottom: 80px;
}

.our_store_col{
    justify-content: flex-start
}

/*======================================================================================*/
                      /* our_store_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* abt_section css start */
/*======================================================================================*/

.abt_section .ct-section-inner-wrap{
    padding-top: 100px;
}

.wrap_abt_wrap_div{
    background-color: var(--dark_green);
    padding: 40px 55px;
    margin-top: 90px;
    margin-left: -110px;
    position: relative;
}

.wrap_abt_wrap_div::before{
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background-color: var(--light-box);
    z-index: -1;
}

.abt_head_div h2{
    color: var(--white);
    margin-bottom: 30px;
}

.abt_dt_text p{
    color: var(--white);
    margin: 20px 0;
}

.abt_section {
    margin-bottom: -160px;
}

/*======================================================================================*/
                      /* abt_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* value_section css start */
/*======================================================================================*/

.value_section{
    padding: 260px 0 100px;
}

.value_head_div{
    align-items: center;
}

.value_head_div h2{
    color: var(--light-green);
    text-align: center;
}

.value_dt_text_div p{
    color: var(--white);
}

.value_dt_text_col{
    margin-top: 60px;
}

/*======================================================================================*/
                      /* value_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* mission_section css start */
/*======================================================================================*/

.mission_section .ct-section-inner-wrap{
    padding: 100px 0;
}

.mission_head_div{
    align-items: center;
    margin-bottom: 80px;
}

.mission_text_img_div{
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.mission_wrap_div_head h5{
    color: var(--black);
    Font-family: Playfair;
    font-size: 32px;
    line-height: 40px;
    margin-left: 15px;
}

.mission_wrap_div_img {
    width: 70px;
}

.mission_wrap_div_head{
    width: calc(100% - 70px);
}

.mission_dt_text_div p{
    color: var(--dark_green);
    padding-right: 70px;
}

/*======================================================================================*/
                      /* mission_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* future_section css start */
/*======================================================================================*/

.lorem_ipsum_text h4,
.future_text_div h2{
    color: var(--dark-gray);
}

.future_goal_text p{
    padding: 15px 0  20px;
}

.lorem_ipsum_text .oxy-rich-text p{
    padding: 10px 0 25px;
}

.future_col {
    align-items: center;
}

/*======================================================================================*/
                      /* future_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* video_section css start */
/*======================================================================================*/

.video_btn_col {
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}

.video_btn{
    justify-content: center;
    align-items: center;
}

.active_text_box {
    width: 320px;
    background-color: #fff;
    align-items: center;
    padding: 30px;
    box-shadow: 10px 10px 40px 20px rgb(0 0 0 / 7%);
}

.promise_col {
    margin-bottom: -40px;
    z-index: 9;
}

.video_section .ct-section-inner-wrap{
    padding-top: 60px;
    padding-bottom: 100px;
}

.promise_main_div{
    align-items: center;
}

/*======================================================================================*/
                      /* video_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* ed_section css start */
/*======================================================================================*/

.ed_dt_text_div{
    justify-content: center;
}

.ed_diamond_img{
    margin-left: -160px;
}

.ed_dt_text_div h2{
    color: var(--dark_green);
    margin-bottom: 20px;
}

.ed_dt_text_div .oxy-rich-text p{
    color: var(--dark_green);
}

/*======================================================================================*/
                      /* ed_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* ed_tab_Section css start */
/*======================================================================================*/

.tab_main_box{
    padding: 30px;
    flex-direction: row;
    background-color: var(--white);
    box-shadow: 10px 10px 40px 20px rgb(0 0 0 / 7%);
}

.ed_tab_Section .ct-section-inner-wrap{
    padding: 100px 0;
}

.teb_right_text p{
    margin: 20px 0;
    color: var(--dark_green);
}

.diamond_name_div{
    width: 22% !important;
}

.ed_right_main_div{
    width: 78% !important;
}

.tab_inner_wrap {
    width: 40%;
}

.teb_right_text{
    width: calc(100% - 40%);
    margin-left: 20px;
}


.ed_tab_text_img {
    padding: 0;
}

/*======================================================================================*/
                      /* ed_tab_Section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* diamond_section css start */
/*======================================================================================*/

.diamond_section{
    padding: 50px 0 30px;
    background-color: var(--dark_green);
    position: relative;
    z-index: 9;
}

.diamond_section::after{
    content: "";
    position: absolute;
    width: 54%;
    height: 54%;
    top: 0;
    right: 0;
    background-image: url(./images/diamond_proerss_top.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.diamond_section::before{
    content: "";
    position: absolute;
    width: 35%;
    height: 53%;
    bottom: 0;
    left: 0;
    background-image: url(./images/diamond_proerss_bottam.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.planning_text_div,
.sorting_text_div{
    justify-content: center;
}

.cvd_diamond_head_div{
    align-items: center;
    margin-bottom: 50px;
}

.palnning_img,
.sorting_img{
    filter: drop-shadow( -16px 0 43px rgba(58, 203, 198, 0.5));
    width: 100%;
    z-index: 9;
}

.sorting_img{
    border-radius: 0 88px 0 0;
}

.palnning_img{
    border-radius: 88px 0 0 0;
}

.cvd_diamond_head_div h2{
    font-size: 56px;
    line-height: 75px;
    color: var(--white);
}

.process_text h2{
    color: var(--white);
}

.process_text h2 span{
    font-size: 187px;
    line-height: 187px;
    margin-right: 10px;
    text-shadow: 11px -14px #0ABBB5;
}

.cvd_process_col .sorting_img_div{
    align-items: flex-end;
    padding-right: 50px;
    position: relative;
}

.process_text p{
    padding-top: 30px;
    color: var(--white);
    padding-right: 80px;
}

.sorting_arrow{
    position: absolute;
    bottom: -180px;
    right: 50px;
}

.planning_img_div{
    position: relative;
}

.planning_arrow{
    position: absolute;
    bottom: -170px;
    right: 90px;
}

.planning_img_div,
.sorting_img_div{
    justify-content: center;
}

.cvd_planning_col,
.cvd_process_col{
    padding-bottom: 110px;
}

/*======================================================================================*/
                      /* diamond_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* faq_section css start */
/*======================================================================================*/

.faq_section .ct-section-inner-wrap{
    padding: 90px 0 150px;
}

.faq_mobile .ct-text-block{
    background-color: var(--light-bg);
    padding: 24px 64px 24px 46px;
    font-size: 16px;
    line-height: 24px;
}

.faq_mobile .toggle-1931 {
    padding: 24px 24px 24px 46px;
    position: relative;
    background-color: var(--white);
    flex-direction: row-reverse;
    width: 100%;
}

.faq_questions{
        font-size: 16px;
    line-height: 24px;
}

.faq_mobile .ct-div-block{
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15);
    max-width: 780px;
    margin: 40px auto 0;
    padding: 0;
}

.faq_mobile{
    display: none;
}

.faq_ans_heading {
    font-size: 16px;
    line-height: 24px;
}

.faq_ans_heading p{
    font-size: 16px;
    line-height: 24px;
}

.faq_ans_heading a{
    color: #404040;
}

.faq_ans_heading p a{
    color: #404040;
    text-decoration: revert;
    font-weight: 700;
}

.faq_head_div{
    align-items: center;
    margin-bottom: 60px;
}

.faq_head_div h1{
    color: var(--dark_green);
}

.faq_section .tabs-3683-tab:hover{
    background-color: var(--light-bg);
}

.faq_section .tabs-3683-tab{
    padding: 24px 64px 24px 46px;
    position: relative;
    background-color: var(--white);
}


.faq_mobile .toggle-1931:after,
.faq_section .tabs-3683-tab:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    border-radius: 50%;
    transform: translate(0, -50%);
    left: 20px;
    /*background-color: var(--light-green);*/
    background-color: #000;
}

/*.faq_mobile .toggle-1931.toggle-1931-expanded:before{*/
/*    transform: rotate(90deg);*/
/*}*/

.oxy-expand-collapse-icon::after, .oxy-expand-collapse-icon::before {
    width: 15px;
    height: 2px;
    top: 10px;
    transition: 0.3s ease-in-out all;
    border-radius: 0.03em;
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
    transform: rotate(225deg);
    top: 0;
    right: 0;
    background-color: #000;
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
    transform: rotate(316deg);
    top: 10px;
    right: 0px;
    background-color: #000;
}

.oxy-expand-collapse-icon::before {
    transform: rotate(42deg) scale(1);
    top: 10px;
    right: 12px;
    background-color: var(--dark-gray);
}

.oxy-expand-collapse-icon::after {
    transform: rotate(140deg) scale(1);
    background-color: var(--dark-gray);
}

/*.faq_mobile .toggle-1931:before,*/
.faq_section .tabs-3683-tab:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    background-image: url(./images/update_faq_svg.svg);
    background-repeat: no-repeat;
    filter: brightness(0);
}

.faq_section .tabs-3683-tab.tabs-3683-tab-active{
    background-color: var(--light-bg);
}

.faq_mobile .toggle-1931.toggle-1931-expanded:after{
    background-color: var(--dark-bg);
}

.faq_section .tabs-3683-tab.tabs-3683-tab-active:after{
    background-color: var(--dark-bg);
}

.faq_section .tabs-3683-tab.tabs-3683-tab-active:before{
    filter: brightness(1);
}

.faq_left_wrap_div .oxy-tabs-wrapper{
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.15)
}

.faq_wrap_main_div{
    background-color: var(--light-bg);
    height: 100%;
    padding: 67px 25px 0 80px;
}

.faq_section .faq_left_wrap_div{
    padding: 40px 15px;
    z-index: 9;
}

.faq_right_wrap_div{
    margin-left: -100px;
    width: 57% !important;
}

.faq_ques_heading{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #18191F;
    margin-bottom: 30px;
}

/*======================================================================================*/
                      /* faq_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* contact_form_section css start */
/*======================================================================================*/

.contact_form_section .ct-section-inner-wrap{
    padding-top: 80px;
    padding-bottom: 160px;
}

.contact_form_head_div{
    margin-bottom: 40px;
    align-items: center;
}

.contact_form_main form{
    position: relative;
}

.contact_form_section .wpcf7 form .wpcf7-response-output{
    position: relative;
    margin: 20px;
    font-size: 13px;
    line-height: 16px;
    color: red;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}

.contact_form_section .wpcf7 form.sent .wpcf7-response-output{
    position: relative;
    margin: 20px;
    color: green;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}


.contact_form_head_div h1{
    color: var(--dark_green);
}

.contact_form_main form p span input,
.contact_form_main{
    width: 100%;
}

.contact_form_main form p span input{
    height: 60px;
    padding: 0 20px 0 80px;
    margin-bottom: 20px;
    border: 0;
    background-color: var(--light-bg);
}

.input_type_div p span{
    position: relative;
}

.input_type_div p span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    height: 30px;
    width: 2px;
    border-left: 2px solid #C6CFDC;
    transform: translate(0, -50%);
}

.input_type_div p span .username{
    background-image: url(./images/user.svg);
}

.input_type_div p span .userphone{
	background-image: url(./images/call-calling.svg);
}

.input_type_div p span .email{
    background-image: url(./images/email-icon.svg);
}

.input_type_div p span .email,
.input_type_div p span .userphone,
.input_type_div p span .username{
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 21px;
}

.contact_form_left_div{
    width: 100% !important;
}

.contact_form{
    display: flex;
    flex-wrap: wrap;
}

.right_wraper_div,
.left_wraper_div{
    width: 50%;
    padding: 0 15px;
}

.get_in_touch{
    width: 100%;
    text-align: center;
}

.message_input p span textarea{
    width: 100%;
    height: 220px;
    background-color: var(--light-bg);
    border: 0;
    padding: 20px;
}

.get_in_touch p .contact{
    background-color: var(--green);
    padding: 11px 70px;
    border: 1px solid var(--green);
    color: var(--white);
    transition: 0.5s;
    margin-top: 30px;
}

.get_in_touch p .contact:hover{
    color: var(--green);
    background-color: var(--white);
    transition: 0.5s;
    cursor: pointer;
}

.contact_tab_city{
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: var(--green);
}

.contact_tab_location.tabs-8973-tab-active{
    background-color: var(--light-green-bg);
}

.location_text_div .oxy-rich-text p{
    padding-right: 70px;
}

.follow_wrap_div{
    margin-top: 40px;
}

.social_list_wrap_div ul,
.follow_wrap_div{
    display: flex;
    align-items: center;
}

.social_list_wrap_div ul{
    margin-left: 30px;
}

.social_list_wrap_div ul li{
    margin: 6px 5px 0;
}

.location_img{
    width: 43px;
    height: 43px;
    background-color: var(--green);
    border-radius: 5px;
    text-align: center;
    line-height: 54px;
}

.contact_list_wrap_div{
    margin-top: 30px;
}

.contact_list_wrap_div ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.location_add{
    width: calc(100% - 43px);
    margin-left: 20px;
}

.contact_list_wrap_div ul li .location_add p{
    padding: 0;
}

.location_add a{
    color: var(--gray);
    font-size: 16px;
}

.location_add p:hover,
.location_add a:hover{
    color: var(--green);
}

.contact_tab_section{
    padding-bottom: 100px;
}

.mail_input .wpcf7-not-valid-tip,
.phone_input .wpcf7-not-valid-tip,
.user_input .wpcf7-not-valid-tip {
    position: absolute;
    top: 39px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.wpcf7-not-valid-tip:after {
    display: none;
}

/*======================================================================================*/
                      /* contact_form_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* contact_tab_section css start */
/*======================================================================================*/

.contact_tab_location,
.contact_tab_section .contact_tab_right_col .tabs-contents-8973-tab {
    flex-direction: row;
}

.contact_tab_location{
    width: 300px;
    position: relative;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    margin: 0 20px;
}

.contact_tab_img{
    top: -57px;
    left: 15px;
    position: absolute;
}

.contact_tab_img.hongkong_img,
.contact_tab_img.usa_img {
    top: -68px;
    left: 15px;
    position: absolute;
}

.contact_tab_right_div{
    margin-bottom: 60px;
    align-items: center;
}

.location_map_div iframe{
    /*border-radius: 216px 0 0 0;*/
    border-radius: 0;
}


/*======================================================================================*/
                      /* contact_tab_section css end */
/*======================================================================================*/
/*======================================================================================*/
                      /* poppup css start */
/*======================================================================================*/

.pum-theme-88 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 0;
    box-shadow: 0;
    background-color: #fff;
}

.pum-content p video{
    width: 100%;
}

.pum-theme-87, .pum-theme-default-theme {
    background-color: transparent;
}

/*======================================================================================*/
                      /* poppup css end */
/*======================================================================================*/





.desktop .Cz_mobile_section{
    display: none;
    background: radial-gradient(94.56% 41.47% at 50% 51.78%, rgba(95, 175, 173, 0.33) 0%, rgba(0, 54, 52, 0.33) 100%), #003634;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
}
/*.mobile .home{*/
/*    overflow:hidden;*/
/*}*/
.mobile .Cz_mobile_main_logo {
    /*width: 180px;*/
    width: 260px;
}
.mobile .Cz_mobile_section {
    background: radial-gradient(94.56% 41.47% at 50% 51.78%, rgba(95, 175, 173, 0.33) 0%, rgba(0, 54, 52, 0.33) 100%), #003634;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    padding-bottom: 80px;
}

.mobile #new_columns-288-7>#div_block-289-7 {
    width: 13% !important;
}

.mobile #new_columns-288-7>#div_block-290-7 {
    width: auto !important;
    justify-content: center;
}

.mobile .Cz_mobile_top_column {
    justify-content: space-between;
    margin-top: 20px;
}

.mobile #new_columns-295-7> .ct-div-block {
    width: 43% !important;
}

.mobile .Cz_mobile_section .ct-section-inner-wrap{
    justify-content: space-between;
    align-items: center;
}

.mobile .Cz_mobile_section .oxy-nav-menu-hamburger-line {
    background-color: #fff;
}

.mobile .Cz_mobile_section .oxy-nav-menu-open .oxy-nav-menu-hamburger-line {
    background-color: #000;
}

.mobile .Cz_mobile_gp_div{
    align-items: flex-end;
}

.mobile .Cz_mobile_bottom_column {
    margin-bottom: 0;
}

.mobile .Cz_mobile_login_btn {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

.mobile .Cz_mobile_login_btn:hover{
    color:  #003634;
    background-color: #fff;
}

.mobile #menu-mobile-header-menu-1 .menu-item a {
    color: var(--black);
    padding: 10px 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.mobile #_nav_menu-291-7 .oxy-nav-menu-hamburger-line {
    height: 3px;
}

.mobile #_nav_menu-291-7 .oxy-nav-menu-hamburger {
    width: 35px;
    height: 25px;
}

#_nav_menu-291-7.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
    top: -9px;
}   


/*privacy polocy css start*/

.privacy-txt h3{
    color:var(--dark_green);
    margin: 30px 0 10px;
}

.privacy-txt p{
    color: var(--gray);
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}

.privace-sec .ct-section-inner-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}

.privace-sec.t-c-sec .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*privacy polocy css end*/
/*our_partners_section css start*/

.our_partners_section{
    background-color: #F5F5F5;
    padding: 50px 0; 
}

.our_partners_section .slick-slide img {
    margin: 0 auto;
}

.our_partners_section .slick-track{
    display: flex;
    align-items: center;
}

/*our_partners_section css end*/

.home_lab_section {
    padding-bottom: 50px;
}
.hide_this{
    display:none;
}
.location_address p a {
    color: #fff;
}
.location_address p a:hover {
    color: #0abbb5;
}
.hide_it{
    display:none !important;
}
.more_numbers{
    align-items: start !important;
}
.more_numbers .location_add ul li{
    margin-bottom:10px;
}
.tel.footer_tel a {
    display: block;
    margin-bottom: 5px;
}
.shaper_section_wrapper {
    flex-direction: row;
    /*flex-wrap: wrap;*/
}
.shaper_section_wrapper .shape_wrapper{
    align-items:center;
    width: 10%;
}
.shape_wrapper img{
    transition: 0.5s;
    cursor: pointer;
}
.shape_wrapper img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.shaper_section_wrapper .shape_wrapper h6 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
}
.education_page_wrapper.shaper_section_wrapper{
    margin-bottom: 50px;
}