@charset "utf-8";

html, body {
    margin : 0;
    padding: 0;
    color: #010101;
    font-size: 14px;
    font-family: 'MyriadPro-Regular', sans-serif;
    font-weight: 400;
    background-color: #fff;
    scroll-behavior: smooth;
    transition: all 300ms ease;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
@font-face {
  font-family: Jost-Regular;
  src: url(../fonts/Jost-Regular.woff2) format('woff2'), url(../fonts/Jost-Regular.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: ARCO;
  src: url(../fonts/ARCO.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: AstroSpace-eZ2Bg;
  src: url(../fonts/AstroSpace-eZ2Bg.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: AVGARDN;
  src: url(../fonts/AVGARDN.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Dosis-VariableFont_wght;
  src: src: url(../fonts/Dosis-VariableFont_wght.woff) format('woff');
  font-style: normal
}

@font-face {
  font-family: EncodeSans-VariableFont_wdth;
  src: url(../fonts/EncodeSans-VariableFont_wdth.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: GOTHICB;
  src: url(../fonts/GOTHICB.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: ITCAvantGardeStdBk;
  src: src: url(../fonts/ITCAvantGardeStdBk.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: ITCAvantGardeStdMd;
  src: url(../fonts/ITCAvantGardeStdMd.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: ITCAvantGardeStdXLt;
  src: url(../fonts/ITCAvantGardeStdXLt.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: src: url(../fonts/Montserrat-SemiBold.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url(../fonts/MyriadPro-Regular.woff) format('woff');
  font-style: normal
}
@font-face {
  font-family: OldSansBlack;
  src: url(../fonts/OldSansBlack.woff) format('woff');
  font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Header Css*/
.header_top{
  background-color: #440099;
  display: block;
  position: relative;
}
.header_top .header_top_logo{
  text-align: center;
}
.header_top_logo a{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  float: right;
  text-align: center;
  display: block;
  margin: 12px 0px;
}
.header_top_logo a i{
  padding-right: 4px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.nav_head{
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.nav_head .nav-item .nav-link{
  color: #010101;
}
.no_padding{
  padding: 0;
}
.nav_head .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 16px;
    color: #242933;
    letter-spacing: 1px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: 600;
}
.nav_head .navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #440099;
}
.nav_head .nav-link{
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
}
.nav_head .dropdown-toggle::after{
  display: none;
}
/*.nav_head .navbar-expand-lg .navbar-nav{
  margin: 0 auto;
}*/
.user_icon{
  justify-content: center;
  align-items: center;
  text-align: center;
}
.user_icon i{
  font-size: 20px;
}
.dropdown-menu .dropdown-item{
  padding: 0.5rem 1rem;
}

/*Scroll Sticky*/
.nav_head_1.sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
/*.sticky.nav_head {display: none;}*/
.sticky.nav_head_1::after {height: 57px;}
.nav_head.sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  left: 0;
  padding: 2px 0px 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  animation: smoothScroll 1s forwards;
  border-bottom: 1px solid #f0f2f5;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.nav_head.sticky .navbar{
  padding: 0.3rem 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.nav_head .navbar-light .navbar-brand img{
  width: 100px;
  height: auto;
}

.user_dropdown .dropdown-toggle span{
  padding-left: 10px;
}
.nav-item:last-child{
  text-align: right;
}
.nav_head .navbar-expand-lg .navbar-nav .nav-link.btnpink{
  background-color: #ec098c;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 15px;
  font-size: 16px;
}
.head_top_btn{
  text-align: right;
  margin: 0 0 0 auto;
}
.head_top_btn .btnpink{
  background-color: #ec098c;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 15px;
  font-size: 16px;
}
.sup-text {
  position: relative;
  top: -0.95em;
  background: #ec098c;
  color: #fff;
  padding: 2px 6px 2px 6px;
  font-size: 8px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 15px;
}
.sup-text_1{
  background-color: #26abe0;
}
.hover01{
  overflow: hidden;
  border-top-right-radius: 25px;
   border-top-left-radius: 25px;
}
.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.hover01:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.vivo_title{
  position: relative;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}
.vivo_title h2{
   font-family: 'Jost-SemiBold', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #010101;
  text-transform: uppercase;
}
.vivo_title h2::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: #435fff;
}
.vivo_title h2::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: #435fff;
}

/*Banner Css*/
.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}

.owl_banner.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.owl_banner.owl-theme .owl-dots .owl-dot.active span, .owl_banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #662e9b;
}
.owl_banner.owl-theme .owl-dots .owl-dot span{
  width: 40px;
  margin: 5px 0px;
  border-radius: 0;
}
.owl_banner.owl-theme .owl-dots .owl-dot:first-child span{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #662e9b;
}
.owl_banner.owl-theme .owl-dots .owl-dot:nth-child(2) span{
  background-color: #ec098c;
}
.owl_banner.owl-theme .owl-dots .owl-dot:last-child span{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #1cabe2;
}

.pre_book{
  position: relative;
  display: block;
  background-color: #d5d5db;
  padding: 30px 0px;
}
.pre_book_disp{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prebook_info h3{
  font-size: 24px;
  color: #080807;
  font-weight: 600;
  margin-bottom: 1rem;
  /*font-family: 'Montserrat-SemiBold', sans-serif;*/
  letter-spacing: 1px;
}
.prebook_info p{
  font-size: 18px;
  /*max-width: 350px;*/
  margin: 0;
  /*letter-spacing: 1px;*/
  /*font-weight: 600;*/
}
.pre_book_disp span .btn_prebook{
  background-color: #ec098c;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 15px;
  margin-left: 20px;
  width: 170px;
  font-size: 16px;
}
.prebook_img{
  position: relative;
}
.prebook_img img{
  position: absolute;
  top: -62px;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.banner_images {
  position: relative;
}
.banner_images .owl-theme .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.banner_images .owl-theme .custom-nav .owl-prev, .banner_images .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 60px;
  width: 60px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.banner_images .owl-theme .custom-nav .owl-prev i, .banner_images .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.banner_images .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.banner_images .owl-theme .custom-nav .owl-next {
  right: 0;
}

/*Educational kit css*/
.educ_kit{
  display: block;
  padding: 30px 0px 0px;
}
.educ_kit .educ_kit_info h3{
  text-align: center;
  font-size: 28px;
  font-weight: 800;
}
.educ_kit .educ_kit_info h5{
  text-align: center;
  font-size: 18px;
  margin-bottom: 2rem;
}
.educ_kit .educ_kit_info p{
  font-size: 18px;
  text-align: center;
}
.educ_kit .lite_features{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: 3.2rem;*/
}
.educ_kit .lite_icon_info{
  margin-left: 10px;
}
.educ_kit .lite_icon_info h3{
  color: #4395ff;
  font-weight: 600;
  font-size: 20px;
}
.educ_kit .lite_icon_info h3 span{
  display: block;
}
.educ_kit .lite_icon_info p{
  font-size: 16px;
  margin-bottom: 0;
}
.educ_kit .lite_icon_img img{
  /*width: 70px;*/
  padding-right: 8px;
}
.lite_btn{
  text-align: center;
  margin-top: 10px;
}
.educ_kit .btn_software{
  background-color: #ec098c;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 15px;
  font-size: 16px;
}

/*AI Lite Css*/
.ai_lite{
  background-color: #f2f2f2;
  display: block;
  position: relative;
  padding: 30px 0px;
}
.ai_lite_info h3{
  color: #010101;
  font-weight: 600;
  font-size: 24px;
}
.ai_lite_info p{
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.ai_power{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.ai_power .ai_power_info h3{
  color: #eb007c;
  font-weight: 600;
  font-size: 22px;
}
.ai_power .ai_power_info p{
  font-size: 20px;
  margin-bottom: 0;
}
.green_book .btngreen{
  background-color: #04c372;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 15px;
  margin-left: 0px;
  margin-top: 1rem;
  width: 170px;
  font-size: 16px;
}
.d_table {
    display: table;
}
.disp_cell {
    display: table-cell;
    vertical-align: middle;
}
/*.bg_gray{
  background-color: #f7f7ff;
  border-radius: 35px;
}*/
#sw_compatibility.sw_compatibility{
  padding: 30px 0px 30px;
}
.sw_compatibility_info {
    background-color: #440099;
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.sw_compatibility_info h3{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.sw_compatibility_info p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.sw_compatibility_img{
  background-color: #f7f7ff;
  display: block;
  position: relative;
  padding: 20px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.sw_compatibility_img ul{
  text-align: center;
}
.sw_compatibility_img ul li{
  display: inline-block;
}
.sw_compatibility_img ul li:nth-child(1), .sw_compatibility_img ul li:nth-child(2){
  width: 35%;
  text-align: center;
}
.sw_compatibility_imags img{
  width: 100%;
  margin: 1rem 0;
}


.mobile_app{
  padding: 0px 0px 0px;
  display: block;
  position: relative;
}
.mobile_app .mobile_app_info{
  text-align: center;
}
.mobile_app .mobile_app_info h3{
  margin-top: 3rem;
}
.mobile_app .mobile_app_info p{
  text-align: left;
  font-size: 1.3rem;
}
.app_video iframe{
  border-radius: 25px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.app_icon{
  text-align: center;
  margin-bottom: 1rem;
}
.app_icon li{
  display: inline-block;
  text-align: center;
  padding: 0px 10px;
}
.app_icon li:nth-child(1) i{
  font-size: 18px;
  background-color: #95c11f;
  color: #fff;
  border-radius: 25px;
  padding: 8px 10px;
}
.app_icon li:nth-child(2) i{
  font-size: 18px;
  background-color: #999999;
  color: #fff;
  border-radius: 25px;
  padding: 8px 10px;
}
.app_icon li:nth-child(3) img{
  width: 32px;
}

/*Package Plan*/
#package_plan.package_plan{
  padding: 30px 0px 30px 0px;
}
.package_title{
  color: #d41e81;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.package_img{
  text-align: center;
}
.package_plan-info p{
  font-size: 20px;
  /*max-width: 500px;*/
}
.package_plan_img ul{
  padding: 30px 0px;
}
.package_plan_img ul li{
  display: table-cell;
  padding: 0px 5px;
}
.package_plan_img ul li img{
  border-radius: 10px;
}

/*Lite Slider*/
.lite_slider{
  display: block;
  padding: 30px 0px;
}
.lite_slider .lite_slider_info{
  text-align: center;
  margin-bottom: 2rem;
}
.lite_slider .lite_slider_info h3{
  color: #d41e81;
  font-size: 24px;
  font-weight: 800;
}
.lite_slider .lite_slider_info p{
  font-size: 20px;
}
.lite_innovative img{
  width: 100%;
}
.small_font{
  font-size: 10px;
}

.about_this{
  padding: 30px 0px;
  position: relative;
}
.about_this .btngreen {
    background-color: #04c372;
    text-decoration: none;
    color: #fff;
    border-radius: 65px;
    padding: 8px 15px;
    font-weight: 600;
    width: 200px;
    letter-spacing: 2px;
}
.abt_green{
  text-align: center;
  margin: 3rem 0 3rem;
}
.abt_this_info h3{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 600;
}
.abt_this_info p{
  font-size: 18px;
}

#questions.questions{
  padding: 30px 0px 30px;
  display: block;
}
.questions_info{
  text-align: center;
}
.mail_pink{
  color: #d41e81;
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.questions_info h4{
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.questions_info p{
   font-size: 18px;
}
.questions_info h5{
  color: #440099;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.form_ques{
  padding: 15px 0px 30px;
}
.form_groups{
  border-radius: 25px;
  height: 40px;
  background-color: #f0f0f0;
  border: none;
  padding: 0px 20px;
}
.form_groups.form-control:focus {
    background-color: #f0f0f0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.btn_pink{
  background-color: #ec098c;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 6px 25px;
  font-size: 16px;
}
.btn_pink.btn:hover{
  color: #fff;
}
.form_ques form{
  text-align: center;
}
.footer_bg{
  background-color: #440099;
  height: 45px;
}

/*Footer Css*/
.footer_bottom{
  background: #fff;
  padding: 60px 0px 40px;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #f0f2f5;
  box-shadow: 0 4px 16px rgb(100 95 136 / 20%);
}
.footer_weight .f-logo{
  margin-bottom: 0px;
}
.footer_weight p{
  color: #010101;
  font-size: 14px;
  margin: 20px 0px;
  font-family: 'Jost-Medium', sans-serif;
}
.c-info.c-info-mb{
  margin-bottom: 0;
}
.c-info {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.c-info ul{
  padding: 0;
  margin: 0;
}
.c-info ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-info.c-info-link ul li {
  width: 48%;
  display: inline-block;
}
.c-info ul li a{
  color: #4d5766;
  font-family: 'Jost-Medium', sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0px;
  display: block;
  transition: 0.3s;
}
.c-info ul li a:hover{
  color: #415fff;
}
.c-info > span:first-child {
  border: 1px solid #4d5766;
  color: #4d5766;
  display: inline-table;
  font-size: 16px;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 7px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 30px;
}
.c-info > span:first-child i {
  display: table-cell;
  vertical-align: middle;
}
.c-info:hover > span:first-child {
  /*background: #d77d33 none repeat scroll 0 0;*/
  color: #415fff;
  border: 1px solid #415fff;
  font-family: 'Jost-Medium', sans-serif;
}
.c-info > span:last-child {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 10px 50px;
    color: #4d5766;
    font-family: 'Jost-Medium', sans-serif;

}
.c-info > span a{
  color: #4d5766;
  text-decoration: none;
  font-family: 'Jost-Medium', sans-serif;
  font-size: 15px;
}
.footer_weight h3{
  color: #010101;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Jost-SemiBold', sans-serif;
}
.footer_weight .form-control{
  height: 45px;
}
.footer_weight form .btn{
  width: 100%;
  display: block;
  background-color: #d77d33;
  border-color: #d77d33;
  height: 45px;
}

.copyright{
  padding: 10px 0px;
  position: relative;
  display: block;
  background-color: #242933;
}
.copy_rights{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy_rights p{
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.copy-right-link p a, .copy-right-link p span{
  position: relative;
  padding: 0px 5px 0px 5px;
}
.copy-right-link p a:after{
  border-right: 1px solid #ddd;
  content: '';
  position: absolute;
  top: 0px;
  width: 10px;
  height: 20px;
}
.copy-right-link p a:last-child:after{
  border-right: 0;
}
.copy_rights a{
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 400;
}
.copy_rights a:hover{
  color: #415fff;
  letter-spacing: 0.01rem;
}


.social_media ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.social_media ul > li{
  list-style: none;
  display: inline-block;
}
.social_media ul > li > a{
  text-decoration: none;
}
.social_media ul > .callus > a{
  border-radius: 25px;
  background-color: #d9daff;
  padding: 8px 10px;
  color: #2e3092;
  margin-right: 2px;
  transition: 0.3s;
}
.social_media ul > .callus > a:hover{
  background-color: #d2772d;
  color: #fff;
}
.social_media .s_media{
  padding: 1px;
}
.social_media .s_media a{
  width: 40px;
  height: 40px;
  border-radius: 65px;
  color: #fff;
  background-color: #4d5766;
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.social_media .s_media a:hover{
  background-color: #415fff;
  color: #fff;
}
.get_lite{
  background-color: #f2f2f2;
  display: block;
  position: relative;
  padding: 30px 0px;
  margin-top: 0rem;
  text-align: center;
}
.price_color{
  color: #ec098c;
  font-weight: bolder;
  font-size: 55px;
  font-family: 'ITCAvantGardeStdMd',sans-serif;
}
.get_lite_info ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.get_lite_info ul li{
  display: inline-block;
  /*width: 22%;*/
}
.get_lite_info ul li:last-child{
  display: inline-table;
  /*width: 30%;*/
}
.get_lite_info ul li span{
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.get_lite_info ul li h1{
  font-size: 28px;
  color: #010101;
}
.get_lite_info .btngreen {
  background-color: #04c372;
  text-decoration: none;
  color: #fff;
  border-radius: 65px;
  padding: 8px 15px;
  /*font-weight: 600;*/
  width: 200px;
  /*letter-spacing: 2px;*/
  margin: 0.5rem 0;
  font-size: 16px;
}