/* Contact Us */
.add_cot {
	padding: 0px;
	margin: 0px;
}

.address_info {
	padding: 0px;
	margin: 0px;
}

.address_info li {
	padding: 0px 0px 15px;
	margin: 0px;
	display: table;
	width: 100%;
}

.address_info li .address_icon {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 10%;
	text-align: center;
}

.address_info li .address_details {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 90%;
}

.address_info li .address_details p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #000;
}

.captcha-refresh {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.captcha-refresh i {
	font-size: 26px;
}

#image_captcha {
  float: left;
  margin-bottom: 15px;
}

.captcha-refresh-animate {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (min-width:280px) and (max-width:767px) {
	.add_cot {
		padding: 15px 0px 0px !important;
		margin: 0px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.add_cot {
		padding: 15px 0px 0px !important;
		margin: 0px;
	}
}


.contact_loder
{
position: fixed;
overflow-y: hidden;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999999;
}
.sk-folding-cube {
  margin:20% auto 0px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
		  
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
.input-text
{
  padding: 0px;
  margin: 0px 0px 20px 0px !important;
}
.submit-btn-contact
{
  padding: 0px;
  margin:15px 0px 0px 12px !important;
}