.carousel-control-next, .carousel-control-prev {
    background: rgb(0 0 0 / 20%);
    height: 50px;
    width: 50px;
    border-radius: 4px;
    opacity: 1;
    top: 52%	;
    margin: 0 20px;
	z-index: 10;
}
.carousel-caption {
    bottom: auto;
    top: 150px;
}
.item-one .carousel-caption,
.item-three .carousel-caption {
    bottom: 20%;
    top: auto;
    left: 2%;
    text-align: left;
}
.item-five .carousel-caption {
    bottom: 0;
    top: auto;
    left: 0;
    text-align: left;
    width: 100%;
	height: 100%;
}
.grn_button.grn_mail {
    position: absolute;
    bottom: 7%;
    left: 15%;
}
.grn_button.grn_buy {
    position: absolute;
    bottom: 36%;
    left: auto;
    right: 1%;
}
.carousel-item h5 {
	font-size: 32px;
    font-weight: 700;
}
.red_button a {
    background: #ff1616;
    display: inline-block;
    padding: 10px 50px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 50px;
    color: #fff;
    min-width: 400px;
    margin: 0;
    text-align: center;
	text-decoration: none;
}
.grn_button a {
    background: #14b200;
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 50px;
    color: #fff;
    min-width: 130px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.grn_button.grn_mail a {
    text-indent: -9999px;
    background: url(../images/mail_white.png) no-repeat scroll center #14b200;
    background-size: 50px auto;
}
.item-four .carousel-caption {
    bottom: auto;
    top: 295px;
}
.item-two .carousel-caption h5,
.item-two .carousel-caption h6 {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
    font-weight: 500;
    position: absolute;
    top: -95px;
    left: -140px;
}
.item-two .carousel-caption h6 {
    top: 110px;
    left: auto;
    right: -100px;
}
#account_download_btn a{
    color:#3aaeff;
}

.model_mailsupport {
    /* color: #f37243; */
     font-size: 16px;
 }
 
 .model_header_subtext {
    color: #3d7fda;
    font-size: 18px;
 }
 .model_header_title {
    color: #f37243;
    font-size: 28px;
 }
 .mail-content, .submail-content {
    color: #3d7fda;
    font-size: 14px;
 }
 .select2-container--default .select2-selection--single {
    padding: 4px;
     height: 40px;
 }
 .select2-container {
    width: 73% !important;
 }
 .footer_model_link {
    font-size: 16px;
    color: lightskyblue;
    text-decoration: underline;
    cursor: pointer;
 }
 .modal-dialog div.modal-content {
    border-radius: 20px;
 }
 .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 2px;
    right: 6px;
 }
 .subscribedHeader {
    border-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 89;
 
 }
 .cta-otp-regen {
    margin-top: 32px;
    /* background-color: #cccccc !important; */
    padding: 8px;
    border-radius: 6px;
 }
 .subscribedContainer p {
    width: 100%;
 }
 .download-right {
    text-align: right;
    float: right;
 }
 .required_input {
    background-color: #ffe9e966;
    border-color: #f9764c;
 }
 .footer_account {
    text-decoration: underline;
    float: right;
    padding-right: 10px;
 }
 .email_required_error, .email_notvalid_error,.firstname_required_error, .lastname_required_error ,
  .country_required_error, .subemail_required_error, .subemail_notvalid_error,.sub_zipcode {
    display: none;
    color: red;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
 }
 .country_required_error {
    margin-left: 100px;
 }
 .subscribedContainer .sub{
    text-decoration: underline;
    font-size: 20px;
    font-weight: 800;
 }
 .subscribedContainer .order{
    font-size: 16px;
    font-weight: 800;
 }
 .subscribedContainer .order span{
    
    font-size: 18px;
 }
 .subscribedContainer .enddate{
    font-size: 16px;
    font-weight: 800;
 }
 .subscribedContainer .enddate span{
    font-size: 18px;
 }
 
 .loader{
    position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transform: -webkit-translate(-50%, -50%);
     transform: -moz-translate(-50%, -50%);
     transform: -ms-translate(-50%, -50%);
     color:black;
     z-index: 999;
     background-color: #ffffffe8;
     width: 100%;
     height: 100%;
  }
  .loader .image-loading {
    position: absolute;
    right: 40%;
    top: 18%;
  }
  .loader {
     display: none;
     z-index: 2001;
  }
  .otp_container {
     display: none;
     margin-left:25px;
  }
  .select2-selection.select2-selection--single {
      height: calc(1.5em + .75rem + 2px);
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     outline: none;
  } 
  .form-control, .modal-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .select2-search__field:focus,.select2-search__field{
     outline: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-size: 16px;
  }
  .flag-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .required_country_field .select2-selection  {
    background-color: #ffe9e966;
    border-color: #f9764c;
  }
  .select2-search  input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  
  #subEmailProcess2 {
     display: none;
  }
  .cta-otp-regen {
    margin-top: 32px;
    padding: 6px;
    border-radius: 6px;
    font-size: 14px;
 }
 
 .btn#processed_start,#reg_otp,#subEmailProcess2,#sub_unsub_info,#sub_down_info,#trigger_mail  {
	text-transform: capitalize;
}

.mobile_learnmore {
   display: none;
}


/**** pricing ****/
section#pricing-area {
    background: #eee;
}
section#pricing-area .card {
    border: none;
    border-radius: 40px;
    overflow: hidden;
	margin: 0 20px;
}
#pricing-area .card-header {
    border: none;
    background: #fff;
	position: relative;
}
#pricing-area .card-header h5 {
    margin: 0;
    font-size: 50px;
    padding: 30px 0 25px 0;
	position: relative;
    z-index: 10;
}
div#pa_light .card-body {
	background: rgb(2,102,116);
	background: linear-gradient(23deg, rgba(2,102,116,1) 0%, rgba(0,173,162,1) 50%, rgba(3,219,192,1) 100%);
}
div#pa_business .card-body {
	background: rgb(29,85,173);
background: linear-gradient(4deg, rgba(29,85,173,1) 0%, rgba(29,85,173,1) 9%, rgba(191,108,157,1) 100%);
}
div#pa_pro .card-body {
	background: rgb(255,110,150);
background: linear-gradient(56deg, rgba(255,110,150,1) 0%, rgba(254,143,142,1) 50%, rgba(255,188,122,1) 100%);
}
section#pricing-area .card-body {
    padding: 80px 50px 50px;
}
section#pricing-area .card-body h6 {
    color: #fff;
    font-size: 40px;
    text-align: center;
	padding: 40px 0;
}
section#pricing-area .card-body h6 span {
    font-size: 20px;
}
section#pricing-area .card-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
	min-height: 150px;
}
a.buy_btn {
    display: block;
    background: #000;
    color: #fff !important;
    font-size: 30px;
    padding: 0 15px 0 0;
    width: 140px;
    line-height: normal;
    margin: 0 auto;
    border-radius: 10px;
}
img.window_icon {
    height: 32px;
    width: auto;
    float: left;
    margin: 4px 0 0 12px;
}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 180px solid #fff;
    border-bottom: 50px solid transparent;
    position: absolute;
    transform: rotate(8deg);
    bottom: -37px;
    left: -4px;
}
.triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 180px solid #fff;
    border-bottom: 50px solid transparent;
    position: absolute;
    transform: rotate(-8deg);
    bottom: -37px;
    right: -2px;
}