/* ---- Generelized css rules ---- */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #425577;
    color: #ffffff;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
a:focus {
    color: #101622;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

button:focus,
button:active,
button:hover {
    box-shadow: none;
    outline: none;
}

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

.p-none {
    padding: 0 !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.f-bold {
    font-weight: bold;
}

.yellow-color-text {
    color: #d9b98d;
}

.fs-14 {
    font-size: 14px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d9b98d;
    padding: 3px 10px;
    color: #101622 !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    background: linear-gradient(to left, #d9b98d 50%, #101622 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    position: relative;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-position: left bottom !important;
    color: #d9b98d !important;
}

.title {
    color: #d9b98d;
    font-size: 30px;
    font-weight: bolder;
}

a.title {
    color: #d9b98d;
    font-size: 30px;
    font-weight: bolder;
}

a.title:hover,
a.title:focus,
a.title:active {
    color: #d9b98d;
}

.gray-font {
    color: rgba(255, 255, 255, 0.55);
}

.dark-gray-font {
    color: rgba(255, 255, 255, 0.5);
}

.darke-1-gray-font {
    color: rgba(255, 255, 255, 0.65);
}

.white-font {
    color: #fff !important;
}

.black-font {
    color: #101622;
}

.light-black-font {
    color: #101622 !important;
}

.fw-500 {
    font-weight: 500;
}

.mt-10 {
    margin-top: 10px;
}

.fs-12 {
    font-size: 12px;
}

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

.fs-16 {
    font-size: 16px;
}

.main-title-box {
    position: relative;
}

.line {
    position: absolute;
    width: 180px;
    height: 4px;
    background-color: #101622;
    content: '';
    left: 50%;
    top: 100%;
    margin-left: -89px;
    margin-top: 8px;
}

.ipad-dis-none {
    display: none;
}

.landscape-ipad-none {
    display: none;
}

header {
    background: #101622;
}

.Toggle-data {
    display: none !important;
}

.serch-icon a i {
    font-size: 25px;
}

.serch-input-close {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 16px;
}

.logo-img {
    width: 125px;
}

.footerlogo{
    text-align: right;
}
.footerlogo>img{
    width: 150px;height: auto;
}
.footerAddress{
    text-align: right;
    color: #e4e2e2;
    font-size: 14px;
}

.navbar {
    padding: 0px;
}

.input-group-text {
    background: #425577;
    border: none;
    font-size: 25px;
    max-width: 40px;
}

.checkbox-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-input label {
    position: relative;
    cursor: pointer;
}

.checkbox-input label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d9b98d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
}

.checkbox-input input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #d9b98d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

::-webkit-input-placeholder {
    /* Edge */

    color: #c7c3c3 !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #c7c3c3 !important;
    font-size: 12px;
}

::placeholder {
    color: #c7c3c3 !important;
    font-size: 12px;
}

.navbar-collapse {
    display: none !important;
}

/*footer sec*/
.footer-main {
    background: #101622;
    padding-top: 40px;
    color: #fff;
    padding-bottom: 40px;
}

/*.footer-main.home-footer {*/
/*    margin-top: -150px;*/
/*    padding-top: 165px;*/
/*}*/

.social-login-btn{
    background-color: #fff;
    color:#000 !important;
    display: flex;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    justify-content: start;
    padding-left: 25%;
}

.social-login-btn span svg{
    width:25px;
}

.custom-max-width-69per{
   max-width: 69% !important;
}

@media only screen and (max-width: 766px) {
    .cmn-box {
        max-width: 100% !important;
    }
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-main a {
    color: #e4e2e2;
    display: block;
    margin-bottom: 5px;
}

.footer-main a:hover,
.footer-main a:focus,
.footer-main a:active {
    color: #fff;
    font-weight: 500;
}

.footer-title-2 {
    margin-top: 20px;
}

.google-play-img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.footer-copyright-sec {
    background: #d9b98d;
    padding: 10px 0px;
}

.footer-copyright-sec p {
    font-weight: 500;
    color: #101622;
    font-size: 14px;
}

.show-menu {
    width: auto;
    width: 250px;
    background-color: #d9b98d;
    position: absolute;
    z-index: 999999;
    right: 0;
    left: 0;
    position: fixed;
    transition: all .5s ease-in-out;
    margin-left: 100%;
}

.show {
    margin-left: auto;
    transition: all .5s ease-in-out;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu-link a {
    color: #101622;
}

.menu-link a:hover,
.menu-link a:focus,
.menu-link a:active {
    color: #101622;
    font-weight: 500;
}

.stop-scrolling {
    overflow: hidden;
}

.yellow-bg {
    background: #d9b98d;
}

.breadcrumbs-wrapper {
    padding: 10px 0px;
    font-size: 14px;
}

.breadcrumbs-wrapper a {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
}

.breadcrumbs-wrapper a:after {
    position: absolute;
    top: 3px;
    right: -10px;
    height: 14px;
    width: 1px;
    background: #fff;
    content: '';
}

.breadcrumbs-wrapper a:last-child:after {
    display: none;
}

.breadcrumbs-wrapper a.active {
    color: #d9b98d;
}

.breadcrumbs-wrapper a.active:hover,
.breadcrumbs-wrapper a.active:focus,
.breadcrumbs-wrapper a.active:active {
    color: #d9b98d;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #d9b98d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sec-cmn-space {
    padding: 50px 0px;
}

.ls-0 {
    letter-spacing: 0px;
}

.box-size-none {
    box-sizing: content-box;
}

.semi-bold {
    font-weight: 600;
}

/*.stop-scrolling-body{overflow: hidden;}*/
