/**
* Global css
* @author Parth
**/



@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Light.ttf');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-ExtraLight.ttf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Medium.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-ExtraBold.ttf');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/Mulish-Black.ttf');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: Philosopher;
    src: url('../fonts/Philosopher-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Philosopher;
    src: url('../fonts/Philosopher-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    font-family: Mulish, sans-serif;
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.hdr-riht-icon ul li {
    display: inline-block;
}

.hdr-riht-icon ul li a {
    color: #111111;
    text-decoration: none;
}

.hdr-riht-icon ul li a i {
    background-color: #283593;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 5px;
}

.top-hero-form-bg {
    background-color: #111111;
}

.top-hero-form-inr {
    max-width: 365px;
    background-color: #283593;
    padding: 17px 25px;
    margin-left: auto;
    border-left: 2px solid #fff;
}

.top-hero-form-inr .form-control {
    color: #000;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 40px;
}

.top-hero-form-inr .form-group {
    margin-bottom: 10px;
}

.top-hero-form-inr span {
    display: block;
    text-transform: capitalize;
    text-align: center;
    color: #ffff;
    font-size: 16px;
    margin-bottom: 15px;
}
.top-hero-form-inr span h1{
    font-size: 20px;
}


.top-hero-form-inr button {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 25px;
    border: 0;
    font-weight: 600;
    padding: 14px 25px 11px 25px;
    text-align: center;
    margin: 25px auto 0 auto;
    display: block;
}

.title-main h1 {
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.prd-main-section-inr-images {
    display: inline-block;
    width: 200px;
}

.prd-main-section-inr-images img {
    max-width: 160px;
    height: 130px;
    object-fit: contain;
    object-position: center;
}

.prd-main-section-inr {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 10px;

}

.prd-main-section-inr-top h2 {
    margin-bottom: 0;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.prd-main-section-inr-top-right {
    background-color: #d8d8db;
    padding: 5px;
    margin-left: auto;
    position: relative;
    right: 100px;
}

.prd-main-section-inr-top-right bdi {
    color: #000;
    font-size: 13px;
    display: block;
}

.prd-main-section-inr-top-right span {
    color: #000;
    font-weight: 800;
    font-size: 20px;
}

.prd-main-section-inr-ctr ul li {
    color: #000;
    font-size: 15px;
    display: block;
    border-right: 1px solid #000;
    font-weight: 700;
}

.prd-main-section-inr-ctr ul li:last-child {
    border: 0;
}

.prd-main-section-inr-ctr ul li span {
    display: block;
}

.prd-main-section-inr-ctr ul li span bdi {
    font-weight: 500;
    font-size:13px;
}

.btn-1 {
    outline: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    background-color: #197b30;
    padding: 7px 15px 6px 15px;
    font-weight: 500;
    margin-left: 5px;
}

.btn-2 {
    outline: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    background-color: #283593;
    padding: 7px 15px 6px 15px;
    font-weight: 500;
    margin-left: 5px;
}

.prd-main-section-inr-info {
    width: 100%;
    padding-left: 25px;
}

.faq-hdr {
    background-color: #283593;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 600;
}

.faq-hdr-body-inr span {
    display: block;
    background-color: #d8d8db;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    padding: 6px 15px;
    cursor: pointer;
}

.faq-hdr-body-inr p {
    color: #000;
    margin-left: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.faq-hdr-body {
    padding: 15px;
    background-color: #f1f1f4;
}

.bx-area img {
    width: 30px;
    height: 28px;
    object-fit:contain;
    object-position:center;
    margin-bottom: 15px;
}

.bx-area span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.logo-section img {
    width: 150px;
}

.header-section {
    padding: 20px 0 25px 0;
}

.ftr-bottm {
    background-color: #283593;
    padding: 20px;
    border-radius: 15px 15px 0 0;
}

.ftr-text-main img {
    width: 70px;
}

.ftr-text-main span {
    *text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

.ftr-text-main p {
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.ftr-text-main address {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.bdr-class:before {
    position: absolute;
    content: '';
    border-left: 1px solid black;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bdr-class:after {
    position: absolute;
    content: '';
    border-right: 1px solid black;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftr-text-main {
    padding-left: 10px;
}

.ctr-section-bg {
    background-color: #283593;
    padding: 40px 50px 50px 50px;
    border-radius: 0 0 15px 15px;
}

.ctr-section-bg span {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.ctr-section-bg p {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.ctr-section-bg-text {
    background-color: #505ba6;
    padding: 15px;
    border-radius: 10px;
}

.bg-icon-box span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.bg-icon-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}


/* janak pandya added */

button.submitbtn:hover {
    background-color: #7a7a7a;
    color: white;
}

.supplier-number{
    /*padding: 15px 60px;
    padding: 10px 10px;*/
    text-decoration: none;
    color: #0060B6;
    font-size: 15px;
    margin-bottom: 5px;
}
.supplier-number a{
    /*padding: 15px 60px;
    padding: 10px 10px;*/
    text-decoration: none;
}
.supplier-number span{
   color: #283593;
}

.supp_class_new{
margin-right : 50px
}

.footer-bar p{
        color: #fff;
    /* font-size: 15px; */
     margin-top: 5px; 
    text-align: center;
}

.top-new-add{

	background-color: #fff;

}


.top-new-add .top-hero-form{

	padding: 0;

}


.top-new-add .top-hero-form img{
    height: 367px;

/*	height: 470px;

	object-fit: cover;

	object-position: center;*/

}



@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 
    .top-new-add .top-hero-form img {
        height: 315px;
/*
        object-fit: cover;
        object-position: center;
*/
    }

    .top-hero-form-inr span h1 {
        margin-bottom: 0;
    }

    .top-hero-form-inr button{
        margin: 15px auto 0 auto;
    }

    .top-hero-form-inr .form-control{
        height: 35px !important;
    }
}

@media(max-width: 991px){

	.top-new-add .top-hero-form img{

		height: auto;
	
}

	
.top-new-add .top-hero-form-inr {

    	max-width: 100%;

    	border: 0;

	}

}

@media (max-width: 991px) {
    .supp_class_new {
        margin-right : 0;
    }


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}

@media(max-width: 991px) {
    .prd-main-section-inr-top-right {
        right: 0;
    }
}

@media(max-width: 767px) {
    .top-hero-form-inr {
        max-width: 100%;
        border: 0;
    }
    .top-hero-form {
        padding: 70px;
    }
    .prd-main-section-inr {
        display: block;
    }
    .title-main h1 {
        font-size: 22px;
    }
    .prd-main-section-inr {
        display: block;
    }
    .prd-main-section-inr-images {
        text-align: center;
        margin: auto;
        display: block;
    }
    .prd-main-section-inr-info {
        padding-left: 0;
    }
    .prd-main-section-inr-info .prd-main-section-inr-top {
        display: block !important;
    }
    .prd-main-section-inr-top h2 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .bx-area span {
        font-size: 13px;
    }
    .hdr-riht-icon ul li a {
        font-size: 13px;
    }
    .hdr-riht-icon ul li a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-left: 10px;
    }
    .logo-section img {
        width: 70px;
    }
    .faq-hdr {
        font-size: 16px;
    }
    .faq-hdr-body-inr p {
        font-size: 14px;
        margin-left: 15px;
    }
    .faq-hdr-body-inr span {
        font-size: 15px;
    }
    .ftr-bottm {
        padding: 20px;
    }
    .bdr-class:before,
    .bdr-class:after {
        display: none;
    }
    .ftr-text-main p {
        font-size: 15px;
    }
    .ftr-text-main address {
        font-size: 14px;
    }
    .ctr-section-bg {
        padding: 25px;
    }
    .ctr-section-bg span {
        font-size: 18px;
    }
    .ctr-section-bg p {
        font-size: 14px;
    }
    .bg-icon-box {
        margin-bottom: 20px;
    }
    .ctr-section-bg span {
        font-size: 14px;
    }
    .bg-icon-box img {
        width: 80px;
        height: 80px;
    }
}

@media(max-width: 575px) {
    .prd-main-section-inr-ctr ul li {
        border: 0;
        font-size: 14px;
    }
    .prd-main-section-inr-btm {
        display: flex;
        align-items: center;
    }
    .prd-main-section-inr-btm button {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 8px 9px 8px 9px;
        font-size: 12px;
        margin: 0 2px;
    }
    .hdr-riht-icon ul li a span {
        display: none;
    }
    .logo-section img {
        width: 130px;
    }
    .hdr-riht-icon ul li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.row-vm {
    align-items: center;
    display: flex;
    background-color: #f1f1f4;
}
.heading-section {
    font-size: 1.75rem;
    color: #303540;
    font-weight: 500;
}
.gaps.size-md {
    height: 30px;
}

.gaps {
    clear: both;
    height: 20px;
    display: block;
    margin: 0;
}
.ab-icon {
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-gradient {
    background-image: linear-gradient(to right, #ff5247 0%, #ff8f01 51%, #ff5247 100%);
    color: #fff;
}
.btn.btn-gradient {
    background-image: linear-gradient(to right, #ff5247 0%, #ff8f01 51%, #ff5247 100%);
    background-size: 200% auto;
    color: #fff;
}
.icon-box.sqaure, .icon-box.round, .icon-box.circle {
    border-color: #ff5247;
}

.icon-box.circle {
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.icon-box.sqaure, .icon-box.round, .icon-box.circle {
    border-color: #ff5247;
}
.icon-box.size-md {
    width: 60px;
    height: 60px;
    font-size: 1.75em;
    line-height: 58px;
}
a.share {
    margin-left: 10px;
}
.btn-raised {
    transition: all .15s ease-in;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-raised.btn-raised-primary {
    background: #639;
    box-shadow: 0 4px 6px rgb(102 51 153 / 11%), 0 1px 3px rgb(102 51 153 / 8%);
}
.btn-raised {
    color: #fff;
}
.rounded{
    border-radius: 1.5rem !important;
}
.btn-raised.btn-raised-secondary {
    background: #ffc107;
    box-shadow: 0 4px 6px rgb(102 51 153 / 11%), 0 1px 3px rgb(102 51 153 / 8%);
}