@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"),

}
/* p{
    text-align: justify;
} */
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;
    /* display: block; */
    background: #fff;
    /* color: #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;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    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 {
    /*padding: 5px;
border: 1px solid #ebebeb;*/
    position: relative;
}

.overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    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: 20%;
    height: auto;
}

.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;
}

#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;
}

/* Initial navbar style with transparent background */



/* 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;
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    background-color: #000;
}

.navbar a img {
    width: 75px !important;
}

.carousel-item {
    
}

.carousel-caption {
    
}

.main-heading {
    
}

.subtitle {
    
}

.carousel-caption p {
    
}

.carousel-img {
   
}





.pre_next {
    
}

.carousel-indicators {
    
}

.carousel-indicators {
}

.carousel-indicators li{
    /* Slightly enlarge the active dot */
}

/* .about_sec {
    
    margin-bottom: 60px;
} */



/* .video_modal_content {
    margin-top: 100px;
}

.video_modal_content {
    border: none;
    border-radius: 0;
}

.video_modal_content .video_modal_body {
    padding: 0;
    margin-bottom: -8px;
} */

/* .video_models button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #ef4a4e !important;
    color: #ffffff;
    opacity: 1;
    width: 40px;
    height: 37px;
    line-height: 0px;
    text-align: center;
    font-size: 32px;
} */

/* .modal-video-body iframe {
    width: 100%;
} */

/* .play_btn {
    position: relative;
    bottom: 40px;
    left: 10px;
    width: 60px;
    cursor: pointer;
} */

.card_img {
    filter: brightness(0.4);
    width: 100%;
    height: 385px;
}

.video_right_details {
    
}

.video_right_details h6 {
    
}

.video_right_details h4 {
    
}

/* .video_right_details p {
    margin-top: 15px;
    line-height: 20px;
    font-family: CustomFont5;
    font-size: 15px;
} */

/* .video_right_details a {
    background-color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ED3237;
    color: #ED3237;
    font-family: 'CustomFont4';
}

.video_right_details a:hover {
    background-color: #ED3237;
    color: #fff;
} */

.Our_vis_mis {
    
}

.Our_vis_mis h6 {
    
}

.Our_vis_mis h4 {
    
}

.Our_vis_mis p {
    
}

/* from here brand section css start */
.brands_sec {
    
}

.brand_info {
    
}

/*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*/

.brand_info h6 {
    
}

.brand_info h5 {
    
}

.brand_info p {
    
}

.view_all {
    
}

.view_all a {
    
}

.view_all a:hover {
    
}

/* 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;
    /* Light background color */
    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;
}

/* .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;

}

/* .fn_ea_mn {
    padding: 10px;
    margin-bottom: 25px;
} */

/* .prod_reach .form-group label {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 500;
} */

/* .prod_reach .form-group .form-control {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    font-family: 'CustomFont3';
} */

.form_sec .form-group label {
    /* padding-left: 12px;
    font-size: 14px;
    font-weight: 500; */
}


.form_sec .form-group .form-control {
    /* border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    font-family: 'CustomFont3';
    text-transform: unset !important; */
}

div#the-count {
    float: right;
}

/* .submit_btn {
    background-color: #fff;
    padding: 14px 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ED3237;
    color: #ED3237;
    font-family: 'CustomFont2';
    float: right;
}

.submit_btn:hover {
    background-color: #ED3237;
    color: #fff;
} */

.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;
}

.prod_reach {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline; */
}

/* .prod_reach p {
    font-size: 16px;
    font-family: 'CustomFont3';
    font-weight: 600; */
/* } */

/* News page css starts */
/* .news {
    
} */



/*blog page css starts from here*/
/* .blog_inner {
    margin-top: 150px;
} */

.blog {
    margin-top: 20px;
}

/* .blog_page {
    margin-top: 180px;
    margin-bottom: 100px;
} */



.brand_card {
    
}

.brand_card:hover {
    
}

.brand_page {
    
}

/* careers page css starts from here */




/* contact us page css */
/* .contact {
    margin-bottom: 60px;
} */


/* .img_size {
    width: 40px;
    margin-bottom: 20px;
} */

/* .our_team_com {
    display: flex;
    flex-direction: column;
}

.our_team_com a {
    font-family: 'CustomFont6' !important;
    font-size: 14px;
} */

.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%;
    /* Middle of the card */
    left: 20%;
    /* Start in the middle horizontally */
    transform: translate(-50%, -50%);
    /* Center align */
    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;
}




