@font-face {
    src: url("../fonts/Montserrat-Bold.ttf");
    font-family: 'Montserrat-Bold';
}
@font-face {
    src: url("../fonts/Lato-Regular.ttf");
    font-family: 'Lato-Regular';
}
.GiveAwayForm{
    background-color: #032458;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;height: 600px;
    padding: 0px 0px 0px;
}
.GiveAwayForm .formDetails{
    width: 841px;
    background: #fff;
    border-radius: 8px;
    padding: 40px 90px;
    margin: 100px auto 50px;
}
.GiveAwayForm .formDetails h4{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.43px;
    color: #1b1b1b;
    text-align: center;
}
.GiveAwayForm .form-control{
    margin-bottom: 20px;
}
.GiveAwayForm .btn-modal-contactus-submit{
    margin-top: 20px !important;
}


@media (min-width: 360px){ 
    .GiveAwayForm .formDetails {
        width: auto;
        background: #fff;
        border-radius: 8px;
        padding: 40px 20px;
        margin: 100px auto 50px;
    }
    .GiveAwayForm .form-control{
        margin-bottom: 20px;
    }
}

/*Support page*/
.supportPage {
    background-color: #eff6ff !important;
}
.supportPage .SupportPageDetails .heading{
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 1.54px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}
.supportPage .SupportPageDetails .content{
    font-size: 16px;
    font-weight: normal;
    line-height: 29px;
    letter-spacing: 0.57px;
    color: #fff;
    font-family: 'Lato-Regular';
}
.supportPage .SupportPageDetails{
    /* background-image: linear-gradient(117deg, #072454 -9%, #022458 45%); */
    background-image: linear-gradient(108deg, #000 -4%, #03202b 58%);
    padding: 20px 0px 0px;
    height: 550px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.supportPage .gettingStarted_Section{
    background-color: #eff6ff;
    padding-bottom: 30px;
}
.supportPage .SupportPageDetails .details{
    margin-bottom: 87px;
}
.supportPage .gettingStarted_Section .getDetails .mainHeading{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.71px;
    color: #000;
}
.supportPage .gettingStarted_Section .getDetails .content{
    line-height: 1.81;
    letter-spacing: 0.57px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.supportPage .gettingStarted_Section .getDetails .learnMore{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #13b3ef;
}
.supportPage .gettingStarted_Section .getDetails{
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 10px;
}
.supportPage .gettingStarted_Section .setting_Details{
    margin-top: -95px;
}
.supportPage .browseByModule_Section{
    background-color: #eff6ff;
    /* padding: 30px 0px 100px;
    margin-top: -20px; */
}
.supportPage .browseByModule_Section .membership_Module .heading{
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 1.15px;
    color: #fff;
    padding: 45px 0px 20px;
    font-family: 'Montserrat-Bold';
}
.supportPage .browseByModule_Section .moduleInfo{
    border-radius: 8px;
    border: solid 1px #f3f3f3;
    background-color: #fff;
    padding: 30px 30px 5px;
    cursor: pointer;
}
.supportPage .browseByModule_Section .moduleInfo .contentHeading{
    font-size: 22px;
    font-weight: bold;
    line-height: 62px;
    letter-spacing: 0.79px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Montserrat-Bold';
}
.supportPage .browseByModule_Section .moduleInfo .img_Bg img{
    width: 140px;
}
.supportPage .browseByModule_Section .onHoverDivOpen{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #13b3ef;
    cursor: pointer;
}
.onHoverDivOpen {
    display: none;
}
    
.moduleInfo:hover .onHoverDivOpen {
    display: block;
}
.supportPage .browseByModule_Section .moduleInfo:hover {
    border-radius: 8px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.24);
    border: solid 3px #3ec9ff;
    background-color: #fff;
}

.mt-15{
    margin-top: 15px !important;
}
.supportPage .browseByModule_Section .membership_Module{
    margin-top: -260px;
    position: relative;
}
.header5 .navbar-inverse .navbar-toggle {
    display: none;
}





@media (min-width: 320px) and (max-width: 479px){
.header5 .welcomeImg{
    margin-top: -37px !important;
}
.supportPage .SupportPageDetails {
    padding: 100px 0px 150px;
}
.mt-15mobi{
    margin-top: 15px !important;
}
}

@media (min-width: 480px ) and (max-width: 767px ){
.header5 .welcomeImg{
    margin-top: -37px !important;
}
.supportPage .SupportPageDetails {
    padding: 100px 0px 150px;
}
.mt-15mobi{
    margin-top: 15px !important;
}
}

@media (min-width: 768px ) and (max-width: 1024px ){
.header5 .welcomeImg{
    margin-top: -37px !important;
}
.supportPage .SupportPageDetails {
    padding: 100px 0px 150px;
}
.mt-15mobi{
    margin-top: 15px !important;
}
}


@media (min-width: 768px){
.navbar {
    border-radius: 0px;
}
}

/*comming soon page*/
.commingSoon_Section{
    background-image: linear-gradient(117deg, #06317a -9%, #022458 45%);
    height: 390px;
}
.commingSoon_Section .commingSoon_Details{
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 60px;
    width: 766px;
    margin: 30px auto 0px;
    position: relative;
}
.commingSoon_Section .commingSoon_Details .mainHeading{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.86px;
    text-align: center;
    color: #000;
}
.commingSoon_Section .commingSoon_Details .info{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.81;
    letter-spacing: 0.57px;
    color: #000;
}
.commingSoon_Section .commingSoon_Details .goBackBtn{
    border-radius: 20px;
    background-image: linear-gradient(96deg, #0fbbec -19%, #2487ff 126%);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 60px;
    color: #fff;
}
.commingSoon_Section .commingSoon_Details .content{
    margin-top: 30px;
}
.blank_Section{
    background-color: #eff6ff;
    height: 140px;
}

@media (min-width: 320px) and (max-width: 479px){
.commingSoon_Section .commingSoon_Details {
    width: unset;
    margin: 85px auto 0px;
}
.blank_Section {
    background-color: #eff6ff;
    height: 225px;
}
}

@media (min-width: 480px ) and (max-width: 767px ){
.commingSoon_Section .commingSoon_Details {
    width: unset;
    margin: 85px auto 0px;
}
.blank_Section {
    background-color: #eff6ff;
    height: 225px;
}
}

@media (min-width: 768px ) and (max-width: 1024px ){
.commingSoon_Section .commingSoon_Details {
    width: unset;
    margin: 85px auto 0px;
}
.blank_Section {
    background-color: #eff6ff;
    height: 225px;
}
}
.backButton a:hover{
    text-decoration: none;
}  