/*****Common Styles*****/
body, div, a{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000000;
   }
   
   h1{
       font-family: 'Roboto', sans-serif;
       font-size: 48px;
       margin-bottom: 15px;
       font-weight: 700;
   }
   h2{
       font-family: 'Roboto', sans-serif;
       font-size: 35px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h3{
       font-family: 'Roboto', sans-serif;
       font-size: 26px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h4{
       font-family: 'Roboto', sans-serif;
       font-size: 22px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h5{
       font-family: 'Roboto', sans-serif;
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h6{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}
   a{
       text-decoration: none;
       -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
       transition: all .25s ease-in;
   }
   a:hover{
       text-decoration: none;
       cursor: pointer;
   }
   p{
       margin: 0 0 10px 0;
       font-size: 12px;
   }
   
   .container{
       max-width: 1304px;
       width:100%;
   }
   .text_red{
       color:#ff0024;
   }
   .text_blue{
    color: #1975d0;
   }
   .text_orange {
    color: #ff530d;
  }
  .text_grey{
      color:#777777;
  }
   section{
       padding:60px 0px;
   }
   :root{
    --orange__back:#ff530d;
    --blue__back:#1975d0;
    --green__back:#46a109;
    --red__back:#ff0024;
    --darkgreen__back:#0bba45;
    --gray__back:#e8e8e8;
    --darkgray__back:#747474;


}
.orange__back{
	background-color: var(--orange__back);
}
.blue__back{
    background-color: var(--blue__back);
}
.green__back{
    background-color: var(--green__back);
}
.red__back{
    background-color: var(--red__back);
}
.darkgreen__back{
    background-color: var(--darkgreen__back) ;
    }
.gray__back{
    background-color: var(--gray__back) ;
}
.darkgray__back{
    background-color: var(--darkgray__back);
}


.container{
    max-width: 1304px;
    width:100%;
}

/*************************************Visitor-Registration-Start-CSS********************************************/
/*****Header Css Start*****/
.vitistor_header_main{
    width: 100%;
    height: 400px;
    background-image: url(../images/visitor_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*****Header Css Close*****/
/*************************************Visitor-Registration-Close-CSS********************************************/
.form_main_div{
    width: 100%;
    margin: 40px 0px;
}

.form_second_divs{
    width: 100%;
    background-color: #f6f6f6;
    padding: 40px;
}

.heading_visitors_texts {
    font-size: 36px;
    color: #0069ad;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 26px;
    text-align:center;
}
    .heading_visitors_texts p{
        margin-top:5px;
    }

    .heading_visitors_texts_span {
        font-size: 36px;
        color: #da241c;
        font-weight: 600;
    }

label {
    font-weight: 700;
    font-size: 15px;
    color: #515151;
}

.form_control_lablels {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #959595;
    border-radius: 10px;
    border: 1px solid #959595;
}

.dropdowan_divs{
    width: 100%;
}
.dropdowan_divs_1{
    width: 100%;
}

.dropdowan_divs_2{
    width: 100%;
}


/******************************************************Drop_dowan_close_CSS********************************************/


/******************************************************Drop_dowan_start_CSS********************************************/

.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.select-dropdown {
	position: relative;
	background-color: #fff;
    border-radius: 10px;
    border: 1px solid #959595;
    width: 100%;
}
.select-dropdown select {
	font-size: 15px;
    font-weight: normal;
    width: 100%;
	max-width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #333333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.btn_visitor_div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.register_btn{
    font-size: 18px;
    border: 2px solid #da241c;
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 30px;
    color: #da241c;
}

.register_btn:hover{
    border: 2px solid #da241c;
    color: #da241c;
}

/******************************************************Drop_dowan_close_CSS********************************************/


.btn_divs_registration0{
    width: 100%;
    margin-top: 30px;
}
.register_btn {
    font-size: 18px;
    border: 2px solid #da241c;
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 30px;
    color: #da241c;
    float: right;
}

.register_btn:hover {
    border: 2px solid #da241c;
    color: #da241c;
}
sup{
    color:red;
}

/******************************************************RESPONSIVE CSS********************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width:1326px){
    .container-fluid-header {
        padding: 0px 15px!important;
    }

}


@media screen and (max-width:1170px){
    .container{
        padding:0px 15px !important;
    }
    .container-fluid-header {
        padding: 0px 15px!important;
    }
}

@media screen and (max-width:1052px){

}
@media screen and (max-width:767px){
   
}
@media screen and (max-width:500px){
 
}

@media screen and (max-width: 900px){

}
@media screen and (max-width:360px){
}



