/* ===================================================
                        RESET
=================================================== */
html{
    overflow-x: hidden;
}

@media screen and (max-width:992px) {
    body{
        height: 100vh;
        overflow-x: hidden;
    }
}

body {
    font-smoothing: antialiased!important;
    -webkit-font-smoothing: antialiased !important;
}

*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-family: "Montserrat", sans-serif;
    font-family: "Alexandria", sans-serif;
    box-sizing: border-box;
    /* transition: all 0.2s ease; */
}

h1,h2,h3,h4,h5,h6,p,ul,li,a,label{
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
}

.container{
    max-width: 1650px;
    padding-left: 80px;
    padding-right: 80px;
}

@media screen and (max-width:1200px) {
    .container{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width:992px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:576px) {
    .container{
        padding-left: 12px;
        padding-right: 12px;
    }
}

p{
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

a{
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

h6{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

h5{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

h4{
    color: #212529;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

h3{
    color: #212529;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

h2{
    color: #212529;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    margin-bottom: 0;
    color:#00A0D2 !important;
    text-transform: uppercase !important;
}

h1:before{
    position: absolute;
    content: '';
    width: 105px;
    height: 3px;
    opacity: 1;
    border-radius: 19px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00A0D2;
}

h1.big{
    font-size: 80px;
}

input{
    outline: none;
    background-color: transparent;
    color: #707070;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
}

.w-250{
    width: 250px !important;
}

.w-10{width: 10%;}.w-20{width: 20%;}.w-30{width: 30%;}.w-40{width: 40%;}.w-60{width: 60%;}.w-70{width: 70%;}.w-80{width: 80%;}.w-90{width: 90%;}
.z-1{
    z-index: 1;
}

.font-weight-bolder{font-weight: 700;}.font-weight-bold{font-weight: 700;}.font-weight-normal{font-weight: 400;}

.h5-2{
    font-weight:300;
    font-family: 'Montserrat', sans-serif;
}

.rt-cta {
    background-color: #5C9259;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-radius: 45px;
    border: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 144px;
    height: 43px;
    padding: 11px 0;
}

.rt-cta:hover {
    background-color: #294788;
    color: #FFF;
    text-decoration: none;
}

main .rt-cta {
text-transform: capitalize;
}

.sf-cta{
    background-color: #00688F;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border-radius: 52px;
    border: 3px solid #00688F;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 57px;
    padding: 15px 68px;
}

.sf-cta:hover{
    background-color: #fff;
    color: #00688F;
    text-decoration: none;
}

.sf-cta2{
    background-color: #00A0D2;
    padding: 22px 55px;
    height: 60px;
    font-size: 16px;
    border: 4px solid var(--color-grey-100, #FEFFFF);
}

.sf-cta2:hover{
    color: #00A0D2;
}

.sf-cta3{
    background-color: transparent;
    border-color: #00A1ED;
    border-radius: 0;
    border-top: none;
    border-top-width: medium;
    border-bottom: none;
    border-bottom-width: medium;
    color: var(--black);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: fit-content;
    font-size: 27px;
    border-width: 4px;
}

.sf-cta3:hover,
.sf-cta3:hover *{
    color: #00A1ED;
}

:root{
    --black:#212529;
    --black2:#333333;
    --white:#fff;
    --white2:#F6F7F7;
    --white3: #F7F7F8;
    --green:#229C00;
    --green2:#38BF12;
    --red:#FF3F3F;
    --red2:#D00100;
    --blue:#013078;
    --gray: #CCCCCC;
    --gray2: #707070;
    --gray3: #969696;
}

@media screen and (max-width:1200px) {

    .h1.big{
        font-size: 72px;
        line-height: 90px;
    }

}

@media screen and (max-width:992px) {

    h1{
        font-size: 50px;
        line-height: 64px;
    }

    h2{
        font-size: 34px;
    }

    h3{
        font-size: 25px;
        line-height: 28.6px;
    }

    h4{
        font-size: 24px;
        line-height: 32px;
    }

    h5{
        font-size: 22px;
    }

    .sf-cta2{
        padding: 12px 60px;
        height: 70px;
        font-size: 26px;
        border: 4px solid #00A0D2;
    }

    .sf-cta3{
        font-size: 26px;
    }

}

@media screen and (max-width:768px) {

    h1.big{
        font-size: 62px;
        line-height: 76px;
    }

    h1{
        font-size: 42px;
        line-height: 50px;
    }

    h2{
        font-size: 32px;
    }

    h3{
        font-size: 24px;
        line-height: 28px;
    }

    


}

@media screen and (max-width:576px) {

    h1.big{
        font-size: 50px;
        line-height: 60px;
    }

    h1{
        font-size: 36px;
        line-height: 44px;
    }

    h2{
        font-size: 32px;
        line-height: 40px;
    }

    h5{
        font-size: 20px;
    }

    .sf-cta2{
        padding: 12px 40px;
        height: 65px;
        font-size: 24px;
        border: 4px solid #00A0D2;
    }

    .sf-cta3{
        font-size: 24px;
    }

}

/* ================================================================
                            HEADER
=================================================================*/

header{
    position: relative;
    z-index: 5;
    height: 217px;
}

.top-nav{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 100px;
    background: linear-gradient(0deg, var(--color-azure-28, #00688F), var(--color-azure-28, #00688F)), linear-gradient(89.86deg, #00A0D2 11.38%, rgba(0, 160, 210, 0) 35.77%);
    gap: 23px;
}

.top-nav .container{ 
    justify-content: flex-end;
}

.top-nav form{
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

form.hds-active {
    gap: 10px;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 0 12px;
    transition: all 0.3s ease-in-out;
}

.top-nav form label {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

.top-nav form input{
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    height: 28px;
    width: 0px;
    transition: all 0.2s ease-out;
    cursor: default;
}

/*ccssss cchhaannggeess*/
.top-nav div {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.form.hds-active {
    gap: 10px;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 0 12px 0 6px;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.top-nav div label {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-right: 30px;
}

.top-nav div input {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    height: 28px;
    width: 0px;
    transition: all 0.2s ease-out;
    cursor: default;
}




.top-nav form input.new-width{
    width: 360px;
}


.top-nav div input.new-width {
    width: 360px;
}

.top-nav input::placeholder{
    color: var(--white);
    opacity: 1;
}

.top-nav .header-links{
    display: flex;
    gap: 30px;
}

.head .nav-item a:hover{
    color: #00A1ED;
}

.top-nav .header-links a{
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.top-nav .header-links p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    user-select: none;
}

.btm-nav{
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

#home-page .btm-nav,
#page-about .btm-nav,
#page-sust .btm-nav,
#page-news .btm-nav,
#page-markets .btm-nav,
#page-dp .btm-nav{
    position: absolute;
    z-index: 3;
}

#home-page header,
#page-about header,
#page-sust header,
#page-news header,
#page-markets header,
#page-dp header{
    height: auto;
}

.sticky-top{
    position: fixed !important;
    top: 0;
    background-color: #fff;
}

.sticky-btm{
    position: fixed !important;
    top: 0;
    transform: translateY(-100%);
    background-color: #fff;
}

.bottom-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    height: 140px;
}

.logo {
    width: 265px;
    height: 84px;
    z-index: 99;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-nav nav{

    border-radius: 45px;
    background-color: #fff;
}

.bottom-nav .nav-item,
.top-nav .nav-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-nav .nav-list > .nav-item{
    padding: 14.5px 0px;
}

.bottom-nav .nav-list{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
}

.bottom-nav .nav-list a{
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.bottom-nav .nav-list a:hover{
    color: #00A0D2;
}

.hov-nav{
    position: absolute;
    top: 56px;
    background-color: #F7F7F7;
    padding: 32px 32px;
    border-radius:25px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.nav-item:hover .hov-nav{
    opacity: 1;
    visibility: visible;
}

.hov-nav.v3{
    border-radius: 0 0 25px 25px;
}

.hov-nav.v3 ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: max-content;
}

.hov-nav.v1{
    transform: translateX(270px);
}

.hov-nav.v1,
.hov-nav.v2{
    display: flex;
    gap: 40px;
    padding: 40px 60px;
}

.hov-nav.v2{
    transform: translateX(150px);
}

.hov-nav.v2 .sf-cta:first-child{
    background-color: #00A0D2;
    border-color: #00A0D2;
}

.hov-nav .titles{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hov-nav.v2 .titles{
    padding-top: 48px;
}

.hov-nav .sf-cta{
    padding: 10px 12px 10px 22px;
    width: 200px;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase !important;
    justify-content: space-between;
}

.hov-nav .sf-cta:hover{
    background-color: #00688F;
    color: #fff !important;
}

.hov-nav .sf-cta:first-child{
    background-color: #00A0D2;
    border-color: #00A0D2;
}

.hov-nav .sf-cta:last-child{
    background-color: #76B400;
    border-color: #76B400;
}

.hov-nav .all-links{
    position: relative;
    padding-left: 40px;
    border-left: 1px solid #707070;
}

.hov-nav .all-links::before,
.hov-nav.v3 ul::before{
    content: "";
    position: absolute;
    top: -57px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 18px solid #F7F7F7;
}

.hov-nav.v1 .all-links::before{
    left: -1.8%;
}

.hov-nav.v2 .all-links::before{
    left: 14%;
}

.hov-nav.v3 ul::before{
    top: -16px;
    left: 43%;
}

.hov-nav .all-links .title{
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #00A0D2;
    letter-spacing: 3px;
    font-weight: 500;
}



.hov-nav .links{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    width: 750px;
}

.hov-nav .links a{
    width: 100%;
    max-width: 200px;
    font-weight: 600;
}

.rot{
    transform: rotate(90deg);
    transition: all 0.3s ease;
}



@media screen and (max-width:1440px) {

    .logo {
        width: 290px;
        height: 90px;
    }

    .bottom-nav nav,
    .bottom-nav nav > .nav-list,
    .top-nav .header-links{
        gap: 16px;
    }

    .bottom-nav .nav-list li > a,
    .top-nav .nav-list a{
        font-size: 15px;
    }

    .hov-nav{
        top: 51px;
    }

    .hov-nav.v1{
        transform: scale(0.8) translateX(185px);
        transform-origin: top;
    }

    .hov-nav.v2{
        transform: scale(0.8) translateX(82px);
        transform-origin: top;
    }

    .hov-nav.v1 .all-links::before{
        left: 9.5%;
    }
    
    .hov-nav.v2 .all-links::before{
        left: 22.5%;
    }

}

@media screen and (max-width:1200px) {
    .logo {
        width: 204px;
        height: 74px;
    }

    .bottom-nav nav,
    .bottom-nav nav > .nav-list,
    .top-nav .header-links{
        gap: 12px;
    }

    .bottom-nav .nav-list a,
    .top-nav a{
        font-size: 14px;
    }

    .bottom-nav .hov-nav .links a{
        font-size: 16px;
    }

    .bottom-nav{
        gap: 20px;
    }

    .bottom-nav nav{
        padding: 0 30px;
    }

    .hov-nav.v3{
        padding: 24px;
    }

    .hov-nav.v1, 
    .hov-nav.v2{
        padding-right: 0px;
        padding-left: 40px;
    }

    .hov-nav .links {
        gap: 40px 40px;
        width: 700px;
    }

    .hov-nav.v1 {
        transform: scale(0.8) translateX(195px);
    }

    .hov-nav.v2 {
        transform: scale(0.8) translateX(97px);
    }

    .hov-nav.v1 .all-links::before{
        left: 2.6%;
    }

    .hov-nav.v2 .all-links::before{
        left: 16%;
    }
    
    .hov-nav.v3 ul::before{
        top: -16px;
        left: 43%;
    }

}

.menu-icons{
    display: none;
}
.nav-mobile{
    display: none;
}

@media screen and (max-width:992px) {
    
    .btm-nav{
        background-color: #fff;
        z-index: 100 !important;
    }
    
    .bottom-nav nav.v1,
    .top-nav{
        display: none;
    }

    .bottom-nav {
        padding: 10px 0;
        height: 90px;
    }

    

    .menu-icons{
        display: flex;
        align-items: center;
        gap: 20px;
        z-index: 100px;
    }

    .menu-hamburger,
    .menu-sign,
    .menu-sign{
        cursor: pointer;
    }

    .nav-mobile{
        display: block;
        position: fixed;
        top: 0;
        right: 0;        
        width: 100%;
        max-width: 400px;
        height: 100%;
        background-color: transparent;
        z-index: 99;
        padding-top: 90px;
        transform: translate(100%);
        transition: all 0.3s ease;
    }

    .trans0{
        transform: translate(0) !important;
    }

    .menu-mobile{
        position: relative;
        background-color: #00688F;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-mobile form{
        width: 90%;
        margin: 20px auto;
        height: 50px;
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid #888888;
        display: flex;
        align-items: center;
        padding: 10px 16px;
        gap: 10px;
    }
        .menu-mobile .formsearch {
            width: 90%;
            margin: 20px auto;
            height: 50px;
            background-color: #fff;
            border-radius: 25px;
            border: 1px solid #888888;
            display: flex;
            align-items: center;
            padding: 10px 16px;
            gap: 10px;
        }
    .mob-list li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;  
        height: 60px;  
        border-bottom: 1px solid #ffffffc4;
    }

    .nav-list > li a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        margin-right: 10px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
    }

    .nav-list img{
        width: 60px;
        padding-right: 16px;
        padding-left: 12px;
        object-fit: contain;
        /* border-left: 2px solid #fff; */
        cursor: pointer;
    }

    .mob-list .child{
        position: absolute;
        top: 0;
        background-color: #00688F;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        transform: translateX(100%);
    }

    .mob-list .child .back{
        display: flex;
        align-items: center;
        height: 50px;
        border-bottom: 2px solid #fff;
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        cursor: pointer;
        padding-left: 12px;
    }

    .mob-list .child .back img{
        transform: rotate(180deg);
        padding: 0;
        margin: 0;
        width: 28px;
        border: none;
    }
    

}

@media screen and (max-width:576px) {

    .logo {
        width: 185px;
        height: 65px;
    }

    .menu-icons{
        gap: 12px;
    }

    .nav-mobile{
        max-width: 100%;
    }

    .menu-phone img,
    .menu-sign img{
        width: 24px;
    }

}


/* ================================================================
                            HOME
=================================================================*/

.mask{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 662px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.n-mask{
    opacity: 1;
    visibility: visible;
}

.btn-search{
    position: fixed;
    right: 0;
    top: 300px;
    width: 110px;
    height: 84px;
    padding: 7px;
    border-radius: 45px 0 0 45px;
    background-color: #00688F;
    cursor: pointer;
    z-index: 2;
    display: none;
}

.btn-search div{
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .bg-section{
    top: 662px;
}

.hero{
    position: relative;
    width: 100%;
    z-index: 1;
}

#home .hero{
    display: flex;
    justify-content: center;
    z-index: 2;
    height: 800px;

}

#home .hero .bg-hero{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#home .hero .overlay{
    width: 100%;
    height: 50%;
}

#home .hero .content{
    width: 100%;
    max-width: 629px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

 
#home .hero .content .subtitle{
    font-weight: 700;
    font-style: Bold;
    font-size: 52px !important;
    line-height: 119%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00688F;
    margin-bottom: 25px;
    
}

#home .hero .content .subtitle span{
    color:#00A0D2;
}

#home .hero .title:before {
    display: none;
}

#home .hero .title{
    text-transform: lowercase !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #212529 !important;
    text-align: left;
}

@media screen and (min-width:992px) {
    #home .hero .content .subtitle{
/*        font-size: 32px; */
		font-size: 30px;
    }
}

.hero { 
    margin-top: 140px;
}

.hero .container { 
    display: flex;
    justify-content: space-around;
}

.hero-video { 
    width: 50%;
    height: 100%;
}

.hero-video video{ 
    border-radius: 400px 0 0 400px;
    height: 100%;
}

.hero-video:before{ 
    position: absolute;
    content:'';
    width: 50%;
    height: 100%;
    background: url(../image/video-leaf.svg) 80px center no-repeat;
    background-position: cover;
}

.large-video { 
    position: relative;
    width: 80%;
    background-size: contain;
    margin-top: 100px;
    margin-bottom: 100px;
}

.large-video video{ 
    border-radius: 0 400px 400px 0;
    height: 100%;
    width: 100%;
}

.large-video:before{ 
    position: absolute;
    content: '';
    width: 100%;
    height: 90%;
    background: url(../image/video-leaf.svg) 80px center no-repeat;
    background-size: contain;
    transform: rotateY(-180deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search-prdct{
    margin-top: 65px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.search-prdct .head-form{
    background: linear-gradient(90deg, #E5F5FA 90.84%, #FFFFFF 100%);
    border: 1.5px solid rgba(0, 128, 180, 1);
    border-image-source: linear-gradient(90deg, rgba(0, 128, 180, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    width: 100%;
    padding: 24px ;
    opacity: 0.4;
    border-radius: 160px;
    color: #212529;
    display: flex;
    gap: 20px;
}

.search-prdct .head-form .desc{
    margin-bottom: 0px !important;
}

 

.head-form .mod-map{
    display: none;
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 280px;
    border-radius: 35px 35px 0 0;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 55px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: -1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.mod-map .mod-num{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mod-num h5{
    padding-left: 10px;
    border-left: 3px solid #6AC0EE;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    opacity: 0.7;
}

.mod-num .num-loc{
    font-weight: 700;
}

.mod-map .mod-location{
    width: 100%;
}

.mod-map .mod-location img{
    width: 100%;
    object-fit: contain;
}
 

.hero .search-prdct .head-form:hover .mod-map{
    opacity: 1;
    visibility: visible;
}

 

.search-prdct .head-form .desc{
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 4%;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.search-prdct form{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.search-prdct form input{
    width: 100%;
    height: 60px;
    border: 2px solid var(--color-azure-35, rgba(0, 128, 180, 1));
    border-radius: 112px;
    color: #0080B4;
    max-width: 380px;
    padding: 0px 30px;
}

.search-prdct form button{
    background: var(--color-orange-55, #FFA41C);
    border-radius: 73px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 6%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    padding: 0px 30px;
}

 

.sics{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 160px;
}

.sics .content{
    max-width: 1008px;
    margin: auto;
    padding-top: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sics .title{
    text-wrap: balance;
    margin-bottom: 34px;
    color: #00688F !important;
}

.sics .title:before{
    display: none;
}

/*
.sics .paragraph{
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 27.5px;
}
*/

.sics .line{
    width: 100%;
    max-width: 105px;
    height: 3px;
    background-color: #00A0D2;
    border-radius: 19px;
    margin-bottom: 40px;
}

.sics .desc{
    max-width: 1375px;
}

#home .feature-p{
    margin-bottom: 100px;
}

#home .w-news{
    margin-bottom: 200px;
}

.market-s{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 270px;
}

.market-s .title{
    text-align: center;
    text-transform: capitalize;
    max-width: 650px;
    margin: 0 auto 24px auto;
}

.market-s .desc{
    text-align: center;
    max-width: 1120px;
    margin: 0 auto 65px auto;
}

.market-s .cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 20px;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.market-s .each-card{
    width: 100%;
    max-width: 398.88px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(137, 137, 137, 0.2);
    border: 1.5px solid rgba(0, 0, 0, 0.08);
}

.market-s .each-card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.market-s .each-card .content{
    padding: 25px 32px;
}

.market-s .each-card .subtitle{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0080B4 !important;
}

.clients{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 120px;
}

.clients .content{
    width: 100%;
    max-width: 1375px;
    text-align: center;   
    padding: 38px 22px 83px 22px;
    margin-left: auto;
    margin-right: auto;
}

.clients .oc{
    width: 100%;
    height: 100%;
    display: flex;
}

.clients .title{
    text-transform: capitalize;
    max-width: 1020px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.clients .desc{
    margin-bottom: 40px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.clients .our-clients{
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 22px;
}

.clients .our-clients.slick-slider .slick-track{
 
    width: 100%;
    transform: none;
    display: flex;
    justify-content: space-evenly;
    gap: 100px;
}

.clients .our-clients .client{
    width: 100%;
    max-width: 160px;
    height: 138px;
    object-fit: contain;
}

.certifications{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 200px;
}

.certifications .content{
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.clients .slick-arrow,
.clients .slick-prev::before,
.clients .slick-next::before {
    width: 61px;
    height: 60px;
}

.clients .slick-prev::before {
    background-image: url(../image/slider-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
        transform: rotate(180deg);
}

.clients .slick-next::before {
    background-image: url(../image/slider-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width:992px) {
    .clients .slick-next{
        right: -60px;
    }

    .clients .slick-prev{
        left: -60px;
    }
}

.clients .slick-prev.slick-disabled::before,
.clients .slick-next.slick-disabled::before {
    opacity: 1;
  }

.certifications .title{
    text-transform: capitalize;
}

.certifications .desc{
    margin-bottom: 30px;
}

.certifications .some-certi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.certifications .icon{
    width: 280px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certifications .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.agt{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 140px;
}

.agt .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.agt .title{
    text-transform: capitalize;
    margin-bottom: 38px;
}

.agt .paragraph{
    max-width: 780px;
    margin-bottom: 52px;
}

.agt .agt-container {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 45px 100px 45px;
    border-radius: 0;
    background: linear-gradient(0deg, var(--color-azure-28, #00688F), var(--color-azure-28, #00688F)),radial-gradient(60.81% 143.45% at 56.22% -26.15%, #00A0D2 0%, rgba(0, 160, 210, 0) 100%);
}

.agt-container .each-box{
    max-width: 358px;
    width: 100%;
}

.agt-container .icon{
    width: 170px;
    height: 96px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
}

.agt-container .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.agt-container .name{
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.agt-container .desc{
    color: #fff;
    
}

.stratigic{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 100px;
    background: #00688F;
    padding-top: 120px;
    padding-bottom: 80px;
}

.stratigic:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/map-bottom-bg@2x.png) left bottom no-repeat;
    background-size: 100%;
    bottom: 0;
}


.stratigic .title:before{
    display: none;
}

.stratigic .title{
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    margin-bottom: 27px;
    text-align: left;
    max-width: 700px;
}

.stratigic .desc{
    color: #fff;
    max-width: 480px;
    text-align: left;
    margin-bottom: 90px;
}

.stratigic .loc-map{
    display: flex;
    justify-content: space-between;
    gap: 76px;
}

.stratigic .locations{
    text-align: left;
    display: flex;
    gap: 60px;
}

.stratigic .locations .head{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #6AC0EE;
    margin-bottom: 32px;
}

.stratigic .locations .loc{
    color: #fff;
    font-size: 20px;
    line-height: 200%;
    list-style: disc;
    margin-bottom: 6px;
}

.stratigic .locations .loc:last-child{
    margin-bottom: 0;
}

.stratigic .map{
    width: 906px;
    height: 623px;
}

.stratigic .map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-search{
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 4;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-search.active{
    opacity: 1;
    visibility: visible;
}

.modal-search .container{
    height: 100%;
}

.ms-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-search .search-prdct{
    position: static;
}

@media screen and (max-width:1440px) {
    #home .hero .content{
        margin-left: 30px;
    }

    .market-s .each-card {
        max-width: 333px;
    }
}

@media screen and (max-width:1200px) {
    .mask{
        height: 580px;
    }
    #home .hero .content{
        min-height: 580px;
    }

    .search-prdct{
        transform: scale(0.9);
    }

    .market-s .cards{
        justify-content: center;
    }

    .stratigic .loc-map{
        gap: 40px;
    }

    .stratigic .locations {
        border-radius: 24px;
        padding: 28px 28px;
    }

    .stratigic .map {
        width: 780px;
        height: 480px;
    }

    #home .bg-section{
        top: 580px;
    }
}

@media screen and (max-width:992px) {

    #home .hero .content{
        margin-left: 10px;
    }
    .search-prdct form .sf-cta{
        width: auto;
    }

    .search-prdct form input{
        padding-right: 300px;
    }

    .market-s{
        margin-bottom: 180px;
    }

    .clients{
        margin-bottom: 100px;
    }

    .agt{
        margin-bottom: 100px;
    }

    .agt .agt-container {
        padding: 45px 28px 60px 28px;
    }

    .agt-container .icon {
        width: 120px;
        height: 80px;
    }

    #home .w-news,
    .stratigic{
        margin-bottom: 80px;
    }

    .stratigic .loc-map{
        flex-direction: column;
        align-items: center;
    }
    .btn-search{
        transform: scale(0.9);
        transform-origin: right;
    }
}

@media screen and (max-width:768px) {
    .search-prdct form .sf-cta {
        padding-left: 26px;
        padding-right: 26px;
    }

    .search-prdct form input{
        padding-right: 220px;
    }

    .hero .search-prdct .head-form:hover .desc {
        transform: scale(1.1);
    }

    #home .feature-p {
        margin-bottom: 60px;
    }

    .market-s .each-card img{
        height: 210px;
    }

    .market-s .each-card .content {
        padding: 22px 28px;
    }

    .clients   .slick-next {
        right: -45px;
    }

    .clients   .slick-prev {
        left: -45px;
    }
    
    .clients .slick-arrow, 
    .clients .slick-prev::before, 
    .clients .slick-next::before {
        width: 61px;
        height: 60px;
      }

    .certifications .some-certi{
        gap: 16px;
    }

    .agt .agt-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stratigic .map {
        width: 100%;
    }

    .stratigic .map{
        height: 420px;
    }

    .btn-search{
        transform: scale(0.7);
    }
}

@media screen and (max-width:576px) {
    
    .search-prdct form input {
        padding: 18px 22px 18px 22px;
    }
    .search-prdct form .sf-cta{
        position: static;
        width: 100%;
    }
    .search-prdct form{
        flex-direction: column;
        gap: 12px;
    }
    .search-prdct{
        bottom: -90px;
    }
    .search-prdct form{
        padding: 20px 20px;
    }
    .search-prdct .head-form .desc{
        font-size: 15px;
    }

    .head-form .mod-map{
        right: 5%;
        transform: scale(0.85);
        transform-origin: bottom;
    }

    .btn-search{
        transform: scale(0.65);
        width: 95px;
    }

    #home .feature-p {
        margin-bottom: 20px;
    }

    #home .feature-p .title{
        margin-bottom: 20px;
    }

    .market-s{
        margin-bottom: 132px;
    }

    .market-s .cards{
        row-gap: 28px;
    }

    .clients .our-clients{
        border-radius: 28px;
    }

    .clients   .slick-next {
        right: -35px;
    }

    .clients   .slick-prev {
        left: -35px;
    }

    .certifications .title {
        margin-bottom: 40px;
    }
}

/* ================================================================
                            ABOUT
=================================================================*/

.bg-section2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    object-fit: cover;

}

#main-about .hero,
.about,
.about-boxs{
    position: relative;
    width: 100%;
    z-index: 1;
}

#main-about .hero .overlay{
    height: 50%;
}

#main-about .bg-section{
    top: 495px;
}

@media screen and (max-width:576px) {
    #main-about .bg-section{
        top: 360px;
    }
}

#main-about .bg-section img{
    object-position: top right;
}

.about{
    padding-top: 130px;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.about .content{
    max-width: 1100px;
}

.about .title{
    margin-bottom: 40px;
    text-transform: capitalize;
}

.about .cards{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 915px;
    margin-top: 77px;
    margin-bottom: 230px;
}

.about .each-card{
    width: 398px;
}

.about .each-card .thumbnail{
    width: 100%;
    height: 440px;
    border-radius: 17px;
    object-fit: cover;
    border: 12px solid #fff;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
}

.about .each-card .body-card{
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 36px;
}

.about .each-card .name{
    text-transform: capitalize;
    font-weight: 700;
}

.about .each-card .position{
    color: #00A0D2;
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: capitalize;
}

.about-boxs{
    margin-bottom: 148px;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}

.about-boxs .abs{
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.about-boxs .some-boxs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 22px;
}

.about-boxs .each-box{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 16.7px 14.2px;
    outline: 12px solid #fff;
    border-radius: 11px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
    transition: all 0.3s ease;
    background-color: #fff;
}

.about-boxs .some-boxs .each-box {
    min-height: 338px;
}

.about-boxs .each-box *{
    transition: all 0.3s ease;
    user-select: none;
}

.about-boxs .each-box:hover{
    background-color: #00688F;
}

.about-boxs .each-box:hover *{
    color: #fff;
}

.about-boxs .each-box .img-box{
    width: 650px;
    min-width: 650px;
    height: 404px;
    border-radius: 11px;
    overflow: hidden;
}

.about-boxs .each-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-boxs .each-box .content{
    display: flex;
    flex-direction: column;
    max-width: 580px;
    width: 100%;
    margin-left: 40px;
}

.about-boxs .some-boxs .content{
    max-width: 540px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
}

.about-boxs .each-box .img-box + .content{
    margin-left: 0px;
    margin-right: 40px;
    justify-content: center;
}

.about-boxs .each-box .title{
    margin-bottom: 28px;
    margin-top: 22px;
    text-transform: capitalize;
    font-weight: 700;
    max-width: 410px;
}
.about-boxs .some-boxs .each-box .title{
    margin-top: 0;
}
.help-y{
    position: relative;
    width: 100%;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 120px;
    z-index: 1;
}

.help-y .title{
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #00A0D2;
}

.help-y .asr {
    padding: 16px 33px;
    border-bottom: 1px solid #707070;
}

.help-y .asr-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.help-y .asr-h .qst{
    font-weight: 600;
}
.help-y .btn-active-clps{
    width: 33px;
    height: 22px;
    transition: all 0.3s ease-in-out;
}
.active-collapse{
    transform: rotate(180deg);
}
.help-y .btn-active-clps img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.help-y .full-answer{
    display: flex;
    flex-direction: column;
    margin-top: 33px;
}

@media screen and (max-width:1440px) {
    .about-boxs .some-boxs .content{
        max-width: 420px;
    }

    .about-boxs .each-box .img-box {
        width: 500px;
        min-width: 500px;
        height: 360px;
      }
}

@media screen and (max-width:1200px) {
    .about-boxs .each-box .content{
        margin-left: 12px;
    }

    .about-boxs .each-box .img-box {
        width: 360px;
        min-width: 360px;
        height: 300px;
    }

    .about-boxs .some-boxs .content{
        max-width: 360px;
        margin-right: 12px;
    }
}

@media screen and (max-width:992px) {

    .about{
        padding-top: 90px;
    }

    .about .cards{
        margin-top: 60px;
        margin-bottom: 160px;
    }

    .about-boxs{
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 120px;
    }

    .about-boxs .abs{
        gap: 88px;
    }

    .about-boxs .each-box{
        flex-direction: column;
    }

    .about-boxs .each-box.v1{
        flex-direction: column-reverse;
    }

    .about-boxs .some-boxs{
        row-gap: 60px;
    }

    .about-boxs .some-boxs .each-box {
        min-height: 280px;
    }

    .about-boxs .some-boxs .content{
        max-width: 100%;
        justify-content: center;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    

    .about-boxs .each-box .img-box + .content,
    .about-boxs .each-box .content {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-boxs .each-box .img-box{
        width: 100%;
        height: 360px;
    }

    .about-boxs .each-box .title{
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .about .cards{
        gap: 20px;
    }

    .about .each-card .thumbnail{
        border-width: 8px;
        height: 300px;
        object-position: top;
    }

    .about .each-card .body-card {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 20px;
    }

    .about-boxs .each-box{
        outline-width: 8px;
    }

    .about-boxs .each-box .img-box{
        height: 340px;
    }
}

@media screen and (max-width:576px) {

    .about {
        padding-top: 50px;
    }

    .about .title {
        margin-bottom: 24px;
    }

    .about .cards{
        flex-direction: column;
        gap: 60px;
        margin-bottom: 100px;
    }

    .about .each-card{
        width: 100%;
        max-width: 360px;
    }

    .about-boxs{
        margin-bottom: 90px;
    }

    .about-boxs .abs {
        gap: 65px;
    }

    .about-boxs .some-boxs {
        row-gap: 50px;
    }

    .about-boxs .each-box{
        padding: 10px 10px 40px 10px;
    }

    .about-boxs .each-box .img-box{
        min-width: auto;
        height: 280px;
    }

    .about-boxs .some-boxs .each-box .title{
        margin-top: 12px;
    }

    .help-y{
        padding-bottom: 100px;
    }

    .help-y .asr {
        padding: 16px 16px;
        border-bottom: 1px solid #707070;
    }
}

/* ================================================================
                            SUSTAINABILITY
=================================================================*/

#main-sust .hero{
    position: relative;
    z-index: 1;
    width: 100%;
}

#main-sust .content-hero{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 157px;
    padding-bottom: 138px;
}

#main-sust .content-hero .content{
    width: 100%;
    max-width: 610px;
}

#main-sust .content-hero .title{
    text-transform: capitalize;
    margin-bottom: 12px;
}

#main-sust .content-hero .desc{
    font-size: 22px;
}

#main-sust .content-hero .title + .desc{
    margin-bottom: 32px;
}

.hero .list{
    display: flex;
    flex-direction: column;
}

.hero .list li{
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 16px;
}

#main-sust .hero-img{
    width: 590px;
    height: 394px;
}

#main-sust .hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-sust .hero .bg-hero img {
    object-position: top;
}

#main-sust .hero .bg-hero .overlay{
    height: 50%;
}

.hero .bg-hero .shape{
    position: absolute;
    left: 130px;
    bottom: -78px;
    width: 180px;
    height: 180px;
}

.hero .bg-hero .shape3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 30px;
}

main{
    position: relative;
}

.bg-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-section img{
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    .bg-section img{
        object-position: 120px 0%;
    } 
}

.section{
    position: relative;
    width: 100%;
    z-index: 1;
}

.section .content{
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    max-width: 1270px;
    margin: auto;
}

.section .desc{
    color: #fff;
}

.section .bg-s{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section .bg-s .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    opacity: 0.7;
}

.bde{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 80px;
    margin-bottom: 130px;
}

.bde .head{
    text-align: center;
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
}

@media screen and (min-width:992px) {
    .bde .head{
        font-size: 50px;
    }
}

.bde .boxs{
    width: 100%;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.bde .each-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.bde .bde-img{
    width: 635px;
    height: 423px;
    border-radius: 40px;
    overflow: hidden;
}

.bde .bde-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bde .content{
    width: 100%;
    max-width: 615px;
}

.bde .content .title{
    margin-bottom: 24px;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .bde .content .title{
        font-size: 69px;
    }
}

.bde .content .desc{
    font-size: 22px;
}

#main-sust .feature-p{
    margin-bottom: 100px;
}

@media screen and (max-width:1360px) {
    
    .bde .content {
        max-width: 580px;
    }

    .bde .bde-img {
        width: 580px;
        height: 380px;
        border-radius: 36px;
    }

}

@media screen and (max-width:1200px) {

    #main-sust .content-hero .content {
        max-width: 480px;
    }

    #main-sust .hero-img {
        height: 320px;
        border-radius: 25px;
    }

    .hero .bg-hero .shape {
        left: 80px;
        bottom: -68px;
        width: 140px;
        height: 140px;
    }

    .hero .bg-hero .shape3{
        height: 22px;
    }

    .bde .content {
        max-width: 480px;
    }

    .bde .bde-img {
        width: 520px;
        height: 360px;
        border-radius: 32px;
    }

}

@media screen and (max-width:992px) {

    .hero .bg-hero .shape {
        left: 60px;
        bottom: -58px;
        width: 120px;
        height: 120px;
    }

    .hero .bg-hero .shape3{
        height: 18px;
    }

    #main-sust .content-hero{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    #main-sust .content-hero .desc{
        font-size: 20px;
    }

    .hero .list{
        align-items: center;
    }

    .hero .list li{
        margin-left: 0;
        padding-left: 8px;
    }

    #main-sust .hero-img{
        margin-top: 0;
        width: 100%;
        max-width: 590px;
    }

    .bde .each-box{
        gap: 22px;
        flex-direction: column;
        text-align: center;
    }

    .bde .content {
        max-width: 540px;
    }

    .bde .bde-img {
        width: 630px;
        height: 360px;
        border-radius: 28px;
    }

}

@media screen and (max-width:768px) {

    .hero .bg-hero .shape {
        left: 32px;
        bottom: -48px;
        width: 100px;
        height: 100px;
    }

    .hero .bg-hero .shape3{
        height: 16px;
        width: 100%;
    }

    .bde .bde-img{
        width: 520px;
        height: 320px;
    }

    .bde .content .desc,
    #main-sust .content-hero .desc{
        font-size: 20px;
    }
    
}

@media screen and (max-width:576px) {
    
    .hero .bg-hero{
        height: 360px;
    }

    #main-sust .content-hero{
        padding-bottom: 100px;
    }

    .hero .bg-hero .shape {
        left: 22px;
        bottom: -40px;
        width: 80px;
        height: 80px;
    }

    .bde .head{
        margin-bottom: 80px;
    }

    .bde .boxs{
        gap: 75px;
    }

    .bde .bde-img {
        width: 100%;
        height: 280px;
        border-radius: 22px;
    }

    .bde .content .desc,
    #main-sust .content-hero .desc{
        font-size: 16px;
    }

}

/* ================================================================
                            PARTNERS
=================================================================*/

#main-partners{
    position: relative;
}

#main-partners .bg-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#main-partners .bg-section img{
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    #main-partners .bg-section img{
        object-position: 120px 0%;
    } 
}

#main-partners .sf-section{
    padding-top: 53px;
}

.sf-section{
    position: relative;
    z-index: 1;
}

.sf-section + .sf-section{
    margin-top: 64px;
}

.sf-section .sf-cont{
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:992px) {
    .sf-section.v2 .sf-cont{
        align-items: center;
    }
}

.sf-section .head{
    text-transform: uppercase;
    margin-bottom: 75px;
}

.sf-section .content{
    width: 100%;
    max-width: 730px;
}

.sf-section .content .title{
    margin-bottom: 42.5px;
}

.sf-section.v2 .content .title{
    margin-bottom: 24px;
}

.sf-section .content .desc{
    margin-bottom: 32px;
    font-size: 22px;
}

.sf-section .content .desc:last-child{
    margin-bottom: 0;
}

.sf-section .content .list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.sf-section .list li{
    list-style-type: disc;
}

.sf-section .sf-img{
    width: 595px;
    min-width: 595px;
    height: 595px;
    border-radius: 50%;
    overflow: hidden;
}

.sf-section .sf-img.v1{
    width: 697px;
    min-width: 697px;
    height: 697px;
}

#main-partners .box-contact .f-text{
    margin-top: 44px;
}

@media screen and (min-width:992px) {
    .sf-section .sf-img.v1{
        transform: translateX(60px);
        margin-top: 11px;
    }

    .sf-section .sf-img.v2{
        transform: translateX(-64px);
    }

    .sf-section.v2 .content .title{
        font-size: 66px;
    }
}

.sf-section .sf-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#main-partners .box-contact{
    padding-bottom: 136px;
    margin-top: 240px;
}

#main-partners .box-contact .title{
    margin-bottom: 46.5px;
}

@media screen and (max-width:1440px) {

    .sf-section .sf-img{
        width: 520px;
        min-width: 520px;
        height: 520px;
    }

    .sf-section .sf-img.v1{
        width: 580px;
        min-width: 580px;
        height: 580px;
    }

}

@media screen and (max-width: 1200px) {

    .sf-section .sf-img{
        width: 400px;
        min-width: 400px;
        height: 400px;
    }

    .sf-section .sf-img.v1{
        width: 440px;
      min-width: 440px;
      height: 440px;
    }

}

@media screen and (max-width: 992px) {

    .sf-section .head{
        text-align: center;
    }

    .sf-section .sf-cont{
        flex-direction: column;
        gap: 44px;
        text-align: center;
        align-items: center;
    }

    .sf-section .sf-cont.v1{
        flex-direction: column-reverse;
    }

    .sf-section .content .list{
        align-items: center;
    }
    
}

@media screen and (max-width:768px) {

    .sf-section .content .desc{
        font-size: 20px;
    }

    .sf-section .sf-img.v1,
    .sf-section .sf-img{
        width: 360px;
        min-width: 360px;
        height: 360px;
    }

    .sf-section .content .title {
        margin-bottom: 28.5px;
    }

}

@media screen and (max-width:576px) {
    .sf-section .content .desc{
        margin-bottom: 22px;
        font-size: 16px;
    }

    .sf-section .sf-img.v1,
    .sf-section .sf-img{
        width: 280px;
        min-width: 280px;
        height: 280px;
    }
}

/* ================================================================
                            CAREERS
=================================================================*/

#main-careers .hero{
    position: relative;
    z-index: 1;
    width: 100%;
}

#main-careers .content-hero{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 85px;
    padding-bottom: 250px;
}

#main-careers .content-hero .content{
    width: 100%;
    max-width: 580px;
}

#main-careers .content-hero .title{
    text-transform: capitalize;
    margin-bottom: 42px;
}

#main-careers .hero-img{
    width: 590px;
    height: 394px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 110px;
}

#main-careers .hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-careers .content-hero .desc{
    font-size: 22px;
    margin-bottom: 32px;
}

#main-careers .content-hero .desc:last-child{
    margin-bottom: 0;
}

.cct{
    position: relative;
    z-index: 1;
    margin-bottom: 124px;
}

.cct .content{
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cct .desc{
    margin-top: 34px;
    font-size: 22px;
}

.head-cp{
    position: relative;
    width: 100%;
    margin-bottom: 85px;
    z-index: 1;
}

.head-cp .content{
    text-align: center;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.head-cp .title{
    text-transform: uppercase;
    margin-bottom: 40px;
}

.head-cp .desc{
    font-size: 22px;
}


.cp{
    padding-bottom: 134px;
    padding-top: 60px;
    background-color: var(--white2);
}

.cp .list-cp{
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.cp .list-cp .box-cp{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 22px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    border-radius: 20px;
    background: #fff;
    padding: 28.94px 60px 28.4px 60px;
    min-height: 144px;
    z-index: 1;
}

.cp .text-cp h4 {
    font-weight: 700;
    margin-bottom: 6px;
}

.cp .text-cp p{
    font-size: 21px;
}

.cp .sf-cta{
    font-size: 25px;
    padding: 12px 44px;
    text-transform: uppercase;
}

@media screen and (max-width:1200px) {

    #main-careers .content-hero .content{
        max-width: 480px;
    }

    #main-careers .hero-img{
        height: 320px;
        border-radius: 25px;
    }


    .cp .sf-cta{
        font-size: 22px;
        padding: 12px 28px;
    }
}

@media screen and (max-width:992px) {

    #main-careers .content-hero{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-bottom: 200px;
    }

    #main-careers .hero-img{
        margin-top: 0;
        width: 100%;
        max-width: 590px;
    }

    .cp .list-cp .box-cp{
        padding-left: 40px;
        padding-right: 40px;
    }

    .cp .list-cp .box-cp .content-cp{
        max-width: 320px;
    }
}

@media screen and (max-width:768px) {

    .cp .list-cp .box-cp{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cp .list-cp .box-cp .content-cp {
        max-width: 100%;
    }

    .cp .sf-cta{
        font-size: 20px;
        padding: 10px 24px;
        height: 54px;
    }
}

@media screen and (max-width:576px) {

    #main-careers .content-hero{
        padding-bottom: 140px;
    }

    .cct{
        margin-bottom: 80px;
    }

    .head-cp{
        margin-bottom: 60px;
    }

    .head-cp .title{
        margin-bottom: 22px;
    }

    .cp .list-cp .box-cp {
        padding-left: 22px;
        padding-right: 22px;
        border-radius: 16px;
    }

    .cp .sf-cta{
        font-size: 16px;
        padding: 10px 20px;
        height: 50px;
    }
}

/* ================================================================
                    CAREERS  DETAILS / APP
=================================================================*/

#main-careers .content-h{
    padding-bottom: 56px;
}

#main-careers .content-h .title{
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    #main-careers .content-h{
        padding-left: 24px;
    }
    
}

.infos-cr {
    margin-bottom: 100px;

}

.infos-cr .box-cr {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 52px 60px 100px 20px;
    background-color: #fff;
    
}

.cr-child .head-box {
    display: flex;
    align-items: center;
    gap: 70px;
    border-bottom: 1px solid #707070;
  }

 

  .nav-item-cr {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 25px;
    color: #6B6B6B;
    text-transform: uppercase;
    padding: 0 10px 7.5px 7.5px;
    background: transparent;
    border: 0;
  }

  .active-ncr {
    font-weight: 700;
    color: #00A1ED;
    border-bottom: 3px solid #00A1ED;
    margin: -1px;
  }

  .cr-child .ro-ap {
    display: flex;
    flex-direction: column;
    gap: 72px;
  }

  /* .cr-child .ro-ap p {
    font-size: 16px;
  } */

  .cr-child .role {
    display: flex;
    border-bottom: 1px solid #707070;
    padding: 0 19.5px 44px 0px;
    margin-bottom: 44px;
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .cr-child .role:last-child {
    border-bottom: none;
    margin-bottom: 12px;
    padding-bottom: 20px;
  }

  .cr-child .role h5 {
    text-transform: uppercase;
    font-weight: 700;
  }

  .cr-child .role .desc-role {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .cr-child .role ul {
    padding-left: 16px;
  }

  .cr-child .role li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
  }



  .cr-child .ro-ap {
    display: flex;
    flex-direction: column;
    gap: 72px;
  }

  .cr-child .form-cr, .cr-child .f-text {
    display: flex;
    flex-direction: column;
    gap: 57px;
    width: 100%;
  }

  .cr-child .f-row {
    display: flex;
    align-items: center;
    gap: 26.5px;
  }

  .cr-child .form-cr .f-row *,.cr-child .form-cr .f-text * {
    font-size: 20px;
    color: #888888;
  }

  .cr-child .form-cr .cta-sc{
    font-size: 20px;
    /* width: 30%; */
  }

  .cr-child .f-row .c-input {
    height: 47.5px;
  }
  .cr-child .c-input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 45px;
    padding: 12px 28px;
    resize: none;
    outline: none;
  }

  .cr-child textarea.c-input {
    border-radius: 12px;
  }

@media screen and (max-width:992px) {
    #main-careers .content-h{
        text-align: left;
        align-items: flex-start;
    }
    .infos-cr .box-cr {
        padding: 52px 20px 100px 0px;
    }
}

@media screen and (max-width:768px) {
    .cr-child .head-box{
        gap: 40px;
    }
}

@media screen and (max-width:576px) {
    .cr-child .head-box{
        gap: 16px;
    }
    .infos-cr .box-cr{
        padding-right: 0;
    }
    .nav-item-cr{
        font-size: 16px;
    }
    .cr-child .f-row{
        flex-direction: column;
    }
    .cr-child .form-cr, .cr-child .f-text{
        gap: 26.5px;
    }
}

/* ================================================================
                            THANKS
=================================================================*/

.thanks{
    position: relative;
    width: 100%;
    padding-top: 53px;
    padding-bottom: 165px;
}

.thanks  .title{
    text-transform: uppercase;

}

.thanks  .subtitle{
    color: #00A1ED;
    margin-top: 55px;
    text-transform: uppercase;
}

.thanks .content{
    padding-left: 59px;
}

.thanks .content h2{
    color: #00688F;
}

@media screen and (min-width:992px) {
    .thanks .content .paragraph{
        font-size: 37px;
    }
}

.thanks .content .paragraph{
    margin-top: 12px;
}

.thanks .bg-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.thanks .bg-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    .thanks .bg-section img{
        object-position: 120px 0%;
    } 
}

@media screen and (max-width:992px) {
    .thanks .content{
        padding-left: 40px;
    }
    .thanks{
        padding-bottom: 160px;        
    }
}

@media screen and (max-width:768px) {
    .thanks .content{
        padding-left: 20px;
    }
    .thanks{
        padding-bottom: 140px;        
    }
    
}

@media screen and (max-width:576px) {
    .thanks .content{
        padding-left: 0px;
    }
    .thanks{
        padding-bottom: 100px;        
    }
    
}

/* ====================================================================
                            PAGE PRODUCT
=====================================================================*/

#main-product .for-questions{
    margin-top: 0;
}

#main-product{
    position: relative;
}

.bg-bodyy{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 580px;
    z-index: 1;

}

.bg-bodyy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

#main-product .product{
    position: relative;
    width: 100%;
    padding-bottom: 200px;
    background: #F7F7F8;
}

#main-product .product .container{
    max-width: 1440px;
}

.product .desc-page,
.product .filter-pr,
.product .all-prdct{
    position: relative;
    z-index: 1;
}

.product .desc-page{
    padding-top: 60px;
    padding-bottom: 61px;
    width: 100%;
    max-width: 1172px;
    padding-left: 32px;
}

.product .desc-page .title{
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    .product .desc-page .title{
        font-size: 45px;
        line-height: 50px;
    }
    .product .desc-page .desc{
        font-size: 22px;
    }
}

.filter-pr {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.filter-pr form {
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #888888;
    max-width: 888px;
    height: 52px;
    padding: 0px 19.5px;
    border-radius: 45px;
    background-color: #fff;
}

.filter-pr form input {
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #888888;
    font-weight: 500;
}

input::placeholder{
    opacity: 1;
}

.filter-pr .list-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 60px;
}

.filter-pr .list-filter li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.filter-pr .list-filter li a:hover{
    text-decoration: underline;
}

.filter-pr .helps{
    padding-left: 60px;
    margin-top: 16px;
}

.filter-pr .qst{
    font-weight: 700;
}

.filter-pr .answer a{
    text-transform: capitalize;
    color: #00A1ED;
    font-weight: 700;
}

.filter-pr .answer a:hover{
    text-decoration: underline;
}

.each-partie{
    display: flex;
    flex-direction: column;
    gap: 54px;
    padding-bottom: 42px;
    border-bottom: 1px solid #707070;
}

.each-partie:first-child{
    gap: 20px;
}

.each-partie + .each-partie{
    margin-top: 24px;
}

.each-partie:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.each-partie .head{
    display: flex;
    align-items: baseline;
    gap: 22px;
}

.title-partie{
    color: #00A0D2;
    font-weight: 600;
    padding-left: 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;

}

.each-partie .head .number{
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .title-partie{
        font-size: 62px;
    }
    .each-partie .head .number{
        font-size: 25px;
    }
}

.each-product{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 100%;
    min-height: 154.664px;
    border-radius: 25px;
    background-color: #fff;
    padding: 32.63px 26px;
    text-align: center;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    transition: background-color 0.3s ease-in-out;
    margin: 0 auto;
}


/* close */


.each-partie .row{
    row-gap: 44px;
}

.each-product:hover {
    outline: 2px solid #00A1ED;
    background-color: #f4fcff;
}

.each-product .title{
    margin-bottom: 16px;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
}
.each-product .Reduce {
    font-size: 18px !important;
}
.each-partie .show-all{
    text-align: center;
    padding-bottom: 33px;
}

.show-all h4{
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .show-all h4{
        font-size: 25px;
    }
}


.product .bg-section{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 50%;
}

.product .bg-section img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* object-position: 120px 0%; */
}

/* ========== */

.our-menu{
    position: relative;
    padding-top: 55px;
    margin-bottom: 185px;
    z-index: 1;
}

.our-menu .text-content{
    margin-bottom: 76px;
    width: 100%;
    /* max-width: 1200px; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.our-menu .text-content .title{
    text-transform: uppercase;
    margin-bottom: 12px;
}

.our-menu .text-content p{
    max-width: 1000px;
    margin: auto;
}

@media screen and (min-width:768px) {
    .our-menu .text-content p{
        font-size: 22px;
    }

    .our-menu .text-content h1.big{
        font-size: 70px;
    }
}

.our-menu .menu{
    row-gap: 16px;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.our-menu .menu a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    color: #212529;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.our-menu .menu a:hover{
    color: #00A1ED;
    transition: all 0.1s ease-out;
}



@media screen and (max-width:768px) {
    
    .each-product{
        padding: 22.63px 16px;
    }

    .filter-pr .list-filter{
        gap:7px;
        padding-left: 22px;
    }

    .filter-pr .helps{
        padding-left: 22px;
    }

    .filter-pr .list-filter li a{
        font-size: 17px;
    }

    .each-partie .row {
        row-gap: 24px;
    }

    .product .desc-page{
        padding-left: 0;
    }

    .our-menu .menu a{
        font-size: 24px;
    }

}

@media screen and (max-width:576px) {

    .filter-pr .list-filter {
        max-width: 90%;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 12px;
        gap: 12px;
        padding-left: 0;
        margin: auto;
    }

    .filter-pr form{
        height: 50px;
    }

    .filter-pr{
        padding-top: 60px;
    }

    .each-partie{
        gap: 36px;
    }

    .each-partie .list li svg{
        transform: translateY(5px);
    }


    #main-product .content-hero{
        align-items: center;
        text-align: center;
        padding-left: 0px;
    }

    #main-product .gp .title{
        width: auto;
    }

    .our-menu .menu a {
        font-size: 16px;
    }
}


/* ================================================================
                        PRODUCT DETAIL
=================================================================*/

#main-dp .content ul{
    margin-bottom: 0;
}

#main-dp .bg-section{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 50%;
}

#main-dp .bg-section img{
    width: 100%;
    object-fit: cover;
}

#main-dp .hero{
    position: relative;
    padding-top: 241.1px;
    z-index: 2;
}

#main-dp .content-hero{
    width: 100%;
    max-width: 744px;
}

#main-dp .content-hero .title,
#main-dp .content-hero .subtitle{
    text-transform: uppercase;
}

#main-dp .content-hero .title{
    font-size: 61px;
}

#main-dp .content-hero .subtitle{
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
}

#main-dp .content-hero .description{
    width: 100%;
    max-width: 653px;
    margin-top: 40px;
    margin-bottom: 66px;
}

#main-dp .content-hero .sf-cta{
    font-size: 25px;
    padding: 12px 47px;
}



#main-dp .prdct-content{
    position: relative;
    padding-top: 31.4px;
    padding-bottom: 95.3px;
    z-index: 2;
}

#main-dp .prdct-desc{
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 528px;
}

#main-dp .prdct-content .title{
    margin-bottom: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.prdct-desc .text-desc .list{
    padding-left: 20px;
}

.prdct-desc .text-desc .list li{
    display: list-item;
    list-style: disc;
 
}

.prdct-content .pp{
    margin-top: 78px;
}

.prdct-content .ts{
    margin-top: 91px;
}

.pp .title-section{
    text-transform: uppercase;
}

.pp .title-section{
    margin-bottom: 46px;
    font-weight: 700;
}

.ts .title-section{
    margin-bottom: 12px;
    font-weight: 700;
}

.pp table, .ts table{
    width: 100%;
}

.pp table tr + tr,
.ts table tr{
    border-bottom: 1px solid #707070;
}

.pp table p, 
.ts table p{
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.pp table p{
    padding: 12px 0;
}

.pp table td + td p, 
.ts table td + td p{
    font-weight: 400;
}

.pp table p span{
    font-size: 12px;
    font-weight: 400;
}

.ts .description{
    margin-bottom: 45px;
}

.form-gq{
    position: fixed;
    /* bottom:12%; */
    top: 220px;
    background-color: #fff;
    border-radius: 16px;
    padding: 21px 44px 42.2px 44px;
    max-width: 561.51px;
    width: 100%;
    z-index: 2;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    text-align: center;
}

.prdct-content .form-gq{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.prdct-content .modal-form{
    padding-left: 44px;
    padding-right: 44px;
    background-color: var(--white);
}



.prdct-content .modal-form{
    padding-bottom: 42.2px;
    border-radius: 0 0 16px 16px;
}

.form-gq .modal-title{
    font-weight: 700;
    max-width: 380px;
    margin: auto;
}

.form-gq .modal-subtitle{
    padding-bottom: 25.6px;
    max-width: 380px;
    margin: auto;
}

.form-gq input, 
.form-gq textarea,
.form-gq select{
    height: 41.47px;
    width: 100%;
    color: #888888;
    font-size: 15px;
    border: 1px solid #888888;
    border-radius: 12px;
    padding: 10.9px 21.9px;
    font-weight: 500;
    resize: none;
    outline: none;
}
.form-gq select { background: #fff; }
.form-gq .bi-pack { max-width: 95%; }
.form-gq .bi-qty { max-width: 329px; }
.form-gq .bi-unit { max-width: 100px; }

.form-gq input:focus, 
.form-gq textarea:focus{
    border:2px solid #00688F;
}

.form-gq textarea{
    height: 126.69px;
}

.form-gq .modal-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.form-gq .modal-form .form-rows{
    display: flex;
    width: 100%;
}

.form-gq .sf-cta{
    width: 237px;
    font-size: 20px;
}

#main-dp .content h6{
    font-weight: 600;
}

.avlbl{
    position: relative;
    padding-top: 55px;
    padding-bottom: 76px;
    z-index: 4;
    background-color: #00688F;
}

.available-prdct .head{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
}

.gp.v1{
    position: relative;
    background: #120E09;
    z-index: 3;
    padding: 42.8px 0;
}

.gp.v1 .content{
    width: 100%;
    max-width: 681.35px;
    padding: 0;
}

.gp.v1 .content p{
    font-weight: 500;
    color: var(--white);
}

.gp.v1 .img-box{
    width: 383.36px;
    height: 347.42px;
    border-radius: 40px;
    border: 1px solid var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 0;
}

.gp.v1 .img-box img{
    width: 322.57px;
    height: 282.53px;
    object-fit: cover;
}

.bg-gp{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.bg-gp img{
    width: 100%;
    transform: translateY(-40px);
}

.gp.v2{
    position: relative;
    background: var(--white3);
    z-index: 3;
    padding-top: 120px;
    padding-bottom: 120px;
}

.gp.v2 .content{
    width: 100%;
    max-width: 660px;
    padding: 0;
}

.gp.v2 .img-box{
    width: 403.83px;
    height: 472.78px;
    padding: 0;
}

.gp.v2 .img-box img{
    width: 100%;
}

.gp.v3{
    position: relative;
    padding-top: 54px;
    padding-bottom: 100px;
    text-align: center;
    background: var(--white3);
    z-index: 3;
}

.gp.v3 .title{
    margin-bottom: 67px;
    font-weight: 700;
    text-transform: uppercase;
}

.gp.v3 .img-box{
    width: 100%;
    max-width: 1251px;
    margin: auto;
}

.gp.v3 .img-box img{
    width: 100%;
}


.summary{
    padding-top: 55px;
    padding-bottom: 90px;
    position: relative;
    z-index: 3;
    background-color: var(--white3);
}

.summary .content{
    max-width: 1270px;
}

.summary .title{
    margin-bottom: 22px;
    font-weight: 700;
    text-transform: uppercase;
}


#main-dp .description{
    font-size: 22px;
}


@media screen and (max-width:1440px) {
    .form-gq{
        max-width: 450px;
        bottom: 10%;
        padding: 20px;
    }
    .form-gq .modal-form{
        gap: 18px;
    }

    .prdct-content .form-gq .shape {
        top: 28px;
        left: 360px;
        height: 780px;
        width: 220px;
    }

}
@media screen and (max-width:1200px) {
    #main-dp .content-hero{
        transform: scale(0.8);
        transform-origin: left;
    }
    .form-gq {
        max-width: 480px;
        transform: scale(0.8);
        transform-origin: right;
    }

    .form-gq .modal-form {
        gap: 22px;
    }
    .form-gq .modal-form .form-rows {
        gap: 20px;
    }

    .gp.v1 .content,
    .gp.v2 .content{
        max-width: 520px;
    }
    .gp.v1 .img-box {
        width: 340px;
        height: 320px;
    }
    .gp.v2 .img-box {
        width: 340.83px;
        height: auto;
    }
}
@media screen and (max-width:992px) {
    #main-dp .hero {
        padding-top: 180px;
    }
    #main-dp .content-hero{
        transform: scale(1);
    }

    .form-gq{
        position: static;
        max-width: 100%;
        margin-top: 80px;
        transform: scale(1);
    }

    .gp.v1 .content, .gp.v2 .content {
        max-width: 780px;
        text-align: center;
    }

    .prdct-content .form-gq .shape{
        left: 90%;
    }

    #main-dp .content-hero .title{
        font-size: 56px;
    }
    
    #main-dp .content-hero .subtitle{
        font-size: 40px;
    }

    .bg-gp{
        width: 100%;
    }

}
@media screen and (max-width:768px) {

    #main-dp .box-img {
        height: 320px;
    }    

    #main-dp .content-hero .title::after{
        left: auto;
        top: -12px;
        width: 40%;
        height: 5px;
    }

    #main-dp .content-hero .title{
        font-size: 48px;
    }
    
    #main-dp .content-hero .subtitle{
        font-size: 36px;
    }

    #main-dp .description{
        font-size: 16px;
    }

}
@media screen and (max-width:576px) {

    #main-dp .hero {
        padding-top: 140.1px;
    }
    #main-dp .table-desc .title {
        min-width: 120px;
        width: 120px;
    }
    .form-gq{
        padding: 16px;
    }
    .form-gq .modal-title {
        margin-bottom: 20px;
        font-size: 24px;
        padding: 0;
    }
    .form-gq .modal-form {
        gap: 16px;
    }
    .form-gq .modal-form .form-rows {
        gap: 8px;
    }
    .form-gq input {
        height: 45px;
        font-size: 15px;
        padding: 10px;
    }
    .form-gq textarea{
        font-size: 15px;
        padding: 10px;
    }

    #main-dp .table-desc .row-desc {
        gap: 8px;
    }
    #main-dp .table-desc .desc{
        text-align: left;
        align-items: flex-start;
    }

    .usage .u-p .content {
        padding: 26.5px 0px 18px 5px;
    }

    #main-dp .table-desc .row-desc .title p {
        font-size: 14px;
    }

    .help .asr {
        padding: 16px 16px;
        border-bottom: 1px solid #707070;
    }

    .usage-prdct ul{
        gap: 12px;
    }

    .prdct-content .modal-form, 
    .prdct-content .modal-subtitle, 
    .prdct-content .modal-title {
        padding-left: 12px;
        padding-right: 12px;
        background-color: var(--white);
    }

    .gp.v1 .img-box {
        width: 95%;
        height: 250px;
        border-radius: 12px;
    }

    .gp.v1 .img-box img {
    width: 95%;
    height: 220px;
    object-fit: fill;
    }

    .gp.v2 .img-box {
        height: 300px;
        width: 95%;
        max-width: 340px;
    }

    .gp.v2 .img-box img {
        width: 100%;
        height: 100%;
    }

    .gp.v2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .gp.v3 {
        padding-top: 0px;
        padding-bottom: 50px;
    }
      
    .gp.v3 .title {
        margin-bottom: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #main-dp .content-hero .title{
        font-size: 44px;
    }
    
    #main-dp .content-hero .subtitle{
        font-size: 32px;
    }

    .form-gq .sf-cta {
        width: auto;
        font-size: 16px;
        height: 50px;
    }

    .gp.v1 .content, 
    .gp.v2 .content{
        padding-left: 12px;
        padding-right: 12px;
    }


}

/* ================================================================
                            PRODUCT 1
=================================================================*/

#main-search{
    position: relative;
    background: #F7F7F8;
}

#main-search .bg-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 60%;
}

#main-search .bg-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    #main-search .bg-section img{
        object-position: 50% 0%;
    } 
}

.prdct-sr{
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 132px;
    z-index: 1;
}

.prdct-sr .box-sr{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 53px 72px 118px 72px;
    background-color: #fff;
    border-radius: 22px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.prdct-sr .y-search{
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

.prdct-sr .y-search .n-search{
    color: #00688F;
}

@media screen and (min-width:992px) {
    .prdct-sr .y-search .n-search{
        font-size: 59px;
    }
}

.prdct-sr .y-search p,
.prdct-sr .assist{
    font-size: 22px;
}

.prdct-sr .assist{
    width: 100%;
    max-width: 670px;
}


.prdct-sr .form-sr{
    width: 100%;
    margin-top: 66px;
}

.prdct-sr .inputs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px 44px;
    margin-bottom: 44px;
}

.prdct-sr .form-sr .f-row{
    display: flex;
    justify-content: space-between;
    gap: 23px;
    width: 100%;
    max-width: 473px;
}

.prdct-sr .form-sr input{
    width: 100%;
    height: 41.47px;
    border-radius: 12px;
    border: 1px solid #888888;
    padding: 11px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #888888;
}

.prdct-sr .form-sr input:focus{
    border: 2px solid #00688F;
}

.prdct-sr .form-sr .sf-cta{
    width: 100%;
    font-size: 20px;
}

@media screen and (max-width:1360px) {

    .prdct-sr .box-sr{
        padding-left: 52px;
        padding-right: 52px;
    }

    .prdct-sr .form-sr .f-row {
        max-width: 446px;
    }
}

@media screen and (max-width: 1200px) {
    .prdct-sr .form-sr .f-row {
      max-width: 362px;
    }
}

@media screen and (max-width: 992px) {
    .prdct-sr .form-sr .f-row {
      max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .prdct-sr .y-search p, 
    .prdct-sr .assist {
        font-size: 20px;
    }

    .prdct-sr .box-sr{
        padding: 44px 44px 80px 44px;
    }

    .prdct-sr .form-sr{
        margin-top: 44px;
    }
}

@media screen and (max-width: 576px) {
    .prdct-sr .box-sr{
        padding: 22px 22px 44px 22px;
    }

    .prdct-sr .y-search{
        flex-direction: column;
    }

    .prdct-sr .y-search p, 
    .prdct-sr .assist {
        font-size: 16px;
    }

    .prdct-sr .form-sr .sf-cta{
        height: 50px;
    }
}



/* =================================================================================
                                RESULTS PAGE   
====================================================================================*/

#r-page main .container{
    max-width: 1520px;
}

#r-page .content-hero{
    padding-top: 68px;
    padding-bottom: 107px;
    
}

#r-page input::placeholder{
    opacity: 1; 
}

#r-page .hero .title{
    text-transform: uppercase;
}

#r-page .result{
    margin-bottom: 144px;
}

.result .title-table{
    margin-bottom: 10px;
    padding-left: 13px;
}
.table-result{
    width: 100%;
}
.table-result tr{
    border-bottom: 1px solid #707070;
}

.table-result tr:last-child{
    border-bottom: none;
}

.table-result tr:nth-of-type(1):hover,
.table-result tr:nth-of-type(2):hover{
    background-color: transparent;
}
.table-result tr:hover{
    background-color: #F6F7F7;
}
.table-result tr:nth-of-type(1){
    border-bottom: none;
}
.table-result th{
    padding: 9px 19px;
}
.table-result th:nth-of-type(1),
.table-result tr:nth-of-type(2) td:nth-of-type(1){
    padding-left: 13px;
}
.table-result tr:nth-of-type(2) td{
    padding: 30px 19px;
}

.table-result td{
    padding: 30px 0 30px 50px;
}

.table-result td p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.table-result td:nth-of-type(5){
    padding-left: 31px;
    padding-right: 18px;
}

.table-result th h4{
    font-weight: 700;
}

.table-result input{
    height: 42px;
    width: 100%;
    border-radius: 45px;
    border: 1px solid #888888;
    padding: 10px 10px 10px 31px;
}


.result .sf-cta {
    width: 157px;
    border-width: 3px;
    font-weight: 700;
    border-radius: 45px;
    transition: all 0.3s ease-in-out;
    height: 43px;
    padding: 11px 0;
    font-size: 17px;
}

@media screen and (max-width:1200px) {
    .table-result .sf-cta  {
        width: 120px;
    }
    .table-result td:nth-of-type(5) {
        padding-left: 16px;
        padding-right: 12px;
    }

    .table-result td {
        padding: 20px 0 20px 20px;
    }

    .table-result tr:nth-of-type(2) td {
        padding: 30px 14px;
    }

    .table-result input {
        padding: 12px 12px 12px 16px;
      }
}

@media screen and (max-width:992px) {
    #r-page .content-hero {
        padding-left: 22px;
    }

    .result{
        zoom: 80%;
    }
    .table-result td {
        padding: 16px 0 16px 16px;
    }
    .table-result .sf-cta  {
        width: 100px;
        font-size: 14px;
    }
    .table-result td:nth-of-type(5) {
        padding-left: 8px;
    }
    .table-result input {
        padding: 10px 10px 10px 16px;
    }

    .table-result tr:nth-of-type(2) td {
        padding: 30px 12px;
      }
      .table-result td {
        padding: 22px 0 22px 20px;
      }
      .table-result th h4 {
        font-size: 21px;
      }
      .table-result th {
        padding: 9px 0px 9px 12px;
      }
}
@media screen and (max-width:768px) {
    #r-page .content-hero {
        padding-left: 0px;
    }
    
    .result{
        zoom: 65%;
    }
    #r-page .result .container {
        overflow-x: scroll;
    }
    .table-result {
        min-width: 750px;
        overflow-x: scroll;
    }
}
@media screen and (max-width:576px) {
    
    .table-result{
        min-width: 700px;
        transform: scale(95%);
        transform-origin: left;
    }
}


/* ======================================================================
                                CONTACT
=======================================================================*/

.contact-infos{
    flex-direction: column;
    align-items: center;
}

.box-contact{
    position: relative;
    z-index: 1;
}

.contact-page .box-contact{
    padding-top: 53px;
    padding-bottom: 80px;
}

.box-contact .title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.box-contact .title-form{
    color: #00A1ED;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 42px;
    letter-spacing: -1px;
    text-align: center;
}

.box-contact .ro-ap{
    width: 100%;
    max-width: 791px;
    margin: 0 auto;
    padding: 43px 70px 56px 70px;
    background-color: #fff;
    border-radius: 25px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.box-contact .form-cr{
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
  height: 100%;
}

.box-contact .f-row,
.box-contact .f-text{
    display: flex;
    width: 100%;
}

.box-contact .f-row .c-input{
    height: 48.4px;
}

.box-contact .c-input{
    width: 100%;
    border: 1px solid #888888;
    border-radius: 25px;
    padding: 12px 28px;
    resize: none;
    outline: none;
    color: #888888;
    font-size: 19px;
}

.box-contact .c-input::placeholder{
    opacity: 1;
}

.box-contact .form-cr .sf-cta{
    height: 43px;
    border-radius: 45px;
    margin-left: 20%;
    font-size: 17px;
    padding: 11px 30px;
    border-width: 3px;
}

.contact-page .address{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 81.5px;
    text-align: center;
}

.contact-page .address h5,
.contact-page .address a{
    color: #888888;
    font-weight: 500;
}

.line-sep {
    background: #00A1ED;
    height: 7px;
    width: 362px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 8px;
}

.contact-page .bg-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-page .bg-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    .contact-page .bg-section img{
        object-position: 120px 0%;
    } 
}

.contact-page .address p + p{
    margin-bottom: 28px;
}

.contact-page .address .line-sep{
    height: 3px;
    max-width: 270px;
    margin-top: 44px;
}
@media screen and (max-width: 1200px){

    .box-contact .ro-ap{
        padding: 46px 36px;
    }

}

@media screen and (max-width:992px) {
    .box-contact .title-form {
        font-size: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width:768px) {
    .box-contact .title-form {
        font-size: 28px;
    }
}

@media screen and (max-width:576px) {

    #main-d-careers .hero{
        min-height: 300px;
    }

    .box-contact .ro-ap{
        padding: 28px;
    }

    .box-contact .form-cr{
        gap: 22px;
    }

    .box-contact .c-input{
        padding: 12px 20px;
    }

    .box-contact .c-text{
        border-radius: 15px;
    }


    .box-login + .for-questions{
        margin-top: 140px;
    }

    .box-contact .title-form {
        font-size: 26px;
    }

    .box-contact .form-cr .sf-cta{
        margin-left: auto;
        margin-right: auto;
    }

    .contact-page .sprt{
        transform: rotate(90deg);
    }
}

/* ============================================================================================
                                    NEWS / MARKETS
===============================================================================================*/

#main-news{
    position: relative;
}

#main-news .bg-section,
#main-markets .bg-section{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#main-news .bg-section img,
#main-markets .bg-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    #main-news .bg-section img,
    #main-markets .bg-section img{
        object-position: 120px 0%;
    } 
}

.hero .bg-hero{
    position: relative;
    width: 100%;
    height: 495px;
}

.hero .bg-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .bg-hero .overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


#main-news .hero,
#main-markets .hero{
    position: relative;
    z-index: 1;
    width: 100%;
}

#main-news .content-hero,
#main-markets .content-hero{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 140px;
    padding-bottom: 200px;
}

#main-news .content-hero .content{
    width: 100%;
    max-width: 580px;
}

#main-markets .content-hero .content{
    width: 100%;
    max-width: 662px;
}

#main-news .content-hero .title{
    text-transform: capitalize;
    margin-bottom: 90px;
}

#main-markets .content-hero .title{
    text-transform: capitalize;
    margin-bottom: 26px;
}

#main-news .content-hero .desc,
#main-markets .content-hero .desc{
    font-size: 22px;
    margin-bottom: 32px;
}

#main-news .content-hero .desc:last-child,
#main-markets .content-hero .desc:last-child{
    margin-bottom: 0;
}

#main-news .hero-img,
#main-markets .hero-img{
    width: 590px;
    height: 394px;
    border-radius: 40px;
    overflow: hidden;
}

#main-news .hero-img img,
#main-markets .hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.feature-p{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 230px;
}

.feature-p .title{
    text-align: center;
    text-transform: capitalize;
}

.feature-p .description {
    text-align: center;
}

.feature-p .some-prdct,
.w-news .some-news{
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 40px;
}

.slick-slide > div{
    display: flex;
    justify-content: center;
}

.feature-p .each-fp{
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 295px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}

.w-news .each-fp{
    max-width: 398.88px;
}

#main-news .feature-p .each-fp{
    padding: 32px 22px;
}

.feature-p .each-fp .content{
    padding: 32px 22px;
    text-align: center;
}


.feature-p .each-fp .head{
    margin-bottom: 19px;
    font-weight: 700;
}

.feature-p .each-fp .thumbnail{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 195px;
    background: #CCCCCC;
    margin-bottom: 4px;
}

.feature-p .each-fp .thumbnail .shape{
    width: 58.65px;
    height: 58.65px;
    position: absolute;
    bottom: -28.32px;
}

.feature-p .each-fp .thumbnail .shape2{
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -5px;
}

.feature-p .each-fp .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-news .each-fp .sf-cta{
    margin: auto;
    margin-top: 26px;
    font-size: 16px;
    color: #F69400;
    text-decoration: underline;
    background: transparent;
    border: none;
}

.slick-arrow{
    width: 61px;
    height: 60px;
}

.slick-next{
    right: -80px;
}

.slick-prev{
    left: -80px;
}

.slick-prev::before, 
.slick-next::before {
    content: "";
    display: flex;
    width: 61px;
    height: 60px;
    opacity: 1;
}

.slick-prev.slick-disabled::before, 
.slick-next.slick-disabled::before {
    opacity: 0.5;
}

.slick-prev::before{
    background-image: url(../image/slider-arrow.svg);
    transform: rotate(180deg);
}

.slick-next::before{
    background-image: url(../image/slider-arrow.svg);
}

@media screen and (max-width:1440px) and (min-width:992px) {
    .feature-p .each-fp{
        transform: scale(0.98);
    }
}

@media screen and (max-width:1200px) {

    #main-news .content-hero .content,
    #main-markets .content-hero .content {
        max-width: 480px;
    }

    #main-news .hero-img,
    #main-markets .hero-img {
        height: 320px;
        border-radius: 25px;
    }

    .feature-p .each-fp{
        max-width: 280px;
    }

    .w-news .each-fp {
        max-width: 398.88px;
    }

    /* .feature-p .some-prdct{
        max-width: 650px;
    } */
}

@media screen and (max-width:992px) {

    #main-news .content-hero,
    #main-markets .content-hero{
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-bottom: 200px;
    }

    #main-news .content-hero .desc, 
    #main-markets .content-hero .desc{
        font-size: 20px;
    }

    #main-news .hero-img,
    #main-markets .hero-img{
        margin-top: 0;
        width: 100%;
        max-width: 590px;
    }

    .feature-p .some-prdct,
    .w-news .some-news{
        max-width: 650px;
    }

    .w-news .each-fp {
        max-width: 398.88px;
        transform: scale(0.9);
    }

}

@media screen and (max-width:768px) {

    #main-news .content-hero,
    #main-markets .content-hero{
        padding-bottom: 140px;
    }

    #main-news .content-hero .title{
        margin-bottom: 60px;
    }

    .feature-p .some-prdct,
    .w-news .some-news{
        max-width: 560px;
    }

    .feature-p .each-fp{
        transform: scale(0.85);
    }

    .feature-p .title{
        margin-bottom: 40px;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }

    .w-news  .slick-prev {
        left: 0;
    }

    .w-news  .slick-next {
        right: 0;
    }
    
}

@media screen and (max-width:576px) {
    
    .hero .bg-hero{
        height: 360px;
    }

    #main-news .content-hero,
    #main-markets .content-hero{
        padding-bottom: 140px;
    }

    #main-news .content-hero .title,
    #main-markets .content-hero .title{
        margin-bottom: 20px;
    }

    #main-news .content-hero .desc, 
    #main-markets .content-hero .desc{
        font-size: 16px;
    }

    .feature-p{
        margin-bottom: 140px;
    }

    .feature-p .some-prdct,
    .w-news .some-news{
        max-width: 360px;
    }

    .w-news .each-fp {
        transform: scale(0.75);
      }

    .slick-next{
        right: 0px;
    }
    
    .slick-prev{
        left: 0px;
    }

}


#page-news-d .content-hero .content{
    max-width: 680px;
}

#page-news-d .hero-img{
    width: 500px;
    min-width: 500px;
    height: 500px;
    border-radius: 50%;
    position: sticky;
    top: 120px;
}

@media screen and (max-width:1360px) {
    #page-news-d .hero-img{
        width: 400px;
        min-width: 400px;
        height: 400px;
    }

}

@media screen and (max-width:1200px) {
    #page-news-d .hero-img{
        width: 340px;
        min-width: 340px;
        height: 340px;
    }
}

@media screen and (max-width:992px) {

    #page-news-d .hero-img{
        display: none;
    }

    #page-news-d .content-hero {
        align-items: flex-start;
        text-align: left;
        padding-bottom: 200px;
    }

    #page-news-d .content-hero .content{
        max-width: 100%;
    }
}

/* ============================================================================================
                                        FOOTER
===============================================================================================*/

footer{
    position: relative;
    z-index: 4;
    background: #212529 url(../image/footer-lines-bg.svg) right top no-repeat;
    border-radius: 0 320px 0 0;
}

footer *{
    color: #fff;
}

.top-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1214px;
    padding-top: 148px;
    padding-bottom: 65.5px;
}

.top-footer .logo-f{
    display: flex;
    width: 245px;
    height: 246px;
}

.logo-f img{
    width: 100%;
    height: 100%;
}

.top-footer .lets-talk{
    width: 100%;
    max-width: 680px;
}

.top-footer .title:before{
    display: none;
}

.top-footer .title {
    text-align: left;
    font-size: 52px !important;
    line-height: 119%;
    text-transform: uppercase;
    color: #fff !important;
}

.top-footer .desc{
    font-size: 16px;
    margin-bottom: 21px;
}

.top-footer .cta-sc{
}

.line-h{
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.fr-search{
    padding-top: 90px;
    display: flex;
}

.fr-search .recent-search{
    padding-right: 22px;
}

.fr-search .recent-search .title{
    margin-bottom: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.fr-search .recent-search ul{
    row-gap: 6px;
}

.fr-search .recent-search a{
    display: flex;
    font-size: 14px;
    width: fit-content;
    max-width: 250px;
}

.nav-footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 31.5px;
}

footer .fr-search *{
    font-family: 'Poppins', sans-serif;
}

.recent-search ul li {
    list-style: disc;
}

.nav-footer .title{
    margin-bottom: 17px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}
.nav-footer ul{
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

.nav-footer ul li a{
    font-size: 14px;
}

.f-market .title{
    margin-bottom: 27px;
    text-transform: capitalize;
}

.f-market ul{
    gap: 16px;
    margin-bottom: 15px;
}

.f-market ul li a{
    text-transform: capitalize;
}

footer a:hover{
    text-decoration: underline;
}

.copyright {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    padding: 32px;
}

.copyright * {
    color: rgba(255, 255, 255, .4);
}

.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.copyright .first {
    display: flex;
    align-items: center;
}

.copyright .first p { 
    color: #fff !important;
    font-size: 13px;
}

.copyright .second{
    display: flex;
    gap: 20px;
}

.copyright .second a { 
    font-size: 12px;
    text-decoration: underline;
}

.copyright .third a{ 
    font-size: 11px;
}


@media screen and (max-width:1200px) {
    .top-footer .logo-f{
        min-width: 280px;
        width: 280px;
        height: 280px;
    }

    .top-footer .lets-talk{
        max-width: 560px;
    }

    .top-footer .title{
        font-size: 64px;
        line-height: 90px;
    }
}

@media screen and (max-width:992px) {

    .top-footer{
        flex-direction: column;
        align-items: flex-start;
    }

    .top-footer .logo-f{
        min-width: 240px;
        width: 240px;
        height: 240px;
    }

    .top-footer .lets-talk{
        max-width: 680px;
    }

    .fr-search{
        flex-direction: column;
        gap: 44px;
    }
    .nav-footer{
        border-left: 0;
        padding-left: 0;
        flex-direction: row;
        gap: 0px;
    }

    .nav-footer ul{
        gap: 6px;
    }

    .nav-footer div .title{
        padding-top: 20px;
        width: fit-content;
        border-top: 1px solid #fff;
    }

    .fr-search .recent-search {
        padding-right: 0px;
    }

    .f-market{
        max-width: 330px;
    }

}
@media screen and (max-width:768px) {

    .top-footer .logo-f{
        min-width: 220px;
        width: 220px;
        height: 220px;
    }

    .top-footer .title{
        font-size: 56px;
        line-height: 76px;
    }

    .fr-search .recent-search li {
        padding-right: 0px;
    }

    .nav-footer {
        gap: 20px;
    }
}
@media screen and (max-width:576px) {

    .top-footer .logo-f{
        min-width: 200px;
        width: 200px;
        height: 200px;
    }

    .top-footer .title {
        font-size: 42px;
        line-height: 76px;
    }

}

/*  */

footer .form-gq .modal-title{
    color: #212529;
    margin-bottom: 0;
}

footer .form-gq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .form-gq .sf-cta {
    align-self: center;
}

footer .form-gq .modal-subtitle{
    max-width: 420px;
    color: #212529;
}

footer .pc-quote{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer .pc-quote.active{
    opacity: 1;
    visibility: visible;
}

footer .form-gq{
    position: static;
}

@media screen and (max-width:1440px) {
    footer .form-gq{
        max-width: 561.51px;
    }
    
}

@media screen and (max-width: 1200px) {
    footer .form-gq {
      transform: scale(0.9);
      transform-origin: center;
    }
  }

@media screen and (max-width:992px) {
    footer .form-gq{
        margin-top: 0;
    }  
}

@media screen and (max-width:768px) {
    footer .form-gq{
        transform: scale(0.9);
        transform-origin: center;
        margin-left: 24px;
    } 
}

@media screen and (max-width:576px) {
    footer .form-gq{
        width: 100%;
        max-width: 100%;
        transform: scale(0.95);
    } 
}

/* ============================================================================================
                                        REQUESTS
===============================================================================================*/

#main-request{
    background-color: #F7F7F8;
}

#main-request .hero{
    background-color: #fff;
}

#main-request .hero .content-hero{
    min-height: auto;
    
}

#main-request .content-hero .title{
    text-transform: capitalize;
    margin-top: 74px;
    padding-bottom: 74px;
    text-align: center;
}

#main-request .request-box{
    padding-top:77.5px ;
    margin-bottom: 246px;
}
#main-request .request-details{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#main-request .q-fill-info{
    display: flex;
    border-radius: 25px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}

#main-request .q-titles{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#main-request .q-box-rank{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 24.2px 30px 30px 30px;
    border-radius: 25px 0 0 25px;
}

#main-request .q-box-rank .q-rank{
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00688F;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
}

#main-request .title-rank{
    font-weight: 700;
    text-transform: capitalize;
    filter: none;
}

.active-q{
    background: #fff;
    z-index: 1;
}

#main-request .q-box-form{
    padding: 32.5px 53.5px 28.2px 80px;
    background-color: #fff;
    border-radius: 0 25px 25px 25px;
}

#main-request .form-q{
    display: flex;
    flex-direction: column;
    gap: 58px;
}

#main-request .q-input{
    width: 100%;
    height: 47.5px;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 0px 28px;
    font-size: 20px;
    resize: none;
    outline: none;
    color: #888888;
    font-weight: 600;
}
#main-request .q-input ::placeholder {
    color: #888888;
}

#main-request .q-row{
    position: relative;
    display: flex;
    align-items: center;
    gap: 51px;
}
#main-request .form-q .cta-sc{
    width: 100%;
    height: 53px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 45px;
    min-width: auto;
    color: #fff;
}

.request-box .cta-sc{
    background-color: #00688F;
    border-color: #212529;
    transition: 100ms;
}

.request-box .cta-sc:hover{
    color: #212529 !important;
    background-color: #fff;
}

.request-box input{
    font-size: 23px;
}


#main-request.pq2 .q-box-form{
    border-radius: 0 0 25px 25px;
}
.pq2 .remember-address{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .pq3 .remember-address{
    align-items: flex-start;
} */
.pq2 .q-row-sub{
    gap: 16px;
}
.pq2 .cta-back{
    max-width: 220px;
    background-color: #212529;
    border-color: #212529;
}
.pq2 .cta-back:hover{
    background-color: #fff;
    color: #212529;
}
.pq2 .q-check{
    width: 24px;
    height: 24px;
}


.pq3 .form-q{
    gap: 30px;
}
.pq3 .q-date{
    height: 48.4px;
    width: 50%;
    font-size: 16px;
    padding-top: 6px;
}
.pq3 .terms-c{
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
}
#main-request.pq3 .q-text{
    height: 206px;
    padding-top: 10px;
}
.pq3 .label-date{
    position: absolute;
    top: 2px;
    left: 30px;
    font-size: 10px;
    color: #888888;
}


@media screen and (max-width:1200px) {
    #page-request .q-head {
        gap: 16px;
        padding: 32px;
    }
    #page-request .q-head h3{
        font-size: 26px;
    }
}
@media screen and (max-width:992px) {

    #main-quote .hero .content-hero{
        text-align: center;
    }
    #page-request .q-head h3 {
        font-size: 24px;
    }
    #page-request .q-head .q-input {
        width: 111px;
        height: 42px;
        padding: 0px 16px;
        font-size: 16px;
    }
    #page-request .q-head .qi1 {
        width: 160px;
    }
    #page-request .arrow-select {
        right: 15px;
    }
    #page-request .q-box-rank {
        gap: 16px;
        padding: 24.2px 16px 30px 16px;
    }
    #page-request .title-rank {
        font-size: 22px;
    }
    #page-request .q-box-form {
        padding: 32.5px 40px 28.2px 40px;
    }
    #page-request .q-input {
        height: 45.5px;
        padding: 0px 16px;
        font-size: 16px;
    }
    #page-request .q-titles {
        gap: 34px;
    }
    #page-request .q-row {
        gap: 16px;
    }
    #page-request .q-row p{
        font-size: 16px;
    }
    .pq3 .terms-c {
        font-size: 16px;
    }
    .pq3 .label-date {
        left: 20px;
    }
    .pq3 .q-date {
        padding-top: 8px;
    } 
    .pq3 .q-text {
        height: 150px;
        padding-top: 10px;
      }     
}
@media screen and (max-width:768px) {
    #page-request .q-head {
        flex-wrap: wrap;
        border-radius: 15px;
    }
    #page-request .q-head .box-inputs{
        width: 100%;
    }
    #page-request .box-input{
        width: 30%;
    }
    #page-request .bi-pack{
        width: 40%;
    }
    #page-request .q-head .q-input {
        width: 100%;
    }
    #page-request .title-rank {
        font-size: 20px;
    }
    #page-request .q-box-rank .q-rank {
        min-width: 40px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    #page-request .q-box-rank {
        gap: 14px;
        padding: 22.2px 8px 22px 16px;
        filter: none;
        border-radius: 0;
        display: none;
    }
    #page-request .q-box-form {
        padding: 25.5px 22px 25.2px 22px;
        width: 100%;
        border-radius: 0;
        filter:none;
    }
    #page-request .active-q{
        display: flex;
    }
    #page-request .form-q {
        gap: 44px;
    }
    /* .pq2 .form-q {
        gap: 20px;
    } */
    #page-request .q-row {
        gap: 44px;
        flex-wrap: wrap-reverse;
    }
    .quote-details .q-row-sub{
        flex-wrap: wrap-reverse;
        gap: 22px;
    }
    .pq2 .cta-back {
        max-width:none;
    }
    #page-request .form-q .rt-cta {
        height: 46px;
        font-size: 16px;
    }
    .pq2 .remember-address {
        padding-left: 6px;
        margin-top: 10px;
    }
    .pq3 .q-date {
        width: 100%;
    }
    .pq3 .q-row p {
        font-size: 14px;
    }
    .pq3 .terms-c {
        font-size: 15px;
    }
    #page-request .q-input {
        font-size: 16px;
    }
    .pq3 .q-text {
        height: 140px;
    }
    #page-request .q-titles {
        width: 100%;
        filter: none;
        gap: 28px;
    }
    #page-request .form-search {
        height: 58px;
    }
      #page-request .get-quote {
        padding-top: 70.5px;
        margin-bottom: 200px;
    }
    #page-request .q-fill-info {
        flex-direction: column;
        width: 100%;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        border-radius: 15px;
        overflow: hidden;
    }
    
}
@media screen and (max-width:576px) {
    #main-quote .hero{
        min-height: 278px;
    }
    #page-request .q-head h3 {
        font-size: 20px;
      }
      #page-request .q-head {
        padding: 16px 12px;
      }
      #page-request .q-head .q-input {
        height: 36px;
        padding: 0px 12px;
        font-size: 12px;
      }

      #page-request .arrow-select {
        right: 10px;
        transform: scale(0.8);
      }
      #page-request .q-box-rank {
        padding: 16px;
      }
      #page-request .q-box-rank .q-rank {
        min-width: 25px;
        width: 25px;
        height: 25px;
        font-size: 14px;
      }
      #page-request .title-rank {
        font-size: 16px;
      }
      #page-request .q-box-form {
        padding: 20px 16px 16px 16px;
      }

      #page-request .q-row {
        gap: 32px;
      }
      #page-request .q-input {
        height: 36px;
        padding: 0px 10px;
        font-size: 12px;
      }
      #page-request .q-row p {
        font-size: 11px;
      }
      .pq2 .q-check {
        width: 18px;
        height: 18px;
      }
      .quote-details .q-row-sub {
        gap: 16px;
      }    
      #page-request .form-q .rt-cta {
        height: 36px;
        font-size: 14px;
      }
      #page-request .q-titles {
        gap: 24px;
      }
      #page-request .form-q {
        gap: 32px;
      }
      .pq2 .form-q {
        gap: 32px;
      }
      .pq3 .form-q {
        gap: 20px;
      }
      #page-request .form-search {
        height: 52px;
        padding-left: 12px;
      }
      .get-quote input {
        font-size: 16px;
        padding: 10px;
      }
      .pq3 .q-date {
        padding-top: 8px;
      }
      .pq3 .label-date {
        left: 15px;
        font-size: 8px;
      }
      .pq3 .q-text {
        padding-top: 10px;
        height: 100px;
        border-radius: 15px;
      }
      .pq3 .terms-c {
        font-size: 12px;
      }
      #page-request .get-quote {
        padding-top: 60.5px;
        margin-bottom: 150px;
      }
      .icon-s{
        width: 21px;
        height: 21px;
      }
}

/* ================================================================
                            SIGN IN
=================================================================*/

#main-signIn .content-hero{
    padding-top: 74px;
    padding-left: 74px;
}

#main-signIn .content-hero .title{
    text-transform: capitalize;
}

.signIn{
    margin-top: 144px;
    margin-bottom: 158.8px;
}

.signIn .content{
    display: flex;
    justify-content: center;
}

.signIn .box-form {
    width: 800px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 22px;
    background-color: #fff;
    padding: 43px 70px 56px 70px;
}

.signIn .form-cr {
    display: flex;
    flex-direction: column;
    gap: 43px;
    width: 100%;
  }

.signIn .f-row, .signIn .f-submit {
    display: flex;
    width: 100%;
  }

  .signIn .f-row .c-input {
    height: 47.5px;
  }
  .signIn .c-input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 12px 28px;
    resize: none;
    outline: none;
  }
  .signIn .form-cr .f-row * {
    font-size: 20px;
    color: #888888;
  }

.signIn .f-submit {
    align-items: center;
    gap: 38.5px;
  }

.signIn .form-cr .cta-sc {
    width: 60%;
    height: 53px;
    font-weight: 700;
    border-radius: 94px;
    background-color: #00688F;
    border-color: #212529;
    font-size: 22px;
    color: #fff;
}

.signIn .form-cr .cta-sc:hover{
    color: #212529;
    background-color: var(--white);
}

.forget-pass {
    /* transition: all 0.2s ease; */
    font-size: 21px;
    color: #888888;
}

.forget-pass:hover{
    font-weight: 600;
    text-decoration: underline;
}

.signIn .for-register {
    background-color: #00688F;
    border-radius: 22px;
    padding: 51px 60px 63px 57.9px;
    margin-top: 73px;
    text-align: center;
}

.signIn .for-register h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

.signIn .for-register * {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: 61px;
  }

@media screen and (max-width:992px) {
    #main-signIn .content-hero{
        padding-left: 0px;
    }
    .signIn{
        margin-top: 100px;
    }

    .signIn .box-form{
        padding: 40px;
    }
}

@media screen and (max-width:768px) {
    .signIn .for-register{
        padding: 40px;
        margin-top: 60px;
    }

    .signIn .for-register * {
        font-size: 34px;
        line-height: 40px;
      }
}

@media screen and (max-width:576px) {

    .signIn .f-submit{
        gap: 20px;
    }

    .signIn .form-cr .cta-sc{
        width: 100%;
    }

    .signIn .for-register{
        margin-top: 40px;
        padding: 20px;
    }

    .signIn .form-cr {
        gap: 24px;
    }
    .signIn .box-form {
        padding: 20px;
    }
    .signIn .for-register * {
        font-size: 24px;
        line-height: 35px;
      }
      .signIn {
        margin-top: 70px;
        margin-bottom: 100px;
      }
}

/* ================================================================
                            LOG IN
=================================================================*/

#main-login .login{
    margin-top: 74px;
    padding-bottom: 129.1px;
    background-color: var(--white3);
    box-shadow: 0 229px 0 var(--white) inset;
}

#main-login .form-gq{
    position: static;
    text-align: left;
    margin-top: 37.7px;
    height: 665px;
    max-width: 561.51px;
    transform: scale(1);
}

#main-login h1{
    padding: 0;
}

#main-login .modal-subtitle{
    margin: 0;
    font-weight: 300;
    padding-top: 7px;
}

.login .lr{
    display: flex;
    justify-content: center;
    gap: 116.5px;
}

.login .log-r{
    width: 100%;
    max-width: 561.51px;
}

.login .log-r .title{
    text-transform: capitalize;
    padding-left: 40px;
}

.login .log-r select{
    width: 100%;
    color: #888888;
    border: 1px solid #888888;
    border-radius: 12px;
    padding: 10.9px 21.9px;
    font-weight: 500;
    resize: none;
    outline: none;
    appearance: none;
    background: linear-gradient(180deg,#fff , #8888883b);
    z-index: 1;
}

.login .log-r.v1 .modal-title{
    margin-bottom: 16px;
}

.login .log-r .modal-title,
.login .log-r .modal-subtitle{
    padding-left: 20px;
    text-align: left;
    width: 100%;
}

.form-send-btn{
    border: none;
    border-left: 3px solid #00688F;
    border-right: 3px solid #00688F;
    padding: 5px 25px;
    font-size: 1.5rem;
    background: #fff;
    align-self: center;
}

.form-gq .modal-title{
    margin: 0;
    text-align: start;
}

.form-gq .modal-form{
    margin: 0;
    align-items: start;
}

.login .log-r form{
    height: 100%;
    gap: 0;
}

.login .log-r .cta-sc{
    margin-top: auto;
}

.login .log-r .form-rows{
    margin-bottom: 24.8px;
}




@media screen and (max-width:1200px) {
    .login .lr{
        gap: 60px;
    }
}

@media screen and (max-width:992px) {
    .login .lr{
        gap: 28px;
    }
    .login .log-r .form-rows{
        margin-bottom: 16px;
    }
}

@media screen and (max-width:768px) {
    .login .lr{
        flex-direction: column;
    }

    #main-login .form-gq{
        height: auto;
    }

    .login .log-r .cta-sc{
        margin-top: 30px;
    }
}

/* ================================================================
                            CHECK OUT
=================================================================*/

#main-checkout .checkout .title{
    margin-top: 74px;
    margin-bottom: 74px;
    text-transform: capitalize;
}

.checkout{
    margin-bottom: 100px;
}

.checkout table{
    width: 100%;
}


.checkout tr{
    height: 113px;
    /* display: flex; */
    align-items: center;
}

.checkout tbody tr{
    border-top: 2px solid #707070;

}

.checkout tr td:first-child,
.checkout tr th:first-child {
    padding-left: 48px;
}

.checkout tr td:nth-of-type(2){
    padding-left: 13px;
}

.checkout span{
    display: flex;
    align-items: center;
    gap: 14.3px;
}

.checkout tr div{
    position: relative;
    border-radius: 12px;
    background-color: var(--white);
    background: linear-gradient(180deg,#fff,#8888883b);
}

.checkout .slct {
    position: absolute;
    top: 16.2px;
    right: 23.2px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 0;
  }

.checkout .slct .img2 {
    transform: rotate(180deg);
  }

.checkout select {
    position: relative;
    width: 100%;
    color: #888;
    border: 1px solid #888;
    border-radius: 12px;
    padding: 10.9px 21.9px;
    font-weight: 500;
    resize: none;
    outline: none;
    appearance: none;
    background-color: transparent;
    z-index: 1;
    height: 57.4px;
    font-size: 20px;
  }

.checkout .qty{
    width: 118px;
}

.checkout .stage{
    width: 248px;
}

.checkout tr p{
    font-weight: 700;
}

.checkout .rmv-opt{
    cursor: pointer;
    font-size: 50px;
    user-select: none;
    color: #707070;
}

@media screen and (max-width:992px) {
    

    .checkout tr td:first-child, 
    .checkout tr th:first-child {
        padding-left: 20px;
    }

    .checkout .stage {
        width: 200px;
    }

    .checkout select{
        height: 50px;
        font-size: 16px;
        padding: 10px 14px;
    }

    .checkout tr{
        height: 95px;
    }

    .checkout tr p{
        max-width: 251px;
    }

    .checkout .rmv-opt{
        font-size: 36px;
    }

    .checkout .qty{
        width: 100px;
    }

}

@media screen and (max-width:768px) {

    .checkout .t-check{
        overflow: hidden;
        overflow-x: scroll;
    }
    .checkout table{
        width: 720px;
    }
}

@media screen and (max-width:576px) {
    #main-checkout .checkout .title{
        margin-bottom: 40px;
    }
    .checkout table {
        width: 720px;
        transform: scale(0.95,0.9);
        transform-origin: left;
    }
    .checkout tr td:first-child, 
    .checkout tr th:first-child{
        padding-left: 0;
    }
    .checkout .rmv-opt {
        font-size: 34px;
    }
}

/* ============================================================================================
                                        TABLE STYLES
===============================================================================================*/


#safety-data-sheet{
    max-width: 1520px;
    padding: 0 70px;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}

#safety-data-sheet h1{
    padding: 0;
    margin-top: 80px;
}

#safety-data-sheet h3{
    margin-top: 85px;
    color: #00688F;
}

#safety-data-sheet label{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 15px;
}

#safety-data-sheet input[type="search"]{
    height: 42px;
    border-radius: 45px;
    border: 1px solid #888888;
    padding: 10px 10px 10px 31px;
}

#safety-data-sheet table{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 1.1rem;
    width: 100%;
}

#safety-data-sheet table th{
    padding: 25px ;
    color: #212529;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

#safety-data-sheet td{
    padding: 25px;
    box-shadow: none;
    background: #fff !important;
    border-top: 1px solid #707070 !important;
}

#safety-data-sheet table a{
    font-size: 17px;
    font-weight: 700;
    background-color: #5C9259;
    color: #fff;
    line-height: normal;
    text-align: center;
    border-radius: 45px;
    border: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 43px;
    min-width: 120px;
    padding: 11px 0;
}

#safety-data-sheet table a:hover{
    background: #013078;
}

.dataTables_info, .dataTables_paginate{
    margin-top: 20px;
}

.sorting:last-child:after, .sorting:last-child:before{
    display: none !important;
}

@media screen and (max-width:768px) {
    #safety-data-sheet{
        padding: 0 20px;
    }

    #safety-data-sheet input[type="search"]{
        max-width: 235px;
    }

    #safety-data-sheet td{
        padding: 25px 10px;
    }
    
    #safety-data-sheet .dataTables_wrapper{
        overflow-x: scroll;
    }
    
}

/* Change by Dave */
.left { text-align:left; }
body#home-page .sics .paragraph { 
    font-size: 22px;
    font-weight: 400;
    
}
.content h1 { margin-bottom:30px; }
.content p { margin-bottom:20px; }
.MarketFeature { margin-bottom:80px; }
.MB30 { margin-bottom:30px; }
.MB40 { margin-bottom:40px; }
.MB50 { margin-bottom:50px; }
.MB60 { margin-bottom:60px; }
.MT32 { margin-top:32px; }
.PB80 { padding-bottom:80px !important; }

.pagination { --bs-pagination-active-bg: #00688F; }
.active > .page-link, .page-link.active { background-color: #00688F; border-color: #00688F; }
.page-link { color: #00688F ; }
.NoFlex { display:inline-block !important; }
.ro-ap h1, .ro-ap h2, .ro-ap h3, .ro-ap h4, .ro-ap h5 { margin-bottom:25px; }
.ro-ap p { margin-bottom:25px; }
.ro-ap ul { margin-bottom:25px; }
.ro-ap li { list-style:disc; list-style-position:inside; margin-bottom:15px; }

.w-news .each-fp { max-width:95% !important; } 
.feature-p .each-fp .content p.description { font-size:11px; }

body#page-dp #main-dp .content-hero .title { text-align:left; }
#main-dp .content-hero .sf-cta { margin-top:22px; }	

.ContactSub { text-align:center; margin-bottom:20px; }
.ContactSep { margin-top:20px !important; margin-bottom:20px; }
.each-fp p.desc { font-size:12px; }

.feature-p .each-fp .head { 
    min-height: 55px;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    color: #00688F;
    text-wrap: balance;
}

.ProductDetails .title { margin-top:32px; margin-bottom: 22px; text-transform: capitalize; font-weight: 700; color: #212529; font-size: 28px; font-style: normal; }

#page-news-d .hero-img {
    width: 590px !important;
    min-height: 394px !important;
	height:auto;
	max-height:450px;
    border-radius: 40px !important;
    overflow: hidden !important;
/*	position: sticky;
    top: 120px; */
}

#main-news .content-hero.PB80 .content { max-width:100%; text-align:center; margin-left:300px; margin-right:300px; }

#main-news .content-hero .title { margin-bottom: 45px; }
.news-d .content a { color:#00688F; text-decoration:underline; }
.news-d .content a:hover { text-decoration:none; }

#main-dp .content-hero .title.PNameReduce { font-size: 48px; line-height: 63px; }
#main-news .content-hero img { max-width:100%; }
#main-news .content-hero h1, #main-news .content-hero h2, #main-news .content-hero h3, #main-news .content-hero h4, #main-news .content-hero h5 { margin-bottom:25px; }

.feature-p .each-fp h4.head a { color: #212529; font-size: 26px; font-style: normal; font-weight: 700; line-height: 35px; text-decoration:none; }
.feature-p .each-fp h4.head a:hover { color: #00688F;  }
li.NavProd .hov-nav .links a { font-size:12px; }
li.NavProd .hov-nav .links { gap:20px 50px; }

.feature-p .each-fp .thumbnail { background:#fff; }
.feature-p .each-fp .thumbnail img { 
    width: 100%;
    max-height: 195px;
    object-fit: cover;
    max-width: 368px;
    border-radius: 12px;
}
.AboutCerts h1.title { line-height:60px; margin-bottom:20px; }
.about .cards.MB30 { margin-bottom:30px; }

section.feature-p .description {
    margin-bottom: 70px;
}

.some-prdct .slick-slide > div a {
    border: 2px solid #0000001A;
    box-shadow: 0px 2px 4px 0px rgba(137, 137, 137, 0.2);
    border-radius: 20px;
}

.feature-p .some-prdct .each-fp .thumbnail img { 
    border-radius: 20px 20px 0 0;
}

.some-prdct .content .head { 
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #00A0D2;
    text-wrap: balance;
    text-transform: uppercase;
}

.some-prdct .content p:nth-child(2)  { 
    font-size: 13px ;
    border: 1px solid #00A0D2;
    background: #6AC0EE33;
    border-radius: 60px;
    max-width: max-content;
    padding: 4px 20px;
    margin: auto;
}

.some-prdct .slick-slide > div a:hover {
    background: var(--color-grey-94, #E5F5FA);
}

.grid {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.bloc { 
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 25%;
    justify-content: flex-start;
}

.bloc img {
    height: 134px;
    margin: 0;
} 

.bloc h4 {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00A0D2;
    padding: 0 50px;
    min-height: 70px;
} 

.bloc p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 0 50px;
} 


#strategic-partnership { 
    position: relative;
    background-color: rgba(106, 192, 238, .3);
    background-image: url(../image/carousel-right-bg@2x.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

#strategic-partnership .container{ 
    display: flex;
    height: 100%;
} 

 

        .image-section {
            flex: 1;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
        }

        .image-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
        }

        .image-wrapper img.active {
            opacity: 1;
        }

        .content-section {
            padding: 80px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
          
        }

        .header {
            margin-bottom: 50px;
        }

        .header h1 {
            font-size: 40px;
            color: #00688F !important;
            line-height: 119%;
            margin-bottom: 15px;
            text-align: left;
        }

        .header h1:before {
            display: none;
        }

        .subtitle {
            font-size: 1.1rem;
            color: #333;
            font-weight: 500;
        }

        .feature-list {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .feature-item {
            cursor: pointer;
            transition: all 0.3s ease;
           
        }

        .feature-item:hover {
            transform: translateX(10px);
        }

        .icon {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .icon svg {
            width: 100%;
            height: 100%;
            fill: #0277bd;
        }

        .feature-title {
            font-size: 24px;
            color: #00A0D2;
            margin-bottom: 12px;
        }

        .feature-title span {
            color: #00A0D2;
            font-weight: 700;
        }

        .feature-description {
            font-size: 16px;
            line-height: 24px;
            max-width: 540px;
           
        }

        @media (max-width: 968px) {
            .container {
                flex-direction: column;
            }

            .image-section {
                min-height: 400px;
            }

            .content-section {
                padding: 40px 30px;
            }

            h1 {
                font-size: 2rem;
            }
        }


@media (max-width: 992px) { 

    #home .hero { 
        height: auto;
    }

    .hero {
        padding-top: 140px;
        margin-top: 0px;
    }

    .hero-video:before {
        display: none;
    }

    .hero-video { 
        margin-top: 40px;
        width: 100%;
        height: auto;
    }

    .hero-video video {
        height: 100%;
        width: 100%;
        border-radius: 20px;
    }

    .search-prdct { 
        transform: none;
        margin-top: 0px;
    }

    .search-prdct form button { 
        width: 100%;
    }

    .search-prdct form input { 
        max-width: 100%;
    }

    .search-prdct form { 
        padding: 0px;
    }


    .stratigic .locations { 
        flex-direction: column;
        gap: 0px;
    }

    .help-y .asr-h { 
        align-items: center;
    }

    .help-y .asr-h p { 
        margin-bottom: 0px;
    }

    
    

    .large-video { 
        width: 100%;
        margin-top: 0px;
    }

    .large-video:before { 
        display: none;
    }

    .large-video video { 
        border-radius: 0px !important ;
    }

    .grid {
        flex-direction: column;
        gap: 40px;
    }

    .bloc {
        width: 100%;
    }

    .copyright .container {
        flex-direction: column;
    }

    .second {
        flex-direction: column;
    }

    .second a {
        text-align: center;
    }

    .third { 
        margin-top: 20px;
    }

}
