.contact-title-left h4 {
    font-size: 28px;
    letter-spacing: 0.02em;
    color: #2f3241;
    font-family: 'Poppins-Bold';
}
.contact-title-left ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 25px;
}
.contact-title-left ul li {
    display: flex;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.contact-title-left ul li span {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Poppins-medium';
    width: auto;
}
.contact-title-left ul li span img {
    width: 15px;
}
.contact-title-left ul li p {
    display: flex;
}
.contact-title-left ul li p a {
    text-decoration: none;
    color: #0f4a66 !important;
    margin: auto 10px;
    font-size: 15px;
}
.contact-title-left ul li p a span {
  text-transform: unset;
  letter-spacing: unset;
  color: #000;
  font-size: 14px;
}
.contact-title-right h4 {
    font-size: 28px;
    letter-spacing: 0.02em;
    color: #2f3241;
    font-family: 'Poppins-Bold';
}
.contact-title-right ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 25px;
    display: flex;
    justify-content: end;
}
.contact-title-right ul li {
    margin-left: 30px;
}
.contact-title-right ul li a {
    position: relative;
}
.contact-title-right ul li a img {
    /* width: 18px; */
    height: 20px;
    position: relative;
    z-index: 11;
}
.contact-title-right ul li a:after {
    content: '';
    position: absolute;
    /* -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50px;
    left: -8px;
    top: -7px;
}
.contact-title-right ul li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.innerbanner_section img.banner-icon {
  margin-left: 30% !important;
}


/*******form*******/
.login {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 40px;
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 7px;
}
.login .title-img {
    width: 55px;
    margin: auto auto 10px;
}
.title-img-sign {
    width: 45px;
    margin: auto auto 10px;
}
.title-img-pay {
    width: 37px;
    margin: auto auto 10px;
}

    .login > p, .login > h5, .social-login > h5 {
        color: #333333;
        text-align: center;
    }

    .login > h5, .social-login > h5 {
        font-weight: 500;
        font-size: 24px;
        font-family: 'Poppins-medium';
        margin-bottom: 3px;
    }

.social-login > h5 {
    margin: 10px 0 10px;
}

.login > p {
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'roboto-medium'; */
    letter-spacing: 0.02em;
}

.login-input {
    width: 90%;
    margin: 0 auto;
}

    .error {
    font-size: 12px;
    
    color: #f00;
}

.login-input .input {
    margin-bottom: 15px;
    text-align: left;
}
.login-input .input a {
    color: #49525f;
    text-decoration: none !important;
}
.login-input .btn_1 {
    font-family: 'Poppins-medium';
    letter-spacing: 0.02em;
}
    .input > .input-field {
        width: 100%;
        min-height: 41px;
        color: #333333;
        font-size: 14px;
        padding-left: 10px;
        border: #dbdbdb solid 1px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #646464;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #646464;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #646464;
    opacity: 1;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #646464;
    opacity: 1;
    font-size: 14px;
}

.loginbtn {
    background-color: #f95317;
    border: none;
    color: #ffffff;
    padding: 8px 28px;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 20px;
    transition: 0.8s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

    .loginbtn:hover {
        background-color: #484747;
        transition: 0.8s;
        cursor: pointer;
    }

.or {
    position: relative;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

    .or:before, .or:after {
        content: "";
        width: 46%;
        height: 1px;
        border-bottom: 1px solid #646464;
        position: absolute;
        top: 18px;
    }

    .or:before {
        left: 0;
    }

    .or:after {
        right: 0;
    }

    .or > p {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding-top: 8px;
        font-family: 'Poppins-medium';
    }


.textarea {
    width: 100%;
    min-height: 100px;
    color: #333333;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
    border: #dbdbdb solid 1px;
    resize: none;
    float: left;
    padding-top: 10px;
}
.social-login > h5 > a {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.01em;
    text-decoration: none !important;
}
  .social-login > h5 > a img {
    width: 22px;
    margin-top: -2px;
  }
.input textarea {
    padding-top: 10px;
}
input:focus {
    outline: none !important;
  }

  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: 1px 1px 3px #eee;
}

  @media (max-width: 600px) {
    .login {
        padding: 20px 10px;
    }
    .contact-title-left h4, .contact-title-right h4 {
        font-size: 22px;
    }
    .contact-title-left ul li p a {
        font-size: 14px;display: block;
    }
    .contact-title-left ul li {
      margin-top: 12px;
    }
  }

  /************POPUP***************/
.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	/* background: #fff; */
	border-radius: 10px;
	/* width: 30%; */
	position: relative;
    top: 100px;
    background: linear-gradient( rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.75)100%), url(../images/popup-bg.jpg);
    background-size: cover;
    background-position: bottom;
}
.popup .closePopup {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #000000b8;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    text-decoration: none !important;
}
.popup .closePopup:hover {
  	color: #000;
    background: #efc879;
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
    letter-spacing: 0.01em;
    font-family: 'Poppins-medium';
}
.popup .content h4 {
    font-size: 18px;
    margin: auto;
    letter-spacing: 0.02em;
    font-family: 'Poppins-Medium';
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.popup .btn_1 {
    padding: 8px 20px;
}
.popup img {
    width: 15%;
    opacity: 0.7;
    margin-bottom: 3%;    
}


/********** Bubbles ************/
.bubble{
    position: absolute;
    top: 53%;
    border-radius: 50%;
    border: 1px solid rgba(11, 11, 11, 0.15);
  }
  .small{
    width: 10px;
    height: 10px;
    left: 50%;
    animation: flow-s 2s linear infinite;
  }
  .small-l{
    width: 10px;
    height: 10px;
    left: 43%;
    animation: flow-s-l 0.9s linear infinite;
  }
  .s-medium{
    width: 20px;
    height: 20px;
    left: 43%;
    animation: flow-s 1.3s linear infinite;
  }
  .medium{
    width: 25px;
    height: 25px;
    left: 45%;
    animation: flow-m 0.8s linear infinite;
  }
  .large{
    width:5px;
    height: 5px;
    left: 57%;
    animation: flow-l 0.7s linear infinite;
  }
  
  @keyframes flow-l {
    0% {
      top: 53%;
      left: 57%;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 57.5%;
      opacity: 1;
    }
    50%{
      left: 58%;
      opacity: 1;
    }
    75%{
      left: 57.5%;
      opacity: 1;
    }
    100% {
      top: 32%;
      left: 57%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s {
    0% {
      top: 53%;
      left: 50%;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 51%;
      opacity: 1;
    }
    50%{
      top: 45%;
      left: 52%;
      opacity: 1;
    }
    75%{
      top: 41%;
      left: 51%;
      opacity: 1;
    }
    100% {
      top: 37%;
      left: 50%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s-m {
    0% {
      top: 53%;
      left: 43%;;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 42.5%;
      opacity: 1;
    }
    50%{
      top: 45%;
      left: 42%;
      opacity: 1;
    }
    75%{
      top: 41%;
      left: 42.5%;
      opacity: 1;
    }
    100% {
      top: 37%;
      left: 43%;
      opacity: 0;
    }
  }
  
  @keyframes flow-m {
    0% {
      top: 53%;
      left: 45%;;
      opacity:0;
    }
    25%{
      top: 48%;
      left: 44.5%;
      opacity: 1;
    }
    50%{
      top: 43%;
      left: 44%;
      opacity: 1;
    }
    75%{
      top: 38%;
      left: 44.5%;
      opacity: 1;
    }
    100% {
      top: 33%;
      left: 45%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s-l {
    0% {
      top: 53%;
      left: 43%;;
      opacity:0;
    }
    25%{
      top: 48%;
      left: 43.5%;
      opacity: 1;
    }
    50%{
      top: 43%;
      left: 44%;
      opacity: 1;
    }
    75%{
      top: 38%;
      left: 43.5%;
      opacity: 1;
    }
    100% {
      top: 33%;
      left: 43%;
      opacity: 0;
    }
  }
  
  
  @media (max-width: 600px) {
    .contact-title-left ul {
      margin-top: 15px;
      margin-bottom: 0px;
    }
    .contact-title-left ul li p {
      margin-bottom: 0px;
      font-size: 0px;display: block;
    }
    .contact-title-right {
      align-self: center;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .contact-title-right ul {
      margin-right: 15px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .contact-title-right ul {
      margin-right: 15px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-title-right ul {
      margin-right: 15px;
    }
  }

  @media (max-width: 992px) {
    .contact-title-left ul {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }