/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html[lang="ar"] .elementor-6474 .elementor-element.elementor-element-c842613{
	right : auto !important;
	left : 37% !important;
}
html[lang="ar"] .elementor-6474 .elementor-element.elementor-element-73a0635{
	right: auto !important;
    left: 66% !important;
}
html[lang="ar"] .elementor-6474 .elementor-element.elementor-element-707626f{
	right : 44.4% !important;
}
html[lang="ar"] .elementor-6474 .elementor-element.elementor-element-a3ee168{
	right : 50.5% !important
}
div.card_ar a:hover{
	color : #fff !important;
}
div.card_ar:hover{
	background : #12537A !important;
}
.css-1xdhyk6{
	display : none;	
}

div.modal-backdrop .wpcf7-spinner{
	position: absolute !important;
    top: 50%;
    right: 50%;
    width: 100px;
    height: 100px;
}
div.modal-backdrop .wpcf7-spinner::before{
	content: '';
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
	background-color: #f6f7fa;
}
html[lang="ar"] select{
	background-position-x : 5%;
}
.elementor-location-header > section.desk-header-1:nth-child(2),.elementor-location-header > section.tab-header-1:nth-child(4),.elementor-location-header > section.mob-header-1:nth-child(6){
	display : none;
}
.wpcf7-list-item{
	margin : 0px !important;
}
a.privacy_policy{
	background-color: transparent;
    text-decoration: none;
    color: #c36 !important;
}
html[lang="ar"] #modal_register_interest a,
html[lang="ar"] #modal_register_interest p{
	font-family : "Shaheen", Sans-serif !important
}
.iti{width:100% !important;}

.rtl{
	direction : rtl !important;
}
.newsletter-box .wpcf7-list-item{
	padding : 0px !important;
	margin : 0px !important;
	font-size:12px !important;
}
.icon-arrow-down{
	cursor : pointer;
	animation: bounce 4s; 
  animation-direction: alternate; 
/*   animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);  */
            animation-iteration-count: infinite; 
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{
	   min-width: 4em !important;
    left: 4px !important;
}
html[dir="rtl"] .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{
	right: 4px !important;
}
html[lang="ar"] .register_contactus{
	direction : rtl !important;
}
ul .wpml-ls-menu-item a{
	border : 0px !important;
}

.js-chat{
	cursor : pointer;
}
.card1,.card2{
	cursor:pointer;
	width : 150px;
}
.card1 {
  position: relative;
  height: 35px;
  width: 160px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  border-radius: var(--border-radius);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.card_animation span:nth-child(1) {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: -webkit-gradient(linear,right top,left top,from(rgba(43,8,8,0)),to(#fff)) !important;
    background: linear-gradient(to left,rgba(43,8,8,0),#fff) !important;
    -webkit-animation: 2s animateTop linear infinite !important;
    animation: 2s animateTop linear infinite !important;
}
.card_animation span:nth-child(2) {
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 2px !important;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(43,8,8,0)),to(#fff)) !important;
    background: linear-gradient(to top,rgba(43,8,8,0),#fff) !important;
    -webkit-animation: 2s animateRight linear -1s infinite !important;
    animation: 2s animateRight linear -1s infinite !important;
}
.card_animation span:nth-child(3) {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: -webkit-gradient(linear,left top,right top,from(rgba(43,8,8,0)),to(#fff)) !important;
    background: linear-gradient(to right,rgba(43,8,8,0),#fff) !important;
    -webkit-animation: 2s animateBottom linear infinite !important;
    animation: 2s animateBottom linear infinite !important;
}
.card_animation span:nth-child(4) {
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 2px !important;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(43,8,8,0)),to(#fff)) !important;
    background: linear-gradient(to bottom,rgba(43,8,8,0),#fff) !important;
    -webkit-animation: 2s animateLeft linear -1s infinite !important;
    animation: 2s animateLeft linear -1s infinite !important;
}

@keyframes animateTop {
    0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	}
	100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	}
}
@keyframes animateRight {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
	}
	100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	}
}
@keyframes animateBottom {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	}
	100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	}
}
@keyframes animateLeft {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	}
	100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
	}
}
.card1 a {
  z-index: 10;
  font-size: 12px;
  font-family: 'Mont';
  font-weight: bold;
  color: white;
  letter-spacing:1px;
  position: absolute;
}

/* li.project_sub.menu-item {
    display: flex;
    margin-left: 80px; */
}
a {
	text-decoration: none!important;
}
.call-to-action-menu {
    position: fixed;
    bottom: 73px;
    right: -12px;
    padding: 0;
    z-index: 3;
    display: flex;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 125px;
    opacity: 1;
    margin: 0px 10px 0px 0px;
    padding-top: 5px;
}
.call-to-action-menu ul {
    list-style: none!important;
    padding: 0px !important;
}
.call-to-action-menu ul li {
    text-align: center;
    margin-right: 0px!important;
    text-transform: uppercase;
    padding-top: 8px !important;
}
.call-to-action-menu ul li span {
    color: #191D23;
    font-size: 7px;
    line-height: 1.2;
    text-align: center;
    display: block;
}
/* html[lang="ar"] .help-contact{
	right: auto;
	left : 12px;
} */
.help-contact {
    width: 45px;
    height: 45px;
    background-color: transparent;
    position: fixed;
    bottom: 21px;
    right: 12px;
    z-index: 15;
    cursor: pointer;
    border-radius: 100%;
/*     box-shadow: 0 0 20px rgb(0 0 0 / 40%); */
}
.help-contact img {
	border-radius : 20%;
    position: absolute !important;
    top: 5% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    color: #041427 !important;
    text-align: center !important;
    width: 45px !important;
    animation: mypulse !important;
    animation-duration: 2s !important;
    animation-delay: 2s !important;
    animation-iteration-count: infinite !important;
}
@keyframes mypulse {
    0% {
    transform: scale3d(1,1,1);
}
50% {
    transform: scale3d(1.2,1.2,1.2);
}
100% {
    transform: scale3d(1,1,1);
}
}

.icon-imag{
	display : none;
}
.durres1{
	display : block;
}
.d-flex{
	display: flex !important;
}
div.newsletter-box .wpcf7-list-item-label{
	font-size : 15px;
	color : #fff;
}
html[lang="ar"] div.newsletter-box .wpcf7-list-item-label{
	font-size : 16px;
}
div.newsletter-box .wpcf7-list-item-label a{
	color : #CC3366;
}
div.newsletter-box .wpcf7-list-item-label a:hover{
	color : #fff;
}
div.newsletter-box input[type="email"]{
    width: 80% !important;
	  min-height : 42px;
	  color: #000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #69727d;
	  border-radius : 0px;
	  min-height: 47px;
    padding: 6px 16px;
}
div.newsletter-box .wpcf7-spinner{
	margin: 0px;
	position: absolute;
  top: 10px;
  right: 20px;
}

div.newsletter-box input[type=submit]{
	background: none;
    background-color: #B4B1AA !important;
    background-image: url('https://staging.marassialbahrain.com/wp-content/themes/hello-theme-child/images/white-send.svg');
    background-position: center center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    height: 47px;
    outline: 0;
    position: absolute;
    right: 3px;
    top: 0px;
	  width: 20%;
}

div.newsletter-box input[type=submit]:hover{
background-color: #B4B1AA !important;
}
a{
	text-decoration : none !important;
}
a:hover{
	text-decoration : none !important;
}
.text-left{
	text-align : left;
}
.text-right{
	text-align : right;
}
.modal-backdrop {
    z-index: 1050;
    background: rgba(0,0,0,.4);
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup-main {
    z-index: 1055;
    background: none;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
    overflow: auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.popup-container {
    text-align: center;
    height: auto;
    width: auto;
    position: relative;
    display: table;
    max-width: 100%;
    margin: 0px auto;
}
.popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    display: block;
    z-index: 100;
    cursor: pointer;
}

.popup-close:after, .popup-close::before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #191919;
}
.popup-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup_form {
    background-color: #fff;
    padding: 50px;
}
.form-cont {
    padding-left: 20px;
    padding-right: 20px;
}
.form-cont-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    align-items: center;
}
.field-cont {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 auto;
    position: relative;
}
.col-6 {
    width: 50%;
}
.col-12 {
    width: 100%;
}
.col-100{
	width: 100%;
}
input[type='email'], input[type='number'], input[type='tel'], input[type=text],select, textarea{
	font-family: 'Neue Haas Display',Sans-serif;
  font-weight: 300;
  line-height: 18px;
	font-size: 14px;
  -webkit-appearance: none;
	border-color: #000;
	border-style: solid;
  border-width: 1px;
  border-color: #eaecf1;
	background-color: #f6f7fa;
	color: #0d1427;
	padding: 15px 24px 17px;
  border-radius: 6px;
}
html[lang="ar"] input[type='email'],html[lang="ar"] input[type='number'],html[lang="ar"] input[type='tel'],html[lang="ar"] input[type=text],html[lang="ar"] select,html[lang="ar"]  textarea{
	font-family : "Shaheen",Sans-serif;
}
html[lang="ar"] .wpcf7-not-valid-tip {
    text-align: right;
    direction: ltr;
}
html[lang="ar"] .iti {
	width : 100%;
}
div.register_interest_ar{
	direction : rtl;
}
div.register_interest_ar input[type='email'],div.register_interest_ar input[type='number'],div.register_interest_ar input[type='tel'],div.register_interest_ar input[type=text],div.register_interest_ar select, div.register_interest_ar textarea{
	direction : rtl !important;
}
/*html[lang="ar"] iti--allow-dropdown .iti__flag-container,html[lang="ar"] .iti--separate-dial-code .iti__flag-container{
	left : auto !important;
	right : 0px !important;
}
html[lang="ar"] .iti--allow-dropdown .iti__flag-container, html[lang="ar"] .iti--separate-dial-code .iti__flag-container{
	text-align : right;
	left : auto;
	right : 0px;
}
 html[lang="ar"] input[type="tel"]{
	padding-left : 0px !important;
	padding-right : 99px !important;
	direction : rtl !important;
} */
html[lang="ar"] .iti__country-list{
	text-align : right !important;
}
html[lang="ar"] textarea,html[lang="ar"] input[type="text"],html[lang="ar"] input[type="email"]{
	direction : rtl;
}
html[lang="ar"] div.register_contactus input[type="tel"]{
	direction : rtl !important;
}
html[lang="ar"] input[type="submit"], .register_interest_ar h2,.register_interest_ar .wpcf7-list-item-label{
	font-family : "Shaheen", Sans-serif !important;
}
input[type="submit"]{
	  padding: 17px 28px 16px !important;
    font-family: 'Poppins',Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-style: none !important;
    border-radius: 0 0 0 0 !important;
		border-color : none !important;
}
input[type=submit]:focus{
	outline : 0 !important;
}
input[type="submit"]:hover{
	color: #FFFFFF !important;
  background-color: #000000 !important;
}
.wpcf7-spinner{
	position : absolute !important;
}
input[type="checkbox"]{
	font-size: 16px;
}
.field-cont-checkbox{
	padding-left : 8px !important;
}
.wpcf7-not-valid-tip{
	color: red;
    font-family: 'Poppins',Sans-serif;
    font-weight: 600;
    text-align: left;
    margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: red;
  background: red;
  color: #FFF;
  font-weight: 500;
	padding : 10px;
}
.wpcf7-not-valid{
	border-color : red !important;
}

.call-to-action-menu {
    position: fixed;
    bottom: 75px;
    right: -6px;
    padding: 5px 0px 8px 0px;
    z-index: 12;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
}
.call-to-action-menu ul {
    list-style: none!important;
    padding: 0px !important;
}
.call-to-action-menu ul li {
    text-align: center;
    margin-right: 0px!important;
    text-transform: uppercase;
    padding-top: 5px;
}
.call-to-action-menu ul li img {
    max-width: 35px;
}
.call-to-action-menu div.call-action-text {
    color: #191D23;
    font-size: 7px;
    line-height: 1.2;
    text-align: center;
    display: block;
}
html[lang="ar"] .call-to-action-menu div.call-action-text{
	font-size : 10px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}
div.ar_newsletter{
	direction : rtl;
}
div.newsletter-box.ar_newsletter input[type=submit]{
	border-radius: 0px !important;
	right:auto !important;
	left : 3px;
}
div.newsletter-box.ar_newsletter .wpcf7-spinner{
	right: auto !important;
	left : 20px !important;
}
div.register_contactus .wpcf7-spinner {
    position: absolute !important;
    left: auto;
	right: 90px;
}
div.newsletter-box.ar_newsletter .wpcf7-not-valid-tip{
	text-align : right;
}
div.newsletter-box.ar_newsletter input[type="email"]{
	width: 80% !important;
	min-height : 42px;
	color: #000 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #69727d;
	border-radius : 0px;
	min-height: 47px;
  padding: 6px 16px;
	direction : rtl;
	}
@keyframes bounce { 
	from{
		transform:translate3d(0, 0, 0);
	} to { 
	transform: translate3d(0, 200px, 0); 
	} 
} 
@-webkit-keyframes bounce { 
from { 
	-webkit-transform:translate(0, 0); 
	transform:translate(0, 0); 
} 
to { 
	-webkit-transform:translate(0, 200px); 
transform:translate(0, 200px); 
} 
}
#modal_register_interest .wpcf7-spinner {
	position: absolute;
  top: 11px;
}
@media (max-width: 1024px){
  .col-md-60{
     width:60%;
   }
  .col-md-40{
    width:40%;
  }
/* 		li.project_sub.menu-item {
    display: flex;
    margin-left: 100px; */
}
	
} 
/*@media (max-width:768px){
	.col-70{
   width:70%;
}
.col-30{
  width: 30%;
}
	.col-100{
		width:100%;
	}

}*/
	@media (min-width : 481px){
	.ib-widget-mobile-close-button{
		display : block !important;
	}
}

/* Elementor map gallery page css*/
.building-points__item {
    background-color: #12537A;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	cursor : pointer;
}
.building-points__overview .ringring {
    border: 3px solid #fff;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

.building-points__overview {
    height: 30px;
    width: 30px;
}
	@keyframes pulsate{
					0% {
						-webkit-transform: scale(.1,.1);
						opacity: 0;
					}

					50% {
						opacity: 1;
					}
					100% {
						-webkit-transform: scale(1.2,1.2);
						opacity: 0;
					}
				}
.close_map_gallery{
	cursor:pointer;
}
.construction_map_gallery{
	display : none;
}

@media (max-width: 767px) {
/* 	html[lang="ar"] .iti--allow-dropdown .iti__flag-container, html[lang="ar"] .iti--separate-dial-code .iti__flag-container{
		right : 0px;
		left : auto;
	}
	html[lang="ar"] input[type="tel"]{
		direction : rtl !important;
		padding-right : 89px !important;
	} */
	.help-contact img{
		width : 40px !important;
	}
	.email-subscribtion-form .col-70{
		width : 100%;
	}
/* 	li.project_sub.menu-item {
    display: flex;
    margin-left: 110px; 
}*/
	.col-60,.col-70,.col-30{
		width:100% !important;
	}
	.popup_form {
		padding : 0px !important;
	}
	.col-6{
		width : 100% !important;
	}
	.popup-wrapper{
		padding : 10px 10px !important;
	}
	.popup-wrapper h2{
		padding-top : 20px !important;
		font-size : 20px !important;
	}
	.field-cont-checkbox p{
		text-align : left !important;
	}
	.field-cont{
		flex : unset !important;
	}
	.popup-wrapper {
    padding: 0px 0px 0px 0px !important;
	}

}

/* @media (min-width: 481px) and (min-height: 421px){
	.ib-close-mobile-button {
		display: block !important;
	}
} */
/* div.register_interest p,div.register_interest h2,div.register_interest input{
		font-family : "Poppins", Sans-serif !important;
	} */
input:disabled{
	background-color : #a2a2a2 !important;
}

.project_sub a.elementor-sub-item {
    font-size: 15px!important;
    color: #000!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

li.project_sub.menu-item {
    display: contents;
}

.project_sub a.elementor-sub-item:hover {
    color: #000000!important;
}

a#CybotCookiebotDialogPoweredbyCybot {
    display: none;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
        align-items: center;
    }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #c9a991!important;
    border-color: #c9a991!important;
    color: #FFFFFF!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #FFFFFF;
    border-color: #c9a991!important;
    color: #c9a991!important;
}

.CookiebotWidget-main-logo {
    display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #c9a991 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #c9a991 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept {
	color: white!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	color: white!important;
} 
.ril-btn {
        text-align: center;
    }
    .site-btn, .site-btn-big-dark-solid, .cta-register, .site-btn-medium-dark-solid {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #1d2945;
        cursor: pointer;
        display: inline-block;
        font-family: 'Mont', sans-serif!important;
        font-weight: bold!important;
        font-size: 12px;
        letter-spacing: 1.8px;
        line-height: 0.86em;
        padding: 12px 9px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: none;
    }
    .white-text {
        color: #ffffff !important;
    }
    .register-interest-list {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 37px;
        width: 158px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .register-interest-list::before {
        border-bottom: 8px solid #ffffff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        content: ' ';
        display: block;
        height: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 7px;
        width: 0;
    }
    .register-interest-list .site-btn.ril-btn {
        color: #1f2a44 !important;
        background-color: #ffffff;
        border: 0px solid #1f2a44 !important;
        text-transform: uppercase;
        width: 158px;
        padding: 15px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .ril-btn {
        text-align: center;
    }
	
	 .register-interest-list .site-btn.ril-btn::after {
        content: ' ';
        display: block;
        width: 80%;
        background-color: #96a0ac;
        height: 1px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .register-interest-list li:first-child {
        margin-top: 15px;
    }
	
	@media (max-width: 576px) {
	.register-interest-list{
		left: 13px;
		right : 0px;
		width : 100%;
	}
	}

