/* ======== CSS Document =================== */
:root {
    --main-color:#FC4D00;
    --linear:  radial-gradient(circle at 70% 10%,rgba(255,119,0,.10),transparent 45%),;
    --border-radius: 10px;
    --black : #000;
    --label: #6b7280;
    --nav-dark: #16181d;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--common-font), sans-serif;
}
body{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}
*::before,
*::after{
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
ul,li,ol{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
a,
a:hover,
a:visited,
a:focus
{
    text-decoration: none;
}
a:hover{
    color: #000;
}
p{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,h6,button,textarea,input{
    font-family: var(--common-font), sans-serif;
}
p:last-child{
    margin-bottom: 0;
}
.heading-area{
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
.heading-area.center{
    text-align: center;
}
.heading-area.center > *{
    display: block;
    text-align: center;
}
.sub-title{
    color: var(--black);
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px 0;
    width: 100%;
}
.sub-title::before{
    content: '';
    display: block;
    background: var(--black);
    width: 40px;
    height: 2px;
    margin-right: 13px;
}
.main-title{
    color: var(--black);
    font-size: 46px;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.orange-color{
    color: #ff6e00;
}
.heading-area.white > *{
    color: #fff;
}
main{
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
main > *{
    padding: 40px 0;
}
.bg-color1{
    background-color: rgba(239, 230, 230, 0.8);
}
.bg-color2{
    background-color: rgba(233, 241, 241, 0.8);
}
#main {
    display: block;
    float: none;
    width: 100%;
}
/* ====================================== */
/*======================================
 HERO
======================================*/
.enquiry-hero {
    background: linear-gradient(
        90deg,
        #F9F3F1 0%,
        #FFFFFF 25%,
        #FFFFFF 55%,
        #E9F1FA 75%,
        #FBF7F5 100%
    );
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
}
.enquiry-hero::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(circle, #FE7320 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.35;
    mask-image: radial-gradient(circle, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
}

.enquiry-hero::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 15%;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(circle, #1E8FFD 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.3;
    mask-image: radial-gradient(circle, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
}
.container{
    max-width:1310px;
    padding: 0 15px;
    margin:auto;
    position:relative;
}

.hero-left{
    display: flex;
    flex-direction: column;
}

.hero-title{
    color: var(--black);
    font-size: 55px;
    font-weight: 800;
    text-transform: capitalize;
    margin: -8px 0 10px 0;
    line-height: 1em;
}
.hero-title span{
    color:#ff6e00;
}
.hero-description{
    text-align: justify;
    color: #333;
}
.hero-left b{
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    display: block;
    margin-bottom: 15px;
}
.hero-left p{
    margin: 0;
}
.hero-feature-bar {
    background: #fff;
    border-radius: 40px;
    border: 1px solid #f3f5f7;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    width: max-content;
}
.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.feature-text{
    display:flex;
    flex-direction:column;
}
.feature-text strong {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}
.feature-text span {
    font-size: 13px;
    color: #333;
    line-height: 19px;
}
.feature-divider {
    width: 1px;
    height: 40px;
    background: #f3f5f7;
    margin: 0 15px;
}
.hero-right{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.en_step {
    display: inline-block;
    padding: 7px 7px;
    min-width: 55px;
    color: #ff6e00;
    font-weight: 900;
    font-size: 14px;
    background-color: #FFFAF3;
    border-radius: 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 1em;
    text-align: center;
    margin: -20px 0 10px;
    letter-spacing: 0.5px;
}
/* =========================================== */
.enquire-now{
    padding-top: 0;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}
.enquire-now::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background: #fdfdfd;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
}
.enquire_inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.bestselling-row{
    border-right: 1px solid #f3f5f7;
    padding-right: 20px;
    min-height: 100%;
}
.enquire_inner form{
   display: grid;
   grid-template-columns: 1.3fr 1fr;
   gap: 20px;
   padding: 25px;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
   align-items: flex-start;
   box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
   background-color: #fff;
}
.enquire_left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: flex-start;
}
.enquire_left em{
    display: block;
    color: #AAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.605px;
    font-style:normal ;
    text-transform: capitalize;
    margin: 0 0 4px 0;
}
.enquire_left .form-span {
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;

}
.enquire_left i {
    display: inline-flex;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    align-items: center;
}
.grid-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.enquire_left input,
.enquire_left select,
.enquire_left textarea{
    width: 100%;
    display: block;
    color: #22232A;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: var(--common-font);
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 40px;
    background: transparent;
    height: 50px;
    border: 1px solid #eef0f1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.enquire_left select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%236F6E75' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 35px; /* room for the new arrow */
}

/* Safari-only nudge: sometimes needed if text still sits high */
_::-webkit-full-page-media, _:future, .enquire_left select {
    padding-top: 0;
    padding-bottom: 0;
}
.enquire_left input:focus,
.enquire_left input:hover,
.enquire_left select:focus,
.enquire_left select:hover,
.enquire_left textarea:focus,
.enquire_left textarea:hover
 {
    outline: none;
    border-color: #FE7320;
    box-shadow: 0 4px 12px rgba(254, 115, 32, 0.08);
}
.countryPhoneSelectWrapper {
    position: relative;
    width: 100%;
    width: 100%;
    display: block;
    color: #22232A;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    font-style: normal;
    font-family: var(--common-font);
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: transparent;
    border: 1px solid #eef0f1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
}
.countryPhoneSelectWrapper input {
    margin: 0;
    padding: 15px 12px 15px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
}
.countryPhoneSelectWrapper input:hover,
.countryPhoneSelectWrapper input:focus{
    box-shadow: none;
}
.countryPhoneSelectWrapper:hover{
     outline: none;
    border-color: #FE7320;
    box-shadow: 0 4px 12px rgba(254, 115, 32, 0.08);
}
.enquire_left i.phone-icon{
    left: 65px;
}
.country_phone_num {
    padding: 10px 12px;
    border-right: 1px solid #eef0f1;
    background: #fff;
}
.country_phone_code_hide{
    display: none;
}
.enquire_left textarea {
    height: 120px;
}
.form-span:has(textarea) i{
  align-items: flex-start;
  top: 15px;
}
.chapcha-code{
    margin: 0;
}
.submit-but-enquire-now {
    display: inline-block;
}

.enquire_left input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--common-font); /* Safari defaults to system font on form controls otherwise */
    line-height: normal; /* line-height: 0 can cause baseline/vertical shifts on Safari */
    text-transform: capitalize;
    border: 0;
    outline: none;
    box-shadow: none;
    background-image: url(../images/contact-us/submit-arrow.svg), linear-gradient(180deg, #FE9D4D 0%, #FE5909 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 83px) center, center;
    background-position: -webkit-calc(50% - 83px) center, center;
    background-position: -moz-calc(50% - 83px) center, center;
    background-position: -ms-calc(50% - 83px) center, center;
    background-position: -o-calc(50% - 83px) center, center;
    background-size: 25px, cover;
    padding: 13px 15px 15.5px 15px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-align: center;
}

.enquire_left input[type="submit"]:hover {
    background-image: url(../images/contact-us/submit-arrow.svg), linear-gradient(180deg, #D78541 0%, #D74B07 100%);
}

.d-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}
.bestselling-row-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.footnote {
    font-size: 14px;
    color: #9CA3AF;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.bestselling-column{
    border: 2px solid #f3f5f7;
    width: 100%;
    position: relative;
    padding:8px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.bestselling-column.selected {
  border-color: #feb790;
}

.bestselling-inner {
    min-height: 52px;
}
.bestselling-head {
    cursor: pointer;
}
.productseltitle {
    color: var(--black);
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 15px 0;
}
.productseltitle span{
    color: #ff6e00;
    font-size: 18px;
}
.bestselling-head .input-row input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.bestselling-head .input-row {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bestselling-head .input-row .radioMark {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    right: 8px;
    border-radius: 50%;
    top: 8px;
    margin-top: 0;
    pointer-events: none;
    box-shadow: 0 0 0 1px #DDD inset;
    border-radius: 3.29px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.bestselling-head .input-row .radioMark::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ff6e00;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.bestselling-head .input-row input[type="radio"]:checked~.radioMark::before{
    opacity: 1;
}
.bestselling-head .input-row input[type="radio"]:checked~.radioMark{
    box-shadow: 0 0 0 1px #ff6e00 inset;
}
.bestselling-column .bestselling-inner .bestselling-head .input-row:has(input[type="radio"]:checked) {
    border-color:#ff6e00;
}
/* .bestselling-head .input-row input[type="radio"]:checked~.radioMark {
    background-color: #ff6e00;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center;
    box-shadow: 0 0 0 0 #fff inset;
} */
 .icon-box.color-orange { background: #FDEEE6; color: #FE7320; }
.icon-box.color-blue   { background: #E6F3FE; color: #1E8FFD; }
.icon-box.color-yellow { background: #FFFBEB; color: #F59E0B; }
.icon-box.color-purple { background: #F3F3FD; color: #6D60F8; }
.icon-box.color-green  { background: #ECFBF3; color: #2FCA9A; }
.icon-box.color-indigo { background: #F1F0FD; color: #6356FA; }
.icon-box.color-pink   { background: #FDEBF3; color: #F0479E; }
.icon-box.color-teal   { background: #E9FAFB; color: #53D5D6; }
.icon-box.color-lime    { background: #F7FEE7; color: #84CC16; }
.icon-box.color-fuchsia { background: #FDF4FF; color: #D946EF; }
.icon-box.color-gray    { background: #F3F4F6; color: #6B7280; }
.icon-box.color-rose  { background: #FFF1F2; color: #FB7185; }
.icon-box.color-cyan   { background: #ECFEFF; color: #06B6D4; }
.icon-box.color-violet { background: #F5F3FF; color: #8B5CF6; }

.icon-box{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: absolute;
    left: 10px !important;
    top: 8px !important;
}
.bestselling-content {
    padding-left: 65px;
    min-height: 100%;
    position: relative;
    pointer-events: none;
}
.bestselling-content strong {
    color: #6f6e75;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.bestselling-head label {
    margin: 0 0 5px 0;
    padding: 0 0 0 65px;
    color: var(--black);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    padding-right: 25px;
}
strong.dp__green {
    font-size: 10px;
    line-height: 1em;
    padding: 3px 4px 4px 4px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #ddfce8;
    text-align: center;
    display: inline-block;
    color: #009500;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #f0fdf4;
    margin-left: 2px;
    vertical-align: bottom;
}
.enquire-detail{
    padding-top: 0;
}
.enquire-detail-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.inner-box{
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
    padding: 20px 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
}
.inner-box i {
    display: block;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FDEEE6;
}
.inner-box i img{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.inner-box .strong-title {
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.inner-box span{
    display: flex;
    flex-direction: column;
}
.inner-box h4 {
    color: #ff6e00;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px;
}
.inner-box h4 ~ p{
    font-size: 14px;
}
.inner-box h4 b, .inner-box p b {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 400;
}
.inner-box p a{
    color: #FC4D00;
    font-weight: bold;
}
.inner-box p a:hover{
    color: #4a0;
}
.inner-box p {
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
}
.inner-box p:last-child{
    margin-bottom: 0;
    position: relative;padding-bottom: 10px;
}
.inner-box p:last-child::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: #ff6e00;
}
.black{
    color: #000 !important;
    font-weight: 500 !important;
}
.black:hover{
    color: #ff6e00 !important;
}
#radio-error:empty {
    display: none;
}
.text-note{
    border-left: 4px solid #ff6e00;
    padding: 10px 15px;
    color: #6f6e75;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    background-color:#fff4eb;
}
.text-note strong{
    color: #ff6e00;
}
.stage {
    position: relative;
    grid-column: span 2;
  }
.span-2{
    grid-column: span 2;
}
  .section-header {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .label {
    flex: 0 0 auto;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--label);
    white-space: nowrap;display: block;
    font-style: normal;
  }

  .rule {
    flex: 1 1 auto;
    height: 0;
    border-top: 1px solid #e7e9eb;
  }

   .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }

.notice-box {
    border: 1px solid #f0dfa8;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fffbf0 45%, #fdf3d6 100%);
    padding: 15px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 20px;
}

.notice-icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1.5px solid #e8a020;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

  .notice-icon span {
    color: #e8a020;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;

  }

.notice-text {
    margin: 0;
    font-size: 14px;
    color: #6b6b64;
    line-height: 1.4;
}

.notice-text.bold {
    margin: 5px 0 0;
    color: #000;
    font-weight: 600;
}

@media (max-width:1450px) {
.hero-wrapper {
    gap: 15px;
}
.feature-text strong {
    line-height: 17px;
    margin: 0 0 3px;
}
.feature-text span {
    line-height: 15px;
}
}

@media (max-width:1199px) {
.hero-right {
    display: none;
}
.hero-feature-bar {
    margin-top: 10px;
}
.hero-left b {
    font-size: 18px;
    margin-bottom: 5px;
}
.hero-title {
    font-size: 50px;
}
    .enquire_inner form {
        grid-template-columns: 100%;
    }
    .bestselling-row{
        border: 0;
        padding: 0;
        min-height: inherit;
    }
        .enquire-detail-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hero-wrapper{
        display: block;
    }
    .en_step{
        display: none;
    }
    .form-span i {
        display: none;
    }
    .enquire_left input, .enquire_left select, .enquire_left textarea {
        padding-left: 15px;
    }
}

@media (max-width:991px) {

}

@media (max-width:630px) {
    .bestselling-row-inner {
        display: flex;
        flex-direction: column;
    }
    .span-2 {
    grid-column: auto;
}
.grid-column-2 {
    grid-template-columns: 100%;
}
.enquire-detail-inner {
    display: flex;
    flex-direction: column;
}
.bestselling-inner {
    min-height: inherit;
}
.icon-box {
    width: 45px;
    height: 45px;
    top: 6px !important;
}
.icon-box svg{
    width: 25px;
    height: 25px;
}
.enquire_inner form {
    padding: 25px 15px;
}
.bestselling-head label {
    padding: 0 0 0 55px;
    padding-right: 25px;
}
.bestselling-content {
    padding-left: 55px;
}
.enquiry-hero::after {
    right: 5%;
    width: 100px;
    height: 100px;
}
.hero-title {
    font-size: 30px;
}
.hero-left b {
    font-size: 16px;
    margin-bottom: 5px;
}
.hero-feature-bar{
    display: grid;
     grid-template-columns: 1fr 1fr;
     align-items:inherit;
     gap: 15px;
}
.feature-divider{
    display: none;
}
.hero-feature-bar {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 100%;
    padding: 15px;
}
.hero-feature{
    flex-direction: column;
    text-align: center;
    width: calc((100% - 30px) / 2);
    gap: 3px;
}
.productseltitle {
    font-size: 20px;
    line-height: 1em;
}
.enquire_left em {
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}
.inner-box i {
    width: 60px;
    height: 60px;
}
.inner-box i svg{
    width: 30px;
    height: 30px;
}
.enquire_left input[type="submit"] {
    font-size: 16px;
}
.enquiry-hero::before {
    width: 120px;
    height: 120px;
}
.common-btn {
    font-size: 16px;
}
}
