@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/** Variables **/
html {
  scroll-padding-top: 90px; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 #floatingInput::after
  {
    content: " *";  /* Add the asterisk */
    color: red;     /* Set the color of the asterisk */
    font-weight: bold;
}

   
.titlemissin {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: normal;
    font-family: 'Manrope';
    font-weight: 700;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
.img-fluid.width-150{width:140px;}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
b, strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    -webkit-text-fill-color: var(--base-white);
    text-shadow: none; 
}
::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white);
    -webkit-text-fill-color: var(--base-white);
    text-shadow: none; 
}
::selection {
   background: var(--base-skin); 
    color: var(--base-white);
    -webkit-text-fill-color: var(--base-white);
    text-shadow: none;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: var(--base-white);
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    /*padding: 11px 40px 11px;*/
    border: 2px solid transparent;
    border-radius: 0;
    color: var(--base-white);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

button:focus{
    box-shadow: none;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid transparent; !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {   
  color: var(--body-font-color) !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Manrope', sans-serif; 
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: #83727d;    
    --base-skin: #f96716;
    --base-dark: #049fe0;
    --base-grey: #faf5f1;
    --base-white: #ffffff;
    --base-black: #000000;
    --base-background-color1: #513a4a;
    --base-background-color2: #f17964;
    --base-background-color3: #f49989;
    --base-headingfont: 'Manrope', sans-serif;
    --base-headingfont-color: #442b3c;
    --base-border-color: rgb(255 255 255 / 10%);
    --base-border-color1: #e7e7e7;
    --base-border-radius-0: 0px;
    --base-border-radius-5: 5px;
    --base-border-radius-8: 8px;
    --base-border-radius-10: 10px;
    --base-border-radius-15: 15px;
    --base-border-radius-20: 20px;
    --base-border-radius-25: 25px;
    --base-border-radius-30: 30px;
    --base-border-radius-35: 35px;
    --base-border-radius-50: 50px;
    --base-border-radius-60: 60px;
    --base-border-radius-65: 65px;
    --base-border-radius-80: 80px;
    --base-border-radius-90: 90px;
    --base-border-radius-135: 135px;
    --base-border-radius-150: 150px;
    --base-border-radius-shape1: 0 22px 0 22px;
    --base-border-radius-shape2: 0 50px 50px 0;
    --base-border-radius50: 50%;


}
.card-login-supplier .d-flex.flexitem .form-control.textfield {width:100%;}
.card-login-supplier .d-flex.flexitem .text-field {margin-bottom:20px;}
.card-login-supplier .d-flex.flexitem .btn-login {width:100%;}
.card-login-supplier .forgetlink {
    padding-right: 0px;
}
.supplierloginheading {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #01a2df;
    line-height: normal;
    margin-bottom: 30px;
	
    border-left: 4px solid #01a2df;
    padding-left: 10px;
   
}
.partnerlogin {
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-left: 2px solid black;
    padding-left: 5px;
    margin-bottom: 30px;
}
.card-login-supplier .d-flex.flexitem a.agencyregister {
    display: block;
    text-align: right;
    margin-top: 30px;
}
.card-login-supplier .d-flex.flexitem {
    display: block !important;
}

.regsitationlink {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    text-align: right;
    padding-top: 40px;
}
p.mb-2.subherading {
    font-size: 14px;
    margin: 0px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
}
.bg-base-light-black{
		 background-color:#393939;
		 }
/*login box*/
.fixedloginwrapper {
    width: 490px;
}
.textfieldicon {
    position: absolute;
    left: 10px;
    color: #393939;
}
.iconwithfield {
    position: relative;
    display: flex;
    align-items: center;
}
input.buy-btn.login_btn {
    background-color: #f96716;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 12px;
}
 
.flexmodel .modal-dialog{    height: 100vh;
    align-items: center;
    display: flex;}
.usercircle{
    background: #000;
    padding: 10px;
    border-radius: 100%;
    height: 35px;
    color:#ffffff;
    width: 35px;
    text-align: center;
    line-height: 14px;
    font-size: 18px;
    margin-right: 5px;
}
.page-header {
    padding: 20px;
    background-color: #d9d9d9;
    margin-top: 85px;
}
.page-header h1 {
    margin: 0px;
    font-size: 40px;
    color: #f9861c;
    line-height: normal;
    font-family: 'Manrope';
    margin-top: 40px;

}
.pl-120 {
    padding-left: 120px;
}
.fixedloginwrapper .loginbox .card{border-radius:0px;}
.site-header-menu-inner.prt-stickable-header.fixed-header input.form-control.textfield {
    color: black !important;
}
.col-lg-12.display-on-mobile {
    display: none;
}
input.w-100.prt-btn.prt-btn-size-sm.prt-btn-shape-rounded-20.prt-btn-style-fill.prt-btn-color-skincolor.height45 {
    border-radius: 10px;
}
.site-header-menu-inner.prt-stickable-header.fixed-header input.form-control.textfield::placeholder {
    color: black !important;
}
 
.site-header-menu-inner.prt-stickable-header.fixed-header #site-header-menu .site-navigation ul.menu{ padding-bottom:0px !important;}
.prt_floting_customsett{display:none;}
.prt_floting_customsett.showverticlebtn{display:block; animation: animationfadeIn 1s;}
.loginbox .card {
 
    border-top-right-radius: var(--base-border-radius-50);
   border-top-left-radius: 0;
    border-bottom-left-radius: var(--base-border-radius-50);
    border-bottom-right-radius: 0; 
	  
}
.title-header.disply-mobileview-only p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: white;
}
 ul.nav.nav-tabs.mt-0 a.rounded-0.nav-link.active i {
    color: white !important;
}
  a.rounded-0.nav-link.borderleftredius .normal-font {
    color: black !important;
}
.card-body.setpadding {
    padding:15px;
}
 input.w-100.prt-btn.prt-btn-size-md.prt-btn-shape-rounded.prt-btn-style-fill.prt-btn-color-skincolor.height45 {
    height: 50px;
    padding: 10px;
}
.fs-13 {
    font-size: 13px;
	 margin: 0px;
}

.col-lg-12.marginbotm {
    margin-bottom: 40px;
}
input.form-control.height40 {
    height: 45px;
	    border-radius: 5px;
}
.d-flex.form-bottom {
    justify-content: space-between;
}
 
.w-100.prt-btn.prt-btn-size-md.prt-btn-shape-rounded.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: #029fdc;
    color: white;
}
.d-flex.form-bottom a:hover {color:#049fe0;}
.d-flex.form-bottom a {
    text-decoration: underline;
    color: #f96716;
}
h3.fw-bold.fs-4.login-form-title {
    color: #000000;
    margin: 0px;
    text-transform: capitalize;
    font-family: inherit;
	line-height:normal;
}
.loginbox .cards {
    background: #faf5f1;
	    border: 0px;
	    border-radius:10px;
}
.prt-btn-shape-rounded-12{border-radius:12px;}
.loginbox .cards label.form-label {
    line-height: normal;
    color: #000000;
}
ul.nav.nav-tabs.mt-0 a.rounded-0.nav-link.active {
    background-color: #f96716;
     color: #ffffff;
}
@keyframes animationfadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fade-in-box { animation: animationfadeIn 1s; }
li.nav-item.padding-20.text-center a.rounded-0.nav-link {
    background-color: transparent;
    color: #000;
	    font-size: 14px;
    line-height: 30px;
    border: 0px;
    font-weight: 600;
    word-spacing: 1px;
    padding: 10px 30px;
}
/*login box end*/

/** Typo Colors **/
.border-color { color: var(--base-border-color);}
.bodyfont-color { color: var(--base-bodyfont-color);}
.headingfont-color { color: var(--base-headingfont-color); }

/** Background Colors **/
.bg-base-skin { background-color: var(--base-skin);}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}

/** Text Colors **/
.text-base-skin { color: var(--base-skin);}
.text-base-dark { color: var(--base-dark);}
.text-base-grey { color: var(--base-grey);}
.text-base-white { color: var(--base-white);}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer{background-color: var(--base-skin);}
.bg-base-dark > .prt-bg-layer{background-color: var(--base-dark);}
.bg-base-grey > .prt-bg-layer{background-color: var(--base-grey);}
.bg-base-white > .prt-bg-layer{background-color: var(--base-white);}

.bg-base-skin >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-skin);}
.bg-base-dark >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-dark);}
.bg-base-grey >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-grey);}
.bg-base-white >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-white);}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1, .bg-base-dark h2, .bg-base-dark h3,
.bg-base-dark h4, .bg-base-dark h5, .bg-base-dark h6,
.bg-base-skin h1, .bg-base-skin h2, .bg-base-skin h3,
.bg-base-skin h4, .bg-base-skin h5, .bg-base-skin h6  {
    color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark){color: var(--base-skin);}
.bg-base-dark .section-title h3{color: var(--base-white);}
.bg-base-dark .section-title h3:before,
.bg-base-dark .section-title h3:after{
    color: var(--base-white);
}
.text-red {
    margin: 0px;
    font-size: 14px;
    color: red;
    font-weight: 400;
    line-height: normal;
}
label#SecurityQuestion {
    font-size: 14px;
    color: red;
}
.wrapperforget p.color-white a:hover {color:#009edf}
.wrapperforget p.color-white a {
    color: black;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    display: block;
}
.wrapperlogin {
    margin-top: 40px;
}
.wrapperlogin p{
    margin: 0px;
}
.btnwrapper .btn-login:hover {background-color:#009edf;}
.btnwrapper .btn-login {
    background-color: #f96716;
    width: 100%;
    display: block;
    border-radius: 6px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}
.bg-base-dark, .bg-base-skin {
    color: rgba(255,255,255,.75);
}
h2.ff_title.pt-50 {
    font-size: 22px;
    margin: 0px;
    padding: 0px !important;
}
.errormsg.mbn {
    margin: 0px;
    font-size: 12px;
    color: red;
    font-weight: 400;
    line-height: normal;
}
.flexboxmsg {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
em.invalid {
    color: red;
    font-size: 12px;
    line-height: normal;
    margin-left: 2px;
}
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}

body { font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 28px;
    color: var(--base-bodyfont-color);
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); margin-bottom: 15px; font-weight: 600; color : var(--base-headingfont-color);
}
h1 { font-size: 86px; line-height: 96px; }
h2 { font-size: 70px; line-height: 80px; }
h3 { font-size: 40px; line-height: 0px; }
h4 { font-size: 16px; line-height: 26px; }
h5 { font-size: 14px; line-height: 24px; }
h6 { font-size: 12px; line-height: 22px; }

.container-fluid{padding: 0 15px;}
.container {
    max-width: 1330px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row:not(.g-0) > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: var(--base-white);
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: var(--base-white);
}
a {
    color: var(--base-dark);
}
a:hover { color: var(--base-skin); }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label { font-size: 14px; }
.fs-15 { font-size: 15px !important; line-height: 25px !important; }
.fs-22 { font-size: 22px !important; line-height: 32px !important; }
.fs-30 { font-size: 30px !important; line-height: 40px !important; }
.fs-50 { font-size: 50px !important; line-height: 60px !important; }

.lh-base {line-height: 20px!important;}

.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }

.box-shadow{ box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12) }

.border-rad_10 { border-radius: var(--base-border-radius-10);}
.border-rad_15 { border-radius: var(--base-border-radius-15);}
.border-rad_20 { border-radius: var(--base-border-radius-20);}
.border-rad_30 { border-radius: var(--base-border-radius-30);}
.border-rad_65{border-radius: var(--base-border-radius-65);}


.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-dark);
    bottom: 0px;
    left: 0;
}
.underline:hover:before{background-color: var(--base-skin);}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {margin: 0 200px; padding: 280px 0 35px 0; }
.spacing-2 {padding: 0 80px;}
.spacing-3 {padding-left: 20px;}
.spacing-4 {margin: 90px 0 80px;}
.spacing-5 {padding: 55px 0 100px; margin-right: 140px !important; margin-left: 160px !important;}
.spacing-6 {padding: 55px 230px 30px 55px; margin-left: 100px; margin-top: 190px;}
.spacing-7{padding: 60px 0;}

.p-10 { padding: 10px ! important ; }
.p-15 { padding: 15px ! important ; }
.p-20 { padding: 20px ! important ; }
.p-25 { padding: 25px ! important ; }
.p-30 { padding: 30px ! important ; }
.p-40 { padding: 40px ! important ; }
.p-45 { padding: 45px ! important ; }
.p-50 { padding: 50px ! important ; }

.pr-0{ padding-right: 0 !important ; }
.pr-5{ padding-right: 5px ! important ;}
.pr-10{ padding-right: 10px ! important ; }
.pr-15{ padding-right: 15px ! important ; }
.pr-20{ padding-right: 20px ! important ; }
.pr-25{ padding-right: 25px ! important ; }
.pr-30{ padding-right: 30px ! important ; }
.pr-35{ padding-right: 35px ! important ; }
.pr-40{ padding-right: 40px ! important ; }
.pr-45{ padding-right: 45px ! important ; }
.pr-50{ padding-right: 50px ! important ; }
.pr-80{ padding-right: 80px ! important ; }
.pr-100{ padding-right: 100px ! important ; }
.pr-150{ padding-right: 150px ! important ; }
.pr-200{ padding-right: 200px ! important ; }

.pl-0{ padding-left: 0px !important ; }
.pl-5{ padding-left: 5px ! important ; }
.pl-10{ padding-left: 10px ! important ; }
.pl-15{ padding-left: 15px ! important ; }
.pl-20{ padding-left: 20px ! important ; }
.pl-25{ padding-left: 25px ! important ; }
.pl-30{ padding-left: 30px ! important ; }
.pl-35{ padding-left: 35px ! important ; }
.pl-40{ padding-left: 40px ! important ; }
.pl-45{ padding-left: 45px ! important ; }
.pl-50{ padding-left: 50px ! important ; }
.pl-80{ padding-left: 80px ! important ; }
.pl-100{ padding-left: 100px ! important ; }
.pl-140{ padding-left: 140px ! important ; }
.pl-200{ padding-left: 200px ! important ; }
.pl-230{ padding-left: 230px ! important ; }
.pl-255{ padding-left: 255px ! important ; }

.pt-0{ padding-top: 0px !important ;}
.pt-5{ padding-top: 5px ! important ;}
.pt-10{ padding-top: 10px ! important ; }
.pt-15{ padding-top: 15px ! important ; }
.pt-20{ padding-top: 20px ! important ; }
.pt-23{ padding-top: 23px ! important ; }
.pt-25{ padding-top: 25px ! important ; }
.pt-30{ padding-top: 30px ! important ; }
.pt-35{ padding-top: 35px ! important ; }
.pt-40{ padding-top: 40px ! important ; }
.pt-45{ padding-top: 45px ! important ; }
.pt-50{ padding-top: 50px ! important ; }
.pt-75{ padding-top: 75px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-90{ padding-top: 90px ! important ; }

.pb-0{ padding-bottom: 0px !important ; }
.pb-5{ padding-bottom: 5px ! important ; }
.pb-10{ padding-bottom: 10px ! important ; }
.pb-15{ padding-bottom: 15px ! important ; }
.pb-20{ padding-bottom: 20px ! important ; }
.pb-25{ padding-bottom: 25px ! important ; }
.pb-30{ padding-bottom: 30px ! important ; }
.pb-35{ padding-bottom: 35px ! important ; }
.pb-40{ padding-bottom: 40px ! important ; }
.pb-45{ padding-bottom: 45px ! important ; }
.pb-50{ padding-bottom: 50px ! important ; }
.pb-80{ padding-bottom: 80px ! important ; }

/** Margin **/
.mt-0{ margin-top: 0px !important ; }
.mt-5{ margin-top: 5px ! important ; }
.mt-10 { margin-top: 10px ! important ; }
.mt-15{ margin-top: 15px ! important ; }
.mt-20{ margin-top: 20px ! important ; }
.mt-25{ margin-top: 25px ! important ; }
.mt-30{ margin-top: 30px ! important ; }
.mt-35{ margin-top: 35px ! important ; }
.mt-40{ margin-top: 40px ! important ; }
.mt-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }
.mt-60{ margin-top: 60px ! important ; }
.mt-65{ margin-top: 65px ! important ; }
.mt-55{ margin-top: 55px ! important ; }
.mt-100{ margin-top: 100px ! important ; }
.mt-110{ margin-top: 110px ! important ; }
.mt-315{ margin-top: 315px ! important ; }


.mt_5{ margin-top: -5px ! important ; }
.mt_10{ margin-top: -10px ! important ; }
.mt_15{ margin-top: -15px ! important ; }
.mt_20{ margin-top: -20px ! important ; }
.mt_25{ margin-top: -25px ! important ; }
.mt_30{ margin-top: -30px ! important ; }
.mt_35{ margin-top: -35px ! important ; }
.mt_40{ margin-top: -40px ! important ; }
.mt_50{ margin-top: -50px ! important ; }
.mt_100{ margin-top: -100px ! important ; }
.mt_110{ margin-top: -110px ! important ; }
.mt_138{ margin-top: -138px ! important ; }
.mt_185{ margin-top: -185px ! important ; }

.mb-0{ margin-bottom: 0px !important ; }
.mb-5{ margin-bottom: 5px ! important ; }
.mb-10{ margin-bottom: 10px ! important ; }
.mb-12{ margin-bottom: 12px ! important ; }
.mb-15{ margin-bottom: 15px ! important ; }
.mb-25{ margin-bottom: 25px ! important ;}
.mb-20{ margin-bottom: 20px ! important ; }
.mb-30{ margin-bottom: 30px ! important ; }
.mb-35{ margin-bottom: 35px ! important ; }
.mb-40{ margin-bottom: 40px ! important ; }
.mb-45{ margin-bottom: 45px ! important ; }
.mb-50{ margin-bottom: 50px ! important ; }
.mb-70{ margin-bottom: 70px ! important ; }

.mb_5{ margin-bottom: -5px ! important ; }
.mb_10{ margin-bottom: -10px ! important ; }
.mb_12{ margin-bottom: -12px ! important ; }
.mb_15{ margin-bottom: -15px ! important ; }
.mb_20{ margin-bottom: -20px ! important ; }
.mb_25{ margin-bottom: -25px ! important ; }
.mb_30{ margin-bottom: -30px ! important ; }
.mb_35{ margin-bottom: -35px ! important ; }
.mb_40{ margin-bottom: -40px ! important ; }
.mb_45{ margin-bottom: -45px ! important ; }
.mb_50{ margin-bottom: -50px ! important ; }

.ml-0{ margin-left: 0px !important ; }
.ml-10{ margin-left: 10px ! important ; }
.ml-15{ margin-left: 15px ! important ; }
.ml-20{ margin-left: 20px ! important ; }
.ml-30{ margin-left: 30px ! important ; }
.ml-35{ margin-left: 35px ! important ; }
.ml-40{ margin-left: 40px ! important ; }
.ml-50{ margin-left: 50px ! important ; }
.ml-80{ margin-left: 80px ! important ; }
.ml-100{ margin-left: 100px ! important ; }
.ml-125{ margin-left: 125px ! important ; }
.ml-145{ margin-left: 145px ! important ; }
.ml-200{ margin-left: 200px ! important ; }

.ml_10{ margin-left: -10px ! important ; }
.ml_15{ margin-left: -15px ! important ; }
.ml_20{ margin-left: -20px ! important ; }
.ml_25{ margin-left: -25px ! important ; }
.ml_30{ margin-left: -30px ! important ; }
.ml_35{ margin-left: -35px ! important ; }
.ml_40{ margin-left: -40px ! important ; }
.ml_50{ margin-left: -50px ! important ; }
.ml_100{ margin-left: -100px ! important ; }

.mr-0{ margin-right: 0px !important ; }
.mr-5{ margin-right: 5px !important ; }
.mr-10{ margin-right: 10px ! important ; }
.mr-15{ margin-right: 15px ! important ; }
.mr-20{ margin-right: 20px ! important ; }
.mr-25{ margin-right: 25px ! important ; }
.mr-30{ margin-right: 30px ! important ; }
.mr-35{ margin-right: 35px ! important ; }
.mr-40{ margin-right: 40px ! important ; }
.mr-50{ margin-right: 50px ! important ; }
.mr-80{ margin-right: 80px ! important ; }
.mr-125{ margin-right: 125px ! important ; }
.mr-145{ margin-right: 145px ! important ; }
.mr-285{ margin-right: 285px ! important ; }

.mr_10{ margin-right: -10px ! important ; }
.mr_15{ margin-right: -15px ! important ; }
.mr_20{ margin-right: -20px ! important ; }
.mr_25{ margin-right: -25px ! important ; }
.mr_30{ margin-right: -30px ! important ; }
.mr_35{ margin-right: -35px ! important ; }
.mr_40{ margin-right: -40px ! important ; }
.mr_50{ margin-right: -50px ! important ; }
.mr_100{ margin-right: -100px ! important ; }


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: var(--base-border-radius50);;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; padding: 0 15px;}
.slick_slider.no-gutters .slick-slide { padding: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: var(--base-border-radius-5);
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider .slick-next{ right: 0; }
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 10px;
    line-height: 1;
    color: var(--base-black);
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slick_slider.slick-arrow-style1 .slick-arrow{
    height: 45px;
    width: 45px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 1px solid var(--base-black);
    overflow: hidden;
}

.slick_slider.slick-arrow-style1 .slick-next{ 
    left: 58.8%;
    top: -112px;
}
.slick_slider.slick-arrow-style1 .slick-prev {
    left: 56.2%;
    top: -112px;
}
.slick_slider.slick-arrow-style1 .slick-next:hover:before,
.slick_slider.slick-arrow-style1 .slick-prev:hover:before{
    color: var(--base-white);
}
.slick_slider.slick-arrow-style1 .slick-next:after,
.slick_slider.slick-arrow-style1 .slick-prev:after{
    background-color: var(--base-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.slick_slider.slick-arrow-style1 .slick-next:hover,
.slick_slider.slick-arrow-style1 .slick-prev:hover{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.slick_slider.slick-arrow-style1 .slick-next:hover:after,
.slick_slider.slick-arrow-style1 .slick-prev:hover:after{
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

/* slick-dots */
.slick_slider.slick-dots-style1 ul.slick-dots {
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 25%;
    right: -50px;
}
.slick_slider.slick-dots-style1 ul.slick-dots li{
    display: block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 ul.slick-dots li button {
    height: 30px;
    width: 4px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 6px 0;
    background-color: rgba(255, 255, 255, 0.30);
}
.slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button{ background-color: var(--base-white); }


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 35px;
    line-height: 35px;
    position: relative;
    margin-top: 10px;
}
.top_bar .social-icons li {
    min-width: auto;
    margin: 0;
}
.top_bar .social-icons li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: var(--base-border-radius-5);
}
.top_bar_contact_item .top_bar_icon i { 
    font-size: 15px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item,
.top_bar_contact_item  a {
    color: var(--base-white);
    font-weight: 400;
}
.top_bar_contact_item .social-icons ul {
    margin: 0;
}
.top_bar_contact_item {
    font-size: 14px;
    padding: 0 35px;
    position: relative;
    display: flex;
}
.top_bar .topbar-wrapper{
    display: inline-block;
    float: right;
    border-top-left-radius: var(--base-border-radius-30);
    border-top-right-radius: var(--base-border-radius-30);
    margin-right: 140px;
     
    color: var(--base-white);
	    background-color:#000000;
}
.top_bar_contact_item .contact_item.location {padding: 0 15px; position: relative;}
.top_bar_contact_item .contact_item.location{margin: 0 15px 0 0;}
.top_bar_contact_item .contact_item.location:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 10px;
    right: 0;
    background-color: rgb(255 255 255 / 30%);
}
.top_bar_contact_item .contact_item-link:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 10px;
    right: 0;
    background-color: rgb(255 255 255 / 30%);
}
.top_bar_contact_item .contact_item-link {padding: 0 15px 0 0; position: relative;}
.header-cta-text span{font-size: 14px;}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.prt-header-style-01 .site-branding{
    position: relative;
    display: flex;
    padding-right: 50px;
}
a.agencyregister:hover {
    color: #009edf;
    text-decoration: underline;
}
.agencyregister {
    color: #f96716;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    line-height: normal;
	    margin-left: 10px;
}
.form-control.textfield {
    height: 45px;
}
.site-header-menu-inner.prt-stickable-header.fixed-header .usercircle {
    background-color: black;
    color: white;
}
.site-header-menu-inner.prt-stickable-header.fixed-header .partnerlogintext h4 {
    color: black;
}
/*.forgetlink {
    padding-right: 120px;
}*/
.d-flex.flexitem {
    gap: 10px;
}
.forgetlink a:hover {color:#009edf;}
.forgetlink a {
    display: block;
    line-height: normal;
     padding-bottom: 10px;
    text-align: right;
    color: #393939;
    text-decoration: underline;
    padding-top: 5px;
    font-size: 12px;
}
input.w-100.prt-btn.prt-btn-size-md.prt-btn-shape-rounded-20.prt-btn-style-fill.prt-btn-color-skincolor.height45 {
    border-radius: 12px;
}
.card-login-supplier {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
}
.about-section_6{position:relative;}
.about-section_6:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: url(../images/slides/supplierloginbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.partnerlogintext h4 {
    margin: 0px;
    line-height: 45px;
    font-size: 16px;
     color: #000000;
    text-transform: capitalize;
}
.height-100.text-center.position-relative {
    padding-top: 100px;
}
.width50{width:50%;margin:0 auto;}
.d-flex.flexitem .btn-login:hover{background-color:#009edf;color:#ffffff;}
.login-from-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
} 
.form-control.textfield:focus{border-color:#f96716;box-shadow:unset;outline:none;}
.form-control.textfield::placeholder {color:#393939;}
.form-control.textfield {
    height: 45px;
    border-radius: 12px;
    font-size: 14px;
    text-align: left;
    border-color: #f2bb25;
    font-size: 14px;
    background-color: transparent;
    color: #000000;
    font-weight: 500;
    width: 290px;
    padding-left:30px;
}
.d-flex.flexitem .btn-login {
    background-color: #f96716;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
	border-radius:22px;
}
.header.prt-header-style-transparent {
    background:#ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
} 
.comments-area_1 .comment-form_1 .comment-form-author, .comments-area_1 .comment-form_1 .comment-form-email, .comments-area_1 .comment-form_1 .comment-form-number, .comments-area_1 .comment-form_1 .comment-form-zipcode {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 20px;
}
p.comment-form-email {
    margin-right: 0px !important;
}
p.comment-form-zipcode {
    margin-right: 0px !important;
}
h3.step-box-title.active {
    border-left: 4px solid #000;
    padding-left: 10px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.comments-area_1 .comment-form_1 p {
    margin-bottom: 20px;
}
#site-header-menu .site-navigation ul.menu > li >a:hover{color:var(--base-skin);}
.prt-header-style-01 .site-branding:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    top: 10px;
    right: 0px;
    background-color:rgb(60 49 49 / 10%);
}
.site-branding h1{margin-bottom: 0; line-height: 0;    border-bottom-left-radius: var(--base-border-radius-50);background-color:#ffffff;}

/** SiteNavigation(Menu) **/
.prt-header-style-01 .site-navigation {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 60px 0 50px;
    margin: 0 80px;
    border-top-right-radius: var(--base-border-radius-50);
    border-bottom-left-radius: var(--base-border-radius-50);
}
.prt-stickable-header.fixed-header .site-navigation{border: 0;}
.prt-stickable-header.fixed-header nav.main-menu li.mega-menu-item:hover > ul.mega-submenu{
    top: 33px;
}

nav.main-menu ul {
    position: relative;
    margin: 0;
}
#site-header-menu .site-navigation ul.menu > li >a {
    text-decoration: none;
    z-index: 1;
	color: #000000;
    font-weight: 700;
    font-size: 16px;
}
.site-header-menu-inner.prt-stickable-header.fixed-header ul li a {
    color: #000000 !important;
}
#site-header-menu .site-navigation ul.menu{ justify-content:flex-end; display: flex;    gap: 20px;
    }
.prt-header-style-01 nav.main-menu ul.menu > li.mega-menu-item:hover > a {
    color: var(--base-skin);
}
.prt-header-style-02 .site-branding{ display: flex; margin-right: 100px;}

  
/* widget_info */
.widget_info { position: relative; }
.widget_info .widget_content {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}
.widget_info .widget_desc { 
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 2px;
    color: rgb(255 255 255 / 80%);
}
.widget_info .widget_desc a{
    color: var(--base-white) !important;
    text-decoration: underline;
}
.widget_info .widget_desc a:hover,
.prt-header-style-02 .top_bar_contact_item a:hover{color: var(--base-skin) !important;}

/* header-cta */
.header-cta-wrapper{
    width: 100%;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.header-cta-text{
    border-bottom-left-radius: var(--base-border-radius-30);
    border-bottom-right-radius: var(--base-border-radius-30);
    margin-left: 130px;
    background-color: #000000;
    padding: 0 30px;
    display: inline-block;
} 
.banner_image-wrapper{
    position: absolute;
    bottom: 0;
    top: 20%;
    left: 34%;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(30px);
        transform: translateX(30px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}
.banner-section p{
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / 70%);
    padding-left: 15px;
}


/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
}

/*second-footer*/
.second-footer{ padding: 80px 0px 80px;}
.second-footer .widget.widget_text h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: var(--base-white);
}
.second-footer .widget.widget_text h2 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    color: var(--base-white);
}
.second-footer .widget.widget_text .featured-address{
    display: flex; 
    padding-top: 30px;
    align-items: center;
}
.second-footer .widget.widget_text .featured-address-line p{
    font-size: 16px;
    line-height: 26px;
    color: var(--base-skin);
    margin-bottom: 7px;
}
.second-footer .widget.widget_text .featured-address-line p i{color: var(--base-white);}
.second-footer .widget.widget_text .featured-address-line h3 a{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--base-white);
}
.second-footer .widget.widget_text .featured-address-line h3 a:hover{color: var(--base-skin);}
.second-footer .widget.widget_text .featured-address .footer-btn{padding-left: 80px;}
.widget-title-h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: var(--base-white);
}

/*menu-footer-link*/
ul.menu-footer-link{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.menu-footer-link li {
    padding: 3px 0 3px 0;
    position: relative;
    float: none;
    width: calc(50% - 3px);
    display: inline-block;
}
ul.menu-footer-link li a{
    font-size: 15px;
    line-height: 25px;
    color: var(--base-white);
}
ul.menu-footer-link li a:hover{ color: var(--base-skin) !important; }
.footer-widget-box.prt-link{padding-top: 30px; font-size: 15px; line-height: 25px;}
.footer-widget-box.prt-link .prt-link-address,
.footer-widget-box.prt-link .prt-link-call,
.footer-widget-box.prt-link .prt-link-email{padding: 7px 0; color: var(--base-white);}
.footer-widget-box.prt-link a{color: var(--base-white);}
.footer-widget-box.prt-link a:hover{color: var(--base-skin);}


/*bottom-footer*/

.bottom-footer{padding: 0 0 50px 0; color: var(--base-white);}
.footer-border{padding-top: 50px; border-top: 1px solid rgba(255, 255, 255, 0.14);}

/** copyright **/

.copyright .cpy-text{
    font-size: 15px;
    line-height: 25px;
    color: var(--base-white);
}
.copyright .cpy-text a { color:var(--base-white); }
.copyright .cpy-text a:hover{ color:var(--base-skin); }

.bottom-footer-nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
}
.bottom-footer-nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    padding: 0 8px;
    padding-right:20px;
}
.bottom-footer-nav-item:first-child{padding: 0 15px 0 0px;}

.bottom-footer-nav-item a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--base-white);
    transition: all 0.3s ease;
}
.bottom-footer-nav-item a:hover {color: var(--base-skin);}
.bottom-footer-nav-item:not(:last-child):after {
    content: '';
    position: absolute;
    background-color: var(--base-white);
    width: 1px;
    height: 80%;
    top: 3px;
    right: 0;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--base-white);
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-top-right-radius: var(--base-border-radius-15);
    border-bottom-left-radius: var(--base-border-radius-15);
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background: var(--base-skin);
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}
.prt-horizontal_sep.mrbtom {
    margin-bottom: 30px;
}
.featured-content {
    margin-top: 15px;
}
.featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 400;
}
.featured-content  .featured-desc p {
    margin: 0px;
    line-height: 22px;
}
.featured-imagebox.featured-imagebox-service.style5 {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    align-items: center;
    gap: 15px;
}
/*#eReg .form-row {
    display: flex;
    gap: 10px;
      margin-bottom: 20px;
}*/ 
/*div#eReg {
    background-color: #efefef;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}*/
.CaptchaList div{       padding-left: 33px;}
.CaptchaList {
    list-style: none;
	    display: flex;
    gap: 15px;
}
/*div#eReg .form-control {
    transition: none;
    height: 50px;
    border-radius: 0px;
    width: 100%;
}*/
@media only screen and (max-width: 676px)
{
	.img-fluid.width-150 {
    width: 100px;
}
#eReg .form-row {
    flex-wrap: wrap;
    gap: 0px;
	Display:block;
      margin-bottom: 10px;
} 
}
@media only screen and (max-width: 676px) {
    .section {
    padding: 0!important;
}
    .page-header {
     padding: 10px;
    background-color: #d9d9d9;
    margin-top: 94px;
    /* font-size: 28px; */
}.page-header h1 {
     font-size:30px;
 }
    .img-fluid.width-150 {
        width: 133px;
        height: 133px;
    }
    .CaptchaList {
display:inline-block;
}
}
section.breadcrumbottom {
   margin-top: 100px;
    background-color: lightgray;
    text-align: center;
    color: orange;
    padding: 6px;
}
section#about-us {
    height: auto;
}