/*Refer and Earn Page Mod CSS*/

* {
    font-family: 'Product Sans';
	
}

::selection {
    background-color: #4d78ff;
    color: white;
}

.mainContainer {
    margin-bottom: 50px;

}

.subContainer {
    padding: 30px;
    background-color: #F9FAFC;
    margin-bottom: -10px;
}

.socialDiv {
    border: 1px solid #ced4da;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.head h1 {
    font-family: 'Product Sans Bold';
    color: #464646;
    font-size: 42px;
}

.para1 {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 18px;
}

.para2 {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 16px;
}


.img {
    width: 300px;
    height: 300px;
    mix-blend-mode: darken;
}

.socialLogo ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;

}

.socialLogo ul li a {
    font-size: 20px;
}

.socialLogo ul li a i {
    color: #464646;
    ;
}

.rCode {
    font-family: 'Product Sans Regular';
    display: inline-flex;
    font-size: 16px;
    color: #464646;
}

.rCode1 {
    font-family: 'Product Sans Regular';
    border: 2px solid #E6E6E6;
    border-radius: 6px;
    font-size: 14px;
    padding: 7px;
    color: #464646;

}

.rCode1 i {
    margin-left: 3px;
    font-size: 14px;
    color: #1A2E80;
}

.divBottom {
    background: transparent linear-gradient(94deg, #F46D6D 0%, #1A2E80 100%);
    box-shadow: 0px 3px 10px #0000001A;
    color: #FFFFFF;
    padding: 20px;

}

.divBottom1 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #FFFFFF;
}

.divBottom2 input {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.bttn-send {
    font-family: 'Product Sans Medium Regular';
    background: #FFFFFF;
    border-radius: 25px;
    width: 64px;
    height: 34px;
    color: #1A2E80;
    border: unset;
    cursor: pointer;
    font-size: 16px;
}

/* Credit Statement Page  */

.main-head {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 36px;
    border: 2px solid #E6E6E6;
    padding: 20px;
}

.creditImgDiv img {
    width: 147px;
    height: 80px;
}

.creditImgDiv p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.sideDiv {
    background: #F9FAFC;
    border-radius: 10px;
    width: 245px;
    /*height: 120px;*/
}

.numbers {
    font-family: 'Product Sans Bold';
    font-size: 36px;
    color: #464646;
}

.paraText {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #464646;
}

.credit-table table td,
.credit-table .table thead th {
    border: 0;
}

.credit-table {
    border: 2px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px;

}

.credit-table .table thead {
    background: #F9FAFC;
    border-radius: 5px;
}

.credit-table .table thead th {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.credit-table .table tbody td {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

/* Login Page */

/* .mainDiv {
	height: 100vh;
} */

.divOne {
    background-color: #263238;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}

.sk {
    font-family: 'Product Sans Bold';
    font-size: 24px;
}

.sk img {
    width: 140px;
    height: 20px;
}

.head2Div {
    margin-top: 120px;
}

.head22Div {
    margin-top: 120px;
}

.head2 {
    font-family: 'Product Sans Bold';
    font-size: 42px;

}

.para {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #FFFFFF;
}

.loginImgDiv {
    margin-top: 200px;
}

.loginImg {
    width: 248px;
    height: 152px;
}

.signInText {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #464646;
    padding-bottom: 30px;
}

.padding-bottom4px {
    padding-bottom: 4px;
    position: relative;
}

label {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #464646;
}

.inputDiv .inputField {
    background: #F9FAFC;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.inputDiv label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}


/* .inputDiv input:hover {
	pointer-events: none;
	
} */

/*.password-icon::before {
	font-size: 18px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f06e";
    position: absolute;
    color: #000;
    right: 10px;
    top: 35px;
    font-weight: 600;
    z-index: 10;
    opacity: 0.7;
}*/

.show-password {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 18px;
    opacity: .7;
}

.fPass {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #1A2E80;
}

.fPass a {
    color: #1A2E80;
}

.fPass a:hover {
    color: #1A2E80;
}

.btnSignIn {
    font-family: 'Product Sans Medium Regular';
    background: #1A2E80;
    border-radius: 25px;
    color: #FFFFFF;
    border: unset;
    cursor: pointer;
    font-size: 16px;
    padding: 6px;
    transition: 0.2s all;
}

.btmTxtDiv {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.btmTxtDiv a span {
    color: #1A2E80;
}

@media (max-width: 768px) {

    .mainDiv {
        display: flex;
        flex-direction: column;

    }

}

/* Sign Up Page */

/* for scroll */


.spMainDiv input {
    accent-color: #1A2E80;
}

.spMainDiv select#state {
    height: 36px;

}

.spMainDiv select#type {
    height: 36px;
}

.spMainDiv select#source {
    height: 36px;
}

.spMainDiv select {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.sphead2Div {
    margin-top: 125px;
}

.sphead2 {
    font-family: 'Product Sans Bold';
    font-size: 42px;
}

.sppara {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #FFFFFF;
}

.spbtnSignIn {
    font-family: 'Product Sans Medium Regular';
    background: #1A2E80;
    border-radius: 25px;
    color: #FFFFFF;
    border: unset;
    cursor: pointer;
    font-size: 14px;
    padding: 8px;
    height: 36px;
    transition: 0.2s all;
}

.spbtnSignIn a {
    color: #FFFFFF;
}

.spbtnSignIn a:hover {
    color: #FFFFFF;
}

.divUl ul li {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
}

.spImgDiv {
    margin-top: 545px;
}

.spImg {
    width: 248px;
    height: 152px;
}

.spFillText {
    font-family: 'Product Sans Regular';
    font-size: 22px;
    color: #464646;
}

.spFldHeading {
    font-family: 'Product Sans Regular';
    font-size: 18px;
    background-color: #F9FAFC;
    color: #202128;
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.spLabel {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.spVerify {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}



/*.applyBtn {
	font-family: 'Product Sans Medium Regular';
	background: #FFFFFF;
	border: 1px solid #1A2E80;
	border-radius: 18px;
	color: #1A2E80;
	cursor: pointer;
	font-size: 14px;
	width: 76px;
	padding: 6px;
}*/

/*.createAcBtn {
	font-family: 'Product Sans Medium Regular';
	font-size: 14px;
	color: #FFFFFF;
	width: 130px;
	padding: 8px;
	background: #1A2E80;
	border-radius: 20px;
	border: unset;

}*/

@media (max-width: 768px) {

    .spMainDiv {
        display: flex;
        flex-direction: column;

    }

}

/* Profile page 1 */

.pMainContainer {
    background-color: #F9FAFC;
}

.profilePageMainContainer .main-head2 {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 36px;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0px 0 20px;
}

.pSubDiv1 {
    background-color: #FFFFFF;
    border-radius: 5px;
}

.pMainDiv1 div img {
    width: 120px;
    height: 120px;

}

.pMainDiv1 div p {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #4E4E4E;

}

.profileBtn {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #FFFFFF;
    background: #1A2E80;
    border-radius: 20px;
    border: unset;
    width: 238px;
    padding: 8px;

}

.pLabel {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #202128;
}

.pPara {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.pLabel1 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #464646;
}

.pUl {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
}


/* Profile page 2 */
.profileBtn2 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #FFFFFF;
    background: #1A2E80;
    border-radius: 20px;
    border: unset;
    width: 222px;
    padding: 8px;

}

.pCpasswordBtn2 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
    background: #FFFFFF;
    border-radius: 20px;
    border: unset;
    width: 222px;
    padding: 8px;
    border: 1px solid #1A2E80;
}

.pDetails2 {
    background: #1A2E80;
    border: 1px solid #1A2E80;
    color: #fff;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 30px;
    height: 36px;
    width: 86px;
}

/* Profile page 3 */

.pfMainDiv2 {
    background: #FFFFFF;
    border-radius: 5px;
}

.pCpasswordBtn {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
    background: #FFFFFF;
    border-radius: 20px;
    border: unset;
    width: 204px;
    padding: 8px;
    border: 1px solid #1A2E80;

}

.profileBtn3 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #FFFFFF;
    background: #1A2E80;
    border-radius: 20px;
    border: unset;
    width: 192px;
    padding: 8px;
}

.pCpasswordBtn3 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
    background: #FFFFFF;
    border-radius: 20px;
    border: unset;
    width: 192px;
    padding: 8px;
    border: 1px solid #1A2E80;
}

.rdio .labelRadio::before {
    top: 3px;
    left: 0;
}

.rdio input[type=radio]:checked+.labelRadio::after {
    top: 7px;
    left: 4px;
}

.labelR {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

/* Customer Dashboard */

.main-head-dashboard1 {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 36px;
    padding: 20px;
}

.spec1 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 20px;
    height: 36px;
    width: 120px;
}

.spec2 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}

.sideDiv-dashboard {
    background: #F9FAFC;
    border-radius: 10px;
    width: 330px;
}

.search-icon2::before {
    font-size: 18px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f002";
    position: relative;
    color: #1A2E80;
    left: 448px;
    top: 32px;
    font-weight: 600;
    z-index: 1;
}

.inputDiv.search-icon2 {
    width: 35%;
}

.inputDiv .inputFieldSearch {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.dashboard-btmDiv {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #2021281A;
    border-radius: 5px;
}

.slNo {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #252832;
}

.t20 {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #1A2E80;
}

.label-dashboard {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

.paras-dashboard {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #252832;
}

.paras-dashboard-16 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #252832;
}

.paras-dashboard-medRed {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
}

.spec1-dashboard {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    border-radius: 20px;
    height: 30px;
    width: 110px;
}

.paras-dashboard1 {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}

.paras-dashboard-span-color-yellow {
    color: #D5A400;
}

.paras-dashboard-span-color-red {
    color: #D60000;
}

.paras-dashboard-span-color-green {
    color: #03B225;
}

.dashboard-btmDiv .dashboard-btmTxtDiv {
    background: #F9FAFC;
    border-radius: 5px;
}

.orderReviewBorderRadius {
    border-radius: 10px;
}

/* Customer Dashboard */

.ulLi {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #1A2E80;

}

.ulLi i {
    color: #707070;
}

.ulLi2 {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;

}

.spec3 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 20px;
    cursor: pointer;
}

.paras-dashboard11 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #252832;
}

.spec4 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80 !important;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 20px;
}

.pencil-dashboard, .pencil-dashboard:hover {
    color: #1A2E80;

}

.asterik {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
}

.pencil-dashboard2 {
    color: #ec1313;
}

.pencil-dashboard2:hover {
    color: #ec1313;
}

/*Customer Dashboard 4*/

.main-head-dashboard {
    font-family: 'Product Sans Medium Regular';
    color: #252832;
    font-size: 36px;
    border: 2px solid #E6E6E6;
    padding: 20px;
}

.order-dashboard {
    font-family: 'Product Sans Light Regular';
    color: #252832;
    font-size: 24px;
}

.orderNo-dashboard {
    font-family: 'Product Sans Medium Regular';
    color: #252832;
    font-size: 24px;
}

.spec1-dashboard1 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    border-radius: 20px;
    padding: 4px 8px;

}

.dashboard-btmTxtDiv2 {
    background: #FFFFFF;
    border-radius: 5px;
}

.dashboard-btmDiv2 {
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #2021281A;
    border-radius: 5px;
}

/*Hover Effect*/

.dis-text {
    display: none;

}

.hov-txt:hover+.dis-text {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 494px;
    z-index: 999;
    padding: 8px;
    left: 88px;
}

.upArrow {
    transform: rotate(-135deg);
    border: solid #E6E6E6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -18px;
    left: 0px;
    background: #F9FAFC;
}

.upArrow1 {
    transform: rotate(-135deg);
    border: solid #E6E6E6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -18px;
    left: 272px;
    background: #F9FAFC;
}

.upArrow2 {
    transform: rotate(-135deg);
    border: solid #E6E6E6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -18px;
    left: 551px;
    background: #F9FAFC;
}

.upArrow3 {
    transform: rotate(-135deg);
    border: solid #E6E6E6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -18px;
    left: 826px;
    background: #F9FAFC;
}

.dis-text1 {
    display: none;

}

.hov-txt:hover+.dis-text1 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 494px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text2 {
    display: none;

}

.hov-txt:hover+.dis-text2 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 494px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text3 {
    display: none;

}

.hov-txt:hover+.dis-text3 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 494px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text4 {
    display: none;

}

.hov-txt:hover+.dis-text4 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 626px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text5 {
    display: none;

}

.hov-txt:hover+.dis-text5 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 626px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text6 {
    display: none;

}

.hov-txt:hover+.dis-text6 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 626px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text7 {
    display: none;

}

.hov-txt:hover+.dis-text7 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 626px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text8 {
    display: none;

}

.hov-txt:hover+.dis-text8 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 757px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text9 {
    display: none;

}

.hov-txt:hover+.dis-text9 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 757px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

.dis-text10 {
    display: none;

}

.hov-txt:hover+.dis-text10 {
    display: inline-block;
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #25283233;
    border: 1px solid #E6E6E6;
    top: 891px;
    z-index: 999;
    padding: 8px;
    left: 89px;
}

/*Progress Bar*/

.wrapper {
    width: 1140px;
    height: 90px;

}

.margin-area {
    position: relative;
    text-align: center;
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    /*margin: 0 20px;*/
}

.dot {
    height: 20px;
    width: 20px;
    position: absolute;
    background: #03B225;
    border-radius: 50%;
    top: 15px;
    color: #fff;
    line-height: 30px;
    z-index: 9999;

}

.one {
    left: 25px;
}

.two {
    left: 175px;
}

.three {
    left: 325px;
}

.four {
    left: 475px;
}

.five {
    left: 625px;
}

.six {
    left: 775px;
}

.seven {
    left: 925px;
}

.eight {
    left: 1075px;
    background: #E6E6E6;
}


.progress-bar1 {
    position: absolute;
    height: 4px;
    width: 13%;
    top: 24px;
    left: 3%;
    /*background: #03B225;*/

}

.first {
    background: #03B225;
}

.second {
    left: 17%;
    background: #03B225;

}

.third {
    left: 30%;
    background: #03B225;

}

.fourth {
    left: 43%;
    background: #03B225;

}

.fifth {
    left: 56%;
    background: #03B225;

}

.sixth {
    left: 69%;
    background: #03B225;

}

.seventh {
    left: 82%;
    border-bottom: 4px dashed #E6E6E6;
}


.message {
    /* position: absolute; */
    /*height: 60px;*/
    /*width: 145px;*/
    padding: 10px;
    margin: 0;
    left: -10px;
    top: 0;
    color: #000;
}

.message-1 {
    top: 40px;
    color: #000;
}

.message-2 {
    top: 40px;
    left: 125px;
}

.message-3 {
    top: 40px;
    left: 270px;
    color: #000;
}

.message-4 {
    top: 40px;
    left: 450px;
}

.message-5 {
    top: 40px;
    left: 572px;
}

.message-6 {
    top: 40px;
    left: 716px;
}

.message-7 {
    top: 40px;
    left: 899px;
}

.message-8 {
    top: 40px;
    left: 1022px;
}



/*On Hover Tracker*/

.wrapper1 {
    width: 1090px;
    height: 90px;
}

.margin-area1 {
    position: relative;
    text-align: center;
    font-family: 'Product Sans Light Regular';
    font-size: 11px;
    color: #4E4E4E;
    /*margin: 0 20px;*/
}

.dot1 {
    height: 16px;
    width: 16px;
    position: absolute;
    background: #03B225;
    border-radius: 50%;
    top: 17px;
    color: #fff;
    line-height: 30px;
    z-index: 9999;

}

.one1 {
    left: 25px;
}

.two1 {
    left: 150px;
}

.three1 {
    left: 275px;
}

.four1 {
    left: 425px;
}

.five1 {
    left: 575px;
}

.six1 {
    left: 725px;
}

.seven1 {
    left: 875px;
}

.eight1 {
    left: 1025px;
    background: #E6E6E6;
}


.progress-bar11 {
    position: absolute;
    height: 4px;
    width: 13%;
    top: 24px;
    left: 3%;
    /*background: #03B225;*/

}

.first1 {
    background: #03B225;
}

.second1 {
    left: 16%;
    background: #03B225;

}

.third1 {
    left: 29%;
    background: #03B225;

}

.fourth1 {
    left: 42%;
    background: #03B225;

}

.fifth1 {
    left: 55%;
    background: #03B225;

}

.sixth1 {
    left: 68%;
    background: #03B225;

}

.seventh1 {
    left: 81%;
    border-bottom: 4px dashed #E6E6E6;
}


.message1 {
    position: absolute;
    /*height: 60px;*/
    /*width: 145px;*/
    padding: 10px;
    margin: 0;
    left: -10px;
    top: 0;
    color: #000;
}

.message-11 {
    top: 40px;
    color: #000;
}

.message-21 {
    top: 40px;
    left: 110px;
}

.message-31 {
    top: 40px;
    left: 232px;
}

.message-41 {
    top: 40px;
    left: 405px;
}

.message-51 {
    top: 40px;
    left: 533px;
}

.message-61 {
    top: 40px;
    left: 680px;
}

.message-71 {
    top: 40px;
    left: 855px;
}

.message-81 {
    top: 40px;
    left: 986px;
}


/*Quotes Flow 4th screen*/

.quote-two .main-heading-qf {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #464646;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.con-subDiv1 {
    background: #F9FAFC;
}

.con-subDiv2 {
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #0000001A;
}

.details2 {
    background: #1A2E80;
    border: 1px solid #1A2E80;
    color: #FFFFFF;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 20px;
    height: 36px;
}

.pUl1 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.specB {
    background: #202128;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    padding: 8px 15px;
}

.spec33 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 20px;
}

.selectDiv select {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.divGstInput input {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;

}

.quote-condition2 {
    background: #F9FAFC;
    border-radius: 5px;
}

.qftextarea {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

/*Accordions*/

.m-name1 {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #202128;
}

.m-name2 {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #202128;
}

.quote-box1 label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.quote-box1 input {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.quote-box1 p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.quote-box1 select {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.slab-details .name-supplier {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #464646;
}

.paraTextB {
    font-family: 'Product Sans Bold';
    font-size: 16px;
    color: #464646;
}

.slab-details .detail-title1 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 0;
}

.calender-icon::before {
    font-size: 18px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f272";
    position: absolute;
    color: #1A2E80;
    left: 264px;
    top: 183px;
    font-weight: 400;
    z-index: 1;
}

/*popup part*/

.popup-div {
    display: none;
    /*background: #FFFFFF;
	box-shadow: 0px 3px 10px #2021281A;	
	width: 30%;
	position: absolute;
	bottom: -122px;
	right: 0px;
	z-index: 1;*/
}

.popup-div .modal-body h5 {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #202128;
}

.popup-div .modal-body label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.popup-div .modal-body p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;
}

/*Sales Visit Entry*/

.hInput {
    height: 80px;
}

/*Min Order Page*/

.table2 thead {
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 5px;

}

.table2 thead tr th {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}


.table2 tbody tr {
    background: var(--unnamed-color-ffffff);
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 5px;
    background: border-box;
}

.table2 tbody tr td {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

/*Manage PO Page*/

.spec333 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 5px 11px;
    border-radius: 20px;
}

.more-bttn1 {
    display: none;
}

.more-bttn2 {
    display: none;
}

.add-manu-popupDiv {
    display: none;
    /*background: #FFFFFF;
	box-shadow: 0px 3px 10px #2021281A;	
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;*/
}

.add-manu-popupDiv .modal-body h5 {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #202128;
}

.add-manu-popupDiv .modal-body label {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
}

/*Manage Company 1*/

.spec303 {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 18px;
    color: #202128;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    padding: 6px 15px;
    border: unset;
}

.spec301 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 20px;
}

.contactDetails-div {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 5px;
}


/*Manage Company 4*/

.cd-sub-div {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.cd-sub-div h3 {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 18px;
}

.cd-sub-div label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.cd-sub-div p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 8px;
}

.spec3033 {
    background: #9392921a;
    border-radius: 18px;
    color: #202128;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    padding: 6px 15px;
    border: unset;
}

/*Packing Notes*/

.table2 tbody tr td label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.packing-notes h4 {
    font-family: 'Product Sans Light Regular';
    color: #252832;
    font-size: 24px;
}

.packing-notes span {
    font-family: 'Product Sans Medium Regular';
    color: #252832;
    font-size: 24px;
}

.packing-notes .label-border {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    color: #D5A400;
    font-family: 'Product Sans Medium Regular';


}

.packing-notes label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.packing-notes p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #252832;
    margin-bottom: 0px;
}

.packing-notes .pLabel2 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
}

.packing-notes .pUl2 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.packing-notes .btmTxtDiv2 {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.packing-notes1 h4 {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 18px;
}

.billing-div {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.billing-div header {
    background: #F9FAFC;
    border: 1px solid #E6E6E6;
    border-radius: 5px 5px 0px 0px;

}

.billing-div h5 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #202128;
}

.billing-div span {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 14px;
}

.billing-div1 {
    background: #F9FAFC;
    border-radius: 5px;
}

.billing-div1 h5 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #202128;
}

.billing-div1 p {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 0px;
}

.billing-div1 p span {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 0px;
}

.new-bread .breadcrumb-bg {
    background-color: #FFFFFF;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;
}

/*Inside Sales Orders History*/

.insideSalesDiv label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

/* .insideSalesDiv input {
	border: 2px solid #ced4da
} */

.insideSalesDiv select,
.insideSalesDiv input {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    height: 36px !important;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.paraText-medium {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #464646;
}

.insideSalesDiv .calender-icon {
    position: relative;
    top: -217px;
    left: -100px;
}

.insideSalesDiv2 .slNo-label {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #1A2E80;
    margin-bottom: 0px;
}

.insideSalesDiv2 .amt-label {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #464646;
    margin-bottom: 0px;
}

.insideSalesDiv2 .insideSalesDiv3 {
    background: var(--unnamed-color-ffffff);
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-family: 'Product Sans Regular';
    font-size: 14px;
}

.insideSalesDiv2 label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

.insideSalesDiv2 p {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 4px;
}

/*Inside Sales Orders History Page 2*/

.insideSalesBtmDivs h5 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #252832;
}

/*Orders Dashboard Page*/

.ordersDashDiv {
    background: var(--unnamed-color-ffffff);
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 10px;
}

.ordersDashDiv h4 {
    font-family: 'Product Sans Bold';
    color: #464646;
    font-size: 36px;
}

.ordersDashDiv label {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 16px;
}

.ordersDashDiv2 {
    background: var(--unnamed-color-ffffff);
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #2528321A;
    border-radius: 5px;
}

.ordersDashDiv2 h5 {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #202128;
}

.ordersDashDiv2 label {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #252832;
    margin-bottom: 0px;
}

.ordersDashDiv2 span {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #252832;

}

.ordersDashDiv2 .odSpan {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #252832;

}

.odSpan2 {
    font-family: 'Product Sans Regular';
    font-size: 22px;
    color: #1A2E80;
}

.graphDiv {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #202128;
}

.dropdown button {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #464646;
    background: var(--unnamed-color-ffffff);
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.dropdown .specHd {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 30px;
    height: 36px;
    cursor: pointer;
}

/* .mobmarT8 {
		margin-top: 8px !important;
	} */

.dropdown .specHd a {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #1A2E80;
}

/*Quote Flow Page 1*/

.quote-flow {
    background-image: url(/img/new2018/home/bom/Quotes_banner.png);
    background-repeat: no-repeat;
    /*	background: transparent linear-gradient(117deg, #F46D6D 0%, #1A2E80 100%);
	box-shadow: 0px 3px 10px #0000001A;
	mix-blend-mode: multiply;*/
    background-size: cover;
}

.quote-flow h3 {
    font-family: 'Product Sans Bold';
    font-size: 42px;
    color: #FFFFFF;
}

.quote-flow h5 {
    font-family: 'Product Sans Regular';
    font-size: 18px;
    color: #FFFFFF;
}

.quote-flow p {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #FFFFFF;
}

.quote-flow .quote-flow2 {
    background: #C83B3B;
    box-shadow: 0px 3px 10px #2021281A;
    border-radius: 20px;
    opacity: 0.9;
}

.quote-flow .quote-flow3 {
    background: #df9b9c;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

.quote-flow img {
    opacity: 1;
    width: 80px;
    height: 80px;
}

/* RFQ Page */

.con-subDiv2 {
    background: #F9FAFC;
    border-radius: 30px;
}

.title h5 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.title a {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #464646;
}

.title a:hover {
    text-decoration: none;
    color: #464646;
}

.or-shadow2 {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #0000001a;
    padding: 5px 6px;
    border-radius: 30px;
    margin: 0 auto;
    width: 30px;
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.hr-border {
    border: 2px solid #E6E6E6;
    border-bottom: 0px;
}

.select-pUl1 .pUl1 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

/*Drag and drop CSS*/

.drop-zone {
    height: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Product Sans Regular';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #1A2E80;
    border: 2px dashed #1A2E80;
    ;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*  padding: 5px 0; */
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.drop-zone:hover {
    background: #ecf0f5;
}

.drop-zone img {
    width: 65px;
    margin-bottom: 10px;
}

.uploadTitle {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #464646;
    margin-bottom: 5px;
}

.uploadDesc {
    font-family: 'Product Sans Light Regular';
    font-size: 16px;
    color: #464646;
    margin-bottom: 5px;
}

/*Manufacturer Page*/

.manufacturer-img img {
    height: 150px;
}

.details.rfq2 {
    width: 95px;
}

/* All Manufacturers Page */

.manuf-secd .l2category .card p a {
    font-family: 'Product Sans Medium Regular';
    color: #4E4E4E;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.nav1.fixed-header {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
}

/* Shipping Policy Page */

.shippingPolicyDiv {
    font-family: 'Product Sans Light Regular' !important;
    color: #4E4E4E !important;
    font-size: 14px;
}

.shippingPolicyDiv div>span {
    font-family: 'Product Sans Light Regular';
    color: #4E4E4E;
    font-size: 14px;
}

.shippingPolicyDiv a:hover {
    color: #1A2E80
}

.shippingPolicyDiv2 h4 {
    font-family: 'Product Sans Medium Regular';
    color: #4E4E4E;
    font-size: 18px;
    margin-bottom: 10px;
}

.shippingPolicyDiv2 p {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

#table-column td {
    padding-top: 14px;
    padding-left: 14px;
    padding-bottom: 0px;
    padding-right: 0px;
}

/* FAQ Page */

.faqDiv {
    display: flex;
    background: transparent linear-gradient(101deg, #0E2539 0%, var(--unnamed-color-1A2E80) 100%);
    background: transparent linear-gradient(101deg, #0E2539 0%, #1A2E80 100%);
    mix-blend-mode: multiply;
    opacity: 1;
}

.faqDiv h1 {
    font-family: 'Product Sans Bold';
    color: #FFFFFF;
    font-size: 42px;
}

.faqDiv p {
    font-family: 'Product Sans Regular';
    color: #FFFFFF;
    font-size: 18px;
}

.faqDiv img {
    width: 150px;
    height: 150px;
}

.faq-accord .accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    font-weight: 900;
    color: #1A2E80;
}

.faq-accord .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    font-weight: 900;
    color: #1A2E80;
}

.faq-accord .card-header {
    /*     background: var(--unnamed-color-ffffff);
    background: #F3F5F9;
    box-shadow: 0px 3px 10px #0000001a;
    border-radius: 5px 5px 0px 0px;
    opacity: 1; */
    border-bottom: 0px;
}

.faq-accord span {
    font-family: 'Product Sans Regular';
    color: #1A2E80;
    font-size: 16px;
}

.faq-accord .card-body div {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
}

/* .faq-accord .accordion .card-body {
    background: #F3F5F9;
    box-shadow: 0px 0px 0px -5px #0000001a, 0px 10px 10px -3px #0000001a, 0px 0px 10px -5px #0000001a;
    border-radius: 0px 0px 5px 5px;
} */

.faq-accord ul li {
    list-style: disc;
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
}

.marT10px {
    margin-top: 10px;
}

.faq-accord .accordion .px21px {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0px;
}

/* Feedback Page */

.feedbackMainDiv {
    background: #000000CC;
    opacity: 1;
}

.feedbackDiv {
    margin: 0 auto;
}

.feedbackDiv .feedbackDiv1 {
    background: #263238;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
}

.feedbackDiv1 h3 {
    font-family: 'Product Sans Bold';
    color: #FFFFFF;
    font-size: 42px;
}

.feedbackDiv1 p {
    font-family: 'Product Sans Regular';
    color: #FFFFFF;
    font-size: 16px;
}

.feedbackDiv .feedbackDiv2 {
    border: 1px solid var(--unnamed-color-707070);
    background: #F9FAFC;
    border-radius: 0px 10px 10px 0px;
    opacity: 1;
}

.feedbackDiv2 h4 {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 24px;
}

.feedbackDiv2 label {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
    margin-bottom: 0;
}

.feedbackDiv2 i {
    font-size: 30px;
    opacity: .7;
}

/* Resend Activation Link Page */

.inputDiv .resendLink {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.mar-top-20px {
    margin-top: 20px;
}

.mainDiv a {
    font-family: 'Product Sans Regular';
    font-size: 16px;
    color: #1A2E80;
}

.mainDiv .disabled {
	opacity: 0.5;
}

.mainDiv #password-tab, #otp-tab {
	color: #464646;
}

.mainDiv #password-tab.active, #otp-tab.active {
	color: #1A2E80;
}

.mainDiv a:hover {
    color: #1A2E80;
}

.forPassBtnDiv .forgotPassBtn {
    color: #1A2E80;
}

/* Search Page */

.searchDiv h3 {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #202128;
}

.searchDiv h4 {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #202128;
}

.searchDiv img {
    width: 327px;
    height: 245px;
}

.searchDiv header {
    font-family: 'Product Sans Medium Regular';
    font-size: 30px;
    color: #464646;
}

.searchDivBg {
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 10px;
    width: 33%;
}

.searchDivBg h5 a {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #AD050A;
}

.searchDivBg p {
    margin-bottom: 0px;
}

.searchDivBg a {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.searchDivBg a:hover {
    color: #AD050A;
}

.searchDivBg img {
    width: 30px;
    height: 30px;
}

/* Search Results Page 1 */

.searchResult h1 {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #202128;
    padding: 20px;
}

.searchResult .borderBottom {
    background: var(--unnamed-color-ffffff);
    border: 1px solid var(--unnamed-color-707070);
    background: #FFFFFF;
    border-bottom: 1px solid #707070;
    opacity: 0.2;
}

.searchResultsDiv .searchResultsDivResults {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.searchResultsDivResults span {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.search-table {
    border: 2px solid #E6E6E6;
    border-radius: 10px;
}

.search-table .table thead {
    background: #F9FAFC;
    border-radius: 5px;
}

.search-table .table thead th {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    border-top: 0;
    width: 150px;
}

.search-table .table tbody td p,
.search-table .table tbody td {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
    width: 150px;
}

.search-table .table tbody td p {
    word-break: break-word;
    width: 100px;
}

.search-table table td,
.credit-table .table thead th {
    border: 1;
}

.searchDatasheet {
    font-family: 'Product Sans Medium Regular';
    color: #202128;
    font-size: 14px;
}

.fPdf {
    font-size: 16px
}

.spec99 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #4E4E4E;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 30px;
    height: 36px;
}


.searchLightGreen {
    color: #1EC569;
}

.borderRight {
    border-right: 1px solid #E6E6E6;
}

.searchResultImg {
    width: 50px;
    height: 36px;
}

/* Suppliers Page */

.supplierPage header {
    font-family: 'Product Sans Light Regular';
    color: #4E4E4E;
    font-size: 14px;
}

.supplierPage img {
    /* width: 200px; */
    height: 60px;
    object-fit: contain;
    border: 2px solid #FFFFFF;
}

.supplierPage h5 {
    font-family: 'Product Sans Medium Regular';
    color: #4E4E4E;
    font-size: 16px;
    margin-bottom: 0px;
}

.supplierPage p {
    font-family: 'Product Sans Light Regular';
    color: #4E4E4E;
    font-size: 14px;
    text-align: justify;
}

/* Password Reset Page */

.pass-reset header {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 24px;
}

.pass-reset p {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 14px;
}

.pass-reset label {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
    font-weight: 400;
}

.pass-reset input {
    background: #F9FAFC;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    height: 36px;
    font-size: 14px;
    box-shadow: unset;
}

.pass-reset .progress {
    border-radius: 5px;
}

.pass-reset .progress-bar {
    background: #1A2E80;
    font-family: 'Product Sans Light Regular';
    color: #FFFFFF;
    font-size: 8px;
}

.pSI {
    font-family: 'Product Sans Italic';
    color: #464646;
    font-size: 14px;
}

.pass-reset .show-password {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 18px;
    opacity: .7;
}

/* Profile Page */

.pMainDiv2 .header-bg {
    background: #F9FAFC;
    border: 0px;
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pLabel11 span {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 14px;
}

.pUl11 span {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
}

.shipping-add p span {
    font-family: 'Product Sans Regular';
    color: #464646;
    font-size: 14px;
}

.shipping-add span {
    font-family: 'Product Sans Light Regular';
    color: #464646;
    font-size: 14px;
}

.pMainDiv2 h4 {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #202128;
}

.pMainDiv2 .modal-header {
    background: #FFFFFF;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.pMainDiv2 .modal-body label {
    margin-bottom: 4px;
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.pMainDiv2 label.regular-14 {
    margin-bottom: 4px;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.pMainDiv2 div .pLabel11 span {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.pMainDiv2 div .pUL11 span {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.pMainDiv2 .close-times {
    font-size: 36px;
}

/* Header */

.vertical-line {
    font-size: 19px;
    color: #E6E6E6;
}

.dropdown-item span .dropdown-cart {
    color: #202128 !important;
}

.navbar-fixed-top.scrolled .dropdown-item span .dropdown-cart {
    color: #202128 !important;
}

ul .dropdown-menu {
    background: #F9FAFC;

}

ul .dropdown-menu>li a {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

ul .dropdown-menu a:hover {
    color: #1A2E80;
}

ul .dropdown-menu .megasubmenu {
    background: #FFFFFF;
}

ul .dropdown-menu .megasubmenu>ul {
    padding-left: 0px;

}

ul .dropdown-menu .megasubmenu>ul>li>a {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

ul .dropdown-menu .megasubmenu>ul>li>a:hover {
    color: #1A2E80;
}

.dropdown-menu {
    top: unset;
}

.megasubmenu {
    /* left: 260px; */
    top: 0px !important;
    border-radius: 0px 4px 4px 0px;
}

.megasubmenu {
    -webkit-columns: 2;
}

.megasubmenu li {
    margin: 8px !important;
    margin-top: 0px !important;
}

ul .dropdown-menu>li {
    line-height: unset;
}
.dropdown-item {
    padding: .1rem 1.5rem .4rem 1.5rem;
}

/* Contact Us Page */
.howCanWeHelpYou a:hover,
.howCanWeHelpYou a {
    color: #1A2E80;
}


/* Product Page */

.spec .datasheetbtn {
    color: #1A2E80;
}

.spec .specInfo11 {
    color: #4E4E4E;
}

.content #industryVertical,
.content #dateOfVisit,
.content #franchiseVertical,
.content input {
    height: 36px;
}

/* Product Page */
.mainProductPageDiv .topRightLogoDiv,
.mainProductPageDiv .mainprd-detail {
    padding: 20px;
}

.mainProductPageDiv .media-body {
    padding-left: 20px;
}

/* .mainProductPageDiv .media-body p span{
	font-family: 'Product Sans Regular';
	font-size: 16px;
    color: #4E4E4E;
} */

.mainProductPageDiv .media-body p.cat-desc1 {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #1A2E80;
    border: 1px solid #1A2E80;
    border-radius: 15px;
    padding: 6px 20px;
    margin-bottom: 0;
}

.spec999 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 30px;
    height: 36px;
    cursor: pointer;
    margin-left: 10px;
}

.spec999 a {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.spec999 a:hover {
    color: #4E4E4E;
}

.spec .foot-printimg1 {
    width: 140px;
    height: 21px;
    object-fit: contain;
}

.right-content input {
    width: 100px;
    height: 36px;
}

.mainProductPageDiv .media-body .cat-desc1 a span {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #1A2E80;
}

.mainProductPageDiv .right-content .paddingTopBottom14px {
    padding-top: 14px;
    padding-bottom: 14px;
}

.right-content .button-cont .spec909 {
    background: #fff;
    border: 1px solid #1A2E80;
    color: #202128;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 30px;
    height: 36px;
}

.right-content .disable909 {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    font-size: 14px;
    padding: 6px 20px;
    color: #E6E6E6;
    cursor: no-drop;
}

.prod-spec table tbody tr td {
    padding: 10px;
}

.prod-spec table tbody tr td p {
    margin-bottom: 0px;
}

.slab-details .insideCardLogo {
    height: 30px;
    object-fit: contain;
}

/* Feedback Success Page */

.feedbackSuccessPageDiv {
    padding: 60px;
}

.feedbackSuccessPageDiv p {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #464646;
}
.feedbackSuccessfullPageDiv {
    padding: 60px;
}

.feedbackSuccessfullPageDiv p {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #464646;
}

.feedbackSuccessPage {
    height: 234px;
    object-fit: contain;
}

/* Preview Cart Page */

.previewCartPageDiv .cart-table thead tr th {
    background: #F9FAFC;
}

.previewCartPageDiv input {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    height: 36px;
}

.previewCartPageDiv .cart-table .table-bottom-bg {
    background: #F9FAFC;
}

.previewCartPageDiv .cart-table .table-bottom-bg p input {
    background: #F9FAFC;
    height: 20px;
}

/* Final Cart Page */

.main-heading99 {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #202128;
    text-transform: capitalize;
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.bg-f9 {
    background: #F9FAFC;
    box-shadow: 0px 3px 10px #0000001A;
}

.bg-f99 {
    background: #F9FAFC;
}

.bilng-shpng .cart-span1 {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.bilng-shpng span {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.modal-header .close span {
    font-size: 32px;
    color: #202128;
}

/* Rfq Success Page */

.rfqSuccessDiv {
    padding: 60px;
}

.rfqSuccessDiv h3 {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #464646;
}

.rfqSuccessDiv h5 {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.rfqSuccessDiv div img {
    height: 180px;
    object-fit: contain;
}

.rfqSuccessDiv div {
    font-family: 'Product Sans Light Regular';
    font-size: 24px;
    color: #202128;
}

.rfqSuccessDiv div span {
    font-family: 'Product Sans Medium Regular';
    font-size: 24px;
    color: #202128;
}

.rfqSuccessDiv p {
    font-family: 'Product Sans Light Regular';
    font-size: 18px;
    color: #202128;
}

/* All categories page */

.redCText {
    color: #1A2E80 !important;
}

.selection-category .allCategoryL1Category {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.selection-category .dropdown .dropdown-label {
    display: block;
    height: 36px;
    background: #fff;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-bottom: 0;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.selection-category .dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
    border-bottom: 1px solid #00000029;
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
    padding-left: 0;
}

.level-category .paddingRight16px {
    padding-right: 16px;
    margin-bottom: 16px;
}

.card-body.row.height40 {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.level-category .level-category-logo {
    height: 30px;
    margin-right: 8px;
    object-fit: contain;
}

.level-category .text-transform-span {
    text-transform: capitalize;
}

.level-category .text-transform-span:hover {
    color: #1A2E80;
}

.selection-category .details {
    background: #1A2E80;
    border: 1px solid #1A2E80;
    color: #fff;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 30px;
    height: 36px;
    cursor: pointer;
    transition: 0.2s all;
}

.level-category .viewAllCategoryMy {
    margin-bottom: 10px;
}

.level-category .viewAllCategoryMy2 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* L1 category */

.l1CategoryHeaderImg {
    height: 40px;
    object-fit: contain;
}

.level-category .l1Span {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #464646;
    text-transform: capitalize;
}

.level-category .l1Span:hover {
    color: #1A2E80;
}

.card-body.row.l1CategoryCard {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.level-category .mB10 {
    margin-bottom: 10px;
}

/* Manufacturer Page Modal */

.manufacturerModal .manufacturerModalHeader {
    background: #FFFFFF;
}

.manufacturerModal .manufacturerModalh5 {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #202128;
}

.manufacturerModal .close-times2 {
    font-size: 36px;
    color: #202128;
}

.manufacturerModal .manufacturerModalBody label {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 5px;
}

.manufacturerModal .manufacturerModalBody input {
    height: 36px;
}

.manufacturerModal .manufacturerModalBody select {
    height: 36px;
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.manufacturerModal .manufacturerModalBody select option {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.manufacturerModal .modal-footer .details {
    background: #1A2E80;
    border: 1px solid #1A2E80;
    color: #fff;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 30px;
    height: 36px;
    cursor: pointer;
    transition: 0.2s all;
}

.manufacturerModalDialogMain .manufacturerModalDialog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 816px;
    max-width: fit-content;
    padding: 16px;
}

.manufacturerModalDialog .close-times2 {
    font-size: 36px;
    color: #202128;
}

.manufacturerModalDialog .manufacturerModalDialogModalContent {
    background: #F9FAFC;
    border: 1px solid #707070;
    border-radius: 10px;
}

.manufacturerModalDialog .manufacturerModalDialogModalContent h4 {
    font-family: 'Product Sans Regular';
    font-size: 24px;
    color: #464646;
}

.manufacturerModalDialog .manufacturerModalDialogModalContent img {
    height: 243px;
    object-fit: contain;
}

.feedbackSuccessPage2 {
    padding: 40px;
}

/* Manage Cart Page */

.quote-two2 .main-heading {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #202128;
    padding-top: 20px;
    padding-bottom: 20px;
}

.review-table .table tbody td a {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.review-table .status {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 2px 16px;
}

.review-table .status1 {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 2px 21px;
}

.review-table .table tbody .paras-dashboard-span-color-green {
    color: #03B225;
}

/* Register Page Pop Up */

.register-pop-up-p {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.register-pop-up-pB {
    font-family: 'Product Sans Light Regular';
    font-size: 18px;
    color: #202128;
}

.register-pop-up-pB a {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #1A2E80;
}

.manufacturerModalDialogMain .registerDivModal {
    width: 864px;
    height: 432px;
}

.manufacturerModalDialog .manufacturerModalDialogModalContent .img-register-success {
    height: 180px;
    object-fit: contain;
}

.registerSuccessPageDiv {
    padding: 30px;
}

/* Manage Cart empty cart page */

.emptyCart {
    padding: 60px;
}

.manageCartEmptyCartPageP1 {
    font-family: 'Product Sans Bold';
    font-size: 36px;
    color: #263238;
}

.manageCartEmptyCartPageP2 {
    font-family: 'Product Sans Light Regular';
    font-size: 30px;
    color: #263238;
}

.emptyCartImg {
    height: 380px;
    object-fit: contain;
}

/* BOM no bom page */

.bomEmptyImg {
    height: 364px;
    object-fit: contain;
}

.empty-mar-t-20px {
    margin-top: 20px;
}

/* Header 1 Cart Preview */


.bgCartPreview {
    background-color: #FFFFFF;
    border-radius: 5px;
}

.bgCartPreview div {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}


.bgCartPreview .bgCartPreviewBold {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.bgCartPreview .bgCartPreviewLight {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}

.bgCartPreview .red-text {
    color: #1A2E80;
    font-family: 'Product Sans Regular';
    font-size: 14px;
}

.bgCartPreview0 .modal-footer--sticky,
.bgCartPreview0 .modal-header,
.bgCartPreview0 .modal-content {
    background-color: #f3f5f9;
}

/* Home Page */

.mobSearchIcon {
    display: none;
}


.webPadL112px {
    padding-left: 112px;
}

#home .webC4D0102 {
    color: #051650;
}

#home .webF16 {
    font-size: 16px !important;
}

.home-icon img {
    width: 40px !important;
}

.webCB {
    color: #000000 !important;
}

.webFB30CB {
    font-size: 30px;
    font-family: 'Product Sans Bold';
    color: #000000;
}

.webPTandL {
    padding-top: 16px;
    padding-right: 16px;
}

.ui-widget-content {
    height: 250px !important;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 16px;
    font-family: 'Product Sans Medium Regular';
    color: #464646;
}

.search-wrapper .icon-Close {
    display: block;
    position: absolute;
    top: 11px;
    right: -33px;
    color: #464646;
    font-size: 20px;
    cursor: pointer;
}

.search-wrapper .icon-Search {
    background: none;
    border: none;
    position: absolute;
    top: 11px;
    font-size: 20px;
    color: #1A2E80;
    cursor: pointer;
}

/* Menu */

/* #geeks {
    text-align-last: end;
} */

.search-wrapper.active {
    left: 49% !important;
}

.search-wrapper .input-holder .search-icon {
    padding: 15px !important;
}

.menu-bg .navbar-nav .nav-link {
    font-size: 16px !important;
}

.c464646 {
    color: #1A2E80;
    font-size: 20px;
}

/* Orders Dashboard Page */

/* .specDots {
   	background: #fff;
    border: 1px solid #1A2E80;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 20px;
    height: 30px;
    cursor: pointer;
    margin-top: 5px;
} */

.search-order1 {
    position: relative;
}

.search-order1::after {
    content: "\f002";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    position: absolute;
    color: #1A2E80;
    font-size: 16px;
    display: inline-block;
    top: 31px;
    left: 314px;
}





.dropbtn11 {
    background-color: #3498DB;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn11:hover,
.dropbtn11:focus {
    background-color: #2980B9;
}

.dropdown11 {
    position: relative;
    display: inline-block;
}

.dropdown11::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f142";
    color: #1A2E80;
}

.dropdown-content11 {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content11 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content11 button {
    padding: 12px 16px;
}

.dropdown11 a:hover {
    background-color: #ddd;
}

.show11 {
    display: block !important;
}

.web-white-spaces {
    white-space: break-spaces;
}

.web-border-bottom {
    border-bottom: 1px solid #dddddd;
}

.web-span-position {
    position: absolute;
    left: -29px;
}

.web-radio-color {
    accent-color: #1A2E80;
}

.web-checkbox {
    width: 20px;
    height: 16px;
    accent-color: #1A2E80;
}

/* Sales Order Acknowledgement */

.soa_page .header {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.soa_header {
    position: relative;
}

.soa_header,
.soa_header_content {
    padding: 8px;
}

.soa_logo {
    position: absolute;
    left: 8px;
}

.soa_header_content h4 {
    font-family: 'Product Sans Bold';
    font-size: 12px;
    color: #464646;
}

.soa_header_content p {
    font-family: 'Product Sans Regular';
    font-size: 10px;
    color: #464646;
    margin-bottom: 4px;
}

.soa_header_content .medium-regular-10 {
    font-family: 'Product Sans Medium Regular';
    font-size: 10px;
    color: #464646;
    margin-bottom: 4px;
}

.soa_header_content .table-border {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.soa_header_content .bg-colr {
    background: #E5F4FA;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.soa_header_content .table-border thead th,
.soa_header_content .table-border thead td {
    border: 0;
}

.soa_header_content .bg_F2F3F5 {
    background: #F2F3F5;
    border-radius: 5px;
}

footer {
    border-top: 1px solid #E6E6E6;
}

.soa_logo_aq {
    position: absolute;
    left: 8px;
    top: 6px;
}

.img-logo-aq {
    height: 40px;
}

.padL10 {
    padding-left: 10px !important;
}

.modal-content select {
    height: 36px !important;
}

.reg-14-332827 {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #332827;
}

.med-14-332827 p input, .med-14-332827 p span {
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    color: #332827;
}

/* Careers Page */
.career_page h1 {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
    color: #202128;
    margin-bottom: 0;
}

.career_page p,.career_page p span {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    text-align: justify;
    letter-spacing: .3px;
}

.career_page h4 {
    font-family: 'Product Sans Medium Regular';
    font-size: 24px;
    color: #202128;
    margin-bottom: 0;
}

.career_div {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.career_time {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}

.career_time span {
    color: #03B225;
    font-family: 'Product Sans Regular';
    font-size: 14px;
}

.career_div h5,
.career_page h5 {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #4E4E4E;
    margin-bottom: 0;
}

.career_div button {
    border: 0;
    background: #fff;
    padding: 0;
    color: #1A2E80;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
    cursor: pointer;
}

.career_div .career_place,
.career_place {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #4E4E4E;
}

.upload_input {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
}

/* Blog Page */
.blog_img {
    background: url("/img/new2018/home/bom/Home-Banner-new1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.blog_page {
    padding: 100px 0;
}

.blog_page h1 {
    font-family: 'Product Sans Medium Regular';
    font-size: 36px;
}

.blog_body {
    padding: 10px 30px;
}

.blog_tab {
    font-family: 'Product Sans Medium Regular';
    font-size: 18px;
    color: #7D91A5;
    margin-right: 30px;
}

.nav-pills .blog_tab.active,
.nav-pills .show>.blog_tab {
    color: #1A2E80;
    border-bottom: 2px solid #1A2E80 !important;
}

.blog_card {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.blog_card h5 {
    font-family: 'Product Sans Medium Regular';
    font-size: 16px;
    color: #4E4E4E;
}

.blog_card p {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 0;
}

/* Add Co */
.add-company label, .add-company #gstnLenght {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
}
.add-company .gstinFlexDiv{
	margin-bottom: 2px;
}
.add-company select {
    height: 36px !important;
}

.add-company .modal-header h5,
.add-company .modal-header .close,
.add-company .modal-body p {
    color: #202128;
}

/* Review Quote */
.sqm {
    position: relative;
}

.sqmB {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.termsNCnd {
    background: #f9fafc;
    border-radius: 4px;
}

.termsNCnd label {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.termsNCnd p {
    font-family: 'Product Sans Light Regular';
    font-size: 14px;
    color: #464646;
    margin-bottom: 0;
}

.web-border-bg {
    border: 0 !important;
    background: none !important;
}

.quote-tab .sortW {
    width: 130px !important;
}

.quote-tab .sortWD {
    width: 110px !important;
}

.quote-tab .sortW2 {
    width: 60px !important;
}

.quote-tab .sortW22 {
    width: 80px !important;
}

.quote-tab .sortW3 {
    width: 45px !important;
}

.search_main td {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #464646;
}

.search_main td span {
    font-family: 'Product Sans Regular';
    font-size: 14px;
    color: #202128;
}

.shopMenu table thead tr th,
.shopMenu table tbody tr td,
.border-e6e6e6 {
    border: 1px solid #e6e6e6;
}

.orderdetail-print a {
    color: #1A2E80;
}

.orderdetail-print a:hover {
    color: #1A2E80;
}

.web-h-36 {
    height: 36px;
}

.border-tl-bl {
    border-radius: 4px 0 0 4px !important;
}

.float-right {
    float: right;
}

.vertical-align {
    vertical-align: middle !important;
}

.sales-activity .so-inner-widget {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    padding: 1px 5px 7px;
    height: 143px;
    vertical-align: top;
    /* border: 1px solid #DAE1E4; */
    border-radius: 7px;
    background-color: #f3f5f9;
}

.number-val {
    font-size: 52px;
}

/* Styles added by Pankaj */

.customMobileColumn {
    width: 150px;
}

.para2 .viewCompanyCheckboxLabel{
    font-size: 16px;
}

.meetingContainer label{
	font-weight: 100
}
.input-group .form-control:not(:last-child) {
    background: white;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 36px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    background:transparent;
    background-clip: padding-box;
    box-shadow: 0 0 0;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-single span{
	margin-top: 6px;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 4px 5px 0 10px;
    width: 100%;
    min-height: 36px!important;
    height: auto;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    background-image: none;
    cursor: text;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding:0 8px;
    /* height: 35px; */
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #495057;
    font-size: 13px;
    font-family: 'Product Sans Regular';
    line-height: normal;
    border-radius: 0;
}
.bom-header-section a {
	color: #1A2E80
}
.bom-header-section .icon-Search {
    background: none;
    border: none;
    position: relative;
    top: 1px;
    font-size: 13px;
    color: #1A2E80;
    cursor: pointer;
}
.bom-header-section .image-fluid {
    width: 16px;
    height: auto;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: -1px;
    
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.bom-header-section span {
    animation: blink 2s infinite;
}
/* Click Effect on Buttons */
.spec:active,.spec-40:active,.specHd:active { 
    transform: scale(0.98) !important;
    transform-origin: center !important;
    background: #fff !important;
}
.details:active,.details-40:active,.details-53:active,.btnSignIn:active,.spbtnSignIn:active {
    transform: scale(0.98) !important;
    transform-origin: center !important;
    background: #1A2E80 !important;
}

@media only screen and (max-device-width: 768px) {
	.manufacturerModalDialogMain .manufacturerModalDialog {
	    width: auto;
	    margin-top: 50px;
	}
	.manufacturerModalDialog .manufacturerModalDialogModalContent{
		width: 100%;
	}
}

/* Online Conversion Calculators Page */
.card-img-logo {
	width: 80px;
	height: auto;
	object-fit: contain;
}

.formulas a:hover {
	background: #ececec;
}

#calc-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

#calc-description.expanded {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}
#toggle-btn {
	display: none;
	background: #fff;
}

/* Temperature Conversion Page */
.gauge-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.thermometer {
	width: 240px;
	height: 240px;
	margin: 20px;
}

.anychart-credits {
	display: none;
}

.formulas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 16px;
	row-gap: 16px;
	margin-bottom: 16px;
}

.formulas > * {
	grid-column: span 1;
}

.formulas-border {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 15px;
	background: #f9fafc;
}
.fa-spinner {
    display: none !important;
}

.button-loading-spec .fa-spinner,
.button-loading-details .fa-spinner {
    display: inline-block !important;
}

.button-loading-spec #btnText,
.button-loading-details #btnText {
    display: none;
}

.button-loading-spec::before {
    content: 'Loading ';
    color: #1A2E80;
}

.button-loading-details::before {
    content: 'Loading ';
    color: #fff;
}

.button-loading-spec .fa-spinner {
    color: #1A2E80;
}

.button-loading-details .fa-spinner {
    color: #fff;
}
.bilng-shpng #btnText {
    color: #fff;
    font-family: 'Product Sans Medium Regular';
    font-size: 14px;
}
