.contuc-us {
	background-image: url(../images/contact-banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 122px;
}
.submitform-section {
	background: #0E5FBA;
	padding-top: 270px;
	padding-bottom: 240px;
}
.submitform-content{ 
	color: #fff;
	text-align: center;
}
.submitform-content h1{
	font-size: 50px;
}
.submitform-content p{
	margin-top: 30px;
}
.contuc-us .container{
    max-width: 1745px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .contuc-us-banner .contuc-us-link ul li {
      line-height:35px;
  }
  .contuc-us .contuc-content {
    padding: 142px 0;
  }
.contuc-us .one-half {
    width: 48%;
    margin-right: 4%;
}
.contuc-us .one-half:last-child{
    margin-right: 0 ;
}
.contuc-us .form-div {
	padding: 36px 0 80px 0;
}
.contuc-us .contuc-us-form {
    background: rgba(255,255,255,0.5);
    padding: 80px;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    -webkit-filter: hue-rotate(5deg);
            filter: hue-rotate(5deg);
    border-radius: 142px;
}
.contuc-us .contuc-us-form label {
    font-weight: 700;
    line-height: 40px;
    color: #0E5FBA;
    margin-bottom: 17px;
}
.contuc-us .contuc-us-form .one-half input {
	height: 80px;
	border: none;
	padding-left: 27px;
}

.contuc-us .contuc-us-form textarea {
	border: none;
	resize: none;
	height: 249px;
	padding-left: 27px;
	padding-top: 27px;
}
.contuc-us .contuc-us-form input[type="submit"]{
    width: 325px;
    height: 90px;
    border-radius: 30px;
    border: none;
    background: #64D5FE;
    font-size: 25px;
    line-height: 35px;
    color: #0E5FBA;
    font-family: Gothamrounded-Bold;
    margin-top: 77px;
    background: #64D5FE;
    transition:all .4s linear;
}
.contuc-us .contuc-us-form input[type="submit"]:hover{
    background: #0E5FBA;
    color:#fff;
}
.contuc-us .submit-btn {
	max-width: 325px;
	height: 105px;
	margin-bottom: 62px;
}
.contuc-us .mobile-submit {
    display: none;
}
.contuc-us .contuc-us-link ul li {
    margin-top: 38px;
  }
    .contuc-us .contuc-us-link ul li a{
        text-decoration: underline;
        transition:.4s;
    }
  .contuc-us .contuc-us-link ul li a:hover{
      color: #64d5fe !important;
  }
.contuc-us .contuc-us-link .social-link a {
    font-size: 55px;
    margin:30px 28px 0 0;
    display: inline-block;
    transition: .4s;
    color: #64D5FE;
}
.contuc-us .contuc-us-link .social-link a:hover{
    color: #ffffff !important;
}
/*======================== privacy ===================*/
/*======================== privacy ===================*/
.privacy-section p {
    margin-bottom:0;
}
.privacy-section {
	background: #0E5FBA;
	padding-top: 240px;
	padding-bottom: 120px;
}
.privacy-section a,
.terms-section a {
    font-family: Gothamrounded-Book;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-decoration: underline;
}
.privacy-section p, .terms-section p {
	font-family: Gothamrounded-Book;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.privacy-section h6{
    font-family: Gothamrounded-Book;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
}

.privacy-section h5 {
    font-family: gothamrounded-bold;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.privacy-section li{
    font-family: Gothamrounded-Book;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}


/*======================== terms ===================*/
.terms-section {
	padding-top: 244px;
	background: #0E5FBA;
	padding-bottom: 53px;
}
.terms-section h5 {
    font-family: gothamrounded-bold;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}