/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular";
    word-break: break-word;
    overflow-x: hidden;
    /* background-color: #f9f9f9; */
    background-color: #fff;
}

.vc-header .vc-title {
    background: #e6e6e6;
    border-radius: 5px;
    padding: 0 10px;
}

p {
    font-family: "Regular" !important;
    font-size: 18px;
    direction: ltr;
    /* text-align: justify;
    text-align-last: left;
    direction: ltr; */
}

.bold {
    font-family: "Bold";
}

.extra {
    font-family: "extra";
}

@font-face {
    font-family: Bold;
    src: url(../fonts/AcuminProBold.otf);
}

@font-face {
    font-family: Regular;
    src: url(../fonts/AcuminProBook.otf);
}

@font-face {
    font-family: extra;
    src: url(../fonts/AcuminProUltraBlack.otf);
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}

.w-700 {
    font-weight: 700 !important;
}

.w-900 {
    font-weight: 900;
}

.text-align-last-center {
    -moz-text-align-last: center !important;
    text-align-last: center !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
    /* display: none; */
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    /* display: none; */
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d31b18;
    /* display: none; */
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #252b37;
    /* display: none; */
}

#scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #d31b18;
    width: 35px;
    height: 35px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    display: none;
    padding: 7px 12px;
    transition: 0.5s all;
}

.form-control {
    background-color: #fff;
    border-radius: 10px;
    height: 60px;
    padding-inline: 25px;
}

.form-control::-webkit-input-placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control::-moz-placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control:-ms-input-placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control::-ms-input-placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control::placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control:focus {
    outline: 0;
    border-color: #d31b18;
}

::-moz-selection {
    color: #d31b18;
}

::selection {
    color: #d31b18;
}

textarea {
    resize: none;
}

textarea.form-control:focus {
    height: auto;
}

.default-btn,
.default-btn:hover {
    border: none;
    border-radius: 50px;
    line-height: 2.5;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(157 157 157 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(157 157 157 / 19%);
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.sp-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-none {
    background: none;
}

.lineThrough {
    text-decoration: line-through;
}

.br-0 {
    border-radius: 0px;
}

.br-50 {
    border-radius: 50px;
}

.br-5 {
    border-radius: 5px;
}

.br-500 {
    border-radius: 50%;
}

.h-100vh {
    height: 100vh;
}

.h-75vh {
    height: 75vh;
}

.h-240 {
    height: 240px;
}

.h-250 {
    height: 250px;
}

.h-400 {
    height: 400px;
}

.z-1 {
    z-index: -1;
}

.f-15 {
    font-size: 15px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-80 {
    font-size: 80px;
}

.over-hidden {
    overflow: hidden !important;
}

.title {
    font-family: "Bold", sans-serif;
}

.w-md-50 {
    width: 50%;
}

.line-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.default-list li::before {
    content: "\f111";
    color: #a52a2a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.default-list li {
    position: relative;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    font-size: 17px;
}

.default-list.white-dot li::before {
    color: #fff;
}

.default-list.black-dot li::before {
    color: #252b37;
}

.icon-50 {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ps-50 {
    padding-inline-start: 50px;
}


/* ================== colors ================== */

.default-bg {
    background-color: #252b37;
}

.gray {
    color: #333;
}

.second-bg,
footer .social a:hover,
.news:hover .more,
.blogs:hover .more {
    background-color: #d31b18;
}

footer a,
.news:hover .more,
.blogs:hover .more {
    color: #fff;
}

.default-color,
footer a:hover,
.nav-item.active > a {
    color: #000;
}


/* =============== hover ================ */

footer .social a,
footer a,
.news,
.news .more,
.blogs,
.blogs .more,
.countries-list a img,
.apply .row .col-md-4,
.circle-before::before,
.whatCanDo .row .col-lg-4,
.whatCanDo .row .col-lg-4 img,
.play-video {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news:hover,
.blogs:hover {
    /* margin-top: -10px;
    -webkit-box-shadow: -5px 8px 0px 0px #d31b18;
    box-shadow: -5px 8px 0px 0px #d31b18; */
    box-shadow: 0 0 16px 4px rgb(37 43 55 / 12%);
}

.play-video:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* =============== navbar ================== */

.top-nav {
    position: absolute;
    z-index: 999;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
}

.navbar-nav .nav-link,
.dropdown-item {
    color: #333;
    font-weight: 700;
    font-family: "Bold", sans-serif;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d72326;
}

.navbar > .container {
    -webkit-box-shadow: 0px 2px 3px 0px #23585e0f;
    box-shadow: 0px 2px 3px 0px #23585e0f;
}

.navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0px 0px 9px 0px #6969694f;
    box-shadow: 0px 0px 9px 0px #6969694f;
    border: none;
    border-radius: 0px;
    top: 66px;
}


/* ============== home page ================== */

.whatCanDo .row,
.whatCanDo .call {
    -webkit-box-shadow: 0px 0px 20px 15px #a52a2a0f;
    box-shadow: 0px 0px 20px 15px #a52a2a0f;
}

.call a:hover {
    color: #000;
}

.whatCanDo .row .col-lg-4:hover {
    -webkit-box-shadow: 0px 0px 16px 1px #a52a2a2e;
    /*box-shadow: 0px 0px 16px 1px #a52a2a2e;*/
    box-shadow: 0px 0px 16px 1px rgb(37 43 55 / 12%);
}

.whatCanDo .row img {
    opacity: 0.3;
}

.whatCanDo .row .col-lg-4:hover img {
    opacity: 1;
}


/*.whatCanDo {
    background-image: url(../images/line.svg), url(../images/line2.svg);
    background-repeat: no-repeat;
    background-position: 10% 0%, 90% 80%;
}*/

.howNeedImg {
    height: 430px;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.play-video {
    position: absolute;
    top: 220px;
    margin: auto;
    right: 0;
    left: 15px;
}


/* =============== type 3 ================== */


/* .document-img , */

.apply .row {
    -webkit-box-shadow: 0px 0px 10px 0px #0c3eb91a;
    box-shadow: 0px 0px 10px 0px #0c3eb91a;
}

.apply img {
    width: 55px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.apply .row .col-md-4:hover {
    /* background-color: #d72326 !important;
    color: #fff; */
    box-shadow: 0 0 16px 4px rgb(37 43 55 / 12%);
}


/* .apply .row .col-md-4:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */


/* ================ type 1 ================ */

.circle-before {
    overflow: hidden;
}

.circle-before::before {
    content: "";
    background-color: #d72326;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    opacity: 0;
}

.circle-before:hover::before {
    opacity: 1;
}

.countries-list a {
    color: #333;
    display: inline-block;
}

.countries-list a.visited {
    color: #d72326;
}

.countries-list a:hover img {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}


/* =================  visa application ================= */


/*
#completeVisa {
    background-image: url(../images/complete-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.complete-step h2:before {
    content: "\f111";
    color: #a52a2a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    left: -30px;
    top: 70%;
}

.complete-step {
    -webkit-box-shadow: 0 0.2rem 0.8rem rgb(165 42 42 / 10%);
    box-shadow: 0 0.2rem 0.8rem rgb(165 42 42 / 10%);
    width: 250px;
}

.complete-step h2 {
    position: relative;
    color: #a52a2a;
}

#completeVisa .complete-step:first-child {
    margin-left: 40%;
}

#completeVisa .complete-step:nth-child(2) {
    margin-left: 50%;
}

#completeVisa .complete-step:nth-child(3) {
    margin-left: 48%;
}

#completeVisa .steps {
    /* background-image: url(../images/shape.png); */
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: contain;
}

.circle-btn {
    position: absolute;
    bottom: -35px;
    background: #ffff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle-btn i {
    color: #a52a2a;
    font-size: 30px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0.2rem 0.8rem rgb(165 42 42 / 59%);
    box-shadow: 0 0.2rem 0.8rem rgb(165 42 42 / 59%);
    border-radius: 50%;
}


/* ================= main requirements ============= */

.app-form .bg-img {
    position: absolute;
    top: -45px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.app-form .bg-white {
    -webkit-box-shadow: 0px 0px 10px 0px #0c3eb91a;
    box-shadow: 0px 0px 10px 0px #0c3eb91a;
}


/* =============== country requirements ================= */

.accordion.faq-accordion .card-header:after {
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 25%;
    bottom: 0;
    margin: auto;
}

.accordion.faq-accordion .card-header.collapsed:after {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 25%;
    bottom: 0;
    margin: auto;
}

.faq-accordion .card-header.collapsed {
    border-radius: 5px;
    margin-bottom: 15px !important;
    border: 2px solid #dddddd87;
    background: #ffffff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.faq-accordion .card-header {
    border-radius: 5px;
    margin-bottom: 15px !important;
    border: 2px solid #dddddd87;
    background: #ffffff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px !important;
    border-bottom: 0;
}

.faq-accordion .card-header .card-title {
    font-size: 17px;
    font-weight: 700;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
    display: inline-block;
}

.faq-accordion .card-header.collapsed .card-title {
    color: rgba(0, 0, 0, 0.7);
}

.card-body.collapse {
    margin-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 30px;
    border: 2px solid #dddddd87;
    border-top: 0;
    background: #fff;
}

.faq-accordion .card-header.collapsed:last-child {
    margin-bottom: 0px;
}


/* =============== news page =============== */

.header-img > img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: #ff000008; */
    color: #fff;
}

.news,
.blogs {
    -webkit-box-shadow: 0px 2px 3px 0px #23585e0f;
    box-shadow: 0px 2px 3px 0px #23585e0f;
}

.news .more,
.blogs .more {
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
}


/* =============== blog details page =============== */

.blog-search,
.blog-search:focus {
    border: 2px solid #eee;
    border-radius: 5px;
}

.blog-search::-webkit-input-placeholder {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.blog-search::-moz-placeholder {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.blog-search:-ms-input-placeholder {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.blog-search::-ms-input-placeholder {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.blog-search::placeholder {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.categories-list li,
.news-list li,
.blogs-list li {
    border-bottom: 2px solid #eee;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
}

.categories-list li:last-child,
.news-list li:last-child,
.blogs-list li:last-child {
    border-bottom: none;
}

.title-border {
    position: relative;
    padding-bottom: 15px;
}

.title-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 75px;
    background-color: #333;
    left: 0;
}

.news-list li img,
.blogs-list li img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-gallery .gallery-img {
    width: 100%;
    height: 60px;
}

.tags span {
    background: #f5f7fc;
    color: #333;
    font-size: 20px;
    padding: 10px;
    margin: 2px;
    border-radius: 0px;
    font-weight: 100;
}


/* =============== footer ================*/

footer .footerLogo {
    width: 200px;
}

footer .social a {
    background-color: #383f4a;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8;
    font-size: 15px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

footer .blog-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .blog-img {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}


/* .payment .btn.active {
    border: 2px solid #d52b28;
    background-color: #fff !important;
} */


/* .payment.btn-group-toggle .btn input[type="radio"],
.payment.btn-group-toggle .btn-group .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
} */

.payment img {
    height: 50px;
    width: 50px;
}


/* .payment .btn {
    border-radius: 10px;
    height: 60px;
    padding-inline: 25px;
    border: 1px solid #ced4da;
} */

.red-border {
    border-bottom: 3px solid #d52b28;
}


/* =================================
     media
  ==================================== */

@media (min-width: 768px) and (max-width: 1200px) {
    .header-img > img {
        height: 30vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .header-title h1 {
        margin-bottom: 100px;
    }

    .logo {
        width: 200px;
        object-fit: contain;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 1.2rem;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    .h-250 {
        height: 200px;
    }

    .more {
        font-size: 15px;
    }

    .f-80 {
        font-size: 40px;
    }

    .f-20 {
        font-size: 15px;
    }

    .copyRight {
        text-align: center;
    }

    .w-md-50 {
        width: 100% !important;
    }

    .top-nav-bg {
        height: 100px;
    }

    p {
        font-size: 16px;
    }

    .accordion.faq-accordion .card-header.collapsed:after,
    .accordion.faq-accordion .card-header:after {
        right: 15px;
    }

    #completeVisa .complete-step:first-child {
        margin-left: 15%;
    }

    #completeVisa .complete-step:nth-child(2) {
        margin-left: 20%;
    }

    #completeVisa .complete-step:nth-child(3) {
        margin-left: 16%;
    }

    #completeVisa .steps {
        background-position: bottom;
    }

    .circle-btn {
        bottom: -25px;
    }

    .howNeedImg {
        position: relative;
        bottom: 0;
        top: auto;
        height: 500px;
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .play-video {
        position: absolute;
        top: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular", sans-serif;
    word-break: break-word;
    overflow-x: hidden;
    font-size: 15px;
}

.navbar-fixed div a {
    float: right;
}

.navbar-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999999999999999;
    background: #fff;
    padding: 16px 0px;
    width: 100%;
    top: -200px;
    transition: 0.5s all;
    box-shadow: 0px 7px 9px rgb(0 0 0 / 11%);
}

.navbar-fixed .row > div {
    align-items: center;
}

.navbar-fixed div img {
    width: 150px;
    margin-right: 20px;
    object-fit: contain;
}

.navbar-fixed div h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.is-fixed {
    top: 0 !important;
}


/*
.font-p {
    font-family: sans-serif;
} */

.bold {
    font-family: "Bold";
}

.extra {
    font-family: "extra";
}

@font-face {
    font-family: Bold;
    src: url(../fonts/OPTIMABold.ttf);
}

@font-face {
    font-family: Regular;
    src: url(../fonts/OPTIMA-regular.TTF);
}

@font-face {
    font-family: extra;
    src: url(../fonts/AcuminProBold.otf);
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}

.w-700 {
    font-weight: 700 !important;
}

.w-900 {
    font-weight: 900;
}

.text-align-last-center {
    -moz-text-align-last: center !important;
    text-align-last: center !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
    /* display: none; */
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    /* display: none; */
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d31b18;
    /* display: none; */
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #252b37;
    /* display: none; */
}

::-webkit-input-placeholder {
    font-weight: 400;
    color: #f5f7fb;
}

::-moz-placeholder {
    font-weight: 400;
    color: #f5f7fb;
}

:-ms-input-placeholder {
    font-weight: 400;
    color: #f5f7fb;
}

::-ms-input-placeholder {
    font-weight: 400;
    color: #f5f7fb;
}

::placeholder {
    font-weight: 400;
    color: #f5f7fb;
}

::-moz-selection {
    color: #d31b18;
}

::selection {
    color: #d31b18;
}

textarea {
    resize: none;
}

textarea.form-control:focus {
    height: auto;
}

.default-btn,
.default-btn:hover {
    border: none;
    border-radius: 50px;
    line-height: 2.5;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(157 157 157 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(157 157 157 / 19%);
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.sp-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-none {
    background: none;
}

.lineThrough {
    text-decoration: line-through;
}

.br-0 {
    border-radius: 0px;
}

.br-50 {
    border-radius: 50px;
}

.br-5 {
    border-radius: 5px;
}

.h-100vh {
    height: 100vh;
}

.h-75vh {
    height: 75vh;
}

.h-250 {
    height: 250px;
}

.h-400 {
    height: 400px;
}

.z-1 {
    z-index: -1;
}

.f-15 {
    font-size: 15px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-80 {
    font-size: 80px;
}

.over-hidden {
    overflow: hidden !important;
}

.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.title {
    font-family: "Bold", sans-serif;
}

.w-md-50 {
    width: 50%;
}

.line-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.default-list li::before {
    content: "\f111";
    color: #a52a2a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.default-list li {
    position: relative;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    font-size: 15px;
}


/* ================== colors ================== */

.default-bg {
    background-color: #252b37;
}

.gray {
    color: #333;
}

.second-bg,
footer .social a:hover,
.news:hover .more,
.blogs:hover .more {
    background-color: #d31b18;
}

footer a,
.news:hover .more,
.blogs:hover .more {
    color: #fff;
}

.default-color,
footer a:hover,
.nav-item.active > a {
    color: #000;
}


/* =============== hover ================ */

footer .social a,
footer a,
.news,
.news .more,
.blogs,
.blogs .more {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news:hover,
.blogs:hover {
    /* margin-top: -10px; */
    /* -webkit-box-shadow: -5px 8px 0px 0px #d31b18;
    box-shadow: -5px 8px 0px 0px #d31b18; */
    box-shadow: 0 0 16px 4px rgb(37 43 55 / 12%);
}


/* =============== navbar ================== */

.top-nav {
    position: absolute;
    z-index: 999;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
}

.navbar-nav .nav-link,
.dropdown-item {
    color: #333;
    font-weight: 700;
    font-family: "Bold", sans-serif;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d72326;
}

.navbar > .container {
    -webkit-box-shadow: 0px 2px 3px 0px #23585e0f;
    box-shadow: 0px 2px 3px 0px #23585e0f;
}

.navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0px 0px 9px 0px #6969694f;
    box-shadow: 0px 0px 9px 0px #6969694f;
    border: none;
    border-radius: 0px;
}


/* =============== type 3 ================== */

.apply .row {
    -webkit-box-shadow: 0px 0px 10px 0px #0c3eb91a;
    box-shadow: 0px 0px 10px 0px #0c3eb91a;
}

.apply img {
    width: 55px;
    margin-top: 15px;
}

.logo {
    width: 250px;
    object-fit: contain;
}


/* =============== news page =============== */

.header-img > img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-title {
    position: absolute;
    top: auto;
    bottom: 50px;
    margin: auto;
    right: 0;
    left: 0;
    text-align: start;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    /* background: #ff000008; */
    color: #fff;
    z-index: 999;
    /* width: fit-content; */
    width: 100%;
}

.header-title h1 {
    color: white !important;
    text-shadow: 0px 5px 7px rgb(0 0 0 / 35%);
    margin-top: 50px;
    margin-bottom: 50px;
}

.news,
.blogs {
    -webkit-box-shadow: 0px 2px 3px 0px #23585e0f;
    box-shadow: 0px 2px 3px 0px #23585e0f;
}

.news .more,
.blogs .more {
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
}


/* =============== footer ================*/

footer .footerLogo {
    width: 200px;
}

footer .social a {
    background-color: #383f4a;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8;
    font-size: 15px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

footer .blog-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .blog-img {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.webkit-1,
.webkit-2,
.webkit-3,
.webkit-4,
.webkit-5,
.webkit-6,
.webkit-7,
.webkit-8,
.webkit-9,
.webkit-10,
.webkit-11,
.webkit-12 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical !important;
    width: 100% !important;
    overflow: hidden !important;
}

.webkit-1 {
    -webkit-line-clamp: 1 !important;
}

.webkit-2 {
    -webkit-line-clamp: 2 !important;
}

.webkit-3 {
    -webkit-line-clamp: 3 !important;
}

.webkit-4 {
    -webkit-line-clamp: 4 !important;
}

.webkit-5 {
    -webkit-line-clamp: 5 !important;
}

.webkit-6 {
    -webkit-line-clamp: 6 !important;
}

.webkit-7 {
    -webkit-line-clamp: 7 !important;
}

.webkit-8 {
    -webkit-line-clamp: 8 !important;
}

.webkit-9 {
    -webkit-line-clamp: 9 !important;
}

.webkit-10 {
    -webkit-line-clamp: 10 !important;
}

.webkit-11 {
    -webkit-line-clamp: 11 !important;
}

.webkit-12 {
    -webkit-line-clamp: 12 !important;
}

.header-img > img {
    /* height: 422px !important; */
    height: 475px !important;
    /* object-position: 0 -36%; */
}


/* =================================
     media
  ==================================== */

@media (min-width: 768px) and (max-width: 1200px) {
    .header-img > img {
        height: 30vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .f-50 {
        /* font-size: 30px; */
        font-size: 1.6rem;
    }

    .logo {
        width: 200px;
        object-fit: contain;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 1.2rem;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    .h-250 {
        height: 200px;
    }

    .more {
        font-size: 15px;
    }

    .f-80 {
        font-size: 40px;
    }

    .f-20 {
        font-size: 15px;
    }

    .copyRight {
        text-align: center;
    }

    .w-md-50 {
        width: 100% !important;
    }

    .header-img > img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: 15% !important;
        height: auto !important;
        width: 100% !important;
    }

    .top-nav-bg {
        height: 100px;
    }

    p {
        font-size: 16px;
    }

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

    header .bold.my-4 {
        margin-top: 0px !important;
    }

    .header-title {
        position: absolute;
        top: auto;
        bottom: 25px;
        margin: auto;
        right: 0;
        left: 0;
        text-align: start;
        /* background: #ff000008; */
        color: #fff;
        z-index: 999;
        /* width: fit-content; */
        width: 100%;
    }

    .btn-prev {
        position: absolute;
        top: 33%;
        z-index: 999;
        background: rgb(255 0 0 / 50%);
        color: #fff;
        right: 0;
        border-radius: 0;
    }

    .btn-next {
        position: absolute;
        top: 33%;
        z-index: 999;
        background: rgb(255 0 0 / 50%);
        color: #fff;
        left: 0;
        border-radius: 0;
    }
}


/*pagesquare*/

.pagesquare-details {
    margin-bottom: 35px;
}

.pagesquare-sec .pagesquare-details {
    background: #fff;
    width: 100%;
    padding: 40px;
    -webkit-box-shadow: 0px 7px 29px rgb(0 0 0 / 1%);
    box-shadow: 0px 7px 29px rgb(0 0 0 / 1%);
    border-radius: 5px;
}

.pagesquare-sec .pagesquare-details li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
}

.pagesquare-sec .pagesquare-details li p {
    margin-left: 25px;
    font-size: 21px;
    margin-bottom: 30px;
    width: 100%;
}

.pagesquare-sec .pagesquare-details .bttn-form {
    width: 100%;
    text-align: center;
}

.pagesquare-sec .pagesquare-details .bttn-form button {
    background: #d31b18;
    border: 1px solid #d31b18;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}

.pagesquare-sec .pagesquare-details .bttn-form button i {
    font-size: 13px;
}

.pagesquare-sec .pagesquare-details li input {
    position: absolute;
    opacity: 0;
}

.pagesquare-sec .pagesquare-details li input:checked + label svg path {
    stroke-dashoffset: 0;
}

.pagesquare-sec .pagesquare-details li input:focus + label {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.pagesquare-sec .pagesquare-details li input + label {
    display: inline-block;
    border: 3px solid #000;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.pagesquare-sec .pagesquare-details li input + label:active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pagesquare-sec .pagesquare-details li input + label svg {
    pointer-events: none;
    margin-top: -6px;
    font-weight: 600;
    padding: 2px;
}

.pagesquare-sec .pagesquare-details li input + label svg path {
    fill: none;
    stroke: #000;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    -webkit-transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
    -o-transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}


/*aboutturkish*/

.aboutturkish-sec {
    padding: 30px 0px;
}

.aboutturkish-sec .image-about img {
    width: 100%;
}

.aboutturkish-sec .detalis-about h3 {
    color: #d31b18;
    font-size: 13px;
    font-weight: 700;
}

.aboutturkish-sec .detalis-about p {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.3;
}

.aboutturkish-sec .detalis-about ul {
    padding-left: 10px;
    list-style-position: inside;
}

.aboutturkish-sec .detalis-about li {
    color: #b0b0b0;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    list-style-type: disc;
}


/*onlineapp*/

.onlineapp-sec {
    padding: 55px 0px;
    background-color: #f5f7fb;
}

.onlineapp-sec .title-online h2 {
    font-weight: 900;
    font-size: 41px;
}

.onlineapp-sec .title-online p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.onlineapp-sec .title-online p span {
    color: #fff;
    background-color: #d31b18;
    border-radius: 50%;
    margin-right: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 35px;
}

.onlineapp-sec .title-online {
    margin-bottom: 25px;
}

.onlineapp-sec .form-onlineapp {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    margin-bottom: 35px;
}

.onlineapp-sec .form-form label {
    width: 100%;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.onlineapp-sec .form-form select {
    width: 100%;
    color: #6c757d94;
    background-color: #f5f7fb;
    border-color: #f5f7fb;
    padding: 9px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.onlineapp-sec .form-form select option {
    color: #000 !important;
    font-size: 14px;
    margin: 8px;
}

.onlineapp-sec .form-form select:focus {
    outline: none;
}

.onlineapp-sec .form-form input {
    width: 100%;
    background-color: #f5f7fb;
    color: #d52b28;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f5f7fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.onlineapp-sec .form-form input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdde1;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdde1;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdde1;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdde1;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdde1;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dcdde1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #dcdde1;
}

.onlineapp-sec .detaills-form .details-one {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.onlineapp-sec .detaills-form {
    background-color: #f5f7fb;
    padding: 22px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    margin-bottom: 25px;
    width: 100%;
}

.onlineapp-sec .detaills-form .details-one h3 {
    font-size: 16px;
    font-weight: 700;
}

.onlineapp-sec .detaills-form .details-one p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.onlineapp-sec .arrivaldate-div {
    padding: 25px;
    background-color: #fff;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
}

.onlineapp-sec .arrivaldate-div .arrivaldate-form label {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.onlineapp-sec .arrivaldate-div .arrivaldate-form input {
    width: 100%;
    color: #d52b28;
    background-color: #f5f7fb;
    border: 1px solid #f5f7fb;
    padding: 12px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    text-align: left;
}

.onlineapp-sec .arrivaldate-div .arrivaldate-form input:focus {
    outline: none;
}

.onlineapp-sec .arrivaldate-div h4 {
    font-size: 20px;
    font-weight: 700;
    color: #d52b28;
}

.onlineapp-sec .arrivaldate-div p {
    font-size: 14px;
    color: #acacac;
    font-weight: 700;
    /*margin-left: 50px;*/
}

.onlineapp-sec .arrivaldate-div i.custom-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 3px solid #d52b28;
    padding: 7px 12px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}

.onlineapp-sec .support-div {
    background-color: #fff;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    padding: 23px 60px;
}

.onlineapp-sec .support-div h3 {
    font-size: 23px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 40px;
}

.onlineapp-sec .support-div .supp0rt-form label {
    width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 19px;
}

.onlineapp-sec .support-div .supp0rt-form select {
    width: 100%;
    color: #6c757d94;
    background-color: #f5f7fb;
    border: 1px solid #f5f7fb;
    -webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
    padding: 12px 30px;
    margin-bottom: 18px;
    border-radius: 3px;
    font-weight: 600;
}

.onlineapp-sec .support-div .supp0rt-form select option {
    color: #000;
}

.onlineapp-sec .support-div .supp0rt-form select:focus {
    outline: none;
}

.onlineapp-sec .support-div .supp0rt-form input {
    width: 100%;
    color: #d52b28;
    background-color: #f5f7fb;
    border: 1px solid #f5f7fb;
    padding: 12px 30px;
    margin-bottom: 18px;
    border-radius: 3px;
    text-align: left;
    font-weight: 600;
}

.onlineapp-sec .support-div .supp0rt-form input:focus {
    outline: none;
}

.bttn {
    text-align: center;
    margin: 22px 0px 30px 0px;
}

.button-foorm {
    color: #fff;
    background-color: #d52b28;
    border: none;
    border-bottom: 3px solid #d52b28;
    padding: 10px 20px !important;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-family: "Bold";
}

header .button-foorm {
    font-size: 22px;
}

.button-foorm i {
    margin-left: 8px;
    font-size: 13px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.button-foorm:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background-color: #343a40;
    border-color: transparent;
    border-bottom-color: #d31b18;
    color: #fff;
}

.button-foorm:hover i {
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
}

h2 .bttn {
    margin: 0px !important;
    line-height: normal;
}

.onlineapp-sec .form-form .input-daterange input {
    width: auto;
    padding: 8px !important;
    height: auto;
}

.onlineapp-sec .title-online h2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*.onlineapp-sec .title-online h2 span {*/


/*    width: calc(100% - 320px) !important;*/


/*}*/

.input-group-addon {
    width: 38px;
    font-size: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    height: 35px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #d52b28;
    background-color: #d52b28;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #d52b28;
    background-image: -o-linear-gradient(to bottom, #d52b28, #d52b28);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d52b28), to(#d52b28));
    background-image: -o-linear-gradient(top, #d52b28, #d52b28);
    background-image: linear-gradient(to bottom, #d52b28, #d52b28);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D52B28', endColorstr='#0044cc', GradientType=0);
    border-color: #d52b28 #d52b28 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.input-daterange input + i {
    position: absolute;
    right: 17px;
    bottom: 37px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: unset !important;
    font-size: unset !important;
}

.onlineapp-sec .arrivaldate-div .input-daterange input + i {
    bottom: 18px;
}

.input-daterange {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.date-div {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.date-div .d-flex h2 {
    font-size: 69px;
    font-weight: 900;
    margin-right: 10px;
    margin-bottom: 0px;
}

.date-div .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.enter-div label {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #f5f7fb;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 600;
    color: #c3c4c7;
}

.enter-div {
    width: 250px;
    text-align: center;
}

.enter-div h1 span {
    font-size: 73px;
}

.enter-div h1 {
    font-size: 27px;
    margin-bottom: 0;
}

.date-div .d-flex div span {
    font-size: 31px;
}

.date-div .d-flex div h3 {
    font-size: 40px;
    margin-bottom: 0px;
}

.onlineapp-sec input,
.onlineapp-sec select {
    border: none !important;
    border-bottom: 3px solid #f5f7fb !important;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}


/*.onlineapp-sec input:not(.n-base-selection-input):hover,*/


/*.onlineapp-sec input:focus,*/


/*.onlineapp-sec select:hover,*/


/*.onlineapp-sec select:focus {*/


/*    border-color: #D52B28 !important;*/


/*}*/

.onlineapp-sec input:focus,
.onlineapp-sec select:focus {
    /* transform: scale(1.02); */
}

.onlineapp-sec input:focus + i {
    color: #d31b18;
}

.onlineapp-sec input:hover + i {
    color: #d31b18;
}

.verify-information-content {
    padding: 40px;
    background: #fff;
    margin-top: 10px;
    width: 100%;
}

.verify-information-content .d-flex {
    margin-bottom: 13px;
}

.verify-information-content .d-flex p {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}

.verify-information-content .d-flex h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0px;
    width: 58%;
}

.verify-information-sec {
    padding: 80px 0px;
    background-color: #f5f7fb;
}

.verify-information-sec .verify-information-content .bttn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-default {
    margin: 0px 10px;
    background: #e6e6e6;
    color: #1d1d1d;
    padding: 9px 25px;
    border-radius: 3px;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.button-default:hover {
    background-color: #343a40;
    border-color: transparent;
    border-bottom-color: #d31b18;
    color: #fff;
}

.resend-email-content p {
    font-size: 18px;
}

.resend-email-sec {
    padding: 80px 0px;
    background: #f5f5f5;
}

.resend-email-content h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.resend-email-content .bttn {
    text-align: left;
    margin: 0px;
    margin-top: 25px;
}

.resend-email-content {
    padding: 70px;
    background: #fff;
}

#lang option {
    color: #000 !important;
}

header {
    margin-top: 50px !important;
}


/* ================================== edits ================================= */

.button-foorm {
    border-bottom: none;
}

.height-500 {
    height: 500px;
}

#top-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lang::after {
    border-top: 0.3em solid #fff;
}


/* .btn,
.nav-link,
.dropdown-item {
    text-transform: capitalize;
} */

.arrow-img {
    width: 20px !important;
    margin: 0 !important;
}


/*
.document-img {
    box-shadow: 1px 1px 20px 4px rgb(0 0 0 / 11%);
} */

.circle-btn {
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 6%);
}

.whatCanDo {
    /* background-image: url(../images/line.svg), url(../images/line2.svg); */
    background-repeat: no-repeat;
    background-position: 10% 50%, 90% 80%;
    background-size: 15%, 15%;
}

.n-base-selection .n-base-selection-label .n-base-selection-input,
.n-base-selection .n-base-selection-label {
    background: #f5f7fb;
    border: none !important;
    height: 45px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.n-base-selection,
.iti--allow-dropdown input {
    background: #f5f7fb;
    border: none !important;
    border-radius: 5px !important;
    height: 45px;
}

.onlineapp-sec .form-form label {
    padding-bottom: 20px;
}

.n-form-item.n-form-item--top-labelled .n-form-item-label {
    font-weight: 700;
    font-size: 15px;
}

.n-base-selection .n-base-selection__state-border {
    border-color: #f5f7fb;
}

.n-base-icon svg {
    filter: invert(1);
}

#turkey-app .collapsed-countries .countries-list-item {
    display: none;
    direction: ltr;
}

.n-input:not(.n-input--autosize) {
    background: #f5f7fb;
    height: 45px;
    border-radius: 5px !important;
    border: none !important;
}

.n-input .n-input__input-el {
    height: 100%;
}

.n-input .n-input__border,
.n-input .n-input__state-border {
    border: none !important;
}

.n-checkbox .n-checkbox__label {
    word-break: initial;
}

.n-checkbox .n-checkbox-box {
    width: 17px;
    top: unset;
    position: absolute;
    left: 0;
    height: 17px;
    transform: unset;
}

.n-checkbox {
    position: relative;
    height: fit-content;
    margin: auto;
}

.n-base-selection .n-base-selection-label .n-base-selection-input .n-base-selection-input__content {
    padding: 14px 0;
}

.custom-tel-input.tw-py-1 {
    padding: 0px !important;
    border: none;
}

.n-base-selection-input {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#langModal .langs li a {
    background: #eee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    text-align: start;
    color: #333;
}


/* #langModal .langs li a.active, */

#langModal .langs li a:hover {
    background: #d72326;
    color: #fff;
}

#langModal .langs li .img-flag {
    width: 30px;
    height: 20px;
    margin-inline-end: 10px;
}

#langModal .modal-content {
    border: none;
    border-radius: 15px;
}

@media (min-width: 991px) {
    nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        top: 70px;
    }
}

footer h4 {
    font-size: 20px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
}

.alert-warning {
    direction: initial;
}

.nav-item .dropdown-item {
    font-size: 14px;
    padding-block: 10px;
}

.lang .dropdown-menu.show {
    display: block;
    z-index: 9999;
}

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

.headerSlider img {
    min-height: 250px !important;
    object-fit: cover;
}

.contact-info .icon i {
    font-size: 25px;
    color: #d31b18;
}

.contact-info .icon {
    margin-inline-end: 20px;
}

.contact-info {
    padding-inline-start: 40px;
}

.lang .dropdown-item:focus,
.lang .dropdown-item:hover,
.lang .dropdown-item.active {
    color: #333;
    text-decoration: none;
    background-color: #f9f9f9;
}

#scroll-top:hover {
    cursor: pointer;
}

.img-flag {
    width: 25px;
    height: 15px;
    object-fit: contain;
}

.btn-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    background: rgb(255 0 0 / 50%);
    color: #fff;
    left: 0;
    border-radius: 0;
}

.btn-prev {
    position: absolute;
    top: 50%;
    z-index: 999;
    background: rgb(255 0 0 / 50%);
    color: #fff;
    right: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .verify-information-content .d-flex h3 {
        width: 50%;
    }

    .pagesquare-sec .pagesquare-details {
        padding: 30px;
    }

    .pagesquare-sec .pagesquare-details li p {
        margin-left: 20px;
        font-size: 17px;
    }

    .pagesquare-sec .pagesquare-details li input + label {
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

    /*onlineapp-sec*/
    .onlineapp-sec {
        padding: 40px 0px;
    }

    .onlineapp-sec .title-online {
        margin-bottom: 15px;
    }

    .onlineapp-sec .title-online h2 {
        font-size: 24px;
    }

    .onlineapp-sec .title-online p {
        font-size: 13px;
    }

    .onlineapp-sec .title-online p span {
        padding: 2px 4px;
        margin-right: 4px;
    }

    .onlineapp-sec .form-onlineapp {
        padding: 20px;
        margin-bottom: 25px;
    }

    .onlineapp-sec .form-form label {
        font-size: 14px;
    }

    .onlineapp-sec .form-form select {
        padding: 7px 13px;
        border-radius: 4px;
    }

    .onlineapp-sec .form-form input {
        padding: 7px 13px;
        border-radius: 4px;
    }

    .onlineapp-sec .detaills-form {
        padding: 20px;
        border-radius: 8px;
    }

    .onlineapp-sec .arrivaldate-div {
        padding: 20px 55px;
        margin-bottom: 25px;
    }

    .onlineapp-sec .arrivaldate-div .arrivaldate-form label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .onlineapp-sec .arrivaldate-div .arrivaldate-form input {
        padding: 10px 17px;
        border-radius: 6px;
    }

    .onlineapp-sec .arrivaldate-div h4 {
        font-size: 18px;
    }

    .onlineapp-sec .arrivaldate-div p {
        font-size: 13px;
    }

    .onlineapp-sec .support-div {
        margin-bottom: 25px;
        padding: 20px 50px;
    }

    .onlineapp-sec .support-div h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .onlineapp-sec .support-div .supp0rt-form label {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .onlineapp-sec .support-div .supp0rt-form select {
        padding: 10px 27px;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .onlineapp-sec .support-div .supp0rt-form input {
        padding: 10px 27px;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .header-title {
        position: absolute;
        top: auto;
        bottom: 25px;
        margin: auto;
        right: 0;
        left: 0;
        text-align: start;
        /* background: #ff000008; */
        color: #fff;
        z-index: 999;
        /* width: fit-content; */
        width: 100%;
    }

    .btn-prev {
        position: absolute;
        top: 33%;
        z-index: 999;
        background: rgb(255 0 0 / 50%);
        color: #fff;
        right: 0;
        border-radius: 0;
    }

    .btn-next {
        position: absolute;
        top: 33%;
        z-index: 999;
        background: rgb(255 0 0 / 50%);
        color: #fff;
        left: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .ps-50 {
        padding-inline-start: 15px;
    }

    .navbar-fixed .row > div {
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 5px;
    }

    .navbar-fixed div h4 {
        font-size: 15px;
        font-weight: 600;
        margin: 6px 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .navbar-fixed div a {
        float: left;
    }

    .navbar-fixed {
        padding: 6px 0px;
    }

    .verify-information-content .d-flex h3, .verify-information-content .d-flex h5 {
        font-size: 16px;
    }

    .input-daterange input + i {
        position: absolute;
        right: 15px;
        bottom: 21px;
    }

    .pagesquare-sec .pagesquare-details li input + label svg {
        padding: 1px;
    }

    .resend-email-content {
        padding: 30px;
    }

    .resend-email-sec {
        padding: 35px 0px;
    }

    .resend-email-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .verify-information-content .d-flex {
        margin-bottom: 10px;
    }

    .resend-email-content p {
        font-size: 15px;
    }

    .verify-information-content {
        padding: 30px;
        margin-top: 5px;
    }

    .button-default {
        padding: 6px 20px;
    }

    .verify-information-sec {
        padding: 35px 15px;
    }

    .verify-information-content .d-flex p {
        font-size: 15px;
    }

    .date-div > div {
        width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .date-div {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .date-div .enter-div {
        margin: 20px 0px;
    }

    .date-div .d-flex h2 {
        font-size: 40px;
    }

    .enter-div label {
        width: 250px;
        padding: 8px;
    }

    .enter-div h1 span {
        font-size: 55px;
    }

    .date-div .d-flex div h3 {
        font-size: 27px;
    }

    .date-div .d-flex div span {
        font-size: 22px;
    }

    .pagesquare-sec .pagesquare-details {
        padding: 15px 10px 15px 0px;
    }

    .pagesquare-sec .pagesquare-details li p {
        margin-left: 15px;
        font-size: 16px;
    }

    .pagesquare-sec .pagesquare-details li input + label {
        width: 23px;
        height: 23px;
        margin-top: 4px;
    }

    .pagesquare-sec .pagesquare-details li input + label svg {
        margin-top: -10px;
    }

    .pagesquare-sec .pagesquare-details .bttn-form button {
        font-size: 14px;
        padding: 5px 8px;
    }

    /*.onlineapp-sec*/
    .onlineapp-sec {
        padding: 30px 0px;
    }

    .onlineapp-sec .title-online {
        margin-bottom: 10px;
    }

    .onlineapp-sec .title-online h2 {
        font-size: 22px;
    }

    .onlineapp-sec .form-onlineapp {
        padding: 5px 0px;
        margin-bottom: 20px;
    }

    .input-group-addon {
        font-size: 17px;
    }

    .onlineapp-sec .form-form label {
        font-size: 13px;
    }

    .onlineapp-sec .form-form select {
        padding: 5px 10px;
        border-radius: 3px;
    }

    .onlineapp-sec .form-form input {
        padding: 5px 10px;
        border-radius: 3px;
    }

    .onlineapp-sec .detaills-form {
        margin-top: 15px;
        padding: 15px;
        border-radius: 6px;
    }

    .onlineapp-sec .detaills-form .details-one p {
        font-size: 13px;
    }

    .onlineapp-sec .detaills-form .details-one h3 {
        font-size: 13px;
    }

    .onlineapp-sec .arrivaldate-div {
        padding: 15px 25px;
        margin-bottom: 20px;
    }

    .onlineapp-sec .arrivaldate-div .arrivaldate-form label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .onlineapp-sec .arrivaldate-div .arrivaldate-form input {
        padding: 5px 10px;
        border-radius: 4px;
    }

    .onlineapp-sec .arrivaldate-div h4 {
        font-size: 16px;
    }

    .onlineapp-sec .support-div {
        margin-bottom: 20px;
        padding: 15px 15px;
    }

    .onlineapp-sec .arrivaldate-div .input-daterange input + i {
        bottom: 10px;
    }

    .onlineapp-sec .support-div h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .onlineapp-sec .support-div .supp0rt-form label {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .onlineapp-sec .support-div .supp0rt-form select {
        padding: 5px 20px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .onlineapp-sec .support-div .supp0rt-form input {
        padding: 5px 20px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .button-foorm {
        padding: 8px;
        font-size: 13px;
    }

    header .button-foorm {
        font-size: 16px;
    }

    header {
        margin-top: 100px !important;
    }
}

@media (max-width: 550px) {
    .pagesquare-sec .pagesquare-details li p {
        font-size: 14px;
    }

    .onlineapp-sec .support-div .supp0rt-form label {
        margin-bottom: 0;
        font-size: 13px;
    }

    .navbar-fixed .row > div {
        align-items: center;
        width: 100% !important;
        display: inline-flex !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .onlineapp-sec .title-online p span {
        margin-left: 20px;
    }

    .pagesquare-sec .pagesquare-details ul {
        padding-left: 13px;
    }

    .onlineapp-sec .title-online h2 span {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .onlineapp-sec .title-online h2 {
        font-size: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 28px;
    }

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

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

    .verify-information-content .d-flex {
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*.verify-information-content .d-flex h3 :not(.ignore-sm) {*/
    /*    !*width: 100%;*!*/
    /*}*/
}


#faqAccordion  .card-header button:after {
     content: "\f068";
    float: right; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

}
#faqAccordion  .card-header .collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

}

#faqAccordion button {
    text-align: start;
}
#faqAccordion  .card{
    border-bottom: 1px solid #eee !important;
}

#faqAccordion  .card:last-child{
    border-bottom: none !important;
}