@charset "utf-8";
/* CSS Document */

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
</style> */


  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* list-style:none;*/
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
}


/* End Clearfix */

img {
    max-width: 100%;
}


/* For IE 6/7 (trigger hasLayout) */

a,
button,
.btn {
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    /* color: # */
}

.btn,
.btn-large,
.btn-flat {
    height: auto;
    letter-spacing: normal;
    box-shadow: none;
    text-transform: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}



/*-- Header css start here --*/



/*-------------- Start of header css ------------------*/
/* .header-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 111;
} */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 110px !important;
}
body.offeradd {
    padding-top: 165px !important;
}

.header-main {
    /* width: 100%;
    float: left; */
    background-color: #19261d;
    /* padding: 15px 0; */
}

.sticky {
    position: fixed;
    background-color: #19261d;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    animation-name: fadeInDown;
    animation-duration: .5s;
    padding: 10px 0;
}

.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}

.header .my-menu {
    text-align: right;
}

.header .my-menu ul {
    display: inline-block;
}

.header .my-menu ul li {
    display: inline-block;
    margin: 0 16px;
    position: relative;
}

.header .my-menu ul li:last-child {
    margin-left: 20px;
}

.header .my-menu .sub-menu li:last-child {
    margin-left: 0;
}

.header .my-menu ul li a {
    display: inline-block;
    color: rgb(255 255 255);
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    border-radius: 2px;
}

.header .my-menu ul li.active a {
    color: #CB7428;
}

.header .my-menu ul li a:hover {
    color: #CB7428;
}

/* .header .my-menu ul li.active a {
    border-bottom-color: #0072bc;
	border-bottom: 3px solid #0072bc;
} */

.header .my-menu li>a:hover::after {
    width: 100%;
}

.header .my-menu li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CB7428;
    transition: width .3s;
}

.header .my-menu .sub-menu {
    display: none;
}

.header .my-menu .sub-menu li {
    display: block;
}

.header .my-menu .sub-menu li a {
    font-size: 12px;
    color: #fff;
}

.header .my-menu .sub-menu li a:hover {
    color: #282e3e;
}

.header .my-menu ul li:last-child a:hover {
    border-bottom: transparent;
}

.header .my-menu .sub-menu li {
    margin: 0 0 5px;
}

.header .my-menu .sub-menu {
    display: none;
}

.header .my-menu ul li.dropdowns:hover .sub-menu {
    display: block;
    position: absolute;
    text-align: center;
    left: -38px;
    background: #0072bc;
    width: 150px;
    padding: 10px;
}

.header .my-menu .sub-menu li {
    display: block;
}

.header .my-menu .sub-menu li a {
    font-size: 12px;
    color: #fff;
}

.header .my-menu .sub-menu li a:hover {
    color: #282e3e;
}

.header .my-menu .sub-menu li {
    margin: 0 0 5px;
}

.menu_toggale {
    display: none;
}

.header-main .logo.col-lg-3.col-md-3.col-sm-12 {
    padding-left: 0;
}

.header-main .my-menu.col-lg-9.col-md-9.col-sm-12 {
    padding-right: 0;
}

.header .my-menu ul li:last-child {
    margin-right: 0;
}

.header-main.sticky .header .logo img {
    margin-top: 0;
}

.header-main .my-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_up a.login {
    color: #fff;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: #19261D;
    /* width: 101px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 34px; */
    border-radius: 5px;
    padding: 6px 20px;
}

.sign_up a.login:hover {
    color: white;
    background: #cb7427;
}

.sign_up a {
    margin-right: 15px;
}

.sign_up a:last-child {
    margin-right: 0px;
}

.banner-main .owl-nav {
    position: relative;
}

.banner-main .owl-nav button.owl-prev {
    background: url(../img/left.png) no-repeat;
    background-size: 100%;
    width: 19px;
    height: 60px;
    position: absolute;
    top: -280px;
    left: 70px;
}

.banner-main .owl-nav button.owl-next {
    background: url(../img/right.png) no-repeat;
    background-size: 100%;
    width: 19px;
    height: 60px;
    right: 70px;
    position: absolute;
    top: -280px;
}

.banner-main .owl-nav button span {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.banner-main .owl-nav button span {
    display: none;
}

/*-------------- End of header css ------------------*/

/*-------------- Start of home page css ------------------*/
.banner-main {
    width: 100%;

}

.banner-main #banner-slider {
    z-index: inherit;
}

/* .banner-main:before {
    content: '';
    background: url(../images/banner-be.png) no-repeat;
    background-size: 100%;
    width: 480px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
} */



.banner-content .sub-title {
    display: block;
    color: #242a3a;
    font-size: 37px;
    font-family: "Poppins-Medium";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-content .title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: left;
    color: #000;
}


.banner-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-top: 20px;
}

/* .banner-main .owl-dots {
    display: none;
}

.banner-main .owl-nav {
    position: absolute;
    left: 190px;
    bottom: 20px;
    z-index: 11;
}

.banner-main .owl-nav button {
    width: 25px;
    height: 10px;
    margin: 0 15px;
    position: relative;
}

.banner-main .owl-nav button span {
    font-size: 0;
    width: 25px;
    height: 10px;
}

.banner-main .owl-nav button.owl-prev:before,
.banner-main .owl-nav button.owl-next:before {
    content: "";
    width: 25px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.banner-main .owl-nav button.owl-prev:before,
.banner-main .owl-nav button.owl-next:before {
	    background: url(../images/arrow-left.png) no-repeat;
		background-size: 100%;
}

.banner-main .owl-nav button.owl-next:before {
	    background: url(../images/arrow-right.png) no-repeat;
		background-size: 100%;
} */
.banner-social {
    width: auto;
    float: left;
    position: absolute;
    right: 25px;
    bottom: 12px;
    z-index: 11;
}

.banner-social ul {
    display: inline-block;
}

.banner-social ul li {
    display: inline-block;
    margin: 0 3px;
}

.banner-social ul li a {
    font-size: 18px;
    color: #fff;
}

/* .banner-main .owl-nav:before {
    content: "";
    width: 2px;
    height: 24px;
    border-left: 1px solid #242a3a;
    left: 55px;
    bottom: 7px;
    position: absolute;
    transform: rotate(20deg);
} */

/*--- tabs css start here ---*/
.tabs_main {
    width: 100%;
    /* background: #CB7428; */
    /* float: left; */
    margin-top: 0px;
    background-image: url(../../assets/img/getquoteimg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    background-position: right;
    /* margin-bottom: 49px; */
    /* box-shadow: 0px 5px 30px 0px rgb(158 164 201 / 20%); */
}

.tabs_main .nav-tabs {
    border-bottom: inherit;
    /* margin-top: -132px; */
    padding: 14px 90px 0px 100px;
    /* justify-content: center; */
    /* position: relative; */
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid #ccc;*/
}

.tabs_main .tab-content {
    padding: 20px 100px;

}

.tabs_main .nav-tabs .nav-item.show .nav-link,
.tabs_main .nav-tabs .nav-link.active {
    color: #cb7427;
    background-color: transparent;
    /* width: 0px; */
    font-weight: 600;

}

.tabs_main .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tabs_main .nav-tabs .nav-link {
    /* background: #ECECEC; */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 0 38px 0px 0px;
    line-height: 26px;
    /* border-radius: 5px; */
    text-align: center;
    color: #ffffff;
}

.tabs_main li.nav-item {
    margin-right: 0px;
}

.tabs_main .nav-tabs .nav-link.active {
    position: relative;
}

.tabs_main li.nav-item .nav-link.active::after {
    content: "";
    width: 50px;
    display: none;
    position: absolute;
    text-align: center;
    border-bottom: solid 3px #fff;
    left: 50%;
    top: 84%;
    transform: translate(-50%, -50%);
}

.tab_btn {
    width: 100%;
}

.tab_btn a {
    font-style: normal;
    font-weight: normal;
    border: 1px solid #cb7427;
    height: 38px;
    font-size: 16px;
    line-height: 37px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: #cb7427;
    width: 100%;
}

.tab_btn a:hover {
    color: #cb7427;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.select_box select {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ced4da;
    /* border-radius: 0; */
    padding: .375rem .30rem;
}


/*--- tabs css end here ---*/

/*----- why sec css start here ------*/
.why_us {
    width: 100%;
    /* float: left; */
    background: white;

}

.why_us .sec_title {
    margin-bottom: 13px;
}

.why_boxtop h2 {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
    width: 90%;
    line-height: 22px;
    color: rgb(0 0 0);
}

.why_boxtop p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    width: 90%;
}

.sec_title {
    width: 100%;
}

.sec_title h2.heading {

    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: #19261D;
}

.row.why_bottom {
    margin-top: 50px;
    padding-left: 21px;
}

.mainsidecountbox2 .why_bottombox span.countspan {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    margin-top: -4px;
    top: -17px;
    opacity: 0.4;
    color: #cb7427;
}

.why_bottombox h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 23px; */
    text-align: left;
    color: #19261D;
}

.why_bottombox p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* margin-top: 5px; */
    line-height: 22px;
    text-align: left;
    margin-top: 13px;
    color: #000000;
}

.view_more {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.view_more a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    background: #CB7428;
    width: 137px;
    height: 37px;
    border-radius: 34px;
}

.view_more a:hover {
    background: #243539;
}

/*----- why sec css end here ------*/

/*----- our process sec css start here ------*/
.our_processmain {
    width: 100%;
    float: left;
    background-image: url(../../assets/img/ourprocessbg.png);
    height: 100%;
    object-fit: contain;
    padding: 134px 0px 70px 0px;
    background-color: #1a261d;

}

.our_processmain .process_lefttext h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #ffffff;
}

.our_processmain .process_lefttext p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
    color: #ffffff;
}

.our_processmain .owl-nav button.owl-prev {
    background: url(../img/prevnew.svg) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: relative;
    right: 35px;
}

.our_processmain .owl-nav button.owl-next {
    background: url(../img/nextnew.svg) no-repeat;
    content: '/f178';
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    left: 10px;
    top: 1px;
}

.our_processmain .owl-nav {
    position: absolute;
    left: -70%;
    bottom: 0;
}

.our_processmain .owl-dots {
    display: none;
}

.our_processmain .owl-nav button span {
    display: none;
}

.our_processmain .owl-nav button span {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.process_rightbox {
    width: 100%;
}

.process_innerbox {
    background: #162019;
    /* border: 1px solid rgba(0, 0, 0, 0.5); */
    padding: 47px 20px 30px 20px;
    width: 48%;
    margin-top: 41px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 1%;
    margin-left: 1%;
    /* box-shadow: 0px 0px 11px -6px grey; */
    float: left;
}

.process_rightbox .process_innerbox:last-child {
    margin-right: 0;
}

.count {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.count span {
    display: block;
    background: #3E4941;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #cb7427;
    text-align: center;
    line-height: 60px;

    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 10px;
}

.process_innerbox h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

.process_innerbox p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #8C918E;
    margin: 0;
}


/*----- our process sec css end here ------*/

/*----- Product sec css start here ------*/
.product_main {
    width: 100%;
    float: left;
    padding: 70px 0;
    background:#F1F1F1;
    font-family: 'Inter', sans-serif !important;

}

.prod_innerbox .card {
    background: #fff;
    border: inherit;
    border-radius: 0;
    box-shadow: 0 0 40px -28px grey;
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 15px !important;
}
.prod_innerbox .card .card-body {
    padding: 15px;
    border-radius: 15px;
    background: #F1F1F1;
    /* margin: 10px; */
    margin-top: 20px;
}

.price_box {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.price_left {
    width: 100%;
    float: left;
}

.price_left h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.price_right {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.price_right span {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    color: #CB7428;
}

.finger_icon {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 28px;
}

.finger_icon li {
    display: inline-block;
    border-right: solid 1px rgba(0, 0, 0, 0.05);
    width: 31.6%;
    text-align: center;
}

.finger_icon li a img {
    /* width: auto !important; */
    margin: 0 auto;
}

.finger_icon li:last-child {
    border-right: inherit;
}

.finger_icon li a {
    /* padding: 0 23px; */
    display: inline-block;
}

.finger_icon li a p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #243539;
    margin: 0;
    margin-top: 10px;
}

.process_btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.process_btn a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #c7712b;
    border: 1px solid #c7712b;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    background: #fcf7f2;
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.process_btn a:hover {
    background: #cf7531;
    color: #fff;
}

.product_main .sec_title {
    margin-bottom: 40px;
}

/*----- Product sec css end here ------*/

/*----- About sec css end here ------*/

.about_us {
    width: 100%;
    float: left;
    padding: 70px 0;
    background-color: #FCF7F2;
}

.about_us .sec_title {
    margin-bottom: 40px;
}



.code_box {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -40px;
}

/* .about_sliderinner::before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #CB7428;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
} */
.about_sliderinner span.code {
    width: 60px;
    height: 60px;
    display: block;
    background: #CB7428;
    border-radius: 100px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.about_sliderinner span.code img {
    width: 30px;
    text-align: center;
    margin: 0 auto;
    padding-top: 19px;
    height: auto;
}

.about_sliderinner p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #19261D;
    margin-top: 14px;
}

.customers_box {
    width: 100%;
    text-align: center;
    display: flex;
    z-index: 9;

}

.customers_box img {
    width: 60px !important;
    text-align: center;
    /* margin: 0 auto; */
    margin-right: 13px;
    height: 60px;
    object-fit: cover;
}

.customers_box h3 {

    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    color: #19261D;
    margin-top: 5px;
}

.customers_box span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: rgb(203 116 39);
    text-align: center;
}

/* .about_us button.slick-prev.slick-arrow {
    font-size: 0;
    display: none;
}
.about_us button.slick-next.slick-arrow {
    font-size: 0;
    display: none;
} */


.about_us .slick-prev:before,
.about_us .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 27px;
    /* line-height: 1; */
    margin-top: -17px;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
}


.about_us .slick-prev,
.about_us .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #243539;
    border-radius: 100%;
    z-index: 9;
}

.about_us .slick-prev {
    left: -52px;
}

.about_us .slick-next {
    right: -53px;
}

.about_us .owl-nav button span {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.about_us .owl-nav button span {
    display: none;
}

/*----- About sec css end here ------*/


/*----- Get In Touch sec css start here ------*/
.getin_touch {
    width: 100%;
    float: left;
    padding: 70px 0;
    /* background: rgb(247 247 247); */
}

.getin_touch .sec_title {
    margin-bottom: 40px;
}

.getin_touch .get_block {
    width: 70%;
    margin: 0 auto;
}

.form_inner {
    width: 100%;
    margin-bottom: 35px;
}

.form_inner .form-control {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    height: 39px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #747474;
    background-color: #ffffff;
}

.form_inner.textarea {
    margin-bottom: 30px;
}

.form_inner.textarea .form-control {
    height: auto;
}

.send_btn {
    width: 100%;
    text-align: center;
}

.send_btn a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #CB7428;
    border-radius: 80px;
    width: 108px;
    display: inline-block;
    height: 36px;
}

.send_btn a:hover {
    background: #243539;
}

/*----- Get In Touch sec css end here ------*/

/*----- Footer sec css start here ------*/
.footer-main {
    width: 100%;
    float: left;
    background-color: #272727;
    padding-top: 60px;
    position: sticky;
    top: 100%;
}


.footer-bottom {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.footer-inner {
    color: #fff;
}

.footer-inner h2 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    /* margin-top: 30px; */
}

.footer-inner p {

    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #9f9f9f;
    font-family: 'Inter', sans-serif !important;

}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li a {
    color: #fff;
    font-size: 18px;
}

.footer-inner strong {
    margin-bottom: 15px;
    display: block;
}

.footer-social li a:hover {
    color: #CB7428;
}

.footer-inner .quick-link li {
    margin-bottom: 5px;
}

.footer-inner .quick-link li a {
    color: #9f9f9f;
    font-family: 'Inter', sans-serif !important;

    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
}

.footer-inner .quick-link li a:hover {
    color: #CB7428;
}

.footer-inner .quick-link li a i {
    margin-right: 5px;
}

.footer-menu {
    width: 100%;
    float: left;
}

.footer-inner input.form-control {
    height: 38px;
    font-size: 15px;
    border-radius: 5px;
}

.footer-inner button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-inner button {
    width: 100%;
    float: right;
    border: inherit;
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 30px;
    background: #CB7428;
    border-radius: 5px;
    color: #fff;
    height: 38px;
    margin-top: 15px;
    font-weight: 500;
    cursor: pointer;
}

.footer-inner button:hover {
    background: #fff;
    color: #243539;
}


.footer-inner .form-control {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: inherit;
    border-radius: inherit;
}

.footer-inner input[type="email"] {
    color: #fff;
}

.footer-inner .input-group {
    width: 100%;
    position: relative;
}

.footer-inner .input-group-btn {
    border-radius: inherit;
}


.footer-inner .form-control:focus {
    border-color: inherit;
}

.copy-right {
    width: 100%;
    float: left;
    padding: 20px 0;
    color: #f7f7f7;
    text-align: center;
    border-top: 1px solid #ffffff30;
}

.copy-right p {
    /* font-size: 14px; */

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.footer-inner a.foot_logo {
    display: inline-block;
    margin-bottom: 15px;
}

.recent_post {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.recent_post:last-child {
    margin-bottom: 0px;
}

.recent_post .recn_right {
    padding-left: 12px;
}

.recn_right p {

    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.recn_right a {

    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    opacity: 0.5;
    display: inline-block;
    margin-right: 15px;
}

.recn_right a:last-child {
    margin-right: 0px;
}

/*-------------- End of footer sec css ------------------*/

/*============= Blog page css start here =============*/
.blog_banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top:0px;
}

.blog_bannerblock {
    width: 100%;
}

.blog_bannerblock img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}


.quotation {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.blog_banner_content h1.banner_title {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 7px;
    text-align: center;
}

.blog_banner_contentt h1.banner_title {

    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 7px;
    text-align: center;
}

.blog_banner_content .breadcrumb {
    background-color: inherit;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    flex-wrap: nowrap;
}

.blog_banner_contentt .breadcrumb {
    background-color: inherit;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.blog_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -151%);
}

.custom-file {
    width: 100%;
}

.blog_banner_contentt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -143%);
}

.blog_banner_content .breadcrumb-item {
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.blog_banner_contentt .breadcrumb-item {

    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.blog_banner_content .breadcrumb-item a {
    color: #fff;
}

.blog_banner_contentt .breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "";
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
}

.blog_post {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff;
}

.blog_postinner {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}

.blog_postinner .card {
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
    height: 100%;
}

.blog_postinner .card-body {
    padding: 12px 8px;
}

.post_list {
    width: 100%;
    margin-bottom: 10px;
}

.post_list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding-right: 18px;
}

.post_list li a::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 1px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: -10px;
}

.post_list li:first-child a::before {
    display: none;
}

.post_list li {
    display: inline-block;
    position: relative;
}

.post_list li:last-child a {
    padding-right: 0;
}

.blog_postinner a.big_title {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #CB7428;
    margin-bottom: 10px;
    display: inline-block;
}

.blog_postinner a.big_title:hover {
    color: #243539;
}

.blog_postinner p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #747474;
}

.blog_postinner a.post_btn {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline !important;
    line-height: 40px;
    color: #19261d;
    text-transform: capitalize;
}

.blog_postinner a.post_btn:hover {
    color: #243539;
}

.blog_pagging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.blog_bottomtext {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog_pagging .page-item.disabled .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.blog_pagging .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.blog_pagging .page-link {
    /* padding: .5rem .99rem; */
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #CB7428;
}

.blog_pagging .page-link:hover {
    color: #243539;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: transparent 1px solid;
}

.blog_pagging .page-item.active .page-link {
    background-color: #CB7428;
    border-color: #CB7428;
}

.blog_bottomtext p {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
}

/*============= Blog page css end here =============*/

/*============= Blog Detail page css start here =============*/
.blog_detail {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff;
}

.current_post {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-bottom: 30px;
}

.current_post h2.recent_title {

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.current_post ul.recent_list li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.current_post ul.recent_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.current_post ul.recent_list li a {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
}

.current_post ul.recent_list li a:hover {
    color: #CB7428;
}

.post_listdetail {
    width: 100%;
    margin-bottom: 10px;
}

.post_listdetail li a {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding-right: 18px;
}

.post_listdetail li a:hover {
    color: #CB7428;
}

.post_listdetail li a::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 1px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: -10px;
}

.post_listdetail li:first-child a::before {
    display: none;
}

.post_listdetail li {
    display: inline-block;
    position: relative;
}

.post_listdetail li:last-child a {
    padding-right: 0;
}

.detail_bigimg {
    width: 100%;
    margin-bottom: 20px;
}

.blog_detail_right a.heading_one {
    color: #CB7428;
    display: inline-block;
}

.blog_detail_right a.heading_one h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

.top_paragraph p {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}

.block_content .block_inner {

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-left: 25px;
}

.block_content .block_inner::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #CB7428;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_headingtwo {
    width: 100%;
    margin-top: 25px;
}

.blog_headingtwo h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #CB7428;
    margin-bottom: 20px;
}

.blog_headingtwo p {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.post_direction {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 25px 0;
}

.post_direction p {
    margin: 0;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

.post_direction .next_post {
    text-align: right;
}

.post_direction h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
}

.post_direction a {
    color: rgba(0, 0, 0, 0.5);
}

.post_direction a p {
    color: rgba(0, 0, 0, 0.5);
}

.post_direction a:hover {
    color: #CB7428;
}

.post_direction a:hover p {
    color: #CB7428;
}

.comment_box {
    width: 100%;
    margin-top: 25px;
}

.comment_box h6 {

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #243539;
    margin-bottom: 15px;
}

.comment_form textarea {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.05);
    padding: 15px;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border: solid 1px transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment_form textarea:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.comment_form input[type="text"],
.comment_form input[type="email"] {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    padding: 13px 15px;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    border: solid 1px transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.comment_form input[type="text"]:focus,
.comment_form input[type="email"]:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.comment_form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.comment_form button {
    background: none;
    border: none;
    color: #fff;

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    background: #CB7428;
    display: inline-block;
    width: 270px;
    height: 56px;
    cursor: pointer;
}

.comment_form button:hover {
    background: #243539;
}

/*============= Blog Detail page css end here =============*/


/*============= Contact Us page css start here =============*/
.contact_form {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #f2f2f2;
}

.contact_topheading {
    width: 100%;
    text-align: center;
}

.contact_topheading h4 {
    color: #CB7428;
    font-size: 28px;

    font-weight: 600;
    font-style: normal;
    line-height: 35px;
    margin-bottom: 10px;
}

.contact_topheading h2 {

    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: #243539;
    margin-bottom: 10px;
}

.contact_topheading p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #747474;
}

.cont_form_area {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.location_area {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

.location_area .location_contect {
    padding-left: 20px;
}

.location_area .location_icon a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #CB7428;
    border-radius: 100%;
    text-align: center;
    line-height: 55px;
}

.location_area .location_contect h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #243539;
    margin-bottom: 0;
}

.location_area .location_contect p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1D1D1D;
}

.location_area .location_contect a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1D1D1D;
}

.location_area .location_contect a:hover {
    color: #CB7428;
}

.contact_pageright .form_inner .form-control {
    border: 1px solid #1D1D1D;
    color: #1D1D1D;
    background-color: #f2f2f2;
    /* font-size: 9px; */
}

.contact_pageright .form_inner {
    width: 100%;
    margin-bottom: 25px;
}

.contact_pageright label {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #243539;
    margin-bottom: 10px;
}

.contact_pageright .form_inner .form-control::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.3);

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.contact_pageright .form_inner .form-control:-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.3);

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.contact_pageright .form_inner .form-control::placeholder {
    color: rgba(29, 29, 29, 0.3);
    font-family: 'Inter', sans-serif !important;

    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
}

.contact_pageright .form_inner button {

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: #CB7428;
    width: 145px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.contact_pageright .form_inner button:hover {
    background: #243539;
}

.form_inner.send_mbtn {
    margin-bottom: 0;
}

.contact_support {
    width: 100%;
    float: left;
    padding: 100px 0;
    position: relative;
}

.contact_support::before {
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 146px;
    position: absolute;
    top: -73px;
    left: 0;
}

.contact_support::after {
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 146px;
    position: absolute;
    bottom: -73px;
    right: 0;
}

.support_inner {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    padding: 20px 20px 30px;
    text-align: center;
    position: relative;
}

.support_inner::after {
    content: "";
    background-image: url(../images/polygon1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.support_inner a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #F8F8F8;
    text-align: center;
    margin-bottom: 25px;
}

.support_inner h2 {

    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #243539;
    margin-bottom: 15px;
}

.support_inner p {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: rgb(126 126 126);
}

.contact_map {
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #F2F2F2;
}

.contact_map .sec_title {
    margin-bottom: 50px;
}

/*============= Contact Us page css end here =============*/


/*============= About Us page css start here =============*/
.about_history {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #f2f2f2;
}

.history_left {
    width: 100%;
    padding: 30px 0 0 30px;
}

.history_left h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    color: #243539;
    margin-bottom: 5px;
}

.history_left h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    color: #CB7428;
    margin-bottom: 7px;
}

.history_left a {

    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.history_left a:hover {
    color: #CB7428;
}

.history_left a span {
    display: inline-block;
    margin-right: 5px;
}

.history_right p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #747474;
}

.our_value {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
    position: relative;
}

.our_value::before {
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 146px;
    position: absolute;
    bottom: -75px;
    left: 0;
    z-index: 9;
}

.our_value::after {
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 146px;
    position: absolute;
    top: -75px;
    right: 0;
}

.vision_mission {
    width: 100%;
    margin-top: 60px;
}

.mission_box {
    width: 100%;
    background: #fff8f1;
    padding: 45px 34px;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 14%); */
}

.mission_box .mission_img {
    margin-bottom: 22px;
}

.mission_box h2.mission_title {

    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #243539;
    margin-bottom: 15px;
}

.mission_box p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #243539;
}

.mission_box a.mission_btn {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #CB7428;
    display: inline-block;
    margin-top: 15px;
}

.mission_box a.mission_btn:hover {
    color: #243539;
}

.mission_box a.mission_btn span {
    display: inline-block;
    margin-left: 5px;
}

.fresh_idea ul.vision_list li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 35px;
}

.fresh_idea ul.vision_list li:last-child {
    margin-bottom: 0;
}

.fresh_idea ul.vision_list li::before {
    content: "";
    background-image: url(../images/md-arrow.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
}

.fresh_idea ul.vision_list li a {

    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #243539;
    display: inline-block;
    margin-bottom: 5px;
}

.fresh_idea ul.vision_list li p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #747474;
    /* opacity: 0.5; */
}

.choose_us {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #f2f2f2;
    position: relative;
}

.choose_us::after {
    content: "";
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 146px;
    position: absolute;
    bottom: -75px;
    right: 0;
}

.why_choose_text h2 {

    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #243539;
    margin-bottom: 25px;
}

.why_choose_text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #747474;
    /* opacity: 0.5; */
}

.why_choose_list {
    width: 100%;
    margin-top: 25px;
}

.why_choose_list li {
    margin-bottom: 18px;
    /* padding-left: 40px; */
    position: relative;
}

.why_choose_list li:last-child {
    margin-bottom: 0;
}

.why_choose_list li::before {
    /* content: ""; */
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../images/right-vector.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
}

.why_choose_list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #243539;
}

.why_choose_list li a:hover {
    color: #CB7428;
}

.our_partner .contact_topheading {
    margin-bottom: 70px;
}

.our_partner {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff;
}

/*============= About Us page css end here =============*/


/*============= Faq page css start here =============*/
.faq_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.search_faq {
    width: 100%;
    position: relative;
}

.search_faq::after {
    content: "";
    position: absolute;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    right: 16px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
}

.search_faq #Search {
    width: 100%;
    height: 47px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-left: 16px;
    background-color: #F1F1F1;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: rgba(29, 29, 29, 0.5);
    margin-bottom: 30px;
}

/* #Search::-webkit-search-cancel-button{
    position:relative;
    right:20px;

    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius:10px;
    background: green;
} */

.faq_main .nav.nav-pills {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    padding-left: 0;
}

.faq_main .nav-pills .nav-item {
    position: relative;
}

.faq_main .nav-pills .nav-item::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 18px;
    background-image: url(../images/md-arrow.png);
    background-repeat: no-repeat;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

.faq_main .nav-pills .nav-link {
    border-radius: inherit;
    padding: 4px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 10px;
}

.faq_main .nav-pills .nav-item:last-child .nav-link {
    border-bottom: inherit;
}

.faq_main .nav-pills .nav-link.active,
.faq_main .nav-pills .show>.nav-link {
    background: rgb(203 116 39);
    /* border: 1px solid #ffffff; */
    border-radius: 5px;
}

.faq_contect p {

    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #6a6a6a;
    margin-top: 23px;
}

/* .faq_contect p {

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #6a6a6a;
} */

.faq_contect ul.tab_content_list {
    width: 100%;
    margin-top: 21px;
    padding-left: 0px;
}

.faq_contect ul.tab_content_list li {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #6a6a6a;
    margin-bottom: 14px;
}

.faq_contect ul.tab_content_list li:last-child {
    margin-bottom: 0;
}

/*============= Faq page css end here =============*/



/*============= Quotation page css start here =============*/
.quotation_main {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.wrapper {
    display: inline-flex;
    /* background: #fff;
    height: 100px; */
    width: 100%;
    align-items: center;

    /* border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}

.wrapper .option {
    background: #fff;
    height: 45px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 5px;
}

.wrapper .dimention {
    background: #fff;
    height: 45px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 5px;
}

.wrapper .deleviry {
    background: #fff;
    height: 45px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 5px;
}

.wrapper .optiox {
    background: #fff;
    height: 45px;
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 5px;
}

.wrapper .opati {
    background: #fff;
    height: 45px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    margin-right: 20px;
    border-radius: 5px;
}


.delivery_format .wrapper .option {
    width: 165px;
}

.quot_radiobox.order_number .wrapper .option:last-child {
    width: 165px;
}

.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.newdrop1 {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #fff !important;
    color: #000 !important;
}

.dropnew12 {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}

.dropnew12 ul li {
    border-bottom: 1px solid #ccc;
}

.dropnew12 ul li:last-child {
    border-bottom: none;
}

.dropnew12 .heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.dropnew12 .heading .clearnew {
    color: #000 !important;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    background: #F6F6F6 !important;
    border-radius: 3px;
    width: auto;
}

.newdrop1 input {
    margin-right: 10px;
}

.dropnew12 {
    position: absolute;
    left: -12px;
    z-index: 9999;
    width: 180px;
    top: 41px;
}

/* #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2,
  #option-3:checked:checked ~ .option-3,
  #option-4:checked:checked ~ .option-4,
  #option-5:checked:checked ~ .option-5,
  #option-6:checked:checked ~ .option-6,
  #option-7:checked:checked ~ .option-7,
  #option-8:checked:checked ~ .option-8,
  #option-9:checked:checked ~ .option-9,
  #option-10:checked:checked ~ .option-10,
  #option-11:checked:checked ~ .option-11,
  #option-12:checked:checked ~ .option-12,
  #option-13:checked:checked ~ .option-13,
  #option-14:checked:checked ~ .option-14,
  #option-15:checked:checked ~ .option-15,
  #option-16:checked:checked ~ .option-16,
  #option-17:checked:checked ~ .option-17,
  #option-18:checked:checked ~ .option-18,
  #option-19:checked:checked ~ .option-19,
  #option-20:checked:checked ~ .option-20,
  #option-21:checked:checked ~ .option-21,
  #option-22:checked:checked ~ .option-22,
  #option-23:checked:checked ~ .option-23,
  #option-24:checked:checked ~ .option-24,
  #option-25:checked:checked ~ .option-25,
  #option-26:checked:checked ~ .option-26,
  #option-27:checked:checked ~ .option-27,
  #option-28:checked:checked ~ .option-28,
  #option-29:checked:checked ~ .option-29,
  #option-30:checked:checked ~ .option-30,
  #option-31:checked:checked ~ .option-31,
  #option-32:checked:checked ~ .option-32,
  #option-33:checked:checked ~ .option-33,
  #option-34:checked:checked ~ .option-34,
  #option-35:checked:checked ~ .option-35,
  #option-36:checked:checked ~ .option-36,
  #option-37:checked:checked ~ .option-37,
  #option-38:checked:checked ~ .option-38,
  #option-39:checked:checked ~ .option-39,
  #option-40:checked:checked ~ .option-40,
  #option-41:checked:checked ~ .option-41,
  #option-42:checked:checked ~ .option-42,
  #option-43:checked:checked ~ .option-43,
  #option-44:checked:checked ~ .option-44{
    border-color: #CB7428;
    background: #fff8f3;
  } */

.optionRadio1:checked:checked~.optionRadio2 {
    border-color: #CB7428;
    background: #fff8f3;
}

.donate-now {
    list-style-type: none;
    /* margin: 25px 0 0 0; */
    padding: 0;
    flex-wrap: wrap;
}

.donate-now li {
    float: left;
    margin: 0 10px 0px 0;
    width: 123px;
    height: 30px;
    position: relative;
}

.donate-now.new li {
    width: 150px;
}

.donate-now.new .star {
    width: 15px;
    height: 15px;
}

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
    background: #fff8f3;
    border: 1px solid #CB7428;
}

.donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    line-height: 19px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 0 !important;
}

.donate-now label .active {
    border: 1px solid #CB7428;
}

.donate-now label:hover {
    background: #DDD;
}

/* #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot{
    background: #fff;
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
  } */
.wrapper .option span {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: rgba(0, 0, 0, 0.5);
}

.wrapper .option i {
    margin-left: 10px;
    font-size: 18px;
}

.quot_radiobox label.label_title {
    display: block;
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #19261d;
}

.quot_radiobox label.label_title i {
    font-size: 11px;
    line-height: 1.5;
    /* margin-left: 8px; */
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: bottom;
}

.quot_title h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.quotation_main .dimensions {
    width: 100%;
    margin-top: 9px;
}

.quot_radiobox span.star {
    margin: 16px 17px 0 0px;
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.25);
}


.quot_radiobox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;


    text-align: center;
}

/* Remove IE arrow */

/* Custom Select */
.quot_radiobox .select {
    position: relative;
    display: flex;
    width: 85px;
    height: 40px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 5px;
}

/* Arrow */

/* Transition */
.quot_radiobox .select:hover::after {
    color: #CB7428;
}

.col-lg-4.menuright .quot_cart {
    width: 100%;
    padding: 14px 0;
    background: #CB7428;
    position: -webkit-sticky;
    position: sticky;
    border-radius: 5px;
    top: 100px;
}

.cart_boxinner h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 18px;

    color: #fff;


}

.maincalculatepricebox {
    background-color: white;
    border-radius: 5px;
    padding: 15px 10px;
}

.charge_detail span {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;

}

.cart_boxinnernew h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: rgb(18 18 18);
}

.cart_boxinnernew span {

    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: rgb(116 116 116);
}

.charge_detail span.maintitalcal {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    font-weight: bold;

}

.charge_detail {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.workingdaycount {
    display: flex;
    justify-content: space-between;
}

.cart_boxinner.build a {

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
}

.cart_boxinner.build a i {
    transform: rotate(180deg);
    margin-left: 3px;
    display: inline-block;
}

.cart_boxinner.calculated_price h2 span {
    display: inline-block;
    margin-left: 12px;
}

/* .weight {
    width: 100%;
    margin-bottom: 10px;
}
.weight span {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 56px;
}
.weight span:last-child {
    margin-right: 0;
} */
.cart_boxinner.calculated_price p {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.cart_boxinner.calculated_price p a {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline !important;
    display: inline-block;
}

.cart_boxinner.calculated_price p a:hover {
    color: #243539;
}

.calculated_price a.save_cbtn {
    display: inline-block;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    background: #cb7427;
    width: 180px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
}

.calculated_price a.save_cbtn:hover {
    background: rgb(0, 0, 0);
    color: #ffffff;
}

.mainhedchargedetais {
    text-align: center;
    padding-bottom: 10px;


}

.mainhedchargedetais h2 {
    color: #CB7428;
    font-size: 20px;

}

.calculated_pricenew {
    display: flex;
    justify-content: center;
}

.forallchargdetail {
    display: flex;
    justify-content: space-between;
}

/*============= Quotation page css end here =============*/


/*============= Privacy Policy page css star here =============*/
.privacy_main {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.privacy_inner h2.privacy_titlt {

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #243539;
    margin-bottom: 15px;
}

.privacy_inner h4.priv_subtitle {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #CB7428;
}

.privacy_inner p {

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

/*============= Privacy Policy page css end here =============*/


/*============= Product page css start here =============*/
.breadcrumb_main {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.breadcr_box {
    width: 100%;
}

.breadcr_box li {
    display: inline-block;
    position: relative;
}

/* .breadcr_box li::after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 42px;
    font-size: 16px;
} */
.breadcr_box li a {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #243539;
}

.breadcr_box li i {
    padding: 0 5px;
    display: inline-block;
}

.breadcr_box li {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #243539;
}

.product_listmain {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-top: 0px !important;
}

.productright_box .finger_icon li {
    width: 31%;
    border-right: inherit;
}

.productright_box .finger_icon li a p {
    font-size: 12px;
    line-height: 18px;
}

.productright_box .prod_innerbox {
    margin-bottom: 30px;
}

.productright_box .price_left h4 {
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productright_box .price_right span {
    font-size: 20px;
    line-height: 18px;
}

.productright_box .process_btn a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.productright_box .process_btn {
    margin-top: 20px;
}


.prod_pagetitle {
    width: 100%;
    margin-bottom: 15px;
}

.prod_pagetitle h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #19261d;
}

.product_selectbox {
    width: 100%;
    background-color: #243539;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
}

.product_selectbox select {
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    background-color: #243539;
    padding: 5px 13px 5px 10px;
    background-image: none;
    outline: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.prod_select {
    position: relative;
    float: left;
    border-radius: 5px;
    margin-left: 10px;
}



.prod_select img {
    width: 15px;
}

.prod_select::after {
    display: block;
    content: "";
    font-weight: 900;
    background-repeat: no-repeat;
    width: 1px;
    color: white;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #7c7c7c;
}

.prod_select:last-child::after {
    display: none;
}

.prods_text {
    width: auto;
    padding: 5px 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}

.fillter_box .card {
    border-radius: inherit;
    border: none;
    position: relative;
}

.fillter_box .card::after {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 13px;
    /* background-color: #000; */
    height: 1px;
}

.fillter_box .card:last-child:after {
    display: none;
}


.fillter_box .card-header {
    background-color: #cb7427;
    padding: 0;
    border-bottom: none;
    border-radius: inherit;
    display: block;
}

.fillter_box .btn.btn-link {
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    color: #ffffff;
    padding: 1px 0px;
}


.fillter_box .card-body {
    padding: 0px;
}

.fillter_box .card:last-child .card_inner {
    border-bottom: inherit;
}

.fillter_box .card_inner {
    width: 100%;
    /* border-bottom: solid 1px #000; */
    /* padding-bottom: 15px; */
}

.fillter_box .card_inner li {
    margin-bottom: 9px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: rgb(0 0 0);
}

.fillter_box .card_inner li:last-child {
    margin-bottom: 0;
}

.fillter_box .card-header span {
    /* display: inline-block; */
    /* text-align: right; */
    /* float: right; */
    /* margin-left: 142px; */
    float: right;
}

/*============= Product page css end here =============*/



/*============= Product Detai page css start here =============*/
.prod_cartbox h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 25px;
}

.availability span {
    display: inline-block;

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.availability span.in_stock {
    color: green;
}

.availability span.out_stock {
    color: red;
    margin-left: 5px;
}

.save_price {
    width: 100%;
    margin: 25px 0;
}

.save_price span {
    display: inline-block;
    margin-right: 15px;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #243539;
    vertical-align: bottom;
}

.save_price span.big_price {

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #CB7428;
}

.prod_detailselect .quot_radiobox {
    width: 100%;
}

.prod_detailselect .select_input {
    display: flex;
    align-items: center;
}

.prod_detailselect .quot_radiobox label.label_title {
    display: inline-block;
    margin-bottom: 0px;
    width: auto;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.prod_detailselect .quot_radiobox .select {
    width: 190px;
    height: 45px;
    margin-left: 20px;
}

.prod_detailselect {
    width: 100%;
    margin-bottom: 25px;
}

.prod_carttexts p {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.5);
}

.add_tocart {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.prod_counter {
    width: auto;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #CB7428;
    border-radius: 5px;
}

.prod_counter input[type="number"] {
    width: 75px;
    text-align: center;

    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.prod_counter span {
    background: #CB7428;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 50%;

}

.prod_counter span i {
    font-size: 12px;
    font-weight: normal;
}

.add_cartbtn a {
    display: inline-block;
    width: 130px;
    background: #CB7428;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    margin-left: 15px;

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.exzoom .exzoom_btn a {
    display: block;
    width: 25px;
    border: none;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #243539;
}

.exzoom .exzoom_btn a:hover {
    background: #CB7428;
    color: #fff;
}

.prod_tabinner {
    width: 100%;
    padding: 15px 15px;
    border: solid 1px #000;
}

.product_tabs {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.prod_tabinner .nav-tabs {
    width: 50%;
    border-bottom: none;
}

.prod_tabinner .nav-tabs .nav-link {
    border: none;
    border-radius: 5px;

    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #CB7428;
}

.prod_tabinner .nav-tabs .nav-item.show .nav-link,
.prod_tabinner .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CB7428;
    border-color: inherit;
}

.prod_tabinnertext {
    width: 100%;
    margin-top: 15px;
}

.prod_tabinnertext h4 {

    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.prod_tabinnertext p {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.prod_tabinnertext li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.prod_tabinnertext li::before {
    content: "";
    background-image: url(../images/right-black.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 0;
}

.prod_tabinnertext li a {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.5);
}


.cart_boxinner .choosecontry {
    text-decoration: none;
    color: white;
}

.cart_boxinner.choosecontry:hover {
    text-decoration: none;
    color: white;
}

/* .backgroundpattern
{
    background-image: url(../img/Group.png);
    background-repeat: repeat-y;
    background-position: right;


} */
/*============= Product Detai page css end here =============*/

@media (min-width: 320px) and (max-width: 373px) {
    .wrapper .deleviry {
        padding: 10px 10px;
        height: 51px;
    }

    .delivery_format .wrapper .option {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option span {

        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.5);
    }

    .delivery_format .wrapper .surf {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option {
        width: 52px;
        display: inline-flex;
        margin-right: 3px;
        margin-bottom: 10px;
        height: 35px;
    }

    .wrapper .optiox {
        width: 80px;
    }

    .wrapper .dimention {
        width: 36%;
        display: inline-flex;
    }

    .wrapper .opati {
        width: 42%;
        display: inline-flex;
        margin-bottom: 15px;
    }

    .quot_radiobox span.star {
        margin-top: 20px;
        margin: 0px;
    }

    .quotation {
        height: 184px;
    }

    .termsimg {
        height: 200px;
    }

    .backgroundpattern {
        background: none;
    }

    .cart_boxinner h2 {
        margin-top: 16px;
    }

    .quot_cart {
        display: none;
    }

    .newtogalsecre {
        display: none;

    }

    .newtoggale {
        display: block;
    }

    .downend {
        padding-left: 76px;
    }
}

@media (min-width: 374px) and (max-width: 375px) {
    .wrapper .deleviry {
        padding: 10px 10px;
        height: 51px;
    }

    .delivery_format .wrapper .option {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option span {

        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.5);
    }

    .delivery_format .wrapper .surf {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option {
        width: 51px;
        display: inline-flex;
        margin-right: 3px;
        margin-bottom: 10px;
        height: 35px;
    }

    .wrapper .optiox {
        width: 80px;
    }

    .wrapper .dimention {
        width: 36%;
        display: inline-flex;
    }

    .wrapper .opati {
        width: 42%;
        display: inline-flex;
        margin-bottom: 15px;
    }

    .quot_radiobox span.star {
        margin-top: 20px;
        margin: 0px;
    }

    .quotation {
        height: 186px;
    }

    .termsimg {
        height: 200px;
    }

    .backgroundpattern {
        background: none;
    }

    .cart_boxinner h2 {
        margin-top: 16px;
    }

    .quot_cart {
        display: none;
    }

    .newtogalsecre {
        display: none;
    }

    .newtoggale {
        display: block;
    }

    .downend {
        padding-left: 100px;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .wrapper .deleviry {
        padding: 10px 10px;
        height: 51px;
    }

    .delivery_format .wrapper .option {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option span {

        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.5);
    }

    .delivery_format .wrapper .surf {
        width: 140px;
        display: inline-flex;

    }

    .wrapper .option {
        width: 50px;
        display: inline-flex;
        margin-right: 3px;
        margin-bottom: 10px;
        height: 35px;
    }

    .wrapper .optiox {
        width: 80px;
    }

    .wrapper .dimention {
        width: 36%;
        display: inline-flex;
    }

    .wrapper .opati {
        width: 42%;
        display: inline-flex;
        margin-bottom: 15px;
    }

    .quot_radiobox span.star {
        margin-top: 20px;
        margin: 0px;
    }

    .quotation {
        height: 186px;
    }

    .termsimg {
        height: 200px;
    }

    .backgroundpattern {
        background: none;
    }

    .cart_boxinner h2 {
        margin-top: 16px;
    }

    .quot_cart {
        display: none;
    }

    .newtogalsecre {
        display: none;
    }

    .newtoggale {
        display: block;

    }

    .butontogalnew {
        position: sticky;
        bottom: 0;
    }

    .downend {
        padding-left: 130px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .newtogalsecre {
        display: none;

    }

    .newtoggale {
        display: none;
    }
}

@media (min-width: 991px) {
    .newtogalsecre {
        display: none;
        width: 100%;
        float: left;
        padding: 14px 0;
        background: #CB7428;

    }

    .newtoggale {
        display: none;
    }
}

.butontogalnew {
    background-color: #cb7427;
    padding: 10px 20px;
}

.butontogalnew h2 {
    color: white;
}

.forpostionsticky {
    position: sticky;
    bottom: 0;
    z-index: 99;
}

.butontogalnew span {
    padding-left: 30px;
}

.newtogalsecre {

    width: 100%;
    float: left;
    padding: 14px 0;
    background: #CB7428;

}

.commonbgmodal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #cb7427;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.commonbgmodal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.commonbgmodal .close span {
    display: none;
}

.popptittal {
    color: white;
}

.donate-now li.layeredit {
    float: left;
    /* margin: 0 10px 0px 0; */
    width: 60px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.materialedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 88px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li .boardsize {
    float: left;
    margin: 0 10px 0px 0;
    width: 150px;
    height: 28px;
    position: relative;
    font-size: 12px;
    border: 1px solid grey;
    border-radius: 5px;
    margin-right: 12px;
    padding-left: 6px;
    padding-right: 44px;
}

.boardSizeLabelClass {
    margin-left: -55px;
    position: absolute;
    font-size: 12px;
    margin-top: 4px;
}

.boardSizeCrossSpan {
    margin-left: 0px;
    margin-top: 0;
    position: relative;
    font-size: 28px;
    color: gray;
}


.quot_radiobox select {
    flex: 1;
    padding: 0 -13.5em 0 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
    padding: 2px 20px 2px 10px;
    text-align: center;
}



.quot_radiobox .select.pcbquntityedit {
    position: relative;
    display: flex;
    width: 76px;
    height: 25px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 5px;
}

.quot_radiobox .select.pcbquntityedit2 {
    position: relative;
    display: flex;
    width: 300px !important;
    height: 30px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ced4da;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}


.donate-now li.differntdesignedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 44px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.deliveryformateedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 135px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.boardthicknessedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 65px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.pcbthicknessedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 44px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.soldermasktopedit {
    float: left;
    margin: 5px 10px 0px 0;
    width: 88px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.soldermaskbottomedit {
    float: left;
    margin: 5px 10px 0px 0;
    width: 88px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.legendtopedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 88px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.legendbottomedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 104px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.outercopperedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.surfacefinishedit {
    float: left;
    margin: 5px 10px 0px 0;
    width: 100px;
    height: 30px;
    position: relative;
    text-align: center;
}



.donate-now li.goldfingersedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.comfirmproductfedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.flyingprtedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 92px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.csedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.removeorderedit {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.removeordereditnn {
    text-align: center;


}

/* accordian css start here */
.accordion {
    background-color: #fff2e9;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

/* accordian css end here */

.donate-now label.boxcomponenet {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
    border-radius: 4px;
    height: 135px;
    text-align: center;
}

.mainconent {
    margin-top: 18px;
    margin-bottom: 108px;
    display: flex;
    align-items: center;
}

.threeboxcs {
    margin-left: 86px;
}

.boxhed {
    background-color: #CB7428;
    border-radius: 4px;
    color: white;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 5px;
}


.pcbaqedit {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    height: 30px;
}

.donate-now li.removeorderedit2 {
    float: left;
    margin: 0 10px 10px 0;
    width: 65px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donetnew {
    margin: 0px 0px;
}

.infoicon {
    color: #CB7428;
}


[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -13px;
    padding: 7px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: -999;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.btnacodiantext {
    color: #CB7428;
    font-weight: bold;
}

.acodiandown {
    color: #CB7428;
    font-weight: bold;
    float: right;
}

.active .acodiandown {
    transform: rotate(180deg);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "";
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    /* padding-top: 19px; */
    /* margin-top: 14px; */
}

/* .quot_radiobox .select::after {
    position: absolute;
    top: -4px;
    right: 13px;

    background: #fff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;

    content: "\f107";
} */

.la,
.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}



.la-angle-down.pcbqudown:before {
    content: "\f107";
    margin-left: -24px;
    margin-top: 5px;
    /* padding-top: 9px; */
    position: absolute;
}

.dhsssh {
    display: flex;
}


.wrapper-main input[type="checkbox"] {
    width: 15px !important;
    height: 25px;
}


.errormsgedit {
    position: absolute;
    margin-top: -20px;
    color: red;
    font-size: 12px;
    left: 21px;
}

@media(max-width:767px) {
    .errormsgedit {
        position: absolute;
        margin-top: -10px;
        color: red;
        font-size: 12px;
        left: 15px;
    }
}

.select.pcbquntityedit {
    width: 171px
}

/* Hiren suthar 19/10/2021 css  start*/

.quot_radiobox .select.InnercuThickness {
    position: relative;
    display: flex;
    width: 44px;
    height: 30px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.donate-now li.blindburriedvia {
    float: left;
    margin: 0 10px 0px 0;
    width: 54px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.blindburriedvia2 {
    float: left;
    margin: 0 10px 0px 0;
    width: 78px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.blindburriedvia3 {
    float: left;
    margin: 0 10px 0px 0;
    width: 93px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.blindburriedvia4 {
    float: left;
    margin: 0 10px 0px 0;
    width: 65px;
    height: 30px;
    position: relative;
    text-align: center;
}




.donate-now li.peelablemasksub1 {
    float: left;
    margin: 0 10px 0px 0;
    width: 115px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.peelablemasksub2 {
    float: left;
    margin: 0 10px 0px 0;
    width: 93px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.peelablemasksub3 {
    float: left;
    margin: 0 10px 0px 0;
    width: 95px;
    height: 30px;
    position: relative;
    text-align: center;
}


.donate-now li.Countersunk1 {
    float: left;
    margin: 0 10px 0px 0;
    width: 149px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.Countersunk2 {
    float: left;
    margin: 0 10px 0px 0;
    width: 150px;
    height: 30px;
    position: relative;
    text-align: center;
}

.btnacodiantext2 {
    color: #CB7428;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin: 10px 0px;
}

.countplusminus1 {
    width: 150px;

}

.countplusminus {
    height: auto;
    font-size: 12px;
}

.btnforplus {
    border: 1px solid #ced4da;
    border-radius: 5px 0px 0px 5px;
    color: #CB7428;
    font-weight: bold;
    border-right: none !important;

}

.btnforplus2 {
    border: 1px solid #ced4da;
    border-radius: 0px 5px 5px 0px;
    color: #CB7428;
    font-weight: bold;
    border-left: none !important;

}

.comontboxnew {
    width: 50%;
}

.avatar-upload {
    position: relative;
    max-width: 165px;
    margin: 0;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 15px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid #CB7428;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    justify-content: center;
    align-items: center;
}

/*
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
} */

.category_img .invalid-feedback {
    position: absolute;
    bottom: -210px;
    width: 200px !important;
    left: -100px;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f46a6a;
}

.editbtnfor {
    color: #CB7428;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    margin-left: 15px;
    position: relative;
    border-radius: 0;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 1px 9px 3px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% center;
}


/* Hiren suthar 19/10/2021 css  start*/


/* Hiren css start 21/10 */

.exampletext {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 104px;
    font-size: 14px;
    color: gray;
}

.pacbmatnew {
    position: relative;
    margin-bottom: 7px;
}


/* Hiren css end 21/10 */

.quot_cartbox {
    display: block;
}

.contantleftpading {
    padding-left: 20px;
}


@media (min-width: 320px) and (max-width: 767px) {
    .rowforpcb .contantleftpading .wrapper ul.donate-now li {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .rowforpcb .col-md-2 label.label_title {
        margin-bottom: 10px;
    }

    .contantleftpading {
        padding-left: 15px;
    }

}

/* .rowforpcb .contantleftpading .wrapper ul.donate-now li {
    margin-top: 10px;
} */

/* @media (min-width: 320px) and (max-width: 369px) {

    .newdforboardsize {
        height: 36px;
    }
} */

.pcbanote {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5 px;
}

.forclickaddinfo {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline !important;
    display: inline-block;
}

/* Hiren css start 27/10 */



.quot_radiobox .select.Stencilname {
    position: relative;
    display: flex;
    width: 126px;
    height: 30px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}


.donate-now li.Stencilpartnerother {
    float: left;
    margin: 0 10px 0px 0;
    width: 73px;
    height: 30px;
    position: relative;
    text-align: center;
}

.main_box_new_packege {
    background-color: #ededed;
    padding: 11px;
    height: 53px;
    margin-right: 30px;
    display: flex;
}

.new-title-edit {
    position: relative;
    top: 17px;
}

.main_box_new_packege li {
    width: 84px !important;
    background-color: white;
}

.main_box_new_packege.border-new {
    border-top: 1px solid #d0d0d0;
}

.donate-now li.Stencilpartnerpcbprinter {
    float: left;
    margin: 0 10px 0px 0;
    width: 104px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.stenicilpartnerauto {
    float: left;
    margin: 0 10px 0px 0;
    width: 93px;
    height: 30px;
    position: relative;
    text-align: center;
}

.donate-now li.stenicilpartnerautosemi {
    float: left;
    margin: 0 10px 0px 0;
    width: 134px;
    height: 30px;
    position: relative;
    text-align: center;
}

.mmfordrop {
    margin-top: -6px;
    /* margin-left: -13px; */
    right: 35px;
    color: gray;
    font-size: 13px;
    position: absolute;
}

.quot_radioboxnew select {
    flex: 1;
    padding: 0 -13.5em 0 25px;
    cursor: pointer;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 1px 20px 2px 10px;
    text-align: left;
}

.choosefilebtn {
    display: block;
    width: 120px;
    height: 30px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: black;
    border-radius: 4px;
}

.comontboxnew2 {
    width: 350px;

}

.textareastencil textarea.form-control {
    height: 100px;
}

/* input[type=file]::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
  } */
/* Hiren css end 27/10 */

.textleftedit {
    text-align: left;
}

/* hiren css start 24/11/2021 */

.vendorredistermain {
    margin-top: 80px;
    margin-bottom: 30px;
}

.btnvendorregistration {
    background-color: #CB7428;
    color: white;
    transition: all 0.5s;
}

.btnvendorregistration:hover {
    background-color: #6d3300;
    color: white;
}



.savebtn {
    background-color: #CB7428;
    color: white;
    transition: all 0.5s;
}

.savebtn:hover {
    background-color: #6d3300;
    color: white;
}

.titaleformvr {
    color: #cb7428;
}

.checkboxeditdetail {
    display: flex;

    flex-wrap: wrap;
}


.mainhedsd {
    font-size: 22px;
    color: black;
    font-weight: 500;
}

.leftsidetext {
    text-align: left;
    padding: 0px 25px;
}

.editcheckresponce {
    margin-right: 10px;
}

.leftsidetextnew {
    text-align: left;
}

.resonoptionedit {
    display: flex;
}

.addnewbtn {
    padding: 7px 20px;
    background-color: #8e480a;
    color: white;
    line-height: 1;
}

.addnewbtn:hover {
    color: white;
    background-color: #b35300;
}

.deletebtnnew {
    padding: 1px 7px;
    font-size: 18px;
}

.savebtnnew {
    border: none;
}

.savebtnnew:hover {
    color: white;
    background-color: #b35300;
    border: none;
}

@media (min-width:320px) and (max-width:767px) {
    .addnewbtn {
        margin-top: 15px;
    }

}



.logo img {
    width: 200px;
}


.sign_up img {
    width: 25px;
}




#banner-slider .owl-dot {
    background: #b1b1b1a6;
    width: 35px;
    height: 2.5px;
    margin: 0px 10px;
}

#banner-slider .owl-dot.active {
    background: #CB7428;

}

#banner-slider .owl-dots {
    text-align: center;
    position: absolute;
    left: -10px;
    bottom: 0;
}

.banner-main {
    position: relative;
}

.itembg {
    padding-top: 75.72px;
    padding-bottom: 35px;
}

.itembg img {
    /* height: calc(100vh - 300px);
    object-fit: cover; */
    margin-top: 20px !important;
}

.overlaynew {
    content: '';
    background-color: #101e1180;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bgtabs {
    /* background-color: white; */
    margin-bottom: 50px;
    /* padding: 20px; */
    border-radius: 5px;
    /* box-shadow: 0px 5px 30px 0px rgb(158 164 201 / 20%); */
}

.border-whyus {
    border-right: 1px solid #19261d1c !important;
}


.finger_icon img {
    width: 36px !important;
}

.mission_img img {
    width: 50px
}

.mission_btn img {
    width: 16px;
}

.choose_usright {
    text-align: right;
}

.choose_usright img {
    width: 78%
}

.dotedit {
    color: #cb7427;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -4px;
    display: inline-block;
}

.noUi-horizontal {
    height: 12px;
}

.sign_up a.loginnew {
    color: #19261D;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    background: transparent;
    /* width: 101px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 34px; */
    border-radius: 5px;
    padding: 0px 0px;
}

.sign_up a.loginnew:hover {
    background-color: transparent !important;
    color: #cb7427 !important;
}

.togglemenu i {
    color: white
}

.togglemenubaricon {
    background-color: transparent;
    color: white;
    border: 0px;

}

.blogdetailssidebar1 {
    padding: 20px;
    background-color: #19261d;
    border-bottom: 1px solid #cb7427;
}

.blogdetailssidebartitle {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.footerlinks {
    font-size: 16px;
    color: #AEAEAE;
    overflow-wrap: anywhere;
}

.footerbtn {
    height: 38px;
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 0.2rem;
    color: white;
    display: block;
    text-align: center;
    background-color: #cb7427;
    border: 1px solid #cb7427;
    white-space: nowrap;
    line-height: 19px;
}

.footerbtn:hover {
    color: #000;
}

.form-controlfooter {
    background-color: #ffffff;
    border: 1px solid #343434;
    color: white;
}

.blogdetailssidebar12 {
    padding: 20px;
    background-color: #19261d;
}

.blogdetailssidebartitle {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.blogdetailssidebarimgs img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}


.detailssidebartext {
    font-size: 17px;
    color: white;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}


.smalltextblogdetails {
    font-size: 14px;
    color: #cb7427;
    margin-bottom: 0px;
}

.card-img-top2 {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.mainblogdetailsclass {
    padding-top: 60px;
}

.loginpages {
    padding-top: 100px;
    padding-bottom: 40px;
}

.loginpagebtnbtn {
    background-color: #cb7427;
    color: white;
}

.loginpagebtnbtn:hover {
    background-color: #19261d;
    color: white;
}

.commontext {
    color: #cb7427;
}

.mainnewhedrp .active a {
    color: #CB7428 !important;
}

.navbar-dark.mainhederpnew .navbar-nav .nav-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding-right: 18px;
    padding-left: 18px;
}

.mainhederpnew {
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}

.hh .nav-link.active {
    color: #cb7427 !important;
}

.price_box_rp {

    background-color: #fff8f1;
    border-radius: 5px;
}

.pricetext {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.pricetextamounts {
    font-size: 26px;
    color: #cb7427;
    font-weight: 600;
}

.pricetextamounts2 {
    font-size: 20px;
    color: #cb7427;
    font-weight: 600;
}

.plusminusbtn {
    background-color: #cb7427;
    color: white;
}

.plusminusbtn:hover {
    color: white;
}

.plusminusbtnt:disabled {
    background-color: #cb7427;
    color: white;
}

.addtocartbtn {
    background-color: #19261d;
    border-radius: 50px;
    border: 1px solid #19261d;
}

.addtocartbtn:hover {
    background-color: #19261d;
    border-radius: 50px;
    border: 1px solid #19261d;
}

.buynowbtn {
    background-color: #cb7427;
    border-radius: 50px;
    border: 1px solid #cb7427;
}

.addtocartnew_btn {
    border-radius: 50px;
     margin-top: .5rem;
}

.buynowbtn:hover {
    background-color: #cb7427;
    border-radius: 50px;
    border: 1px solid #cb7427;
}

.slick-list.draggable {
    width: 100% !important;
}

/* .slick-track
{
    width: 100% !important;
} */
.reveiwtextedit {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 500;
}

.maindescriptiontitle {
    font-size: 14px;
    font-weight: 600;
    color: #878787;
}

.subt {
    font-size: 13px;
    color: black;
}

.descriptiontextrp {
    font-size: 14px;
}

.imgfitnew {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.topsellingproductbox {
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.topprdtitle {
    font-size: 16px;
}

.psboxmainprice .sticky-top {
    top: 100px
}

.productview .sticky-top {
    top: 100px;
}

.filterbordercommon {
    border-bottom: 1px solid #000000;
}

.mainmodalcontentquoycart h2 {
    margin-top: 0px;
}

.mainquotmobile h2 {
    white-space: nowrap;
}

.mainquotmobile span {
    color: white;
}

.mainquotmobile i {
    color: white;
}

.card_inner {
    background: white;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.faq_contect .tab-content .tab-pane h2 {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}

.faq_contect .tab-content {
    background-color: white;
    box-shadow: 0px 0px 9px -5px grey;
    padding: 20px;
}

.pagenationtext {
    color: antiquewhite;
}

.accordiannewside {
    background-color: #cb7427;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    border: none;
    outline: none;
    border-radius: 5px !important;
    transition: 0.4s;
}

#process-slider .owl-nav.disabled {
    display: block !important;
}

.rating {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 12px;
    margin-top: 2px;
}

.hidden {
    opacity: 0;
}

.star {
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    color: #e5e5e5;
    position: relative;
}

.star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
}

.star.hidden {
    opacity: 0;
}

.full:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
}

.half:before {
    position: absolute;
    float: left;
    z-index: 3;
}

.star-colour {
    color: #cb7428;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    75% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.selected:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}

.selected.is-animated:before {
    transition: 1s ease-out;
}

.score {
    font-family: arial;
    font-size: 13px;
    color: #2a439b;
    margin-top: 12px;
    margin-left: 16px;
}

.score-rating {
    vertical-align: sup;
    top: -5px;
    position: relative;
    font-size: 150%;
}

.total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
}

.average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.average .score-average {
    padding-top: 30px;
}

.footerpimg {
    height: 79px;
    width: 79px;
    object-fit: contain;
    background-color: #324246;
}



/* css start 5/27/2022 */
.bgimgedit {
    text-align: right;
}

.bgimgedit img {
    margin-top: 78px;
    width: 87%;
}

.mainsidecountbox {
    background-color: white;
    box-shadow: 0 0 40px -28px grey;
    padding: 30px 30px 1px 0px;
}

.commonorgbtn {
    background-color: #CB7427;
    border: none !important;
}

.btniconrotate {
    transform: rotate(317deg);
    font-weight: 600;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 6px;
}

.mainviewproductdetailsbtn {
    position: relative;
}

.viewproductdetailsbtn {
    width: 15% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
}

.designationuser {
    color: gray !important;
    margin-top: 0px !important;
}

.readmorlinktext {
    font-size: 14px;
    color: #19261d;
    font-weight: 500;
}

.lettouchimg {
    width: 80% !important;
}

.testimonial .slick-dots li button:before {
    font-family: 'slick';
    font-size: 7px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #E8C19E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #cb7427 !important;
}

.process-slider-carousal.owl-carousel .owl-stage {
    display: flex;
}

.process-slider-carousal .article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.navbar-toggler-icon i {
    color: #cb7427;
    font-size: 34px;
}

.sign_up a.loginnew {
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    border: 1.5px solid #cb7427;
    /* width: 101px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 34px; */
    border-radius: 5px;
    padding: 4px 20px;
    transition: all 0.5s;
}

.sign_up a.loginnew:hover {
    color: rgb(255, 255, 255) !important;
    background: #cb7427 !important;
    border: 1.5px solid #cb7427 !important;

}

.testimonial .slick-track .slick-slide {
    display: block !important;
    float: none !important;
}

.testimonial .slick-track .slick-slide>div {
    position: relative;
    /* border: 1px solid #afafaf; */
    border-radius: 5px;
    padding: 2rem 1rem;
    margin: 0rem 1rem 2rem;
    height: 100%;
    display: flex;
}

.testimonial .slick-track {
    display: flex !important;
}

.testimonialitems {
    height: 100%;
}

/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
@font-face {
    font-family: 'DM Sans';
    src: url('./fontnew/DMSans-Regular.eot');
    src: url('./fontnew/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fontnew/DMSans-Regular.woff2') format('woff2'),
        url('./fontnew/DMSans-Regular.woff') format('woff'),
        url('./fontnew/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fontnew/DMSans-Bold.eot');
    src: url('./fontnew/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fontnew/DMSans-Bold.woff2') format('woff2'),
        url('./fontnew/DMSans-Bold.woff') format('woff'),
        url('./fontnew/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fontnew/DMSans-Medium.eot');
    src: url('./fontnew/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fontnew/DMSans-Medium.woff2') format('woff2'),
        url('./fontnew/DMSans-Medium.woff') format('woff'),
        url('./fontnew/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans' !important;
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans' !important;
}

.newinnerbox {
    height: 100%;
}

.newinnerbox .card {
    height: 100%;
}

.newinnerbox .mainproductimgnew {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 200px;
    background-color: #fff;
}

.newinnerbox .price_right span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
}

.newinnerbox .price_left a {
    font-size: 13px;
    line-height: 1.3;

}

.newinnerbox .card .card-body {
    padding: 20px 25px 0px 25px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.newinnerbox .process_btn {
    margin-top: -20PX;
}

.newinnerbox .process_btn a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 87%;
    bottom: 24px;
    margin: 0 auto;
    position: absolute;
    transform: translatex(-50%);
    left: 50%;

}

.newinnerbox .finger_icon {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}

/* width */
.mainsidecountbox::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.mainsidecountbox::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.mainsidecountbox::-webkit-scrollbar-thumb {
    background: #cb7427;
}

/* Handle on hover */
.mainsidecountbox::-webkit-scrollbar-thumb:hover {
    background: #cb7427;
}

.newinnerbox .finger_icon ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newinnerboxhome .finger_icon ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.homeslideproductimg {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 270px;
    background-color: white;
    width: 100%;
}

.newinnerboxhome .price_left h4 {
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    /*width: 100%;
	height: 100%;*/
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    border: 1px solid #dee2e6 !important;
    overflow: hidden;
    padding: 0.25rem !important;
    border-radius: 5px;
}

.piclist li.active {
    border: 1px solid #3a99f5 !important;
}

.piclist li img {
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: none;
    height: 400px !important;
}



.section-bg {
    background-color: #fff;
}

section {
    padding: 0px 0;
    padding-bottom: 10px;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 65px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
    height: 400px;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}

.piclist li img {
    height: 100%;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}

._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}

.p-list span {
    margin-right: 15px;
}

.p-list span.price {
    font-size: 25px;
    color: #318234;
}

._p-qty>span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features>span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}

.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}

.owl-nav .owl-next {
    right: -10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}

.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    left: 0px;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}

.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

.donate-now img {
    width: 20px;
    height: 17px;
}

.custom-select {
    height: auto !important;
    font-size: 14px;
}

.custom-file-label {
    height: 30px;
    top: 7px;
}

.custom-file-label::after {
    height: 28px;
    line-height: 1;
}

.btn.btn-info {
    height: 30px;
    line-height: 1;
    font-size: 14px;
}

.label_title {
    display: block;
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #19261d;
}

li.star {
    width: 20px;
}

.navbar-brand img {
    vertical-align: middle;
    border-style: none;
    width: 162px;
}

.mainsidecountbox2 {
    background-color: #fcf7f2;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
}



.closedtextmodal {
    font-size: 35px;
}


/* 03/03 */

.newcustom-select2 {
    position: relative;
    background-image: none;
    text-align: center;
}

.newhomeplus {
    background: #c7712b;
    color: white;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    width: 20px;
    border-radius: 50px;
    height: 20px;
    right: 25px;
    line-height: 1;
    left: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.newhomeminus {

    background: #c7712b;
    color: white;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    width: 20px;
    border-radius: 50px;
    height: 20px;
    right: inherit;
    line-height: 1;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.newhomeminus i {
    font-size: 13px;
    color: white;
}


.newhomeplus i {
    font-size: 13px;
    color: white;
}

.showhidequ {
    color: #00000080;
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
}

.showhidequ2 {
    color: #00000080;
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
}

.showhidequ3 {
    color: #00000080;
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;

}

.positionreletivenew {
    position: relative;
}

.contantleftpadingnewinner input {
    height: 30px !important;
    margin-bottom: 7px;
}

.contantleftpadingnewinner .newhomeplus {
    top: 5px;
}

.contantleftpadingnewinner .newhomeminus {
    top: 5px;
}

.countplusminus1 input {
    height: 30px;
}

.countplusminus1 button {
    height: 30px;
    line-height: 1;
}

.newframed {
    width: auto;
}

.Framelessimg {
   width: 30px;
    transition: all 0.5s;
    height: 30px;
    object-fit: contain;
}

.Framedimg {
   width: 30px;
    transition: all 0.5s;
    height: 30px;
    object-fit: contain;
}

.Stepstencilimg {
    width: 30px;
    transition: all 0.5s;
    height: 30px;
    object-fit: contain;
}

.nStepstencilimg {
    width: 30px;
    transition: all 0.5s;
    height: 30px;
    object-fit: contain;
}
.activenew {
    color: #cb7427 !important;
    font-weight: 600 !important;
}

.Framelessimgmodal .Framelessimg {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.Framelessimgmodal {
    display: none;
    transition: all 0.5s;
}

.Framedimgimgmodal {
    display: none;
    transition: all 0.5s;
}

.Framedimgimgmodal .Framedimg {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.Stepstencilimgmodal {
    display: none;
    transition: all 0.5s;
}

.Stepstencilimgmodal .Stepstencilimg {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.nStepstencilimgmodal {
    display: none;
    transition: all 0.5s;
}

.nStepstencilimgmodal .nStepstencilimg {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.Framelessimghover {
    position: relative;
}

.Framedimghover {
    position: relative;
}

.Stepstencilimghover {
    position: relative;
}
.nStepstencilimghover {
    position: relative;
}

.Framelessimghover:hover .Framelessimgmodal {
    display: block !important;
    position: absolute;
    width: 250px;
    z-index: 1;
    left: 57px;
    top: 0;
    background-color: #ebebeb;
    border-radius: 10px;
}

.Framedimghover:hover .Framedimgimgmodal {
    display: block !important;
    position: absolute;
    width: 300px;
    z-index: 1;
    left: 57px;
    top: 0;
    background-color: #ebebeb;
    border-radius: 10px;
}

.Stepstencilimghover:hover .Stepstencilimgmodal {
    display: block !important;
    position: absolute;
    width: 300px;
    z-index: 1;
    left: 57px;
    top: 0;
    background-color: #ebebeb;
    border-radius: 10px;
}

.nStepstencilimghover:hover .nStepstencilimgmodal {
    display: block !important;
    position: absolute;
    width: 300px;
    z-index: 999;
    left: 54px;
    top: 0;
    background-color: #ebebeb;
    border-radius: 10px;
}


/* 14/03 */

.testimonial .slick-list.draggable {
    width: 100% !important;
    display: flex;
}


.testimonial .slick-track {
    display: flex !important;
}


.testimonial .readmorlinktext {
    display: none;
}


.support_inner a.nelinkedit {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    text-align: center;
    margin-bottom: 0;
    color: #c7712c;
}


a.categoriesimgnew img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: white;
    box-shadow: 0 0 40px -28px grey;
    /* border: 1px solid #d18c5433; */
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}


a.categoriesimgnew {
    width: 100%;
    margin: 0 auto;
    /* height: 100%; */
    display: block;
    /* margin-top: 7px; */
    /* position: relative; */
    /* top: -22px; */
}

.allcategoriesboxnew {
    /* background-color: #f6f6f6; */
    border-radius: 10px;
    padding: 0;
    /* height: 100%; */
    margin-bottom: 10px;
}

a.categoriesnamenew {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    /* position: relative; */
    /* top: -16px; */
    font-weight: 600;
    color: black;
    margin-top: 10px;
}

.container {
    max-width: 90% !important;
}



.contact_topheadingnew h4 {
    color: #CB7428;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 10px;
    margin-bottom: 10px;
}


.contact_topheadingnew h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: #243539;
    margin-bottom: 10px;
}

.contact_topheadingnew p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #747474;
}

.why_choose_textnew h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    color: #243539;
    margin-bottom: 0px;
}

.why_choose_textnew p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    /* opacity: 0.5; */
}

.choose_us.choose_usnew {

    padding: 20px 0;

}


.carttable {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.carttable:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.deleteiconnew {
    position: absolute;
    top: 7px;
    right: 4px;
}


.img-fitnew {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

#new-address-modal .modal-header .close {
    font-size: 25px;
}

.blogimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#aizUploaderModal .modal-header .close {
    font-size: 25px;
}

img.ratinghomepageimg {
    width: 82px !important;
    height: auto;
    object-fit: contain;
}


@media (min-width: 1200px) {
    .col-xl-2.new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

.input-elevated {
    font-size: 15px;
    line-height: 1.5;
    border: none;
    margin-left: 15px;
    background: #434f48;
    background-image: url(../img/noun-search-875356.svg);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color: white;
    width: 170px;
    padding: 0.2em 1em 0.2em 2.1em;
}

.input-elevated::placeholder {
    color: #e2e3e2;
}

.input-elevated:focus {
    outline: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.filter {
    width: 100%;
    justify-content: end;
}

.filter .prod_select a {
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    background-color: #243539;
    padding: 5px 13px 5px 10px;
    background-image: none;
    outline: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.filter .prod_select a img {
    margin-right: 15px;
}

.dropfilterlist {
    position: absolute;
    top: 50px;
    border-radius: 8px;
    z-index: 9999;
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 0px 19px -3px rgba(224, 224, 224, 1);

}


.dropfilterlist:after {
    position: absolute;
    top: -30px;
    right: 40%;
    transform: rotate(180deg);
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.dropfilterlist .heading {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.dropfilterlist .heading h3 {
    font-size: 17px;
}

.dropfilterlist .heading a {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    background: #F6F6F6;
    color: #000;
    border-radius: 3px;
    width: auto;
}

.select-opt {
    margin: 10px 15px;
}

.select-opt .sub-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.select-opt .sub-heading.new {
    border-bottom: none;
    padding-bottom: 0;
}

.select-opt .sub-heading a {
    background: #fff;
    color: #000;
    padding: 10px 0;
}

.select-opt .sub-heading .list a {
    display: flex;
    align-items: center;
    padding: 0;
}

/*.select-opt .sub-heading .list a input {*/
/*    margin-right: 20px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/

/* today  */
.select-opt .sub-heading .list a input {
    margin-right: 20px;
    width: 16px;
    height: 16px;
    display: block;
}

.select-opt .sub-heading .list a label {
    line-height: 20px;
}

/* today  */

.select-opt .sub-heading .list .viewmore {
    font-size: 13px;
    color: #d57537;
    font-weight: 500;
}

.Material img {
    height: 20px;
    width: 100%;
}




.Material.newedit img {
    height: 31px;
    object-fit: contain;
    width: 30px;
    position: relative;
    top: -3px;
}

.newrcolorimgshow {
    display: flex;
    flex-wrap: wrap;
}

.newrcolorimgshow .wrapper {
    width: auto;
}


.newrcolorimgshow .color {
    position: relative;
    right: inherit;
    top: 5px;
}

.newlegendimg .Framelessimg {
    width: 100%;
    height: 29px;
    object-fit: contain;
}

.newlegendimg.Framelessimghover:hover .Framelessimgmodal {
    display: block !important;
    position: absolute;
    width: 330px;
    z-index: 1;
    left: 77px;
    top: 0;
    background-color: transparent;
    border-radius: 10px;
}

.newlegendimg .Framelessimgmodal .Framelessimg {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.new-search-box {
    position: relative;
}

.new-search-box input {
    padding-left: 39px;
}

.new-search-box input:focus {
    border: 1.5px solid #cb7427;
    outline: 0;
    box-shadow: none;
}

.new-search-box i {
    position: absolute;
    left: 9px;
    top: 6px;
    color: #c7712c;
    z-index: 9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding-left: 32px;
    text-align: left;
}


#dfimg3 {
    display: none;
}

.showcountone.deliverformatenew #dfimg3 {
    display: block;
}

.showcountone.deliverformatenew #dfimg2 {
    display: none !important;
}

.custom-file.new .custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30px;
    margin: 0;
    opacity: 0;
    left: 0;
    top: 0;
}

.custom-file-name {
    position: absolute;
    color: #000;
    z-index: 3;
    top: 3px;
    overflow: hidden;
    width: 90%;
    left: 10px;
}

.custom-file.new {
    height: 43px;
}


.cpnewform .donate-now li.materialedit {
    width: 111px;
    cursor: pointer;
}

.cpnewform [data-tooltip] {
    z-index: 10000;
}

.cpnewform .donate-now label:hover {
    background: #fff;
}

#exportPDF {
    box-shadow: none;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #c7712c;
    outline: none;
}

#exportPDF:hover {
    background-color: #c7712c;
    color: white;
}

.toaddressbox {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.textareafrome {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.linkremote {
    width: 109px;
    display: block;
    height: 30px;
    background-color: #ff000000;
    position: absolute;
    top: -1px;
    z-index: 999;
    left: 0;
}

.quot_radiobox select {

    position: relative;
    z-index: 9;
    background-color: transparent;
}

.viewmoredescriptionbtn {
    font-size: 14px;
    font-weight: 500;
    color: #cb7427;
    margin-bottom: 10px;
    display: block;
}

/* .main-show-hidecontent
{
    height: 295px;
    overflow: hidden !important;
}
.main-show-hidecontent.show
{
    height: 100%;
    overflow: visible !important;
} */
.main-show-hidecontent {
    max-height: 295px;
    overflow: hidden !important;
    height: auto;
}

.main-show-hidecontent.show {
    height: 100%;
    overflow: visible !important;
    max-height: 100%;
}

.mainpdrating .half:before {
    position: inherit;
}

.rating .mainpdrating i.half {
    position: relative;
    top: 2px;
    left: 2px;
}

.mainpdrating.star {
    margin-left: 0;
}

p.shareproductlable {
    font-size: 15px;
    font-weight: 500;
    margin-right: 6px;
    color: black;
    position: relative;
    top: 1px;
}

.newpricetext {

    position: relative;
    left: -6px;
}

.faq_main .nav-pills .nav-link {
    background: #ffffff;
    border: 1px solid #cb7427;
    border-radius: 5px;
    color: #cb7427;
}

.faq_main .nav-pills .nav-link.active,
.faq_main .nav-pills .show>.nav-link {
    background: #cb7427;
    border: 1px solid #cb7427;
    border-radius: 5px;
    color: #FFFFFF;
}

.faq_main .nav-pills .nav-item:last-child .nav-link {
    border: 1px solid #cb7427;
}


#botmanWidgetRoot {
    display: none;
}

.main-garberupload {
    padding-left: 20px;
}

@media (max-width:767px) {
    .main-garberupload {
        padding: 0px;
    }

    .main-garberupload-lable {
        padding: 0px;
    }
}

/*
code added by hiren on 06-06-2023
START
*/
#botmanWidgetRoot {
    display: none;
}

/*
END
*/


#inputButtonId_digital {
    display: none;
}

.inputHtmlDivId button {
    display: none !important;
}



input.valid {
    color: inherit !important;
}


textarea.valid {
    color: inherit !important;
}




.select2-dropdown {
    z-index: 1;
}


.plusminusquantityupdatediv {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    padding: 0 70px;
}

.plusminusquantityupdatediv input {
    border: none;
}

.plusminusquantityupdatediv input:focus {
    border: none;
    box-shadow: none;
}

.plusminusquantityupdatedivinner {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    padding: 0 50px;
}

.plusminusquantityupdatedivinner .newhomeminus {
    left: 12px;
    top: 6px;
}

.plusminusquantityupdatedivinner .newhomeplus {
    right: 12px;
    top: 6px;
}

.plusminusquantityupdatedivinner input {
    border: none;
    margin: 0;
}

.plusminusquantityupdatedivinner input:focus {
    border: none;
    box-shadow: none;
}


/* pcbm responsive start */
@media (max-width:767px) {
    .pcb-m-form-respomsive .quot_radiobox .wrapper {
        display: flex;
        align-items: start;
    }
    .pcb-m-form-respomsive .quot_radiobox .wrapper .donate-now.new {
        flex-direction: row;
    }
    .pcb-m-form-respomsive .quot_radiobox .wrapper .donate-now.new .star {
       height: 28px;
    }
    .pcb-m-form-respomsive .differentdesigndiv .wrapper
    {
        display: block;
    }
    .pcb-m-form-respomsive .differentdesigndiv .Material.new
    {
        display: flex;
        flex-direction: row;
    }
    .pcb-m-form-respomsive .deliveryformatdiv .wrapper
    {
        display: block;
    }
    .pcb-m-form-respomsive .deliveryformatdiv .Material.new
    {
        display: flex;
        flex-direction: row;
    }

    .pcb-m-form-respomsive .Legenddivnew .wrapper
    {
        display: block;
    }
    .pcb-m-form-respomsive .Legenddivnew .Material.new
    {
        display: flex;
        flex-direction: row;
    }


    .pcb-m-form-respomsive .Legenddivnew .newlegendimg .Framelessimg {
        width: 64px;
        height: 29px;
        object-fit: contain;
    }

    .pcb-m-form-respomsive .goldtabsmain .wrapper
    {
        display: block;
    }
    .pcb-m-form-respomsive .goldtabsmain .wrapper-main
    {
        display: flex;
        flex-direction: column;
    }
    .pcb-m-form-respomsive .goldtabsmain .wrapper-main input
    {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
        margin-top: 10px;
    }
    .pcb-m-form-respomsive .flyingprobediv #flyingProbeTestMultiDiv
    {
        position: relative;
        top:6px;
    }

    .pcb-m-form-respomsive .bareboardtest #bearProbeTestMultiDiv
    {
        position: relative;
        top:6px;
    }
    
    .pcb-m-form-respomsive .basecuthickness .Material img {
        height: 20px;
        width: 40px;
        object-fit: contain;
    }
    .pcb-m-form-respomsive .impedancecontrol .wrapper-main
    {
        display: flex;
        flex-direction: column;
    }
    .pcb-m-form-respomsive .impedancecontrol .wrapper-main input
    {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
        margin-top: 10px;
    }
    
    .pcb-m-form-respomsive .commoneditinputnewshow .wrapper-main
    {
        display: flex;
        flex-direction: column;
    }
    .pcb-m-form-respomsive .commoneditinputnewshow .wrapper-main input
    {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
        margin-top: 10px;
    }
    .specialrequirementslable
    {
        margin-bottom: 10px;
    }
    .comontboxnew {
        width: 100%;
    }
    #assemblyOptionPanelId .label_title
    {
        margin-bottom: 10px;
    }

   .pcbaddescheckbox input
   {
    margin-top: 0 !important;
   }
    
   .componetprocurmentmaindivv .wrapper
   {
    display: block !important;
   }

   .componetprocurmentmaindivv #terms_and_conditions
   {
    margin-bottom: 10px;
    font-size: 14px;
   }
    .newtoggale
{
    overflow: hidden;
}
.maainform_pcba_new .label_title
{
    margin-bottom: 10px;
}
.maainform_pcba_new .select.pcbquntityedit2{
    margin-top: 0 !important;
}
.pcb-m-form-respomsive .select.pcbquntityedit2{
    margin-top: 0 !important;
}
.componetprocurmentmaindivv .donate-now
{
    display: flex;
}
.componetprocurmentmaindivv #exportPDF
{
    margin-top: 10px;
    margin-bottom: 10px;

}
.maainform_pcba_new
{
    overflow-x: hidden;
}
.pcb-m-form-respomsive
{
    overflow-x: hidden;
}
.pcbstensilresponsivediv
{
    overflow-x: hidden;
}

.pcbstensilresponsivediv .select{
    margin-top: 0 !important;
}
.maainform_pcba_new .quot_title h2
{
    line-height: 36px;
}
.pcb-m-form-respomsive .quot_title h2
{
    line-height: 36px;
}
.pcbstensilresponsivediv .quot_title h2
{
    line-height: 36px;
}

#thicknessMilDivId .donate-now li.Stencilpartnerother
{
    margin: 0 5px 5px 0 !important;
}
#thicknessMilDivId .main_box_new_packege
{
padding: 6px !important;
margin-right: 0 !important;
}


}



/* pcbm responsive end */

.maainform_pcba_new .bomimgset svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 9px;
    left: 10px;
    z-index: 1;
}

.bomimgset .custom-file-name {
    position: absolute;
    color: #000;
    z-index: 0 !important;
    top: 3px;
    left: 29px;
}
.bomimgset label
{
    padding-left: 27px;
}
.bomimgset svg
{
    width: 15px;
    height: 30px;
    object-fit: contain;
    position: relative;
    z-index: 9;
    left: 8px;
}


/* main top style */

.main_top_bar_new
{
    background-color: #272727;
    padding:10px 0;
   
}
.fixed-top
{
    top: 0px;
}

.main_top_bar_new_content
{
    display: flex;
    justify-content:space-between;
    font-family: 'Inter', sans-serif !important;
}


span.dividertop {
    color: white;
    height: 13px;
    display: block;
    margin: 0 10px;
    position: relative;
    top: 0;
    width: 1px;
    background-color: white;
}
.left_side_top a {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.left_side_top {
    display: flex;
    align-items: center;
}
.left_side_top a span {
    color: #CB7428;
}



.right_side_top a {
    color: white;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.right_side_top {
    display: flex;
    align-items: center;
}
 
.right_side_top a img {
    margin-right: 15px;
    width: 18px;
    height: 16px;
    object-fit: contain;
}
.right_side_top a span {
    position: absolute;
    top: 0;
    left: 9px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    background-color: #CB7428;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    font-weight: 800;
}

.sign_up a.login {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background: #19261D;
    /* width: 101px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 34px; */
    border-radius: 5px;
    padding: 7px 20px;
    font-family: 'Inter', sans-serif !important;
    border: 1.5px solid #19261D;



}
.sign_up a.loginnew {
    color: #19261D;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    border: 1.5px solid #19261D;
    /* width: 101px; */
    /* height: 37px; */
    display: inline-block;
    /* line-height: 34px; */
    border-radius: 5px;
    padding: 7px 20px;
    transition: all 0.5s;
    font-family: 'Inter', sans-serif !important;

}
.navbar-dark.mainhederpnew .navbar-nav .nav-item
{
    margin: 0 18px;
    position: relative;
}
.navbar-dark.mainhederpnew .navbar-nav .nav-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hh .nav-link.active {
    color: black !important;
}

.hh .nav-link.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #1a261d;
    bottom: 0;
    border-radius: 10px 10px 0 0;
}

.mainhederpnew
{
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 0 30px -3px rgb(0 0 0 / 7%);
    font-family: 'Inter', sans-serif !important;

}

.logo img {
    width: 176px;
}

.new_banner_section
{
    font-family: 'Inter', sans-serif !important;
    padding-top: 125px;
    padding-bottom: 50px;
    height: 100%;

}
 
.new_banner_section h1
{
    font-size: 36px;
    color: #272727;
    font-weight: bold;
    font-family: 'Inter', sans-serif !important;
}
.new_banner_section h1 span
{
  
    color: #CB7428;
   
}

.new_banner_section p
{
    font-size: 13px;
    color: #272727;
    margin: 15px 0;
    width: 80%;
}

.new_banner_section .tabs_main {
    width: 100%;
    background: #19261D;
    /* float: left; */
    margin-top: 0px;
    background-image: none;
    width: 100%;
    height: auto;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    padding: 15px;
    border-radius: 15px;
    background-position: right;
    /* margin-bottom: 49px; */
    /* box-shadow: 0px 5px 30px 0px rgb(158 164 201 / 20%); */
    overflow: hidden;
}

.new_banner_section .tabs_main .nav-tabs
{
    padding: 0;
}

.new_banner_section .tabs_main .tab-content

{
    padding: 0;
}

.new_banner_section .bgtabs
{
    margin-bottom: 0;
}

.new_banner_section .tabs_main .nav-tabs {
    padding: 0;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #39483E;
    padding: 15px 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.new_banner_section .tabs_main .nav-tabs .nav-link {
    background: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    line-height: normal;
    /* border-radius: 5px; */
    text-align: center;
    color: #000000;
    margin-right: 9px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.new_banner_section .tab_btn
{
margin-top: 15px;
}


.new_banner_section .plusminusquantityupdatediv input {
    border: none;
    width: auto;
    padding: 5px;
}
.new_banner_section .plusminusquantityupdatediv {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    padding: 0 70px;
    height: 32px;
    display: flex;
    justify-content: center;
}


.new_banner_section .select_box select {
    appearance: revert;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    color: rgb(0 0 0);
    border: 1px solid #ced4da;
    height: 32px !important;
    /* border-radius: 0; */
    padding: 0.375rem 0.3rem;
}
.new_banner_section .tab_btn a {
    font-style: normal;
    font-weight: normal;
    border: 1px solid #cb7427;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: #cb7427;
    width: 100%;
}

.newhomeminus
{
    width: 16px;
    height: 16px;
    left: 16px;
}
.newhomeminus i {
    font-size: 11px;
    color: white;
}

.newhomeplus
{
    width: 16px;
    height: 16px;
    right: 16px;
}
.newhomeplus i {
    font-size: 11px;
    color: white;
}

.new_banner_section h4
{
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    border-left: 2px solid #c7712c;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 23px;
}

.app_download h5
{
    font-size: 14px;
    margin: 20px 0 15px 0px;
}
.app_download img
{
    width: 125px;
    margin-right: 10px;
}

p.new_lable_banner {
    color: white;
    display: flex;
    align-items: center;
    margin: 0 0 9px 0;
    font-size: 13px;
    font-weight: 600;
}

p.new_lable_banner img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.activenew {
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #1a261d !important;
}

.new_banner_section .swiper-slide img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.new_banner_section .swiper

{
    height: 100%;
}

.main_content_grid_bg
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.navbar-expand-lg>.container {
   padding-left: 15px !important;
   padding-right: 15px !important;
}
.mainnewhedrp
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width:991px) {
    
    .select_box {
        margin-bottom: 15px;
    }
    .navbar-nav
{
    display: block;
}
    .navbar-dark.mainhederpnew .navbar-nav .nav-link {
       
        height: 37px;
        text-align: start;
        display: inline-block;
        margin-bottom: 13px;
    }
    .mainhederpnew {
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .mainnewhedrp {
        position: fixed;
        left: -30px;
        bottom: 0;
        top: 0;
        z-index: 99;
        background-color: white;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.5s;
        padding: 15px;
        display: block;

    }
    .navbar-toggler-icon i {
        color: #cb7427;
        font-size: 22px !important;
        position: relative;
        top: 5px;
        right: -6px;
    }
    .new_banner_section p {
        width: 100%;
    }
    .container {
        max-width: 98% !important;
    }
    .new_banner_section
    {
        padding-top: 20px;
    }
    .new_banner_section h1 {
        font-size: 18px;
        color: #272727;
        font-weight: bold;
        line-height: 27px;
    }
    .mainnewhedrp_overlay {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 98;
        background-color: #0000004f;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.5s;
        backdrop-filter: blur(2px);
    }
    .navbar-dark.mainhederpnew .navbar-nav .nav-item
    {
        margin: 0 !important;
    }
    .mainnewhedrp_overlay.showoverlay
    {
        width: 100%;
    }
    .mainnewhedrp.showmenu
    {
        width: 250px;
        display: block;
        left: 0;
    
    }
}

@media (max-width:767px) {
    .left_side_top .dividertop ,.left_side_top .d-inline ,.right_side_top .d-inline
    {
        display: none !important;
    }
    /* .left_side_top 
    {
      
        align-items: start;
    } */
    .left_side_top a {
       
        margin-right: 5px;
        font-size: 10px;
    }
    .right_side_top a:last-child img
    {
        margin-right: 0;
    }
    .logo img {
        width: 150px;
    }
    .app_download img {
        width: 100px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

.navbar-dark .navbar-toggler
{
    padding-right:0 !important;
}

.closemenu {
    font-size: 20px;
    color: black;
    cursor: pointer;
}


.mainviewproductdetailsbtn a {
    white-space: nowrap;
    font-size: 12px;
    color: white;
    background-color: #1a261d;
    padding: 6px 10px;
    border-radius: 6px;
}

.price_box .price_left .text-reset {
    color: black !important;
    font-weight: 600;
}
.sec_title h2.heading , .newinnerboxhome .price_left h4 ,.price_right span
{
    font-family: 'Inter', sans-serif !important;
}
.price_left h4
{
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;

}
p.description_new {
    font-size: 14px;
    text-align: center;
    width: 50%;
    /* margin: 0 auto; */
    margin: 18px 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width:991px) {
    p.description_new {
        width: 100%;
    }
}

.new_process_main
{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.new_card_value {
    background-color: #fcf7f2;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c7712b59;
    text-align: center;
    padding-top: 0;
    height: 100%;
}

@media (min-width: 1200px)
{
    .new_process_main .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.new_card_value .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 0 0 50px 50px;
    position: relative;
    top: -1px;
    color: #c7712b;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 21px;
    border: 1px solid #e8c8ae;
    border-top: 0;
    font-family: 'Inter', sans-serif !important;

}
.new_card_value h5
{
    font-size: 15px;
    font-weight: 700;
    font-weight: 700;
    font-family: 'Inter', sans-serif !important;

}
.new_card_value p
{
    font-size: 13px;
margin-top: 20px;
color: #5c5c5c;
font-family: 'Inter', sans-serif !important;
text-align: justify;

}

.main_processpattern
{
    position: absolute;
    top: 0;
    width: 264px;
    opacity: 0.5;
}

.get_in_touch_new
{
    background-color: #19261D;
    padding: 70px 0;
    position: relative;
}
.get_in_touch_new .main_processpattern {
    position: absolute;
    top: 0;
    width: 264px !important;
    opacity: 0.5;
    left: 0;
    margin-top: 0;
}
.get_in_touch_new .main_processpattern.bottomnew
{
  
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
    transform: rotate(180deg);

}
.get_in_touch_new img
{
    border-radius: 10px;
width: 100%;
height: auto;
object-fit: cover;
margin-top: 30px;
}

.contact_form
{
    background-color: white;
    padding: 30px;
    border-radius: 10px;

}

.contact_form .iti__selected-flag {

    border-right: 1px solid #ccc;
}
.contact_form .iti--allow-dropdown input {
    padding-left: 60px !important;
}

.contact_form .form_inner {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif !important;

}
.contact_form label {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;

}
.contact_form input::placeholder
{
    font-size: 13px !important;
}
.contact_form textarea::placeholder
{
    font-size: 13px !important;
}
.contact_form .commonorgbtn {
    height: 32px;
}

.new_testimonial
{
    position: relative;
    padding:70px 0;
}
.testimonial_card_new {
    background-color:#F1F1F1;
    padding: 30px 65px;
    border-radius: 15px;
    position: relative;
}

img.quote1_img {
    width: 25px;
    position: absolute;
    top: 20px;
    left: 32px;
    filter: contrast(0);
}

img.quote2_img {
    width: 24px;
    bottom: 30px;
    position: absolute;
    right: 32px;
    filter: contrast(0);
}

p.testimonial_content {
    font-size: 15px;
    font-weight: 400;
    color: #1a261d;
    display: -webkit-box;
  -webkit-line-clamp: 8;
  height: 180px;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-family: 'Inter', sans-serif !important;

}
img.polygon_shape_img {
    position: absolute;
    bottom: -25px;
    width: 21px;
    left: 32px;
}
.customers_box
{
    margin-top: 35px;
}

.footer-inner input[type="email"]::placeholder {
    color: #fff;
    opacity: 0.7;
    font-size: 13px;
    font-family: 'Inter', sans-serif !important;

}
.footer-inner input[type="email"] {
    color: #fff;
    font-family: 'Inter', sans-serif !important;

}

@media (max-width:767px) {
    .main_processpattern , .get_in_touch_new .main_processpattern
    {
        width: 120px !important;
    }
    .contact_form
    {
        padding:15px !important;
        margin-top: 20px;
    }
    .sec_title h2.heading
    {
        font-size: 20px !important;
    }
}
@media (max-width:480px) {
    .testimonial .slick-track .slick-slide>div
    {
        margin: 0 ;
       
    }
}

.new_banner_section .plusminusquantityupdatediv input {
    border: none;
    width: 90px !important;
    padding: 5px;
}



.dropdown_content_nav {
    position: absolute;
    padding: 20px;
    width: 250px;
    background-color: #ffebdb;
    border-radius: 10px;
    display: none;
    transition: all 0.5s;
}
.dropdown_content_nav a
{
    display: block;
    font-size: 13px;
    color: black;
    margin-bottom: 10px;
    font-weight: 500;
}
.dropdown_content_nav a:hover
{
    color: #c7712c;
}
.dropdown_content_nav a.activenew {
    color: #c7712c !important;
    background-color: transparent !important;
}

.main_dropdown i
{
    transition: all 0.5s;
    
}



.tabs_mainanimate {
    animation-name: tabsanimate;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

@keyframes tabsanimate {
    from {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}

.dropdown_content_nav .nav-item
{
    margin: 0 !important;
    border-bottom: 1px solid #c7712c33;
    margin-bottom: 10px !important;
    display: block;
    width: 100%;
}


@media (max-width:991px)
{
    .dropdown_content_nav {
        position: absolute;
        padding: 20px;
        width: 218px;
        background-color: #ffebdb;
        border-radius: 10px;
      
        transition: all 0.5s;
        z-index: 9;
        top: 37px;
        height: 200px;
        overflow: scroll;
    }
    .dropdown_content_nav .tabsnewrp
    {
        display: block;
    white-space: normal;
    }
    .navbar-dark.mainhederpnew .navbar-nav .dropdown_content_nav .nav-item
    {
        margin: 0 !important;
        border-bottom: 1px solid #c7712c33;
        margin-bottom: 10px !important;
        display: block;
        width: 100%;
    }
    .right_side_top a.cartnewtop img {
        margin-right: 0;
    }
}

.servicemainnew
{
    width: 100%;
    height: 100%;
    margin: 50px 0;
    border-radius: 20px;
    position: relative;
    
}


.servicemainnew_content
{
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.servicemainnew_content h1
{
    font-family: 'Inter', sans-serif !important;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 10px;
    /* font-size: 14px; */
    color: #c7712c;
}

.servicemainnew_content h6
{
    font-size: 20px;
    font-weight: 500;
    color: black;
    width: 70%;
    margin-bottom: 12px;
}
.servicemainnew_content p.decriptionservice
{
    font-size: 14px;
    width: 70%;
}
.servicemainnew_content img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.servicemainnew_content p.whychooseservice  {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    border-left: 2px solid #c7712c;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 23px;
    font-family: 'Inter', sans-serif !important;

}

.service_why_box {
    background-color: white;
    position: relative;
    border-radius: 7px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #616161;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.new_card_value.new_card_value_service p.description {
    font-size: 13px;
    margin-top: 20px;
    color: #5c5c5c;
    font-family: 'Inter', sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 156px;
    text-align: justify;
}

.get_quote_btn {
    background-color: #19261D;
    color: white;
    font-weight: 500;

}
.get_quote_btn:hover {
    
    color: white;
  

}
.readmore_btn {
    border: 1px solid #19261D;
    color: #19261D;
    margin-left: 10px;
    font-weight: 500;
}
.new_card_value_service .modal-body
{
    text-align: left;
}

.new_card_value_service
{
    position: relative;
}


.qoute_new {
    background-color: #19261D;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 13px;
    border-radius: 10px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.showqoutebox .qoute_new

{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.new_card_value_service p.new_lable_banner {
    color: white !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.new_card_value_service .plusminusquantityupdatediv input {
    border: none;
    width: 90px !important;
    padding: 5px;
}

.new_card_value_service .select_box select {
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    color: rgb(0 0 0);
    border: 1px solid #ced4da;
    height: 32px !important;
    /* border-radius: 0; */
    padding: 0.375rem 0.3rem;
}
.new_card_value_service .plusminusquantityupdatediv {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    padding: 0 42px;
    height: 32px;
    display: flex;
    justify-content: center;
}

.new_card_value_service .tab_btn a {
    font-style: normal;
    font-weight: normal;
    border: 1px solid #cb7427;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: #cb7427;
    width: auto;
    padding: 0 10px;
}

.header_quote {
    display: flex;
    border-bottom: 1px solid #ffffff4f;
    padding-bottom: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.header_quote .header_quote_title {
    color: white;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
}
.header_quote i
{
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 13px;
    background-color: #39483E;
    color: white;
    cursor: pointer;
}

.qoute_new .select_box {
    margin-bottom: 15px !important;
}

@media (max-width:767px) {
    .servicemainnew_content h6 {
        
        width: 100%;
    }
    .servicemainnew_content p.decriptionservice {
    
        width: 100%;
    }
    .service_why_box {
        
        padding: 8px;
        font-size: 12px;
        
    }
}


@media (min-width: 1200px)
{
    .new_process_main.new_process_main_service .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.qoute_new .tab_btn {
    width: auto;
    text-align: left;
}


@media (max-width:991px) {
    .main_dropdown i {
        transition: all 0.5s;
        position: relative;
        top: -7px;
    }
}

@media (min-width:992px) {
    .main_dropdown:hover .dropdown_content_nav
    {
    display: block;
    opacity: 1;
    }
    .main_dropdown:hover i
{
    transform: rotate(180deg);
}
}


.servicemenuopenactive
{
    transform: rotate(180deg);
}
.getintouch_div_new {
    background-color: #F1F1F1;
    text-align: center;
    padding: 70px 0;
}
.getintouch_div_new h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: #19261D;
}

.get_in_touch_new.get_in_touch_new_service
{
    background-color: #f1f1f1;
}

.quotation_main_pcbm_new .container
{
max-width: 90% !important;
}


.Framedimghover:hover .Framedimg1
{
    width: 46px;
    border: 1px solid #c7712c;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.Framelessimghover:hover .Framelessimg1
{
    width: 46px;
    border: 1px solid #c7712c;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.Stepstencilimghover:hover .Stepstencilimg1
{
    width: 46px;
    border: 1px solid #c7712c;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.nStepstencilimghover:hover .nStepstencilimg1
{
    width: 46px;
    border: 1px solid #c7712c;
    padding: 5px;
    border-radius: 3px;
    /* margin-bottom: 10px; */
    margin-bottom: 10px;
}

.hdnSizeHide
{
    font-size:13px;
}

.mainblognewcard .card-body
{
    background-color: white;
    border-radius: 10px;

}
.mainblognewcard
 {
    border: none;
    border-radius: 10px;
 }


 .blogmain_d_img
 {
    border-radius: 10px;
    object-fit: contain;
    background-color: #f4f4f4;
    aspect-ratio: 16/9;
    width: 100%;
    margin-bottom: 20px;
 }

 .blogviewbtn
 {
    background-color: #8e480a;
    border-color: #8e480a;
    color: white;
 }
 .bloglistimg
 {
    object-fit: contain;
    background-color: #f4f4f4;
    aspect-ratio: 16/9;
    width: 100%;
 }

 .offer_div_main {
     background-color: #3ccf61;
    padding: 6px 0;
  
    
}

.offer_div_main p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: "Poppins", sans-serif;
    position: relative;
    top: -3px;
    width: max-content;
}
.offer_div_main p span {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.main_offer_top
{
    display: flex;
    align-items: center;
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 15px;

}

.main_offer_top .timer
{
    font-size: 15px;
    font-weight: 800;
    color: #dc3545;
    padding: 4px 9px;
    background-color: #dbf8e7;
    height: 26px;
    font-family: "Poppins", sans-serif;
}
.hurryuptext {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
}
.main_offer_top span
{
    position: relative;
    top: -1px;
}

.main_offer_top .timer i{
    position: relative;
    font-size: 17px;
    top: 0px;
    margin-right: 3px;
}
.btn_q
{
    font-size: 12px;
    font-weight: 500;
    color: white;
    background-color: #c7712b;
    padding: 4px 9px;
}

.offer_div_main_content
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.offermodalimg
{
    aspect-ratio:1/1;
  
}

#offermodal .modal-content
{
    overflow: hidden;
    border-radius: 10px;
}


#offermodal .modal-content i
{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* .offer_div_main_content marquee
{
display:none;
} */
@media  (max-width:820px){
    .offer_div_main_content marquee
{
    display: block;
    width: 50% !important;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.main_offer_top .timer
{
    font-size: 13px;
}
.main_offer_top span {
    position: relative;
    top: 0;
    font-size: 14;
}
.main_offer_top .timer i {
    position: relative;
    font-size: 14px;
    top: 0;
    margin-right: 3px;
}
    .main_lg_offer_line
    {
        display: none;
    }
    .offer_div_main_content
    {
        display: flex;
    }
    .offer_div_main p span
    {
        font-size: 19px;
        position: relative;
        top: 2px;
    }
    .offer_div_main p
    {
        font-size: 13px;
    }
    .main_offer_top {
        display: inline-flex;
        align-items: center;
        background-color: white;
        overflow: hidden;
        border-radius: 5px;
        margin-left: 0;
        justify-content: center;
        width: max-content;
        /* margin: 0 auto; */
        margin-top: 0px;
        white-space: nowrap;
    }
}
.offer_div_main
{
    transition: all 0.5s;
}
.scroll-down .offer_div_main
{
    display: none;
}



table.dataTable tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
    white-space: normal;
    display: flex;
}
.editicon_new_add
{
    font-size: 24px;
    color: #c7712b !important;
    background-color: white;
    padding: 0;
    line-height: 1;
}
.editicon_new_add:hover
{
    font-size: 24px;
    color: #c7712b !important;
    background-color: white !important;
    padding: 0;
    line-height: 1;
}
@media (max-width:767px) {
    .aiz-megabox-si .a-details
    {
            font-size: 13px;
    }
    .aiz-megabox-si .a-d-new
    {
            font-size: 13px;
    }

   
}


.new_process_main .description_new

{
    text-align: justify;
}

small.form-text
{
    font-size: 12px;
}

@media (max-width:767px) {
    .location_area .location_contect h5
    {
        font-size: 16px !important;
    }
    .location_area .location_icon a
    {
        display: inline-block;
    width: 30px;
    height: 30px;
    background: #CB7428;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    }
    .location_area .location_icon a img
    {
        width: 100%;
        height: 14px;
        object-fit: contain;

    }
    .location_area .location_contect {
        padding-left: 12px;
    }
}



