﻿.margin-b60 {
    margin-bottom: 60px;
}

.signup-h2 {
    margin: auto;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

.signup-h1 h1 {
    font-size: 64px;
    text-align: center;
}

.heading-font-signup h2 {
    font-size: 28px;
    font-family: Moderat-Bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 0.3px;
}

.FACEBOOK-TXT {
    width: 160px;
    height: 23px;
    font-size: 16px;
    font-family: Moderat-bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.8px;
    text-align: center;
    color: #2c0d61 !important;
}

.cp-elements-wrapper {
    padding: 0px;
    padding-left: 10%;
    padding-top: 50px;
}

.btn-rectangle-sm {
    min-width: 100px;
    min-height: 44px;
    border-radius: 2px;
    border: solid 2px #2c0d61;
    background-color: white;
    color: #2c0d61 !important;
    font-family: Moderat-bold;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
}

    .btn-rectangle-sm:hover, .btn-rectangle-sm:focus, .btn-rectangle-sm:active {
        border-radius: 2px;
        border: solid 2px white !important;
        background-color: #2c0d61;
        color: #fff !important;
    }

.fa-facebook-modified {
    background-color: #2c0d61;
    width: 25px;
    height: 25px;
    font-size: 18px;
    padding-top: 6px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.txt-align-right {
    text-align: right;
}

/**
 * Circle Styles
 */

.circle {
    position: relative;
    display: block;
    background-color: transparent;
    color: #222;
    text-align: center;
    width: 160px;
}

    .circle:after {
        display: block;
        padding-bottom: 100%;
        width: 100%;
        height: 0;
        border-radius: 50%;
        border: solid 2px #d5d5d5;
        content: "";
    }

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
    font-size: 16px;
    font-family: Moderat-bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 1.8px;
    text-align: center;
}





.cp-elements-wrapper {
    padding: 0px !important;
}

.cp-wrapper {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.circle-position {
    margin-left: 0px;
    float: left;
}

.circle_v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #D3D3D3;
    height: 160px;
    width: 160px;
    cursor: pointer
}



    .circle_v2:hover {
        background-color: #F4F4F4
    }

.circle_v2_inner {
    text-align: center;
    max-width: 69%;
}

    .circle_v2_inner span {
        font-size: 16px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        /*line-height: 1.63;*/
        letter-spacing: 1.8px;
        text-align: center;
    }

/********media query for mobile mode**/
@media only screen and (min-width:700px)and (max-width:767px) {
    .circle {
        position: relative;
        display: block;
        background-color: transparent;
        color: #222;
        text-align: center;
        width: 160px !important;
    }

    .circle_v2 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 2px solid #D3D3D3;
        height: 130px;
        width: 130px;
        cursor: pointer;
    }

    .margin-center {
        margin: 0 auto;
    }

    .circle_v2_inner span {
        font-size: 14px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        /*line-height: 1.63;*/
        letter-spacing: 1.8px;
        text-align: center;
    }

    .circle_v2_inner {
        text-align: center;
        max-width: 75%;
    }
}

@media only screen and (max-width:768px) {
    .circle_v2_inner {
        text-align: center;
        max-width: 75%;
    }

    .margin-center {
        margin: 0 auto;
    }

    .circle_v2 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 2px solid #D3D3D3;
        height: 130px;
        width: 130px;
        cursor: pointer;
    }

    .circle_v2_inner span {
        font-size: 14px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        /*line-height: 1.63;*/
        letter-spacing: 1.8px;
        text-align: center;
    }

    .heading-font-signup h2 {
        font-size: 22px;
        font-family: Moderat-Bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.36;
        letter-spacing: 0.3px;
    }

    .heading-font-signup h2 {
        font-size: 22px;
        font-family: Moderat-Bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.36;
        letter-spacing: 0.3px;
    }

    .navbar-wrapper .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .signup-h1 h1 {
        font-size: 36px;
        text-align: center;
    }

    .signup-h2 {
        width: 85%;
    }

    .txt-align-right {
        text-align: center;
    }

    .circle {
        position: relative;
        display: block;
        background-color: transparent;
        color: #222;
        text-align: center;
        width: 130px;
    }

    .circle__content {
        font-size: 14px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: 1.6px;
        text-align: center;
    }

    .cp-elements-wrapper {
        padding: 0px !important;
    }

    .footer-txt1 {
        font-size: 12px;
    }

    .footersitemap-container-txt {
        padding-bottom: 5px;
        font-family: MaisonNeue;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: 0px;
        text-align: center;
    }
}
/*******tablet mode***********/
@media only screen and (min-width:768px)and (max-width:992px) {
    .circle {
        position: relative;
        display: block;
        background-color: transparent;
        color: #222;
        text-align: center;
        width: 160px;
    }

    .circle__content {
        font-size: 14px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: 1.6px;
        text-align: center;
    }

    .signup-h1 h1 {
        font-size: 36px;
        text-align: center;
    }

    .circle-position {
        margin-left: 0px;
        float: left;
    }
}
/*******destop screen mode***********/
@media only screen and (min-width:992px)and (max-width:1200px) {
    .circle-position {
        margin-left: 40px;
        float: left;
    }

    .signup-h1 h1 {
        font-size: 64px;
        text-align: center;
    }

    .signup-h2 {
        width: 50%;
    }
}
/*******large screen mode***********/
@media only screen and (min-width:1200px) {
    .circle__content {
        font-size: 16px;
        font-family: Moderat-bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: 1.8px;
        text-align: center;
    }

    .signup-h1 h1 {
        font-size: 64px;
        text-align: center;
    }

    .signup-h2 {
        width: 45%;
    }
}

/*******************responsive tab*********************/
.tab-sm .active {
    font-family: MaisonNeue-Demi;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.1px;
    text-align: left;
}

.panel-default {
    border: solid 0px #2c0d61;
}

.panel-default-top-heading {
    border: solid 1px #2c0d61;
}

.panel-heading {
    border-bottom: 0px !important;
}

.panel-group {
    background-color: white;
}

.tab-selected {
    text-decoration: none;
    cursor: pointer;
    font-family: MaisonNeue-Demi;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: left;
    color: #2c0d61;
    text-transform: uppercase;
}

.panel-default-top-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-family: MaisonNeue-Demi;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: left;
    color: #2c0d61;
    text-transform: uppercase;
}

    .panel-default-top-title > a:active {
        display: block;
        padding: 15px;
        text-decoration: none;
        font-family: MaisonNeue;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.2px;
        text-align: left;
        color: #2c0d61;
        text-transform: uppercase;
    }

.panel-default-top-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
}

.panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
    display: none;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    margin-top: 10px;
    text-decoration: none;
    font-family: MaisonNeue;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: left;
    color: #2c0d61;
    text-transform: uppercase;
}

.panel-default > .panel-heading {
    background-color: rgba(255,255,255,.15);
    border: 0px;
}


/*************************responsive tab*******************************/


.Communication-from-Heading {
    font-family: MaisonNeue-Demi;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.form-group label {
    font-family: MaisonNeue;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
input[type="checkbox"] + label::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-right: 50px;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    margin-top: -26px;
}
input[type="checkbox"].input-validation-error + label::before, input[type="radio"].input-validation-error + label::before {
    border: 2px solid red;
}
input[type="checkbox"].input-validation-error +.field-validation-error, input[type="radio"].input-validation-error + .field-validation-error {
    border: 2px solid red;
}
input + label::after {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #2c0d61;
    border-radius: 4px;
    padding-left: 5px;
    padding-top: 1px;
    font-size: 25px;
    color: #fff;
    background-color: #2c0d61;
    margin-top: -26px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: border: 2px solid #d5d5d5 !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}
[type="radio"] + label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 30px;
    height: 30px;
    left: 5.2px;
    top: 21px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
