/* reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
button {
    border: none;
}
body {
    line-height: 1;
    transition: all 0.3s ease-out;
    scroll-behavior: smooth;
    transition: all 0.3s ease-in-out;
    }

body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
    a:hover{
        cursor:pointer!important
    }

    blockquote, q {
        quotes: none;
    }

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: inherit;
    border-spacing: 0;
}

.table td,
.table th {
    vertical-align: middle;
}
i {
    font-style: italic;
}

/* ---------------font family----------- */

/* font-weight 300 */
/* font-weight 300 */

  @font-face {
    font-family: "Montserrat-Light";
    src: url("/fonts/Montserrat-Light.ttf");
  }
  .mono-light {
    font-family: "Montserrat-Light";
  }
  /* font-weight 400 */
  @font-face {
    font-family: "Montserrat-Regular";
    src: url("/fonts/Montserrat-Regular.ttf");
  }
  .mono-regular {
    font-family: "Montserrat-Regular";
  }
  
  /* font-weight 500 */
  @font-face {
    font-family: "Montserrat-Medium";
    src: url("/fonts/Montserrat-Medium.ttf");
  }
  .mono-medium {
    font-family: "Montserrat-Medium";
  }
  /* font-weight 600 */
  @font-face {
    font-family: "Montserrat-SemiBold";
    src: url("/fonts/Montserrat-SemiBold.ttf");
  }
  .mono-semibold {
    font-family: "Montserrat-SemiBold";
  }
  /* font-weight 700 */
  @font-face {
    font-family: "Montserrat-Bold";
    src: url("/fonts/Montserrat-Bold.ttf");
  }
  .mono-bold {
    font-family: "Montserrat-Bold";
  }
  
  /* font-weight 800 */
  @font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("/fonts/Montserrat-ExtraBold.ttf");
  }
  .mono-ex-bold {
    font-family: "Montserrat-ExtraBold";
  }
  /* font-weight 900 */
  @font-face {
    font-family: "Montserrat-Black";
    src: url("/fonts/Montserrat-Black.ttf");
  }
  .mono-black {
    font-family: "Montserrat-Black";
  }
  /* font-weight italic*/
  @font-face {
    font-family: "Montserrat-Italic";
    src: url("/fonts/Montserrat-Italic.ttf");
  }
  .mono-italic {
    font-family: "Montserrat-Italic";
  }
  @font-face {
    font-family: "Montserrat-SemiBoldItalic";
    src: url("/fonts/Montserrat-SemiBoldItalic.ttf");
  }
  .mono-SBI {
    font-family: "Montserrat-SemiBoldItalic";
  }
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}
.fw-900{
  font-weight: 900;
}
  .container{
    max-width: 81.5%;
    margin:0 auto;
  }
  .text-underline:hover{
      text-decoration:underline;
  }
/* ------------------font-size--------- */
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12{
  font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
 
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
   
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38{
    font-size: 38px;
   
}
.fs-50{
    font-size: 50px;
   
}
/* -----------line-height---------- */


.lh-14 {
    line-height: 14px;
}
.lh-16 {
    line-height: 16px;
}
.lh-18{
  line-height: 18px;
}
.lh-20{
  line-height: 20px;
}
.lh-22 {
    line-height: 22px;
}
.lh-24{
  line-height: 24px;
}

.lh-26{
    line-height: 26px;
}
.lh-28{
  line-height: 28px;
}
.lh-30{
  line-height: 30px;
}
.lh-44 {
    line-height: 44px;
}
.lh-46{
  line-height: 46px;
}
/* --color css----- */

.text-black{
    color:#292B2C
}
.text-dark{
  color: black !important;
}
.text-gray{
  color: #5A5A5A;
}

.text-gray2 {
    color: #676767
}
.text-gray3 {
    color: #66686A
}
.text-gray4 {
    color: #9B9B9B
}

.text-light-gray{
    color:#BCBCBC

}
.text-dark-blue{
  color:#120CB7
}
.text-yellow-two{
  color:#F6E46D
}
.text-light-brown{
  color:#645B5B
}
.text-blue {
    color: #108DC6!important;
}
.text-black2 {
    color: #070707
}
.text-black3 {
    color: #363636
}
.text-theme-mute {
    color: #b5b5b5 !important;
}
.text-red {
    color: #FF0000;
}
.text-red2 {
    color: #B70606;
}
.text-blue2 {
    color: #0E1E2F
}
.bg-sky {
    background: #def1f9;
    border-radius: 10px 10px 0px 0px;
}
.bg-theme-primary {
    background: #008dd0;
}
.cur-pointer{
    cursor:pointer
}
.fw-500 {
    font-weight: 500
}
.fw-600{
    font-weight:600
}
/*  header css */
.header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 13px 0px
}
    .header.certificate {
        padding: 24px 0px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
    }
    .form-left {
        padding-top: 62px;
    }


.pl-30{
  padding-left: 30px;
}
.pr-30{
  padding-right: 30px; 
}
.mandatory{
    position:relative;
}
    .mandatory::after {
        content: '*';
        position: absolute;
        color: #F60000;
        right:-8px;
        top:0;

    }

.form-control.bg-gray {
    background-color: #EEEEEE
}
.form-control:focus {
    box-shadow: none;
    border-color: inherit
}



