/**
 * Custom stylesheet for www.maldivespost.com
 * Color Scheme Red #F02929,
 */

body {
    font-family: Corbel, sans-serif;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}


/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    text-align: center;
}

.preloader-icon {
    position: relative;
    top: 20%;
    width: 20%;
    border-radius: 50%;
    animation: shake 1.5s infinite;
}

.modal.in .modal-dialog {
    margin-top: 5%;
}

@keyframes shake {
    0% {
        transform: translate(1px, -1px) rotate(0deg);
    }
    10% {
        transform: translate(1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(1px, -5px) rotate(-3deg);
    }
    30% {
        transform: translate(1px, -7px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -9px) rotate(1deg);
    }
    50% {
        transform: translate(1px, -11px) rotate(3deg);
    }
    60% {
        transform: translate(1px, -9px) rotate(0deg);
    }
    70% {
        transform: translate(1px, -7px) rotate(-1deg);
    }
    80% {
        transform: translate(1px, -5px) rotate(-3deg);
    }
    90% {
        transform: translate(1px, -3px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -1px) rotate(-1deg);
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 170px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 170px; */
}


/*------------------------------------
 * QB
 -------------------------------------*/

@font-face {
    font-family: "D7CB";
    src: url("../fonts/DSEG7Classic-Bold.woff") format('woff'), url("../fonts/DSEG7Classic-Bold.ttf") format('truetype');
    ;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #d6d6d6;
}

#main-content {
    overflow: hidden;
    padding-top: 75px;
    font-family: arial, sans-serif;
}

#main-content p, ol li, ul li{
    font-size: 16px !important;
}

/*------------------------------------
 * HEADER
 -------------------------------------*/

.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-header-manu {
    height: 40px;
    background-color: #fff;
    z-index: 9999;
}

.top-header-manu a {
    text-decoration: none;
    color: #666;
    font-family: sans-serif, helvetica;
}

.sub-menu {
    background-color: #F02929;
    color: #fff;
    width: 100%;
}

#sub-menu>li {
    margin: 5px;
    margin-right: 50px;
}

#sub-menu>li:hover {
    border-radius: 10px;
    background-color: #fff;
}

#sub-menu>li>a {
    color: #fff;
    padding: 10px;
}

#sub-menu>li>a:hover {
    color: #F02929;
}

.navbar-default .navbar-nav>li>.view-qb {
    font-weight: bold;
    color: #F02929;
}

/* about us page navbar */

.about-us-page-menu ul {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}


.about-us-page-menu ul li {
    display: block;
    width: 100%;
}

.about-us-page-menu ul li a {
    display: block;
    color: inherit;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 25px 13px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
}

.about-us-page-menu ul li a.active, .about-us-page-menu ul li.active a {
    background: #c60c30;
    color: #fff;
}

.about-us-page-menu ul li a.active:after, .about-us-page-menu ul li.active a:after {
    border-color: transparent transparent transparent #c60c30;
}

.about-us-page-menu ul li a:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 6px;
    border-color: transparent transparent transparent transparent;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-default .navbar-nav>li .btn-link,
.navbar-default .navbar-nav>li .btn-link:hover {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 991px) {
    .sm-navfix {
        padding-bottom: 40px;
    }
    .navbar-default {
        padding-bottom: 5px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        top: 12px;
    }
    .navbar-default .navbar-toggle {
        border-color: #c02f34;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
        height: 4px;
        width: 30px;
    }
    .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        position: static;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: 100vh !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
    .faq-arrow {
        font-size: 2em;
        margin-top: 60px
    }
    .faq-arrow-fix-about {
        margin-top: 140px;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-half {
        margin-left: 4.166666666%;
    }
    .col-sm-offset-onehalf {
        margin-left: 10.41666667%;
    }
}

.nav-override {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .faq {
        padding: 100px 0;
    }
    .faq-arrow {
        font-size: 2em;
        margin-top: 60px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #f4f4f4 !important;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    font-family: Sofia-Bold, sans-serif, Arial;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.customer-logout-button{
    color: #f4f4f4 !important;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    font-family: Sofia-Bold, sans-serif, Arial;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.customer-logout-button:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #ffd2d2;
    font-weight: bold;
}

.right-nav-li {
    padding-top: 15px;
    padding-bottom: 10px;
}

.right-nav-li:hover {
    background-color: transparent;
}

.cmn-t-underline {
    position: relative;
    color: #ffd2d2;
}

.cmn-t-underline:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 5px;
    background-color: #ffd2d2;
    content: "";
    transition: width 0.5s;
}

.cmn-t-underline:hover {
    color: #ffd2d2;
}

.cmn-t-underline:hover:after {
    width: 100%;
}

.navbar .navbar-brand img {
    margin: auto 0;
    height: 50px;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .navbar .navbar-brand {
        margin-bottom: 20px;
    }
}

.page-slider .carousel-indicators .active {
    background-color: #F02929;
}

.blink_me {
    color: #F02929;
    animation: blinker 1.4s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.navbar-default {
    border: none;
    border-radius: 0px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #c02f34 !important;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .15);
}

.btn-submit {
    background-color: #fff;
    border: 2px solid #F02929;
    border-radius: 0px;
    color: #F02929;
}

.btn-submit:hover {
    background-color: #F02929;
    color: #fff;
}

.btn-register:hover {
    background-color: #ff0040;
    color: #fff;
}

.feature-box {
    font-size: 50px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #c22a34;
    margin-top: 5px;
    margin-bottom: 20px;
}

.feature-p {
    font-size: 16px;
    line-height: 30px;
}

.board-of-directors-cards {
    border: 1px solid red;
    padding: 10px 0px 0px 0px;
    text-align: center;
    border-radius: 20px;
    background-color: #c02f34;
    color: #FFF;
}

.signin-button {
    background-color: #F02929;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100px;
}

.signin-button:hover {
    background-color: #ff4d4d;
}

#signin-link {
    text-align: center;
    color: #fff;
}

#signin-link:hover {
    text-shadow: 2px 0px 0px #666;
}

select option[disabled]:first-child {
    display: none;
}


/* .faq {
    background-color: #F02929;
    color: #fff;
    margin-top: 40px;
} */

.faq {
    background-color: #f5f5f5;
    color: #c22a34;
    background: hsl(0deg 0% 0% / 4%);
    box-shadow: inset 0 0 7px 1px #a4a4a4;
    margin-top: 40px;
}

#faq-h1 {
    margin-top: 55px;
}

.faq-text {
    margin-bottom: 20px;
}

.news-social {
    margin-top: 60px;
}

.news {
    border-top: 7px solid #F02929;
}

.page-h2 {
    color: #F02929;
    font-weight: bold;
}

.multi-item-carousel .carousel-inner>.item {
    -webkit-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner>.item {
        -webkit-transition: 0.6s ease-in-out all;
        transition: 0.6s ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-perspective: none;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.email {
    font-size: 11px;
}

.wrap-all {
    word-wrap: break-word;
}

.helpdesk-card-title {
    font-size: 16px;
    padding: 10px !important;
    border-radius: 50px;
    background: #e52f48;
    vertical-align: middle;
}

.support-bg {
    /*background: url(/assets/img/support.png) no-repeat center center fixed;*/
    background: url(/public/assets/img/support.png) no-repeat center center fixed;
    height: 250px;
}

.bottom-center-middle {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

.top-center-middle {
    margin-top: 50px;
}

.tabbed {
    margin-left: 30px;
}

.business {
    color: #fff;
}

.section-1 {
    background-color: brown;
}

.section-2 {
    background-color: green;
}

.section-3 {
    background-color: #F02929;
}

.section-4 {
    background-color: blue;
}

.section-5 {
    background-color: #fdd262;
}

.admail-bg {
    /*background: url(/assets/img/support.png) no-repeat center center fixed;*/
    background: url(/public/assets/img/admail/1.jpg) no-repeat center center fixed;
    height: 500px;
}

.bulk-bg {
    /*background: url(/assets/img/bulk.png) no-repeat center center fixed;*/
    background: url(/public/assets/img/bulk.png) no-repeat center center fixed;
    height: 500px;
}

.hover-pointer {
    cursor: pointer;
}

.btn-business {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.btn-business:hover {
    background-color: #fff;
    color: #000;
}

.philately-img {
    width: 100%;
}

.philately-heading {
    margin-top: 5px;
}

.philately-p {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
}

.philately-product {
    border: 1px solid #F02929;
    ;
    font-size: 50px;
    text-align: center;
    color: #000;
    margin: 10px 8.5% 30px 8.5%;
    padding: 0;
}

.philately-price {
    margin-bottom: 0;
    background-color: #F02929;
    color: #fff;
    padding: 5px;
    border-top: 1px solid #fff;
}

.product-carousel-img img {
    margin: 0 auto;
}

.product-modal-carousel li,
.product-modal-carousel {
    width: auto;
}

.product-modal-carousel img {
    width: 50px;
}

.product-modal-carousel li {
    cursor: pointer;
}

.product-modal-carousel {
    margin: 20px 0;
}

.yearly {
    margin: 20px 0;
}

.yearly-archive {
    background-color: #F02929;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
}

.yearly-archive a {
    color: #fff;
    padding: 4px;
}

.yearly-archive a.active,
.yearly-archive a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #F02929;
    border-radius: 5px;
}

.lr-border-#fff {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tb-border-#F02929 {
    border-top: 1px solid #F02929;
    border-bottom: 1px solid #F02929;
}

.borde#F02929 {
    border: 1px solid #F02929;
}

.pad-5 {
    padding: 5px;
}

.pad-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pad-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

#media-list-group-main {
    /* background-color: #F02929; */
    border-bottom: 4px solid #F02929;
    color: #F02929;
}

#media-list-group-main:hover {
    background-color: #F02929;
    color: #fff;
}

.media-item:hover {
    background-color: #F02929;
}

.list-group {
    border: 2px solid #F02929;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.list-group-item {
    border: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #c02f34;
    border-color: #a51b20;
}

.news-hr {
    border-top: 1px solid #dddddd;
}

.faq-hr {
    border-top: 1px solid #eee;
}

.posts .list-group,
.panel-default {
    border: 0px solid #F02929;
}

#media-category {
    /* background-color: #F02929; */
    border-bottom: 4px solid #F02929;
    color: #F02929;
}

ul.nav li.dropdown-open:hover>ul.dropdown-menu {
    display: block;
}

.mega-link-child {
    color: #000;
}

.mega-link-child:hover {
    color: #A40000;
}

.mega-link:hover {
    background-color: #E9E9E9;
}


/* about us */

.mission-vission-cards-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mission-vission-cards {
    box-shadow: 0 0 3px 1px #c9c9c9;
    border-radius: 5px;
}

#board ul li {
    min-height: 35px;
    margin-bottom: 10px;
}

#management ul li {
    min-height: 35px;
    margin-bottom: 10px;
}

@media (min-width: 550px) {
    .modal-fix-md {
        left: 4%;
        top: 3em;
    }
    .dt-content {
        text-align: center;
        border-radius: 50%;
        width: 500px;
        height: 500px;
        opacity: 0.88;
        /*border: 20px solid #fff;*/
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);
    }
    .dt-header {
        margin-top: 100px;
        width: 400px;
        border-bottom: 1px solid lightgrey;
        margin-left: auto;
        margin-right: auto;
    }
    .dt-body {
        width: 350px;
        margin: auto;
        padding-bottom: 0;
    }
    .dt-footer {
        border-top: none;
        padding-top: 0px;
        text-align: center;
    }
    .login-shadow {
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.5);
    }
    .register-shadow {
        box-shadow: 0px 0px 0px 20px rgba(255, 0, 64, 1);
    }
    .activate-shadow {
        box-shadow: 0px 0px 0px 20px rgba(255, 0, 0, 0.5);
    }
}

@media (max-width: 550px) {
    .dt-body {
        padding: 20px;
    }
    .dt-content {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    }
    .form-group-fix {
        display: inline;
    }
    .shadow-fix {
        box-shadow: none;
    }
    .login-shadow {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    .register-shadow {
        box-shadow: 0 0 0 5px rgba(255, 0, 64, 1);
    }
    .activate-shadow {
        box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.5);
    }
}

.table {
    border-color: #836b6b;
}

.table td {
    vertical-align: middle !important;
}

.table-borde#F02929>thead>tr>th {
    border-color: #836b6b;
    border-bottom: none;
}

.table-borde#F02929>tbody>tr>td {
    border-color: #836b6b;
}

.advert {
    /* background: rgba(5, 201, 255, .1); */
    color: #3e3f8a;
    border: 1px solid #ffffff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.advert-textbox {
    max-height: 250px;
    font-family: Sofia-Regular, sans-serif, Arial;
    font-size: 1.25em;
    overflow: hidden;
    text-align: center;
}

.advert:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.advert-link {
    color: #000;
}

.advert-link:hover {
    color: #000;
}

#alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.pagination>li>a,
.pagination>li>span {
    color: #F02929;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #F02929;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #F02929;
    border-color: #F02929;
}

.btn-faq {
    background-color: #F02929;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.btn-faq:hover {
    background-color: #fff;
    color: #F02929;
}

.img-fix {
    margin: auto;
}

.faq-search-col {
    background-color: lightgrey;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.select2-responsive .form-group .select2-container {
    width: 100% !important;
}


/* History */

.timeline .time {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
    color: #fff;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #FE2E2E;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #FE2E2E transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #FE2E2E;
}

.timeline ul li::after {
    background: #fff;
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #FE2E2E;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #F45B69 transparent transparent;
    }
}


/*------------------------------------
 * FOOTER
 -------------------------------------*/

.footer {
    margin-top: 60px;
    border-top: 5px solid #F02929;
    background: #1c1714;
}

.footer-links {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-link {
    text-transform: uppercase;
    font-weight: bold;
    /* color: #c02f34; */
    color: #FFF;
    font-size: 16px;
}

.footer-links a+a:before {
    content: '|';
    padding: 0 10px;
}

.footer-icon {
    font-size: 2em;
}

.footer-copyright {
    margin-bottom: 35px;
    font-family: sans-serif;
    color: #FFF;
}

.social-icon {
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 1px;
    /* border: 2px solid #000; */
    /* color: #000; */
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}

.bg-danger {
    background-color: #c22a34;
}

.bg-white {
    background-color: #ffffff;
}

.text-danger {
    color: #c22a34;
}

.text-white {
    color: #ffffff;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-black {
    color: #000;
}

.rounded {
    border-radius: .25rem!important;
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.rounded-0 {
    border-radius: 0!important;
}

.rounded-100 {
    border-radius: 100%!important;
}

.w-25 {
    width: 25%!important
}

.w-30 {
    width: 30%!important
}

.w-35 {
    width: 35%!important
}

.w-40 {
    width: 40%!important
}

.w-45 {
    width: 45%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.d-none {
    display: none !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-31 {
    font-size: 31px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-33 {
    font-size: 33px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-37 {
    font-size: 37px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-39 {
    font-size: 39px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

#services {
    background: #c22a34;
    margin-top: 40px;
    border-radius: 10px;
    font-family: sans-serif, helvatica;
}

#service-page-banner {
    background: #9e262b !important;
    padding-bottom: 180px !important;
}

.services-field {
    padding-top: 15px;
}

.services-submit {
    margin-top: 15px;
}

.service-box {
    /* border: 1px solid #F02929; */
    font-size: 50px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}


/* 
.service-box:not(.simple-tracker) {
    border: 1px solid #d46d74;
}

.service-box:hover:not(.simple-tracker) {
    color: #fff;
    background-color: #F02929;
    cursor: pointer;
} */

.service-box-hover:hover {
    color: #fff;
    cursor: pointer;
    /* 
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: 0.25s ease-in; 
    */
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-box p {
    font-size: 16px;
}


/* simple tracker search box */

.home-simple-tracker {
    border: solid 1px green;
    position: relative;
    padding: 0px;
    outline: none;
    border: 0px;
}

.home-simple-tracker input[type=text] {
    border: none;
    width: 100%;
}

.home-simple-tracker input::placeholder {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}

.home-simple-tracker .input-group-prepend {
    position: absolute;
    right: 2px;
    top: -17px;
    z-index: 9;
}

.simple-tracker-search {
    text-transform: uppercase;
    height: 45px;
    font-size: 20px;
    padding-right: 95px;
}

#simple-tracker-btn {
    height: 100%;
    width: 90px;
    line-height: 26px;
    font-size: 20px;
}

.simple-tracker-content {
    padding: 0px;
    margin-top: 27px;
}


/* latest news */

.latest-news-read-more {
    font-family: Sofia-Regular, sans-serif, Arial;
    text-decoration: none;
}


/* custom styles for mobile devices */

@media(max-width:767px) {
    #services {
        margin-top: 0px !important;
        border-radius: 0px !important;
    }
    .service-box {
        margin-bottom: 5px;
    }
    .simple-tracker-content {
        margin-top: 0px !important;
    }
    .service-box:nth-child(1) {
        height: 131px;
    }
    .font-size-xs-30 {
        font-size: 20px;
    }
    .mb-xs-2 {
        margin-bottom: 20px !important;
    }
    .mb-xs-3 {
        margin-bottom: 30px !important;
    }
    .w-xs-60 {
        width: 60%!important
    }
    .advert-textbox {
        /* margin-bottom: 50px; */
        /* height: 150px; */
        height: 110px;
        font-size: 16px;
    }
    .additional-services {
        position: relative;
        top: 127px;
        display: inline;
    }
    .simple-tracker-content {
        position: relative;
        top: -137px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #f4f4f4;
        padding: 10px 0px 10px 30px;
    }
    .top-header-manu a {
        font-size: 12px !important;
    }
    .maldives_map{
        width: 60% !important;
    }
    .footer-link {
        font-size: 10px !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .additional-services {
        position: relative;
        top: 127px;
    }
    .simple-tracker-content {
        position: relative;
        top: -137px;
    }
    .w-sm-50 {
        width: 50%!important
    }
    .w-sm-40 {
        width: 40%!important
    }
    .hamburger {
        display: inline-block !important;
    }
    .navbar-default .navbar-header {
        /* padding-bottom: 15px; */
        height: 74px;
    }
    .advert {
        border: 0px solid #ffffff;
    }
    .etukuri-card-title span {
        font-size: 13px;
    }
    .navbar-default {
        top: 0px !important;
    }
}


/* Small Devices, Tablets */


/* 
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default {
        padding-bottom: 10px;
    }
} 
*/


/*------------------------------------
 * TOOLS
 -------------------------------------*/

.select2-container .select2-selection--single {
    height: 34px;
}

textarea.placeholder {
    color: #aaa;
}

.tool-title {
    margin-top: 0;
}

.bottom-close-btn {
    margin-top: 15px;
}

.target-box {
    padding-top: 15px;
    padding-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

#track-result {
    background-color: rgba(255, 255, 255, 0.6);
}

.code,
#track-result .nav-tabs {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

#track-result .nav-tabs>li.active>a {
    border-bottom: 1px solid #F02929;
}

#track-result .tab-pane {
    border-top: 2px solid #F02929;
    padding: 15px;
}

.tracker-info-alert {
    color: #000000;
    background-color: #fff9b8;
    border-color: #ded9d9;
    font-size: 17px;
    font-family: helvetica, sans-serif;
    text-align: justify;
}

#postage-result-table .table,
#postcode-result .table {
    background-color: rgba(255, 255, 255, 0.6);
}

#postage-result-table .table-bordered tr td,
#postage-result-table .table-bordered tr th,
#postcode-result .table-bordered tr td,
#postcode-result .table-bordered tr th {
    border-color: rgba(0, 0, 0, 0.6);
}

.convert-result {
    margin-top: 15px;
}

#convert-value {
    border: 1px solid #f4f4f4;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

#mail-tracker textarea {
    color: #000;
    border-radius: 10px;
    border: 2px solid #d9534f;
    font-size: 14px !important;
    font-family: helvetica, sans-serif;
}

.home-tracker-alert-message {
    font-size: 20px !important;
    font-family: helvetica, sans-serif;
}

.etukuri-card-title {
    min-height: 60px;
    font-size: 16px;
    padding: 10px !important;
    border-radius: 50px;
    background: #e52f48;
}

.etukuri-card-details {
    font-family: Sofia-Regular, sans-serif, Arial;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.etukuri-how-it-works-card-title {
    font-size: 16px;
    border-radius: 50px;
    background: #e52f48;
    text-transform: capitalize;
    padding: 5px;
}

.etukuri-local-benefits {
    font-family: arial, sans-serif;
    font-size: 16px;
}

.etukuri-local-how-it-works-numbers {
    width: 30px;
    text-align: center;
    padding: 4px 5px 1px 5px;
    font-size: 17px;
    font-family: arial, sans-serif;
    background-color: #e52f48;
}

.etukuri-local-how-it-works-details {
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 13px;
}

.etukuri-local-rates-table,
.etukuri-local-rates-table tr td,
.etukuri-local-rates-table thead tr th {
    border: 2px solid #e52f48;
}