/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
:root {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'kohinoor_devanagarimedium';
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-weight: 500;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  margin-bottom: 16px;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}

html,
body {
  font-family: 'kohinoor_devanagaribook';
  font-weight: 500;
  overflow-x: hidden;
}

.container {

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#cssmenu,
#cssmenu ul.menu,
#cssmenu ul.menu li,
#cssmenu ul.menu li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {}

#cssmenu ul>li {
  float: left;
  position: relative;
  outline: none;
  box-shadow: none;
  border: 0px;
}

#cssmenu ul>li>a {
  /*padding: 160px 23px 13px 14px;*/
  padding: 160px 12px 13px 12px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  font-weight: 400;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  background: url(../images/menu_hover.jpg) left top no-repeat;
  background-position: 0 -200px;
  font-family: 'kohinoor_devanagaridemi';
}

#cssmenu {
  margin-right: 0;
  float: right;
  padding-top: 0px;
  padding-bottom: 0px;
}

#cssmenu ul>li:hover>a,
#cssmenu ul li.active a {
  color: #fff;
  background-position: 0 0;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}

#cssmenu ul li.active li a {
  color: #fff;
}

#cssmenu ul li.active li a:hover {
  color: #7fc0ac;
}

#cssmenu ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  border-right: 3px solid transparant;



}


#cssmenu ul>li.has-sub>a {
  padding-right: 30px;
}

#cssmenu ul>li.has-sub>a:focus-visible {
  outline: none;
  border: 0px;
  box-shadow: none;
}

#cssmenu ul>li.has-sub>a:after {
  position: absolute;
  bottom: 18px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}

#cssmenu ul>li.has-sub>a:before {
  position: absolute;
  bottom: 15px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul>li.has-sub:hover>a:before {
  bottom: 23px;
  height: 0;
}

#cssmenu ul ul {
  background: transparent;
  border-radius: 0px;
  /*position: absolute;
  left: -9999px */
  ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#cssmenu ul ul>li {
  /*  height: 0; */
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #36b750;
  transition: all .25s ease;
}

#cssmenu ul ul>li:hover {
  background-color: #38cc56;
}

#cssmenu li:hover>ul {
  left: auto;
  padding: 0;
}

#cssmenu li:hover>ul>li {
  height: 35px
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul>li>a {
  border-bottom: 1px solid #30a247;
  padding: 11px 15px;
  width: 180px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: none;
}

#cssmenu ul ul>li:last-child>a,
#cssmenu ul ul>li.last-item>a {
  border-bottom: 0
}

#cssmenu ul ul>li:hover>a,
#cssmenu ul ul>li a:hover {
  color: #fff
}

#cssmenu ul ul>li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu ul ul>li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu ul>li.has-sub>ul>li.active>a,
#cssmenu ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333
}












@media screen and (max-width:767px) {
  /* 
  #cssmenu ul {
    position: fixed;
    z-index: 999999;
    left: 0px;
    right: 0px;
    top: 57px;
    padding: 15px 0;
    background: #f6f6f6;
    width: 100%;
  } */

  #cssmenu {
    width: 100%
  }

  #cssmenu ul {
    width: 100%;
    /* display: none */
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #eaeaea;
  }

  #cssmenu ul li:hover {
    background: #363636;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }

  #cssmenu ul>li {
    float: none
  }

  #cssmenu ul ul li a {
    padding-left: 25px
  }

  #cssmenu ul ul li {
    background: #333 !important;
  }

  #cssmenu ul ul li:hover {
    background: #363636 !important
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px
  }

  #cssmenu ul ul li a {
    color: #ddd;
    background: none
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #fff
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    /*   position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0px;
    top: 0px; */
  }

  #cssmenu ul>li.has-sub>a:after,
  #cssmenu ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }

  .button {
    width: 65px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 26px;
    right: 23px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 23px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 26px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #83c4b0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .button.menu-opened:before {
    top: 26px;
    background: #83c4b0;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #e4e4e4;
    height: 35px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }

  #cssmenu ul ul ul li.active a {
    border-left: none
  }

  #cssmenu ul>li.has-sub>ul>li.active>a,
  #cssmenu ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }
}

#cssmenu ul ul>li {
  background: #00000038;
}

#cssmenu ul ul>li a {
  border-bottom: 1px solid #3c434a;
}

.container_header {
  position: absolute;
  z-index: 999;
  left: 0px;
  width: 100%;
  top: 0px;
}

.banner_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_section img {
  width: 100%;
}

.logo {
  padding-top: 42px;
}

.footer {
  background: #c2002f;
  font-size: 12px;
  padding: 15px 15px;
}


.footer .f1 {
  color: #6a001a;
  text-shadow: 1px 1px 0px #e30037;
}

.footer .f1 img {
  float: left;
  margin-right: 10px;
}

.footer .f1 span {
  padding: 10px 0 3px 0;
  float: left;
}

.footer .f2 ul {
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.footer .f2 ul li {
  list-style: none;
  float: none;
  display: inline-block;
}

.footer .f2 ul li a {
  color: #fff;
  padding: 8px 0px 10px 10px;
  text-transform: uppercase;
  display: block;
}

.footer .f2 ul li a:hover {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}

.wel_cntnt {
  padding: 0px;
  position: relative;
  z-index: 99;
}

.wel.inr {}

.wel.inr h1 {
  position: absolute;
  bottom: 100%;
  font-weight: 800;
  text-transform: uppercase;
  color: #fb0303;
  padding: 10px;
  border: 1px solid #fb0303;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 34px;
  color: #fff;
  font-family: 'kohinoor_devanagaribold';
}

.qtnnInptz {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
}

.qtnnInptz input {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaribook';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #6E6E6E;
  padding: 14px 20px;
  width: 320px;
}

.qtnnInptz .qtnnInptz_btn {
  color: #FFF;
  font-family: 'kohinoor_devanagaridemi';
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  border-radius: 10px;
  background: #333;
  border: 1px solid #333;
  padding: 14px 20px;
  box-shadow: none;
  outline: none;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.qtnnInptz .qtnnInptz_btn:hover {
  background: #ffffff;
  color: #333;
}

.payNow_block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #6E6E6E;
  width: 480px;
}

.payNow_block h5 {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -20px;
  left: 30px;
}

.payNow_block p {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
}

.payNow_block_btn {
  color: #FFF;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: #333;
  border: 1px solid #333;
  padding: 16px 40px;
  margin-left: auto;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.payNow_block_btn:hover {
  background: #ffffff;
  color: #333;
}

.billing_form {
  width: 100%;
  max-width: 550px;
}

.billing_form h4 {
  color: #000;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}

.billing_form .form-control {
  border-radius: 5px;
  border: 1px solid #969696;
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 25px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.billing_form .form-control:hover,
.billing_form .form-control:focus {
  border: 1px solid #969696;
}

.billing_form_btn {
  color: #FFF;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background: #252525;
  border: 0px;
  padding: 12px 40px;
}


.select_block .select2-container {
  height: 44px;
}

.select_block .select2-container--default .select2-selection--single {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075px;
  padding: 0px 17px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #969696;
  background: #ffffff;
  /*DropShadow/sm*/
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.select_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  height: 44px;
}


.select_block .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.select_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.select2-container--default .dropperDown .select2-search--dropdown .select2-search__field {
  color: #7B7B7B;
  font-family: 'kohinoor_devanagaridemi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.select2-container--default .dropperDown .select2-search--dropdown .select2-search__field:focus-visible {
  box-shadow: none;
  outline: none;
}

.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}