*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat;
}
a{
	text-decoration: none !important;
}
ul{
	list-style: none !important;
}
:root{
	--theme-orange: #E74C3C;;
}
body{
	overflow-x: hidden;
}
.btn-call-records-month-selected:focus, .btn-call-records-month-selected:hover, .btn.focus, .btn:focus, .btn:hover, .buy-now a.focus, .buy-now a:focus, .buy-now a:hover, .focus.btn-call-records-month-selected {
    color: #000 !important;
    text-decoration: none;
}
@media(min-width:768px){
	.container{
		width:750px
	}
}
@media(min-width:992px){
	.container{
		width:970px
	}
}
@media(min-width:1200px){
	.container{
		width:1170px
	}
}
.container-fluid{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
h2.heading{
	color: var(--theme-orange);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
@media (max-width: 767px) {
	h2.heading{
		font-size: 21px;
		line-height: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	h2.heading{
		font-size: 32px;
		line-height: 35px;
	}
}
@media (min-width: 992px) and (max-width: 1600px) {
	h2.heading{
		font-size: 42px;
		line-height: 45px;
	}	
}

::selection{
	background: var(--theme-orange);
	color: #fff;
}

/*fixed icon*/
.fixed-icon{
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 88;
	width: 145px;
	height: 130px;
	background: var(--theme-orange);
	border-radius: 0px 12px 12px 0px;
}
.fixed-icon a{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* --sec-2-- */
.sec-2{
	background-color: #D9D9D9;
	height: 222px;
	padding: 50px 0;
}
.sec-2-h4{
	font-size: 41px;
	text-align: end;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.sec-2-img img{
	padding-left: 70px;
}

@media (max-width:992px){
	.sec-2-h4{
		font-size: 24px;
		line-height: 1.6;
	}

}
@media (max-width:767px){
	.sec-2-h4{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.6;
	}
	.sec-2-img img{
		margin-left: 10px!important;
		height: 80px;
		padding: 0;
	}
	.sec-2{
		height: 200px;
		padding: 59px 0;
	}
}
@media (max-width:475px){
	.sec-2-h4{
		font-size: 14px;
	}
	.sec-2-img img{
		margin-left: 10px!important;
		height: 65px;
	}
}
/*header*/
#header{
	/* background: url('/images/international-header-bg.webp'); */
	background: url('/images/Bg1\ 1.png');
	width: 100%;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 130px;
	position: relative;
}

#header .bg-img img{
	width: 25%;
	position: absolute;
	bottom: 0;
	left: 17%;
}
#header .content h3{
	font-weight: 700;
	font-size: 60px;
	line-height: 79.24px;
	text-transform: uppercase;
}
#header .content p{
	margin-top: 25px;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
}
#header .content h6{
	margin-top: 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 18.29px;
}
#header .content .input{
	margin-top: 20px;
}
.iti{
	max-width: 680px;
	width: 100%;
}
.form-control{
	font-size: 14px;
}
#header .content .input input::placeholder{
	font-size: 14px;
	line-height: 19.5px;
}
#header .content .input input{
	width: 100%;
	height: 60px;
	box-shadow: none;
	background: #FFFFFF;
	box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	padding-left: 120px !important;
	font-size: 14px;
}
#header .content .input input::placeholder{
	font-size: 14px;
	color: #ADADAD;
}
#header .content .input .iti__selected-flag{
	background: transparent;
	padding: 10px 25px;
	position: relative;
}
#header .content .input .iti__selected-flag:before{
	content: '';
	position: absolute;
	height: 80%;
	width: 1.5px;
	background: #D1D1D1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#header .content .input .iti__flag{
	display: none;
}
#header .content .input .iti--separate-dial-code,
#header .content .input .iti__selected-dial-code{
	font-size: 16.5px;
	margin-left: 0;
	color: #ADADAD;
}
#header .content .input .iti__arrow{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #7E7E7E;
	margin-left: 10px;
	transition: 0.3s;
}
#header .content .input .iti__arrow.iti__arrow--up{
	transform: rotate(180deg);
	border-bottom: 0 !important;
}
#header .content .input .btn{
	background: #E54331;
	border-radius: 5px;
	width: 130px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 24.38px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .content .input .btn i{
	margin-left: 18px;
	font-weight: 400;
}
@media(max-width:1399px){
	#header .bg-img img{
		width: 41%;
		left: 1%;
	}
}
@media (max-width: 1199px){
	#header .bg-img img{
		width: 25%;
	}
	#header .bg-img img{
		width: 41%;
		left: 1%;
	}
	#header .content h3{
		font-weight: 600;
		font-size: 50px;
	}
}
@media (max-width: 767px){
	#header {
		padding-bottom: 20px;
	}
	#header{
		padding-top: 40px;
	}
	#header .content h3{
		font-size: 36px;
		line-height: 40px;
	}
	#header .content p{
		margin-top: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	#header .content p br{
		display: none;
	}
	#header .content .input input{
		width: 100% !important;
		padding-left: 90px !important;
		height: 65px !important;
	}
	#header .content .input .btn{
		height: 65px;
	}
	#header .content input::placeholder{
		font-size: 14px !important;
	}
	#header .content .input .iti__selected-flag{
		padding: 5px 20px;
	}
	#header .content h6{
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	#header .content .input{
		margin-top: 10px;
	}
	
	#header .content .input .iti--separate-dial-code,
	#header .content .input .iti__selected-dial-code{
		font-size: 16px;
	}
	#header .content .input .iti__arrow{
		margin-left: 10px;
	}
	#header .content .input .btn{
		/* position: initial; */
		margin-top: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		padding-bottom: 40px;
	}
	#header .content h3{
		font-size: 42px;
		line-height: 40px;
	}
	#header .content p{
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}
	#header{
		padding-top: 50px;
	}
	#header .content h6{
		margin-top: 20px;
		font-size: 14px;
	}
	#header .content .input input{
		width: 100%;
		padding-left: 110px !important;
	}
	#header .content .input input::placeholder{
		font-size: 14px;
	}
	#header .content .input .iti--separate-dial-code, #header .content .input .iti__selected-dial-code{
		font-size: 18px !important;
	}
}



/*step*/
#step{
	margin: 90px 0 ;
}
#step h4{
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
#step h4 span.normal{
	font-weight: 400;
}
#step h4 span.bold{
	font-weight: 600;
}
#step .body{
	margin-top: 60px;
}
#step .body .col-lg-3{
	display: flex;
	justify-content: center;
	align-items: center;
}
#step .body .col-lg-3:last-child .item-pt{
	max-width: 223px !important;
}
#step .body .item-pt{
	position: relative;
	padding: 20px;
	max-width: 265px;
	width: 100%;
}
#step .body .item-pt .circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#step .body .item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 18px 44px rgba(0, 0, 0, 0.09);
	border-radius: 100%;
	height: 190px;
	width: 190px;
	z-index: 2;
	position: relative;
}
#step .body .item h5{
	margin-top: 15px;
	color: var(--theme-orange);
	font-size: 22px;
	line-height: 27px;
}
#step .body .item img{
	max-width: 52px;
}
#step .body .item p{
	margin-top: 10px;
	color: #062621;
	font-size: 14px;
	line-height: 23px;
	font-family: 'DM Sans';
}
#step .body .order-lg-4 .item{
	max-width: 100%;
	margin: auto;
}
#step .body h6{
	margin: 45px auto 0 ;
	font-size: 16px;
	font-weight: 600;
	max-width: 55%;
	line-height: 25px;
}

@media (max-width: 767px){
	#step{
		margin-top: 40px;
	}
	#step .body .col-lg-3:last-child .item-pt .circle-arrow{
		max-width: 90%;
	}
	#step .body .item-pt{
		padding: 10px;
	}
	#step h4{
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	#step .body .col-lg-3{
		display: flex;
		justify-content: center;
	}
	#step .body .item-pt{
		margin-bottom: 30px;
	}
	#step .body .item{
		/* margin-bottom: 45px; */
		margin-right: 10px;
		height: 180px;
		width: 180px;
		/* margin-left: auto; */
		margin-right: auto;
	}
	#step .body .col-lg-3:last-child .item{
		margin: 0 auto;
	}
	#step .body .item h5{
		margin-top: 15px;
		font-size: 24px;
	}
	#step .body .item p{
		font-size: 14px;
		margin-top: 5px;
	}
	#step .body{
		margin-top: 40px;
	}
	
	#step .body h6{
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
		max-width: 100%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	#step{
		margin-top: 60px;
	}
	#step h4{
		margin-top: 15px;
		font-size: 14px;
	}
	#step .body{
		margin-top: 30px;
	}
	#step .body .item h5{
		margin-top: 15px;
		font-size: 20px;
	}
	#step .body .item p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 15px;
	}
	#step .body .item-pt{
		margin-bottom: 35px;
	}
	#step .body .order-md-2 .item-pt,
	#step .body .order-md-4 .item-pt{
		display: flex;
		justify-content: center;
	}
	#step .body .order-md-2{
		margin-top: 0px;
	}

	#step .body .order-md-2 .item-pt .item{
		margin-right: 30px;
	}
	#step .body .order-md-4 .item-pt .circle{
		transform: translate(-50%, -50%);
	}
	#step .body .pt .item-pt .item{
		margin-right: 30px;
	}
	#step .body .order-md-3 .item-pt .circle{
		left: 0;
		transform: translateY(-50%) rotate(180deg);
	}
	#step .body .col-lg-3:first-child,
	#step .body .col-lg-3:last-child{
		/* justify-content: flex-start; */
		align-items: flex-start;
	}
	#step .body h6{
		margin-top: 25px;
		font-size: 14px;
		line-height: 27px;
		max-width: 90%;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#step{
		margin-top: 40px;
	}
	#step .body{
		margin-top: 20px;
	}
	#step .body .item{
		height: 160px;
		width: 160px;
		margin-left: 0;
	}
	#step .body .item img{
		max-width: 50px;
	}
	#step .body .item p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}
	#step .body .item h5{
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}
	#step .body .item-pt{
		padding: 15px;
	}
	#step .body .order-lg-4 .item-pt .circle{
		height: 187px;
	}
}
@media (min-width: 1400px) and (max-width: 1500px) {
	#step .body .item{
		height: 170px;
		width: 170px;
	}
}
@media(max-width:475px){
	#step .body .item{
		height: 140px;
		width: 140px;
	}
	#step .body .item img{
		max-width: 30px;
	}
	#step .body .item h5{
		font-size: 16px;
	}
	#step .body .item p{
		font-size: 14px;	
	}
}
	
@media(max-width:475px){
	#step .body .item{
		height: 130px;
		width: 130px;
	}
	#step .body .item p{
		font-size: 12px;	
	}
	#step{
		margin: 50px 0 ;
	}
}
@media(max-width:375px){
	#step .body .item{
		height: 130px;
		width: 130px;
	}
}

/* family */
#family{
	/* background-color: #FF988B; */
	background-color: rgba(255, 152, 139, 0.2);
	width: 100%;
	padding: 100px 0;
}
#family img{
	max-width: 100%;
	object-fit: contain;
}
#family .family-content{
	padding: 50px 0;
}
#family .height{
	padding-left: 14px;
}
#family .family-content h4{
	font-size: 46px;
	font-weight: 700;
	color: #000;
}
#family .family-content .para{
color: #E74C3C;
font-size: 18px;
font-weight: 600;
margin-top: 10px;

}
#family .person-data {
	padding-left: 30px;
	
}
#family .person-data h3{
	font-size: 24px;
	font-weight: 700;
}
#family .person-data p{
	font-size: 16px;
	font-weight: 400;
}
#family .person-content .d-flex{
  margin-bottom: 50px;
} 
@media (max-width:1199px){
	#family .family-content{
		padding: 20px 0;
	}
	#family .family-content h4{
		font-size: 34px;
	}
}
@media(max-width:992px){
 #family{
	padding: 60px 0 ;
 }
}
@media(max-width:475px){
	#family .person-data p{
		font-size: 14px;
		font-weight: 400;
	}
	#family{
		padding: 40px 0 ;
	 }
	 #family .family-content h4{
		font-size: 30px;
	 }
}

/* --instatnt */
#instatnt{
	/* background-color: #FF988B; */
	background-color: rgba(255, 152, 139, 0.2);
	width: 100%;
	padding-bottom: 90px;
}
#instatnt .instatnt-img img{
	max-width: 100%;
}
#instatnt h4{
	font-size: 46px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
	text-align: end;
}
#instatnt .instatnt-content{
	padding-top: 60px;
}
#instatnt p{
	line-height:30px;
	text-align: end;

}
@media (max-width:1199px){
	#instatnt .instatnt-content{
		padding-top: 0px;
	}
	#instatnt h4{
		font-size: 36px;
	}
}
@media(max-width:992px){
	#instatnt{
		padding: 0;
	}
	#instatnt .instatnt-content{
		padding-bottom: 60px;
	}
	#instatnt .instatnt-img{
		margin-bottom: 20px;
	}
}
@media(max-width:575px){
	#instatnt p{
		font-size: 14px;
	}
	
}

/*faq*/
#faq{
	margin: 90px 0;
}
#faq .body{
	margin-top: 40px;
}
#faq .body .accordion .accordion-item{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #DFDFDF;
	padding: 30px 20px;
	border-radius: 0;
}
#faq .body .accordion .accordion-header button{
	padding: 0 10px;
	font-size: 18px;
	box-shadow: none;
	font-weight: 500;
	line-height: 26.82PX;
}
#faq .body .accordion .accordion-header .accordion-button:not(.collapsed){
	background: transparent;
	color: var(--theme-orange);
}
#faq .body .accordion .accordion-body{
	padding: 0 10px;
	margin-top: 20px;
}
#faq .body .accordion .accordion-body p{
	font-size: 14px;
	line-height: 26.25px;
}
.accordion-button:not(.collapsed)::after{
	background: url('/images/minus.webp');
	background-size: cover;
}
.accordion-button::after{
	background: url('/images/plus.webp');
	background-size: cover;
}
@media (max-width: 767px) {
	#faq{
		margin: 40px 0;
	}
	#faq .body .accordion .accordion-item{
		padding: 10px 0px;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 12px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 12px;
		line-height: 20px;
	}
	#faq .body .accordion .accordion-body p br{
		display: none;
	}
	#faq .body{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#faq{
		margin: 60px 0;
	}
	#faq .body{
		margin-top: 10px;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 14px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 12px;
		line-height: 20px;
	}
	#faq .body .accordion .accordion-item{
		padding: 15px 10px;
	}
	#faq .body .accordion .accordion-body{
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#faq{
		margin-top: 90px;
	}
	#faq .body .accordion .accordion-item{
		padding: 30px 20px;
	}
	#faq .body .accordion .accordion-body p br{
		display: none;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 18px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 14px;
		line-height: 30px;
	}
}



/*topup*/
#topup{
	margin-top: 90px;
}
#topup .body{
	margin-top: 45px;
}
#topup .body .item{
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	box-shadow: 0px 23px 55px rgba(231, 76, 60, 0.11);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 20px 25px;
	height: 100%;
}
#topup .body .item .icon{
	height: 70px;
	width: 70px;
	border: 1px solid #383838;
	border-radius: 86px;
	/* background: #BEBEBE;
	opacity: 0.6; */
	background-color: rgba(190, 190, 190, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
#topup .body .item .icon img{
	max-width: 55%;
}
#topup .body .item h4{
	margin-top: 18px;
	color: var(--theme-orange);
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
}
#topup .body .item p{
	margin-top: 10px;
	color: #555555;
	font-size: 14px;
	line-height: 29px;
}

#bb-intro-grande .content h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 79.24px;
    text-transform: uppercase;
	color: #fff;
	text-align: right;
}
#bb-intro-grande .content h6 {
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
	color: #fff;
	text-align: right;
}
#bb-intro-grande .content p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
	color: #fff;
	text-align: right;
	font-family: "Open Sans", sans-serif;
}
.intl-tel-input {
    display: block;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 79%;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.input.position-relative{text-align: right;}
#bb-intro-grande .content .input input {
    width: 100%;
    height: 60px;
    box-shadow: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
#bb-intro-grande .content .input .btn {
    background: #E54331;
    border-radius: 5px;
    width: 130px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-top: -5px;
}

@media (max-width: 767px) {
	#topup{
		margin-top: 40px;
	}
	#topup .body{
		margin-top: 10px;
	}
	#topup .body .col-lg-4{
		margin-top: 20px;
	}
	#topup .body .item{
		padding: 10px;
	}
	#topup .body .item h4{
		margin-top: 15px;
		font-size: 24px;
	}
	#topup .body .item p{
		margin-top: 25px;
		font-size: 14px;
		line-height: 22px;
	}
	#bb-intro-grande .content .input .btn{width: 79%;}
	.lid .col li+li:before {
        content: "\f105";
        font: normal normal normal 14px / 1 FontAwesome;  
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	#topup{
		margin-top: 70px;
	}
	#topup .body{
		margin-top: 20px;
	}
	#topup .body .col-lg-4{
		margin-top: 20px;
	}
	#topup .body .item p{
		margin-top: 30px;
		font-size: 14px;
		line-height: 23px;
	}
	#topup .body .item h4{
		font-size: 26px;
	}
}
@media (min-width: 992px) and (max-width: 1440px) {
	#topup .body .item{
		padding: 25px 15px;
	}
	#topup{
		margin-top: 70px;
	}
	#topup .body .item p{
		margin-top: 25px;
		font-size: 14px;
	}
	#topup .body .item h4{
		font-size: 26px;
	}
}
@media (max-width:575px){
	#topup .body .item .icon{
		height: 50px;
		width: 50px;
	}
	#topup .body .item h4{
		font-size: 20px;
	}
	#topup .body .item p{
		margin-top: 20px;
		font-size: 14px;
	}
}


/*operators*/
#operators{
	margin-top: 90px;
	padding: 100px 0;
	background-color: rgba(217, 217, 217, 0.5);
}
#operators .body{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
#operators .body div{
	display: flex;
	align-items: center;
	justify-content: center;
}
#operators .body div img.mr-0{
	margin-right: 0;
}
#operators .body img{
	max-width: 68%;
	margin-right: 45px;
}
#operators .heading{
	max-width: 40%;
	margin: 0 auto;
	font-size: 30px;
}
#operators .heading span{
	font-size: 50px;
	font-weight: 700;
	max-width: 70%;
	margin: 0 auto;
	line-height: 1.6;
}
@media (max-width: 767px) {
	
	#operators .body img{
		margin-right: 10px;
	}
	#operators{
		margin-top: 40px;
		padding: 70px 0 ;
	}
	#operators .heading{
		width: 90%;
		max-width: 70%;
		margin: 0 auto;
		font-size: 24px;
	}
	#operators .heading span{
		font-size: 32px;
		font-weight: 700;
		max-width: 70%;
		margin: 0 auto;
		line-height: 1.6;
	}
}
@media (max-width: 575px) {
	#operators .heading span{
		max-width: 100%;
	}
	#operators .heading{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	#operators{
		margin-top: 70px;
	}
	#operators .body{
		margin-top: 30px;
	}
	#operators .body img{
		margin-right: 20px;
	}#operators .heading{
		max-width: 50%;
	}
	
}


/*banner*/
#banner{
	margin-top: 100px;
	position: relative;
}
#banner:before{
	content: '';
	position: absolute;
	height: 410px;
	width: 100%;
	background: linear-gradient(90deg, #FD9882 1.84%, #FF988B 17.04%, #FF8268 49.56%, #FF8672 68.83%, #FE8D80 88.1%);
	bottom: 0;
	left: 0;
	z-index: -1;
}
#banner .buttons{
	margin-top: 120px;
}
#banner .buttons .btn{
	max-width: 409px;
	height: 65px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	border-radius: 60px;
	border: 2px solid #FFFFFF;
	transition: 0.3s;
}
#banner .buttons .btn-outline{
	color: #fff;
	margin-top: 50px;
}
#banner img{
	max-width: 485px;
}
#banner .buttons .btn-bg,
#banner .buttons .btn-outline:hover{
	background: #FFFFFF;
	color: var(--theme-orange);
}
#banner .buttons .btn-bg:hover{
	background: transparent;	
	color: #fff;
}
@media (max-width: 767px) {
	#banner .buttons{
		margin-top: 30px;
	}
	#banner .buttons .btn-outline{
		margin-top: 20px;
	}
	#banner .buttons .btn{
		font-size: 16px;
		height: 60px;
	}
	#banner:before{
		height: 400px;
	}
	#banner{
		margin-top: 40px;
		padding-bottom: 30px;
	}
	#banner img{
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#banner .buttons{
		margin-top: 150px;
	}
	#banner:before{
		height: 300px;
	}
	#banner .buttons .btn{
		height: 65px;
		font-size: 16px;
	}
	#banner .buttons .btn-outline{
		margin-top: 30px;
	}
	#banner{
		margin-top: 70px;
	}
	#banner img{
		max-width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#banner{
		margin-top: 90px;
	}
	#banner:before{
		height: 400px;
	}
	#banner .buttons .btn{
		font-size: 16px;
	}
	#banner .buttons .btn-outline{
		margin-top: 30px;
	}
	#banner .buttons{
		margin-top: 170px;
	}
	#banner .buttons .btn{
		max-width: 400px;
		font-size: 16px;
		height: 70px;
	}
	#banner .buttons .btn-outline{
		margin-top: 20px;
	}
}
@media (min-width:  1201px) and (max-width: 1500px) {
	#banner .buttons .btn-outline{
		margin-top: 30px;
	}
	#banner:before{
		height: 500px;
	}
	#banner{
		margin-top: 100px;
	}
	#banner .buttons .btn{
		max-width: 400px;
		font-size: 16px;
		height: 70px;
	}
	#banner .buttons .btn-outline{
		margin-top: 20px;
	}
}
