@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

::-moz-selection {
    background: #58585a;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #58585a;
    color: #ffffff;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: "Roboto", serif;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000000;
    background: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

p,
p span {
    font-family: "Roboto", serif;
}

img {
    border: 0px;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* * {-webkit-appearance: none;} */

::-webkit-input-placeholder {

    color: #f2f2f2;

}

::-moz-placeholder {

    color: #f2f2f2;

}

:-ms-input-placeholder {

    color: #f2f2f2;

}

:-moz-placeholder {

    color: #f2f2f2;

}

.container {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto 0;
}

nav.navitems .container {
    width: 95%;
    max-width: 1550px;
}

.container {
    width: 95%;
    max-width: 1570px;
}


/* header-wrapp */

.navbar .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

nav.menu-items a {
    padding: 0 10px;
    position: relative;
}

.icons a {
    padding: 0 10px;
}

.navbar-expand-lg .navbar-toggler {
    border: none;
}

.icons img {
    width: 21px;
    height: 100%;
}

.logimg img {
    width: 100%;
    height: 100%;
}

.logsic img {
    padding: 0 7px;
}

footer {
    width: 100%;
    display: block;
    float: left;
    padding: 60px 0;
    border-top: 1px solid #ddd;
}

.footer-form-fields {
    padding-left: 8px;
    padding-top: 20px;
    display: flex;
    gap: 10px;
}

.footer-form-fields input[type="email"] {
    border-radius: 3px;
    outline: none !important;
    border: 1px solid #ddd;
    padding: 4px 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center !important;
    justify-content: center;
    width: fit-content;
}

.logsic img {
    width: 36px;
    max-height: 20px;
    object-fit: contain;
}

.footer-form-fields input[type="submit"] {
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 13px;
    outline: none !important;
    border: navajowhite;
    padding: 5px 12px;
}

footer.footer.sec .col-md-3 {
    width: 32%;
}

footer.sec .col-md-2 {
    width: 22%;
}

footer h4 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 4px;
}

footer strong {
    font-weight: 600;
}

ul.ftermenu {
    list-style: none;
    padding-left: 0;
    padding-right: 12px;
    padding-top: 10px;
}

ul.ftermenu a {
    text-decoration: none;
    color: #000;
    margin: 0 0 4px;
    display: block;
}

ul.ftermenu li {
    text-align: left;
    padding-bottom: 9px;
}

footer.sec h3 {
    font-size: 17px;
}

input.form-control.searhbx {
    position: relative;
}

input.form-control.searhbx::after {
    position: absolute;
    content: " ";
    background: url(../images/search.svg);
    width: 50px;
    height: 50px;

}

span.input-group-text {
    border: none;
    background: transparent;
}

input.form-control {
    border: none;
    background: #f4f0f0;
    box-shadow: none !important;
}

.input-group {
    background: #f4f0f0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 265px;
    border-radius: 50px;
    width: fit-content;
    padding: 6px 15px 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

span.ispn {
    display: block;
}

.bottext {

    margin-top: 30px;
}

.bottext p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 14px;
    letter-spacing: normal
}

.bottext p span {
    display: block;
}

ul.ftermenu li a:hover {
    color: #02237d;
}

nav.menu-items a:hover {
    color: #02237d !important;
}

.footer-form-fields input[type="submit"]:hover {
    background: #02237d;
    color: #fff;
}

.menu-items {
    display: flex;
    gap: 15px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    transition: all 0.45s linear;
}

.menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
    z-index: 99999999;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.menu a:hover {
    background: #555;
}

.menu.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.navbar-toggler {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.icons {
    display: flex;
}

.dots-menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

/* Dropdown menu styling */
.dots-menu {
    display: none;
    position: absolute;
    top: 52px;
    right: 10px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    border-radius: 5px;
    min-width: 120px;
    z-index: 100;
}

/* Dropdown menu items */
.dots-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    margin: 8px 0 0;
}

.dots-menu a:first-child {
    margin-top: 2px;
}

/* Hover effect for items */
.dots-menu a:hover {
    background: #f0f0f0;
    border: none !important;
    outline: none !important;
}

button#dotsButton {
    display: none;
}

button#dotsButton:hover i.fa-solid:before {
    color: #07287d;
}


.main .col-md-2 {
    width: 19%;
    margin: 0 0 0 auto;
}

.new-list {
    width: 100%;
    display: block;
    float: left;
    padding: 0 0 55px;
}

.new-list h3 {
    font-weight: 500;
    color: #000;
    font-size: 26px;
    line-height: 1.35;
    margin: 0 0 28px;
}

.new-list .prdtnw-list .new-prdt {
    width: 100%;
}

.new-list .prdtnw-list .recnt-prdt {
    width: 100%;
}

.main {
    width: 100%;
    display: block;
    float: left;
    padding: 30px 0 60px;
}

.new-list .prdtnw-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.new-list .prdtnw-list img {
    width: 100%;
    display: block;
    transition: all 0.35s ease-in;
}

.new-list .prdt-box {
    width: 18.5%;
    display: inline-block;
    float: left;
    margin: 0 0 20px 0;
    background: #ffffff;
    box-shadow: 1px 4px 5px 3px #ddd;
    cursor: pointer;
}

.new-list .prdt-box:last-child {
    margin-right: 0;
}

.new-list .slick-slide {
    margin-right: 12px;
}

.new-list .prdt-box .btm-icon {
    width: 36px;
    display: inline-block;
    padding: 10px;
}

.new-list .prdt-box .bottom-btn {
    width: 100%;
    background: #02237d;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 6px 4%;
    transition: all 0.35s ease-in;
}

.new-list .prdt-box .bottom-btn:hover {
    background: #d4162f;
}

.new-list .prdt-box .bottom-btn .btm-txt {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
}

.new-list .prdt-box .prdt-cnt {
    width: 100%;
    display: block;
    padding: 14px 10px;
    text-align: center;
}

.new-list .prdt-box .new-prd {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 11px;
    display: block;
}

.new-list .prdt-box h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 8px;
}

.new-list .prdt-box h5 {
    font-size: 14px;
    color: #888888;
    line-height: 1.25;
    margin: 0 0 8px;
}

.new-list .prdt-box h5 a {
    color: #888888;
}

.new-list .prdt-box:hover .bottom-btn {
    display: flex;
}

.new-list .prdtnw-list .prdt-box:hover .prdt-img img {
    object-fit: contain;
    height: 8.42vw;
}

.cat-bar {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 0 auto 20px;
}

.cat-bar img {
    width: 100%;
    display: block;
}

.cat-bar .cat-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.cat-bar h3 {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 30px;
}

.cat-bar .cat-list .cat-col1 {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 32px;
}

.cat-bar .cat-col1 .cat-img {
    width: 80%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 1px 1px 3px 2px #ddd;
}

.cat-bar .cat-col1 .cat-img img {
    height: 10.20vw;
    object-fit: cover;
}

.cat-bar .cat-col1 .cat-txt {
    position: absolute;
    font-size: 15px;
    color: #000;
    line-height: 1.25;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 4px 1px #2f2f2f40;
    transition: all 0.25s ease-in;
    opacity: 0;
}

.cat-bar .cat-col1:hover .cat-txt {
    opacity: 1;
}

.new-list .new-btn1 {
    float: right;
    border-radius: 6px;
    background: #082780;
    color: #fff;
    font-size: 13px;
    outline: none !important;
    border: 1px solid #082780;
    padding: 7px 12px;
    margin: 6px 0 0;
}

.new-list .new-btn1:hover {
    background: #d4162f;
    border-color: #d4162f;
}

.new-list .prdtnw-list.mob {
    display: none;
}

.serv-wrap {
    width: 100%;
    display: block;
    float: left;
}

.serv-wrap .srv-row1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serv-wrap .srv-col1 {
    width: 20%;
    height: 12.95vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    text-align: center;
    background: #ffffff;
    box-shadow: 1px 2px 3px 1px #ddd;
    margin: 0 2.5% 0;
    padding: 0 15px;
    border-radius: 50%;
}

.serv-wrap .srv-col1 .srv-img {
    width: 40px;
    display: block;
    margin: 0 auto 11px;
}

.serv-wrap h3 {
    font-size: 15px;
    color: #888888;
    line-height: 1.25;
    margin: 0 0 0;
}

.serv-wrap img {
    width: 100%;
    display: block;
    margin: 0 auto 0;
}

.main .col-md-3 .cat-bar {
    border: none;
    padding: 0;
}

.main .col-md-3 .cat-bar .tab-drop {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 28px;
    position: relative;
}

.main .col-md-3 .tab-drop .tab-title {
    width: 100%;
    display: block;
    padding: 11px 15px;
    border: 1px solid #04297f;
    border-radius: 12px;
    background: #04297f url(../images/arrow-bottom-white.svg) no-repeat 100%;
    background-size: 18px;
    background-position-x: 95%;
    color: #ffffff;
    cursor: pointer;
}

.main .col-md-3 .tab-drop .tab-options {
    width: 100% !important;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.35);
    max-height: 148px;
    overflow-y: auto;
    z-index: 9;
    display: none;
}

.main .col-md-3 .tab-drop ul li {
    width: 100%;
    display: block;
    text-align: center;
}

.main .col-md-3 .tab-drop ul li a {
    padding: 14px 10px;
    width: 100%;
    display: block;
    color: #04297f;
}

.main .col-md-3 .tab-drop ul li a:hover {
    padding: 14px 10px;
    width: 100%;
    display: block;
    background: #04297f;
    color: #ffffff;
}

.item-listing .col-md-3 h3 {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 15px;
    text-align: center;
}

.main.item-listing .col-md-3 .cat-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
    margin: 0 0 40px;
    justify-content: center;
    padding: 20px 0 20px;
}

.main.item-listing .col-md-3 .cat-bar .tab-drop {
    padding: 18px 20px;
    margin: 0;
    text-align: left;
}

.item-listing .prdt-list {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

.item-listing .prdt-list .prdtnw-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.item-listing .prdt-list .prdt-box {
    width: 22.85%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 2.85% 38px 0;
}

.item-listing img {
    display: block;
    width: 100%;
}

.item-listing h3 {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 30px;
}

.item-listing .prdt-list .prdt-box:nth-child(4n) {
    margin-right: 0;
}

.item-listing .prdt-list .prdt-box .btm-icon {
    width: 32px;
    display: inline-block;
    padding: 7px;
}

.item-listing .prdt-list .prdt-box .bottom-btn {
    width: fit-content;
    background: #d41430;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 4px 22px 4px 15px;
    transition: all 0.35s ease-in;
    margin: 14px auto 0;
    border-radius: 6px;
}

.item-listing .prdt-list .prdt-box .bottom-btn .btm-txt {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
}

.item-listing .prdt-list .prdt-box .bottom-btn:hover {
    background: #04297f;
}

.item-listing .prdt-list .prdt-box h4 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 15px;
}

.item-listing .prdt-list .prdt-box .prdt-img {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 14px;
    position: relative;
}

.item-listing .prdt-list .prdt-box .prdt-img .fav-btn {
    -webkit-appearance: none;
    border: 0;
    background: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 32px;
    display: block;
}

.item-listing .prdt-list .prdt-box .prdt-img .fav-btn i {
    padding: 8px;
    background: #d41430;
    border-radius: 6px;
}

.item-listing .prdt-list .prdt-box .prdt-img .fav-btn i:before {
    color: #ffffff;
}

.item-listing .prdt-list .prdt-box .prdt-cnt {
    width: 100%;
    display: block;
    padding: 0 22px;
}

.item-listing .prdt-list .prdt-box h5 {
    font-size: 14px;
    color: #888888;
    line-height: 1.25;
    margin: 0 0 8px;
}

.item-listing .prdt-list .prdt-box h5 a {
    color: #888888;
}

.item-listing .prdt-list .prdt-box .prdt-cnt h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 8px;
}

.item-listing .prdt-list .ld-btn1 {
    float: none;
    border-radius: 6px;
    background: #082780;
    color: #fff;
    font-size: 13px;
    outline: none !important;
    border: 1px solid #082780;
    padding: 10px 18px;
    margin: 16px auto 0;
}

.item-listing .prdt-list .ld-btn1:hover {
    background: #d41430;
    border-color: #d41430;
}

.order-prdt img {
    width: 100%;
    display: block;
}

.order-prdt .order-col1 {
    width: 100%;
    margin: 0 0 40px;
}

.order-prdt .order-col1 .order-list {
    width: 100%;
    display: block;
    float: left;
}

.order-prdt .order-col1 .order-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.order-prdt .order-col1 .order-list ul li {
    width: 23.5%;
    display: inline-block;
    float: left;
    margin: 0 2% 0 0;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.order-prdt .order-col1 .order-list ul li:last-child {
    margin-right: 0;
}

.order-prdt h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 22px;
}

.order-prdt h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 14px;
}

.order-prdt p {
    font-size: 17px;
    color: #888888;
    line-height: 1.25;
    margin: 0 0 18px;
}

.order-prdt .rateimg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}

.order-prdt h5 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 8px;
}

.order-prdt .rateimg h5 {
    color: #888888;
    margin: 0;
}

.order-prdt .rateimg img {
    width: 120px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.order-prdt h6 {
    font-size: 18px;
    color: #888888;
    line-height: 1.25;
    margin: 0 0 18px;
}

.order-prdt h6 span {
    display: inline;
}

.order-prdt .qntybx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order-prdt .qntybx .quantity-adder {
    display: flex;
    align-items: center;
    width: fit-content;
    background: #ddd;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 13px;
}

.order-prdt .qntybx .quantity-adder input#quantity {
    text-align: center;
    background: transparent;
    color: #000000;
    width: 48px;
    border: 0;
}

.order-prdt .qntybx img {
    width: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.order-prdt .order-btn {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 19px 18px 19px 15px;
    color: #ffffff;
    background: #d9122e;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 0 0 15px;
}

.order-prdt .order-btn:hover {
    background: #082780;
}

.order-prdt .buy-btn {
    float: left;
    border-radius: 12px;
    background: #082780;
    color: #fff;
    font-size: 15px;
    outline: none !important;
    border: 1px solid #082780;
    padding: 18px 40px;
    margin: 16px auto 0;
    display: inline-block;
}

.order-prdt .buy-btn:hover {
    background: #d9122e;
    border-color: #d9122e;
}

.book-wrapp {
    width: 100%;
    display: block;
    float: left;
    background: #05203C;
    padding: 0 0 40px;
    margin: 0 0 18px;
}

.book-wrapp img {
    width: 100%;
    display: block;
}

.book-wrapp h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 28px;
}

.book-wrapp h3 span {
    display: inline-block;
}

.book-wrapp .banner-menus {
    width: 100%;
    display: none;
    float: left;
    padding: 20px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #ffffff;
}

.book-wrapp .banner-menus .menu-lists {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
}

.book-wrapp .banner-menus .order-drop {
    width: auto;
    display: inline-block;
    float: right;
}

.book-wrapp .banner-menus .order-drop ul {
    position: absolute;
    display: none;
}

.book-wrapp .banner-menus ul li {
    width: auto;
    display: inline-block;
}

.book-wrapp .banner-menus ul li a {
    font-size: 15px;
    padding: 0 15px 0 0;
    color: #ffffff;
    text-decoration: underline;
}

.book-wrapp .banner-menus ul li:last-child a {
    padding-right: 0;
}

.book-wrapp .banner-menus ul li.active a,
.book-wrapp .banner-menus ul li:hover a {
    text-decoration: none;
}

.book-wrapp .banner-menus .order-drop .drop-btn {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    position: relative;
    padding: 0 15px 0 0;
}

.book-wrapp .book-tab {
    width: 100%;
    display: block;
    float: left;
    padding: 30px 0 0;
}

.book-wrapp .book-tab .tab-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}

.book-wrapp .book-tab .tab-menu .tab-item {
    width: auto;
    display: inline-block;
}

.book-wrapp .book-tab .tab-menu .tab-item span {
    width: 17px;
    display: inline-block;
    float: left;
    padding: 0;
    position: absolute;
    left: 14px;
    top: 48%;
    transform: translateY(-50%);
}

.book-wrapp .book-tab ul li a {
    width: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 10px 18px 10px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 30px;
    line-height: normal;
    font-size: 14px;
    min-width: 110px;
    position: relative;
    cursor: pointer;
}

.book-wrapp .book-tab .tab-menu .tab-item span img {
    height: 100%;
    object-fit: contain;
}

.book-wrapp .book-tab ul li a:hover,
.book-wrapp .book-tab ul li a.active {
    background: #0062e3;
    border-color: #0062e3;
}

.book-wrapp h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 28px;
}

.book-wrapp .trv-form {
    width: 100%;
    display: block;
    float: left;
}

.book-wrapp h5 {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.book-wrapp .trv-form h5 span {
    width: 16px;
    display: inline-block;
    float: left;
    margin: 2px 8px 0 0;
}

.book-wrapp h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 28px;
}

.book-wrapp .trv-form {
    width: 100%;
    display: block;
    float: left;
}

.book-wrapp h5 {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.book-wrapp .trv-form h5 span {
    width: 16px;
    display: inline-block;
    float: left;
    margin: 2px 8px 0 0;
}

.book-wrapp .trv-form .form-field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.book-wrapp .trv-form .form-field .form-row {
    width: 100%;
    background: #ffffff;
    padding: 10px 15px 6px;
    border-radius: 0;
    position: relative;
}

.book-wrapp .trv-form .form-field .row:first-child .form-row {
    border-radius: 15px 0 0 15px;
}

.book-wrapp .trv-form .form-field .row:nth-last-of-type(1) .form-row {
    border-radius: 0 15px 15px 0;
}

.book-wrapp .trv-form .form-field .row {
    width: 18.25%;
    margin: 0 0.25% 0 0;
    height: 100%;
}

.book-wrapp .trv-form .form-field .form-row label {
    font-size: 14px;
    color: #3c3c3c;
    padding: 0 0 2px;
}

.book-wrapp .trv-form .form-field .form-control {
    background: none;
    padding: 5px 0 5px;
    color: #000;
    border: none;
    margin: 4px 0 0;
}

.book-wrapp .trv-form .form-field select.form-control {
    cursor: pointer;
    outline: none;
}

.book-wrapp .trv-form .form-field select.form-control::focus {
    box-shadow: none;
    outline: none;
}

.book-wrapp .trv-form .form-field input::placeholder {
    color: #000000;
}

.book-wrapp .trv-form .form-field .search-btn {
    background: #0062E3;
    padding: 0 14px 0;
    border: 1px solid #0062E3;
    color: #ffffff;
    border-radius: 13px;
    font-size: 14px;
    margin: 0 0 0 auto;
    height: 73px;
}

.book-wrapp .trv-form .form-field .search-btn:hover {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.book-wrapp .trv-form .form-field .result-box {
    position: absolute;
    width: 100%;
    top: 62px;
    background: #ffffff;
    left: 0;
    z-index: 9;
    max-height: 111px;
    overflow-y: auto;
    padding: 0;
}

.book-wrapp .trv-form .form-field .result-box ul {
    width: 100%;
    display: block;
    padding: 0;
}

.book-wrapp .trv-form .form-field .result-box ul li {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    position: relative;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

.book-wrapp .trv-form .form-field .result-box ul li:hover {
    background: #04297f;
    color: #ffffff;
}

.book-wrapp .trv-form .form-field .checkbox {
    width: 100%;
    margin: 15px 0 5px;
    padding: 0;
}

.book-wrapp .trv-form .form-field .checkbox label {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    letter-spacing: normal;
}

.book-wrapp .trv-form .form-field .checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
    top: 1px;
    background: #ffffff;
    border: 2px solid rgba(5 32 60 / 50%);
}

.book-wrapp .book-tab .tab-content {
    display: none;
}

.book-wrapp .book-tab .tab-content.active {
    display: block;
}

.conten-wrapp {
    width: 100%;
    display: block;
    float: left;
    padding: 15px 0 0;
}

.conten-wrapp .container {
    max-width: 1440px;
}

.conten-wrapp h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    border-bottom: 2px solid #000000;
    display: block;
    width: fit-content;
}

.conten-wrapp .countrylist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 0;
    border-top: 1px solid #eee;
}

.conten-wrapp .countrylist .country-row1 {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 4% 15px 0;
}

.conten-wrapp .countrylist img {
    width: 100%;
    display: block;
}

.conten-wrapp .countrylist .country-row1:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.conten-wrapp .countrylist .country-row1 .country-col1 {
    width: 48.5%;
    display: inline-block;
    float: left;
    margin: 0 2.85% 5px 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

.conten-wrapp .countrylist .country-row1 .country-col1:nth-child(2) {
    margin-right: 0;
    float: right;
}

.conten-wrapp .countrylist .country-col1 .cnty-txt {
    width: 100%;
    display: block;
    padding: 15px 20px 25px;
}

.conten-wrapp .countrylist .country-row1 h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 30px;
}

.conten-wrapp .countrylist .country-row1 .country-col1 img {
    height: 205px;
    object-fit: cover;
}

.conten-wrapp .countrylist .country-row1 p {
    font-size: 15px;
    line-height: 1.35;
    color: #000000;
    margin: 0 0 18px;
}

.conten-wrapp .countrylist .read-btn {
    font-size: 16px;
    color: #4F316B;
    font-weight: 600;
    line-height: normal;
    margin: 4px 0 8px;
    display: inline-block;
    padding: 0 0 0 14px;
    position: relative;
}

.conten-wrapp .countrylist .read-btn:before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    font-size: 16px;
}

.conten-wrapp .countrylist .read-btn:hover {
    color: #d4162f;
}

.process-steps {
    width: 100%;
    display: block;
    float: left;
    padding: 60px 0 0;
}

.process-steps .container {
    max-width: 1320px;
    padding: 0 0 50px;
}

.process-steps .prcs-col1 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    letter-spacing: normal;
    margin: 0 0 10px;
}

.process-steps .prcs-col1 .prcs-cnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.process-steps .prcs-col1 .prcs-cnt img {
    width: 77px;
    display: inline-block;
    float: left;
    padding: 8px 17px 0 0;
}

.process-steps .prcs-col1 .prcs-cnt p {
    width: calc(100% - 95px);
    font-size: 14px;
    color: #999999;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.process-steps .prcs-col1 .prcs-cnt ul {
    width: calc(100% - 95px);
    margin: 0 0 0 auto;
    display: block;
    float: right;
}

.process-steps .prcs-col1 .prcs-cnt strong {
    font-weight: 600;
}

.process-steps .prcs-col1 .prcs-cnt ul li {
    font-size: 14px;
    color: #999999;
    line-height: normal;
    letter-spacing: normal;
}

/* money */

.moneysec h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    padding-block: 23px;
}

.moneysec p {
    font-size: 22px;
    color: #938c8c;
}

section.moneysec {
    padding-block: 55px;
    position: relative;
    background: url(../images/money-bg1.jpg) no-repeat 100%;
    background-size: cover;
    background-position: top center;
}

section.moneysec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #fff, transparent);
}

section.moneysec .container {
    position: relative;
}

a.msec {
    color: #000;
    border-bottom: 3px solid #000;
}

.moneysec h1 span {
    display: block;
}

img.strr {
    object-fit: cover;
    height: auto;
    width: 17px;
}

.converter {
    max-width: 650px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.exchange-rate {
    text-align: center;
    /* background: #eaf0e4; */
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.exchange-rate p {
    font-size: 19px;
    color: #000;
}

.exchange-rate span {
    background: #eaf0e4;
    margin-block: 7px;
    padding: 16px 32px;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border-radius: 50px;
    font-size: 14px;
}

/* background: #eaf0e4; */

.input-section {
    text-align: left;
    margin-bottom: 15px;
}

.input-section label {
    /* font-weight: bold; */
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    font-weight: 500;
}

.converter p {
    color: #000;
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 500;
    font-weight: 500;
}

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;

}

.input-box input {
    border: none;
    font-size: 24px;
    width: 100%;
    background: transparent;
    outline: none;
}

.currency {
    font-weight: 600;
    font-size: 23px;
}

.bank-transfer p {
    font-size: 21px;
    font-weight: 500;
}

.info {
    font-size: 12px;
    color: #555;
}

.payment-section {
    text-align: left;
    margin: 15px 0;
}

.bank-transfer {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 70px;
    background: url(../images/bank-icon.svg) no-repeat 100%;
    background-size: 40px;
    background-position-x: 4%;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #938c8c;
    align-items: center;
}

.bank-transfer p {
    padding: 0;
}

.bank-transfer button {
    border: none;
    border-radius: 30px;
    padding: 11px 32px;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}


.bank-transfer button img {
    width: 24px;
    height: 24px;
}

.fees p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.feesec p {
    font-weight: 400;
}

.fees p strong {
    font-weight: bold;
}

.savings {
    color: green;
    font-weight: bold;
}

.arrival {
    font-weight: bold;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.compare,
.send {
    width: 49%;
    padding: 3% 20px;
    border: none;
    border-radius: 41px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #b9aeae99;
}

.compare {

    color: #293d23;
    font-weight: 600;
}

p.mainpsec {
    padding-bottom: 63px;
}

a.moneybtn {
    background: #ade95a;
    color: #293d23;
    font-weight: 600;
    padding: 3% 7%;
    border: none;
    border-radius: 41px;
    cursor: pointer;
    font-size: 18px;
}

.send {
    background: #ade95a;
    color: #293d23;
    font-weight: 600;
}

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid #938c8c;
}

p.info {
    font-size: 18px;
    background: #daeef1;
    padding: 12px;
    margin-top: 14px;
    border-radius: 5px;
    font-weight: 400;
}

p.info a {
    color: #02237d;
    border-bottom: 3px solid #02237d;
}

.fees {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 14px;
}

.feesec {
    border-bottom: 1px solid #ddd;

}

.feesec p {
    font-weight: 400;
    color: #938c8c !important;

}

.fees p {
    font-size: 18px;
    color: #000;
    padding: 3px 10px;
}

.input-section .input-box {
    position: relative;
}

.input-section .input-box .input-box-pop {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: -1px -1px 8px 0px rgba(0 0 0 / 50%);
    padding: 18px 15px;
    z-index: 9;
    display: none;
}

.input-section .input-box.active .input-box-pop {
    display: block;
}

.input-section .input-box .input-box-pop input[type="search"] {
    padding: 12px 15px 12px 41px;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 20px;
    margin: 0 0 16px;
    font-weight: 400;
    color: #000000;
    background: url(../images/magnifier-icon.svg) no-repeat 100%;
    background-size: 20px;
    background-position-x: 13px;
}

.input-section .input-box .input-box-pop .currency-list {
    width: 100%;
    display: block;
}

.input-section .input-box .input-box-pop h4 {
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 12px;
}

.input-section .input-box .input-box-pop input[type="search"]::placeholder {
    color: #d9d9d9;
}

.input-section .input-box .input-box-pop .currency-list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 15px;
    font-size: 15px;
    color: #888;
    border: 1px solid transparent;
    border-radius: 6px;
}

.input-section .input-box .input-box-pop .currency-list li img {
    width: 28px;
    display: inline-block;
    float: left;
    margin: 0 8px 0 0;
}

.input-section .input-box .input-box-pop .currency-list li span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    color: #000000;
}

.input-section .input-box .input-box-pop .currency-list li:hover {
    border-color: #888;
}

p.savings {
    font-size: 17px;
    color: #938c8c;
    font-weight: 400;
}

p.arrival {
    font-size: 17px;
    color: #938c8c;
    font-weight: 400;
}

a.mbtn {
    color: #000;
    font-weight: 600;
}

section.moneysec .row {
    display: flex;
    justify-content: center;
    align-items: center;

}

/* tab */

ul#myTabs {
    border: none;
    outline: none;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;


}

.country-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 5 - 20px);
}

.country-item img {
    object-fit: cover;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 12px;
}

.country-item a {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.tabsec {
    border-radius: 24px;
    padding: 38px;
    background: #f0f0f0;
}

.tabsec {
    border-radius: 24px;
    padding: 38px;
    background: #f0f0f0;
}

.nav-tabs .nav-link {
    margin: 0 10px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    border: none;
}

button.nav-link:hover,
button.nav-link.active {
    background: #ade95a !important;
    border-color: #ade95a !important;
    color: #293d23 !important;
}

img.mimg {
    margin-inline: auto;
    display: flex;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-top: 61px;
    margin-bottom: 12px;
}


a.shbtn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin: 0 auto;
}

.detsec img {
    width: 50px;
    height: 50px;
    margin-block: 30px;
}

section.extrsec {
    margin: 5% 0 5% 0;
}

.detsec h4 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 30px;
    color: #000;
    font-weight: 500;
}

.detsec p {
    font-size: 19px;
    /* padding-right: 65px; */
    line-height: 1.5;
    width: 76%;
    text-align: left;
}

a.msec:hover {
    color: #938c8c;
    border-bottom: 1px solid #938c8c;
}

a.moneybtn:hover {
    background: #000;
    color: #fff;
}

.compare,
.send:hover {
    background: #000;
    color: #fff;

}

a.shbtn:hover {
    color: #938c8c;
    border-bottom: 1px solid #938c8c;

}

.country-item a:hover {
    color: #938c8c;
    border-bottom: 1px solid #938c8c;
}

.main .col-12.mob .cat-bar .tab-drop {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 0;
    position: relative;
}

.main .col-12.mob .tab-drop .tab-title {
    width: 100%;
    display: block;
    padding: 11px 15px;
    border: 1px solid #04297f;
    border-radius: 12px;
    background: #04297f url(../images/arrow-bottom-white.svg) no-repeat 100%;
    background-size: 18px;
    background-position-x: 95%;
    color: #ffffff;
    cursor: pointer;
}

.main .col-12.mob .tab-drop .tab-options {
    width: 100% !important;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.35);
    max-height: 148px;
    overflow-y: auto;
    z-index: 9;
    display: none;
}

.main .col-12.mob .tab-drop ul li {
    width: 100%;
    display: block;
    text-align: center;
}

.main .col-12.mob .tab-drop ul li a {
    padding: 14px 10px;
    width: 100%;
    display: block;
    color: #04297f;
}

.main .col-12.mob .tab-drop ul li a:hover {
    padding: 14px 10px;
    width: 100%;
    display: block;
    background: #04297f;
    color: #ffffff;
}

/* inner-banner */

.inner-banner {
    width: 100%;
    display: block;
    float: left;
    background: linear-gradient(to bottom, #07247f, #fff);
}

.inner-banner .banner-menus {
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #ffffff;
}

.inner-banner .banner-menus .menu-lists {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
}

.inner-banner .banner-menus .order-drop {
    width: auto;
    display: inline-block;
    float: right;
    position: relative;
}

.inner-banner .banner-menus .order-drop ul {
    position: absolute;
    display: none;
    background: #ffffff;
    border-radius: 4px;
    top: 26px;
    min-width: 120px;
    left: -12px;
}

.inner-banner .banner-menus .order-drop ul li {
    width: 100%;
}

.inner-banner .banner-menus .order-drop ul li a {
    padding: 10px 12px;
    display: block;
    line-height: normal;
    color: #000000;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
}

.inner-banner .banner-menus .order-drop ul li a:hover {
    color: #032887;
}

.inner-banner .banner-menus .order-drop ul.active {
    display: block;
}

.inner-banner .banner-menus ul li {
    width: auto;
    display: inline-block;
}

.inner-banner .banner-menus ul li a {
    font-size: 15px;
    padding: 0 15px 0 0;
    color: #ffffff;
    text-decoration: underline;
}

.inner-banner .banner-menus ul li:last-child a {
    padding-right: 0;
}

.inner-banner .banner-menus ul li.active a,
.inner-banner .banner-menus ul li:hover a {
    text-decoration: none;
}

.inner-banner .banner-menus .order-drop .drop-btn {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    position: relative;
    padding: 0 18px 0 0;
    background: url(../images/arrow-bottom-white.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 100%;
}

.inner-banner .banner-col1 {
    width: 100%;
    display: block;
    float: left;
}

.inner-banner .banner-col1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner-banner .banner-col1 h2 {
    font-size: 55px;
    color: #FDEE00;
    display: inline-block;
    line-height: normal;
    letter-spacing: normal;
}

.inner-banner .banner-col1 h2 strong {
    font-weight: 600;
}

.inner-banner .banner-col2 {
    width: 100%;
    display: block;
    float: left;
    padding: 0 25px 0;
    margin: 50px 0 50px;
}

.inner-banner .banner-col2 img {
    width: 100%;
    display: block;
}

.inner-banner .banner-col2 .prdt-list {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

.inner-banner .banner-col2 .slick-slide {
    margin: 0 15px 0;
}

.inner-banner .banner-col2 h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: normal;
    margin: 0 0 28px;
}

.inner-banner .banner-col2 .prdt-list .prdt-img {
    width: 100%;
    display: block;
    float: none;
    border-radius: 50%;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.45);
    margin: 0 auto 0;
}

.inner-banner .banner-col2 .prdt-list h3 {
    text-align: center;
    width: 100%;
    color: #04297f;
    line-height: normal;
    padding: 15px 0 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.inner-banner .banner-col2 .prdt-list .prdt-img img {
    border-radius: 50%;
    overflow: hidden;
    clip-path: circle();
    background: #ffffff;
    padding: 22px;
}

.inner-banner .banner-col1 h5 {
    background: #FDEE00;
    width: fit-content;
    padding: 8px 12px;
    display: block;
    margin: 7px 0 0;
    font-size: 14px;
    color: #000000;
}

.inner-banner .banner-col1 .b-cnt {
    max-width: 350px;
    padding: 25px 35px 0;
}

.inner-banner .banner-col1 p {
    font-size: 18px;
    color: #ffffff;
    line-height: normal;
    margin: 0 0 22px;
}

.inner-banner .banner-col1 .bn-btn1 {
    background: #FDEE00;
    width: fit-content;
    padding: 8px 18px;
    display: block;
    margin: 7px 0 9px;
    font-size: 14px;
    color: #000000;
    border-radius: 6px;
    font-weight: 600;
}

.inner-banner .banner-col1 h6 {
    font-size: 12px;
    color: #ffffff;
}

.inner-banner .banner-col2 .slick-slider .slick-prev:before {
    font-size: 0;
    background: url(../images/left-arrow-black.svg)no-repeat 100%;
    width: 60%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 7px;
    right: 0;
}

.inner-banner .banner-col2 .slick-slider .slick-next:before {
    font-size: 0;
    background: url(../images/right-arrow-black.svg)no-repeat 100%;
    width: 60%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: -2px;
    margin: 0 auto 0;
}

.inner-banner .banner-col2 .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 9;
    top: 34%;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.35);
    right: -7px;
}

.inner-banner .banner-col2 .slick-arrow.slick-prev {
    left: -7px;
}

.mny p span {
    display: block;
}

span.currency.cnv1 {
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

span.currency.cnv1::before {
    border-radius: 50%;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/uk-icon.svg) no-repeat center;
    background-size: cover;
}

span.currency.cnv2 {
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

span.currency.cnv1 img {
    border: 0px;
    width: 20px;
    height: 20px;
}

span.currency.cnv2 img {
    border: 0px;
    width: 20px;
    height: 20px;
}


span.currency.cnv2::before {
    border-radius: 50%;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/eur-icon.svg) no-repeat center;
    background-size: cover;

}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

@media only screen and (max-width :1900px) {

    .moneysec h1 {
        font-size: 65px;
    }

    .moneysec p {
        font-size: 14px;
    }

    .converter {
        max-width: 530px;
    }

    .input-box input {
        font-size: 20px;
        font-weight: 600;
    }

    .currency {
        font-size: 21px;
    }

    .compare,
    .send {
        font-size: 15px;
    }

    a.moneybtn {
        font-size: 15px;
    }

    .detsec p {


        width: 87%;
    }
}

@media only screen and (max-width :1440px) {

    .moneysec h1 {
        font-size: 60px !important;
    }

    .compare,
    .send {
        padding: 3% 25px;
    }

    .moneysec p {
        font-size: 19px;
    }

    .converter {
        max-width: 490px;
    }

    .moneysec p {
        font-size: 15px;
    }

    .input-section label {

        font-size: 17px;
    }

    .input-box input {

        font-size: 21px;
    }

    .currency {

        font-size: 20px;
    }

    .bank-transfer button {


        font-size: 15px;
    }

    .compare,
    .send {


        font-size: 15px;

    }

    a.moneybtn {


        font-size: 15px;
    }

    footer .footer-col2 {
        width: 94%;
    }

}


@media only screen and (max-width :1300px) {

    .container {
        width: 94%;
    }

}

@media only screen and (max-width:1399px) {

    .detsec h4 {


        font-size: 20px;
    }

    .detsec p {
        font-size: 16px;
    }

    ul.navlist li a {
        font-size: 16px;
    }

    nav.navitems a {

        font-size: 16px;
    }

    .input-box {
        padding: 17px 20px;
    }
}

@media only screen and (max-width :1199px) {

    nav.menu-items a {
        padding: 0 8px;
        white-space: nowrap;
        font-size: 14px;
    }

    .icons img {
        width: 20px;
    }

    .menu-items {
        margin: 0 0 0 6px;
    }

    span.navbar-toggler-icon {
        width: 29px;
    }

    footer.sec h3 {
        font-size: 15px;
    }

    footer.footer.sec .col-md-3 {
        width: 34%;
    }

    ul.ftermenu a {

        font-size: 14px;
    }

    .new-list h3 {
        font-size: 22px;
    }

    .cat-bar h3 {
        font-size: 21px;
    }

    .serv-wrap h3 {
        font-size: 13px;
    }

    .serv-wrap .srv-col1 {
        height: 13.63vw;
    }

    .new-list .prdtnw-list .prdt-box:hover .prdt-img img {
        height: 10.60vw;
    }

    .cat-bar .cat-col1 .cat-txt {
        font-size: 13px;
        padding: 10px 4px;
        bottom: -20px;
    }

    .book-wrapp .trv-form .form-field .search-btn {
        margin: 23px 0 17px;
        height: 62px;
    }

    .book-wrapp .trv-form .form-field .row {
        width: 19.75%;
    }

    .book-wrapp .trv-form .form-field .form-row label {
        font-size: 12px;
    }

    .book-wrapp .trv-form .form-field .checkbox label {
        font-size: 14px;
    }

    .conten-wrapp .countrylist .country-row1 h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .book-wrapp h3 {
        font-size: 32px;
    }

    form.search-box .input-group {
        width: 300px;
        z-index: 99999999;
    }

    .moneysec h1 {
        font-size: 54px !important;
    }

    /* .compare, .send {
        width: fit-content;
        padding: 4% 11.3%;
    } */



    .input-group {
        width: 325px;
        z-index: 99999999;
    }

    input.form-control::placeholder {
        font-size: 14px;
    }

    .moneysec h1 {
        font-size: 46px !important;
    }

    .moneysec p {
        font-size: 14px;
    }

    .exchange-rate span {
        font-size: 12px;
    }

    form.search-box .input-group {
        width: 325px;
    }

    .inner-banner .banner-col2 .slick-arrow {
        width: 34px;
        height: 34px;
        top: 31%;
    }

    p.mainpsec {
        padding-bottom: 40px;
    }

}

@media only screen and (max-width :991px) {

    nav.menu-items {
        display: none;
    }

    .extra-sec {

        text-align: center;
    }

    .bottext p {
        text-align: center;
    }

    .cat-bar h3 {
        font-size: 18px;
    }

    .main .col-md-2 {
        width: 21%;
    }

    .cat-bar .cat-col1 .cat-img {
        width: 95%;
    }

    .cat-bar .cat-col1 .cat-img img {
        height: 11.83vw;
    }

    .new-list .prdtnw-list .prdt-box:hover .prdt-img img {
        height: 14.8vw;
    }

    .item-listing .col-md-3 h3 {
        font-size: 20px;
    }

    .item-listing h3 {
        font-size: 20px;
    }

    .item-listing .prdt-list .prdt-box h4 {
        font-size: 16px;
    }

    .order-prdt h3 {
        font-size: 26px;
    }

    .order-prdt h4 {
        font-size: 22px;
    }

    .order-prdt h5 {
        font-size: 18px;
    }

    .order-prdt h6 {
        font-size: 16px;
    }

    .order-prdt p {
        font-size: 15px;
    }


    .inner-banner .banner-col1 .b-cnt {
        padding: 25px 15px 0;
        max-width: inherit;
    }

    .inner-banner .banner-col1 .container {
        flex-direction: row;
    }

    .inner-banner .banner-col1 .container>div {
        width: 100%;
    }

    .main.item-listing .col-md-3 .cat-bar .tab-drop {
        padding: 14px 11px;
    }

    .main.item-listing .col-md-3 .cat-bar {
        padding: 10px 0 10px;
    }

    .item-listing .prdt-list .prdt-box {
        width: 31.40%;
    }

    .item-listing .prdt-list .prdt-box:nth-child(3n) {
        margin-right: 0;
    }

    .item-listing .prdt-list .prdt-box:nth-child(4n) {
        margin-right: auto;
    }

    .process-steps .prcs-col1 .prcs-cnt p {
        width: 100%;
    }

    .process-steps .prcs-col1 .prcs-cnt img {
        padding: 0 0 14px;
        height: 98px;
        object-fit: contain;
    }

    .process-steps .prcs-col1 h3 {
        font-size: 17px;
    }

    .process-steps .prcs-col1 .prcs-cnt ul {
        width: 100%;
    }

    .conten-wrapp .countrylist .country-row1 {
        margin: 0 0 15px;
        width: 100%;
    }

    .book-wrapp h3 {
        font-size: 28px;
    }

    .process-steps .prcs-col1 .prcs-cnt p {
        width: 100%;
    }

    .process-steps .prcs-col1 .prcs-cnt img {
        padding: 0 0 14px;
        height: 98px;
        object-fit: contain;
    }

    .process-steps .prcs-col1 h3 {
        font-size: 17px;
    }

    .process-steps .prcs-col1 .prcs-cnt ul {
        width: 100%;
    }

    .conten-wrapp .countrylist .country-row1 {
        margin: 0 0 15px;
        width: 100%;
    }

    .book-wrapp .trv-form .form-field .form-control {
        font-size: 14px;
    }

    .book-wrapp .trv-form .form-field .checkbox label {
        font-size: 12px;
    }

    .book-wrapp .trv-form .form-field .form-row label {
        font-size: 11px;
    }

    .book-wrapp .book-tab .container {
        padding: 0;
    }

    .book-wrapp .trv-form .form-field .form-row {
        padding: 8px 8px 4px;
    }

    .book-wrapp .trv-form .form-field .search-btn {
        height: 58px;
    }

    .moneysec .col-md-6 {
        width: 100% !important;
    }

    .detsec h4 {
        font-size: 18px;
    }

    .converter {
        margin-top: 58px;
    }

    .moneysec h1 {
        font-size: 46px !important;
        text-align: left;
    }

    section.moneysec span {
        display: inline;
    }

    .mainsec {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .moneysec p {
        font-size: 14px;
        /* text-align: center; */
        line-height: 1.5;
    }

    a.moneybtn {
        font-size: 17px;
        display: flex;
        width: fit-content;
        padding: 15px 4%;
    }

    .bank-transfer p {
        font-size: 16px;
    }

    .mny p {
        text-align: left;
    }

    section.moneysec {
        padding-top: 80px;
    }

    .converter span {
        display: block !important;
    }

    .country-item {
        display: flex;
        flex-direction: column;
        width: calc(100% / 3 - 20px);
    }

    section.extrsec .col-md-3 {
        width: 50%;
    }

    nav.navitems .container {
        display: flex;


    }

    .input-section label {
        font-size: 15px;
    }

    .input-box input {
        font-size: 20px;
    }

    button#closeMenu {
        display: none;
    }

    button#dotsButton {
        display: none;
        font-size: 22px;
        position: relative;
    }

    ul.navlist li a:hover {
        color: #ade95a !important;
    }

    ul.navlist li a {
        font-size: 14px;
        margin: 0 16px;
    }

    ul.ftermenu {
        list-style: none;
        padding-left: 0;
        padding-right: 0;
    }

    footer.footer.sec .col-md-3 {
        width: 48%;
    }

    footer.sec .col-md-2 {
        width: 48%;
        margin: 0 0 4.2%;
        text-align: center;
    }

    footer .row {
        justify-content: space-between;
    }

    ul.ftermenu li {
        text-align: center;
    }

    .footer-form-fields {
        justify-content: center;
    }

    .footer.logo img {
        margin: 0 auto 6px;
        display: block;
    }

    .icons a {
        padding: 0 6px;
    }

    form.search-box.d-flex {
        margin-left: auto;
        margin-right: 8px;
    }

    .dots-menu form {
        display: none;
    }

    .inner-banner .banner-col1 .b-cnt {
        padding: 25px 15px 0;
        max-width: inherit;
    }

    .inner-banner .banner-col1 .container {
        flex-direction: row;
    }

    .inner-banner .banner-col1 .container>div {
        width: 100%;
    }

    .inner-banner .banner-col2 .slick-arrow {
        width: 40px;
        height: 40px;
        top: 38%;
    }

    .input-box {

        padding: 14px 20px;
    }

    img.mimg {
        margin-inline: 0;
    }

    a.shbtn {
        margin: 0;
    }

    p.mainpsec {
        padding-bottom: 28px;
    }

    section.moneysec:before {
        background: linear-gradient(to bottom, #fff, transparent);
    }
}

@media only screen and (min-width :768px) {

    .main .col-md-3.mob {
        display: none;
    }

    nav.menu-items a.active,
    nav.menu-items a:hover {
        font-weight: 600;
        color: #0062e3 !important;
        transition: all 0.3s ease-in;
    }

    nav.menu-items a:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -4px;
        background: #0062e3;
        margin: 0 auto 0;
        border-radius: 6px;
        transition: all 0.3s ease-in;
    }

    nav.menu-items a.active:after,
    nav.menu-items a:hover:after {
        width: 80%;
    }

    .main .col-12.mob {
        display: none;
    }

    #main-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99;
    }

}

@media only screen and (max-width :767px) {

    .icons img {
        display: none;
    }

    button#dotsButton {
        display: block;
    }

    span.navbar-toggler-icon {
        width: 35px;
    }

    button#dotsButton {
        display: block;
        font-size: 22px;
    }

    span.ispn {
        display: unset;
    }

    span.navbar-toggler-icon {
        width: 35px;
    }

    .new-list .prdtnw-list.desk {
        display: none;
    }

    .new-list .prdtnw-list.mob {
        display: flex;
    }

    .icons img {
        display: none;
    }

    .new-list .prdt-box {
        width: 44.5%;
        margin: 0 10.5% 40px 0;
    }

    .new-list .prdt-box:nth-child(2n) {
        margin-right: 0;
    }

    .new-list .new-btn1 {
        float: none;
        margin: 6px auto 0;
    }

    .new-list {
        text-align: center;
    }

    .main .col-md-2.desk {
        display: none;
    }

    .mob .cat-bar .cat-list {
        width: 100%;
        display: block;
    }

    .cat-bar .cat-col1 .cat-img img {
        height: 16.25vw;
    }

    .new-list .prdtnw-list .prdt-box:hover .prdt-img img {
        height: 30.8vw;
    }

    .item-listing .prdt-list .prdt-box {
        width: 48.25%;
        margin: 0 3.5% 38px 0;
    }

    .item-listing .prdt-list .prdt-box:nth-child(2n) {
        margin-right: 0;
    }

    .order-prdt .order-col1 .col-md-6 {
        width: 100%;
        margin: 0 0 32px;
    }

    .order-prdt h3 {
        font-size: 28px;
    }

    .order-prdt h4 {
        font-size: 24px;
    }

    .order-prdt p {
        font-size: 16px;
    }

    .order-prdt .order-col1 .col-md-6 img {
        max-height: 55vw;
        object-fit: contain;
    }

    .item-listing .prdt-list .prdt-box:nth-child(3n) {
        margin-right: auto;
    }

    .main.item-listing .container>.row {
        flex-direction: row-reverse;
    }

    .main.item-listing .container>.row .col-md-9 {
        order: 1;
        text-align: center;
    }

    .inner-banner .banner-col2 {
        text-align: center;
    }

    .inner-banner .banner-menus .menu-lists {
        width: 100%;
        margin: 0 auto 10px;
        justify-content: center;
    }

    .inner-banner .banner-menus .order-drop {
        float: none;
        margin: 2px auto 4px;
        display: none;
        width: fit-content;
    }

    .inner-banner .banner-col1 .container {
        justify-content: center;
        text-align: center
    }

    .inner-banner .banner-col1 h5 {
        margin: 18px auto 0;
    }

    .inner-banner .banner-col1 .bn-btn1 {
        float: none;
        margin: 0 auto 14px;
    }

    .process-steps .prcs-col1 .prcs-cnt p {
        width: 100%;
    }

    .process-steps .prcs-col1 .prcs-cnt img {
        padding: 0 0 14px;
        height: 98px;
        object-fit: contain;
    }

    .process-steps .prcs-col1 h3 {
        font-size: 17px;
    }

    .process-steps .prcs-col1 .prcs-cnt ul {
        width: 100%;
    }

    .conten-wrapp .countrylist .country-row1 {
        margin: 0 0 15px;
        width: 100%;
    }

    .book-wrapp .trv-form .form-field .form-control {
        font-size: 14px;
        text-align: center;
    }

    .book-wrapp .trv-form .form-field .checkbox label {
        font-size: 12px;
    }

    .book-wrapp .trv-form .form-field .form-row label {
        font-size: 11px;
    }

    .book-wrapp .book-tab .container {
        padding: 0;
    }

    .book-wrapp .trv-form .form-field .form-row {
        padding: 8px 8px 4px;
    }

    .book-wrapp .trv-form .form-field .search-btn {
        height: 58px;
        width: 100%;
        margin: 10px 0 17px;
    }

    .book-wrapp .book-tab .tab-menu {
        justify-content: center;
        margin: 0 0 30px;
    }

    .book-wrapp .book-tab .tab-content {
        text-align: center;
    }

    .book-wrapp h3 {
        text-align: center;
        line-height: 1.35;
    }

    .book-wrapp .trv-form .form-field .row {
        width: 49.25%;
        float: left;
        margin: 0 1.45% 4.2% 0;
    }

    .book-wrapp .trv-form .form-field .row:nth-child(2n) {
        margin-right: 0;
    }

    .book-wrapp .trv-form .form-field .row:first-child .form-row,
    .book-wrapp .trv-form .form-field .row .form-row {
        border-radius: 10px;
    }

    .book-wrapp .trv-form .form-field {
        justify-content: center;
    }

    .book-wrapp .trv-form .form-field .row:nth-last-of-type(1) .form-row {
        border-radius: 10px;
    }

    .process-steps .row {
        justify-content: center;
    }

    .process-steps .prcs-col1 {
        width: 48%;
        float: left;
        margin: 0 2% 22px 0;
    }

    .process-steps .prcs-col1:nth-child(2n) {
        margin-right: 0;
    }

    .book-wrapp .trv-form h5 span {
        float: none;
    }

    .moneysec h1 {
        font-size: 45px !important;
    }

    .input-section p {
        text-align: left;
    }

    .payment-section p {
        text-align: left;
    }

    .moneysec p {
        font-size: 15px;
    }

    p.savings {
        text-align: left;
    }

    p.arrival {
        text-align: left;
    }




    li.nav-item {
        margin-bottom: 20px;
    }

    .country-item {
        display: flex;
        flex-direction: column;
        width: calc(100% / 2 - 20px);


    }

    .nav-tabs .nav-link {
        margin: 0 16px 0 0px;
    }

    a.shbtn {
        text-align: left;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .country-item a {
        font-size: 14px;
    }



    .detsec h4 {
        font-size: 16px;
    }

    .detsec p {
        font-size: 14px;
    }

    button.nav-link {
        font-size: 13px;
    }

    .compare,
    .send {
        font-size: 16px;
    }

    .moneysec p {
        /* text-align:center; */
        font-size: 15px;
    }

    .bank-transfer button {
        padding: 8px 10px 8px 23px;
        font-size: 12px;
    }

    .currency {
        font-size: 17px;
    }

    .nav-tabs .nav-link {


        font-size: 15px;
    }

    a.moneybtn {
        font-size: 16px;
        padding: 15px 50px;
    }

    .exchange-rate {
        text-align: left;
        padding: 14px 5px;
    }

    .exchange-rate span {
        margin-inline: 0;
    }

    .detsec p {
        width: 100%;
    }


    .mny h1 span {
        display: block;
    }

    .converter {
        margin-top: 60px !important;
    }

    p.mainpsec {
        padding-bottom: 26px;
    }

    .exchange-rate span {



        border-radius: 50px;
        font-size: 14px;
    }

    .converter {


        padding: 11px;


    }

    .mainsec {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        /* justify-content: flex-start; */
    }

    a.shbtn {
        font-size: 14px;
    }

    footer.sec .col-md-2 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer.footer.sec .col-md-3 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 30px;
    }

    .dots-menu form {
        display: block;
    }

    .dots-menu form .input-group {
        width: 94%;
        margin: 0 3% 0;
    }

    form.search-box.d-flex {
        display: none !important;
    }

    .dots-menu a {
        padding: 5px 20px 5px;
    }

    section.moneysec {
        padding-block: 36px;
        padding-top: 60px;
    }

    .inner-banner .banner-col2 {
        text-align: center;
    }

    .inner-banner .banner-menus .menu-lists {
        width: 100%;
        margin: 0 auto 10px;
        justify-content: center;
    }

    .inner-banner .banner-menus .order-drop {
        float: none;
        margin: 2px auto 4px;
        display: none;
        width: fit-content;
    }

    .inner-banner .banner-col1 .container {
        justify-content: center;
        text-align: center
    }

    .inner-banner .banner-col1 h5 {
        margin: 18px auto 0;
    }

    .inner-banner .banner-col1 .bn-btn1 {
        float: none;
        margin: 0 auto 14px;
    }

    span.currency.cnv1::before {
        width: 26px !important;
        height: 26px !important;

    }

    span.currency.cnv2::before {
        width: 26px !important;
        height: 26px !important;
    }

}

@media screen and (max-width: 570px) {

    .new-list .prdt-box {
        width: 48%;
        margin: 0 4% 40px 0;
    }

    .inner-banner .banner-col2 .slick-slide {
        margin: 0 10px 0;
    }

    .inner-banner .banner-col2 .prdt-list .prdt-img img {
        padding: 10px;
    }

    .main .col-md-3 .tab-drop .tab-title {
        font-size: 15px;
    }

    .inner-banner .banner-col2 .slick-slide {
        margin: 0 10px 0;
    }

    .inner-banner .banner-col2 .prdt-list .prdt-img img {
        padding: 10px;
    }

    a.moneybtn {
        font-size: 15px;
        margin: 0 auto;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .moneysec p {


        font-size: 14px;
    }

    .compare,
    .send {
        font-size: 16px;
        width: 49%;
        margin-bottom: 12px;
    }

    .detsec img {
        margin-block: 9px;
    }

    section.extrsec .col-md-3 {
        width: 100%;
    }

    .detsec h4 {
        padding-bottom: 11px;

    }

    section.moneysec p span {
        display: inline;
    }

    .moneysec p {
        text-align: left;
    }

    .moneysec h1 {
        text-align: left;
    }

    .mainsec {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.moneysec span {
        display: block;
        margin: 0;
    }

    span.currency.cnv1,
    span.currency.cnv2 {
        gap: 6px;
    }

    ul#myTabs {
        border: none;
        outline: none;
        display: flex;
        justify-content: flex-start;
    }

    .country-item {
        display: flex;
        flex-direction: column;
        width: calc(100% / 2 - 20px);
        justify-content: flex-start;
        align-items: flex-start;
    }

    img.mimg {
        margin-inline: 0;

    }

    a.shbtn {
        font-size: 14px;
        margin: 0;
    }

    .bank-transfer {
        padding: 14px 10px 14px 70px;
        background-size: 30px;
        padding-left: 50px;
    }

    .exchange-rate span {
        padding: 10px 18px;
    }

    .converter {
        margin-top: 30px !important;
    }

}

@media screen and (max-width: 480px) {

    .navbar .logo {
        width: 155px;
    }

    .navbar .logo img {
        width: 100%;
        height: inherit !important;
    }

    .icons a {
        padding: 0;
    }

    .dots-menu a {
        padding: 4px 12px;
    }

    .dots-menu .input-group {
        width: 96%;
        margin: 0 auto 0;
        padding: 4px 10px 4px 8px;
    }

    .dots-menu .input-group input.form-control {
        font-size: 14px;
    }

    .dots-menu .input-group .input-group-text i {
        font-size: 14px;
    }

    span.navbar-toggler-icon {
        width: 32px;
        height: 37px;
    }

    .extra-sec {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-bottom: 21px;
    }

    .serv-wrap .srv-col1 {
        width: 100%;
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto 15px;
        height: 62.5vw;
    }

    .new-list .prdt-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .new-list .prdtnw-list .prdt-box:hover .prdt-img img {
        height: 48.8vw;
    }

    .item-listing h3 {
        font-size: 24px;
        text-align: center;
    }

    .item-listing .prdt-list .prdt-box {
        width: 100%;
        margin: 0 0 36px;
    }

    .item-listing .prdt-list .prdt-box h4 {
        font-size: 18px;
    }

    .order-prdt h3 {
        font-size: 26px;
    }

    .order-prdt h4 {
        font-size: 22px;
    }

    .order-prdt h5 {
        font-size: 18px;
    }

    .order-prdt h6 {
        font-size: 16px;
    }

    .order-prdt p {
        font-size: 15px;
    }

    .order-prdt .order-col1 .order-list ul li {
        padding: 6px;
    }

    .order-prdt .order-col1 .order-list ul li {
        padding: 6px;
    }

    .order-prdt .order-btn {
        font-size: 14px;
        margin: 0 0 0 8px;
        padding: 20px 16px 20px 13px;
    }

    .order-prdt .qntybx .quantity-adder {
        padding: 10px 8px;
    }

    .order-prdt .qntybx .quantity-adder input#quantity {
        width: 40px;
    }

    .order-prdt .qntybx .quantity-adder button.btn {
        padding: 6px;
    }

    .process-steps .prcs-col1 .prcs-cnt p {
        width: 100%;
    }

    .process-steps .prcs-col1 .prcs-cnt img {
        padding: 0 0 14px;
        height: 98px;
        object-fit: contain;
        float: none;
        margin: 0 auto 0;
    }

    .process-steps .prcs-col1 h3 {
        font-size: 17px;
    }

    .process-steps .prcs-col1 .prcs-cnt ul {
        width: 100%;
        margin: 0 0 18px;
    }

    .conten-wrapp .countrylist .country-row1 {
        margin: 0 0 15px;
        width: 100%;
    }

    .book-wrapp .trv-form .form-field .form-control {
        font-size: 14px;
    }

    .book-wrapp .trv-form .form-field .checkbox label {
        font-size: 12px;
    }

    .book-wrapp .trv-form .form-field .form-row label {
        font-size: 11px;
    }

    .book-wrapp .book-tab .container {
        padding: 0;
    }

    .book-wrapp .trv-form .form-field .form-row {
        padding: 8px 8px 4px;
    }

    .book-wrapp .trv-form .form-field .search-btn {
        height: 58px;
        width: 100%;
        margin: 10px 0 17px;
    }

    .book-wrapp .book-tab .tab-menu {
        justify-content: center;
        margin: 0 0 30px;
    }

    .book-wrapp .book-tab .tab-content {
        text-align: center;
    }

    .book-wrapp h3 {
        text-align: center;
        line-height: 1.35;
    }

    .book-wrapp .trv-form .form-field .row {
        width: 100%;
        float: left;
        margin: 0 0 4.2% 0;
    }

    .book-wrapp .trv-form .form-field .row:nth-child(2n) {
        margin-right: 0;
    }

    .book-wrapp .trv-form .form-field .row:first-child .form-row,
    .book-wrapp .trv-form .form-field .row .form-row {
        border-radius: 10px;
    }

    .book-wrapp .trv-form .form-field {
        justify-content: center;
    }

    .book-wrapp .trv-form .form-field .row:nth-last-of-type(1) .form-row {
        border-radius: 10px;
    }

    .process-steps .row {
        justify-content: center;
    }

    .process-steps .prcs-col1 {
        width: 100%;
        float: left;
        margin: 0 0 34px 0;
        padding: 0 5% 0;
        text-align: center;
    }

    .process-steps .prcs-col1:nth-child(2n) {
        margin-right: 0;
    }

    .book-wrapp .book-tab ul li a {
        margin: 0 auto 0;
        width: fit-content;
        float: none;
        min-width: 150px;
        font-size: 15px;
    }

    .book-wrapp .book-tab .tab-menu .tab-item {
        width: 100%;
        margin: 0 0 4.2%;
        text-align: center;
    }

    .conten-wrapp .countrylist .country-row1 .country-col1 {
        width: 100%;
        margin: 0 0 15px;
    }

    .process-steps {
        padding: 30px 0 0;
    }

    .process-steps .prcs-col1 .prcs-cnt ul li {
        font-size: 15px;
    }

    .process-steps .container {
        padding: 0 0 30px;
    }

    .order-prdt h3 {
        font-size: 26px;
    }

    .order-prdt h4 {
        font-size: 22px;
    }

    .order-prdt h5 {
        font-size: 18px;
    }

    .order-prdt h6 {
        font-size: 16px;
    }

    .order-prdt p {
        font-size: 15px;
    }

    .order-prdt .order-col1 .order-list ul li {
        padding: 6px;
    }

    .order-prdt .order-col1 .order-list ul li {
        padding: 6px;
    }

    .order-prdt .order-btn {
        font-size: 14px;
        margin: 0 0 0 8px;
        padding: 20px 16px 20px 13px;
    }

    .order-prdt .qntybx .quantity-adder {
        padding: 10px 8px;
    }

    .order-prdt .qntybx .quantity-adder input#quantity {
        width: 40px;
    }

    .order-prdt .qntybx .quantity-adder button.btn {
        padding: 6px;
    }

    .moneysec h1 {
        font-size: 24px !important;
    }

    .compare,
    .send {
        padding: 3% 20px;
        white-space: nowrap;
    }

    .country-item a {
        font-size: 13px;
        white-space: nowrap;
    }

    .country-list {


        gap: 40px;
    }

    ul.ftermenu.social-list li {
        width: 100%;
        margin: 0 0 5px;
    }

    ul.ftermenu li {
        text-align: center;
        justify-content: center;
    }

    footer .footer-col2 .f-cnt1 {
        width: 100%;
        text-align: center;
    }

    footer .footer-col2 .f-cnt2 {
        width: 100%;
    }

    footer .footer-col2 {
        margin: 20px auto 0;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .inner-banner .banner-col2 .slick-arrow.slick-prev {
        left: -16px;
    }

    .inner-banner .banner-col2 .slick-arrow.slick-next {
        right: -16px;
    }

    .inner-banner .banner-col2 .slick-arrow {
        width: 34px;
        height: 34px;
        top: 35%;
    }

    section.moneysec span {
        display: block;
    }

    .moneysec h1 {
        font-size: 39px !important;
    }

    .bank-transfer button {
        padding: 8px 3px 8px 13px;
    }

}

@media only screen and (max-width: 360px) {

    ul.ftermenu li a {
        padding: 0px 5px;
        font-size: 12px !important;
        margin: 0 0 2px;
    }

    footer.sec h3 {
        font-size: 14px;
    }

    .bottext p {
        font-size: 11px;

        padding: 0;
    }

    .footer-form-fields input[type="email"] {
        font-size: 13px;
    }

    .footer-form-fields input[type="submit"] {

        font-size: 12px;
    }

    .moneysec h1 {
        font-size: 22px !important;
    }

    .input-section label {
        font-size: 15px;
    }

    .input-box input {
        font-size: 16px;
    }

    .currency {
        font-size: 15px;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
    }

    .compare,
    .send {
        padding: 3% 13.3%;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .country-item {
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        margin: unset !important;
    }

    .country-item a {
        font-size: 15px;
        margin: unset !important;
    }

    .nav-tabs .nav-link {
        margin: 0;
    }

    .detsec img {
        width: 50px;
        height: 50px;
        display: flex;


    }

    .detsec h4 {
        font-size: 16px;
        padding-top: 12px;
    }

    .detsec p {
        width: 100%;

    }

    section.extrsec .col-md-3 {
        width: 100%;
    }

    span.menu-text {
        font-size: 15px;
    }

    nav.navitems a {
        font-size: 14px;
    }

    section.moneysec span {
        display: block;
    }

    .moneysec h1 {
        font-size: 36px !important;
    }

    section.moneysec p span {
        display: inline;
    }

    .bank-transfer p {
        line-height: normal;
    }

    span.currency.cnv2 img {
        border: 0px;
        width: 16px;
        height: 16px;
    }

    .bank-transfer button img {
        width: 18px;
        height: 18px;
    }

}