* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}




/*black gray*/

.vs_gray {
    color: gray;
}




/*black red*/

.vs_red {
    color: #b90a0a;
}
.vs_orange{
    color: #ffc107;
}
/*bg red*/
.vs_bg_yellow{
        background: #ffc107;
}
.bg_red {
    background: #b90a0a;
}


.vs_orange {
  color: #FF8625;
}

.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}
.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(1rem + 1.2vw);
}

.vs_fs_24{
    font-size: calc(1rem + .5vw);
}
.vs_fs_26{
    font-size: 26px;
}
.vs_fs_20{
    font-size: 20px;
}

.vs_fs_22{
     font-size: calc(0.8rem + .3vw);
}

.vs_fs_14 {
    font-size: 14px;
}











p {
    margin: 0px;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

ul {
    padding: 0px;
    list-style: none;
}

button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.vs_padd_space {
    padding: 70px 0px;
}

h6 {
    font-size: 18px;
    font-weight: 500 !important;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
    border: 1px solid #808080;
    color: #808080;
    font-size: 14px;
}

.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}

/*.vs_btn {
    background: #b90a0a !important;
    border: none;
    padding: 10px 20px;
    color: white;
    transition: all 0.5s;
}
.vs_btn a{
    color: #fff;
}

.vs_btn:hover{
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    50% {
        opacity: 2;
    }
    100% {
        opacity: 1;
    }
}*/

.vs_btn {
    color: #fff;
    text-shadow: none;
    position: relative;
    letter-spacing: 0.4px;
    transition: all 300ms linear 0s;
    z-index: 1;
       border: 1px solid #ffc107;
    padding: 10px 20px;
    background: #b90a0a !important;
}
.vs_btn a{
  color: #fff;
}
.vs_btn:hover, .vs_btn:focus, .vs_btn a:hover {
    color: #000;
    border-color: #bb793c;
}

.vs_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffc107;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}
.vs_btn:hover:before, .vs_btn:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.vs_overlay_clr {
    position: relative;
}

.vs_overlay_clr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: #000;
    opacity: 0.5;
}

.vs_border {
    border: 1px solid #b2b6bb;
    padding: 10px 7px;
}

.vs_line_text {
    text-decoration: underline;
}

.vs_head{
    position: relative;
}
.vs_head:before{
        content: "";
    position: absolute;
    border-left: 4px solid #b90a0a;
    width: 30px;
    border-top: 4px solid #b90a0a;
    height: 30px;
    margin: -13px;

}
.vs_head:after{
        content: "";
        position: absolute;
    bottom: 0;
    border-right: 4px solid #b90a0a;
    width: 30px;
    border-bottom: 4px solid #b90a0a;
    height: 30px;
    margin: -13px;
    
}

/*all_colors s*/


/*menu css s*/

.top_bar{
        background: #787878;
    padding: 5px 0;
}
.top_bar a{
    color: #fff;
}

.header {
    position: relative;
    width: 100%;
    /*height: 80px;*/
}

.header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border: 1px solid #d7d6d6;
    border-left: 0;
    border-right: 0;
    /*background: #b90a0a;*/
    background-color: #fff;
}

.header .nav-item .nav-link {
    display: block;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #b90a0a !important;
    transition: 0.15s;
    padding: 0px 25px !important;
    /*border-right: 1px dashed;*/
}



/*.vs_top_bar_menu li:last-child {
    border: 1px dashed;
    border-radius: 50px;
}*/

.header-btn {
    color: #ffffff;
    border-radius: 30px;
    background-color: gray;
    border: none;
    font-weight: 500;
    outline: none;
    font-size: 15px;
    padding: 7px 22px;
    transition: 0.5s;
}

.header-btn:hover {
    background-color: #FE4066;
    cursor: pointer;
}

.vs_menu_hover, .vs_submenu_hover li{
    position: relative;
    

    }

.vs_submenu_hover { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  /*width: 100%;*/
  width: 200px;
      padding: 0px 0;
  transform: translateY(-2em);
  z-index: -1;
  background: #b90a0a;
  transition: all 0.3s ease-in-out 0s,
   visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.vs_menu_hover:focus .vs_submenu_hover,
.vs_menu_hover:focus-within .vs_submenu_hover,
.vs_menu_hover:hover .vs_submenu_hover {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.vs_submenu_hover_sub, .vs_submenu_hover_sub1{
visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 0;
    left: 100%;
    /*width: 100%;*/
    width: 180px;
  transform: translateY(-2em);
  z-index: -1;
  background: #b90a0a;
      padding: 0px 0; 
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.vs_submenu_hover_sub li:focus .vs_submenu_hover_sub1,
.vs_submenu_hover_sub  li:focus-within .vs_submenu_hover_sub1,
.vs_submenu_hover_sub li:hover .vs_submenu_hover_sub1 ,


.vs_submenu_hover li:focus .vs_submenu_hover_sub,
.vs_submenu_hover  li:focus-within .vs_submenu_hover_sub,
.vs_submenu_hover  li:hover .vs_submenu_hover_sub
{
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; 
}
.vs_menu_overflow, .vs_submenu_hover_sub1{
    overflow-y: scroll;
    height:300px;
}


   /* .vs_menu_hover ul{
    position: absolute;
    background: #b90a0a;
    padding: 15px 15px;
    width: 100%;
    display: none;
    }
    .vs_menu_hover:hover ul{
        display: block;
    }*/



  /*  .vs_menu_hover ul{
   position: absolute;
    background: #b90a0a;
    width: 100%;
    overflow: hidden;
    transition: 0.3s linear;
    padding: 0px 15px;
    height: 0px;
    }
    .vs_menu_hover:hover ul{
        display: block;
            height: 158px;
    padding: 15px 15px;
    }*/
    .vs_menu_hover ul li{
    padding:10px 20px;

    }

    /*.vs_menu_hover ul a{
    color: #fff;
    }
    .vs_menu_hover ul a:hover{
    color: yellow;
    }*/
    /*.navbar-scroll .vs_menu_hover ul{
    background-color: #fff;
    }

    .navbar-scroll .vs_menu_hover ul a{
    color: #000;
    }*/

    /*.navbar-scroll .vs_menu_hover ul a:hover{
    color: #b90a0a;     
    }*/

.header .navbar-scroll {
    /*background-color: #ffffff;*/
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.6s;
}
/*.header .vs_res_collapse_bar{
    justify-content: center;
}
.header .navbar-scroll .vs_res_collapse_bar{
    justify-content: right;
}*/
.header .navbar-nav{
    width: 100%;
    justify-content: space-around;
}
.header .navbar-scroll .navbar-nav{
    justify-content: end;
}
.header .navbar-scroll .nav-item .nav-link {
    /*color: black;*/
    font-size: 15px;
}
.header .nav-item:hover .nav-link
{
    color: #ffc107 !important;
    border-color: #b90a0a;
}
.header li{
    transition: all 0.5s;
        border-top: 2px solid #fff;
}
.header li:hover{
    background-color: #fff;
        border-top: 2px solid #b90a0a;
}
.header .nav-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.header ul > li:hover > a {
    color: #000 !important;
}
.header ul li a {
    color: #fff !important;
}
.header .vs_menu_hover .dropend .dropdown-toggle::after {
    vertical-align: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-15px, -50%);
}
/*.navbar-scroll .nav-item .nav-link:hover
{
    color: #b90a0a;
        border-color: #000;
}*/

.header .navbar-scroll .header-btn {
    color: #ffffff;
    background-color: #fe4066;
}


.header .first-title {
    text-transform: capitalize;
}

section.vs_slider_banner {
    /*padding-top: 70px;*/
    position: relative;
}

.header a.navbar-brand {
    display: none;
}
.header .navbar-scroll a.navbar-brand {
    display: block;
}

.vs_middle {
    padding: 5px 0px 5px;
}

.vs_middle a {
    text-decoration: none;
}

.vs_top_bar {
    background: #3d885d;
    padding: 10px 0px;
}

.vs_logo{
    /*width: 130px;*/
    object-fit: cover;
}

.vs_top_bar .vs_social_icon li a {
    width: 20px;
    height: 20px;
    font-size: 10px;
}



.vs_logo_menu img{
    /*width: 130px;*/
    object-fit: cover;
}


/*menu css e*/
#vs_requet .modal-content{
      background-image: linear-gradient(to right, rgb(255 193 7), rgb(171 9 9 / 43%));
}

/*banner start*/

.vs_home_banner_slider1 h1 {
    font-size: calc(1.7rem + 1.8vw);
}
.vs_home_banner_slider1 img{
    width: 100%;
}


.vs_home_banner_slider.owl-theme.owl-loaded.owl-drag {
    position: relative;
}
/*.vs_home_banner_slider1, .vs_home_banner_slider2,
 .vs_home_banner_slider3{
        height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}*/
/*.vs_home_banner_slider3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
     url(../img/1.jpg);

}
.vs_home_banner_slider1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
     url(../img/2.jpg);

}
.vs_home_banner_slider2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
     url(../img/3.jpg);

}*/

.vs_home_banner_slider .owl-nav.disabled {
    display: none;
}

.vs_home_banner_slider .owl-nav button {
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    outline: none;
    margin: 0 20px;
    transform: translate(-50%, -50%) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background: 0;
    filter: invert(1);
}

.vs_home_banner_slider .owl-nav button.owl-next {
    background-image: url("../img/chevron-right.svg");
    right: 0;
}

.vs_home_banner_slider .owl-nav button.owl-prev {
    background-image: url("../img/chevron-left.svg");
}

.vs_home_banner_slider .owl-nav button span {
    display: none;
}

.vs_home_banner_slider .owl-dots {
    text-align: center;
}

.vs_home_banner_slider button.owl-dot.active {
    background: #b90a0a;
}

.vs_home_banner_slider button.owl-dot {
    background: grey;
    border: none;
    padding: 2px 20px;
    margin: 0 3px;
}


/*banner end*/





/*vs_ser_box S*/


.vs_ser_icon{
    width: 80px;
    background: #b90a0a;
    border-radius: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 45px;
}
.vs_ser_box{
    background: white;
    box-shadow: 0px 0px 5px 10px #00000010;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    overflow: hidden;
}
.vs_ser_box:hover{
       color: #fff;
}




.vs_ser_box:before {
    background: #2b2b2b;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    height: 0%;
    left: 0%;
    top: 0;
/*  transform: skew(140deg);
*/  transition-duration: 0.6s;
    transform-origin: top left;
    width: 100%;
}

.vs_ser_box:hover:before {
    height: 100%;
}

/*vs_ser_box E*/






/* product slider css*/


#as_gallery img {
        cursor: pointer;
    object-position: center;
    margin-bottom: 15PX;
    width: 100%;
    object-fit: contain;
    height: 250px;
    background: white;
}

#as_gallery {
    position: relative;
}

#as_gallery figure {
    position: relative;
    text-align: center;
    /*padding-bottom: 10px;   */
    transition: all 0.9s;
}
#as_gallery figure:hover{
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);

}

#as_gallery figcaption {
        width: -webkit-fill-available;
    background: #b90a0a;
    padding: 5px 4px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.as_feature_cnt h5.wd_fs_17{
    font-size: 15px;
}

#as_gallery figcaption .as_feature_cnt {
    color: #fff;
    /*margin-bottom: 20px;*/
}
.as_feature_cnt a{
    color: #fff;
}
#as_gallery figure :hover a{
    color: #ffeb3b;
}





.vs_all_Prodect_slrd.owl-theme.owl-loaded.owl-drag
   {
    position: relative;
}
.vs_all_Prodect_slrd .owl-nav button {
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    outline: none;
    margin: 0 20px;
    transform: translate(-50%, -50%) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background: 0;
     /*filter: invert(1);*/
}

.vs_all_Prodect_slrd .owl-nav button.owl-next {
    background-image: url("../img/chevron-right.svg");
    right: 0;
}

.vs_all_Prodect_slrd .owl-nav button.owl-prev {
    background-image: url("../img/chevron-left.svg");
}

.vs_all_Prodect_slrd .owl-nav button span {
    display: none;
}

/*.vs_all_Prodect_slrd.owl-theme .owl-nav {
    display: none;
}

/*vs_all_Prodect  page E*/



/*vs_testimonial S*/

.vs_testimonial_left {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.vs_testimonial_slide .owl-nav {
  display: none;
}

.vs_testimonial_slide .owl-dots {
  position: absolute;
  right: 0;
  transform: translate(-50%, 0px)
}

.vs_testimonial_slide .owl-dot {
  padding: 5px;
  border-radius: 50%;
  margin: 3px;
  border: none;
  background: #fff;
}

.vs_testimonial_slide .owl-dot.active {
  background: #0b0d0e;
}

.vs_testimonial_slide.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_testimonial_slide .item {
  position: relative;
}

.vs_testimonial_slide .owl-stage-outer {
  padding-top: 2rem;
}
.vs_testimonial_slide .vs_text_user{
    background: #ca342e;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.vs_testimonial_slide img {
  width: 60px;
}


/*vs_testimonial E*/

/*vs_icons_box S*/
.vs_icons_box{
    transition: all 0.9s;
    color: #fff;
}
.vs_icons_box:hover{
background: white;
color: #000;
}
.vs_icons_box:hover img{
    filter: invert(86%) sepia(108%) saturate(1118%) 
    hue-rotate(343deg) brightness(143%) contrast(131%);
}
/*vs_icons_box E*/

/*H_Industrial_Rubber page Start*/
.vs_tab_menu .nav{
        overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
    display: block !important;
}
.vs_tab_menu h3{
    font-size: 24px;
    text-align: center;
    background: #ffc107;
    padding-block: 10px;
}
.vs_tab_menu li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.vs_tab_menu li a.active {
  color: #ffc107;
}

.vs_tab_menu li {
      padding: 10px 10px;
    border-bottom: 1px dashed white;
}
.vs_tab_menu li:last-child{
    border-bottom: none;
}
/*.vs_tab-content button {
  border-radius: 5px;
  padding: 5px 10px;
  background: transparent;
   transition: all 0.9s; 
  margin: 0px 1px;
  border: 1px solid #707070;
  border-left: 1.9px solid #707070;
  border-right: 1.9px solid #707070;
  font-size: 14px;
  margin: 4px;
}

.vs_tab-content button:hover,
.vs_tab-content button:visited {
  background: #ff862529;
}

.vs_tab-content button a {
  color: #707070;
}

.vs_tab-content button:hover a {
  color: #FF8625;
}*/
.vs_skill_img {
  /*width: 300px;
    height: 300px;*/
    object-fit: contain;
    border: 1px solid #ffc107;
    border-radius: 5px;
    padding: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs_grid_skill {
      display: grid;
    grid-template-columns: 38% auto;
    gap: 5px;
}
.vs_grid_skill span{
  display: none;
}

#vs_pro_enquire .modal-content{
  background-color: #ffc107;
}
.vs_pro_enquire_from .input-group-text{
    color: #fefefe;
    background-color: #b90a0a;
    border: 1px solid #b90a0a;
}

/*H_Industrial_Rubber page End*/ 


/*gallery page*/

.vs_filter-button
{
    font-size: 18px;
    border: 1px solid #b90a0a;
    border-radius: 5px;
    text-align: center;
    color: #b90a0a;
        margin: 10px 10px 30px;

}
.vs_filter-button:hover
{
    font-size: 18px;
    border: 1px solid #b90a0a;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #b90a0a;

}
.vs_filter-button:active
{
    background-color: #b90a0a;
    color: white;
}
 


.vs_gallery_product
{
    margin-bottom: 30px;
}

.vs_gallery_product img{
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
        width: 100%;
    height: 250px;
    object-fit: cover;
}

.vs_modal_div{ 
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #00000045;  
          z-index: 99999;
  }

  .vs_modal_body{
          display: flex;
      align-items: center;
      justify-content: center;
          height: 100%;
    width: 100%;
  }

  span.vs_close_modal {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    font-size: 20px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs_modal_img{
    width: 400px;
    height: auto;
    object-fit: cover;
    background-color: #fff;
}

/*contact_page s*/
.vs_contact{
  background: #9b9797;
}
.vs_from_cont input{

    padding-block: 11px;
    border: 1px solid #ffc107;
}
.vs_address {
    background: #ffffff;
    /*text-align: center;*/
    padding: 30px 30px;
    box-shadow: 0px 0px 10px #b90a0a4a;
}
/*vs_all_logo S*/

.vs_all_logo{
    background-image:linear-gradient(rgb(0 0 0 / 78%), rgb(0 0 0 / 78%)),
     url(../img/all_logo_bg.png);
        background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
}
.vs_all_logo_img{
        background: #b90a0a87;
}
/*vs_all_logo E*/



/*all prodect banner*/
.all_p_banner {
    padding-top: 3rem;
}
.all_p_banner img{
    /*height: 70vh;*/
    width: 100%;
    object-fit: cover;
}
.vs_all_banner_h img{
    height: 50vh;
}
.vs_all_banner_head{
        position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vs_all_banner_head h1{
    color: #fff;
}

/*about_page S*/


.vs_about_page_detalis_1{
        background: white;
    /*position: absolute;*/
    left: 35%;
    top: 35%;
    padding: 30px;
}
.vs_about_page_detalis_2{
    background: white;
    /*position: absolute;*/
    right: 35%;
    top: 35%;
    padding: 30px;
}
.vs_about_page p{
    margin-bottom: 10px;
}
.vs_about_page strong{
        color: #b90a0a;
}
.vs_about_btm{
    padding: 25px 80px;
}
.vs_all_clint_slrd_s{
    background: #b90a0a;
    padding-block: 40px;
}
.vs_all_clint_slrd_s .owl-nav{
    display: none;
}
.vs_all_clint_slrd_s .itme{
        border: 1px solid;
    border-color: white;
}

/*footer S*/
.vs_from input {
    height: 50px;
    background: #edeff3;
    border: 0;
    border-radius: 0;
}



.vs_fot_logo {
    /*width: 200px;*/
    object-fit: cover;
}
.footer_menu li a {
        border: none;
    background: #b90a0a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
footer a:hover{
    color: #b90a0a;
}
.vs_botm_menu a{
    color: #fff;
}
.vs_botm_menu a:hover{
    color:#000;
}
.vs_b_border:after{
           content: '';
    width: 50px;
    height: 2px;
    background: #b90a0a;
    display: block;
    margin-top: 10px;

}
.vs_face:hover{
    color: #1877f2 !important;
}
.vs_twit:hover{
    color: #00b6f1 !important;
}
/*.vs_inst:hover{
    color: #cf3b8f !important;
}*/
.vs_inst:hover .bi-instagram{
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.vs_linked:hover{
    color: #0077b5 !important;
}
/*footer E*/




.vs_start_model_section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #000000c4;
}

.vs_start_model_section.active {
  display: block;
}

.vs_start_model_dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 1.75rem auto;
  min-height: calc(100% - 3.5rem);
}

.vs_start_model_content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 22px 13px;
}

.vs_start_model_close {
  position: absolute;
  right: 0;
  padding: 0px 10px;
  top: 0;
  font-size: 25px;
  box-shadow:
}

.vs_start_model p {
  background-color: #b90a0a;
    text-align: center;
    padding: 6px;
    color: #fff;
}

.vs_start_animate {
  animation: bigtext 1s linear infinite;
  transform: scale(0.9);
}

.vs_start_model h5 {
  background-color: #e91e63;
  padding: 10px;
  text-align: center;
  color: white;
}

@keyframes bigtext {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.form-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/*modal css S*/
