@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(../fonts/JTMarnie.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    top: 0 !important;
    touch-action: none;
    -ms-touch-action: none;
}

html,
body,
main {
    overscroll-behavior-y: none;
    overflow: hidden !important;
    /*position:fixed;*/
    /*bottom:0;*/
    /*left:0;*/
    /*right:0;*/
}

a {
    text-decoration: none !important;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none !important;
}

ul,
ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

select {
    cursor: pointer !important;
}

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

.form-control:focus {
    outline: none;
    box-shadow: none;
}


/************************** language selector css **************************/

.language-seletor {
    position: absolute;
    right: 10px;
    top: 3%;
}

.language-seletor span {
    display: none !important;
}

.language-seletor .goog-te-gadget {
    font-size: 0;
}

.language-seletor .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 5px;
    background: #8D8D8D;
    color: #fff;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
}

.language-seletor .goog-te-gadget .goog-te-combo:focus {
    box-shadow: none;
}

.goog-te-banner-frame {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    visibility: hidden !important;
}


/************************** language selector css end **************************/

.web-link {
    background-color: #8D8D8D;
    border: 1px solid #8D8D8D;
    padding: 6px 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    margin: 0 10px 0 0;
}

.web-link:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}


/* index css start  */

.tab-btn {
    background-image: url('../images/main-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-btn::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.tab-btn .card-box {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 30px;
}

.tab-btn .card-box .logo-box {
    text-align: center;
    margin-bottom: 20px;
}

.tab-btn .card-box .logo-box img {
    width: 200px;
}

.tab-btn .card-box .sec-box {
    text-align: center;
    border: 2px solid #000;
    padding: 20px;
    border-radius: 20px;
}

.tab-btn .card-box .sec-box img {
    width: 100px;
    filter: brightness(0) saturate(100%) invert(52%) sepia(59%) saturate(595%) hue-rotate(19deg) brightness(92%) contrast(88%);
}

.tab-btn .card-box .sec-box h5 {
    text-transform: capitalize;
    padding: 10px 0;
}

.tab-btn .card-box .sec-box .box-btn {
    background-color: #8D8D8D;
    border: 1px solid #8D8D8D;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}


/* index css end  */

#google_translate_element {
    display: none;
}

#goog-gt- {
    display: none !important;
}

.upper-box {
    background-color: #8d8d8d73;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 3px 0 7px;
}

.upper-box .contact-detail-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.upper-box .contact-detail-list li {
    padding: 3px 10px;
}

.upper-box .contact-detail-list li a {
    color: #fff;
    font-size: 14px;
}

.upper-box .top-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.upper-box .top-box .lang-btn {
    margin-right: 10px;
}

.rates-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 0 0;
    text-align: center;
}

.rates-box span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-top: 4px;
}

.rates-box h6 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding-top: 4px;
}

.prize-box {
    text-align: center;
}

.prize-box a {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #8D8D8D;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
}

.lang-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-btn ul li {
    padding: 0 5px;
}

.lang-btn .form-check .form-check-input {
    float: right;
    margin-left: 0;
    background-color: transparent;
    position: relative;
    width: 40px;
    height: 20px;
    border: 2px solid #fff;
}

.lang-btn .flags {
    width: 55px;
}

.bottom-bar {
    background-color: transparent;
    text-align: center;
    position: fixed;
    bottom: 2%;
    left: unset;
    right: 2%;
    z-index: 11111;
    height: 4.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #00000091;
    padding: 10px 15px;
    border-radius: 10px;
}


/* side-nav */

.side-nav {
    background-color: #8d8d8d73;
    width: 19%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 15px 0 0;
}

.side-nav .collapse-boxes {
    overflow-y: scroll;
    height: 75vh;
    overflow-x: hidden;
}


/* width */

.side-nav .collapse-boxes::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.side-nav .collapse-boxes::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #aba5a5;
    border-radius: 0px;
}


/* Handle */

.side-nav .collapse-boxes::-webkit-scrollbar-thumb {
    background: #8D8D8D;
    border-radius: 10px;
}


/* Handle on hover */

.side-nav .collapse-boxes::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

.side-nav .img-box {
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    margin: 0px 30px 15px;
    border-radius: 17px;
}


/* .side-nav .img-box img {
    width: 140px;
} */

.side-nav .img-box h5 {
    margin-top: 5px !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.side-nav .img-box h5 span {
    color: #8D8D8D;
}

.side-nav .collapse-boxes .inner-box {
    padding: 0 15px;
    border-bottom: 1px solid #000;
}

.side-nav .collapse-boxes .inner-box .link-list {
    width: 100%;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    /* padding: 0 0 10px; */
    margin: 7px 0;
    text-transform: capitalize;
}

.side-nav .collapse-boxes .inner-box span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.side-nav .collapse-boxes .inner-box .link-list:not(.collapsed) span i::before {
    content: '\f068';
}

.side-nav .collapse-boxes .inner-box .coll-list {
    padding-bottom: 5px;
}

.side-nav .collapse-boxes .inner-box .coll-list ul li {
    padding: 3px 0;
}

.side-nav .collapse-boxes .inner-box .coll-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
    text-transform: capitalize;
}

.side-nav .collapse-boxes .inner-box .coll-list ul li a:hover {
    color: #fff;
}

.label-link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
    /*text-transform: capitalize;*/
    position: relative;
}

.label-link:hover {
    color: #fff;
}

.form-check {
    padding: 0;
}

.form-check .form-check-input {
    float: right;
    margin-left: 7px;
    background-color: transparent;
    border: none;
    position: absolute;
}

.form-check .form-check-input:focus {
    box-shadow: none;
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
    width: 160px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 6px 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 9px;
    color: rgb(136, 136, 136);
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 9px;
    color: rgb(136, 136, 136);
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 9px;
    color: rgb(136, 136, 136);
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 9px;
    color: rgb(136, 136, 136);
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input-2 {
    width: 90px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 6px 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input:focus {
    box-shadow: none;
}

.side-nav .collapse-boxes .inner-box .coll-list .circle-color {
    display: flex;
    align-items: center;
}

.side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c#col-1 {
    background-color: #b5b4b2;
}

.side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c#col-2 {
    background-color: #fff;
}

.side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c#col-3 {
    background-color: #e8ebf2;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list-2 li {
    width: 30%;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list-2 li img {
    border-radius: 12px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li {
    width: 19%;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a {}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
    background-color: #293133;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
    background-color: #8f8f8f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
    background-color: #a5a5a5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
    background-color: #f6f6f6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
    background-color: #2f4538;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
    background-color: #31372b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
    background-color: #af2b1e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
    background-color: #e7ebda;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
    background-color: #0a0a0a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
    background-color: #b87730;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-11 {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-12 {
    background-color: #a6b4b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-13 {
    background-color: #d2c3b4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-14 {
    background-color: #f7f4e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-15 {
    background-color: #b3b2b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-16 {
    background-color: #273539;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-17 {
    background-color: #6c330c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-18 {
    background-color: #783513;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-19 {
    background-color: #392400;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-20 {
    background-color: #16110e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-21 {
    background-color: #124935;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-22 {
    background-color: #15192f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-23 {
    background-color: #340d1a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-24 {
    background-color: #53100f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-25 {
    background-color: #e0d29d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-26 {
    background-color: #2a3b42;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-27 {
    background-color: #414d53;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-28 {
    background-color: #939498;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-29 {
    background-color: #8b97a0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-30 {
    background-color: #12301d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-31 {
    background-color: #6d7477;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-32 {
    background-color: #c2c7c5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-33 {
    background-color: #13120b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-34 {
    background-color: #0d1925;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-35 {
    background-color: #1a2a30;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-36 {
    background-color: #5a3a22;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-37 {
    background-color: #774f3d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-38 {
    background-color: #8a602f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-39 {
    background-color: #565751;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-40 {
    background-color: #8ca09d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-41 {
    background-color: #041014;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-42 {
    background-color: #f1efd9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-43 {
    background-color: #010202;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-44 {
    background-color: #241f25;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-45 {
    background-color: #1d0b07;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-46 {
    background-color: #f7fbfe;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-47 {
    background-color: #fefdf3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-48 {
    background-color: #76777b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-49 {
    background-color: #9c9da0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-50 {
    background-color: #49434b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-51 {
    background-color: #1d0b07;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-52 {
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-53 {
    background-color: #a6b4b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-54 {
    background-color: #d2c3b4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-55 {
    background-color: #e8d7ae;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-56 {
    background-color: #f7f4e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-57 {
    background-color: #b3b2b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-58 {
    background-color: #878787;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-59 {
    background-color: #273539;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-60 {
    background-color: #144f37;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-61 {
    background-color: #640f00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-62 {
    background-color: #794112;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-63 {
    background-color: #874a27;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-64 {
    background-color: #3f2800;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-65 {
    background-color: #16110e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.side-nav .collapse-boxes .inner-box .coll-list .lower-list-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.side-nav .collapse-boxes .inner-box .coll-list .lower-list-line .form-control {
    width: 80px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 3px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.side-nav .collapse-boxes .inner-box .coll-list .lower-list-line .form-control:focus {
    box-shadow: none;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
    flex-direction: column;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .img-box {
    text-align: left;
    padding: 0 10px 0 0;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .img-box img {
    width: 105px;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .inner-list {}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .inner-list li {
    position: relative;
    padding: 5px 0 0px 0px !important;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .engine-part i {
    padding-left: 15px;
}

.side-nav .collapse-boxes .inner-box .coll-list .engine-list li .inner-list li a {
    font-size: 13px;
}

.side-nav .collapse-boxes .inner-box .coll-list .acces-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-nav .collapse-boxes .inner-box .coll-list .acces-list li {
    width: 24%;
}

.side-nav .collapse-boxes .inner-box .coll-list .load-btn {
    text-align: center;
    margin-top: 10px;
}

.side-nav .collapse-boxes .inner-box .coll-list .load-btn a {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 25px;
    transition: 0.5s;
}

.side-nav .collapse-boxes .inner-box .coll-list .load-btn a:hover {
    background-color: transparent;
    color: #000;
}

.side-nav .prize-box a:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.sec-frame .product-box iframe {
    width: 100%;
    height: 100vh;
}

.btn-menu {
    background-color: #8D8D8D;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    font-size: 21px;
    display: none;
    transition: 0.5s;
}

.btn-menu-slide {
    margin-left: 60%;
    transition: 1s;
}

.side-function-list ul {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.side-function-list ul li {
    margin: 12px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 0.5s;
}

.side-function-list ul li .list-box {
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background: #8D8D8D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    transition: 0.5s;
    cursor: pointer;
}

.side-function-list ul li a {
    color: #000;
}

.side-function-list ul li span {
    height: 45px;
    padding: 12px 7px 0;
    background-color: #fff;
    font-size: 14px;
    transition: 0.5s;
    cursor: pointer;
}

.side-icon-img {
    width: 32px;
}

.toggle {
    display: none;
}

.toggle-2 {
    display: none;
}

.toggle-3 {
    display: none;
}

.toggle-4 {
    display: none;
}

.toggle-5 {
    display: none;
}

.toggle-6 {
    display: none;
}

.toggle-show {
    display: block;
}

.t-door {
    position: relative !important;
    opacity: 0.4 !important;
    z-index: -1 !important;
}

.highline-hide {
    display: none !important;
}

.highline-show {
    display: block !important;
}

.window-hide {
    display: none !important;
}

.window-show {
    display: block !important;
}

.soomer-hide {
    display: none !important;
}

.soomer-show {
    display: block !important;
}

.highdrop-hide {
    display: none !important;
}

.highdrop-show {
    display: block !important;
}

.soomer-inner-hide {
    display: none !important;
}

.soomer-inner-show {
    display: block !important;
}

.finish-hide {
    display: none;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 190px;
    color: white;
    font-size: 12px !important;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -100px;
    left: -70px;
    bottom: 0;
    height: 200px;
}

.hover-text {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}


/* order-modal */

.order-modal .modal-content {
    background-color: #8D8D8D;
}

.order-modal .modal-content .modal-header {
    border-bottom: 1px solid #000;
}

.order-modal .modal-content h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.order-modal .modal-content .modal-input {
    margin: 3px 0;
}

.order-modal .modal-content .modal-input label {
    color: #000;
    font-weight: 500;
    padding-bottom: 5px;
}

.order-modal .modal-content .modal-input .o-input {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    padding: 8px 0 8px 9px;
    border-radius: 0;
}

.order-modal .modal-content .modal-input .o-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3f3f3f;
}

.order-modal .modal-content .modal-input .o-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #3f3f3f;
}

.order-modal .modal-content .modal-input .o-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #3f3f3f;
}

.order-modal .modal-content .modal-input .o-input:-moz-placeholder {
    /* Firefox 18- */
    color: #3f3f3f;
}

.order-modal .modal-content .modal-input.modal-radio-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}

.order-modal .modal-content .modal-input.modal-radio-btn .form-check-input {
    float: left !important;
    margin: 0 4px !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    position: relative;
}

.order-modal .modal-content .modal-input.modal-radio-btn .form-check {
    padding: 0 7px 0 0;
}

.order-modal .modal-content .modal-footer {
    border-top: 1px solid #000;
}

.order-modal .modal-content .modal-footer .btn-modal {
    background-color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.product-box {
    font-size: 0px;
}

.info-custom-modal {
    padding: 15px 10px;
    z-index: 99999999;
}

.info-custom-modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.info-custom-modal .info-title {
    text-align: center;
}

.info-custom-modal .info-title h4 {
    font-family: 'JT Marnie';
    font-size: 36px;
    font-weight: 500;
    color: #8D8D8D;
    padding-bottom: 30px;
}

.info-custom-modal .text-box {
    text-align: center;
}

.info-custom-modal .text-box h6 {
    font-family: 'JT Marnie';
    font-size: 22px;
    font-weight: 400;
    color: #8D8D8D;
    padding-bottom: 10px;
}

.info-custom-modal .text-box .para {
    font-family: 'JT Marnie';
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 20px 0;
}

.info-custom-modal .text-box .para-2 {
    font-family: 'JT Marnie';
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 20px 0;
}

.info-custom-modal .text-box .para-3 {
    font-family: 'JT Marnie';
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.info-custom-modal .text-box .list-2 {
    font-family: 'JT Marnie';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto !important;
}

.info-custom-modal .text-box .list-2 li {
    text-align: center;
    padding: 3px 0;
    font-weight: 500;
}

.info-custom-modal .text-box ul {
    padding: 0 70px !important;
    list-style: disc !important;
}

.info-custom-modal .text-box ul li {
    padding: 10px 0;
    font-family: 'JT Marnie';
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.info-custom-modal .lower-box {
    margin: 50px 0;
}

.info-custom-modal .lower-box .content-box {
    padding: 15px 10px;
    background-color: #8D8D8D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-custom-modal .lower-box .content-box h6 {
    font-family: 'JT Marnie';
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.info-custom-modal .lower-box .content-box .para {
    font-family: 'JT Marnie';
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.info-custom-modal .lower-box .img-box {
    text-align: center;
}

.info-custom-modal .lower-box .img-box img {
    width: 100%;
}

.info-custom-modal .lower-box .content-box-2 {
    padding: 15px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-custom-modal .lower-box .content-box-2 h6 {
    font-family: 'JT Marnie';
    font-size: 28px;
    font-weight: 400;
    color: #8D8D8D;
}

.info-custom-modal .lower-box .img-box-2 {
    text-align: center;
}

.info-custom-modal .high-img {
    width: 430px;
    margin: 20px 0;
}

.side-nav-main-wrap {
    position: relative;
}


/* 
   font-family: 'JT Marnie';
*/


/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1800px) and (max-width: 1920px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 0;
    }
    .web-link {
        padding: 6px 18px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .web-link {
        padding: 6px 18px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
    .web-link {
        padding: 6px 18px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 0;
    }
    .web-link {
        padding: 6px 18px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
        width: 120px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
        width: 35px;
        height: 35px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        width: 20%;
        top: 0;
    }
    .side-nav .collapse-boxes .inner-box .link-list {
        font-size: 15px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li a {
        font-size: 14px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
        width: 100px;
        padding: 4px 7px;
        font-weight: 400;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input-2 {
        width: 70px;
        padding: 4px 7px;
        font-weight: 400;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
        width: 30px;
        height: 30px;
    }
    .side-nav .img-box h5 {
        font-size: 13px;
    }
    .web-link {
        padding: 6px 18px;
        font-size: 13px;
    }
    .side-icon-img {
        width: 27px;
    }
    .bottom-bar h6 {
        font-size: 12px;
        padding: 8px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .btn-menu-slide {
        margin-left: 29.5%;
    }
    .btn-menu {
        display: block;
        color: #fff;
        top: 65px;
        z-index: 99999;
    }
    .btn-menu:hover {
        color: #fff;
    }
    .side-nav {
        width: 29.5%;
        left: -29%;
        transition: 1s;
    }
    .side-show {
        left: 0;
    }
    .side-show .btn-menu {
        transform: rotate(90deg);
    }
    .side-nav .img-box img {
        width: 126px;
    }
    .side-nav .img-box h5 {
        margin-top: 3px !important;
        font-size: 16px;
    }
    .side-nav .collapse-boxes .inner-box .link-list {
        font-size: 14px;
        margin: 7px 0 0;
    }
    .side-nav .collapse-boxes .inner-box .link-list span {
        font-size: 14px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li {
        padding: 0px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li a {
        font-size: 13px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color {
        padding: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
        width: 100px;
        padding: 3px 9px;
        font-size: 11px;
        margin: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input-2 {
        width: 90px;
        padding: 3px 8px;
        font-size: 12px;
    }
    .upper-box .contact-detail-list li {
        padding: 0px 6px 3px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 13px;
    }
    .tab-btn .card-box .logo-box img {
        width: 140px;
    }
    .tab-btn .card-box .sec-box {
        padding: 17px;
        margin-bottom: 10px;
    }
    .tab-btn .card-box .sec-box img {
        width: 80px;
    }
    .tab-btn .card-box .sec-box h5 {
        padding: 7px 0;
        font-size: 17px;
    }
    .tab-btn .card-box .sec-box .box-btn {
        padding: 7px 20px;
        font-size: 13px;
        border-radius: 7px;
    }
    .web-link {
        padding: 5px 19px;
        font-size: 13px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 12px;
        line-height: 14px;
    }
    .rates-box {
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        padding: 4px 0 0 18px;
        text-align: left;
    }
    .side-icon-img {
        width: 24px;
    }
    .bottom-bar h6 {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        background: #00000091;
        padding: 10px 11px;
        border-radius: 10px;
    }
    .side-nav .collapse-boxes {
        max-height: 68vh;
        height: auto;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .btn-menu {
        display: block;
        color: #fff;
        top: 67px;
        z-index: 999999;
    }
    .btn-menu-slide {
        margin-left: 40%;
    }
    .btn-menu:hover {
        color: #fff;
    }
    .side-nav {
        width: 40%;
        left: -39%;
        transition: 1s;
    }
    .side-show {
        left: 0;
    }
    .side-show .btn-menu {
        transform: rotate(90deg);
    }
    .side-nav .img-box img {
        width: 110px;
    }
    .side-nav .img-box h5 {
        margin-top: 3px !important;
        font-size: 15px;
    }
    .side-nav .collapse-boxes .inner-box .link-list {
        font-size: 14px;
        margin: 7px 0 0;
    }
    .side-nav .collapse-boxes .inner-box .link-list span {
        font-size: 14px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li {
        padding: 0px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li a {
        font-size: 13px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color {
        padding: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
        width: 100px;
        padding: 3px 9px;
        font-size: 11px;
        margin: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input-2 {
        width: 90px;
        padding: 3px 8px;
        font-size: 12px;
    }
    .upper-box .contact-detail-list li {
        padding: 0px 6px 3px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 13px;
    }
    .tab-btn .card-box .logo-box img {
        width: 140px;
    }
    .tab-btn .card-box .sec-box {
        padding: 17px;
        margin-bottom: 10px;
    }
    .tab-btn .card-box .sec-box img {
        width: 80px;
    }
    .tab-btn .card-box .sec-box h5 {
        padding: 7px 0;
        font-size: 17px;
    }
    .tab-btn .card-box .sec-box .box-btn {
        padding: 7px 20px;
        font-size: 13px;
        border-radius: 7px;
    }
    .prize-box a {
        padding: 5px 12px;
        font-size: 12px;
    }
    .side-nav .img-box {
        margin: 0px 30px 15px;
    }
    .side-nav .img-box {
        margin: 0px 30px 15px;
    }
    .web-link {
        padding: 4px 16px;
        font-size: 13px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 11px;
        line-height: 14px;
    }
    .rates-box {
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        padding: 1px 0 0 18px;
        text-align: left;
    }
    .rates-box span {
        font-size: 10px;
    }
    .side-icon-img {
        width: 24px;
    }
    .bottom-bar h6 {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        background: #00000091;
        padding: 10px 11px;
        border-radius: 10px;
    }
    .side-nav .collapse-boxes {
        max-height: 70vh;
        height: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .upper-box {
        height: unset;
    }
    .side-nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .lang-btn .flags {
        width: 40px;
    }
    .rates-box h6 {
        font-size: 15px;
        padding-top: 0px;
        margin-top: -5px;
    }
    .rates-box span {
        font-size: 10px;
    }
    .btn-menu {
        display: block;
        color: #fff;
        top: 60px;
        left: unset;
    }
    .btn-menu:hover {
        color: #fff;
    }
    .side-nav {
        width: 60%;
        left: -59%;
        transition: 1s;
    }
    .side-show {
        left: 0;
    }
    .side-show .btn-menu {
        transform: rotate(90deg);
    }
    .side-nav .img-box img {
        width: 110px;
    }
    .side-nav .img-box h5 {
        margin-top: 3px !important;
        font-size: 12px;
    }
    .side-nav .collapse-boxes .inner-box .link-list {
        font-size: 14px;
        margin: 7px 0 0;
    }
    .side-nav .collapse-boxes .inner-box .link-list span {
        font-size: 14px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li {
        padding: 0px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list ul li a {
        font-size: 13px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color {
        padding: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .circle-color .cir-c {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-1 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-2 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-3 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-4 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-5 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-6 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-7 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-8 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-9 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .color-list li a .color-10 {
        width: 30px;
        height: 30px;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input {
        width: 100px;
        padding: 3px 9px;
        font-size: 11px;
        margin: 3px 0;
    }
    .side-nav .collapse-boxes .inner-box .coll-list .input-list .m-input-2 {
        width: 90px;
        padding: 3px 8px;
        font-size: 12px;
    }
    .label-link {
        font-size: 14px;
    }
    .upper-box .contact-detail-list li {
        padding: 0px 3px 3px;
        line-height: 15px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 13px;
    }
    .tab-btn .card-box .logo-box img {
        width: 120px;
    }
    .tab-btn .card-box .sec-box {
        padding: 14px;
        margin-bottom: 10px;
    }
    .tab-btn .card-box .sec-box img {
        width: 70px;
    }
    .tab-btn .card-box .sec-box h5 {
        padding: 5px 0;
        font-size: 16px;
    }
    .tab-btn .card-box .sec-box .box-btn {
        padding: 7px 20px;
        font-size: 13px;
        border-radius: 7px;
    }
    .prize-box a {
        padding: 4px 8px;
        font-size: 12px;
    }
    .side-nav .img-box {
        margin: 0px 30px 15px;
    }
    .web-link {
        padding: 4px 16px;
        font-size: 13px;
    }
    .upper-box .contact-detail-list li a {
        font-size: 10px;
        line-height: 14px;
    }
    .rates-box {
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        padding: 12px 0 0 10px;
        text-align: left;
    }
    .side-icon-img {
        width: 24px;
    }
    .bottom-bar h6 {
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        background: #00000091;
        padding: 7px 6px;
        border-radius: 10px;
    }
    .info-custom-modal .info-title h4 {
        font-size: 24px;
    }
    .info-custom-modal .lower-box .content-box-2 {
        padding: 15px 10px;
    }
    .info-custom-modal .lower-box .content-box-2 h6 {
        font-size: 20px;
    }
    .info-custom-modal .text-box .para {
        font-size: 16px;
        padding: 10px 0;
    }
    .info-custom-modal .lower-box .content-box .para {
        font-size: 15px;
    }
    .side-nav .collapse-boxes {
        max-height: 70vh;
        height: auto;
    }
}