@font-face {
    font-family: 'SimplerPro';
    src: url('../font/SimplerPro-Black.eot');
    src: url('../font/SimplerPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/SimplerPro-Black.woff2') format('woff2'),
        url('../font/SimplerPro-Black.woff') format('woff'),
        url('../font/SimplerPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('../font/SimplerPro-Light.eot');
    src: url('../font/SimplerPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/SimplerPro-Light.woff2') format('woff2'),
        url('../font/SimplerPro-Light.woff') format('woff'),
        url('../font/SimplerPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('../font/SimplerPro-Bold.eot');
    src: url('../font/SimplerPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/SimplerPro-Bold.woff2') format('woff2'),
        url('../font/SimplerPro-Bold.woff') format('woff'),
        url('../font/SimplerPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('../font/SimplerPro-Regular.eot');
    src: url('../font/SimplerPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/SimplerPro-Regular.woff2') format('woff2'),
        url('../font/SimplerPro-Regular.woff') format('woff'),
        url('../font/SimplerPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Regular.eot');
    src: url('../font/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/RobotoMono-Regular.woff2') format('woff2'),
        url('../font/RobotoMono-Regular.woff') format('woff'),
        url('../font/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../font/RobotoMono-Bold.eot');
    src: url('../font/RobotoMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/RobotoMono-Bold.woff2') format('woff2'),
        url('../font/RobotoMono-Bold.woff') format('woff'),
        url('../font/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  
}

body *{
  margin:0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  direction: rtl;
  
}

@-webkit-keyframes pulsegrow {
  0%   {width: 91px; height: 91px; opacity: 0.2;}
  85%  {width: 120px; height: 120px; opacity: 0.2;}
  100% {width: 120px; height: 120px; opacity: 0;}
}

@keyframes pulsegrow {
  0%   {width: 91px; height: 91px; opacity: 0.2;}
  85%  {width: 120px; height: 120px; opacity: 0.2;}
  100% {width: 120px; height: 120px; opacity: 0;}
}

@-webkit-keyframes pulsegrow2 {
  0%   {width: 113px; height: 113px; opacity: 0.2;}
  85%  {width: 147px; height: 147px; opacity: 0.2;}
  100% {width: 147px; height: 147px; opacity: 0;}
}

@keyframes pulsegrow2 {
  0%   {width: 113px; height: 113px; opacity: 0.2;}
  85%  {width: 147px; height: 147px; opacity: 0.2;}
  100% {width: 147px; height: 147px; opacity: 0;}
}

#back-up{
  position: fixed;
    border-radius: 24px;
    bottom: 25px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 165px;
    height: 47px;
    overflow: hidden;
    background: url(../img/stars-3_bluel.png) no-repeat center center;
    -webkit-box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 1);
            box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 1);
    display: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#back-up>img{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 14px;
  width: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

#back-up>p{
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

#side_list{display: none;}

#beautyqueens_page{
  width: 100%;
  position:relative;
  margin-top: 50px;
  max-width: 1920px;
  margin: 0 auto;
}

.ditails_p{
  font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #666666;
    display: block;
    width: 100%;
    font-weight: 400;
}

.q_container{
  width: 100%;
  padding: 0 16px;
  position:relative;
}

#stars_background{
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  right: 0;
  height: 244px;
  background: url('../img/background.jpg') no-repeat center center;
  background-size: cover;
}

.section1{
  padding-top: 46px;
  padding-bottom: 63px;
  background-color:  #edebeb;
}

.mainHeading{
  width: 227px;
  height: 44px;
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.23;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 0;
}
.text_row2{
  display: none;
}

.text_row strong{
  color: #666666;
}

.card{
  position: relative;
  border-radius: 12px;
  width: 100%;
  background: #fff;
  margin-top: 42px;
  padding: 0;
  -webkit-box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 0.35);
          box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 0.35);
  max-width: 450px;
  margin:42px auto 0;
}

.card::before{
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: #c25519;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  opacity:0;
  z-index: 2;
  -webkit-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  transition: 0.45s ease;
} 

.card::after{
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: #2279ea;
  border-radius:0 0 12px 12px ;
  position: absolute;
  opacity:0;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  transition: 0.45s ease;
} 

 .card:hover::before,
 .card.default::before{
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: #2279ea;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity:1;
} 

.card:hover::after,
.card.default::after{
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: #2279ea;
  border-radius:0 0 12px 12px ;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity:1;
} 

.card#card_2:hover::before {
  background:#2279ea;
} 

.card#card_2:hover::after {
  background:#2279ea;
} 


.card#card_3:hover::after {
  background:#2279ea;
} 

.card#card_3:hover::before {
  background:#2279ea;
} 


.flag{
  position: absolute;
  background: url(../img/flag.svg) no-repeat center center;
  width: 71px;
  height: 106px;
  top: -9px;
  right: 21px;
  z-index: 2;
}

.flag span{
  width: 37px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.03;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 80%;
  margin: 30px 2px 0 0;
}

.transport_img{
  position: absolute;
}

#rocket{
  bottom: 43px;
  left: 12px;
}

#jet{
  bottom: 206px;
  left: 12px;
}

#plain{
  bottom: 206px;
  left: 12px;
}

.card:hover .card_head,
.card.default .card_head{
  padding: 16px 21px 100px 21px;
  
}

.card_head{
  background: url('../img/bk2.png') no-repeat center center;
  background-size: cover;
  padding: 6px 21px 100px 21px;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.45s ease;
  -o-transition: 0.45s ease;
  transition: 0.45s ease;
}

#card_2 .card_head{
  background: url(../img/bk1.png) no-repeat center -10px;
  background-size: cover;
}

#card_3 .card_head{
  background:  url('../img/stars-3_bluel.png') no-repeat center -10px;
  background-size: cover;
}

.card_head::after{
  position: absolute;
  bottom:0;
  right: 0;
  content: '';
  width: 100%;
  height: 83px;
  background: URL('../img/clouds.png') no-repeat center top;
  background-size: cover;
}

.circle{
  width: 91px;
  height: 91px;
  background-color: #16254f;
  border-radius: 50%;
  margin: 16px auto 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}

.circle::before{
  content: '';
  display: block;
  position: absolute;
  width: 122px;
  height: 122px;
  opacity: 0.2;
  background-color: #16254f;
  top:50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  -webkit-animation: pulsegrow 1.1s linear infinite ;
          animation: pulsegrow 1.1s linear infinite ;
  
}

#card_2 .circle{
  background-color: #16254f;
}

#card_2 .circle::before{
  background-color:#16254f;
}
#card_3 .circle{
  background-color: #16254f;
}

#card_3 .circle::before{
  background-color:#16254f;
}

.circle p:first-child{
  font-family: Arial;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin: auto;
  position: relative;
  text-align: center;
}

.circle p:last-child{
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin: auto;
}

.card_price{
  text-align: center;
}

.price_num{
  
  font-size: 26px;
  color: #fff;
}

.price_curency{
  
  font-size: 16px;
  color: #fff;
}

.price_text{
  font-size: 18px;
  color: #fff;
}

#card_2 .price_text{
  font-size: 18px;
  color: #fff;
}

#card_2 .price_num{
  color: #fff;
}

#card_2 .price_curency{
  color: #fff;
}

#card_3 .price_text{
  font-size: 18px;
  color: #fff;
}

#card_3 .price_num{
  color: #fff;
}

#card_3 .price_curency{
  color: #fff;
}

.card_cta{
  margin-top: 15px;
  text-align: center;
}

.card_cta a{
  display: block;
  margin: auto;
  width: 187px;
  height: 43px;
  border-radius: 21.2px;
  background-color: #ffffff;
  color: #070b20;
  text-decoration: none;
}

.card_cta a>span{
  width: 76px;
  height: 14px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  color: #070b20;
  display: block;
  width: 100%;
}

.under_note{
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: none;
}

#card_2 .under_note{
  color: #fff;
  display: none;
}

#card_3 .under_note{
  color: #fff;
  visibility: hidden;
}

.under_note::before{
  content:'';
  position: absolute;
  top: -11px;
  right: -45px;
  width: 24px;
  height: 24px;
  background: url('../img/arrow_back.png') no-repeat center center;
  background-size: contain;
}

#card_2 .under_note::before{
  background: url('../img/arrow_back_w.png') no-repeat center center;
  background-size: contain;
}

.under_note::after{
  content:'';
  position: absolute;
  bottom: -12px;
  right: -9px;
  width: 118px;
  height: 7px;
  background: url('../img/undercurve.png') no-repeat center center;
  background-size: contain;
}

#card_2 .under_note::after{
  background: url('../img/undercurve_w.png') no-repeat center center;
  background-size: contain;
}

#card_2 .clouds, #card_3 .clouds {
  color: #0e1743;
}


.clouds{
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #bf5419;
  padding: 14px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#card_1 .clouds>span{
  color: #364ad9;
}
#card_2 .clouds>span{
  color: #4725b3;
}
#card_3 .clouds>span{
  
  color: #1f76e8;
}

#card_1 .clouds>span.info{
  color: #fff;
  cursor:pointer;
}

.clouds .info{
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  background-color: #be5419;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-right: 11px;
  position: relative;
  top: -1px;
}

.transport_img{
  display: none;
}

.row_b{
  
  height: 51px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 28px;

    display: none;
}

.row_b:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 16px 59px;
}

.row_b:last-child{
    border-radius: 0 0 12px 12px;
}
.row_b:nth-last-child(odd) {
  /* background: #f4f3f3; */
}

.check_mark{
  margin-left: 16px;
}

.text_row{
  /* display:flex; */
  

  font-size: 18px;
  
  line-height: 1.4;
  
  text-align: center;
  color: #666666;
  display: block;
  width: 100%;
}

.text_row span{
  color:#666;
  text-align: center;
  font-size: 18px;
  
  line-height: 1.4;
}

.more_ditails{
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.67;
  text-align: center;
  color: #ad4308;
  width: 100%;
  margin-top: 15px;
  
  position: relative;
}

.more_ditails>span{
  color: #364ad9;
  text-decoration: underline;
  cursor: pointer;
  -webkit-text-decoration-color: #364ad9;
          text-decoration-color: #364ad9;
}

#card_2 .more_ditails>span{
  color: #4725b3;
  -webkit-text-decoration-color: #4725b3;
          text-decoration-color: #4725b3;
}

#card_3 .more_ditails>span{
  
  color: #1f76e8;
  -webkit-text-decoration-color: #1f76e8;
          text-decoration-color: #1f76e8;
}

.more_ditails .ditails_pop{
  width: 267px;
  position: absolute;
  bottom: 57px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: auto;
  padding:0;
  border-radius: 12px;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0px 10px 60px 0 rgba(131, 131, 130, 0.73);
          box-shadow: 0px 10px 60px 0 rgba(131, 131, 130, 0.73);
  display: none;
}

.more_ditails .ditails_pop .ditails_pop_close{
  color: #666666;
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 3;
}

.list_ditails {
  padding-right: 7px;
}

li.li_ditails {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  line-height: 1.4;
  color: #878686;
  font-size: 18px;
  font-weight: normal;
  margin: 14px 0;
}

.rel_wrapper{
  width: 100%;
  height: 100%;
  position: relative;
  padding:26px 15px;
}

.triangle{
  position: absolute;
  bottom: -24px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.section2{
  background: #fff;
  padding: 50px 22px;
}

.section2 .h2_heading{
  font-family: Arial;
  font-size: 28px;
  line-height: 1.14;
  text-align: center;
  color: #2b74bd;
  font-weight: normal;
}

.column{
  margin-top: 35px;
}

.column *{
  color:#666;
}

.column img{
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
}

.column h3{
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #3b3939;
}

.column .under_h2{
  
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #3b3939;
}

.column .list_item{
  margin-top: 25px;
  padding-right: 30px;
  padding-left: 6px;
  position: relative;
}

.column .list_item .check_gray{
  position: absolute;
  top: 5px;
  right: -5px;
  width: 22px;
  height: auto;
  display: block;
}

.column .list_item .first_p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #666666;
  margin-bottom: 10px;
}

.column .list_item .second_p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  color: #666666;
 
}

.section3{
  background-color: #edebeb;
  padding:40px 0px;
}

.section3 .headingh3{
  font-size: 28px;
  font-weight: normal;
  line-height: 1.14;
  text-align: center;
  color: #2b74bd;
  max-width: 280px;
  margin: auto;
}

.slider_container{
  width: 100%;
  direction: ltr;
  position: relative;
  width:100%;
}

.slider_container .slide{
  width: 100%;
  position:relative;
}

.slider_container .slide .slide_heading{
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  color: #3b3939;
}

.slider_container .slide .slide_under_heading{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #3b3939;
  margin: auto;
  max-width: 180px;
}

.slider_container .slide .slide_img_container{
  width: 100%;
}

.slider_container .slide .slide_img_container img{
  width: 100%;
  margin: 20px 0px 30px;
}

.slider_container .slide.slide2 .slide_img_container img{
  width: 100%;
  margin: 0px 0px 10px;
}

.desk_img{
  display: none !important;
}

.tab_img{
  display: none !important;
}

.mob_img{
  display: block !important;
}

.slider_container .slide.slide2 .slide_img_container{
  padding: 15px 40px 0;
}

.slider_container .slide .slide_list_container{
  width: 100%;
  padding: 0 46px;
}

.slider_container .slide .slide_list_container .slide_list{
  width: 100%;
  padding: 0;
  margin: 0;
}

.slider_container .slide .slide_list_item{
  width:100%;
  position:relative;
  padding: 0 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider_container .slide .slide_list_item .slide_list_item_text{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  color: #666666;
  margin-bottom: 22px;
}

.slider_container .slide  .list_image_wrap{
  width: 46px;
  height: auto;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_container .slide  .list_image_wrap .slide_list_item_img{
  width:auto;
  display: inline-block;
  height: auto;
  margin: auto;
}

.slider_container .slick-list{
  direction: ltr;
}

.slider_container .slick-prev {
  left: 16px;
  top: 32%;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 9;
  background-size: contain;
  background: url('../img/arrow.svg') no-repeat center center;
  -webkit-transform: rotate(180deg) translateY(14px);
      -ms-transform: rotate(180deg) translateY(14px);
          transform: rotate(180deg) translateY(14px);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.slider_container .slick-prev:hover{
  background-size: contain;
  background: url('../img/arrow_hov.svg') no-repeat center center;
  -webkit-transform: rotate(0deg) translateY(-14px);
      -ms-transform: rotate(0deg) translateY(-14px);
          transform: rotate(0deg) translateY(-14px);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.slider_container .slick-next {
  right: 16px;
  top: 32%;
  width: 30px;
  height: 30px;
  opacity: 1;
  background-size: contain;
  background: url('../img/arrow.svg') no-repeat center center;
  -webkit-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
          transform: translateY(-14px);
}

.slider_container .slick-next:hover {
  background-size: contain;
  background: url('../img/arrow_hov.svg') no-repeat center center;
  -webkit-transform: rotate(180deg) translateY(14px);
      -ms-transform: rotate(180deg) translateY(14px);
          transform: rotate(180deg) translateY(14px);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.slider_container .slick-prev:before,.slider_container  .slick-next:before{
  font-size: 30px;
  line-height: 30px;
  opacity: 1;
  display: none;
}



.slider_container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slider_container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slider_container .slick-dots li button:before {
  font-family: 'slick';
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #2b74bd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider_container .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #2b74bd;
}

.slider_container .slide.slide1 .slide_img_container{
  /* margin-top: -64px; */
}

.links_bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 90%;
  max-width: 500px;
  margin: 40px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links_bottom_title{
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

.links_bottom_buttond{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  width: 100%;
}

.button_link{
  width: 243px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  background-color: #1f76e8;
  line-height: 49px;
  text-align: center;
  text-decoration: none;

  font-size: 18px;
  font-weight: bold;
 
  color: #ffffff;
  margin-bottom: 20px;
}

.button_link.left{
  background-color: #4524ae;
}



@media screen and (min-width: 768px) {
  .links_bottom_buttond{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto;
    width: 100%;
  }
  .q_container{
    padding: 0 20px;
    
    
  }
  .row_b:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0px 24px 20px;
}

  .section1{
    padding-bottom: 60px;
    padding-top: 70px;
    
  }

  .cards_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 728px;
    margin: auto;
  }
  .card{
    max-width: 230px;
    position: relative;
    top: 0px;
    -webkit-transition: 0.45s ease;
    -o-transition: 0.45s ease;
    transition: 0.45s ease;
    display: table;
  }

  #card_1{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }
  #card_2{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
            transform: translateX(3%);
  }
  #card_3{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
          transform: translateX(-3%);
  }
  .card:hover, .card.default{
    position: relative;
    top: -15px;
  }
  .flag {
    position: absolute;
    background: url('../img/flag.svg') no-repeat center center;
    width: 59px;
    height: 91px;
    top: -8px;
    right: 8px;
    z-index: 2;
  }
  .more_ditails .ditails_pop {
    width: 200px;
  }
  .rel_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section2_container{
    max-width: 728px;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 50px;
    }


   .section2 .section2_container .h2_heading{
      font-family: Arial;
      font-size: 36px;
      font-weight: normal;
      line-height: 1.22;
      text-align: center;
      color: #2b74bd;
      max-width: 580px;
      margin: auto;
    }

    .columns_container{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      
    }
    .columns_container .column{
      width: 35%;
    }
    .slider_section_wrap{
      max-width: 728px;
      margin: auto;
      padding: 50px 40px;
    }

    .slide_inner_flex{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }

    .slider_container .slide .slide_heading{
      font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    color: #3b3939;
    margin-top: 30px;
    }


    .slider_container .slide .slide_under_heading {
      max-width: 80000px;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: right;
      margin: 0;
      color: #3b3939;
      margin-bottom: 40px;
      max-width: 390px;
  }
    
    .slider_container .slide .slide_list_container{
      padding: 0;
    }

    .desk_img{
      display: none !important;
    }
    
    .tab_img{
      display: block !important;
    }
    
    .mob_img{
      display: none !important;
    }

    .slider_container .slide.slide2 .slide_img_container{
      padding: 0;
    }
  
    .slider_container .slick-next {
      right: -100px;
      top: 52%;
      width: 50px;
      height: 50px;
      opacity: 1;
    }

    .slider_container .slick-prev {
      left: -100px;
    top: 52%;
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 9;
    }

    .slider_container .slick-prev:before, .slider_container .slick-next:before {
      font-size: 43px;
      line-height: 43px;
      opacity: 1;
    }

    .slider_container{
      padding: 0 15px;
      margin-top: 30px;
    }

    .section3 .headingh3 {
      font-size: 36px;
      font-weight: normal;
      line-height: 1.14;
      text-align: center;
      color: #2b74bd;
      max-width: 9000px;
    }
    .mainHeading{
     height: auto;
     
      width: 450px;
      font-family: Arial;
      font-size: 42px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin: 0px auto 40px;
      
    }
    #stars_background {
      position: absolute;
      z-index: 0;
      width: 100%;
      top: 0;
      right: 0;
      height: 324px;
      background: url(../img/background.jpg) no-repeat center center;
      background-size: cover;
  }

}

@media screen and (min-width: 1200px) {
  .slider_container .slide.slide1 .slide_img_container{
    margin-top: -64px;
  }

  .row_b:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0px 59px 20px;
}
  #back-up{
    position: fixed;
      border-radius: 50%;
      bottom: 50px;
      right: 50px;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      width: 100px;
      height: 100px;
      overflow: hidden;
      background: url(../img/stars-3_bluel.png) no-repeat center center;
      -webkit-box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 1);
              box-shadow: 0px 10px 100px 0 rgba(195, 193, 193, 1);
      display: none;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 12px;
  }
  
  #back-up>img{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    height: 24px;
    width: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
    top: 0;
  }
  
  #back-up>p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  #stars_background {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
    height: 487px;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
  }
  .section1{
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .mainHeading {
    height: auto;
    width: 880px;
    font-family: Arial;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0px auto 80px;
  }

  .slider_container .slide .slide_img_container {
    width: 78%;
    position: absolute;
    top: 150px;
    left: -54px;
  }

  .slider_container .slide.slide2 .slide_img_container {
    width: 40%;
    position: absolute;
    top: 100px;
    left: 57px;
  }

  .slider_container .slide .slide_list_container .slide_list {
    width: 40%;
    padding: 0;
    margin: 0;
  }

  .slider_container .slide .slide_list_item {
    width: 100%;
    position: relative;
    padding: 0 0;
    margin: 0 0 20px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cards_container {
    
    display: flex;
    
            justify-content: space-between;
    
        /* align-content: center; */
    
    
        
    max-width: 1020px;
    margin: auto;
    position: relative;
    
            align-items: flex-end;
    right: 0px;
  }
  .card {
    max-width: 340px;
    position: relative;
    top: 0px;
    -webkit-transition: 0.45s ease;
    -o-transition: 0.45s ease;
    transition: 0.45s ease;
    display: block;
    -webkit-box-shadow: 0px 10px 100px 0 rgba(148, 146, 146, 0.35);
            box-shadow: 0px 10px 100px 0 rgba(148, 146, 146, 0.35);
  }

  .card#card_1{
    z-index: 2;
  }

  .card:hover, .card.default{
    z-index: 3;
  }
  #side_list{
    display: none;
    position: absolute;
    right:0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    bottom: 70px;
    width: 218px;
    border-radius: 0 12px 12px 0;
  }
  #side_list ul{

  }

  #side_list ul li{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 36px 0px 35px;
    height: 116px;
    position: relative;
  }

  #side_list ul li::after{
    content:'';
    position: absolute;
    bottom: -1px;
    display: block;
    width: 151px;
    height: 2px;
    background-color: #dbd7d7;
    right:23px;
  }

  #side_list ul li:last-child::after{
    display: none;
  }


  #side_list ul li:nth-child(5),#side_list ul li:nth-child(4){
    height: 70px;
  }

  #side_list ul li h5{
    text-align: right;
   
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  
  line-height: 1.35;
  letter-spacing: normal;
  text-align: right;
  color: #2b74bd;
  
  }

  #side_list ul li p{
    text-align: right;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: right;
    color: #666666;
  }
  #side_list ul li p strong{
    color: #666666;
  }
  .flag span {
    width: 37px;
    height: 34px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.03;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 80%;
    margin: 45px 2px 0 0;
}
.flag {
  position: absolute;
  background: url('../img/flag.svg') no-repeat center center;
  background-size: contain;
  width: 82px;
  height: 134px;
  top: -16px;
  right: 17px;
  z-index: 2;
}

.circle p:last-child {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

.circle {
  width: 113px;
  height: 113px;
  background-color: #16254f;
  border-radius: 50%;
  margin: 16px auto 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
.circle::before {
  content: '';
  display: block;
  position: absolute;
  width: 147px;
  height: 147px;
  opacity: 0.2;
  background-color: #16254f;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
  -webkit-animation: pulsegrow2 1.1s linear infinite;
          animation: pulsegrow2 1.1s linear infinite;
}
.price_num {
  font-size: 28px;
  color: #fff;
}
.price_text {
  font-size: 20px;
  color: #fff;
}
.card_cta {
  margin-top: 24px;
  text-align: center;
}

.card_cta a {
  display: block;
  margin: auto;
  width: 213px;
  height: 49px;
  border-radius: 24px; 
  background-color: #ffffff;
  color: #070b20;
  text-decoration: none;
}

.card_cta a>span {
  
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  color: #070b20;
  display: block;
  width: 100%;
}

.card.default .card_head ,
.card:hover .card_head {
  
  padding: 6px 21px 130px 21px;
  
}
#rocket {
  bottom: 52px;
  left: 20px;
}
.card:hover, .card.default {
  position: relative;
  top: 0px;
  margin-top: 14px;
}
.clouds {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  color: #bf5419;
  padding: 14px 26px;
  height: 56px;
}
.clouds .check_mark{
  display: none;
}
.clouds strong{
  color: #bf5419;
}
.row_b {
  height: 70px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;


   display: none;
}

.row_b:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 0px 59px 20px;
}

.row_b:nth-child(2),.row_b:nth-child(3){
  height: 116px;
}

.text_row {
    /* display: none; */
    color: #666;
    text-align: center;
}

.text_row span{
  text-align: center;
}
.check_mark{
  width: 28px;
  height: 28px;
  margin: 0;
}
.text_row2{
  display: block;
  
  font-size: 20px;
  font-weight: normal;
  
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

#card_2 .clouds>span,#card_3 .clouds>span{
  /* display: none; */
}

#card_2 .clouds,#card_3 .clouds{
  text-align: center;
}

#card_2 .clouds:after,#card_3 .clouds:after{
  display: none;
  content: '';
  width: 28px;
  height: 28px;
  background: url('../img/check-mark-icon_bluel.svg') no-repeat center center;
  background-size: contain;
  margin: auto;
}

#card_2 .clouds:after{
  background: url('../img/check-mark-icon_blued.svg') no-repeat center center;
  background-size: contain;
}

.more_ditails .ditails_pop {
  width: 280px;
}   
.rel_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section2_container {
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 80px;
}
.section2 .section2_container .h2_heading {
  max-width: 680px;
    font-family: Arial;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #2b74bd;
    margin-top: 12px;
    margin-bottom: 10px;
}


.column h3 {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #3b3939;
}

.section3 .headingh3{
  font-size: 42px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.32;
letter-spacing: normal;
text-align: center;
color: #2b74bd;

}

.slider_section_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 70px 80px;
}

.desk_img{
  display: block !important;
}

.tab_img{
  display: none !important;
}

.mob_img{
  display: none !important;
}



  
}


  

