@import url("https://fonts.googleapis.com/css?family=Source Sans Pro");
@import url("https://fonts.googleapis.com/css?family=Raleway");
.main-container-wrap{
    
    margin-top:20px;
    margin-bottom:50px;
}



.mainContainer{
    
  /*  border: 1px solid red; */
}

.left_box, .right_box {
 
    display:inline-block;
    width:450px;
    background-repeat: no-repeat; 
    background-size:cover;

}
.left_box{
    color: white;
    min-width: 350px;
    max-width:375px;
    
   
}
.right_box{
    /*font-family:"Roboto";*/
    font-weight: bold;
    display:inline-block;
    padding: 0px 20px;
    height:525px;
}

.box_title{
    font-size:25px;
    text-align:center;
    padding: 20px 0;
}
.order_sumary_title{
    font-size:25px;
    text-align:left;
    height:30px;
}
.right_box p{
    font-size:14px;
    font-weight: normal;
}

.left_H1 {
	font-family: "Graphik";
	color: #0065a3;
	font-weight: 700;
	width: inherit;
	font-size: 60px;
	height: 60px;
}
.left_H4 {
	/* display: block; */
	font-family: "Graphik";
	color: #0065a3;
	font-weight: 700;
	width: 100%;
	font-size:38px;
	height: 40px;
	float: left;

}

/****************************************************
Order Summary items
***************************************************/
.summary_item{
    display: inline-block;
    font-size: 12px;
    width: 130px;
}
.summary_info {
	position: inline; /* from absolute */
	font-weight: bold;
	padding-right: 10px;
}
.summary_row {
	border-bottom: solid 1px black;
	height: 18px;
	margin-top: 30px;
}
/******************************************************/

/************************************************
subscrition and accounts registration 
************************************************/
.details_container{
    width:100%;
    padding-bottom:30px;
	text-align:left;
}
.details_title {
	font-size: 20px;
	font-weight: bold;
}
.details_row{
    display: inline-block;
    width: 100%;
}
.details_row input{
    width: 100%;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid !important;
    font-size:12px !important;
    margin-top:5px;
}
.details_info{
    display:inline;
    font-weight: normal;
	padding-right: 10px;
	font-size: 14px;
	padding-left:10px;
}

.details_item{
    display:inline-block;
    width:150px;
    font-size:16px;
    line-height:20px;
    padding: 5px 0px
}

.follow_us img {
	width: 320px;
	height: auto;
}
.disable_accounts_registration_container{
    display:none;
}
.prime_access{
    font-family:"Source Sans Pro";
    font-weight: 700;
    color:#0065a3;
    font-size:50px;
    line-height:55px;
    display:inline-block;
    padding: 0px 20px;
  
}
/***************************************************************************/
.div_gap{
    height:20px;
}
.div_gap_x2 {
     height:40px;
}


.container {
    display: block;
    line-height: 14px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight:normal;
    font-size:11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}



.start_reading_btn, .default_btn{
    /* background-color:#0065a3;  */
	background-color:#be1a21; 
    border: none;
    color: white;
    padding: 5px;
    width:200px;
    height:35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 22px;
    margin:auto;
    font-weight:normal;
    /* box-shadow: 0px 0px 20px #0d2456; */
}
.checkout_div{
    width:190px;
    height:auto;
    margin:auto;
    /* padding-top: 50px; */
}

/* form bootsrap css */
.container {
  /* width: 820px; */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
        max-width: 315px;
    }
  .right_box {
       
        padding-bottom: 20px;
        min-width: 315px;
    }
    .left_box {
        min-width: 315px;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container span {
        padding-left: 5px;
    }
    
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 820px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 820px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 900px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}


.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}



