    /*Login Form*/

.form-background {
  background: #3d528b8c;;
  width: 420px;
  border-radius: 6px;
  padding: 32px;
  float: right;
  -webkit-box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
}

form {
  text-transform: capitalize;
  font-family: "Lato", "Arial", sans-serif;
  text-align: center;
}

input:last-child {
  margin-bottom: 0;
}
input:focus {
  border-color: #f9e803;
  outline: none;
}

[type="submit"] {
  background: #f9e803;
    border-radius: 30px;
    padding: 13px 30px;
    width: 50%;
    color: #3d528b;
  text-transform: uppercase;
  font-size: .8rem;
  transition: .4s;
  font-family: "Montserrat", "Arial", sans-serif;
  border: none;
  box-shadow: none;
  margin: 0;
  font-size: 15px;
  font-weight: 550;
}
[type="submit"]:hover {
  background: #f9e803;
  cursor: pointer;
  color: #fff;
}

.sign-up-divider {
  font-family: "Montserrat", "Arial", sans-serif;
  text-align: center;
  color: #C4C8D4;
  font-size: .8rem;
  letter-spacing: .5px;
  padding: 24px 0;
}
.sign-up-divider::before {
  content: '';
  display: inline-block;
  width: 27%;
  margin-right: 5%;
  height: 1px;
  background: #DAE2F1;
  vertical-align: middle;
}
.sign-up-divider::after {
  content: '';
  display: inline-block;
  width: 27%;
  margin-left: 5%;
  height: 1px;
  background: #DAE2F1;
  vertical-align: middle;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
      color: #7d93b2;
    font-size: 14px;
    text-transform: uppercase;
}

 .float-check2{
  margin-bottom: 15px !important;
  color: #7d93b2;
  font-size: 14px;
  text-align: left;
 }

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f9e803;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #f9e803;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.h1-con{
    color: #f9e803;
}

.for1{
  width: 22%;
}

.for2{
  width: 30%;
}

.for3{
  width: 23%;
}
.al1{float: left;}
.al2{float: right;}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -147px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: -45px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
      background: #3b5998 !important;
}

.float-tw {
  top: 215px;
  background-color: #25D366 !important;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 270px;
  background-color: #3f729b !important;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */
/*Login Form End*/

@media(max-width: 400px){
    .photo {
    width: 90%;
    -webkit-transform: rotateZ(0deg) !important;
    transform: rotateZ(0deg) !important;
    margin: 59px auto 0 auto;
    float: none;
}
.brd-show-share{
  right: 102px;
    top: 70%;
}

.post-opt-title {
    margin-bottom: 36px !important;}

    .daybut{
  background-color: #f9e803;
    text-align: center;
    border: 3px ridge #3d528b;
    border-radius: 3px;
    padding: 5px;
    color: #4267b2;
    margin-bottom: 5% !important;
}

}

@media only screen and (min-width: 393px) and (max-width: 767px){
    .photo {
    width: 90%;
    -webkit-transform: rotateZ(0deg) !important;
    transform: rotateZ(0deg) !important;
    margin: 59px auto 0 auto;
    float: none;
}
.brd-show-share{
  right: 168px;
    top: 70%;
}

.post-opt-title {
    margin-bottom: 36px !important;}

    .daybut{
  background-color: #f9e803;
    text-align: center;
    border: 3px ridge #3d528b;
    border-radius: 3px;
    padding: 5px;
    color: #4267b2;
    margin-bottom: 5% !important;
}  

}

@media(max-width: 767px){
    .photo {
    width: 90%;
    -webkit-transform: rotateZ(0deg) !important;
    transform: rotateZ(0deg) !important;
    margin: 59px auto 0 auto;
    float: none;
}
    .promo-link {
    position: absolute;
    bottom: 3px;
    left: 79px;
    padding: 16px 55px 16px 70px;
    font-size: 13px;
    font-weight: 400;
    color: #7d93b2;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
    z-index: 10;
    background: #fff;
}
  .form-background {
    background: #3d528b8c;
    width: 100%;
    border-radius: 6px;
    padding: 32px;
    float: right;
    -webkit-box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 15px 88px -37px rgba(0, 0, 0, 0.17);
}
.trav-width1 {
    width: 100%;
    float: none;
    margin-top: 0;
}
.trav-width {
    width: 100%;
    float: none;
    margin-top: 14.5%;
}
.small-container {
    max-width: 100%;
}
.main-header {
    height: 80px;
  }

.for2 {
    width: 32%;
}
.gal {
    padding: 0 !important;
}

}


.btn.dec_btn {
    padding: 15px 55px 15px 25px;
    border-radius: 4px;
    width: 100%;
        background: #3d528b;
        color: #fff;
}