.blue_header{
        color: #5b54ef !important;
}
.order_banner h2{
    font-size: 50px !important;
    font-size: 69px;
    line-height: 69px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;

}
.btn_ace {
    display: inline-block;
    background-color: #6059f6;
    color: white;
      font-weight: normal;
    font-size: 23px;
    border-radius: 30px;
        padding: 12px 45px;
        cursor: default !IMPORTANT;
}
 .btn_ace span{
    color: yellow;
    font-size: 18px;
}
.btn_ace:hover{
    color:black !important;
}
 .order_banner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_layer_a h3 {
    font-size: 14px !important;
}
.home_layer_a p {
font-size: 12px !important;
    line-height: 17px;
    color: #656363;
}

.font-border {
    border-bottom: 1px solid #000;
    display: inline;
}
.forget-stress{font-family: 'Raleway', sans-serif;

}
.stress_col{
    color:black;
    padding-left: 10%;
}
.stress_col_item{
    margin-bottom: 33px;
}
.stress_col_item p {
line-height: 21px;
    font-size: 17px;
    letter-spacing: .02em;
    color: #000;
    margin-bottom: 6px;
    /* height: 38px; */
    font-weight: bold;
    padding-right: 7%;
}
.stress_col_item img{
    background: no-repeat;
    box-shadow: 0 4px 24px rgba(0,0,0,.4);
    border-radius: 20px; 
 
}
 .stress_col_right{
    margin-top: 52px;
}
.dot:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 10px;
       background: #7676ff;
    margin-top: 5px;
}
.stress_col_right {
    flex: 1 1 17%;
}
 .stress_col_r {
    padding-top: 91px;
 }

.stress_col_r  .title {
font-size: 50px !important;
line-height: 1.25;
    margin: 30px 0 50px;
     font-family: 'Raleway', sans-serif; 
    font-weight: 900;
 color: #5b54ef;
  
}
.order_from_banner_r{
   font-family: 'Raleway', sans-serif; 
   
}

.card-slider__tabs li {
    max-width: 280px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 5px;
       font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-size: 18px;
    letter-spacing: .03em;
    color: #4C4C4C;
    padding: 1px;
    margin-bottom: 20px;
    break-inside: avoid;
    cursor: pointer;
    transition: .4s;
    display: inline-block;
    width: 100%;
}

.card-slider__tabs .nav-link {
    display: block;
     padding: .8rem 1rem;
    color: gray !important;
    font-weight: bold;
}
.card-slider__tabs .nav-link:hover {
      color: #7676ff !important;
}
.tab_previews .card-header {
font-family: 'Raleway', sans-serif;
    line-height: 46px;
    font-size: 44px;
    padding-left: 13px;
    letter-spacing: .02em;
    color: #7676ff;
    /* display: flex; */
    align-items: center;
    position: relative;
    
    font-weight: 900;
}
.card-box__img{
    margin-right: 20px;
}
.tab_previews .card{
    box-shadow: 0 6px 22px rgba(0,0,0,.25);
    border-radius: 10px;
    min-height: 330px;
    padding: 35px 40px 45px 60px;
    
    }
.card-header,.card-footer{
        border: 0px;
        background: transparent;
}
.card-body {
   font-family: 'Raleway', sans-serif;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: .02em;
    color: #000;
    padding-top: 17px;
    min-height: 85px;
    font-weight:500;
}
 .card-box__footer-price {
font-family: 'Raleway', sans-serif;
    line-height: 37px;
     font-size: 23px;

    font-weight: 500;
    letter-spacing: .02em;
    color: #093;
}
.card-box__footer-info {
     font-family: 'Raleway', sans-serif;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: .02em;
   color: #6666d2;
   padding-top: 12px;
}
.text_right{
    text-align:right;
}
.assignment_p{
font-size: 50px;
    line-height: 70px;
    margin: 30px 0 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #444343;

    
}
.assignment_p:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 10px;
     background: #7676ff;
    margin-top: 5px;
}
.assignment_p span{
        color: #7676ff;
}
.order_page section{
    padding-top: 42px;
    padding-bottom: 42px;
}
.card-slider__tabsr{
   
    margin-top: 23px;

}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
   /* height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.left_no_padd {

    padding: 20px 0px;
}
.order_from_banner_r  h3 {
    color: #fff;
    margin-bottom: 3px;
    font-weight: normal !important;
    font-size: 20px;
    margin-top: 1px;
}
.save15 {
  
    margin-top: 125px;
    padding: 60px 0;
background: linear-gradient(120.23deg,#2b44ab 30.3%,rgb(43, 68, 171) 90.79%);
}
.font-bordewhite {
 border-bottom: 1px solid #f2f3f4;
    display: inline;
}
.offer_text{
font-size: 50px !important;
  line-height: 61px;
    margin: 30px 0 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #444343;
}
.offer_text:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 10px;
      background: #ffffff;
    margin-top: 5px;
}
.save15_img img{
position: relative;

    height: 332px;
}

.btn_discount {
       padding: 12px 38px;
  border-color: #FFF;
    background: #FFF;
  
    transition: .4s;
color: #7676ff !important;
  border-radius: 30px;
    font-weight: 500;
    font-size: 20px;
    
    background: #23bf23;
    border: 0px;
    color: white !important;

 
 
}.btn_discount:hover{
    
    box-shadow: none;
    color: #26B251;
    background:gray !important;

}
.additional_services {
   
}
.font_green {
     border-color: #35387f;
    color: #7676fe;
}

 .font_borderblue{
 border-bottom: 1px solid #5355ba;
    display: inline;
    font-weight: 900;
        color: #7676ff;
}
.offer_text2{
    font-size: 50px;
    line-height: 58px;
    margin: 30px 0 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #333;
}
 .offer_text2 .offer_text2{
    color: #6465db;
}
.offer_text2:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 10px;
    background: #4e4faf;
    margin-top: 5px;
    margin-left: 50px;
}
.additional-services-content__list {
    margin: 45px 0 0 100px;
}

.additional-services-content__list li {
     font-family: 'Raleway', sans-serif;
    line-height: 33px;
    font-size: 18px;
    letter-spacing: .02em;
    color: #000;
}
.save16_img img {
 height: 632px;
    position: absolute;
    left: -94px;
}
.order_from_banner_r .card-footer {
    padding: 0px !important;
    
}
.btn_order{
    padding: 10px !important;
}
@media (max-width: 767px){
   body,html {
     overflow-x: hidden;
} 

.generic-margin {
    margin-top: 14px !important;
}
.order_page section {
    padding-top: 15px;
    padding-bottom: 10px;
}
.forget-stress {
        text-align: center;
}
.stress_col_item {
     margin-left: -16px;
}
.stress_col_item p {
    margin-bottom: 13px;
    padding-right: 1%;
}
.stress_col_right {
    margin-top: 0px;
}
.stress_col_r {
    padding-top: 7px;
}
.stress_col_r .title,.assignment_p,.offer_text2,.offer_text {
font-size: 62px !important;
    line-height: 63px !important;
    
}.save15_img img {
    position: relative;
    bottom: 0px;
    height: 304px;
}
.additional-services-content__list {
    margin: 6px 0 0 5px;
}
.save16_img img {
    height: 333px;
    position: relative;
    left: 0px;
}
.tabz_zeuss{
  
}
}
.light_font{
    font-weight:900 !important;
        color: black;
}
.h_3{
 margin-bottom: 30px;
 
}
.how_it h2{
font-size: 50px !important;
    line-height: 1.25;
    line-height: 51px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    
}
.how_it{
    font-family: 'Raleway', sans-serif;  
}
 .star_img img{
    height: 116px;
    max-width: 100%;
}

.how_it .col-md-3 ,.how_it .col-md-6{
padding-top: 1%;
    padding-bottom: 1%;
  
}
.how_it_3{
       
}
.new_about{
border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.how_it_3 img{
  box-sizing: border-box;
    width: auto;
    max-width: 100%;
    text-align: center;       height: 144px;
    display:inline;
}
.trustpilot{
        height: 60px !important;
}
.how_it_works_intro{
  padding-bottom: 31px !important;  
    
}
.cts_btn{
    
    margin-top: 15px;

}
.span_green{
    color:#093;
}
.additional-services-content__list i{
      color: #7676ff;  
}
.order_banner .blue_header {
       
}
.lable_multi{
   
    color: gray;
    margin-top: 5px;
}
.order_from_banner_r .card-header {
      padding: .15rem 1.25rem !important;
    text-align: left !important;
    
}
.order_from_banner_r .form-group {
    margin-bottom: 7px;
}
.section_small{
 padding-top: 2px !important;
    padding-bottom: 1px !important;
    margin-top: 4px;
    margin-bottom: 10px;   
}
 .main_banner_top{
    padding-bottom: 1px !important;
}
.upload_field {
float: left;
    /* width: 445px; */
    margin: 0px 0px 10px 0px;
        padding: 5px 5px 8px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #7a7a7a;
}
.class_onedash{
      text-decoration: none;
    color: white;
    padding: 10.5px 11px;
    background-color: #568ED4;
    display: block;
    margin-bottom: 6px;
    border-radius: 0px;
    margin-top: 5px;
    margin-left: 0%;
    height: 55px;  
}
.btn_new_order_h{
padding: 1px 9px !important;
    font-size: 19px;
    border-radius: 0px;
    color: black !important;
    font-weight: 400;
    border-radius: 30px;

}
.new_card_p{
    margin-bottom: 1px !important;
}
.new_card_header{
      color: yellow !important;
       
}
