@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: AxiformaBold;
    src: url(../fonts/AxiformaBold.otf);
}
@font-face {
    font-family: AxiformaBook;
    src: url(../fonts/AxiformaBook.otf);
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #d8d8d9;
}
.header_section {
    padding-top: 40px;
}
.header_menu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_menu li {
    display: inline-block;
    margin-left: -4px;
    position: relative;
}
.header_menu li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    color: #000;
    font-weight: 500;
}
.header_menu li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #00ae8d;
}
.header_menu li a.active {
    font-weight: 600;
    border-bottom: 2px solid #00ae8d;
}
.sub_menu {
    position: absolute;
    left: 4px;
    padding: 0;
    text-align: left;
    width: 200px;
    padding-top: 10px;
    display: none;
}
.sub_menu li a {
    border: none;
    padding: 0 15px;
}
.sub_menu li a:hover {
    color: #00ae8d;
    text-decoration: none;
    border: none;
}
.header_menu li:hover .sub_menu {
    display: block;
}
.header_social_media {
    text-align: right;
    margin-top: 30px;
}
.header_social_media a {
    margin-left: 12px;
}
.banner_title {
    background: #00ae8d;
    margin-top: 10px;
    padding: 20px 0;
}
ul.banner_top_txt {
    margin: 0;
    padding: 0;
}
.banner_top_txt li {
    list-style: none;
    display: inline-block;
    width: 48.5%;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.banner_top_txt li:last-child {
    text-align: right;
}
.banner_top_txt li:last-child a {
    color: #00ae8d;
    padding: 10px 25px;
    background: #fff;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    transition: all linear 0.2s;
}
.banner_top_txt li:last-child a:hover {
    color: #fff;
    background-color: #089076;
    text-decoration: none;
}
.content_area {
    padding: 15px 25px;
    background: #fff;
}
.cont_heading_1 {
    color: #ff5100;
    margin-top: 10px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
}
.uppercase {
    text-transform: uppercase;
}
.content_area p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: AxiformaBook;
}
.policy_authent {
    background: #00ae8d;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 15px;
}
.policy_authent .heading_1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
    font-family: AxiformaBook;
    margin-top: 3px;
}
.ploic_submit_btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #d8d8d9;
    border: none;
    color: #000;
    padding: 6px 20px 3px 20px;
    margin-top: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 2px;
    outline-width: 0 impo !important;
    transition: all linear 0.2s;
}
.ploic_submit_btn:hover {
    color: #fff;
    background-color: #089076;
    text-decoration: none;
}
.policy_txt_box {
    border: none;
    font-size: 14px;
    padding: 7px 10px 5px 10px;
    border-radius: 3px;
    outline-width: 0;
    width: 80%;
    text-align: center;
    font-family: AxiformaBook;
}
.policy_txt_box::placeholder {
    color: #000;
}
.cont_heading_2 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
    font-family: AxiformaBold;
}
.heading_with_green_bg {
    padding: 13px 25px;
    background: #00ae8d;
    color: #fff;
    font-weight: 500;
}
.travel_protect_box_1 {
    border-right: 1px solid #333;
    padding-right: 25px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.travel_protect_heading {
    color: #ff5100;
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-family: AxiformaBold;
}
.travel_protect_box_1 p {
    font-size: 14px;
    color: #000;
    height: 85px;
    font-family: 'AxiformaBook';
}
.content_area.gray_bg {
    background: #ebebec;
    padding-bottom: 25px;
}
.travel_protect_box_1.no_border {
    border: none;
}
.footer_txt {
    font-family: AxiformaBook;
    font-size: 14px;
    color: #000;
    margin-top: 3px;
}
.footer_txt a {
    text-decoration: underline;
    color: #1229ef;
}
.our_history_img {
    margin-top: 15px;
}
.list_content {
    padding: 0;
    margin: 0;
    padding-left: 31px;
    padding-top: 6px;
    font-family: AxiformaBook;
    font-size: 15px;
    position: relative;
}
.list_content li {
    position: relative;
    margin-bottom: 5px;
    list-style: none;
    color: #000;
}
.list_content li:before {
    content: '';
    width: 11px;
    height: 3px;
    position: absolute;
    background: #ff5100;
    left: -30px;
    top: 8px;
}
.list_content.border_left {
    border-left: 1px solid #333;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.contact_heading {
    font-family: AxiformaBook;
    margin-top: 20px;
    color: #000;
}
.contact_content {
    margin-top: -4px;
    margin-bottom: 25px;
}
.contact_content a {
    color: #2f3ff0;
    text-decoration: underline;
    font-family: AxiformaBook;
}

.light_gray_box {
    background: #ebebec;
    padding: 13px 20px;
    font-family: AxiformaBold;
}
.media_center_content {
    font-family: AxiformaBook;
    font-size: 15px;
}
.light_gray_box.dark_gray {
    background: #d8d8d9;
}
.content_area.media_center {
    padding-top: 30px;
    padding-bottom: 30px;
}
.media_center_content a {
    color: #2f3ff0;
    text-decoration: underline;
}
.banner_img img {
    width: 100%;
}

/* Style the header */
.header {
  
  background: White;
  
  position: fixed;
}

/* Page content */
.content {
  padding: 0px;  padding-bottom: 58px;  padding-left: 58px;  
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
