
/* Laptop Screen  */
@media only screen and (min-width: 1171px) and (max-width: 1400px) {



}


/* Desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {



}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*Header Buttons*/
.header-section .btn, .header-search, .header-social {
  margin-right: 50px;
}
.header-search {
  padding-right: 50px;
}


}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
.container {
  width: 450px;
}
.table, .table-cell {
  display: block;
  height: auto;
}
#scrollUp {
  display: none !important;
}
/*Buttons*/
.btn, .btn-sm, .btn-lg {
  font-size: 12px;
  height: 33px;
  padding: 4px 20px;
}
.btn-icon-right {
  padding-right: 53px;
}
.btn-icon-right i {
  right: 20px;
}
.btn-icon-left {
  padding-left: 53px;
}
.btn-icon-left i {
  left: 20px;
}
/*Header*/
.header-logo {
  margin: 19px 0;
  width: 65px;
}
.menu-toggle {
  margin: 25px 0;
}
/*Header Buttons*/
.header-section .btn, .header-social {
  margin: 18px 50px 18px 0;
}
.header-search {
  padding: 18px 50px 18px 0;
}
/*Mobile Menu Toggle*/
a.meanmenu-reveal {
  top: -55px;
}





}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
.container {
  width: 300px;
}





}
@media(max-width: 1200px) {
.co-page-banner-section.section,
.co-page-banner-section.section,
.co-page-banner.text-center.col-xs-12 {
  height: 40vh;
} 

.co-page-banner h1 {
  margin-top: 180px;
}
}

@media(max-width: 480px) {
  .co-hero-section-3.section,
  .co-hero-slider-3.hero-slider,
  .co-hero-slide-item-3{
    height: 100vh;
  }

  .co-hero-slide-content-3 {
    margin-top: 100px;
  }

  .main-menu > ul > li a{
    display: block !important;
    text-align: center;
    padding: 0 0 ;
}

.main-menu > ul {
  margin: 0 auto;
}

.main-menu > ul > li {
  float: none;
}

.header-logo {
        margin: 19px 0;
        width: 250px;
    }

.header-border .float-left {
  float: none !important;
}

.header-border .float-right {
  float: none !important;
  display: block;
  margin: 20px auto;
}

.float-left a {
  display: block;
  margin: 0 auto;
}

.main-menu {
  float: none;
  display: block;
  margin: 0 auto;
}



}


.custom-form-group label a{
  color: #007bff;
}

.custom-form-control{
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 30px;
}


.custom-form-group label{
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
  font-style: italic;
	display: inline-block;
}

.mandatory{
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;

}

.custom-form-group{
	display: flex;
	margin-top: 16px;
}

.custom-form-group input{
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 3px 2px #EEE;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
}


.wrapper{
	padding: 180px 0 80px 0;
}

.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
}

.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: #bef9ee;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #bef9ee;
}
.verification__text {
  margin-bottom: 48px;
  font-size: 2.625em;
  line-height: 130%;
  text-align: center;
  color: #7eb77e;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
  padding: 28px 30px;
  border: none;
  outline: none;
  background-color: #3763ea;
  font-size: 1.25em;
  line-height: 120%;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.verification__btn:hover {
  background-color: #f3525a;
  color: #fff;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
  .verification__text {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .verification__btn {
    min-width: 210px;
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
  .verification__btn {
    min-width: 180px;
    font-size: 1em;
    margin-bottom: 12px;
    padding: 12px;
  }
}
