::selection {
    background: #c50312;
    color: #fff;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #d3d3d3;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.btn:focus {
    box-shadow: none;
}
.form-control:focus,
.form-select:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.25rem #9097a04d;
}
.form-check-input:checked {
    background-color: #c50312;
    border-color: #c50312;
    box-shadow: 0 0 0 0.25rem #9097a04d;
}
#formDangerDiv,
#formInfoDiv,
#formSuccessDiv {
    display: none;
}
.backRed {
    background-color: #e21727;
}
.backRed2 {
    background-color: #c50312;
}
.backRed3 {
    background-color: #650000;
}
.backBlack {
    background-color: #000;
}
.backBlackOp {
    background-color: #000000d4;
}
.backBlackAlpa {
    background: #0000004d;
}
.backWhite {
    background-color: #fff;
}
.backWhiteOp {
    background-color: #ffffffd6;
}
.backGray {
    background-color: #d3d3d3;
}
.colorWhite {
    color: #fff;
}
.colorRed {
    color: #e21727;
}
.colorRed2 {
    color: #c50312;
}
.colorBlack {
    color: #212529;
}
.hoverwhite:hover {
    color: #fff;
}
.hoverRed:hover {
    color: #c50312;
}
.hoverRedWhite:hover .hoverWhiteRed {
    color: #fff;
}
.hoverWhiteRed:hover {
    color: #fff;
}
.hoverBackRed1:hover {
    background-color: #e21727;
}
.hoverBackRed2:hover {
    background-color: #c50312;
}
.hoverBorderRed2:hover {
    border: 2px solid #c50312;
}
.hoverBorderwhiteDot:hover {
    background: #9b0000;
}
.borderwhiteDot {
    border: 1px dotted #fff;
}
.borderWhiteAll {
    border: 2px solid #fff;
}
.borderWhiteNone {
    border: 2px solid;
}
.borderRed2 {
    border: 2px solid #c50312;
}
.borderRedRBL2 {
    border: 2px solid #c50312;
    border-top: 0;
}
.borderRedL10 {
    border-left: 10px solid #c50312;
}
.borderBlack2 {
    border: 2px solid #000;
}
.borderLightgray1 {
    border: 1px solid #d3d3d3;
}
.borderLightgray2 {
    border: 2px solid #d3d3d3;
}
.borderWhiteT2 {
    border-top: 2px solid #fff;
}
.borderWhiteB2 {
    border-bottom: 2px solid #fff;
}
.borderRadAll4 {
    border-radius: 4px;
}
.borderRadAll6 {
    border-radius: 6px;
}
.borderRadAll8 {
    border-radius: 8px;
}
.borderRadAll20 {
    border-radius: 20px;
}
.gridSet1 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-around;
}
.bg-gray {
    background:#fbf9f9;
}
.explore_services {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 50px;
    padding: 8px 27px;
    color: rgba(0,0,0,.9);
   
}
.explore_services svg {
     height: 0.9rem;
}
body {
    font-family: Poppins, sans-serif;
    display: none;
}
a {
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    display: inline-block;
}
.background {
    background-color: #ccc;
    height: auto;
    position: relative;
}
.back1 {
    background-image: url(./assets/images/background/back1.jpg);
}
.back-no-repeat-cover {
    background-repeat: no-repeat;
    background-size: cover;
}
.height3 {
    height: 3px;
}
.font200 {
    font-weight: 200;
}
.font300 {
    font-weight: 300;
}
.font400 {
    font-weight: 400;
}
.font500 {
    font-weight: 500;
}
.font600 {
    font-weight: 600;
}
.font700 {
    font-weight: 700;
}
.fontSCal13 {
    font-size: calc(1.3rem + 0.6vw);
}
.fontS1rem {
    font-size: 1rem;
}
.fontS1rem3 {
    font-size: 1.25rem;
}
.fontS8 {
    font-size: 8px;
}
.fontS10 {
    font-size: 10px;
}
.fontS13 {
    font-size: 13px;
}
.fontS15 {
    font-size: 15px;
}
.fontS18 {
    font-size: 18px;
}
.fontS20 {
    font-size: 20px;
}
.fontS22 {
    font-size: 22px;
}
.fontS25 {
    font-size: 25px;
}
.fontS30 {
    font-size: 30px;
}
.fontS50 {
    font-size: 50px;
}
.fontS70 {
    font-size: 70px;
}
.fontS3rem-M-2rem {
    font-size: 3rem;
}
.fontclamp1 {
    font-size: clamp(2rem, 10vw, 3.5rem);
}
.fontclamp2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
}
.padd0 {
    padding: 0;
}
.padd10 {
    padding: 10px;
}
.padd20 {
    padding: 20px;
}
.paddT11 {
    padding-top: 11px;
}
.paddB50 {
    padding-bottom: 50px;
}
.paddB100 {
    padding-bottom: 100px;
}
.paddB1 {
    padding-bottom: 1px;
}
.paddA1rem {
    padding: 1rem;
}
.paddT25rem {
    padding-top: 2.5rem;
}
.paddX60D20M {
    padding-right: 60px;
    padding-left: 60px;
}
.paddY0 {
    padding-top: 0;
    padding-bottom: 0;
}
.paddY5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.paddY10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.paddY15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.margin0 {
    margin: 0;
}
.marginT10 {
    margin-top: 10px;
}
.marginT20 {
    margin-top: 20px;
}
.marginT40 {
    margin-top: 40px;
}
.marginB10 {
    margin-bottom: 10px;
}
.marginL115 {
    margin-left: 115px;
}
.marginTN30 {
    margin-top: -30px;
}
.marginTN70 {
    margin-top: -70px;
}
.marginLN30 {
    margin-left: -30px;
}
.marginL5rem {
    margin-left: 5rem;
}
.zindex10 {
    z-index: 10;
}
.textJust {
    text-align: justify;
}
.textRight {
    text-align: right;
}
.text-capitalize {
    text-transform: capitalize;
}
.widthFitContent {
    width: fit-content;
}
.width-auto {
    width: auto;
}
.w-80px {
    width: 80px;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-49 {
    width: 49%;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.gradient1 {
    background-image: linear-gradient(to right, red, #c50312, #e9c0c0);
}
.gradient2 {
    background-image: linear-gradient(to right, #c30000 0, #e67b7b 100%);
}
.gradient3 {
    background-image: linear-gradient(to right, #c50312 0, #e21727 100%);
}
.latestNewsUl {
    list-style-type: none;
    margin: 0;
}
.latestNewsUl li {
    margin-left: 30px;
    display: inline-block;
}
.ulListT1 {
    list-style-type: none;
    margin: 0;
    padding-left: 5px;
    font-weight: 500;
}
.divideLine {
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    border: 0;
    width: 50px;
    margin-bottom: 3px;
}
.card {
    /*box-shadow: 1px 3px #0000001f, 0 1px 2px #0000003d;*/
}
.posiRelative {
    position: relative;
}
.posiAbsoluteCenter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.posRT {
    position: absolute;
    right: 0;
}
.accordion-item {
    border: 0;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #e21727;
    color: #fff;
}
.formLabel {
    color: #e21727;
    margin: 0;
    display: flex;
}
.dropdown-item {
    word-wrap: break-word;
    white-space: normal;
    padding: 0.7rem;
    /*border: 2px solid #ffffff00;*/
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #c50312;
    /*border: 2px solid #fff;*/
}
.nav-link {
    padding: 1rem;
}
.navBorder {
    border-top: 5px solid #c50312;
    border-bottom: 5px solid #c50312;
}
.navBorder:hover {
    background-color: #c50312;
    border-top-color: #c50312;
    border-bottom-color: #7d040e;
}
.navBottomBorderFix {
    border-bottom-color: #7d040e;
}
.navbar-toggler {
    background-color: #e21727;
    border: 2px solid #fff;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.imageCanada {
    background: linear-gradient(#00000026, #00000026), url(../image/home_service/canada-banner_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.imageVisitorVisa {
    background: linear-gradient(#9a969626, #00000042), url(../image/home_service/canada-banner_1.webp);
}
.imageVisitorVisa_2 {
    background: linear-gradient(#9a969626, #00000042), url(../image/home_service/uk-banner2_1.webp);
}
.imageVisitorVisa_3 {
    background: linear-gradient(#9a969626, #00000042), url(../image/home_service/touist-banner-1.webp);
}
.imageUK {
    background: linear-gradient(#9a969626, #00000042), url(../images/home/imageuk.webp);
}
.imageUK2 {
    background: linear-gradient(#9a969626, #00000042), url(../images/home/imageuk2.webp);
}
.imageUK3 {
    background: linear-gradient(#9a969626, #00000042), url(../images/home/imageuk3.webp);
}
.imageVisitorVisa {
    background: linear-gradient(#9a969626, #00000042), url(../images/home/visitor-visa.webp);
}
.formback {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.latestNewCol {
    position: absolute;
    left: 0;
    top: 0;
}
.countryFlagImg {
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 50px;
    height: 50px;
}
.cardHoverEffects:hover {
    border-left: 8px solid #c50312;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 14px 28px #00000040, 0 10px 10px #00000038;
}
.aboutfillLine {
    height: 5px;
}
.revDesg,
.revName {
    color: #000;
    font-weight: 500;
    text-align: right;
}
.cltRevImg2 {
    width: 65px;
    height: 65px;
    border-radius: 40px;
    border: 2px solid #fff;
    position: absolute;
    margin-top: -10px;
}
.reviewVid {
    width: 100%;
    height: 220px;
}
.navlinkActiveColor.active {
    font-weight: 700;
}
.mediaMentionImage {
    width: 98px;
    height: 60px;
}
.padding_left_right {
    padding:0px 2rem;
}
@media all and (min-width: 2200.98px) {
    .paddX60D20M {
        padding-right: 500px;
        padding-left: 500px;
    }
}
@media all and (min-width: 1800.98px) {
    .paddX60D20M {
        padding-right: 200px;
        padding-left: 200px;
    }
}
@media (max-width: 1023.98px) {
    .paddX60D20M {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 500px) {
    .wMob-100 {
        width: 100%;
    }
    .fontSMob12 {
        font-size: 12px;
    }
}
@media all and (min-width: 1439.98px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    .companyLines {
        position: absolute;
        left: 10%;
        top: 60px;
        max-width: 700px;
    }
    .formSetting {
        position: absolute;
        right: 10%;
        top: 10px;
        width: 320px;
    }
    .provinceImgHeight {
        height: 130px;
    }
    .aboutImgHeight {
        height: 225px;
    }
    .easeImage {
        height: 280px;
        width: auto;
    }
    .reviewPara {
        height: 250px;
    }
}
@media all and (min-width: 1198px) and (max-width: 1439px) {
    .reviewPara {
        height: 285px;
    }
    .newsTop3Image {
        width: 100%;
        min-height: 233px;
    }
}
@media all and (min-width: 1023.98px) and (max-width: 1197.98px) {
    .reviewPara {
        height: 342px;
    }
    .newsTop3Image {
        width: 100%;
        height: 189px;
    }
}
@media all and (min-width: 1023.98px) and (max-width: 1439px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    .companyLines {
        position: absolute;
        left: 10%;
        top: 60px;
        max-width: 500px;
    }
    .formSetting {
        position: absolute;
        right: 10%;
        top: 10px;
        width: 320px;
    }
    .provinceImgHeight {
        height: 80px;
    }
    .aboutImgHeight {
        height: 183px;
    }
    .easeImage {
        height: 250px;
        width: auto;
    }
}
@media (max-width: 1023px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .formback {
        height: auto;
    }
    .provinceImgHeight {
        height: 60px;
    }
    .aboutImgHeight {
        height: 152px;
    }
    .easeImage {
        height: 200px;
    }
    .newsTop3Image {
        width: 100%;
        height: 156px;
    }
}
@media (max-width: 768.98px) {
    .provinceImgHeight {
        height: 111px;
    }
    .aboutImgHeight {
        height: 180px;
    }
    .canvasWidth {
        width: 100vw;
    }
    .easeImage {
        height: 148px;
        width: auto;
    }
    .reviewColFlex {
        flex: 50%;
        max-width: 50%;
    }
    .newsTop3Image {
        width: 100%;
        height: 124px;
    }
    .mheight160 {
        height: 160px;
    }
    .latestNewTop3 {
        min-height: 300px;
    }
}
@media (max-width: 767px) {
    .gridSet1 {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-around;
    }
    .newsTop3Image {
        width: 100%;
        height: 212px;
    }
    .fontS3rem-M-2rem {
        font-size: 2rem;
    }
    .latestNewTop3 {
        min-height: 790px;
    }
}
@media (max-width: 425px) {
    .provinceImgHeight {
        height: 102px;
    }
    .aboutImgHeight {
        height: 110px;
    }
    .easeImage {
        height: 160px;
        width: auto;
    }
    .reviewColFlex {
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
    .newsTop3Image {
        width: 100%;
        height: 153px;
    }
}
.horizontalScroll {
    overflow-x: scroll;
    white-space: nowrap;
}
.wtspNormal {
    white-space: normal;
}
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    text-align: center;
    padding: 5px 10px;
}
.grid-col-3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.h-100 {
    height: 100%;
}
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
}
.high_lighter {
    background:#dc35454f;
    border: 2px solid #fff;
}
.main_news_baner {
    background-image:linear-gradient(45deg,rgba(0,0,0, 0.40),rgba(0,0,0, 0.40)), url('https://www.meritidevisas.com/assets/image/service_img/news-banner3.webp');
    height: 100%;
    width: 100%;
}
.set_bottom_content {
    top: unset !important;
    background: #000000c2;
}
.new_card_height {
    min-height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer_links_list a {
    color: #212529;
    font-size: 13px;
}
.divider_red_img {
    position: relative;
}
    
.divider_red_img::after {
    content: "";
    position: absolute;
    top: 50%;
    border-right: 20px solid #e21727;
    height: 35%;
    transform: translate(-50%, -50%);
    left: 0;
}
