* {
    outline: none;
}
.highlight {
    padding: 2px 9px;
    color: #FFFFFF;
    background: #feab6c;
}
body {
    font-family: 'Exo 2', sans-serif;
}
.subtext {
    margin: 0 0 10px;
    padding: 0px;
    display: block;
    font-size: 20px;
    color: #ff6e00;
    font-weight: 500;
}
#top-part {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#enquire-now {
    margin: 0;
    padding: 0px;
}
.enquire-now-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1280px;
    position: relative;
}
.inner-banner {
    margin: 0px;
    padding: 0px;
    /*background:url(../images/enquire-now/enquire-banner.jpg) no-repeat scroll top center;*/
    height: 219px;
}
.inner-banner h1 {
    margin: 80px 0 0;
    padding: 0px;
    font-size: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.inner-banner h1:after {
    background: #7acd19;
    border-radius: 5px;
    content: "";
    display: block;
    height: 33px;
    left: 0;
    margin: -18px auto;
    position: absolute;
    right: 0;
    bottom: -77px;
    width: 5px;
}
/**********enquire-now-page***********/
.enquire-now-page {
    margin: 30px 0 0;
    padding: 0px;
}
.enquire-now-page-top-part-inner {
    margin: 0px;
    padding: 0px;
}
.enquire-now-page-top-part h2 {
    padding: 0px;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: normal;
}
.contact-img {
    margin-bottom: 37px;
    text-align: center;
}
.contact-img img {
    max-width: 100%;
}
.enquire-now-page-top-part>form {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.contact-title {
    font-size: 44px;
    line-height: 37px;
    color: #e9930a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.contact-title>* {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
    color: #000;
    
}
.enquire-now-page-top-part .text-note {
    margin: 15px 0 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #ff0000;
    font-weight: 500;
    max-width: 475px;
    font-family: 'Exo 2';
    line-height: normal;
}
.contact-ddeatil-block {
    max-width: 39.5%;
    display: inline-block;
}
.contact-ddeatil-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.enquire-now-page-left,
.enquire-p {
    width: 100%;
}

.enquire-now-page-left-inner {
    background-color: #fff;
    width: 100%;
}

.enquire-now-page-left b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    flex-wrap: wrap;
}
.enquire-now-page-left b span {
    width: 48%;
    display: block;
    margin-bottom: 12px;
}
.enquire-now-page-left b span strong {
    display: block;
    font-size: 15px;
    line-height: normal;
    color: #000;
    margin-bottom: 2px;
    text-align: left;
    font-weight: 400;
}
.enquire-now-page-left b span strong img {
    margin: 14px 0 0;
    width: 17px;
}
.enquire-now-page-left b span.phone-enq {
    margin-right: 0px;
}
.enquire-now-page-left b span em {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.enquire-now-page-left b span input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    display: block;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.enquire-now-page-left b span textarea {
    margin: 0px;
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 115px;
    border-radius: 3px;
    box-sizing: border-box;
}
.enquire-now-page-left b span .chapcha {
    width: 37%;
    border-radius: 3px 0 0 3px;
}
.enquire-now-page-left b span .submit-nut {
    margin: 0px;
    padding: 0 20px;
    width: auto;
    border: none;
    background: #7acd19;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    line-height: 44px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.enquire-now-page-left b span .submit-nut:hover {
    background: #d65800;
}
.enquire-now-page-left b span.full-width {
    width: 100%;
}
.full-width.area {
    margin-bottom: 30px;
}

.enquire-now-page-left b .full-width input {
    /*background: #FFFFFF url(../images/enquire-now/subject.jpg) no-repeat scroll left 10px top 13px; */
    background-position: left 15px;
    background-color: #FFFFFF;
}
.enquire-now-page-left b .full-width textarea {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    min-height: 126px;
}
.enquire-now-page-left b .chapcha-code b {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-weight: normal;
}
.enquire-now-page-left b span select {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}
.bg-black {
    background: #000;
    padding: 10px 0px;
}

select::-ms-expand {
    display: none;
}
.enquire-now-page-left b .chapcha-code img {
    margin: 5px 0 0;
}
.enquire-now-page-left b span .select-box {
    margin: 0px;
    padding: 0px;
    float: right;
}
.enquire-now-page-left b span .se-in {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}
/*.enquire-now-page-left b span .select-wrapper{ float:left; display: inline-block; border:none; background:url("../images/enquire-now/arrow-red.jpg") no-repeat scroll right 17px; cursor: pointer; position:relative;}*/
.enquire-now-page-left b span .select-wrapper em {
    width: 90%;
    font-style: normal;
    text-transform: none;
}
.enquire-now-page-left b span .select-wrapper,
.select-wrapper select {
    border: 1px solid #cccccc;
    padding: 11px 0 11px 29px;
    margin: 0px;
    width: 94%;
    font-size: 15px;
    border-radius: 3px;
}
/*.enquire-now-page-left b span .select-wrapper:hover{ background:url("../images/enquire-now/arrow-red.jpg") no-repeat scroll right 17px; }*/
.enquire-now-page-left b span .select-wrapper .holder {
    display: block;
    margin: 1px 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 0;
    color: #888;
    font-size: 15px;
}
.enquire-now-page-left b span .select-wrapper select {
    margin: 0;
    padding: 0px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    left: 0;
    width: 100%;
    color: #888;
}
.enquire-now-page-left b span .select-wrapper select option {
    margin: 0;
    padding: 4px 0;
}
.enquire-now-page-left b span .select-wrapper .holder {
    /*background: #FFFFFF url(../images/enquire-now/select-country.jpg) no-repeat scroll left 0 top 0;*/
    background-position: left 0px;
    padding-left: 27px;
}
.enquire-now-page-left b span.chapcha-code {
    width: 100%;
}
.enquire-now-page-top-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 120px 0 50px 0;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-row b {
    width: 48%;
}
.enquire-now-page-right {
    margin: 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.contact-ddeatil-block ul li {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}
.contact-ddeatil-block ul li:last-child {
    margin-bottom: 0;
}
.contact-ddeatil-block ul li i {
    max-width: 56px;
    width: 100%;
    height: 56px;
    border-radius: 7px;
    background-color: #f3efe1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-ddeatil-block ul li i img {
    max-width: 100%;
}
.contact-ddeatil-block ul li>div {
    margin-left: 24px;
}
.contact-ddeatil-block ul li strong {
    font-size: 20px;
    color: #0e0e0e;
    font-weight: 600;
    display: block;
    font-family: 'Exo 2';
    line-height: normal;
    margin-top: -5px;
    margin-bottom: 3px;
}
.contact-ddeatil-block ul li span {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
    font-weight: 400;
    font-style: normal;
    display: block;
}

.contact-ddeatil-block ul li span small {
    font-size: 12px;
}
.contact-ddeatil-block ul li span a {
    color: #424242;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.contact-ddeatil-block ul li span a:hover {
    color: #e9930a;
}
.select-your-product {
    margin: 50px 0 0;
}
.submit-but-enquire-now {
    padding: 0px;
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 20px;
}
.submit-but-enquire-now input {
    margin: 0px;
    padding: 0 50px;
    width: auto;
    border: none;
    background: #000;
    border-radius: 4px;
    color: #fff;
    float: none;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    font-family: 'Exo 2';
    transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
}
.submit-but-enquire-now input:hover,
.submit-but-enquire-now input:focus {
    background: #e9930a;
}
.enquire-now-address ul li span p b {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.chapcha-code {
    padding: 0px;
    float: left;
    width: 50%;
    text-align: center;
}

.g-recaptcha {
    margin: 0 auto;
    float: none;
}
.section-common-content h2.inner-heading {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
    color: #000000;
    font-size: 27px;
    font-weight: 600;
}
/******************************************/
.banner {
    margin: 80px 0px 0px;
    padding: 30px 0px;
    background: #004146;
    display: block;
}
.banner-inner {
    max-width: 1280px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.banner h1 {
    margin: 0 0 0;
    padding: 0px;
    font-size: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 100%;
}
/******************************************/
/****************************************/
@media screen and (max-width:1023px) {
    .title-data {
        width: calc(100% - 410px);
        width: -o-calc(100% - 410px);
        width: -ms-calc(100% - 410px);
        width: -moz-calc(100% - 410px);
        width: -webkit-calc(100% - 410px);
    }
}
@media screen and (max-width:991px) {
    .banner-inner {
        height: auto;
    }
    .banner {
        padding: 30px 0;
    }
    .banner h1 {
        font-size: 38px;
    }
    .contact-img {
        text-align: center;
    }
    .contact-ddeatil-block {
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .enquire-now-page-left {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }
    .enquire-now-page-top-part>form {
        width: 100%;
    }

    .enquire-now-page-left-inner {
        width: 100%;
    }
    .enquire-now-page-top-part p.text {
        margin-bottom: 0;
    }
    .title-data {
        width: 100%;
    }
    #enquire-now {
        background-image: none;
    }
}
@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 28px;
    }
    .flex-row b {
        width: 100%;
    }
    .enquire-now-page-top-part{padding-top: 90px;}
}
@media screen and (min-width:1px) and (max-width:767px) {
    .enquire-now-top-right-part {
        margin-left: 0;
        width: 100%;
    }
    .enquire-now-email {
        min-height: inherit;
    }
    .enquire-now-phone {
        padding: 18px 0 0;
    }
    .enquire-now-page-bottom-left {
        width: 100%;
        border: none;
    }
    .enquire-now-address {
        float: left;
        width: 100%;
    }
    .enquire-now-address ul {
        margin: 0 0 0 30px;
        width: 87%;
    }
}
@media screen and (min-width:1px) and (max-width:567px) {
    .inner-banner {
        background-size: cover;
        height: auto;
    }
    .inner-banner h1 {
        margin: 45px 0 35px;
        font-size: 36px;
    }
    .inner-banner h1:after {
        bottom: -31px;
    }
    .enquire-now-page-left {
        width: 100%;
        padding: 0px;
        background: none;
        height: auto;
    }
    .enquire-now-email {
        width: 100%;
        border: none;
    }
    .enquire-now-phone {
        float: left;
        width: 100%;
    }
}
@media screen and (min-width:1px) and (max-width:414px) {
    .inner-banner {
        background-size: cover;
        height: auto;
    }
    .inner-banner h1 {
        margin: 45px 0 35px;
        font-size: 36px;
    }
    .inner-banner h1:after {
        bottom: -31px;
    }
    .enquire-now-page-left b span .select-wrapper,
    .select-wrapper select {
        width: 96%;
    }
    .enquire-now-address ul {
        margin: 20px 0 0;
        width: 100%;
    }
}
@media screen and (min-width:1px) and (max-width:400px) {
    .enquire-now-page-left b span .select-wrapper,
    .select-wrapper select {
        width: 95%;
    }
}
@media screen and (min-width:568px) and (max-width:666px) {
    .enquire-p {
        width: 96%;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .enquire-now-top-right-part {
        margin-left: 0;
        width: 100%;
    }
    .enquire-now-page-bottom-part-inner {
        width: 98%;
    }
    .enquire-now-email {
        min-height: inherit;
    }
    .enquire-now-phone {
        padding: 18px 0 0;
    }
    .enquire-now-page-bottom-left {
        width: 100%;
        border: none;
    }
    .enquire-now-address {
        float: left;
        width: 100%;
    }
    .enquire-now-address ul {
        margin: 0 0 0 30px;
        width: 87%;
    }
}

@media screen and (min-width:1024px) and (max-width:1342px) {
    .enquire-now-top-right-part {
        margin-left: 20px;
        width: 450px;
    }
    .enquire-now-page-bottom-part-inner {
        width: 98%;
    }
    .enquire-now-email span {
        margin-left: 0px;
    }
}
@media (max-width:630px) {
    .contact-ddeatil-block ul li strong {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-title {
        font-size: 34px;
        margin-bottom: 23px;
    }
    .enquire-now-page-left b span {
        width: 100%;
    }
    .submit-but-enquire-now,
    .chapcha-code {
        width: 100%;
    }
    .submit-but-enquire-now {
        margin-top: 20px;
        text-align: left;
    }
}