@font-face {
    font-family: "CustomFont";
    src: url("../fonts/MundialBlack.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont1";
    src: url("../fonts/MundialBold.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont2";
    src: url("../fonts/MundialDemibold.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont3";
    src: url("../fonts/MundialHair.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont4";
    src: url("../fonts/MundialRegular.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont5";
    src: url("../fonts/MundialThin.woff") format("woff"),
}
@font-face {
    font-family: "CustomFont6";
    src: url("../fonts/MundialLightItalic.woff") format("woff"),
}

.ctn {
    position: absolute;
    margin-top: -86px;
}

label.text-red {
    position: absolute;
    margin-top: 13px;
    color: red;
    font-size: 13px !important;
    text-transform: initial !important;
}

/* FAQ SECTION styles */
.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/* Optional: You can style the navbar further when the 'hide_top' class is added */
.smire_hdr_top.hide_top {
    display: none;
    /* or any other style you want to apply when scrolled */
}

.leadForm .form-group {
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

@media only screen and (max-width: 479px) {}
.covi-favi-block {
    position: fixed;
    background: #fff;
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}

.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}
.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    content: '';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
    background: url(../img/azi-guard-technology.svg) no-repeat center;
    background-size: 30px;
}

.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
    background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
    background-size: 55px;
}

.tz-gallery1 .lightbox:after {
    background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

/* Video Gallery ********/
.video-block {
    text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}

.thumbnail-block {
    position: relative;
}

.overlap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    /*background-color: #3333335e;*/
    transform: translate(-50%, -50%);
    /* display: none; */
    cursor: pointer;
    text-align: center;
}
.overlap1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    /*background-color: #3333335e;*/
    transform: translate(-50%, -50%);
    /* display: none; */
    cursor: pointer;
    text-align: center;
}

.thumbnail-block:hover .overlap {
    display: block;
}

.thumbnail-block img {
    width: 100%;
    /* height: 200px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.overlap img {
    width: 55px;
    /*margin-top: 60%;*/
    /*margin-right: 75%;*/
    height: auto;
}
.overlap1 img {
    width: 55px;
    /*margin-top: 55%;*/
    /*height: auto;*/
    /*position: absolute;*/
    /*left: 10px;*/
    /*bottom: 10px;*/
    
}


.modal-video-body video {
    width: 100%;
}

.modal-video-body iframe {
    width: 100%;
}

/* .video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
} */

small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}

.video_gallery_section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
}

.video_gallery_section1 {
    margin-top: 15.2em;
    padding: 50px 0;
}

/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
    margin-top: 0;
}

.success-text {
    text-align: center;
}

.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}

.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}

.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.success-text h6 a {
    color: #ffffff;
    display: block;
}

.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}

.disclmerTxt b {
    font-weight: bold;
}

.cookie-banner {
    display: none;
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 4px 3%;
    background-color: #eee;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.cookie-banner.bottom {
    display: block;
    border-top: 2px solid #26130c;
    bottom: -90%;
    transition: bottom 0.5s;
}

.cookie-banner.bottom.show {
    bottom: 0;
    transition: bottom 1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.cookie-banner p {
    float: left;
    width: 88%;
    display: inline-block;
    font-size: 12px;
}

.cookie-banner a.button {
    float: left;
    margin: 15px;
    width: 100px;
    height: 40px;
    z-index: 100;
    background: #9d0917;
    text-transform: uppercase;
    line-height: 1.4;
    padding-top: 8px;
    display: inline-block;
    color: #FFF !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

.image_gallery_section {
    padding: 75px 0;
}
.magnifier.image {
    background: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.faq_section {
    padding: 50px 0;
}



.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

.owl-next:before {
    content: "\f061";
}

/* Css of website start from here */
* {
    font-family: Mundial Hair, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.display_line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ED3237 !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    background-color: #000;
}
.mve_top {
	background: white !important;
	transition: all 0.3s ease !important;
	color: #000 !important;
}

.mve_top .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #000 !important;
}


/* Style for navbar after scrolling */
/* .navbar a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    margin: 0 15px;
    font-size: 14px;
    font-family: 'CustomFont3';
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    background-color: #000;
}

.nav-link.active {
    color: #ED3237 !important;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ED3237 !important;
}

.navbar-dark .navbar-nav .nav-item:hover,
.navbar-dark .navbar-nav .nav-item:focus {
    color: #ED3237 !important;
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    background-color: #000;
}

.navbar a img {
    width: 75px !important;
} */

.card_img {
    filter: brightness(0.8);
    width: 100%;
    /* height: 385px; */
}

/*Zoom effects starts here */
.zoom {
    overflow: hidden;
    padding: 0;
    float: left;
    margin: 10px;
}

.zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}

.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

/*Image zoom effects ends here*/


/* Brands section ends here */


/* News section start  from here  */

/* .news_sec {
    margin-top: 120px;
    margin-bottom: 100px;
}

.news_info h6 {
    color: #ED3237;
    margin-bottom: 30px;
    font-family: 'CustomFont3';
    font-size: 17px;
    font-weight: 600;
}

.news_info h5 {
    padding: 0px 160px;
    margin-bottom: 50px;
    font-size: 22px;
    font-family: 'CustomFont3';
    font-weight: 600;
}

.news p {
    margin-top: 10px;
    color: #00000099;
    font-family: 'CustomFont4';
    font-size: 14px;
    margin-bottom: 5px;
}

.news a h5 {
    color: #000;
    font-family: 'CustomFont4';
    font-size: 20px;
}

.news a h5:hover {
    color: #ED3237;
    text-decoration: underline;
} */

/* news section end here */


/*Blog section starts here*/
/* .blog_sec {
    background-color: #F9F9F9;
    padding: 70px 0px;
}

.blog_info h6 {
    color: #ED3237;
    margin-bottom: 30px;
    font-family: 'CustomFont4';
    font-size: 18px;
}

.blog_info h5 {
    padding: 0px 160px;
    margin-bottom: 55px;
    font-size: 22px;
    font-family: 'CustomFont3';
    font-weight: 600;
}

.blog p {
    margin-top: 10px;
    color: #00000099;
    font-family: 'CustomFont4';
    font-size: 14px;
    margin-bottom: 5px;
}

.blog a h5 {
    color: #000;
    font-family: 'CustomFont3';
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.blog a h5:hover {
    color: #ED3237;
    text-decoration: underline;
}

.blog a h6 {
    color: #000;
    font-family: 'CustomFont3';
} */



/* .careers {
    z-index: 9999;
} */

/* .back_img img {
    width: 100%;
    filter: brightness(0.5);
    object-fit: cover;
} */

/* .careers_cont {
    position: absolute;
    top: 160px;
    left: 118px;
}

.careers_cont p {
    color: white;
    font-size: 16px;
    font-family: 'CustomFont3';
    letter-spacing: 1px;
}

.careers_cont h1 {
    color: white;
    margin-bottom: 40px;
    line-height: 40px;
    font-family: 'CustomFont4';
}

.careers_cont a {
    background-color: #ffffff;
    color: #ED3237;
    padding: 16px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'CustomFont2';
}

.careers_cont a:hover {
    background-color: #ED3237;
    color: #fff;
} */

/* About Page */
/* .about {
    text-align: center;
    margin-bottom: 40px;
    background-color: #282323;
    color: #fff;
    padding: 180px 185px;
}


.about h1 {
    color: #fff;
    font-size: 56px;
    font-family: 'CustomFont4';
}

.about p {
    font-size: 13px;
    font-family: 'CustomFont5';
    padding-left: 75px;
    padding-right: 90px;
}

.about_page {
    padding-top: 0px;
}

.about-content img {
    width: 300px;
    margin-right: 20px;

}

.group_img {
    text-align: center;
}

.group_img img {
    width: 85%;
    position: relative;
    bottom: 160px;
} */

/* .fledged_right {
    margin-right: 75px;
}

.fledged_right h4 {
    margin-bottom: 20px;
    font-family: 'CustomFont5';
}

.fledged_right p {
    line-height: 20px;
    font-size: 15px;
    font-family: 'CustomFont3';
    margin-bottom: 35px;
} */

/* .card_imgs {
    filter: brightness(0.4); */
    /* width: 100%; */
    /* height: 542px; */




/* .video_right_detail p {
    margin-top: 15px;
    line-height: 20px;
    font-family: 'CustomFont5';
    font-size: 16px;
}

.video_right_detail h5 {
    line-height: 32px;
    font-size: 25px;
} */

.about_sec_img img {
    height: 410px;
}

/* Divisions page */
/* .divisions {
    background-color: #ED32370A;
    text-align: center;
    padding-top: 150px;
}

.division img {
    width: 50px;
}

.divisions_details h6 {
    color: #ED3237;
    font-family: 'CustomFont4';
}

.divisions_details h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'CustomFont5';
    font-weight: 700;
}

.divisions_details p {
    font-size: 16px;
    font-family: 'CustomFont3';
}

.divisions_details a {
    padding: 10px 20px;
    background-color: transperent;
    color: #ED3237;
    border: 1px solid #ED3237;
    cursor: pointer;
    border-radius: 5px;
}

.divisions_details a:hover {
    background-color: #ED3237;
    color: #fff;
}

.div_cards {
    margin-top: 50px;
    padding-bottom: 50px;
} */

/* .oncol_car {
    border: none !important;
    text-align: start;
    padding: 23px;
}

.oncol_car a {
    color: #000;
}

.oncol_car:hover {
    background-color: #FFC8C8 !important;
    border: none !important;
    border-radius: 5px !important;
}

.oncol_car:hover::after {
    content: '→';
    position: absolute;
    top: 10%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
    transition: 0.5s ease-out;
} */

/* .card_body img {
    width: 80px;
    margin-bottom: 20px;
}

.card_body h4 {
    font-family: 'CustomFont4';
}

.card_body p {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'CustomFont3';
} */

/* from here css start for about inner about_page */

/* .About_inner_page {
    margin-top: 150px;
    margin-bottom: 100px;
} */

/* .about_inner {
    margin-bottom: 35px;
    display: flex;
    align-items: baseline;
    gap: 555px;
}

.about_inner h4 {
    font-family: 'CustomFont5';
}

.about_inner p {
    margin-top: 20px;
    font-family: 'CustomFont3';
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
} */

/* .medi_details {
    transition: all 0.3s ease;
    background-color: transparent;
    border: 1px solid #E9E9E9;
    top: -10%;
}

.medi_details:hover {
    border: 1px solid #E9E9E9;
}

.medi_details:hover::after {
    top: 16%;
} */

.star_rating {
    display: flex;
}

.stars {
    color: #0074d9;
}

.stars i {
    font-size: 30px;
    margin-right: 2px;
}

.rating-value {
    font-size: 16px;
    margin-left: 5px;
    color: #333;
    font-family: 'CustomFont4';
    font-weight: 600;
}
.navbar a img {
			width: 75px;
		}
















        

@media (max-width: 767px){
    .video-block {
        text-align: left;
        background-color: #eee;
        padding: 5px;
        min-height: auto;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
        color: #fff !important
    }
    .card_img {
        filter: brightness(0.6);
        width: 100%;
        /* height: 385px; */
    }
    .overlap img {
       width: 55px;
       margin-top: 45%;
       margin-right: 75%;
       height: auto;
    }
       
    .overlap1 img {
        width: 55px;
        margin-top: 55%;
        height: auto;
        position: absolute;
        left: 10px;
        bottom: 10px;
        transform: translate(-50%, -50%);
        
    }

  .About_inner_page {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 100px !important;
    /*gap: 10px;*/
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
  }

  .About_inner_page::-webkit-scrollbar {
    display: none;
  }

  .About_inner_page .product_item {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 5px;
  }

  .product_s {
    border: none;
  }

  .product_s .card-body {
    padding: 0 !important;
  }

  .product_s img {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
  }

  .product_s h5 {
    font-size: 15px;
    margin: 5px 0;
  }

  .About_inner_page .mobile_only {
    display: block;
    font-size: 12px;
    color: #000;
  }
}


/* .ositab_details h3 {
    color: #ED3237;
    font-family: 'CustomFont4';
    margin-bottom: 0px;
} */

/* .product_description h5 {
    font-family: 'CustomFont5';
    font-weight: 600;
}

.product_description p {
    font-family: 'CustomFont3';
    line-height: 20px;
    margin-bottom: 30px;
} */




/* .form_sec {
    padding-top: 80px;
    padding-bottom: 50px;
}

.form_sec .form-group {
    border: 1px solid #A8A8A8;
    border-radius: 5px;
}

.form_sec .error-message {
    color: red !important;
    position: absolute;
    bottom: 16px;
    background: #fff6e9;
    padding: 0px !important;
    font-size: 13px !important;
    text-transform: unset !important;
} */

label#productsCategory-error {
    top: 52px;
    left: 24px;
    height: 20px;
}

label#productsToBeSupplied-error {
    top: 52px;
    left: 20px;
}

label#raisingFromCountry-error {
    top: 52px;
    left: 20px;
}

label#message-error {
    position: absolute;
    bottom: 66px;

}
.magnifier.image {
    background: #fff;
}



div#the-count {
    float: right;
}

.submit_enquiry {
    background-color: #fff;
    padding: 14px 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ED3237;
    color: #ED3237;
    font-family: 'CustomFont5';
}

.submit_enquiry:hover {
    background-color: #ED3237;
    color: #fff;
}


.blog {
    margin-top: 20px;
}



.brand_card {
    
}

.brand_card:hover {
    
}

.brand_page {
    
}

.customer_email {
    display: flex;
    flex-direction: row;
    gap: 90px;
}

.contact_form {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 0px;
    font-size: 15px;
}

/* .contact_us_img .form-group .form-control {
    box-shadow: none;
    text-transform: unset !important;
} */

#lead-form .text-red .text-capitalize .text-normal {
    color: red !important;
}

/* .contact_us_img .error-message {
    color: red !important;
    text-transform: unset !important;
} */

label {
    margin: 0px;
    font-size: 14px;
    font-family: 'CustomFont4';
}

/* .mail_us_sec h6 {
    font-family: 'CustomFont4';
    margin-top: 15px;
}

.mail_us_sec a {
    font-family: 'CustomFont3';
} */

/* .whats_app_sec h6 {
    font-family: 'CustomFont4';
    margin-top: 15px;
}

.whats_app_sec a {
    font-family: 'CustomFont3';
} */




/*footer css starts*/







/* section.new_footer h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 1.75em;
    margin-top: 0.5em;
} */



ul.dFlx_footerLinks li a
}

.new_footer 
}

.new_footer 
}








.footer_img {
    position: relative;

}

.footer_details {
    
}

/* Footer */
/* .footer {
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 20px;
} */

/* .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* .social-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
} */



/*ends here*/

.card {
    position: relative;
    /* Needed for positioning the arrow */
    transition: all 0.3s ease;
    background-color: transparent;
    border: 1px solid #FFCCCC;
    margin: 0.2px;
    border-radius: unset !important;
}

.card h5 {
    color: black;
    transition: color 0.3s ease;
    margin-bottom: 100px;
    font-family: 'CustomFont4';
}

/* Hover effect */
.card:hover {
    background-color: white;
    border: 1px solid #FFCCCC;
}

.card:hover h5 {
    color: red;
}

/* .card:hover::after {
    content: '→';
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: red;
    animation: moveArrow 0.5s ease-out forwards;
} */

@keyframes moveArrow {
    from {
        left: 70%;
    }

    to {
        left: 90%;
        /* Moves the arrow toward the right edge */
    }
}

.card-body {
    /* padding: 45px 40px; */
}



/*product page css*/

/* .product_s {
    border: none;
}

.product_s:hover {
    position: relative;
    transition: all 0.3s ease;
    background-color: #FFC8C8;
    border: none;
    margin: 0.2px;
    border-radius: 5px !important;
}

.product_s:hover h5 {
    color: #000;
} */

/* .product_nam p {
    margin-top: 20px;
    font-family: 'CustomFont3';
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
} */

/* .product_s:hover::after {
    content: '→';
    position: absolute;
    top: 16%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #000;
    animation: moveArrow 0.5s ease-out forwards;
} */

@keyframes moveArrow {
    from {
        left: 70%;
    }

    to {
        left: 90%;
        /* Moves the arrow toward the right edge */
    }
}



.star-rating {
    /* display: flex;
    align-items: center;
    gap: 5px;
    font-size: 30px;
    cursor: pointer; */
}

/* .star {
    color: lightgray;
}

.star.active {
    color: #006FD5;
} */

/* .rating-text {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
} */
/* Popup Background */
/* .popup-overlay {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Popup Content */
/* .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    width: 400px;
    height: 400px;
}

.popup-content img {
    width: 100%;
    height: auto;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: red;
    font-weight: bold;
} */ 

.blog_progress_bar {
    height: 5px;
    background: #ED3237;
    width: 0%;
    position: fixed;
    top: 60px;
    z-index: 999;
}




seciton.career_form_details .job_form_section h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

seciton.career_form_details .job_form_section label {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px;
}

seciton.career_form_details .job_form_section .job_form_block {
    width: 100%;
    display: block;
    padding-top: 30px;
}

seciton.career_form_details .job_form_section .job_form_block input.btn_submit.input-btn {
    display: block;
    width: max-content;
    padding: 10px 15px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    color: #DD3327;
    font-weight: 700;
    margin: 0px auto;
    margin-top: 15px;
    cursor: pointer;
}

seciton.career_form_details .job_form_section .job_form_block input.btn_submit.input-btn:hover {
    background: #000000;
    color: #ffffff;
}

seciton.career_form_details .job_form_section .job_form_block label.text-red.text-capitalize.text-normal {
    color: #fff;
    font-size: 15px;
}

seciton.career_form_details .job_form_section .job_form_block .text-capitalize {
    text-transform: unset !important;
}

seciton.career_form_details {
    background: #DD3327;
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}




