@import "bootstrap-social.less";
.main-div{
    margin-bottom: 50px;
    min-height:400px;
    padding-top: 0px;
}

.guest-wrapper
{
    width:93%;
    min-height:400px;
    margin: 0 auto;
    padding-top:40px;
}

.guest-center-wrapper
{
    width:70%;
    min-height: 300px;
    border: 1px solid rgba(123, 123, 123, 0.23);
    box-shadow: 0pt 2px 5px rgba(168, 168, 168, 0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    margin: 0 auto;
    border-radius: 4px;

}

.guest-center-header
{
    width:90%;
    min-height:20px;
    /*background-color:tan;*/
    margin: 0 auto;
    border-bottom: 1px solid rgba(184, 184, 184, 0.58);
    margin-top: 20px;
}

.guest-wrapper-header h4
{
    padding:10px 0px;
}

.guest-center
{
    width: 90%;
    min-height:50px;
    margin: 0  auto;
    padding-top: 20px;
}
.guest-center-form
{
    width:100%;
    min-height:50px;

}

.red-span
{
    color: rgb(255, 58, 0);
}

/*----------------Primary Address-----------*/

.guest-center-header2
{
    width:90%;
    min-height:20px;
    /*background-color:tan;*/
    margin: 0 auto;
    border-bottom: 1px solid rgba(184, 184, 184, 0.58);
    margin-top: 20px;
}

.guest-center2
{
    width: 90%;
    min-height:50px;
    margin: 0  auto;
    padding-top: 20px;
}
.guest-center-form2
{
    width:100%;
    min-height:50px;

}

/*----------------Secondary Address-----------*/

.guest-center-header3
{
    width:90%;
    min-height:20px;
    /*background-color:tan;*/
    margin: 0 auto;
    border-bottom: 1px solid rgba(184, 184, 184, 0.58);
    margin-top: 20px;
}

.guest-center3
{
    width: 90%;
    min-height:50px;
    margin: 0  auto;
    padding-top: 20px;
}
.guest-center-form3
{
    width:100%;
    min-height:50px;
    margin-bottom: 35px;

}


/*---------Comman Style Sheet-----------------*/

.guest-center-form .col-xs-4 label,
.guest-center-form2 .col-xs-4 label,
.guest-center-form3 .col-xs-4 label
{
    font-size: 13px;
    font-weight: 500;
    color: rgb(126, 126, 120);

}
.guest-center-form2 .col-xs-4,
.guest-center-form3 .col-xs-4
{
    margin-bottom: 10px;
}

.guest-center-wrapper .guest-center-header h4,
.guest-center-wrapper .guest-center-header2 h4,
.guest-center-wrapper .guest-center-header3 h4
{
    font-size: 16px;
    font-family: 'bree serif',serif;
    color:rgb(123,123,119);
}
.guest-center-form .form-control,
.guest-center-form2 .form-control,
.guest-center-form3 .form-control
{
    font-size: 12px;
}

/*------------------------Media Query---------------------------*/
@media screen and (min-width: 980px) and (max-width:1199px) {
    .guest-center-wrapper {
        width: 100%;
    }

}


@media screen and (min-width: 600px) and (max-width:979px) {
    .guest-center-wrapper {
        width: 100%;
    }


}


@media screen and (min-width: 480px) and (max-width:599px) {

    .guest-center-wrapper {
        width: 100%;
    }
    .guest-center-form .col-xs-4,
    .guest-center-form2 .col-xs-4,
    .guest-center-form3 .col-xs-4
    {
        width: 49.333333%;
    }

}

@media screen and (max-width:479px)
{
    .guest-center-wrapper {
        width: 100%;
    }

    .guest-center-form .col-xs-4,
    .guest-center-form2 .col-xs-4,
    .guest-center-form3 .col-xs-4
    {
        width: 100%;
    }
}