@charset "utf-8";


body {
	    font-family: 'SFProDisplay-Regular'!important;
          font-size: 15px;
}





input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
#slider-home .owl-nav >div{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}



/* // header  */
.page-header{
    padding: 16px 0;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
}
.page-header #logo-header-elsa {
    width: 150px;
    height: 50px;
    margin-right: 60px;
}

.page-header #logo-header-elsa-atag {
  z-index: 10;
}

/* list naviga  */
ul.header-naviga-list{
    padding-left: 0px;
    margin-bottom: 0px !important;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.header-naviga-list > li {
    display: flex;
    align-items: center;
    /* margin-right: 21px; */
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    font-style: normal;
   
    color: #000000;
    position: relative;
}

ul.header-naviga-list > li > a {
  margin-right: 3px;
  font-size: 16px;
  text-decoration: none;
  line-height: 19px;
  font-style: normal;

  color: #000000;
  z-index: 99
}

ul.header-naviga-list > li > a:hover {
  color: #38BBFF
}

ul.header-naviga-list > li > i {
  color: #38BBFF;
}

ul.header-naviga-list > li:last-child{
    margin-right: 0;
}

/* login button  */

#header-login-button {
    padding-left: 23px;
    margin-left: 19px;
    border-left: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
}

span#burger-menu-icon {
    display: none;
}

.page-header .btn-elsa-custom-blue {
    width: 190px;
    padding: 14px 30px;
}

.page-header .btn-elsa-custom-blue a {
  color: #fff;
  font-weight: 700;

  font-size: 18px;
  line-height: 14px;
  text-align: center;
}

.page-header .btn-elsa-custom-blue a:hover {
  color: #fff;
}

#burger-menu-elsa
{
  display: block;
  position: relative;
  /* top: 50px;
  left: 50px; */
  right: 0  ;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menu li {
  position: relative;
}
#menu .menu-item-has-children .sub-menu {

}
#burger-menu-elsa a
{
  text-decoration: none;
  color: #232323;
  font-size: 14px;
  transition: color 0.3s ease;
}

#burger-menu-elsa a:hover
{
  /* color: #38BBFF; */
}

#burger-menu-elsa > input
{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: -4px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


/* create hamburger from span  */

#burger-menu-elsa > span
{
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 8px;
  position: relative;
  
  background: #042132;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#burger-menu-elsa span:first-child
{
  transform-origin: 0% 0%;
}

#burger-menu-elsa span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*END  create hamburger from span  */

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
 #burger-menu-elsa input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, 0px);
   background: #232323;
 }

 /* HIDE TRANSITION  */
 #burger-menu-elsa input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* * the last one go the other direction */

#burger-menu-elsa input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(1px, -1px);
}

 /* END TRANSITION  */

 /* MENU BURGER -CONTAIN  */

 #menu
{
  position: absolute;
  width: 100vw;
  margin: -100px 0 0 -50px;
  padding: 50px 24px;
  padding-top: 125px;
  
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  /* transform: translate(calc(0% + 100px), 0); */
  transform: translate(-200vw, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  box-shadow: 0 2px 15px 0 rgba(56,56,56,.12);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu .dropdown-toggle::after {
  content: url('../../static/Icons-Logo/');
}

/*
 * And let's slide it in from the left
 */
#menu .nav-link{
  padding: 0;
}

#menu i {
  color: #38BBFF;
  font-size: 12px;
}

#burger-menu-elsa input:checked ~ ul
{
  transform: translate(calc(-100% + 107px), 0);
  /* transform: none; */
}

.menu-item-has-children{
  padding: 0.5rem;
}

.menu-item-has-children:after {
  content: "\f0dd";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -5px;
  color: #38bbff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 98;
  padding-top: 11px;
}
#menu .menu-item-has-children:after {
  content: "\f0da";
  font-size: 15px;
  padding-top: 20px;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #38BBFF;
  color: #fff;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  margin-top: -2px;
  margin-left: -15px;  
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  border:none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.menu-item-has-children .sub-menu li a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
}
.menu-item-has-children .sub-menu li a:hover {
  background-color: #38bbff;
  color: #fff;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
  /* margin-top: 8px;  */
}

.menu-item-has-children:hover > a {
  color: #38BBFF;
}

.dropdown-item {
  padding: 10px 15px;
  color:#000000;
  font-size: 14px;
}



#burger-menu-elsa .sub-menu a {
  font-size: 12px;
}

#burger-menu-elsa #menu li {
  line-height: 100%;
  width: fit-content
}

#burger-menu-elsa .sub-menu {
  left: calc(100% + 15px );
  top: 80%;
}
#burger-menu-elsa #menu li .sub-menu li {
  width: 100%;
  padding: 0px;
}

.page-header #burger-menu-elsa #menu .btn-elsa-custom-blue {
  width: 190px;
  padding: 14px 30px;
}

.page-header #burger-menu-elsa #menu .btn-elsa-custom-blue a {
  color: #fff;
}

#burger-menu-elsa #menu {
  padding-bottom: 30px;
}

/* END MENUBURGER -CONTAIN */

@media (min-width: 992px){
    #burger-menu-elsa{
        display: none;
    }
}

@media (max-width: 991px){
    .page-header > *:not(#logo-header-elsa-atag):not(#burger-menu-elsa){
        display: none ;
    }
    span#burger-menu-icon {
        display: block;
        font-size: 39px;
        /* position: relative; */
    }
    .page-header{
        width: 100%;
        background: #fff;
    }
}

@media (max-width: 1199px){
    .page-header{
        padding: 16px 24px;
        box-shadow: 0 0 8px 2px rgb(0, 0, 0, 0.2);
    }
}


@media (max-width: 768px){
    ul.header-naviga-list > li > a {
        z-index: 97
    }
    #menu .menu-item-has-children:after {
      margin-left: 10px;
    }
}

/* body apply all  */



body a:hover {
    text-decoration: none;
}
body a.btn:hover {
    color: #fff;
}
/* button bg custom  */

.btn-elsa-custom-blue, .btn-elsa-custom-pink, .btn-elsa-custom-gray {
    outline:none;
    border-radius: 50px;
    border: none;
    /* padding: 14px; */
    padding: 16px 56px 16px 56px;
    display: flex;
    transition: all 0.3s ease-in-out;
    background-size: 150% auto;
    justify-content: center;
    align-items: center;
    /* width: 180px; */
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    width: 250px;
}

.btn-elsa-custom-blue:hover, .btn-elsa-custom-pink:hover{
    /* background-position: right */
    opacity: 0.8;
    /* background-image: linear-gradient(180deg, #29F4FF 26.11%, #5257FF 151.97%) ;  */
}

.btn-elsa-custom-blue, .btn-elsa-custom-pink {
    color:#FFFFFF;
    font-weight: bold;

    font-size: 18px;
    line-height: 14px;
    text-align: center;
      font-family: 'SFProDisplay-Bold';
}

.btn-elsa-custom-gray{
    color: #171F48;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(180deg, #F9F9F9 0%, #D6D6D6 100%);
    border-radius: 40px;
    padding: 10px 24px;
    width: unset;
    transition: background 0.3s ease-in-out;
}

.btn-elsa-custom-gray:hover {
    background: linear-gradient(180deg, #F9F9F9 0%, #D6D6D6 50%);
}


.btn-elsa-custom-blue {
    background-image: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%) ; 
}

.btn-elsa-custom-pink{
    background-image: linear-gradient(180deg, #FFA1AA 2.38%, #FF5997 93.17%) ; 
}

.max-width-allpage {
    max-width: 1200px;
    margin: auto;
}

.phone-nowrap {
    white-space: nowrap;
}

.elsa-custom-input {
    background: #FFFFFF;
    border: 2px solid #57B3FF;
    border-radius: 0;
}

.elsa-custom-input:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
} 

.buy-lifetime-packed,.buy-1year-packed {
    border-radius: 4px;
    padding: 5px;
    border: none;
    /* margin: 13px 0 5px 0; */
    margin: auto;
    text-decoration: none !important;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.buy-lifetime-packed {
    color: white;
    background: #D40C17;
}

.buy-lifetime-packed:hover {
    color: #D40C17;
    background: #fff;
    border: 1px solid #D40C17;
}

.buy-1year-packed {
    color: white;
    background: #126E29;
}

.buy-1year-packed:hover {
    color: #126E29;
    background: #fff;
    border: 1px solid #126E29;
}



.elsa-story-block iframe {
    min-height: 320px;
}
.youtube-video-place {
	position: relative;
}
.youtube-video-place iframe {
	width: 100%;
}
.youtube-video-place .play-youtube-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.youtube-video-place .play-youtube-video img {
	width: 100px;
}

page-footer.row > .gov-container {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 32px;
}

ul.footer-list {
    list-style: none;
    padding-left: 0px;
}

ul.footer-list li:not(:last-child) {
    margin-bottom: 20px;
}

ul.footer-list li a {
    color: #FFFFFF;
}
.pll-parent-menu-item a img {
	margin-bottom: 2px;
}
table, th, td {
  border: 1px solid black;
}
.youtube-video-place img {
	border-radius: 20px;
}
.wp-block-embed.aligncenter {
	text-align: center;
}
.hc-nav-trigger.hc-nav-1{
	display: none!important;
}
.second-nav{
	display: none;
}


.under-banner-container {
    padding: 120px 0;
    
}

.under-banner-title {
    font-size: 40px;
line-height: 55px;
color: #000000;
margin-bottom: 40px;
  font-family: 'SFProDisplay-Bold';
}

.under-banner-text {
    font-size: 18px;
    line-height: 180%;
    color: #171F48;
    margin-bottom: 40px;
}
.under-banner-text p {
    margin-bottom: 0px;
}



.right-video-under-banner {
    padding-left: 28px;
}
.right-video-under-banner iframe{
	border-radius: 20px;
    width: 100%;
    height: 350px;
}
.left-text-under-banner {
    padding-right: 28px;
}

.under-banner-button-contain {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.under-banner-button-contain > a:not(:last-child){
    margin-right: 8px;
}

.section-icon-box .content-video-block {
    margin-bottom: 30px
}



.block-item-under-header {
    display: flex;
    margin-top: 40px;
   
        min-height: 130px;

}

.content-block-icon {
    margin-right: 22px;
    width: 96px;
    height: 96px;
    position: relative;
    top: 0px;
}

.block-item-text-content > .block-item-text-title {
    color: #171F48;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
      font-family: 'SFProDisplay-Bold';
}

.block-item-text-content > .block-item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    color: #171F48;
    margin-bottom: 0;
}
.small-text-homepage {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
        margin-top: 20px;
}









.elsa-speak-block {
    background-image: url("../images/background-elsa-speak.png");
    background-size: cover;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 112px;
    color: #fff;
}

.elsa-speak-block-content {
    /* width: 50%; */
    position: relative;
    /* margin-left: auto; */
    /* margin-right: 0; */
}

.small-header-elsa-speak {
    color: #ffffff !important;
}

.elsa-speak-block-text {
    font-size: 18px;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 48px;
}

.elsa-speak-block-title {
    width: 80%;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 48px;
      font-family: 'SFProDisplay-Bold';
}

.elsa-speak-block-list-item {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.elsa-speak-block-list-item > img {
    margin-right: 8px;
}

.elsa-speak-block-list-item > span {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
      font-family: 'SFProDisplay-Bold';
}

.img-elsa-speak {
    object-fit: contain;
    object-position: center;
}

.elsa-speak-button-contain {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.elsa-speak-button-contain > a:first-child {
    margin-right: 48px;
}


.elsa-speak-block-list-content {
    margin-bottom: 24px;
    display: flex;
}

.elsa-speak-block-list-left-side {
    margin-right: 48px;
}



.elsa-feeling-block {
    padding: 112px 0;
    overflow: hidden;
}

.elsa-feeling-header {
    text-align: center;
    margin-bottom: 72px;
}

.elsa-feeling-title {
    color: #000000;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    /* margin-top: 8px; */
    margin-bottom: 0;
       font-family: 'SFProDisplay-Bold';
}

.elsa-feeling-review-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elsa-feeling-review-item {
    background: url('../images/elsa-feeling.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    color: #ffffff;
    padding: 0 44px;
    padding-top: 63px;
    position: relative;
    padding-bottom: 160px;
}

.comma-icon {
    margin-right: 30px;
    /* margin-bottom: 24px; */
    margin-bottom: 0px;
}

.review-item-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.review-item-header > h5 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 0;
}

.review-item-text {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 24px;
}

.author-review {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #ECECEC;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 40px 40px;
}

.author-review > img.author-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.author-review > .info-author {
   
    color: #000000;
    font-size: 20px;
    line-height: 27px;
}

.author-review > .info-author > .author-name {
    margin-bottom: 8px;
}

.author-review > .info-author > .author-work-position {
    margin-bottom: 0;
}

.elsa-feeling-block .btn-elsa-custom-gray {
    margin: auto;
    margin-top: 80px;
    max-width: 405px;
}

/* @media (max-width:9) */


@media (max-width: 991px){
    .elsa-feeling-review-block > div:not(:last-child){
        margin-bottom: 21px;
    }
}

@media(max-width: 768px){
    .elsa-feeling-block {
        padding: 40px 0;
    }

    .comma-icon {
        margin-right: 10px;
    }

    .review-item-header {
        align-items: flex-end;
    }

    .elsa-feeling-title {
        font-size: 18px;
        line-height: 25px;
        color: #000000;
    }

    .elsa-feeling-block .btn-elsa-custom-gray {
        margin-top: 20px;
    }

    .elsa-feeling-header {
        margin-bottom: 20px;
    }

    .comma-icon{
        width: 37px;
        height: 34px;
    }
    .review-item-header > h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .review-item-text {
        color: #9D9D9D;
        font-size: 15px;
        line-height: 180%;
    }
    .author-review > img.author-img {
        width: 52px;
        height: 52px;
    }
    .author-review > .info-author > .author-name{
        font-size: 16px;
line-height: 22px;
    }
    .author-review > .info-author > .author-work-position{
        font-size: 15px;
line-height: 14px;
    }
    .elsa-feeling-review-item{
        padding-top: 24px;
        padding-bottom: 100px;
    }
}




.elsa-partners-header {
    text-align: center;
}

.elsa-partners-header > .elsa-partners-title{
    margin-bottom: 16px;
     font-family: 'SFProDisplay-Bold';
    font-size: 32px;
    line-height: 44px;
    color: #000000;
}

.elsa-partners-header > .elsa-partners-text {
    max-width: 605px;
    margin: auto;
    color: #171F48;
    font-size: 18px;
    line-height: 180%;
}

.elsa-partners-block #elsa-partners{
    width: 100%;
    object-fit: contain;
    object-position: center;
}



.elsa-story-block {
    background: url("../images/elsa-story-desktop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}


.story-left-side-video,
.story-right-side-text {
    height: 100%;
   
}

.story-video-title {
    color: #171f48;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 8px;
      font-family: 'SFProDisplay-Bold';
}

.story-video-text {
    font-size: 18px;
    line-height: 22px;
    color: #9d9d9d;
    text-align: right;
    margin-bottom: 0;
}

.story-right-side-text .right-side-text {
    font-size: 18px;
    line-height: 180%;
    color: #171f48;
    text-align: justify;
    margin-bottom: 54px;
}

.story-left-side-video iframe {
    min-height: 390px;
}

@media (max-width: 991px) {
    .elsa-story-block {
        padding: 36px 0;
        margin: 0;
        background: url("../images/elsa-story-mobile.png");
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }
}



.section-contact-form .contact-forn-home{
	background: #FFFFFF;
    box-shadow: -5px 5px 15px rgb(12 36 64 / 30%);
    border-radius: 20px;
    padding: 40px 32px;
    width: 65%;
    margin: auto;
    text-align: left;
}
.section-contact-form .contact-forn-home .item label{
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}
.section-contact-form .contact-forn-home .item  input[type=text]{
	background: #FFFFFF;
    border: 2px solid #57B3FF;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}
.section-contact-form .contact-forn-home  textarea{
	width: 100%;
    border: 2px solid #57B3FF;
    height: 130px;
    padding:10px;
}
.section-contact-form .contact-forn-home .item  {
	padding-bottom: 15px;
}
.section-contact-form .contact-forn-home .item  label{
	font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #06BAE8;
    display: flex;
    align-items: center;
}
.section-contact-form .contact-forn-home .item  label img{
	    margin-right: 8px;
    width: 25px;
}
.section-contact-form{
	text-align: center;
    background: linear-gradient(0deg, #9be0ff 0%, #d1f1ff 100%);
    padding: 64px 0;


}
.section-contact-form .title-1{
	   font-family: 'SFProDisplay-Bold';
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 30px;

}
.section-contact-form .contact-forn-home .item-2{
	font-size: 16px;
}
.section-contact-form .contact-forn-home .item-2 input[type="checkbox"]{
	border: 2px solid #57B3FF;
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.section-contact-form .contact-forn-home .item .submit{
	background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
    border-radius: 13px;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    width: 100px;
}
.slider-partner  .item .item-child{
    height: 125px;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 1px;
    overflow: hidden;
    padding:10px;
}
.slider-partner  .item .item-child img{
	    width: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.partner-home{
	padding:70px 0;
}
.partner-home .slider-partner{
	margin-top: 30px;
	padding-bottom: 50px;
}
.slider-partner  .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #dadadc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 5px;
}
.slider-partner  .owl-dots .owl-dot.active{
	background: #aaaaab;
}
.slider-partner  .owl-dots {
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
}
.section-part{
	    background: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 71px;
}
.section-part .slider-partner {
	margin-top: 40px;
	padding-bottom: 40px;
}


.elsa-news-block {
   
    text-align: center;
    padding: 80px 0;
}

.news-block-title {
    color: #000000;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 37px;
      font-family: 'SFProDisplay-Bold';
}

.home-news-item {
    cursor: pointer;
}

/* .home-news-item:hover  {
    background: #C4C4C4;
    border-radius: 40px 40px 0 0;
} */

.home-news-item .news-img {
    width: 100%;
    height: 255px;
    border-radius: 10px;
    object-fit: cover;
}

.home-news-item .news-title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: justify;
    color: #000000;
}


.home-news-item .news-text {
    color: #171F48;
    text-align: justify;
    font-size: 18px;
    line-height: 180%;
}

.home-news-item .news-title {
    margin-bottom: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    text-align: left;
    margin-top: 12px;
       font-family: 'SFProDisplay-Bold';
}

.home-news-item .news-text{
    margin-bottom: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    text-align: left;
}

.home-news-item >:last-child {
    margin-bottom: 0
}




.page-footer {
  
    background: linear-gradient(179.84deg, #29216f 0.14%, #0d0d28 157.66%);
   padding: 50px 0;
}

.first-footer-block > .logo-footer {
    margin-bottom: 16px;
}

.first-footer-block > div > div {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.first-footer-block span {
    font-size: 15px;
    line-height: 19px;
}
.first-footer-block span:not(:last-child) {
    margin-bottom: 8px;
}

.first-footer-block span > a {
    color: #fff;
}

.second-footer-block  ul.footer-list,
.third-footer-block ul.footer-list {
    color: #fff;
    list-style: none;
    margin-bottom: 0;
}

.second-footer-block  ul.footer-list > li,
.third-footer-block ul.footer-list > li {
    /* color: #fff; */
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
}

.second-footer-block  ul.footer-list > li > a,
.third-footer-block ul.footer-list > li > a {
    color: #fff;
}

.second-footer-block  ul.footer-list > li:last-child,
.third-footer-block ul.footer-list > li:last-child {
    margin-bottom: 0;
}

.four-footer-block {
       
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.title-footer{
	margin:0;
	
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.four-footer-block div.footer-social-contain {
    margin-top: 14px;
    margin-bottom: 56px;
}
.four-footer-block div.footer-social-contain > a > img {
    margin: 0 6px;
    width: 45px;
    height: 45px;
}

.four-footer-block .app-contain-footer > a > img {
    margin-bottom: 15px;
    width: 168px;
}

.page-footer.row > .gov-container {
    padding-top: 30px ;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}




.container{
	max-width: 1200px;
	width: 100%;
}
.gov-container{
	    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#scrollUp {
    background: #0e0e32;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 47px;
    width: 47px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 62px;
    right: 10px;
    cursor: pointer;
}
#scrollUp:hover {
    background: #fff;
    color: #0e0e32; }
    .fix-phone  .phone {
    margin-bottom: 10px;
}
.fix-phone {
    position: fixed;
    bottom: 110px;
    top: inherit !important;
    z-index: 2;
    right: 10px;
}
.phone-box img {
    max-width: 25px;
    animation: play0 1.5s ease infinite;
}
.phone-box {
    background: linear-gradient( 90deg , #0e0e32 0%, #0e0e32 50%, #0e0e32 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.zalo-box, .fb-box {
    background: linear-gradient( 90deg , #0e0e32 0%, #0e0e32 50%, #0e0e32 100%);
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.zalo-box img, .fb-box img {
    max-width: 33px;
    filter: hue-rotate(
            65deg
    );
}

.main-product .section1{
  width: 82%;
  margin:auto;
  position: relative;
}

.main-product .section1:before{
  content: url('../images/anh2.png');
  position: absolute;
  right: 0

}


.main-product .section1 .nav-img{
      width: 77%;
    text-align: center;
    padding-top: 100px;
}
.main-product .section1 .nav-img .title-content h1{
  font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'SFProDisplay-Bold';
}
.main-product .section1 .nav-img .title-content h3{
      font-size: 22px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SFProDisplay-Bold'
}
.main-product .section1 .nav-img  .download-app a{
  background-image: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 5px 17px;
    border-radius: 10px;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main-product {
  padding: 50px 0;
}
.main-product .section2{
  width: 82%;
  margin:auto;
  padding-top: 30px;
}
.main-product .section2 .title-1{
  font-size: 36px;
    font-weight: 700;
    color: #121131;
    margin-bottom: 15px;
    font-family: 'SFProDisplay-Bold';
}
.main-product .section2  p{
  font-size: 16px;
}

.bres ul{
  display: inline-block;
  margin:0;
  padding:0;
}
.bres ul li{
  display: inline-block;
  color: #333;
  padding-right: 5px;
  font-size: 16px;
}
.bres ul li a{
  color: #333;
  padding: 0 10px;
}
.bres{
    background: #eee;
    padding: 10px 0;
}



.page-content-wrapper .list-content {
    margin: 0 -15px;
}

.page-content-wrapper .list-content .blog-list-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.page-content-wrapper .list-content .item-inner-wraper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page-content-wrapper .list-content .item-inner-wraper > .item-image-wrapper {
    position: relative;
    width: 40%;
    flex: 0 0 40%;
}

.page-content-wrapper .list-content .item-inner-wraper > .item-image-wrapper .image-hover-filter {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 10px;
}

.page-content-wrapper .list-content .item-inner-wraper > .item-image-wrapper:hover .image-hover-filter {
    visibility: visible;
    -moz-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
}

.blog-list-item .blog-item-img {
    width: 100%;
    height: 250;
     object-fit: cover; 
    border-radius: 3px;
    /* object-position: center; */
    box-shadow: 0 11px 11px 0 rgba(0,12,41,.49);
    border-radius: 10px;
}

.category-container .category-menu .category-menu-item:first-child>.category-menu-item-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid #eee;
}

.blog-list-item .item-text {
    flex: 0 0 60%;
    width: 60%;
    padding-left: 20px;
    
}

.blog-list-item .item-text > * {
    margin-bottom: 0;
}

.blog-list-item .item-text .item-header-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    max-height: 73px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-top: 0;
}

.blog-list-item .item-text .item-header-text > .item-header-link {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
} 

.blog-list-item .item-text .item-header-text > .item-header-link:hover {
    color:#38BBFF;
    text-decoration: none;
}

.blog-list-item .item-text .item-text-descri {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-list-item .item-text .item-read-more-button {
    font-size: 16px;
    font-weight: 400;
    border: none;
    opacity: 1;
    text-transform: uppercase;
}

.blog-list-item .item-text .item-read-more-button:hover {
    opacity: 0.8;
    color: #38BBFF;
}

.list-pagination .wp-pagenavi{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.list-pagination .wp-pagenavi{
    text-align: center;
}

.list-pagination .wp-pagenavi > * {
    margin: 0 4px 4px 0;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
    font-size: 12px;
    vertical-align: middle;
    max-width: 26px;
    max-height: 24px;
    padding: 5px 9px;
    background: none;
    line-height: 1;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
    display: inline-block;
    float: none;
}

.list-pagination > .pagination-blog > li.pagination-item > *:hover {
    background: #000000;
    color: #fff;
}

.list-pagination .wp-pagenavi .current {
    background: #000000;
    color: #fff;
}


.list-category > *:not(:last-child) {
    margin-bottom: 30px
}

.category-block-title {
    background-color: #000000!important;
    color: #fff!important;
    padding: 8px 16px;
    text-align: center;
       font-family: 'SFProDisplay-Bold';
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    margin:0;
}

.category-container .category-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.category-container .category-menu .category-menu-item > .category-menu-item-link {
    display: block;
    position: relative;
    padding: .538em .769em;
    color: #777;
    border: 1px solid #eee;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
    word-wrap: break-word;
    text-decoration: none;
    outline: 0;
        font-size: 15px;
    border-top:0
}

.category-container .category-menu .category-menu-item:hover > .category-menu-item-link {
    background-color: #f9f9f9;
    text-decoration: none;
}

.category-container .category-menu .category-menu-item:first-child > .category-menu-item-link{
   
    border-top: 1px solid #eee;
}

.category-container .category-menu .category-menu-item:last-child > .category-menu-item-link {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.lastest-post-list > .lastest-post-item {
    margin: 5px 0;
    padding: 0;
}

.lastest-post-list > .lastest-post-item:not(:last-child) {
    border-bottom: 1px dashed #cccc;
    padding-bottom: 10px;
}

.lastest-post-list > .lastest-post-item > .latest-post-item-link {
    text-decoration: none;
    outline: 0;
    color: #000000;
    font-size: 15px;
}

.lastest-post-list > .lastest-post-item > .latest-post-item-link:hover {
    color: #d92e20;
}

.packed-container {
    margin: 0;
}

.packed-item-contain {
    padding: 0;
    margin-bottom: 32px
}

.packed-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 8px;
    padding-top: 20px;
    height: 100%;
}

.packed-name{
    font-size: 14px;
    font-weight: bold;
    color: #F69A2F;
    margin-bottom: 20px
}

.packed-descri {
    font-size: 16px;
    margin-bottom: 30px
}

.packed-price {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
}

.packed-prev-price {
    text-decoration: line-through;
    font-size: 12px;
    margin-bottom: 0px;
}



.buy-lifetime-packed,.buy-1year-packed {
    border-radius: 4px;
    padding: 5px;
    border: none;
    /* margin: 13px 0 5px 0; */
    margin: auto;
    text-decoration: none !important;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.buy-lifetime-packed {
    color: white;
    background: #D40C17;
}

.buy-lifetime-packed:hover {
    color: #D40C17;
    background: #fff;
    border: 1px solid #D40C17;
}

.buy-1year-packed {
    color: white;
    background: #126E29;
}

.buy-1year-packed:hover {
    color: #126E29;
    background: #fff;
    border: 1px solid #126E29;
}

.packed-checklist {
    margin-top: 20px;
}

.packed-checklist > ul.checklist {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.packed-checklist > ul.checklist > li.checklist-item{
    list-style: none;
    background-image: url("../../static/Icons-Logo/done-checklist-packed.svg");
    background-position: left center;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 8px 0 8px 25px;
    font-size: 14px;
    color: #000000;
}

.elsa-plans-item {
    width: 100%;
    /* margin: 0 20px; */
    border-radius: 20px;
    cursor: pointer;
}


.elsa-plans-item > .image-contain .pc {
    display: none;
}
.elsa-plans-item > .image-contain > img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.elsa-plans-item > .image-contain {
    height: 130px;
    overflow: hidden;
    border-radius: 20px 20px 0 0 ;
}

.elsa-plans-item:hover > .image-contain > img {
    transform: scale(1.1);
}

.elsa-plans-item:hover > .elsa-plans-price-detail {
    background: #e4e4e4;
}

.elsa-plans-price-detail > :last-child{
    margin-bottom: 0;
}

.elsa-plans-price-detail > .pack-title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 27px;
}

.elsa-plans-price-detail > .old-price {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.67);

}

.elsa-plans-price-detail {
    text-align: center;
    border-radius: 0 0 40px 40px;
    border: 1px solid #d2d2d2;
    padding: 16px 5px;
    transition: background 0.4s ease-in-out;
}

.elsa-plans-price-detail > .old-price > .old-price-number{
    text-decoration: line-through;
}

.elsa-plans-price-detail > * {
    margin-bottom: 8px;
}

.sell-price {
    display: inline;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background: -webkit-linear-gradient(#F62323, #FC5A47,#FF795B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sell-price span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -webkit-text-fill-color: black;
}
.sell-price span strong {
    font-weight: bold;
    -webkit-text-fill-color: #b52828;
}

.elsa-plans-price-detail .btn-elsa-custom-blue{
    width: 80%;
    margin: 6px auto 0;
}


.main-product-detail .blog-page-container{
  padding-top: 50px;
      padding-bottom: 35px;
}
.blog-list-item .item-text .item-read-more-button svg{
  font-size: 13px;
    margin-left: 5px;
}
.list-category .lastest-post-list{
  padding-top: 10px;
}
.main-new .blog-page-container{
  padding-top: 50px;
  padding-bottom: 30px;
}
.main-new  .content-content-new h1{
    font-family: 'SFProDisplay-Bold';
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 5px;
}
.main-new  .content-content-new  p{
  font-size: 16px;
}
.post-related-contain img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover; 
  border-radius: 10px;
  height: auto;
  height: 195px
}

.post-related-title {
  margin-bottom: 20px;
      font-family: 'SFProDisplay-Bold';
    font-size: 20px;
}

.post-item-text {
  color: #000000;
}



.post-item-title a {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
}

.post-item-title > .link-title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.post-item-title > .link-title:hover {
  color: #d92e20;
}

.post-item-descri {
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
}

.post-related-item {
  margin-bottom: 20px;
}

.post-item-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  /* height: 100%; */
}

.post-item-image:hover img {
  transform: scale(1.1);
}


.post_tags a {
  display: inline-block;
  padding: 4px 15px;
  margin: 5px;
  background: #c9c5c5;
  color: #000;
  border-radius: 20px;
}
.post-related{
  padding-top: 20px;
}
.post-related .post-item-text .post-item-title{
  font-family: 'SFProDisplay-Bold';
    font-size: 16px;
    line-height: 22px;
}
.post-related .post-item-text  .post-item-descri p{
  margin:0;
}


/* Tabs */

.content-question ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  border-bottom: 2px solid #ddd
}
.content-question ul#tabs-nav li {
  float: left;
    padding: 8px 15px;
    cursor: pointer;
    font-family: 'SFProDisplay-Bold';
    font-size: 18px;
}

.content-question #tabs-nav li a {
  text-decoration: none;
  color: #333;

}
.main-question .content-question{
  padding-top: 50px;
    padding-bottom: 50px;

}


/* Accordion
================================================== */

.acc__card {
  position: relative;
}

.acc__title{
     cursor: pointer;
    display: block;
       padding: 15px 19px;
    position: relative;
    text-align: left;
    padding-left: 0;
    font-family: 'SFProDisplay-Bold';
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.acc__title:after{
   width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active:after{
   transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.acc__panel {

  display: none;
  margin: 0;
     padding: 10px 0;
  text-align: left;
}


.main-question .content-question .tab-content{
  margin-top: 15px;
}
.main-question .acc__card:last-child .acc__title{
  border-bottom: 0
}
.content-question #tabs-nav li.active a{
      color: #38bbff;
}
.main-question .acc__card .acc__panel p{
  font-size: 16px;
  line-height: 25px;
}
.main-question .content-question{
  background: url('../images/background-image-questions.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.contact-container {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url('../images/background-contact.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-title {
    color: #000000;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 24px;
}




.left-side-form form {
    background: #FFFFFF;
    box-shadow: -5px 5px 15px rgba(12, 36, 64, 0.3);
    border-radius: 20px;
    padding: 40px 32px;
}

.left-side-form .form-group label{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.left-side-form .form-group label > .label-icon {
    margin-right: 8px;
    width: 25px;
    /* height: 30px; */
}

.left-side-form .form-group label {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #06BAE8;
}

.left-side-form .form-group .form-control {
    font-size: 16px;
}

.left-side-form textarea.form-control {
    
    resize: none;
    height: 200px;
}

.left-side-form form .form-check {
    padding-left: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 16px;
}

.left-side-form form .form-group {
    margin-bottom: 16px;
}
.custom-elsa-checkbox {
    margin-right: 8px;
}

.custom-elsa-checkbox ~ .form-check-label {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.custom-elsa-checkbox > input{
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.custom-elsa-checkbox .checkbox__control {
    display: inline-grid;
    width: 40px;
    height: 40px;
    /* border-radius: 0.25em; */
    border: 2px solid #57B3FF;
    color: #57B3FF;
  }

  .custom-elsa-checkbox {
    display: grid;
    grid-template-areas: "checkbox";
  }

  .custom-elsa-checkbox > * {
    grid-area: checkbox;
  }

  .checkbox__control svg {
    transition: transform 0.1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left;
  }

  .custom-elsa-checkbox input:checked
 + .checkbox__control svg {
  transform: scale(1);
}

.left-side-form .submitbtn-left-side{
    margin-top: 32px;
    width: 100%;
}

.checkbox__input input:focus
 + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 2px #57B3FF;
}

.contact-detail > .contact-detail-block {
    margin-bottom: 24px;
}


.contact-detail-block > * {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #000000 !important;
}

.error-under-input {
    font-size: 12px;
    color: red;
    font-weight: 300;
    margin-bottom: 0;
}

form#contact-form .btn-elsa-custom-gray {
    font-size: 18px;
}

.contact-submit-alert {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /* width: 100%;
    background: #000000;
    opacity: 0.6; */
}

.contact-submit-alert-filter{
    /* position: absolute; */
    top: 0;
    width: 100%;
    background: #000000;
    height: 100%;
    opacity: 0.6;
}

.alert-contain {
    width: 40vw;
    position: absolute;
    /* height: 100%; */
    padding: 32px;
    margin: auto;
    top: 30vh;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 20px;
}

.alert-contain .text-alert {
    margin-bottom: 0;
}

.alert-contain .alert-button {
    margin: auto;
    font-size: 18px;
    font-weight: lighter;
    /* line-height: 24px; */
}

.text-alert-contain {
    font-size: 16px;
    margin-bottom: 16px;
    /* opacity: 1; */
}

.text-alert{
    line-height: 21px;
}

.text-alert > .alert-bold-text {
    font-weight: bold;
}

.left-side-form form .form-group.condition-show {
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    max-height: 100px;
}

.left-side-form form .form-group.condition-show.hidden {
    max-height: 0px;
    margin-bottom: 0px;
}
.contact-detail-block > h5{
  font-weight: bold;
}

@media (max-width: 991px){
    .contact-container {
        background-image: url('../images/background-contact-mobile.png');
        padding: 40px 0;
    }

    .left-side-form {
        margin-bottom: 32px;
    }


    .right-side-info{
        display: flex;
        flex-direction: column-reverse;
    }
    
}

@media (max-width: 768px) {
    
    .custom-elsa-checkbox ~ .form-check-label {
        font-size: 14px;
    }

    form#contact-form .btn-elsa-custom-gray {
        font-size: 16px;
    }

    .left-side-form .form-group label ,.left-side-form .form-group .form-control{
        font-size: 15px;
    }
}