/* Global Reset */


/*
dark grey 666666
light grey 5D5D5D

*/

html {
}
body {
	/*	font-family: "Avenir";*/
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #4A4A4A;
}
img {
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
	color: #4A4A4A;
}
.red-bg {
	background: #ED0000;
}
.btn-watchvideo {
	color: #ED0000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}
.btn-watchvideo:hover {
	text-decoration: none;
	color: #ED0000;
}
.btn-watchvideo img {
	width: 15px;
	margin-left: 10px;
}
.btn-learnmore {
	color: #ED0000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.btn-learnmore:hover {
	text-decoration: none;
	color: #ED0000;
}
.btn-learnmore img {
	width: 30px;
	margin-left: 10px;
}
.btn-explore-red {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.btn-explore-red:hover {
	text-decoration: none;
	color: #fff;
}
.btn-explore-red img {
	width: 30px;
	margin-left: 10px;
}
.btn-red-rak {
	background-color: #ED0000;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
}
.btn-red-rak:hover {
	background-color: #ED0000;
	color: #fff;
}
.btn-hero {
	border: none;
	border-radius: 7px;
	color: #fff;
	background: #52B5AC;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	width: 380px;
	max-width: 100%;
}
.btn-hero:hover {
	color: #fff;
}
.btn-hero img {
	width: 19px !important;
	display: inherit !important;
	margin-left: 12px;
}
.btn-protrgo {
	border: none;
	border-radius: 25px;
	color: #fff;
	background: #52B5AC;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	width: 380px;
	max-width: 100%;
}
.btn-protrgo:hover {
	color: #fff;
}
.main-nav {
	background-color: #fff;
	border-bottom: 10px solid #f8d548;
}
.main-nav .navbar-nav {
	margin-left: 25px;
	align-items: center;
}
.main-nav .navbar-brand img {
	max-width: 120px;
}
.main-nav .nav-link {
	font-size: 16px;
	font-weight: 400;
	color: #4A4A4A !important;
	padding: 25px 20px !important;
	position: relative;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
	color: #52B5AC !important;
}
.main-nav .nav-link.active {
	font-weight: 500;
}
.main-nav .nav-link span {
	position: relative;
}
.main-nav .nav-link:hover:before, .main-nav .nav-link.active:before, .main-nav .nav-link:hover span:before, .main-nav .nav-link.active span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	margin: auto;
	width: 60px;
	background: #52B5AC;
	height: 4px;
	border-radius: 3px;
}
.main-nav .nav-link:hover span:before, .main-nav .nav-link.active span:before {
	width: 100%;
	bottom: -10px;
}
.main-nav .navbar {
	padding: 0;
}
.main-nav .mc, .main-nav .submenu {
	color: #52B5AC !important;
	font-weight: 700;
}
.main-nav .nav-link.mc:hover:before, .main-nav .nav-link.mc.active:before, .main-nav .nav-link.submenu:hover:before, .main-nav .nav-link.submenu.active:before {
	display: none !important;
}
.main-nav .mc img {
	width: 17px;
	margin-right: 5px;
}
.main-nav .loggedin img {
	width: 28px;
	margin-right: 10px;
}
.main-nav .loggedin span {
	width: 90px;
}
.main-nav .lang {
	color: #ED0000 !important;
}
.burger-menu {
	background: none;
	border: 0;
	z-index: 1;
}
.main-nav + section {
	margin-top: 84px;
}
.main-nav .dropdown-toggle:after {
	border: none;
	width: 12px;
	height: 12px;
	background: url(../img/menu-arrow.png) no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
	margin-left: 6px;
}
.main-nav .dropdown-menu {
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 10px 7px;
}
.main-nav .dropdown-item {
	padding: 4px 10px;
	color: #52B5AC;
}
.main-nav .dropdown-item.active, .main-nav .dropdown-item:active {
	background-color: #f8f9fa;
}
.custlink {
	position: absolute;
	width: 66px;
	height: 22px;
	left: 10px;
	top: 26px;
	z-index: 9;
}
.card-section {
	position: relative;
	padding: 100px 0;
}
.card-section .container {
	background: url(../img/world-map.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.card-section::before {
	content: '';
	position: absolute;
	top: 0;
	background: url(../img/shadow-top.png) top center;
	height: 69px;
	width: 100%;
	left: 0;
	z-index: -1;
}
.hero {
	color: #333333;
	/* height: calc(100vh - 84px); */
	overflow: hidden;
	background: #fbfbfb;
}
.hero-homepage {
	background: #fff;
}
.inner-page-hero {
	background: #fff;
}
.hero-text {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.hero-text-bottom {
	top: auto;
	bottom: 0;
}
.hero h3 {
	font-weight: 600;
	font-size: 48px;
	color: #F8D548;
}
.hero p {
	font-size: 20px;
	margin-bottom: 50px;
}
.hero-img {
	max-width: 800px;
	margin: 0 auto;
	margin-right: 2%;
}
.hero-img img {
	object-fit: contain;
}
.rak-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	max-width: 1110px;
	margin: auto;
}
.rak-carousel .owl-dot {
	background: none;
	border: none;
	padding: 0;
	outline: 0 !important;
}
.rak-carousel .owl-dot span {
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1px solid #d8d8d8;
}
/***rj***/

.hero {
	height: calc(100vh - 260px);
	overflow: hidden;
}
.rak-home-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag, .rak-home-carousel .owl-stage-outer, .rak-home-carousel .owl-stage, .rak-home-carousel .owl-item, .rak-home-carousel .item, .rak-home-carousel .owl-item, .rak-home-carousel .img-fluid {
	height: calc(100vh - 260px);/*    object-fit: cover;*/
}
.hero-img-jpg img {
	object-fit: contain;
}
.homeimgbx {
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.homeimgbx-bottom {
	top: auto;
	bottom: 0;
    transform: none;
}
/***rj***/




.rak-carousel .owl-dot.active span, .rak-carousel .owl-dot:hover span {
	background: #d8d8d8;
}
.content-section {
	position: relative;
	padding: 50px 0;
}
.insurance-partners {
	text-align: center;
	background: #f9f9f9;
	/*    height: 180px;*/
	height: auto;
	padding: 0;
	padding-top:20px;
	padding-bottom:20px;
}
.travelcard {
	padding: 0 !important;
	margin-bottom: 290px;
}
.travelcard .imgbx img {
	width: 100%;
}
.travelcard .traveltext {
	width: 730px;
	max-width: 100%;
	min-height: 386px;
		background: #fff;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 40px;
	bottom: -240px;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.travelcard .traveltext h3 {
	font-size: 62px;
	font-weight: 400;
	position: relative;
	margin-bottom: 35px;
}
.travelcard .traveltext h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.travelcard .traveltext p {
	font-size: 20px;
}
.travelcard .traveltext a {
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
	display: inline-block;
}
.travelcard .traveltext a:hover {
	text-decoration: none;
	color: #F8D548;
}
.whydifference {
	background-image: url(../img/whydifference.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.whydifference .raklogo {
	width: 240px;
}
.whydifference h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	margin: 45px 0 30px;
}
.whydifference .row + .row {
	margin-top: 30px;
	margin-bottom: 10px;
}
.whydifference .box {
	padding: 25px 15px;
	background: rgba(248,213,72,0.20);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.whydifference .box:before {
	content: "";
	position: absolute;
	border: 7px dashed #c2a71c;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
}
.whydifference .box span {
	font-size: 62px;
	font-weight: 200;
	color: #F8D548;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
.whydifference .box p {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
.footer {
	background: #ffd301;
	padding: 18px 0;
}
.footer .container > .row + .row {
	margin-top: 5px;
}
.footer .flogo {
	width: 154px;
	margin-bottom: 10px;
}
.footer ul.footer-nav {
	margin: 0;
	padding: 0;
	max-width: 380px;
	float: right;
}
.footer ul.footer-nav li {
	list-style: none;
	padding: 0 7px;
}
.footer ul.footer-nav li:last-child {
	padding-right: 0;
}
.footer ul.footer-nav li a {
	font-size: 14px;
	color: #4A4A4A;
	font-weight: 400;
}
.footer .social-nav a + a {
	margin-left: 18px;
}
.footer .social-nav .icon {
	width: 34px;
}
.footer p {
	color: #4A4A4A;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0px;
}
.footer .socialicons {
	margin-bottom: 20px;
}
.fixedform {
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 9;
	width: 300px;
	height: auto;
}
.fixedform .openbtn {
	position: absolute;
	top: 62px;
	right: -47px;
	z-index: 9;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #52b5ac;
	border-radius: 7px 7px 0 0;
	width: 125px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	transform: rotate(-90deg);
}
.fixedform .frombx {
	position: absolute;
	top: 0;
	right: -100%;
	padding: 20px 35px 20px 30px;
	width: 260px;
	min-height: 145px;
	background: #fff;
	border: 1px solid #52b5ac;
	border-radius: 7px 0 0 7px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	transition: all ease-in-out 200ms;
	z-index: 10;
}
.fixedform .frombx.active {
	right: 0;
}
.fixedform .frombx .closebtn {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	transform: translateY(-50%);
}
.fixedform .mainp {
	font-size: 12px;
	margin-bottom: 17px;
}
.fixedform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fixedform ul li + li {
	margin-top: 13px;
}
.fixedform ul li p {
	margin: 0;
	font-size: 10px;
}
.fixedform ul li span {
	font-size: 12px;
	font-weight: 400;
	color: #48B6AD;
}
.fixedform ul li a {
	font-size: 12px;
	color: #4A4A4A;
}
.fixedform ul li a:hover {
	color: #48B6AD;
}
.fixedform .imgbx {
	width: 17px;
	margin-right: 11px;
}
.owl-next, .owl-prev {
	background: none;
	border: 0;
}
/********product page***********/


.rak-rounded-btn {
	border: none;
	color: #fff;
	background: #52B5AC;
	padding: 8px 50px;
	border-radius: 25px;
}
.product-section {
	padding: 70px 0;
}
.product-hero-bottom {
	text-align: center;
	background: #f9f9f9;
	height: 180px;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
}
.product-section h4 {
	font-size: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.product-section h4:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.product-section h3 {
	font-size: 55px;
	font-weight: 300;
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
.product-section h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.product-hero-bottom p {
	font-size: 20px;
	margin: 0;
}
.greybg {
	background: #f9f9f9;
}
.boxshadow {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.11);
}
.find-best-deals {
	text-align: center;
}
.find-best-deals .by-rakbank {
	max-width: 350px;
	margin-bottom: 50px;
}
.find-best-deals .box {
	max-width: 275px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.find-best-deals .box h6 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.find-best-deals .box p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}
.find-best-deals .box {
	font-size: 16px;
}
.find-best-deals .box .icon {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 70px;
}
.special-offers {
}
.special-offers .box {
	max-width: 300px;
}
.special-offers .box.last {
	margin-bottom: 0;
}
.special-offers .box p {
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 30px;
}
.special-offers .box p span {
	font-weight: 600;
}
.partners-section {
}
.how-it-works li {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}
.how-it-works li span {
	font-size: 13px;
	display: block;
	font-weight: 400;
}
.how-it-works ul {
	list-style: none;
	padding: 20px;
}
.how-it-works ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\2022";
	color: #f8d548;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.travel-section {
	text-align: center;
}
.travel-section .imageside {
	/* height: calc(100vh - 195px); */
	height: calc(100vh - 84px);
}
.travel-section .travel-img {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
.travel-section .textarea {
	max-width: 560px;
	margin: 0 auto;
}
.travel-section h3 {
	font-size: 55px;
	font-weight: 300;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.travel-section h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.travel-section h4 {
	font-size: 30px;
	font-weight: bold;
	color: #FFD600;
	margin-bottom: 18px;
}
.travel-section p {
	font-size: 18px;
	margin-bottom: 45px;
}
.travel-section .home-insurance-img {
	background-position: left center;
	background-size: auto 100%;
}
.travel-section .formbx {
}
.travel-section .formbx .no-gutters {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
}
.travel-section .formbx .form-group {
	margin-bottom: 40px;
	position: relative;
}
.travel-section .formbx label {
	font-size: 12px;
	color: #4A4A4A;
	margin: 0 0 0 13px;
}
.travel-section .formbx .form-control {
	font-size: 16px;
	color: #9c9c9c;
	font-weight: bold;
	padding: 12px 15px 12px 23px;
	border: none;
	height: 48px;
}
.travel-section .formbx .form-control::placeholder {
 color: #9c9c9c;
 opacity: 1;
}
.travel-section .formbx .form-control:focus::placeholder {
 color: transparent;
}
.travel-section .formbx .btn {
	border: 2px solid #52B5AC;
	color: #52B5AC;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding: 10px 80px;
	border-radius: 25px;
	margin-top: 30px;
}
.travel-section .errorcls {
	border-color: #f00 !important;
}
.travel-section .erroemsg {
	color: #f00;
	font-size: 12px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: -20px;
	text-align: left;
}
.comingsoon {
	padding: 15px 0;
	text-align: center;
	background: #f9f9f9;
	height: calc(100vh - 84px);
}
.comingsoon .row {
	height: 100%;
}
.comingsoon .textarea {
	width: 720px;
	max-width: 100%;
}
.comingsoon .imgbx {
	max-width: 100%;
	width: 550px;
	margin: 0 auto 25px;
}
.comingsoon h3 {
	font-size: 55px;
	font-weight: 300;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.comingsoon h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.comingsoon h4 {
	font-size: 30px;
	font-weight: bold;
	color: #FFD600;
	margin-bottom: 18px;
}
.comingsoon p {
	font-size: 18px;
	margin-bottom: 45px;
}
.comingsoon .btn {
	border: 2px solid #52B5AC;
	color: #52B5AC;
	font-size: 16px;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 50px;
	border-radius: 25px;
	margin-top: 20px;
}
.comingsoon .btn:hover {
	border-color: #FFD600;
	color: #FFD600;
}
.bg-hero .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
.aboutus-hero .text {
	float: right;
	width: 50%;
}
.about-us {
	font-size: 20px;
}
.about-us *+h3 {
	margin-top: 60px;
	margin-bottom: 40px;
}
.about-us .rakbanklogo {
	max-width: 180px;
	margin-bottom: 50px;
}
h5.title {
	color: #52B5AC;
	font-weight: 700;
	font-size: 44px;
	margin: 60px 0 40px;
}
.prtable {
	border-collapse: collapse;
	width: 100%;
}
.prtable td, .prtable th {
	font-weight: 400;
	border-left: 1px solid #f5f5f5;
	text-align: center;
	padding: 10px;
}
.prtable tr td:first-child, .prtable tr th:first-child {
	border-left: none;
}
.prtable th {
	color: #52B5AC;
}
.prtable td {
	border-top: 1px solid #f5f5f5;
}
.prtable .arabic {
	width: 50px;
}
h4.title {
	font-size: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
h4.title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
h3.title {
	font-size: 55px;
	font-weight: 300;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
h3.title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	height: 4px;
	width: 85px;
	background: #f8d548;
}
.easy-step {
	float: left;
	line-height: 1.4;
}
.product-page strong {
	display: block;
	font-size: 25px;
	font-weight: 700;
}
.product-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-page li {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.product-page li .number {
	float: left;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	background: #FFD301;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-right: 20px;
}
.product-page li span {
	font-size: 16px;
	display: block;
	font-weight: 400;
}
.easy-step-btn {
	width: 100%;
	text-align: center;
}
.box-benefti h6 {
	color: #fff;
}
.box-benefti p {
	color: #fff;
}
.product-benefits {
	text-align: left;
	margin-bottom: 20px;
}
.product-benefits .imgbx {
	flex: 0 0 56px;
    margin-right: 20px;
	margin-top: -3px;
}
.product-benefits h5 {
	font-size: 22px;
	font-weight: 700;
}
.product-benefits p {
	font-size: 18px;
}
.product-benefits-heading h3 {
	color: #fff;
}
.partners-section .owl-nav.disabled {
	display: block;
}
.partners-section .owl-next {
	position: absolute;
	right: -40px;
	top: 40%;
	background: url("../img/partner-arrow.png") no-repeat right center !important;
	width: 20px !important;
	height: 35px !important;
}
.partners-section .owl-next span {
	display: none;
}
.partners-section .owl-prev span {
	display: none;
}
button {
	outline: none !important;
	border: none !important;
}
.partners-section button:active {
	border: none !important;
}
.partners-section .owl-prev {
	position: absolute;
	left: -40px;
	top: 40%;
	height: 35px !important;
	background: url("../img/partner-arrow-left.png") no-repeat right center !important;
	width: 20px !important;
}
.insurance-partners .owl-nav.disabled {
	display: block;
}
.insurance-partners .owl-next {
	position: absolute;
	right: -40px;
	top: 40%;
	background: url("../img/partner-arrow.png") no-repeat right center !important;
	width: 20px !important;
	height: 35px !important;
}
.insurance-partners .owl-prev {
	position: absolute;
	left: -40px;
	top: 40%;
	height: 35px !important;
	background: url("../img/partner-arrow-left.png") no-repeat right center !important;
	width: 20px !important;
}
.insurance-partners .owl-next span {
	display: none;
}
.insurance-partners .owl-prev span {
	display: none;
}
.insurance-partners .owl-item img {
	width: auto;
}




/****IE fix***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.hero-img-jpg img, .hero-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto !important;
	width: 100%;
}
.hero-homepage-text {
	height: 100%;
}
.hero-homepage-text .hero-img {
	position: relative;
	height: 100%;
}
}
.fixedicons {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 9;
	width: 42px;
}
.fixedicons a {
	display: block;
}
.fixedicons a + a {
	margin-top: 15px;
}
.servicesbx {
	padding: 60px 0;
	text-align: center;
	background: #f9f9f9;
	height: calc(100vh - 84px);
}
.servicesbx > .container, .servicesbx > .container > .row {
	height: 100%;
}
.servicearea {
	padding: 60px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 24px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,0.08);
}
.servicearea h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.servicearea p.title {
	font-size: 26px;
	margin: 0;
}
.servbx {
	padding: 35px 25px;
	margin: 70px 0;
	border-radius: 25px;
	background: #F0FBFF;
	border: 1px solid #CFF1FF;
	box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.12);
	transition: all ease-in-out 250ms;
}
.servbx:hover {
	box-shadow: none;
}
.servbx.voilet {
	background: #FCF5FB;
	border: 1px solid #F5E1F1;
}
.servbx.green {
	background: #F3FAF9;
	border: 1px solid #DBEFED;
}
.servbx .imgbx img {
	width: 58px;
}
.servbx h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
}
.servbx p {
	font-size: 20px;
	margin-bottom: 0;
}
/********rajesh edited******/

@media only screen and (min-width:2060px) {
.travel-deals {
	background-size: 60% !important;
}
}
 @media only screen and (max-width:992px) {
.travel-deals {
	background-image: none !important;
	padding-bottom: 0;
	position: relative;
}
.travel-deals-img {
	display: block;
	width: 100%
}
.travel-deals .easy-step-btn a {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 181px;
	bottom: 30px;
}
}
