@charset "utf-8";

#wrap {
    float: left;
    width: 100%;
    overflow-x: hidden;
    background: url("../images/bg.jpg") center top no-repeat;
    background-size: cover;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/

#header_wrap {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1000
}

.header_box {
    margin: 0px auto;
    width: 1300px;
    position: relative;
}

.gnb_wrap {
    float: left;
    width: 100%;
    height: 63px;
    background: url("../images/bg_gnb.png") center top no-repeat;
    position: relative;
    z-index: 1;
}

.gnb {
    float: left;
    width: 100%;
    text-align: center;
}

.gnb ul li {
    display: inline-block;
    line-height: 54px;
    margin: 0 20px 0 20px;
    padding: 10px 0;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.logo img{
  width: 250px;
}

.login_wrap {
    float: left;
    width: 398px;
    height: 401px;
    background: url("../images/bg_login.png") center top no-repeat;
    position: absolute;
    right: -110px;
    top: 130px;
}
.login_wrap2 {
    float: left;
    width: 398px;
    height: 401px;
    background: url("../images/bg_login2.png") center top no-repeat;
    position: absolute;
    right: -110px;
    top: 130px;
}
.login {
    float: left;
    width: 203px;
    margin: 141px 0 0 98px;
}
.login2 {
    float: left;
    width: 203px;
    margin: 0px 0 0 98px;
}
.login2 ul li {
    line-height: 30px;
    margin: 0 0 5px 0;
    font-family: 'nanumgothic', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #e0d0b5;
    letter-spacing: -1px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.login ul li {
    line-height: 30px;
    margin: 0 0 5px 0;
    font-family: 'nanumgothic', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #e0d0b5;
    letter-spacing: -1px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.input_login {
    background-color: #251300;
    border: 1px solid #251300;
    padding: 4px 0 4px 10px;
    width: 203px;
    height: 39px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}

.notice_wrap {
    float: left;
    width: 100%;
    height: 51px;
    background: url("../images/bg_notice.jpg") center top no-repeat;
}

.notice_box {
    margin: 0px auto;
    width: 1300px;
}

.notice {
    float: left;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-family: 'nanumsquare', sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
}

.title1 {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'nanumsquare', sans-serif;
    padding: 0 0 0 15px;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffd100;
    margin: 10px 0 0 0;
}

.title2 {
    padding: 0 0 5px 0;
    font-weight: 700;
    font-size: 18px;
    color: #e5a30b;
    font-weight: 600;
    font-family: 'nanumgothic', sans-serif;
    letter-spacing: -1px;
}

/*-------------------------------------------------------------------------------------*
 *  Contents                                                                           *
 *-------------------------------------------------------------------------------------*/

#contents_wrap {
    float: left;
    width: 100%;
    min-height: 500px;
    margin: 20px 0 40px 0;
}

.contents_box {
    margin: 0px auto;
    width: 1300px;
}

.con_box00 {
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
}

.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

/*-------------------------------------------------------------------------------------*
 *  Footer                                                                             *
 *-------------------------------------------------------------------------------------*/

.footer_wrap {
    float: left;
    width: 100%;
    text-align: center;
    background: #d8e7ee;
    padding: 30px 0 30px 0;
}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                               *
 *-------------------------------------------------------------------------------------*/

.main_best_wrap {
    float: left;
    width: 100%;
    background: #d8e7ee;
    padding: 0 0 40px 0;
}

.main_best_box {
    margin: 0px auto;
    width: 1300px;
    min-height: 700px;
    background: url("../images/bg_best.jpg") center top no-repeat;
}

.main_best_title {
    float: left;
    width: 100%;
    margin: 44px 0 30px 0;
}

.all_title_wrap {
    float: left;
    width: 100%;
    height: 100px;
    background: linear-gradient(#096cb8 0%, #083370 100%);
}

.all_title_box {
    margin: 0px auto;
    width: 1300px;
}

.all_title {
    float: left;
    width: 100%;
    line-height: 100px;
    padding: 23px;
}

.all_title_jackpot {
    float: right;
    position: relative;
}

.all_wrap {
    float: left;
    width: 100%;
    margin: 40px 0 50px 0;
}

.all_box {
    margin: 0px auto;
    width: 1300px;
}

.customer_wrap {
    float: left;
    width: 100%;
    height: 440px;
    background: url("../images/bg_customer.jpg") center top no-repeat;
}

.customer_box {
    margin: 0px auto;
    width: 1300px;
}

.customer {
    float: left;
    width: 450px;
    margin: 130px 0 0 0;
}

.customer_sns {
    float: left;
    font-family: 'nanumsquare', sans-serif;
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #ffffff;
    margin: 72px 0 0 0
}

.customer_sns ul li {
    margin: 0 0 28px 0;
}

/*-------------------------------------------------------------------------------------*
 *  팝업, 탭 (sk_tab)                                                                  *
 *-------------------------------------------------------------------------------------*/

.popup_none {
    display: none;
}

.popup_wrap {
    width: 1300px;
}

.close_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
}

.popupbox {
    width: 100%;
    float: left;
    background: #003c7b;
    min-height: calc(100vh - 78px);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.5);
}

.popup_tab_wrap {
    width: 100%;
}

.popup_tab {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.popup_tab li {
    float: left;
    min-width: 120px;
    border-right: solid 1px rgba(255, 255, 255, 0.05);
}

.popup_tab li span {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'nanumgothic', sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.popup_tab li span:hover {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'nanumgothic', sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

/* 입금신청, 출금신청, 머니이동, 쿠폰신청, 콤프신청, 이벤트, 공지사항 */

.sk_tab_active_01 span {
    color: #000000;
    background: linear-gradient(to right, #ffd100 0%, #ffff09 50%, #ffd100 100%);
}

.sk_tab_con_01 {
    display: block;
    clear: both;
}

.sk_tab_hidden_01 {
    display: none;
}

/* 마이페이지, 정보수정, 입금/출금내역, 지인친구목록, 출석체크목록, 머니이동목록, 쪽지함 */

.sk_tab_active_02 span {
    color: #000000;
    background: linear-gradient(to right, #ffd100 0%, #ffff09 50%, #ffd100 100%);
}

.sk_tab_con_02 {
    display: block;
    clear: both;
}

.sk_tab_hidden_02 {
    display: none;
}

/* 게임이용방법 */

.sk_tab_active_04 span {
    color: #000000;
    background: linear-gradient(to right, #ffd100 0%, #ffff09 50%, #ffd100 100%);
}

.sk_tab_con_04 {
    display: block;
    clear: both;
}

.sk_tab_hidden_04 {
    display: none;
}

/* 카지노보유머니, 슬롯보유머니 */

.sk_tab_active_00 span {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(#00dad2 0%, #0098b9 100%);
}

.sk_tab_con_00 {
    display: block;
    clear: both;
}

.sk_tab_hidden_00 {
    display: none
}

/* 슬롯 세부리스트 */

.slot_list {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    color: #fff
}

.slot_list table tr td {
    color: #ffffff
}

.slot_list table tr td table tr td {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.slot_list table tr td table tr td:nth-child(2),
.slot_list table tr td table tr td:nth-child(4),
.slot_list table tr td table tr td:nth-child(6),
.slot_list table tr td table tr td:nth-child(8),
.slot_list table tr td table tr td:nth-child(10),
.slot_list table tr td table tr td:nth-child(12),
.slot_list table tr td table tr td:nth-child(14) {
    background: none
}

.slot_list table tr td table tr td:hover {
    background: rgba(255, 255, 255, 0.1);
}

.slot_list table tr td table tr td:nth-child(2):hover,
.slot_list table tr td table tr td:nth-child(4):hover,
.slot_list table tr td table tr td:nth-child(6):hover,
.slot_list table tr td table tr td:nth-child(8):hover,
.slot_list table tr td table tr td:nth-child(10):hover,
.slot_list table tr td table tr td:nth-child(12):hover,
.slot_list table tr td table tr td:nth-child(14):hover {
    background: none
}

/* 게임리스트 리스트 */

.game_tit {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.game_list_wrap {
    float: left;
    width: 1300px;
}

.game_list_wrap ul li {
    float: left;
    margin: 0 10px 20px 0;
    position: relative;
}

.game_list_wrap ul li img {
    display: inline-block;
    cursor: pointer;
}

/* 점검중 */

.check {
    float: left;
    width: 297px;
    height: 150px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #555555;
    position: absolute;
    z-index: 10000;
    text-align: center;
    font-family: 'nanumgothic', sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
    padding: 25px 0 0 0;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}

/*-------------------------------------------------------------------------------------*
 *  박스스타일                                                                         *
 *-------------------------------------------------------------------------------------*/

/* 콤프신청, 머니이동, 출석체크수*/

.box_wrap01 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 4px;
    float: left;
    width: 100%;
}

.box_box01 {
    background: rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
}

.box_font01 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    color: #dddddd;
    padding: 0 0 0 0;
    font-size: 18px;
    letter-spacing: -1px;
    font-family: 'nanumsquare', sans-serif;
}

.box_font02 {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 0 0 3px 0;
    color: #ffc000;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 900;
    font-family: Arial, sans-serif;
    letter-spacing: -1pt;
}

/* 카지노 로고박스, 마이페이지 카지노 로고 박스 */

.box_wrap02 {
    background: #112f4a;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
    width: 19.79%;
    cursor: pointer;
    display: inline-block;
}

.box_wrap02:hover {
    background: #ffd100;
}

.box_wrap02_on {
    background: rgba(0, 0, 0, 0.9);
    border: solid 1px #ffd100;
    padding: 5px;
}

.box_box02 {
    background: #112f4a;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    text-align: center;
}

.box02 {
    float: left;
    width: 100%;
    line-height: 34px;
    font-weight: 600;
    color: #dddddd;
    padding: 0 0 0 0;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: 'nanumgothic', sans-serif;
}

.box022 {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 0 0 3px 0;
    color: #ffffff;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 900;
    font-family: 'nanumgothic', sans-serif;
    letter-spacing: 0pt;
}

/* 머니이동 */

.box_wrap03 {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 6px;
    float: left;
    width: 100%;
}

.box_box03 {
    background: rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    text-align: center;
}

.box03 {
    float: left;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
    color: #dddddd;
    padding: 0 0 0 0;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: 'nanumgothic', sans-serif;
}

.money {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.money li {
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: 'nanumgothic', sans-serif;
}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/

/* 외부로그인 */

.out_login_wrap {
    float: left;
    width: 100%;
    height: 100vh;
    background: url("../images/bg_login.jpg") center top no-repeat;
    background-size: cover;
    padding: 180px 0 0 0
}

.out_login_box_wrap {
    width: 360px;
    margin: 0px auto;
}

.out_login_tit {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.out_login {
    width: 100%;
    float: left;
    margin: 50px 0 50px 0;
}

.out_login_table {
    width: 100%
}

.out_login_td1 {
    width: 100%;
    padding: 0 0 5px 0
}

.out_login_td2 {
    width: 100%;
    padding: 0 0 10px 0
}

.out_login_td3 {
    width: 100%;
    padding: 0 0 10px 0
}

.out_login_btn1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #e7d2b3;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: center;
    display: inline-block;
    background: linear-gradient( #7f614a 0%, #432e20 100%);
    font-family: nanumgothic;
}

.out_login_btn1:hover {
    background: linear-gradient(#937258 0%, #543928 100%);
}

.out_input_login {
    background-color: #222222;
    border: 1px solid #000000;
    width: 100%;
    height: 50px;
    color: #c7ae89;
    border-radius: 3px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-family: 'nanumgothic', sans-serif;
}

/* 공지팝업 */

.notice_popup1 {
    position: absolute;
    z-index: 1000000000;
    top: 150px;
    left: 350px;
}

.notice_popup2 {
    position: absolute;
    z-index: 1000000000;
    top: 150px;
    left: 920px;
}

.notice_popup_wrap {
    float: left;
    width: 550px;
}

.notice_popup_btn_wrap {
    float: right;
}

.notice_popup_btn_wrap ul li {
    float: left;
    margin: 0 0 0 5px;
}

.notice_popup_btn {
    float: right;
    background: #ffd100;
    min-width: 60px;
    height: 36px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.notice_popup_box {
    float: left;
    width: 550px;
    height: 550px;
    background: #000000;
    border: 5px solid #ffd100;
    background: url("../images/bg_login.jpg") center top no-repeat;
    background-size: cover;
}

.notice_popup_text {
    float: left;
    width: 100%;
    padding: 30px;
}

.notice_popup_font1 {
    float: left;
    width: 100%;
    font-family: 'nanumsquare', sans-serif;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
}

.notice_popup_font2 {
    float: left;
    width: 100%;
    font-family: 'nanumgothic', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #d4d4d4;
    line-height: 28px;
}

/* 로딩중 */

.loding_wrap {
    float: left;
    width: 1100px;
    height: 760px;
    background: url("../images/bg_loding.jpg") center top no-repeat;
}

.loding {
    float: left;
    width: 100%;
    line-height: 40px;
    font-family: 'nanumsquare', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    margin: 240px 0 0 0;
    text-align: center;
}

/* 슬롯로딩 */

.slot_loding_wrap {
    float: left;
    width: 100%;
    height: 100vh;
    background: url("../images/bg_loding.jpg") center top no-repeat;
    background-size: cover;
}

.slot_loding {
    float: left;
    width: 100%;
    line-height: 40px;
    font-family: 'nanumsquare', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    margin: 150px 0 0 0;
    text-align: center;
}

/* 룰렛이벤트 */

.roulette_wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
}

.roulette_box {
    margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
}

.roulette_pin {
    width: 50px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 268px;
}



/* Jackpot */

.jackpotNum {
  overflow: hidden;
  top: 0;
  width: 400px;
  right: 0;
  text-align: right;
  padding-right: 10px;
  position: absolute;
}

.jackpotNum h1, .jackpotNum h1 * {
  font-family: 'lato', sans-serif !important;
  Font-size: 42px;
  margin: 0;
  letter-spacing: 3px;
  color:fc0;
  background: linear-gradient(#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fc0;
  text-stroke: 1px #fc0;
}



/* tabs */

.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}
.tabs [class^="tab"] label, .tabs [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0 0;
    text-align: center;
}
.tabs [class^="tab"] [type="radio"], .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus, .tabs [class*=" tab"] [type="radio"]:hover, .tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 5px solid #fd264f80;
}
.tabs [class^="tab"] [type="radio"]:checked, .tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 5px solid #fd264f;
}
.tabs [class^="tab"] [type="radio"]:checked + div, .tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1;
}
.tabs [class^="tab"] [type="radio"] + div, .tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
    width: 50%;
}
.tabs .tab-2 [type="radio"] + div {
    width: 200%;
    margin-left: 200%;
}
.tabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0;
}
.tabs .tab-2:last-child [type="radio"] + div {
    margin-left: 100%;
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -100%;
}




/* modal */

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.modalDialog h2{
    color:#0cf;
    font-size: 24px;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: #333;
    color:#ccc;
    font-size: 18px;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

.form-content input {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    vertical-align: top;
    margin-bottom: 10px;
}

.form-content .phone .input-st1 {
    width: 30%;
    margin-right: 2%;
}

.modalDialog .btn {
    padding: 8px 20px;
    margin-right: 1px;
    min-width: 80px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
    border-color: #404040;
    border-radius: 4px;
    text-align: center;
}

.modalDialog .btn-primary {
    color: #fff;
    background-color: #2783E0;
    border-color: #1869af;
    background-image: -moz-linear-gradient(to right,#2783E0,#7AE2F6);
    background-image: -webkit-linear-gradient(0deg,#2783E0 0%,#7AE2F6 100%);
    background-image: -o-linear-gradient(to right,#2783E0,#7AE2F6);
    background-image: linear-gradient(to right,#2783E0,#7AE2F6);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    display: inline-block;
    color: #fff;
    transition: .5S;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modalDialog .btn-box{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.modalDialog .btn-box button {
    width: 134px;
    height: 40px;
    font-size: 14px;
    border: none;
}
.select-st1 {
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 16px;
    min-width: 215px;
    vertical-align: top;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.form-content .phone .select-st1 {
    width: 31%;
    min-width: auto;
    margin-right: 2%;
}

.form-content .txt-box p {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #0bf;
    transform: translate3d(0, 0, 30px) perspective(100px);
}

