﻿@font-face {
    font-family: Poppins;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-SemiBold.woff2') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Bold.woff2') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Regular.woff2') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Medium.woff2') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Light.woff2') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FontAwesome;
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://d1vqfl8cu8qgdj.cloudfront.net/assets/small_website/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Poppins;
    font-size: 16px;
}

header {
    padding: 0px 0;
}

.HeaderContent {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ContactInfo ul {
    display: flex;
    list-style: none;
    column-gap: 20px;
    padding-left: 0;
    margin: 0
}

    .ContactInfo ul li i {
        margin-right: 5px;
        color: #f36911;
        font-size: 16px;
    }

    .ContactInfo ul li a {
        color: inherit
    }

.CommonPadding {
    padding: 30px 0;
}

.MainSection-Banner {
    position: relative;
}

.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-phone:before {
    content: "\f095"
}

a {
    text-decoration: none
}

.BG-light {
    background-color: #F5F5F5
}

.MainSection-Banner img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.MainSection-Banner {
}

.MainSectionTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

.ml-15 {
    margin-left: 15px;
}

.CallusBlock p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 16px
}

    .CallusBlock p span {
        font-weight: 500;
        color: #333
    }

.whatsappbtn {
    height: 40px;
    width: 40px;
    background-color: #4dc247;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 8px;
    background-position: -308px -5px
}

.BG-light {
    background-color: #f5f5f5
}

.CallusBlock {
    margin-top: 20px;
    text-align: center
}

.N-div {
    width: 85%;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-around
}

    .N-div p i {
        background-repeat: no-repeat;
        background-image: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/svg/shortcontact-svg.svg');
        height: 30px;
        width: 30px;
        display: inline-block;
        border-radius: 30px;
        background-size: 300px;
        margin-right: 10px
    }

    .N-div p:first-child i {
        background-color: #3b5998
    }

    .N-div p:nth-child(2) i {
        background-color: #bc2a8d
    }

    .N-div p:last-child i {
        background-color: #4dc247
    }

    .N-div p i.SVG_Mail {
        background-position: -138px -1px
    }

    .N-div p i.SVG_Call {
        background-position: -166px 0
    }

    .N-div p i.SVG_Whatsapp {
        background-position: -192px 0
    }

.MainSectionTxt h1 {
    font-size: 47px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: auto;
    letter-spacing: 2px;
}

.MainSectionTxt p {
    font-size: 24px;
    font-weight: 500;
    color: #fad00c;
    text-align: center;
    margin-top: 20px;
}

    .MainSectionTxt p a {
        color: #fad00c;
        text-decoration: none;
    }

.MainSectionContact {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    border-radius: 15px;
    background: #283B61
}

.CommonBTN {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
}

.Req-btn {
    background: #FF0000;
    color: #fff;
}

.wht-btn {
    background: #25D366;
    color: #fff;
}

.cnt-btn {
    background: #fff;
    color: #000;
}

.MainSectionContact .LeftBlock {
    width: 30%;
}

    .MainSectionContact .LeftBlock p {
        font-size: 26px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0
    }

.MainSectionContact .RightBlock {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

    .MainSectionContact .RightBlock a {
        margin-left: 15px;
        font-weight: 300;
        padding: 10px 30px
    }

.MainTitle-Section {
    margin-bottom: 15px;
}

    .MainTitle-Section > span {
        font-size: 12px;
        color: #707070;
        text-transform: uppercase;
    }

    .MainTitle-Section .MainTitle {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .MainTitle-Section .MainTitle span {
            display: block;
            font-weight: 400;
        }

.First-padding {
    padding-top: 70px
}

.FeatureBlock_Section {
    display: flex;
    flex-wrap: wrap
}

    .FeatureBlock_Section .CommonGap {
        width: 25%;
        padding: 10px;
        display: flex;
    }

.Featured-block {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgb(18 29 39 / 7%);
}

    .Featured-block .Featured-Image {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

        .Featured-block .Featured-Image label {
            position: absolute;
            z-index: 9;
            padding: 5px 35px;
            font-size: 10px;
            background: #ef0000;
            top: 28px;
            color: #fff;
            transform: rotateZ(-41deg);
            left: -37px;
            animation: blink 5s infinite;
        }

@keyframes blink {
    0% {
        background: #f36911;
    }

    20% {
        background: #FF0000;
    }

    40% {
        background: #bc2a8d;
    }

    60% {
        background: blue;
    }

    80% {
        background: orange;
    }

    100% {
        background: red;
    }
}

@-webkit-keyframes blink {
    0% {
        background: red;
    }

    20% {
        background: #eee;
    }

    40% {
        background: #0512ff;
    }

    60% {
        background: blue;
    }

    80% {
        background: orange;
    }

    100% {
        background: red;
    }
}


.Featured-block .Featured-Image img {
    width: 100%;
    transition: all .8s;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
}

.Featured-block .Featured-Image:hover img {
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
}

.Featured-block .Featured-Content {
    padding: 15px;
    text-align: center;
}

    .Featured-block .Featured-Content .title {
        font-weight: 500;
        font-size: 16px;
    }

    .Featured-block .Featured-Content p {
        font-size: 14px;
        min-height: 70px;
    }

    .Featured-block .Featured-Content a {
        background: #25D366;
        font-size: 14px;
        text-align: center;
        padding: 7px 20px;
        color: #fff;
        font-weight: 300;
        display: inline-flex;
        align-items: center;
        border-radius: 30px;
    }

        .Featured-block .Featured-Content a i {
            font-size: 16px;
            margin-right: 5px;
        }

.Featured-block .Featured-Image .Flag_Icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.12);
    transform: translateY(-65px);
    margin-bottom: -50px;
    transition: all .4s;
    background-color: #fff;
    background-image: url('../../StaticImages/country-img/country-flag.png');
}

.VisaGalleryImg {
    display: flex
}

    .VisaGalleryImg .Img-gallery {
        width: 50%;
    }

.Img-gallery .ImgWrap {
    padding: 10px;
}

    .Img-gallery .ImgWrap img {
        width: 100%
    }

        .Img-gallery .ImgWrap img:nth-child(2) {
            margin-top: 25px;
        }

.Progress-list {
    position: relative;
    margin-bottom: 25px;
}

.Progrss-Name-block {
    display: flex;
    justify-content: space-between
}

    .Progrss-Name-block p {
        color: #333;
        margin: 0;
        font-weight: 400;
    }

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000;
    margin-top: 6px;
    background-color: #f1f1f1
}

.w3-tiny {
    font-size: 10px !important;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #f36911
}

.w3-container.w3-green {
    height: 10px;
    position: relative;
}

    .w3-container.w3-green:before {
        content: '';
        position: absolute;
        height: 19px;
        width: 20px;
        right: -7px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: #f36911;
        top: -5px;
    }

.w3-container span {
    position: absolute;
    right: 0;
    top: 0;
    color: #333
}

.MainSubTitle {
    font-size: 22px;
    padding-bottom: 15px;
}

    .MainSubTitle span {
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase
    }

.visa-cate-block-section {
    display: flex;
    flex-wrap: wrap
}

    .visa-cate-block-section .CommonGap {
        display: flex;
        width: 33.33%;
        padding: 10px;
    }

.visa-cate-block {
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.016);
    border: 1px solid #DDDDDD;
    padding: 15px;
    display: flex;
    align-items: center;
    padding: 25px;
    width: 100%
}

    .visa-cate-block .icon {
        height: 48px;
        width: 48px;
        background-image: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/StaticImages/country-img/visa-option-strip.svg');
        background-repeat: no-repeat;
        background-size: 170px;
        margin-right: 10px;
        min-width: 48px;
    }

        .visa-cate-block .icon.ICON1 {
            background-position: -8px -5px;
        }

        .visa-cate-block .icon.ICON2 {
            background-position: -63px -5px;
        }

        .visa-cate-block .icon.ICON3 {
            background-position: -113px -5px;
        }

        .visa-cate-block .icon.ICON4 {
            background-position: -8px -62px;
        }

        .visa-cate-block .icon.ICON5 {
            background-position: -63px -62px;
        }

        .visa-cate-block .icon.ICON6 {
            background-position: -113px -62px;
        }

    .visa-cate-block .Heading {
        font-size: 20px;
    }

.Service__Block_Section {
    background: #FFF5EF;
}

.ComBLock {
    width: 50%;
    display: flex;
    padding: 10px;
}

.Service__Block {
    border: 1px solid #f36911;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .Service__Block span {
        font-size: 40px;
        font-weight: 700;
        color: #f36911;
        margin-right: 10px;
    }

    .Service__Block p {
        font-size: 24px;
        color: #333;
        font-weight: 400;
        line-height: 1;
        width: 50%;
        margin-bottom: 0
    }

.Main_Service__Block_Section {
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.Ticket-accordian .card-header button {
    display: block;
    padding: 15px 0 0 35px;
    height: auto;
    width: 100%;
    position: relative;
    white-space: normal;
    text-align: left;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

    .Ticket-accordian .card-header button:focus {
        outline: 0;
        text-decoration: none
    }

    .Ticket-accordian .card-header button.collapsed:before {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 22px;
        height: 24px;
        width: 24px;
        background: #f36911;
        text-align: center;
        padding: 0;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        border-radius: 50%;
    }

    .Ticket-accordian .card-header button:before {
        content: "-";
        position: absolute;
        left: 0;
        font-size: 22px;
        height: 24px;
        width: 24px;
        background: #f36911;
        text-align: center;
        padding: 0;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        border-radius: 50%;
    }

    .Ticket-accordian .card-header button:hover {
        text-decoration: unset
    }

.accordion.Ticket-accordian .card {
    border-bottom: 1px solid #eee
}

    .accordion.Ticket-accordian .card:last-child {
        border: 0;
    }

.card-body {
    font-weight: 300
}

.Australia {
    background-position: -22px -18px;
}

.Schengen {
    background-position: -105px -24px;
}

.UK {
    background-position: -186px -24px;
}

.USA {
    background-position: -266px -24px;
}

.Saudi-arabia {
    background-position: -345px -24px;
}

.Malaysia {
    background-position: -424px -21px
}

.Canada {
    background-position: -505px -24px
}

.Nigeria {
    background-position: -585px -24px
}

.Russia {
    background-position: -667px -24px
}

.Turkey {
    background-position: -740px -24px
}

.Singapore {
    background-position: -825px -24px
}

.Ireland {
    background-position: -905px -24px
}

.Bangladesh {
    background-position: -980px -25px
}

.Japan {
    background-position: -24px -106px;
}

.Kenya {
    background-position: -106px -106px
}

.South-Korea {
    background-position: -184px -106px
}

.Philippines {
    background-position: -266px -106px
}

.South-Africa {
    background-position: -344px -106px
}

.Sri-Lanka {
    background-position: -425px -106px
}

.Taiwan {
    background-position: -503px -106px
}

.Thailand {
    background-position: -580px -105px
}

.Zambia {
    background-position: -670px -105px
}

.Zimbabwe {
    background-position: -741px -105px
}

.Brazil {
    background-position: -825px -105px
}

.Cambodia {
    background-position: -905px -106px
}

.China {
    background-position: -982px -106px
}

.Cyprus {
    background-position: -23px -189px
}

.Egypt {
    background-position: -104px -185px
}

.Georgia {
    background-position: -186px -185px
}

.Israel {
    background-position: -265px -185px
}

.Kazakhstan {
    background-position: -346px -185px
}

.Tanzania {
    background-position: -427px -185px
}

.Vietnam {
    background-position: -503px -185px
}

.Dubai {
    background-position: -587px -185px
}

.Oman {
    background-position: -601px -164px;
    background-size: 963px;
}

.Azerbaijan {
    background-position: -107px -266px;
}

.Bahrain {
    background-position: -29px -266px
}

.Kuwait {
    background-position: -582px -185px;
}

.Indonesia {
    background-position: -906px -185px;
}

.Lebanon {
    background-position: -827px -185px;
}

.East-Africa {
    background-position: -745px -185px
}

.MorelessButton {
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

    .MorelessButton a {
        color: #f36911;
        border: 1px solid #f36911;
        padding: 10px 25px;
        border-radius: 30px;
        display: inline-block;
        transition: all .8s;
    }

        .MorelessButton a:hover {
            border: 1px solid #f36911;
            color: #f36911;
        }

.small-model-dialog {
    width: 450px;
}

    .small-model-dialog .modal-header {
        padding: 0;
        height: 0;
        border: 0;
        min-height: 0
    }

        .small-model-dialog .modal-header .close {
            position: absolute;
            right: -15px;
            top: -15px;
            background: #f44336;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            opacity: 1;
            color: #fff;
            text-shadow: none;
        }

    .small-model-dialog .form-group:last-child {
        margin-bottom: 0
    }

    .small-model-dialog .form-control {
        height: 45px;
        border-radius: 0;
        box-shadow: none;
        color: #333
    }

        .small-model-dialog .form-control:focus {
            border-color: #FF0000
        }

        .small-model-dialog .form-control::placeholder {
            color: #707070
        }

        .small-model-dialog .form-control::-webkit-input-placeholder { /* Edge */
            color: #707070
        }

        .small-model-dialog .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #707070
        }

    .small-model-dialog .modal-content {
        border-radius: 0;
        padding: 5px;
    }

    .small-model-dialog .form-group button {
        background: #FF0000;
        border: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px !important;
    }

.modal.in .modal-dialog.small-model-dialog {
    -webkit-transform: translate(0,30%);
    -ms-transform: translate(0,30%);
    transform: translate(0px,30%);
}

.India {
    background-position: -186px -266px;
}

.Zimbabwe {
    background-position: -420px -266px
}

.Vietnam {
    background-position: -506px -266px
}

.Cambodia {
    background-position: -585px -264px
}

.Uzbekistan {
    background-position: -659px -263px
}

.Indonesia {
    background-position: -901px -185px;
}

.Myanmar {
    background-position: -506px -266px;
}

.Armenia {
    background-position: -341px -266px;
}

.Laos {
    background-position: -265px -266px;
}


.accordion {
    margin-bottom: 20px
}

.accordion-button {
    font-weight: 500;
    margin-bottom: 0
}

    .accordion-button:not(.collapsed) {
        color: var(--black-color);
        box-shadow: none;
        background-color: #fff
    }

        .accordion-button:not(.collapsed)::after {
            filter: grayscale(1)
        }

    .accordion-button:focus {
        border-color: none;
        box-shadow: none
    }

.accordion-body p, table {
    font-size: 14px
}

.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0
}

.accordion-item:not(:first-of-type) {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.StlyeUl li, .accordion-item {
    margin-bottom: 10px;
}

footer {
    background-color: #fef7f5;
    padding: 40px 0;
}

.footerlogo img {
    height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.f-raynab2c-flex {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
}

    .f-raynab2c-flex ul {
        display: flex;
        column-gap: 15px;
        min-height: unset;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0
    }

.quick-links li a {
    color: #333;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid #333;
    transition: .3s;
}

.quick-links li:last-child a {
    border: none;
}

.social-links li a {
    display: flex;
}

    .social-links li a i {
        display: flex;
        height: 35px;
        width: 35px;
        align-items: center;
        justify-content: center;
    }

    .social-links li a .facebookicn {
        background-position: 1px -80px
    }

    .social-links li a .twittericn {
        background-position: -42px -80px
    }

    .social-links li a .linkdinicn {
        background-position: -83px -80px
    }

    .social-links li a .instagramicn {
        background-position: -125px -80px
    }

.f-raynab2c .Design-Develope {
    margin-top: 30px;
    color: #333;
}

.Design-Develope {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    align-items: center;
}

    .Design-Develope a {
        color: #8e9091;
        display: flex;
        align-items: center;
    }

.t-logo {
    background-image: url(../../img/T-fevicon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: contain;
    margin-right: 2px;
}

.Design-Develope a span {
    color: #10b5da;
    font-weight: 500;
}

.homesvg {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/svg/default/Home-Strip.svg);
    background-repeat: no-repeat;
}

.ad-location {
    background-image: url(../../StaticImages/rayna-travels-abu-dhabi.jpg);
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    background-position: center center;
    flex: 1;
}

.sec-location {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.txt-location {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #444;
}

.txt-company {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
}


@media (max-width:767px) {

    .sec-location {
        flex-direction: column;
    }

    .ad-location {
        flex: unset;
        height: 200px;
    }

    .txt-location {
        padding: 15px;
        font-size: 14px;
    }

    .txt-company {
        font-size: 16px;
    }

    .MainSectionTxt {
        width: 100%;
    }

        .MainSectionTxt h1 {
            font-size: 22px;
            top: 25%;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .MainSectionTxt p {
            font-size: 16px;
            margin-top: 10px;
        }

    .MainSection-Banner img {
        height: 220px;
    }

    .MainSectionContact .LeftBlock {
        width: 100%
    }

    .MainSectionContact .RightBlock {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .MainSectionContact {
        display: block;
        padding: 15px;
        width: 95%;
        bottom: -45%;
    }

        .MainSectionContact .RightBlock a {
            padding: 10px 15px;
            margin-left: 0;
            margin-right: 10px;
        }

            .MainSectionContact .RightBlock a:last-child {
                margin-right: 0
            }

        .MainSectionContact .LeftBlock p {
            font-size: 16px;
            margin-bottom: 15px;
            text-align: center;
        }

    .FeatureBlock_Section .CommonGap {
        width: 50%;
        padding: 5px;
    }

    .Featured-block .Featured-Content {
        padding: 5px;
    }

    .CallusBlock {
        padding: 0
    }

    .CallusBlock, .N-div {
        display: block;
        width: 100%;
    }

        .N-div p {
            margin-bottom: 10px;
        }

    .visa-cate-block-section .CommonGap {
        width: 50%;
    }

    .visa-cate-block {
        display: block;
        padding: 8px;
        text-align: center;
    }

        .visa-cate-block .icon {
            margin: auto
        }

        .visa-cate-block .Heading {
            font-weight: 300;
            margin-top: 10px;
            font-size: 14px;
        }

    .Main_Service__Block_Section {
        width: 100%;
        display: block;
    }

    .ComBLock {
        width: 100%;
    }

    .Service__Block span {
        font-size: 22px;
    }

    .Service__Block p {
        font-size: 16px;
        width: auto
    }

    .MainTitle-Section .MainTitle {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .MainTitle-Section {
        margin-bottom: 15px !important;
    }

    .Ticket-accordian .card-header button {
        font-size: 14px;
    }

    .Service__Block {
        padding: 15px 25px;
    }

    .HeaderContent, .ContactInfo ul {
        display: block;
    }

    .ContactInfo {
        margin-top: 15px;
    }

    .f-raynab2c-flex ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .f-raynab2c .Design-Develope {
        flex-wrap: wrap;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .MainSectionTxt h1 {
        font-size: 28px;
    }

    .MainSectionContact {
        width: 80%;
    }

    .FeatureBlock_Section .CommonGap {
        width: 33.33%;
    }

    .CallusBlock, .N-div {
        /*   display: block;*/
        width: 100%;
    }

    .Main_Service__Block_Section {
        width: 95%;
    }

    .N-div p {
        margin-bottom: 10px;
    }
}
