@font-face {
    font-family:MyriadPro-Bold;
    src:url(./fonts/MyriadPro-Bold.otf);
}
@font-face {
    font-family:MyriadPro-Regular;
    src:url(fonts/MyriadPro-Regular.otf);
}
@font-face {
    font-family:MyriadPro-Semibold;
    src:url(./fonts/MyriadPro-Semibold.otf);
}
@font-face {
    font-family:Montserrat_Regular;
    src:url(./fonts/Montserrat_Regular.ttf);
}
@font-face {
    font-family:Saira_Stencil_One;
    src:url(./fonts/Saira_Stencil_One/SairaStencilOne-Regular.ttf);
}
@font-face {
    font-family:Mitr-Light;
    src:url(./fonts/Mitr/Mitr-Light.ttf);
}
@font-face {
    font-family:Mitr;
    src:url(./fonts/Mitr/Mitr-SemiBold.ttf);
}

@font-face {
    font-family:Muli-Regular;
    src:url(./fonts/fonts-1/Muli/Muli-Regular.ttf);
}
@font-face {
    font-family:Muli-Light;
    src:url(./fonts/fonts-1/Muli/Muli-Light.ttf);
}
@font-face {
    font-family:Muli-Bold;
    src:url(./fonts/fonts-1/Muli/Muli-Bold.ttf);
}
@font-face {
    font-family:Muli-Black;
    src:url(./fonts/fonts-1/Muli/Muli-Black.ttf);
}


body {
    font-size:15px;
    margin:0;
    padding:0;
}
.pd-0 {
    padding: 0
}
a {
    text-decoration: none !important
}
.tooltip.top { 
    margin-top: -10px 
}
.tooltip.top .tooltip-arrow {
    width: auto
}
.not_focus_input { 
    position:absolute; 
    top:0; 
    left:0; 
    padding: 10px 5px 0px 0;
    text-align:left; 
    overflow:hidden; 
    transition:all 0.5s; 
    -webkit-transition:all 0.5s; 
}
.not_focus_input.apart_labl { color:#000 !important; background:transparent; pointer-events:none; top:40px; padding:6px 0 6px 35px; transition:all 0.5s; -webkit-transition:all 0.5s; }
.RVM_siteBTN {
    position: relative;
    color: #fff;
    font-size: 16px;
    border: 0 !important;
    line-height: normal !important;
    font-family: Muli-Black;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    background: transparent
}
.RVM_siteBTN > span:first-child {
    position: relative;
    z-index: 2;
    padding: 8px 15px;
    display: inline-block;
    background: #ffc60b;
    border-radius: 30px;
}
.RVM_siteBTN > span:nth-child(2), .RVM_siteBTN > span:nth-child(3) {
    position: absolute;
    top: -1px;
    width: 80%;
    height: calc(100% + 2px);
    border-radius: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.RVM_siteBTN > span:nth-child(2) {
    border-left: 3px solid #00aeef;
    left: -1px;
}
.RVM_siteBTN > span:nth-child(3) {
    border-right: 3px solid #00aeef;
    right: -1px;
}
.RVM_siteBTN:hover {
    text-shadow: none
}
.RVM_siteBTN:hover > span:first-child {
    background: transparent;
    color: #ffc60b;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.RVM_siteBTN:hover > span:nth-child(2) {
    border-left-width: 10px !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.RVM_siteBTN:hover > span:nth-child(3) {
    border-right-width: 10px !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.RVM_siteBTN_W {
    border-color: white;
    color: #00aeef;
}
.RVM_siteBTN_W span:first-child {
    background: #fff
}
.RVM_siteBTN_W:hover span:first-child {
    color: #fff
}
.RVM_siteBTN_W span:nth-child(2), .RVM_siteBTN_W span:nth-child(3) {
    border-color: #fff
}
.RVM_siteBTN_G {
    letter-spacing: 1px;
}
.RVM_siteBTN_G span:first-child {
    
    color: black;
}
.RVM_siteBTN_G span:nth-child(2), .RVM_siteBTN_G span:nth-child(3) {
    border-color: #bdbdbd;
}
.RVM_siteBTN_G:hover span:first-child {
    color: #000
}
.RVM_title_heading {
    text-align: center;
}
.RVM_title_heading .RVM_titl_h {
    font-weight: normal;
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    padding: 0;
    font-family: Muli-Bold;
}
.RVM_title_heading .RVM_titl_h p {
    content: '';
    position: absolute;
    top: 2px;
    right: -18px;
    z-index: 0;
    width: 36px;
    height: 36px;
    border-radius: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.RVM_title_heading .RVM_titl_h span {
    font-family: Muli-Black;
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    display: inline-block;
    color: #00aeef;
    font-size: 28px
}
.RVM_title_heading .RVM_titl_h span label {
    font-weight: normal;
    margin: 0 3px 0 0;
    font-size: 60px;
    color: #00aeef;
    position: relative
}
.RVM_title_heading .RVM_titl_h span label i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #00aeef;
}
.RVM_title_heading .RVM_titl_h span > i {
    font-style: normal;
    color: #00aeef;
}
.RVM_sapretor_outer {
    display: none;
    justify-content: center;
    margin: 0 0 20px;
}
.RVM_sapretor_outer .RVM_sprt_ttl {
    width: 60px;
    float: left;
    position: relative;
    margin-top: 4px;
    text-align: center;
}
.RVM_sprt_ttl:before, .RVM_sprt_ttl:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #cacaca;
    left: 0;
    top: 10px;
}
.RVM_sprt_ttl:after {
    right: 0;
    left: unset;
}
.RVM_sprt_ttl .RVM_dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cacaca;
}

/* header css start */
.RVM_new_header_area {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(230, 230, 230, 0.78);
    color: #fff;
    font-family: Montserrat_Regular;
    font-size: 16px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
.RVM_new_header_area_partition {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.RVM_new_header_area_partition > li {
    float: left;
    list-style: none;
}
.RVM_new_header_area_partition .RVM_first {
    width: 100%;
}
.RVM_new_header_area_partition .RVM_first .RVM_first_list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.RVM_new_header_area_partition .RVM_first .RVM_first_list > li {
    float: left;
    list-style: none;
}
.RVM_new_header_area_partition .RVM_first .RVM_first_list .RVM_right {
    width: 50%;
    text-align: right;
    float: right;
}
.RVM_new_header_area_partition .RVM_first .RVM_right a {
    color: #fff;
    display: inline-block;
    margin: 0;
}
.RVM_new_header_area_partition .RVM_first .RVM_right a i, .RVM_new_header_area_partition .RVM_first .RVM_right a span {
    display: inline-block
}
.RVM_new_header_area_partition .RVM_second {
    text-align: center
}
.RVM_logo {
    display: inline-block;
    position: relative;
    z-index: 9;
    font-family: Muli-Bold;
    font-size: 40px;
    color:#565656;
    padding:18px 0 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_logo:hover {
    /*color:#cd1713;*/
}
.RVM_logo span {
    font-family: Muli-Black;
    color: #00aeef;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_change_headerBG .RVM_logo {
    /*color: #00aeef;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.RVM_change_headerBG .RVM_logo span {
    color:#00aeef;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_menu {
    width: 35px;
    float: right;
    padding: 6px 6px 1px;
    border: 1px solid #00aeef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
    margin-top: 8px;
}
.RVM_menu div {
    width: 100%;
    height: 3px;
    background: #00aeef;
    margin-bottom: 5px;
}
.RVM_mob_calli {
    position: absolute;
    top: 10px;
    right: 190px;
}
.RVM_curncy_drp_li {
    position: relative;
    float: right !important;
    padding: 23px 0 23px 10px;
    background:#01aeee;
}
.RVM_curncy_drp_li:before{
    content: "";
    border-top: 24px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 59px;
    left: 36px;
    transform: rotate(43deg);
}
.RVM_curncy_drp_li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}
.RVM_curncy_drp_li a:hover {
    color: #fff;
    text-decoration: none
}
.RVM_curncy_drp_li #countrysymbol_ {
    float: left;
    padding: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.RVM_curncy_drp_li #currencysymbol_ {
    font-size: 20px;
    float: left;
    margin: 0px 0 0 5px;
}
.RVM_curncy_drp_li #currencyname_ {
    padding: 0;
    font-size: 18px;
    float: left;
    margin: 3px 0 0 2px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RVM_curncy_drp_li .fa-angle-down {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 7px;
}
.RVM_currencycountry_popup {

}
#RVM_countrysymbol_ {
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    overflow: hidden; 
}
#RVM_currencysymbol_ {
    font-size: 20px;
    float: left;
    margin: 4px 0 0 5px;
}
#RVM_currencyname_ {
    padding: 0;
    font-size: 18px;
    float: left;
    margin: 3px 0 0 2px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.RVM_currencycountry_pack .fa-angle-down {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 8px 0 5px;
}
#RVM_currencycountry_popup {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 100000000;
    pointer-events: none;
    display: none;
}
.RVM_curpop_darkbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000000;
    /*background: url(../images/currency_bg.jpg) top left no-repeat;
    background-size: cover;*/
}
.RVM_curpop_darkbg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.9)
}
#RVM_currencycountry_popup.d-flex {
    display: flex;
}
#RVM_currencycountry_popup > div {
    width: 320px;
    position: relative;
    background: white;
    border: 1px solid gainsboro;
    display: inline-block;
    pointer-events: all;
}
#RVM_currencycountry_popup > div:before {
    content: '';
    position: absolute;
    top: -4%;
    left: -7px;
    width: calc(100% + 14px);
    height: 50%;
    background: #00aeef
}
#RVM_currencycountry_popup.toggletransformY {
    /*transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.RVM_curcoun_headr {
    background: #00aeef;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1
}
.RVM_curcoun_headr h4 {
    font-size: 18px;
    font-family: Muli-Black
}
.RVM_curcoun_body {
    width: 100%;
    float: left;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    background: white
}
.RVM_curcoun_body select {
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    color: black;
    padding: 0 25px 0 15px;
    border-radius: 0;
    box-shadow: none;
}
.RVM_curcoun_body .fa-angle-down {
    position: absolute;
    top: 28%;
    right: 10px;
    color: black;
    font-size: 20px;
    margin: 0
}
.RVM_region_country, .RVM_region_currency {
    margin-bottom: 15px
}
.RVM_curcoun_body label {
    width: 100%;
    float: left;
    color: #545454;
    font-size: 14px;
    text-align: left;
}
.RVM_region_saveornot {
    text-align: center
}
#RVM_saveButton {
    letter-spacing: 1px;
}
#RVM_saveButton > span:nth-child(2) {
    left: -6px;
}
#RVM_saveButton > span:nth-child(3) {
    right: -6px;
}
.RVM_region_saveornot .RVM_siteBTN_G {
    margin-left: 15px;
}
.RVM_region_saveornot .RVM_siteBTN_G > span:nth-child(2) {
    left: -6px;
}
.RVM_region_saveornot .RVM_siteBTN_G > span:nth-child(3) {
    right: -6px;
}

.RVM_third {
    float: right !important;
    margin-top: 22px;
}
.RVM_third_list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.RVM_third_list .RVM_right {
    float: right
}
.RVM_third_list .RVM_right_list li {
    display: inline-block
}
.RVM_third_list .RVM_right_list li a {
    color: #2d2d2d;
    font-size: 14px;
    padding: 10px 15px;
    font-family: MyriadPro-Bold;
}
.RVM_new_header_area_partition .RVM_right {
    margin-right: 15px
}
/* header css end */

/* Footer start */
.RVM_footer_sec {
    background: #272727;
    padding: 45px 0px 0;
    position: relative;
    float: left;
    width: 100%;
}
.RVM_foo_bg_layer {
    position: absolute;
    right: 160px;
    top: 45px;
    background-size: 100%;
    width: 38%;
    z-index: 1;
    display: none;
}
.RVM_foo_link_2, .RVM_foo_link_3, .RVM_foo_link_1 {
    min-height: 90px;
    margin-bottom: 15px;
}
.RVM_foo_link_4 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.RVM_foo_link_4 .RVM_getintouch {
    width: 50%
}
.RVM_footer_sec .container {
    position: relative;
    z-index: 2
}
.RVM_foo_title {
    color: #fff;
    margin: 0 0 20px;
    font-size: 20px;
}
.RVM_foo_title_S {
    width: 100px;
    float: left;
    position: relative;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    display: none;
}
.RVM_foo_title_S .dot {
    display: block;
    width: 20px;
    height: 2px;
    background: #cacaca;
    margin-bottom: 3px;
}
.RVM_foo_title_S .dot2 {
    display: block;
    width: 7px;
    height: 7px;
    background: #cacaca;
    margin: -3px 0 0 2px;
    border-radius: 50%;
}
/*.RVM_footer_sec ul.RVM_Flisting li:before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #a5a5a5;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}*/
/*.RVM_footer_sec ul.RVM_Flisting li:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #a5a5a5;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}*/
.RVM_footer_sec ul li:hover:after, .RVM_footer_sec ul li:hover:before {
    background: #0216ff
}
.RVM_Flisting, .RVM_Faddlisting {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style-type: none
}
.RVM_Flisting {
    margin-left: -15px
}
.RVM_Flisting li {
    padding: 8px 15px;
    border: 0;
    position: relative;
}
.RVM_Flisting li a {
    color: #d4d4d4;
    text-decoration: none;
}
.RVM_Flisting li:hover a {
    color: #00aeef
}
.RVM_Faddlisting {
    margin: 10px 0 0px;
    display: inline-block;
    padding: 0;
}
.RVM_Faddlisting li {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    color: #e0e0e0;
    float: left;
    width: 100%;
}
.RVM_Faddlisting li a {
    color: #e0e0e0;
}
.RVM_foo_subs {
    position: relative;
    border-radius: 23px;
    display: inline-block;
    width: 100%;
    margin:4px 0 0 0;
}
.RVM_foo_subs form {
        display: inline-block;
    width: 100%;
    padding-right: 120px;
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    border-right: 9px solid #00aeef;
}
.RVM_foo_subs p{color: #ddd;}
.RVM_foo_subs .RVM_siteBTN {
    position: absolute;
    right: -5px;
    top: 0;
    width: 120px;
}
.RVM_foo_subs .RVM_siteBTN span:first-child {
    padding: 12px 15px;
    background: #00aeef;
}
.RVM_foo_subs .RVM_siteBTN:hover span:first-child {
    background: transparent;
    color: #00aeef;
}
.RVM_foo_subs .RVM_siteBTN > span:nth-child(2), .RVM_foo_subs .RVM_siteBTN > span:nth-child(3) {
    border-color: #00aeef;
}
.RVM_foo_subs .subscribe_input {
    border: none;
    padding: 0 0 0 10px;
    height: 42px;
    width: 100%;
    border-radius: 50px 0 0 50px;
}
.RVM_foo_subs #subscribeButon {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    border: 0;
    height: 42px;
    width: 110px;
    border-radius: 0 30px 30px 0;
    font-size: 15px;
    font-family: Muli-Black;
    color: #00aeef;
    letter-spacing: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 1px solid #00aeef;
}
.RVM_foo_subs #subscribeButon:hover {
    background: transparent;
    color: #00aeef;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_foo_subs .error {
    position: absolute;
    top:50px;
    left:0;
    font-size: 13px;
    color: #fff;
    background: red;
    padding: 0px 5px;
}
.RVM_foo_subs .subscribe_button {
    border: none;
    background: #0216ff;
    color: #fff;
    border-radius: 22px;
    padding: 11px 15px;
    font-size: 15px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.RVM_foo_subs .success {
    position: absolute;
    color: limegreen;
    bottom: -20px;
    left: 20px;
}
.RVM_foo_soc_ul {
    list-style: none;
    padding: 0px;
    margin: 25px 0 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.RVM_foo_soc_ul li {
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.RVM_foo_soc_ul li a {
    font-size: 30px;
    width: 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: white;
    height: 50px;
    border-radius: 50%;
    padding: 6px 0 4px;
}
.RVM_foo_soc_ul li a:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    top: -1px;
    left: -1px;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_foo_soc_ul li:nth-child(1) a {
    color: #3b5998;
}
.RVM_foo_soc_ul li:nth-child(1) a:before {
    background: #2d4b8c;
}
.RVM_foo_soc_ul li:nth-child(2) a:before {
    background: #42a3ef;
}
.RVM_foo_soc_ul li:nth-child(3) a:before {
    background: #b5131a;
}
.RVM_foo_soc_ul li:nth-child(4) a:before {
    background: #615f5f;
}
.RVM_foo_soc_ul li a:hover:before {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_foo_soc_ul li a:hover i {
    color: white;
    position: relative;
    z-index: 2;
}
.RVM_foo_soc_ul li:nth-child(2) a {
    color: #55acef
}
.RVM_foo_soc_ul li:nth-child(3) a {
    color: #c30e0f;
    padding: 5px 0px 4px;
}
.RVM_foo_soc_ul li:nth-child(4) a {
    color: #727272;
    padding: 5px 0px 4px;
}
.RVM_fooseure_img {
    width: 100%;
    float: left
}
.RVM_foo_Slogos {
    text-align: center;
    margin-top: 20px;
    padding: 0 15px
}
.RVM_foo_Slogos img {
    display: inline-block
}
.RVM_foo_disclaimer {
    text-align: center;
    color: #cecece;
    border-top: 1px solid #8a8a8a;
    margin-top: 10px;
    padding: 10px 15px 0;
}
.RVM_foomob_N {
    width: 65px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #00aeef;
    z-index: 999999;
    padding:10px 15px 10px 7px;
    border-radius: 0 40px 40px 0;
    font-family: Muli-Black;
    display: none;
    text-align: center;
    color: white;
    top: 0;
    right: 0;
    margin: auto auto auto 0;
    height: 60px;
}
.RVM_foomob_N:hover {
    padding: 0px 15px 10px 7px;
    color: whitesmoke;width:310px;
}
.RVM_foomob_N a p{width:100%;float:left;font-size: 16px;margin:10px 0 0;padding-left: 20px;}
.RVM_foomob_N a {
    color: white;
    position: relative;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_foomob_N a span {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 4px;
    width:100%;float:left;
    padding-left: 20px;
}
.RVM_foomob_N:hover a {
    transform: scale(1);
    -webkit-transform: scale(1);
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.RVM_foomob_N:hover img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 32px;
    height: 32px;
    margin: auto;
    bottom: 0;
}
.session-strip {
    display: block;
    width: 400px;
    position: fixed;
    bottom: 10px;
    z-index: 999;
    background: #fff;
    right: 10px;
    color: #000;
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.session-strip .cookie_a {
    color: #00aeef;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.session-strip .accept {
    /*background: #0216ff;*/
    display: inline-block;
    padding: 0px 5px;
    color: #ffffff;
    border: none;
    margin: 5px 0 0 0;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Roboto',arial;
    cursor: pointer;
}
.RVM_disclaimer_foo {
    width:100%;
    float:left;
    color:#cecece;
    padding:0 15px;
}
.RVM_disclaimer_foo h3 {
    position:relative;
}
.RVM_disclaimer_foo h3:before {
    content:'';
}
.RVM_disclaimer_foo ul {
    list-style-type:disc;
    padding-left:15px;
}
.RVM_disclaimer_foo p, .RVM_disclaimer_foo ul li {
    letter-spacing: 1px
}
/* Footer end */

/* Calendar popup start */
#ui-datepicker-div {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100000 !important;
    background: transparent;
    border: 0;
    padding: 100px 0 0 0;
    text-align: center;
    pointer-events: none
}
#ui-datepicker-div .ui-datepicker-group-first, #ui-datepicker-div .ui-datepicker-group-last {
    width: 250px;
    background: #00aeef;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    pointer-events: all
}
#ui-datepicker-div .ui-datepicker-group-first:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #00aeef
}
#ui-datepicker-div > .ui-datepicker-buttonpane {
    width: 500px;
    clear: unset;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    pointer-events: all
}
.ui-datepicker-multi .ui-datepicker-group table thead {
    color: white
}
#ui-datepicker-div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none
}
.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: #00aeef;
    border-radius: 0;
    color: white;
    padding: 7px 0 !important;
	z-index: 5
}
.ui-datepicker table {
	background: #00aeef;
    position: relative;
    z-index: 5;
}
.ui-datepicker table thead {
	color: white
}
.ui-datepicker-prev, .ui-datepicker-next {
    background: transparent !important;
    border: 0 !important;
    top: 7px !important;
    cursor: pointer;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 98% !important
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border-color: #00aeef !important;
    background: #00aeef !important
}
.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
}
.ui-datepicker-prev {
    left: 2px !important
}
.ui-datepicker-next {
    right: 2px !important
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  color: white
}
.ui-datepicker-prev:before {
  content: "\f053";
}
.ui-datepicker-next:before {
  content: "\f054";
}
/* Calendar popup end */









/* Media query start */
@media (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    .RVM_foo_link_2, .RVM_foo_link_3, .RVM_foo_link_1{min-height: 280px; }
}
@media (max-width: 991px){
    
    /* header css start */
    /*.RVM_new_header_area {
        padding: 10px 0;
    }*/
    .RVM_trpt_banner_sctn {
        margin-top: 50px;
    }
    .RVM_new_header_area_partition .RVM_first {
       display: none;
    }
    .RVM_new_header_area_partition .RVM_second {
        text-align: left;
        width: 100%;
    }
    /*.RVM_logo {
        height: 40px
    }
    .RVM_logo img {
        height: 45px
    }*/
    .RVM_menu {
        display: block
    }
    .RVM_curncy_drp_li {
        position: absolute;
        right: 50px;
        margin-top: -46px;
        padding: 10px 0 10px 10px
    }
    .RVM_third {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
    .RVM_third_list {
        display: none;
    }
    /* header css end */
}
@media (max-width: 767px){
    .RVM_mob-padd {
        padding: 0
    }
    #ui-datepicker-div {
        pointer-events: all
    }
    /* header css start */
    .RVM_new_header_area {
        border-bottom: 1px solid gainsboro;
        position: static
    }
    .RVM_logo {
        font-size: 32px;
        padding:4px 0 0px 0
    }
    /*.RVM_logo img {
        height:40px;
        margin-top: 6px
    }*/
    .RVM_menu {
        margin: 7px -5px 0 0
    }
    .RVM_curncy_drp_li {
        right: 40px
    }
    .RVM_mob_calli {
        top: 8px;
        right: 180px;
    }
    .RVM_mob_calli img {
        height: 33px
    }
    /*.RVM_curncy_drp_li {
        display: none;
    }*/
    .RVM_third_list {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: rgb(0, 0, 0);
        z-index: 100000000;
    }
    .RVM_new_header_area_partition .RVM_right {
        margin:0; 
        width:100%;
    }
    .RVM_third_list .RVM_right_list li, .RVM_third_list .RVM_right_list li a {
        width: 100%;
        float: left;
        color: white;
        letter-spacing: 1px;
    }
    .RVM_third_list .RVM_right_list li h4 {
        margin: 10px 0;
        padding: 15px;
        font-weight: bold;
    }
    .RVM_third_list .RVM_right_list li h4+a {
        position: absolute;
        top: 15px;
        right: 15px;
        width: auto;
        padding: 0;
        font-size: 25px;
        color: red;
    }

    /* header css end */
    /* footer css start */
    .RVM_foomob_N {
        display: block;
    }
    .RVM_foo_link_4 .RVM_getintouch {
        width: 80%;
    }
    /* footer css end */
}
@media (max-width: 500px){
    .RVM_logo {
        font-size: 25px;
        margin: 4px 0 0;
    }
    .RVM_logo img {
        height: 30px
    }
    .RVM_curncy_drp_li {
        padding:13px 0 10px 10px;
    }
    .RVM_curncy_drp_li #currencysymbol_ {
        font-size: 15px;
    }
    .RVM_curncy_drp_li #currencyname_ {
        font-size: 15px;
    }
    .RVM_currencycountry_pack .fa-angle-down {
        font-size: 14px;
        margin: 4px 8px 0 5px;
    }
    .RVM_mob_calli {
        display: none;
        top: 6px;
        right: 170px;
    }
}
@media (max-width: 480px){
    /* header css start */
    .RVM_logo {
        font-size: 20px;
    }
    .RVM_new_header_area .row > .col-xs-12 {
        padding: 0 10px
    }
    .RVM_curncy_drp_li #countrysymbol_ {
        height: 22px;
        width: 20px;
    }
    .RVM_curncy_drp_li #countrysymbol_ img {
        height: 20px
    }
    .RVM_curncy_drp_li #currencysymbol_ {
        font-size: 14px;
    }
    .RVM_curncy_drp_li #currencyname_ {
        font-size: 14px;
    }
    .RVM_currencycountry_pack .fa-angle-down {
        font-size: 12px;
    }
    .RVM_curncy_drp_li {
        padding: 11px 0 11px 10px;
        right: 45px;
        top: 0;
        position: absolute !important;
        margin: 0
    }
    .RVM_menu div {
        height: 1px
    }
    .RVM_menu {
        width: 30px;
        padding: 6px 5px 1px;
        margin: 9px -2px 0 0;
    }
    .RVM_mob_calli {
        right: 150px;
        top: 10px
    }
    .RVM_mob_calli img {
        height: 25px
    }
	.session-strip {
		width:100%;
		left: 0
	}
    /*.RVM_logo {
        height: 37px;
    }*/
    /* header css end */
    .RVM_foo_link_4 .RVM_getintouch {
        width: 90%;
    }
}
@media (max-width: 450px){
    .RVM_logo img {
        height:25px
    }
    .RVM_logo {
        margin: 7px 0 2px;
    }
}
@media (max-width: 400px){
    .RVM_menu {
        margin: 9px -5px 0 0
    }
    .RVM_curncy_drp_li {
        right: 40px;
        background: transparent;
        padding: 11px 0 11px 0;
    }
    .RVM_curncy_drp_li a {
        color: #01aeee;
    }
    .RVM_mob_calli {
        right: 140px;
    }
    .RVM_foo_link_4 .RVM_getintouch {
        width: 95%;
    }
    .RVM_logo img {
        height: 22px;
    }
}
@media (max-width: 350px){
    .RVM_logo img {
        height: 18px;
    }
    .RVM_logo {
        margin: 10px 0 6px;
    }
}


.RVM_footer_sec .widget_contact_info {
    position: relative;
    z-index: 9;
    padding: 46px 10px 150px 10px;
    margin-top: -85px;
    margin-right: 30px;
}
.RVM_footer_sec .widget_contact_info:before, .widget_contact_info:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px 10px;
    border-left-color: #00aeef;
    border-bottom-color: #00aeef;
    top: 0;
    right: 1px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: -4;
}
.RVM_footer_sec .widget_contact_info .widget_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.RVM_footer_sec .widget_contact_info .widget_background__half {
    position: absolute;
    width: 50%;
    height: 105%;
    overflow: hidden;
    top: -10%;
    left: 0;
    z-index: -1;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
}
.RVM_footer_sec .widget_contact_info .widget_background__half:nth-child(2) {
    left: auto;
    right: 0;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.RVM_footer_sec .widget_contact_info .widget_background__half .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.RVM_footer_sec .widget_background__half .bg {
    background-image: url(/resources/images/banner_img_3.jpg);
}
.RVM_footer_sec .widget_contact_info .widget_background__half:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 102%;
    top: 0;
    left: 0;
   background-color: #00aeef;
    opacity: 0.9;
    z-index: 9;
}
.RVM_footer_sec .widget_contact_info:after {
    border-left-color: rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: rgba(0, 0, 0, 0.3) !important;
    z-index: -3;
}
.widget_content{color: #fff;}
.widget_content p{    border-bottom: 1px dotted #ddd;
    padding: 0px 0 6px;
    line-height: 26px;}
.widget_content a{color: #fff;}
.footer_logo a{color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: -20px 0 18px;
    display: block;}
 ul.RVM_Flisting_2{border-left: 1px solid #a5a5a5; margin:0; padding:0; list-style: none;}
ul.RVM_Flisting_2 li{    padding:9px 0 10px 21px;
    border: 0;
    position: relative;}
    ul.RVM_Flisting_2 li a{color:#d4d4d4; text-decoration: none;}
   ul.RVM_Flisting_2 li:before{content: '';
    width: 15px;
    height: 1px;
    background-color: #a5a5a5;
    position: absolute;
    left: 0;
    top:20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;}
    ul.RVM_Flisting_2 li:hover:before{background:#00aeef;}
    ul.RVM_Flisting_2 li:hover a{color: #00aeef;}
    .RVM_footer_sec{background: url(/resources/images/footer_bg.jpg) no-repeat top #272727;
    padding-top: 157px;}