* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%
}

.clear {
    clear: both
}

a,
button,
input[type=search],
input[type=submit] {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none;
    color: #f6cd40
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #b81366
}

a:focus {
    outline: 0!important;
    outline-offset: none!important;
    text-decoration: none!important
}

button:focus {
    outline: 0
}

a,
img {
    border: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

label {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 15px;
    font-family: Poppins, sans-serif;
    color: #333;
    position: relative
}

ol,
ul {
    list-style: none;
    margin: 0
}

ol li,
ul li {
    list-style: none
}

p {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0 0 10px
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');


body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif
}



.form-group {
    display: block;
    position: relative
}

.form-control {
    border-radius: 0;
    box-shadow: none!important;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

select,
select.form-control {
    background: #fff url(../img/arw.png) no-repeat scroll right center!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto
}



.relative{position:relative;}

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}




.wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}



.wrapper_pad {
    padding: 0 5%
}

.theme-color {
    color: #ffcb19
}

.content-main {
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
	margin-top: 56%;
	
}

.main-outer {
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto
}

.bg-subscribe {
    background: #000 url(../images/subscribe-bg.jpg) center top no-repeat;
    padding-top: 0;
    height: 100%;
    min-height: 947px;
	background-size: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.logo {
    display: block;
    padding: 15px 0 15px;
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}

.about_subscribe_text {
    font-size: 36px;       
    margin-top: 15px;
    font-weight: 600;
}
.about_subscribe_text span{color: #9efc06;}
.about_subscribe_text1{
    font-size: 30px;
    color: #9efc06;
    font-weight: 600;
    margin-bottom: 15px;
}
.about_subscribe_text2{
    font-size: 22px;    
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
}
.form-main{
    background: url(../images/bg.png) center top no-repeat;
    background-size: cover;
    margin: 15px -15px 0;
    padding: 20px 15px;
}

.cstmr_suprt_n{
	font-size: 21px;        
    margin-bottom: 25px; font-weight:600;	
}

.input-main{
    position: relative;
    width: 100%;
    max-width: 518px;
    font-size: 21px;
    color: #fff;
    background: #281444;
    border: 1px solid #9075cf;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
	direction:ltr;
}
.code{
    background: #492b71;
    width: 70px;
    font-size: 20px;
    height: 48px;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.csf-control {
    padding: 15px 10px;
    margin-bottom: 0;
    border: 0;
    background: transparent;
    color: #fff; 
    font-size: 18px;
}
.csf-control:focus{
    border:0px;
    outline: 0px;
}

.sb-btn,
.succsess-btn {
    background: #bb1051;
    background: -moz-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: -webkit-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: linear-gradient(to bottom, #bb1051 0, #550d31 100%);
    display: block;
    width: 100%;
    padding:15px 15px;
    border-radius: 6px;
    color: #110d1e;
    
    font-family: arial;
    font-size: 32px;    
    font-weight: 700;
    margin: auto;
    border: 0;
}

.sb-btn:hover {
    background: #bb1051;
    background: -moz-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: -webkit-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: linear-gradient(to bottom, #550d31 0, #bb1051 100%);
    color: #fff
}

.succsess-btn {
    background:url(../images/btn-bg.png) center center no-repeat;
    background-size: contain;
    max-width: 518px;
   
}

.succsess-btn:hover { 
    
}


.Subscribe-main {
    margin: 15px auto 15px
}

.cstmr_suprt {
    font-size:16px; padding-bottom:50px;
}
.cstmr_suprt1{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.cstmr_suprt2{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
   
}
.cstmr_suprt3{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
}

.cstmr_suprt a {
    color: #fff
}

.cstmr_suprt a:hover {
    color: #f6cd40
}


.input {
    border: medium none;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    width: 200px;
    margin-top: 5px
}


.page-title {
    background: #efefef;
    color: #323232;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px
}

.ym-hd{
	background: #3c3651;
    padding: 15px 10px;
    display: flex;
    align-items: center;
	text-align:center;	
    color: #fff;
    font-size: 18px;
}
.ym-hd h2{   
    width: 90%;
    margin-bottom: 0px;
    font-size: 21px;
    color: #fff;
    padding: 0;}
.ym-bottom {
    background: #120819;
    border-top: 1px solid #3c3651;  
    width: 100%; 
    padding:15px 5px;
    color: #fff;
    text-align:center;
 
}
.bottom {
    background: #120819;
    border-top: 1px solid #3c3651;
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0;
    padding:15px 5px;
    color: #fff;
    max-width: 640px;
    right: auto;
	transform: translateX(-50%);
}

.bottom a {
    color: #fff
}

.foot-links {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase
}

.foot-links a {
    display: inline-block;
    margin: 0 5px;
    color: #fff
}

.foot-links a:hover {
    color: #6979ad;
    text-decoration: underline
}

.pagignation {
    display: block;
    text-align: center;
    padding: 15px 0
}

.pagignation ul li {
    display: inline-block;
    vertical-align: middle
}

.pagignation ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 2px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-decoration: none
}

.pagignation ul li a:hover {
    background: #fff;
    color: #000
}

.pagignation ul li.active a {
    background: #fff;
    color: #000
}


/* Terms and Condtions and privacy policy  */
.inner_header {
  
    padding: 25px 30px;
    display: table;
    width: 100%;
    background:#0e2750;
}
.c-container {
    width: 100%;
    padding: 0 25px;
}
.btn_back {
    display: table-cell;
    text-align: left;
    width: 25px;
    vertical-align: middle;
}
.inner_title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-page {
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
	
}

.content-page h2 {
    color: #bbb700;
    font-size: 20px;
    padding-bottom: 10px;
}
.content-page p {
    font-size: 13px; 
    padding-bottom: 10px;font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:639px) {
    .bg-subscribe {
        height: 100%;
        min-height: 100vh;
    }
	
	.about_subscribe_text,.cstmr_suprt_n { font-size: 24px; line-height: 30px;}
    
	 
    .csf-control,.code {font-size: 16px}
	.Subscribe-main { margin: 15px auto 21px;}
    .sb-btn,
    .succsess-btn {
        padding: 13px 15px;
        font-size: 31px
    }
    .cstmr_suprt {
        font-size: 18px;line-height: 24px;padding-bottom: 50px;
    }
	
	.bottom {position: fixed; left:0;transform: inherit;}
	
	.inner_header { padding: 12px 30px;}
	.btn_back {width: 14px;}
	.inner_title { font-size: 23px;}
	.content-page { padding: 15px 10px 0;}
	
}

@media only screen and (max-width:580px) {
    
     .logo { width: 70%;}
	.about_subscribe_text,.cstmr_suprt_n { font-size: 18px; line-height: 25px; }
	
    .about_subscribe_text {
        font-size: 16px
    }
    .about_subscribe_text1 {
        font-size: 21px
    }
    .about_subscribe_text2 {
        font-size: 18px
    }
    .csf-control,.code {
        font-size: 14px
    }
    .Subscribe-main {
        margin: 10px auto 15px;
    }
    .sb-btn,
    .succsess-btn {
        padding: 12px 15px;
        font-size: 26px
    }
	.succsess-btn:after {    
    border-width: 8px 0 8px 12px;
	}
    .cstmr_suprt1{ font-size: 21px;}
    .cstmr_suprt2{ font-size: 16px;}
    .cstmr_suprt3{ font-size: 14px;}
    .cstmr_suprt {
        font-size: 14px;line-height: 18px;
    }
	
	.cs-checkbox {
        font-size: 13px
    }
    .cs-checkbox input {
        margin-top: 0
    }
    .pagignation ul li a {
        font-size: 14px;
        height: 27px;
        line-height: 28px;
        width: 27px
    }
}

@media only screen and (max-width:480px) {
    .logo {  width: 270px;  padding: 18px 0 15px;}
    .about_subscribe_text {
        margin-top: 10px
    }
	
	.succsess-btn { padding: 12px 15px; font-size: 21px;}
	
    .csf-control,.code {
        font-size: 14px;
        padding: 12px 10px
    }
    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 18px
    }
    .free_text {
        color: #000;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        width: 100%
    }
    
    .content-page h2 {
        font-size: 16px;
        padding: 0 0 5px
    }
    .content-page p {
        font-size: 12px;
        line-height: 20px
    }
    .bottom,
    .foot-links {
        font-size: 10px
    }
  
	
	.inner_title { font-size: 19px;}
}

@media only screen and (max-width:360px) {
   .logo {width: 75%; padding: 10px 0 10px;}
    .about_subscribe_text, .cstmr_suprt_n { font-size: 15px;line-height: 20px;}
	
    .csf-control {
        font-size: 14px
    }
    
    .cstmr_suprt {
        font-size: 13px; line-height: 15px;
    }
  
    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 17px
    }
    .button {
        padding: 5px 8%
    }
  
   
}


select#langTrans {
   color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    -moz-appearance: initial;
    -webkit-appearance: auto;
    -ms-appearance: initial;
    -o-appearance: initial;
    appearance:  auto;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    background: #000 url(../img/arw.png) no-repeat scroll right center !important;
    background-size: 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
right: 5px;
top: 15px;
}