* {
    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;
    vertical-align: middle;
}

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: #fff;
    color: #000;
    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
}

.csf-control {
    padding: 15px 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    border: 2px solid #272727;
    width: 100%;
    font-size: 21px;
    text-align: left;
}

.sb-btn,
.succsess-btn {
    background: #bb1051;
    background: -moz-linear-gradient(top, #2d6abe 0, #19417c 100%); 
    background: -webkit-linear-gradient(top, #2d6abe 0, #19417c 100%);
    background: linear-gradient(to bottom, #2d6abe 0, #19417c 100%);
    display: block;
    width: 100%;
    padding:22px 15px;
    border-radius: 8px;
    color: #fff;
    font-family: arial;
    font-size: 40px;   
    font-weight: 700;
    margin: auto;
	position:relative;
	border:1px solid #fff;    
	 
}

.sb-btn:hover {
    background: #bb1051;
    background: -moz-linear-gradient(top, #343a42 0, #121417 100%);
    background: -webkit-linear-gradient(top, #343a42 0, #121417 100%);
    background: linear-gradient(to bottom, #343a42 0, #121417 100%);
    color: #ca993a;
}


 
.succsess-btn:hover {
    background: #2d6abe;   
    color: #fff;
}




.theme-color {color: #00b8ff;}
.relative{position:relative;}
.wrapper_pad {padding: 0 5% !important;}
.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}
.logo{
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    padding: 15px;
    text-align: center;
}
.logo img{max-width: 300px;}
.wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}
.banner-text{
    font-size: 21px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}
.content-main {
    text-align: center;
    font-size: 14px;
    padding: 0 15px
}

.main-outer {
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto
}

.bg-subscribe {
    background: #fff;
    padding-top: 0;
    height: 100%;
    min-height: 947px
}

 .service-details{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
 }

.Subscribe-main {
    margin: 15px auto 15px
}

.a-icon {
    background: url(../images/double-arrow.png) center top no-repeat;
    height: 60px;
    width: 50px;
    display: block;
    position: absolute;
    right: 4%;
    top: 50%;
    background-size: 90%;
    transform: translateY(-50%);
}
.about_subscribe_text_main{
	background: #f7ecff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 7px 1px #dbdbdb;
    display: inline-block;
    margin: 20px;
    color: #000;
}
.about_subscribe_text_main:hover{ color: #000;}
.about_subscribe_text {
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 15px;
}
.about_subscribe_text2 {
    font-size: 16px;
    margin: 0px auto 5px;
}
.cstmr_suprt_n{
	font-size: 21px;        
    margin-bottom: 25px; 
}

.cstmr_suprt {
    font-size:14px; padding-bottom:50px;
}

.cstmr_suprt a {
    color: #002aff
}

.cstmr_suprt a:hover {
    color: #010c41
}








.bottom {
    
    width: 100%;  
    padding: 10px 5px 1px;
    color: #fff;
    max-width: 640px;  
	font-size:15px;
}

.bottom a {
    color: #002aff;
}

.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
}

.page-title {
    background: #efefef;
    color: #323232;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px
}

/* Terms and Condtions and privacy policy  */
.inner_header {  
    padding: 25px 30px;
    display: table;
    width: 100%;
    background:#000;
}
.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: 24px;
    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: #ca993a;
    font-size: 20px;
    padding-bottom: 10px;
}
.content-page h3 {
    color: #ca993a;
    font-size: 16px;
    padding-bottom: 10px;
}
.content-page p {
    font-size: 13px; 
    padding-bottom: 10px;font-family: 'Poppins', sans-serif;
}
.content-page ul, .content-page ol{padding-left:20px;}
.content-page ul li{list-style:none; font-size:13px; margin-bottom:5px;} 
.content-page ol li{list-style:lower-roman; font-size:13px; margin-bottom:5px;}

.stc_title_2 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 8px;
}
.stc_title_3 {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 8px;
    color: #848484;
}
@media only screen and (max-width:639px) {
	
	body{
		/*background-color: #1170aa;*/
		}
	
    .bg-subscribe {
        height: 100%;
        min-height: 100vh;
    }
	
	.about_subscribe_text,.cstmr_suprt_n { font-size: 21px; line-height: 100%;}
    .about_subscribe_text2 {font-size: 20px;}
	
	
    .csf-control {font-size: 16px;padding: 20px 15px;}
	.Subscribe-main { margin: 15px auto 21px;}
    .sb-btn,
    .succsess-btn {
        padding:19px 15px;
        font-size: 31px
    }
    .cstmr_suprt {
        font-size: 14px;line-height: 18px;padding-bottom: 20px;
    }
	
	.a-icon {height: 50px; width: 43px;}
	
 
	
	.inner_header { padding: 12px 10px;}
	.btn_back {width: 14px;}
	.inner_title { font-size: 19px;}
	.content-page { padding: 15px 10px 0;}
	
}

@media only screen and (max-width:580px) {
    
   
	.about_subscribe_text,.cstmr_suprt_n { font-size: 18px; line-height: 25px; }
	
    .about_subscribe_text { font-size:19px;}
	.about_subscribe_text2 {font-size: 14px;}
	.cstmr_suprt {font-size: 13px; line-height: 18px;}
    .csf-control {
        font-size: 14px
    }
    .Subscribe-main {
        margin: 10px auto 15px;
    }
    .sb-btn,
    .succsess-btn {
        padding: 17px 15px;
        font-size: 26px
    }
	.succsess-btn:after {    
    border-width: 8px 0 8px 12px;
	}
	.a-icon { height: 43px; width: 36px;}
	
    .cstmr_suprt,.content-main {
        font-size: 13px;line-height: 15px;
    }
	.bottom{font-size: 14px;}
	.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) {
   .about_subscribe_text {
    margin: 0px auto 6px;
    font-size: 16px;
   }

   
	.succsess-btn { padding:15px 10px; font-size: 21px;}
	
    .csf-control {
	font-size: 15px;
    padding: 12px 8px;
    }
    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 h3 {
        font-size: 14px;
        padding: 0 0 5px
    }
    .content-page p {
        font-size: 12px;
        line-height: 20px
    }
	.content-page ol, .content-page li{
		font-size: 12px;
        line-height: 20px;
	}
	
	.stc_title_2 { font-size: 15px; }
    .stc_title_3 { font-size: 14px;}

    .bottom,
    .foot-links {
        font-size: 10px
    }
  
	
	.inner_title { font-size: 14px;}
}

@media only screen and (max-width:360px) {
   
    .about_subscribe_text, .cstmr_suprt_n { font-size: 15px;line-height: 20px;}
	.about_subscribe_text2 {font-size: 12px;}
    .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%
    }
  
   
}