div.wpcf7 {
	margin: 0;
	padding: 0;
	
}

.pac-container{
z-index: 13000;
}


div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	}

div.wpcf7 .screen-reader-response {
	position: absolute; 
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	
}


div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}


div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}


.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 30%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .2em;
}


span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}
*/
div.wpcf7 .placeheld {
	color: #888;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 date
{
    margin-bottom: 1%;
	border: 1px solid #e0e1e1;
	color: #7d7a7a;
	border-radius: 0.37143rem;
	height: 35px;
	width: 100%;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder,
.wpcf7 input[type="date"]::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 date::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder
{
color: #7d7a7a;
}
.wpcf7 input[type="text"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder,
.wpcf7 input[type="date"]:-moz-placeholder,
.wpcf7 select:-moz-placeholder,
.wpcf7 date:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder
{
color: #7d7a7a;
}
.wpcf7 input[type="text"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder,
.wpcf7 input[type="date"]::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 date::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder
{
color: #7d7a7a;
}
.wpcf7 input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder,
.wpcf7 input[type="date"]:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 date,
.wpcf7 textarea
{
color: #7d7a7a;
}

.wpcf7 textarea {
    margin-bottom: 1%;
	border: 1px solid #e0e1e1;
	color: #7d7a7a;
	border-radius: 0.37143rem;
	height: auto;
	width: 100%;
}

#kno{
margin-top: 15px;
margin-left: 45%;
}
#txt_submit{
font-size: 16px;
font-weight: bold;
}

.col-md-12 div div{
		vertical-align: middle;
}
.col-md-12 div div a{
display: inline-block;
  text-decoration: none;
   margin: 1px 2px;
  padding: 8px 8px;
  font-size: 14px;
/*  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
 */
 }

.col-md-12 div div a{
  border: 1px solid rgba(0,106,245,0.7);
  border-radius: 25px;
  color: rgba(0,106,245,0.7);
  background: rgba(255,255,255,1);
  
}

.col-md-12 div div a:hover {
  border: 1px solid rgba(0,106,245,0.7);
  background-color: rgba(0,106,245,0.7);
  color: #fff;
  
}


div.tab-new-one{
	margin: 0;
	padding: 1%;
	background-color: #f7f7f7;
    border: 5px ridge rgba(19,119,207,0.7);
	border-radius: 0.77143rem;
}

div.tab-new-one1{
	margin: 0;
	padding-left: 4%;
	background-color: #fff;
    border: 0;
	border: 1px solid rgba(59,255,255,1);
	border-radius: 0.77143rem;
}


	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		padding: 4px 2%;
	}
	.col-md-3 input, .col-md-4 input, .col-md-8 input, .col-md-10 input {
		border-color: #b5b5b5;
	}
	.col-md-3 select, .col-md-4 select, .col-md-8 select {
		
	}
	.col-md-3 textarea, .col-md-4 textarea, .col-md-8 textarea, .col-md-9 textarea , .col-md-11 textarea{
		border-color: #b5b5b5;
	}
	.col-md-3 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-4 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-8 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-9 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-10 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-11 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.col-md-12 {
		padding-left: 1%;
	}	

/*	
@media (min-width:600px){.container{width:550px}}	
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:801px){.container{width:790px}}
@media (min-width:1200px){.container{width:1170px}}
.container-fluid{padding-right:0;padding-left:0;margin-right:auto;margin-left:auto;}
*/
.row{margin-right:0;margin-left:0;}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
{position:relative;min-height:1px;padding-right:0;padding-left:0}
@media only screen and (max-width:6048px) and (orientation: landscape)
{
/*.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 */
.col-md-12 div{
		display: inline-block;
		
	}
	.col-md-12 {
		display: block !important;
		width: 100%;
	}
	
	.col-md-3, .col-md-4, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		padding: 4px !important;
	}
.col-md-12{width:100%;}
.col-md-8{width:65.76666667% !important;}
.col-md-4{width:31.33333333% !important;}
.col-md-3{width:23% !important;}
.col-md-9{width:58% !important;}
.col-md-10{width:66.56666667% !important;}
.col-md-11{width:57.66666667% !important;}

}


/*

@media only screen and (max-width:1041px)
{

.col-md-12 div{
		display: inline-block;
		
	}

.col-md-12{width:100%;}
.col-md-11{width:91.66666667%;}
.col-md-10{width:83.33333333%;}
.col-md-9{width:75%;}
.col-md-8{width:64.66666667%;}
.col-md-7{width:58.33333333%;}
.col-md-6{width:50%;}
.col-md-5{width:41.66666667%;}
.col-md-4{width:31.33333333%;}
.col-md-3{width:23%;}
.col-md-2{width:16.66666667%;}
.col-md-1{width:8.33333333%;}
}


}	
*/
/*----------------------------------------------------*/
/*	1.	Between 1041px and 800px
/*----------------------------------------------------*/
@media all and (orientation: portrait) {

	.col-md-12 div{
		display: inline-block;
		
	}
	
	.col-md-12 {
		display: block !important;
		width: 100%;
	}
	
	
	.col-md-3, .col-md-4, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		padding: 4px 3% !important;
	}
	.col-md-3 {
		width: 90% !important;
	}
	.col-md-4 {
		width: 90% !important;
	}
	.col-md-8 {
		width: 90% !important;
	}
	.col-md-9 {
		width: 90% !important;
	}
	.col-md-10 {
		width: 90% !important;
	}
	.col-md-11 {
		width: 90% !important;
	}
	
}

@media all and (orientation: landscape) and (max-device-width : 1024px) {
/*
	.col-md-12 div{
		display: inline-block;
		
	}
	
	.col-md-12 {
		display: block !important;
		width: 100%;
	}
*/	
	
	.col-md-3, .col-md-4, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		padding: 4px 3% !important;
	}
	.col-md-3 {
		width: 90% !important;
	}
	.col-md-4 {
		width: 90% !important;
	}
	.col-md-8 {
		width: 90% !important;
	}
	.col-md-9 {
		width: 90% !important;
	}
	.col-md-10 {
		width: 90% !important;
	}
	.col-md-11 {
		width: 90% !important;
	}
	
	
}
/*
@media only screen and (max-width: 600px) {

    .col-md-12 div{
		display: inline-block;
	}
    .col-md-12 {
		display: block !important;
		width: 90%;
	}
	
	.col-md-8 {
		width: 89% !important;
	}
	.col-md-3, .col-md-4, .col-md-8 {
		padding: 4px 4% !important;
	}
	.col-md-3 {
		width: 89% !important;
	}
	.col-md-4 {
		width: 89% !important;
	}
	
	
}
*/
/*----------------------------------------------------*/
/*	1.	Between 800px and 400px
/*----------------------------------------------------*/
/*
@media only screen and (max-width: 400px) {

	
	.col-md-3, .col-md-4, .col-md-8 {
		width: 70% !important;
	}
		
}	
*/

/*float:left*/
/*
 .col-md-12{width:100%;}
 .col-md-11{width:91.66666667%;}
 .col-md-10{width:83.33333333%;}
 .col-md-9{width:75%;}
 .col-md-8{width:64.666667% !important;}
 .col-md-7{width:58.33333333%;}
 .col-md-6{width:50%;}
 .col-md-5{width:41.66666667%;}
 .col-md-4{width:31.333333% !important;}
 .col-md-3{width:23% !important;}
 .col-md-2{width:16.66666667%;}
 .col-md-1{width:8.33333333%;}
 */
 }

