ul{list-style: none; margin: 0px; padding: 0px;}
a, a:hover{list-style: none; text-decoration: none;}
p{color: #595858;}

body{
    background: #ebebeb;
    margin: 0px;
    font-size: 17px;
    font-family: 'open_sansregular';
    line-height: 24px;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container{
    width: 980px;
    height: auto;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

.content_container{
    height: auto;
    width: 100%;
    margin: 0px;
    float: left
}

.pull-left{float: left;}
.pull-right{float: right;}

marquee p{display: inline-block; margin: 0px;}
marquee a {color: #152a5f;}
marquee a img {width: 3%; margin: 2px 10px 0 5px}

header{width: 90%; float: none; margin: -8px auto 0;} 
header ul {margin-right: 15px; display: inline-block; border-right: 1px solid #c4c4c4; padding-right: 15px;}
header ul li{display: inline-block;}
header ul li a{padding: 6px 20px; border: 1px solid #9b9a9a; display: inline-block; border-top-right-radius: 10px; border-top-left-radius: 10px; 
    background: #fff; margin-right: 4px; color: #555454; font-family: 'open_sanssemibold'; font-size: 12px;}
header ul li i, header p i{color: #039; font-size: 15px !important;}
header p i{margin-right: 5px;}
header p a{color: #313131;}
header p{display: inline-block; font-size: 12px; font-family: 'open_sanssemibold';}
header ul li:hover a{background: rgba(157,192,253,1);
    background: -moz-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,192,253,1)), color-stop(91%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,
    rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%,
    rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc0fd', endColorstr='#ffffff', GradientType=0 );}

.head{float: left; width: 100%; padding: 10px 0; border-top-left-radius: 10px; border-top-right-radius: 10px; margin: -6px 0 0 0; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    background: rgba(157,192,253,1);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,192,253,1)), color-stop(91%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(157,192,253,1) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc0fd', endColorstr='#ffffff', GradientType=0 );/* IE6-9 */
}
.head a img{width: 8%;}

.cont{float: left; width: 100%; background:#fff; box-shadow: 0px 7px 6px 0px rgba(0,0,0,0.2)}
.sidebar{width: 24%; float: left; padding: 10px 10px 10px 15px}
.content{width: 72%; float: left;}
.ct{border: 1px solid #DBDDDF; border-radius: 10px; margin-bottom: 39px; float: left; width: 100%; padding: 15px 0; background: #F7F9FE;}
.content .contnt_main{width: 96%; float: left; padding: 15px;}
.content .contnt_main h1{color:#1F5AC0; border-bottom: 1px solid #ccc; padding-bottom: 8px; text-align: left; width: 70%; float: right}
.content .contnt_main h2{width: 70%; text-align: left; float: right}
.content .contnt_main p{font-family: 'open_sanssemibold'; font-size: 16px; line-height: 24px; width: 100%; float: right}
.ct_cnt {float: left; width: 100%; overflow: hidden;}
.ct_cnt img{width: 100%; border-radius: 10px; border: 1px solid #DBDDDF}
.sidebar .supplier .head_cnt .head{float: none; width: 100%; border-bottom: 4px solid #E79724; padding: 10px 0; font-size: 16px; 
    text-align: center; font-family: 'open_sanssemibold'; color:#039;}
.sidebar .supplier .head_cnt ul{
    padding: 0 0px 0 10px; 
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;   
}
.sidebar .supplier .head_cnt {
    background: rgba(0,51,153,1); background: -moz-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,51,153,1)), color-stop(63%, rgba(89,140,242,1)), color-stop(100%, rgba(66,126,246,1)));
    background: -webkit-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%); background: -o-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%); background: linear-gradient(to bottom, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#427ef6', GradientType=0 );
    min-height: 600px; border-top-right-radius: 11px; border-top-left-radius: 11px;
}
.sidebar .supplier .head_cnt1 {
    background: rgba(0,51,153,1); background: -moz-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,51,153,1)), color-stop(63%, rgba(89,140,242,1)), color-stop(100%, rgba(66,126,246,1)));
    background: -webkit-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%); background: -o-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%); background: linear-gradient(to bottom, rgba(0,51,153,1) 0%, rgba(89,140,242,1) 63%, rgba(66,126,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#427ef6', GradientType=0 );
    min-height: 540px; border-top-right-radius: 11px; border-top-left-radius: 11px;
}
/* .sidebar .supplier .head_cnt:hover{overflow-y: scroll;} */
.sidebar .supplier .head_cnt ul li{padding: 10px 10px 10px 5px; display: block; color: #fff; border-bottom: 1px solid #72a0fc;}
.sidebar .supplier .head_cnt ul li a{color: #fff; margin-left: 0px; padding: 0px 8px !important; font-family: 'open_sanssemibold'; font-size: 12px; transition: linear 0.4s;
    display: inline-block;}
    .sidebar .supplier .head_cnt1 ul li a{color: #fff; margin-left: -6px; font-family: 'open_sanssemibold'; font-size: 12px; transition: linear 0.4s;
    display: inline-block;}
    
.sidebar .supplier .head_cnt ul li a:hover{margin-left: 18px;}

.sidebar .supplier .head_cnt ul li ul{background: transparent; padding: 0; position: relative; height: auto; max-height: inherit; display: none;}
.sidebar .supplier .head_cnt ul li ul li{position: relative;}
.sidebar .supplier .head_cnt ul li ul li ul{position: absolute; width: 250px; left: 107%; height: auto; max-height: inherit; display: none; background:
rgba(0,51,153,1); padding: 5px; border-radius: 0px; top: 0;}
/* .sidebar .supplier .head_cnt ul li ul li{padding: 10px 0; margin-left: 5px;} */
.sidebar .supplier .head_cnt ul li ul li a{margin-left: 5px;}
.sidebar .supplier .head_cnt ul li ul li i{color: #24FFEA;}
.sidebar .supplier .head_cnt ul li i, .sidebar .supplier .head_cnt ul li ul li i{cursor: pointer;}
.sidebar .supplier .head_cnt ul li ul li ul li{padding: 10px 0px;}
.sidebar .supplier .head_cnt ul li ul li ul li a{margin-left: 0px !important; width: auto; display: inline;}
.sidebar .supplier .head_cnt ul li ul li ul li i{font-size: 10px; color: #fff; margin-right: 3px;}
.sidebar .supplier .head_cnt ul li ul li:last-child, .sidebar .supplier .head_cnt ul li ul li ul li:last-child{border: 0px;}
.sidebar .fa-angle-down{float: right; margin-top: 3px;}

.footer_cont{width: 100%; float: left;}
footer{
    width: 93%; padding: 20px; margin: 0 auto 25px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; font-size: 12px;
background: rgba(247,250,255,1);/* Old Browsers */
background: -moz-linear-gradient(top, rgba(247,250,255,1) 0%, rgba(247,250,255,1) 25%, rgba(91,146,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,250,255,1)), color-stop(25%, rgba(247,250,255,1)), color-stop(100%, rgba(91,146,255,1)));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(top, rgba(247,250,255,1) 0%, rgba(247,250,255,1) 25%, rgba(91,146,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(247,250,255,1) 0%, rgba(247,250,255,1) 25%, rgba(91,146,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(247,250,255,1) 0%, rgba(247,250,255,1) 25%, rgba(91,146,255,1) 100%); /* IE 10+ */
background: linear-gradient(to bottom, rgba(247,250,255,1) 0%, rgba(247,250,255,1) 25%, rgba(91,146,255,1) 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faff', endColorstr='#5b92ff', GradientType=0 );/* IE6-9 */
}

footer .block_cnt ul{display: flex; justify-content: center;}
footer .block_cnt ul li{padding: 0 15px; border-right: 1px solid #34486f;}
footer .block_cnt ul li:last-child{border-right: 0px;}
footer .block_cnt{padding-bottom: 10px; border-bottom: 1px solid #a4b3ce;}
footer p{text-align: center; margin-bottom: 0px; color:#fff;}

.vendor_buttons{display: flex; width: 100%; justify-content: center}


/* FAQ */
.faq_cont{margin: 0 auto; width: 94%;}
.faq_cont label{color: red; font-family: 'open_sanssemibold';}
.accordion {background-color: #275AC0; color: #fff; cursor: pointer; margin-bottom: 10px; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s;}
  
.active, .accordion:hover {background-color: #152A5F;}

.panel {padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;}

/* 03-11-2023 */
.head_sc{
    position: relative;
    padding: 0;
    height: 81px;
}

.head_sc h1{
    display: inline-block;
    width: 59%;
    text-align: left;
    position: absolute;
    bottom: 30px;
    right: 242px;
    padding: 0;
    margin: 0;
}
.head_sc1 h1{
    display: inline-block;
    width: 47%;
    text-align: center;
    position: absolute;
    bottom: 292px;
    right: 242px;
    padding: 0;
    margin: 0;
}
.head_sc a{
    float: right;
    position: absolute;
    right: 13px;
    top: 5px;
}

.head_sc a img{
    width: 60%;
}

.custom_form{
    width: 91%;
    padding: 20px 30px;
    height: 76%;
}

.paymentBanner form p{
    width: auto !important;
    float: none !important;
    display: inline-block !important;    
}

.custom_naming p{
    font-size: 15px;
    width: 45%;
    float: none;
    display: inline-block;
}