/**
 * Place your custom styles here.
 */

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap');

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #111;
    background: #fff;
    margin-top:0;
}
html {
    background: #111;
}

img {
	max-width: 100%;
	height: auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: #111;
	text-transform: capitalize;
	font-weight: 400;
}
h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    color: #111;
}

h2, .h2 {
    font-size: 50px;
    font-weight: 400;
}
h2.block-title {
    padding-bottom: 5px;
    text-align: center;
    display: table;
    border-bottom: 2px dashed #111;
    margin: 0 auto 30px auto;
}

@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 50px;
    }    
    h2, .h2 {
        font-size: 40px;
    } 
}

@media only screen
and (max-width : 420px){
    h1.page-header {
        font-size: 35px;
    }
    h2, .h2 {
        font-size: 30px;
    } 
}
.page-header {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 0px solid #111;
    text-align: left;
    /*background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;*/
    /*padding-left: 30px;*/
    padding-top: 50px;    
}
h1.page-header {
    color: #111;
    text-align: center;
}
@media only screen
and (max-width : 768px){
    .page-header {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}
.pull-left {
    float: none !important;
    text-align: center;
}
/*.region-header {
    text-align: center;
}*/
@media only screen
and (min-width : 990px){
    .path-frontpage .header-container {
        /*position: absolute;
        z-index: 1;*/
        left: 0;
        right: 0;
        /*top: 5%;*/
    }  
    a.logo {
        display: table;
        border-radius: 5px;
        table-layout: fixed;
        /*margin: 0 auto;*/
        margin: 0
    }
        
}
a.logo img {
    /*width: 100px;
    height: auto;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;*/
} 
@media only screen
and (max-width : 989px){
    a.logo img {
        width: 175px;
        height: auto;
        padding-top: 0px;
    }    
    a.logo.navbar-btn.pull-left {
        display: inline-block;
        margin-bottom: -30px;
    }
    /*.pull-left {
        float: left !important;
        text-align: left;
    }*/
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #222;
    background: #111;
    color: #fff;
}
.path-frontpage .footer {
    margin-top: -1px;
}

.flexslider {
    border: 0;
}

ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 5px 10px;
    position: relative;
    color: #111;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}
@media only screen
and (max-width : 1199px)
and (min-width : 990px){
    ul.sf-menu a,
    ul.sf-menu span.nolink {
        font-size: 12px;
    }    
}
@media only screen
and (max-width : 989px){
    ul.sf-menu a,
    ul.sf-menu span.nolink  {
        font-size: 25px;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #111;
        cursor: pointer;
    }    
    ul.sf-menu ul a {
        font-size: 20px !important;
    }
}
#superfish-main li {
    border-right: 1px solid #111;
}
#superfish-main li ul li {
   border-right: 0px solid #111;
}
#superfish-main li:nth-last-child() {
    border-right: 0px solid #fff;
}
ul.sf-menu .active-trail span.nolink, 
ul.sf-menu .active-trail span.nolink:hover, 
#superfish-main a.is-active, 
ul.sf-menu a.is-active, 
ul.sf-menu a:hover {
    color: #fff !important;
    font-weight: 400;
}
#block-mainnavigation .sf-accordion-toggle.sf-style-none a {
    background: /*#fff*/ url(/sites/default/files/toggle-menu.png) center no-repeat;
    border: 0px solid #381301;
    color: #333;
    text-indent: -9999px;
    padding: 10px 20px;
    float: right;
    margin-top: -80px;
    margin-bottom: 15px;
}
ul#superfish-main {
    float: right;
    padding-top: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-control-paging li a:hover {
    background: #111;
    background: rgba(31,165,202,0.8);
}
.flex-control-paging li a.flex-active {
    background: #111;
    background: rgba(31,165,202,0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #111;
    background: rgba(31,165,202,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider {
    margin: 0;
}


.fab {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 50%;
	background: #fff;
	color: #111;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 5px;
}
.fab {
    background: #fff;
	color: #111;
}

.fab:hover {
    background-color: #ffcc31;
	color: #fff;
}
.fas {
    color: #339900;
}


.btn-primary {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffcc31;
    border-color: #ffcc31;
}

/* MEGA MENU */

.tb-megamenu {
    background-color: transparent;
    padding-top: 5px;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-right: 0px solid #222;
    border-top: 0;
    /* color: #333; */
    /* font-weight: 300; */
    padding: 8px 15px;
    text-shadow: none;
    cursor: pointer;
    /* font-size: 14px; */
	/*Ritasha*/
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}
span.tb-megamenu-no-link:hover {
    background: transparent !important;
    font-weight: 300;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color: #333;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ffcc33;
    border-bottom-color: #ffcc33;
    margin-top: 8px;
    width: 10px;
    height: 15px;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffcc33;
  text-decoration: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ffcc33;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .nav-collapse .nav > li > a:hover,
.tb-megamenu .nav-collapse .nav > li > a:focus {
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #ffcc33;
  }
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background-color: transparent;
  color: #ffcc33;
  font-weight: 300;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
  color: #ffcc33;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 0;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ffcc33;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #fff;
  text-shadow: 0 0px 0 #ffffff;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #ffcc33;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #ffcc33;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
      background-color: transparent;
      border-color: #fff;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0px 0 0 0;
    padding: 0;
    border-top: 2px solid #ffcc33;
    background: #fff;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
}
.tb-megamenu .dropdown-menu .mega-nav > li a {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.tb-megamenu .dropdown-menu li {
    border-bottom: 1px solid #eee; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.tb-megamenu .dropdown-menu li:last-child {
    border-bottom: 0px solid #fff; 
}
li.tb-megamenu-item.active.active-trail a {
    border-top: 0;
}
.dropdown-menu {
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle:hover, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffcc33;
    font-weight: 600;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #ffcc33;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
li.tb-megamenu-item.level-2.mega.active.active-trail a {
    color: #ffcc33;
    font-weight: 500;
}
#block-mainnavigation {
    /* margin-top: 45px;
	margin-top: 30px;
    float: right;*/
    clear: both;
}
.header.header-scrolled #block-mainnavigation .tb-megamenu,
.header.header-scrolled #block-mainnavigation {
    margin-top: 0px;
    padding-top: 0px;
}
.tb-megamenu .nav {
    margin: 0;
    background: rgba(0,0,0,0);
}
.tb-megamenu .dropdown-menu li > a, .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-top: 0px solid #eee;
}

.tb-megamenu [class^="fa-"], .tb-megamenu [class*=" fa-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *: ;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
    color: #ffcc33;
}
.tb-megamenu .btn {
    font-size: 30px;
}
.tb-megamenu .btn-navbar {
    background-color: transparent !important;
    box-shadow: inset 0 0px 0 rgb(204 0 0 / 10%), 0 0px 0 rgb(204 0 0 / 8%);
    text-shadow: 0 0px 0 rgb(204 0 0 / 25%);
    background: transparent;
}
.tb-megamenu .btn {
    border-color: transparent !important;
    border-color: rgba(204,0,0,0.15) rgba(204,0,0,0.15) rgba(204,0,0,0.25);
}
.tb-megamenu .btn-navbar:hover, .tb-megamenu .btn-navbar:focus, .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active, .tb-megamenu .btn-navbar.disabled, .tb-megamenu .btn-navbar[disabled] {
    background: transparent !important;
    background-color: #ffcc33;
}
.tb-megamenu .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffcc33;
}
.tb-megamenu.tb-megamenu-main {
    float: right;
}
@media only screen
and (max-width : 979px){
    .tb-megamenu.tb-megamenu-main {
        float: none;
    }
    #block-mainnavigation {
        margin-top: 5px;
        float: none;
    }
    .tb-megamenu .btn-navbar {
        float: right;
        margin-top: 15px;
    }
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -25px;
        text-align: right;
        background: transparent;
    }
    .tb-megamenu .mega > .mega-dropdown-menu {
        background: #ffcc33;
    }
    .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
        background-color: #ffcc33;
        border-color: transparent;
        color: #fff;
    }
    .tb-megamenu .dropdown-menu li {
        border-bottom: 0px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tb-megamenu .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 0px solid #d9d9d9;
        border-bottom: 1px solid #eee;
        background: #ffcc33;
    }
    button.btn.btn-navbar.tb-megamenu-button {
        margin-top: -40px;
        position: absolute;
        right: 0px;
    }
    .tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
        border-bottom: 1px solid #222;
        border-right: none;
        color: #fff;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #ffcc33;
    }
    .tb-megamenu .nav-collapse .nav > li {
        float: none;
        background: #ffcc33;
    }
}
@media only screen
and (max-width : 767px){
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -25px;
        text-align: right;
        background: transparent;
        background: #ffcc33;
    }
    .tb-megamenu .nav-collapse .nav {
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;        
    }
    .tb-megamenu .nav-collapse.collapse.in {
        height: auto !important;
        z-index: +3;
    }
    
}
/* MEGA MENU ENDS */

video {
    /*object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: auto;
  }
  
  .viewport-header {
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* Header Scroll */
#header {
    background: #222;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}
@media only screen
and (min-width : 991px){
    .path-frontpage .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .path-frontpage #header {
        background: transparent;
    }
}
.header.header-scrolled {
    background: rgba(0,0,0,0.7) !important;
    padding: 7px 0 0;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}
.header img {
    width: auto;
    height: 60px;
    -webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.header.header-scrolled img {
    height: 30px;
    width: auto;
    -webkit-transform:scale(1.3);
	transform:scale(1.3);
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Header Scroll Ends */

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.path-frontpage .region2-container {
    margin-top: -10px;
    /*display: table;
    width: 100%;
    table-layout: fixed;
    position: absolute;*/
    background: #111;
}
.path-frontpage .region2-container .col-md-6 {
    padding: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.perday {
    font-size: 50px;
    font-weight: 700;
    transform: rotate(345deg);
    animation: color-change 1s infinite;
}
@keyframes color-change {
    0% { color: yellow; }
    50% { color: red; }
    100% { color: yellow; }
  }
.perdayrate {
    font-size: 40px;
    font-weight: 400;
    transform: rotate(15deg);
}
span.price {    
    font-size: 60px;
    font-weight: 700;
    animation: color-change2 1s infinite;
}
@keyframes color-change2 {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
  }
.ratebox {
    width: 250px;
    height: 250px;
    background: #00ccff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.slider-container {
    background-color: #222;
    /*background-image: url(/sites/default/files/video-bg.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;*/
}
.path-frontpage .region3-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-attachment: fixed;
    background-color: #111;
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(/sites/default/files/bg-customer-say.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    padding: 100px 0;
}
.dealsrate {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    color: #c00;
}
#block-ourhappycustomers {
    padding-top: 150px;
}
.viewscoo {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 5px 15px;
    font-size: 25px;
    font-weight: 600;
}
.viewscoo a {
    text-decoration: none;
    color: #c00;
}
#block-contactblock h2.block-title,
#block-scootertermsandconditions h2.block-title {
    font-size: 35px;
}
.scotitle {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}
.scotext {
    padding-top: 30px;
}
.scotext table th,
.scotext table td {
    padding: 5px 15px;
    text-align: center;
}
.scotext table {
    background: #ffcc33;
    margin: 0 auto;
    width: 450px;
}
.wabooking {
    display: table;
    margin: 0 auto;
    background: #000;
    padding: 5px 15px;
}
.wabooking a {
    text-decoration: none;
    color: #fff;
}
.scooterbox {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
#block-scooterinsideourscooters {
    padding-top: 30px;
}
@media only screen
and (min-width : 991px){
    #block-discovermauritiusbyscooter {
        margin-top: -42%;
        text-align: center;
    }
    #block-discovermauritiusbyscooter h2 {
        font-size: 70px;
        color: #fff;
        width: 650px;
        text-transform: uppercase;
        margin: 0 auto;
    }
    #block-homescooter {
        margin-top: -100px;
    }
    .ratebox {
        margin-top: -75px;
    }
}
@media only screen
and (min-width : 768px){
    #contact-message-booking-form-form  #edit-field-phone-wrapper {
        width: 48%;
        clear: left;
    }
    #contact-message-booking-form-form  #edit-field-pickup-address-wrapper,
    #contact-message-booking-form-form  .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-name.js-form-item-name.form-group {
        width: 48%;
        float: left;
    }
    #contact-message-booking-form-form  #edit-field-return-address-wrapper,
    #contact-message-booking-form-form  .form-item.js-form-item.form-type-email.js-form-type-email.form-item-mail.js-form-item-mail.form-group {
        width: 48%;
        float: right;
    }
    #captcha {
        clear: left;
        width: 50%;
        float: left;
    }
    #edit-actions {
        width: 45%;
        float: right;
        padding-top: 65px;
        text-align: right;
    }
    #edit-field-no-of-scooter-wrapper {
        width: 155px;
        float: left;
        padding-right: 15px;
    }
    #edit-field-pickup-wrapper {
        float: left;
        padding-right: 15px;
    }
    #block-priceandbookinghome {
        padding: 30px 75px;
    }
    #block-ourhappycustomers p {
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media only screen
and (max-width : 989px){
    .header {
        padding: 0;
    }
    #block-discovermauritiusbyscooter {
        margin-top: -42%;
        text-align: center;
    }
    #block-discovermauritiusbyscooter h2 {
        font-size: 75px;
        color: #fff;
        width: 650px;
        text-transform: uppercase;
    }
}
.views-col {
    padding-bottom: 30px;
}
@media only screen
and (max-width : 768px){
    .views-col {
        width: 100% !important;
    }
    .header .col-md-4,
    .header .col-md-8 {
        padding: 0;
    }
    #block-discovermauritiusbyscooter {
        margin-top: -45%;
        text-align: center;
    }
    #block-discovermauritiusbyscooter h2 {
        font-size: 28px;
        color: #fff;
        width: 300px;
        text-transform: uppercase;
        display: table;
        margin: 0 auto;
    }
    #block-footercontent,
    #block-footercall {
        padding-bottom: 15px;
    }
    .path-frontpage .region3-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #block-footercontent img {
        width: 250px !important;
        height: auto !important;
    }
    #block-bookinginsidepage {
        padding-bottom: 30px;
    }
    #block-ourhappycustomers {
        padding-top: 30px;
    }
}
@media only screen
and (max-width : 767px){
    #block-priceandbookinghome {
        padding: 15px;
    }
    .scotext {
        width: 100%;
        overflow-x: auto;
    }
}
@media (hover: hover) {
    
}
#block-footercontent img,
.region-header img {
    width: 100%;
    height: auto;
}
#block-contactblock-2 {
    color: #fff;
}
#block-contactblock-2 h2.block-title,
#block-ourhappycustomers h2.block-title {
    color: #ffcc33;
    border-bottom: 2px dashed #ffcc33;
}
#block-ourhappycustomers p {
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.page-node-1 .main-container p {
    text-align: center;
}
.page-node-2 .main-container img,
#block-homescooter img,
#block-footercontent img,
.region-header img {
    width: 100%;
    height: auto;
}
#contact-message-booking-form-form img {
    width: auto !important;
    height: auto;
}
.panel-default>.panel-heading {
    display: none;
}
#captcha.panel-default {
    border-color: transparent;
}
#captcha .panel-body {
    padding: 0px 0;
    width: 250px;
}
#captcha--description {
    display: none;
}
#captcha img {
    border-radius: 5px;
}
#block-phonecall {
    display: none;
}
@media only screen  
and (max-width: 767px) {
    #block-phonecall {
        display: block;
        position: fixed;
        right: 20px;
        background: #ffcc33;
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        font-weight: 500;
        z-index: +5;
        bottom: 18px;
    }
    .footer {
        padding-bottom: 50px;
    }
}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: #111;
}
#block-discovermauritiusbyscooter h2 {
    animation: color-change3 5s infinite;
    font-weight: 700;
}
@keyframes color-change3 {
    0% { color: yellow; }
    50% { color: #00ccff; }
    100% { color: yellow; }
}
#block-contactblock-2 .btn-primary {
    color: #111;
    background-color: #ffcc33;
    border-color: #ffcc33;
}
.panel {
    background-color: transparent;
}

#block-phonecall {
    display: none;
}
#block-whatsapp {
    display: none;
}
span.calls {
    display: none;
}
#block-phonecall a,
#block-whatsapp a {
    color: #fff;
    text-decoration: none;
}
.whats-up::after {
    content: "\f232";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.phone-call::after {
    content: "\f095";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
}
@media only screen  
and (max-width: 767px) {
    #block-phonecall {
        display: block;
        position: fixed;
        right: 15px;
        background: #ffcc33;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        font-weight: 500;
        z-index: +5;
        bottom: 18px;
    }
    #block-whatsapp {
        display: block;
        position: fixed;
        right: 65px;
        background: #ffcc33;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        padding-top: 6px;
        font-weight: 500;
        z-index: +5;
        bottom: 18px;
    }
}
#block-okcarrental img {
    width: 100%;
    height: auto;
}

/*#block-googlereviews {display:none;}*/