@font-face {
    font-family: "Mona-Sans";
    src: url(../fonts/Mona-Sans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mona-Sans";
    src: url(../fonts/Mona-Sans-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mona-Sans";
    src: url(../fonts/Mona-Sans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mona-Sans";
    src: url(../fonts/Mona-Sans-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mona-Sans";
    src: url(../fonts/Mona-Sans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
span,
strong {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Mona-Sans";
    font-weight: 400;
    color: #666;
}
body,
p,
span {
    font-size: 16px;
    line-height: 30px;
    color: #1d1e3f;
    font-weight: 300;
}
body {
    overflow: hidden;
    overflow-y: auto;
}
body.active {
    overflow: hidden;
}
a,
.btn,
button {
    text-decoration: none;
    outline: none;
}
small {
    font-size: 100%;
}
strong {
    font-weight: 400;
}
.scrollBarHide::-webkit-scrollbar {
    display: none;
}
.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 1170px;
    display: block;
    position: relative;
    z-index: 1;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.formBox {
    margin-top: 35px;
    border-radius: 50px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
.formBox h2 {
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    color: #fdc807;
}
.formBox form {
    padding: 20px;
    display: block;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    padding: 6px 15px;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #1b1e27;
    background: #fff;
    border-radius: 50px;
    outline: none;
    font-family: "Mona-Sans";
    border: 0;
}
textarea.form-control {
    padding: 15px;
    min-height: 100px;
}
.btn {
    padding: 12px 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 50px;
    transition: 0.5s;
    white-space: nowrap;
}
.btn-primary {
    background: #ed763b;
    color: #fff;
    border: #ed763b solid 1px;
    transition: 0.5s;
}
.btn-primary:hover {
    background: #ed763b;
    color: #fff;
    transition: 0.5s;
}
.btn-secondary {
    background: #fff;
    font-size: 12px;
    color: #ed763b;
    font-weight: 500;
    border: #ed763b solid 1px;
    transition: 0.5s;
}
.btn-secondary:hover {
    background: #ed763b;
    border: #ed763b solid 1px;
    color: #fff;
    transition: 0.5s;
}
.btn-blue {
    padding: 12px 50px;
    background: #1d1e3f;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border: #1d1e3f solid 1px;
    transition: 0.5s;
}
.btn-blue:hover {
    background: #fff;
    border: #1d1e3f solid 1px;
    color: #1d1e3f;
    transition: 0.5s;
}
h1,
h2,
h3 {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
}
.slider__controls {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background: #1d1e3f;
}
.formOtpGroup {
    display: flex;
    gap: 10px;
}
.formOtpGroup input {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: #e1e1e1 solid 1px;
    text-align: center;
}
.changePhoneNumberBtnLink {
    font-size: 12px;
    cursor: pointer;
    color: #1d1e3f;
    font-weight: 700;
    text-decoration: underline;
}
header {
    padding: 20px 0;
    display: block;
    position: relative;
    z-index: 2;
    overflow: initial;
}
header.active {
    overflow: initial;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logoBox {
    display: block;
}
header .logoBox img {
    float: left;
}
#nav-toggle {
    display: none;
}
nav {
    display: flex;
    position: relative;
    align-items: center;
    box-shadow: 0 0 1px 0 #ffffff4d;
    z-index: 5;
}
nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul {
    margin-left: -15px;
    display: block;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul li a {
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    line-height: 55px;
    transition: 0.5s;
    display: block;
}
nav ul li:hover a {
    color: #ed763b;
    transition: 0.5s;
}
nav .btn {
    padding: 10px 55px;
    margin-left: 15px;
    display: inline-flex;
    background: #ed763b;
    border: #ed763b solid 1px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
nav .btn:hover {
    background: #00b4ea;
    border: #00b4ea solid 1px;
}
nav ul li.dropdown {
    position: relative;
}
nav ul li.dropdown span {
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    line-height: 55px;
    color: #333;
    font-weight: normal;
}
nav ul li.dropdown span em {
    color: #333;
    font-size: 10px;
    font-weight: bold;
}
nav ul li.dropdown ul {
    padding-bottom: 10px;
    position: absolute;
    top: 55px;
    right: 15px;
    background: #1b1e27;
    box-shadow: 0 0 1px 0 #ffffff4d;
    width: 200px;
    border-radius: 0 0 10px 10px;
    display: none;
}
nav ul li.dropdown ul li {
    display: block;
    border-top: #f1f1f112 solid 1px;
}
nav ul li.dropdown ul li a {
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    transition: 0.5s;
}
nav ul li.dropdown ul li a:hover {
    color: #ed763b;
    transition: 0.5s;
}
nav ul li.dropdown:hover ul {
    display: block;
}
nav ul li.dropdown:hover span {
    color: #ed763b;
}
nav ul li.dropdown:hover span em {
    color: #ed763b;
}
.headingBox {
    display: block;
    position: relative;
}
.headingBox span {
    padding-bottom: 15px;
    font-size: 16px;
    color: #666;
    display: block;
}
.headingBox h2 {
    font-size: 35px;
    color: #1b1e27;
    line-height: 35px;
}
.headingBox h2 strong {
    color: #ed763b;
    font-weight: 700;
}
.breadcrumbs {
    padding: 6px 0 0;
    margin-bottom: 15px;
    display: block;
}
.breadcrumbs ul {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.breadcrumbs li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.breadcrumbs li a {
    padding-right: 15px;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.breadcrumbs li a::before {
    content: "/";
    position: absolute;
    top: -2px;
    right: 2px;
    font-size: 14px;
    color: #f1f1f1;
}
.breadcrumbs li a:hover {
    color: #f1f1f1;
}
footer {
    padding: 80px 0 50px;
    display: block;
    background: #4a4b65;
    overflow: hidden;
}
footer .logoBox {
    padding-bottom: 15px;
}
footer .contentBox {
    display: flex;
    gap: 15px;
}
footer .col {
    width: 33.3%;
}
footer .col strong {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    display: block;
    font-weight: 600;
}
footer .col p {
    font-size: normal;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
footer .col ul {
    display: block;
}
footer .col ul li {
    display: block;
}
footer .col ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
footer .col ul li span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
footer .col ul li a:hover {
    text-decoration: underline;
}
.bottomFooter {
    padding: 50px 0;
    display: block;
    background: #303043;
    overflow: hidden;
}
.bottomFooter .contentBox {
    display: flex;
    gap: 115px;
}
.bottomFooter .item {
    width: 32%;
}
.bottomFooter .item:first-child {
    width: calc(68% - 115px);
}
.bottomFooter .item strong {
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    display: block;
    font-weight: 300;
}
.bottomFooter .item p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
.overLay {
    background: #000000e0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.overLay.active {
    display: flex;
}
.overLay .popupBox {
    padding: 30px;
    width: 100%;
    max-width: 420px;
    background: #fafafa;
    position: relative;
    border-radius: 15px;
    min-height: 400px;
}
.overLay .popupBox .closeBtn {
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overLay .popupBox .headingBox {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.overLay .popupBox .btn {
    padding: 10px 30px;
    width: 150px;
}
.overLay .popupBox p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
}
.overLay .popupBox p a {
    color: #1d1e3f;
    font-weight: 700;
    text-decoration: underline;
}
.overLay .popupBox p a:hover {
    text-decoration: none;
}
.overLay .popupBox .separationLine {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overLay .popupBox .separationLine:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d1d2d7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overLay .popupBox .separationLine span {
    padding: 0 5px;
    background: #fafafa;
    position: relative;
    font-size: 14px;
    color: #1d1e3f;
}
@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    #nav-toggle {
        padding: 16px 10px 2px;
        margin: 0;
        cursor: pointer;
        width: 42px;
        height: 38px;
        display: block;
        border: #1b1e27 solid 1px;
        border-radius: 5px;
        transition: 0.5s;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        content: "";
        cursor: pointer;
        height: 2px;
        width: 20px;
        background: #1b1e27;
        position: absolute;
        display: block;
        border-radius: 3px;
        transition: 0.5s;
    }
    #nav-toggle span:before {
        top: -7px;
    }
    #nav-toggle span:after {
        bottom: -7px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        transition: all 200ms ease-in-out;
    }
    #nav-toggle.active span {
        background-color: transparent !important;
        transition: 0.5s;
    }
    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
        transition: 0.5s;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    nav {
        position: absolute;
        top: 60px;
        right: -1000px;
        background: #1c1e27f0;
        height: 100vh;
        width: 300px;
        transition: 0.3s;
        flex-direction: column;
        align-items: center;
    }
    nav.active {
        right: 0;
        transition: 0.3s;
    }
    nav .container {
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100vh;
        max-width: 360px;
        background: #1c1e27;
    }
    nav ul {
        margin: 0;
        display: block;
        width: 100%;
    }
    nav ul li {
        display: block;
        border-bottom: #f1f1f12e solid 1px;
    }
    nav ul li:first-child {
        border-top: #f1f1f12e solid 1px;
    }
    nav ul li a {
        display: block;
        line-height: 50px;
        color: #fff;
    }
    nav .btn {
        padding: 0 15px;
        margin: 15px;
        border: 0;
        line-height: 50px;
        display: block;
        border-bottom: #f1f1f12e solid 1px;
        width: calc(100% - 30px);
        text-align: center;
    }
    nav ul li.dropdown span {
        width: 100%;
        color: #fff;
        justify-content: space-between;
    }
    nav ul li.dropdown span em {
        height: 100%;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        color: #fff;
    }
    nav ul li.dropdown ul {
        padding: 0;
        display: none;
        position: initial;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    nav ul li.dropdown ul li {
        border: 0;
    }
    nav ul li.dropdown ul li a {
        padding-left: 35px;
    }
    nav ul li.dropdown:hover ul {
        display: none;
    }
    nav ul li.dropdown.active ul {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .bottomFooter .contentBox {
        gap: 50px;
        flex-direction: column;
    }
    .bottomFooter .item {
        width: 100% !important;
    }
    .bottomFooter .item strong {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 540px) {
    nav {
        width: 100%;
    }
    footer {
        padding: 45px 0;
    }
    footer .contentBox {
        flex-direction: column;
    }
    footer .col {
        width: 100%;
    }
    footer .col strong {
        margin-bottom: 10px;
    }
    footer br + br {
        display: none;
    }
}
