@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'promptregular';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'), url('../fonts/prompt-regular-webfont.woff') format('woff'), url('../fonts/prompt-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'promptregular';
}

* {
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
}


/* header {
    background-color: #f18020;
    padding: 8px 0 8px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
} */

div#collapsibleNavbar ul li .nav-link {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    padding: 0;
}

div#collapsibleNavbar ul li {
    padding: 0px 25px;
}

section.slider {
    background-image: url(../images/slider-bg.png);
    padding: 120px 0 120px 0;
    position: relative;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.slider h2 {
    font-size: 65px;
    color: #fff;
    font-weight: 100;
    line-height: 75px;
}

section.slider p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 34px;
    margin-bottom: 40px;
    font-weight: 300;
}

.Mobile_1 {
    position: relative;
}

.Mobile_1:before {
    content: "";
    position: absolute;
    height: 65px;
    width: 268px;
    background-image: url(../images/shadow.png);
    bottom: -63px;
    left: 0;
    right: 0;
    margin: auto;
}

section.slider:before {
    content: "";
    position: absolute;
    background-image: url(../images/slider-design.png);
    bottom: -2px;
    border: 0px solid red;
    width: 100%;
    height: 236px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

h2.heading {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    color: #040404;
}

p.heading-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.margin-top-40 {
    display: block;
    margin-top: 40px;
    width: 100%;
}

.second_section h3 {
    font-size: 24px;
    color: #040404;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 35px;
}

.second_section p {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    line-height: 26px;
}

.second_box {
    padding: 40px 15px;
    display: block;
    width: 100%;
    transition: 0.5s;
    border-radius: 18px;
}

.second_box:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

section.second_section {
    padding-bottom: 115px;
}

button.btn.btn-primary {
    background-color: #f1801f;
    border-color: #f1801f;
    font-size: 21px;
    font-weight: 300;
    border-radius: 50px;
    padding: 0px 38px;
    height: 60px;
}

button.btn.btn-primary.bg-white:hover {
    background-color: #f1801f !important;
    color: #fff !important;
    border-color: #f1801f !important;
}

button.btn.btn-primary.bg-white,
button.btn.btn-primary:hover {
    background-color: #fff;
    color: #f1801f;
    border-color: #f1801f;
}

section.clean_interface p {
    font-size: 16px;
    color: #515151;
    line-height: 26px;
    font-weight: 400;
    margin-top: 31px;
    margin-bottom: 50px;
}

.mobile_circle {
    height: 360px;
    width: 360px;
    background-color: #f1801f;
    border-radius: 50%;
    border: 100px solid #f8bf8f;
    box-sizing: content-box;
    text-align: center;
    position: relative;
    float: right;
}

.mobile_circle img {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
}

.align-item-center {
    align-items: center;
}

section.clean_interface {
    padding-bottom: 105px;
}

.mobile-cover {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 10px auto 0px;
    z-index: 999;
    text-align: center;
    width: 261px;
}


/*
section.screenshot .owl-item.active.center .item {
    overflow: hidden;
    border-radius: 20px;
    height: 488px;
    width: 227px;
    margin-left: -14px;
    margin-top: 0px;
}

section.screenshot .owl-item.active.center .item img {
    transform: scale(1.1);
     transition: 0.5s;
}*/

section.screenshot .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 25px;
}

section.screenshot p.heading-paragraph {
    margin-bottom: 60px;
}

section.screenshot .owl-dots button {
    height: 20px;
    width: 20px;
    background-color: #fbd0aa !important;
    display: inline-block;
    border: 0px solid red !important;
    border-radius: 100px;
    margin: 4px;
}

section.screenshot .owl-dots button.active {
    background-color: #f1801f !important;
}

section.screenshot .owl-dots {
    text-align: center;
    margin-top: 100px;
}

section.screenshot {
    padding-bottom: 100px;
}

section.testmonials {
    background-color: #f3f3f3;
    padding-top: 90px;
    padding-bottom: 90px;
}

section.testmonials .owl-carousel .owl-item img.quotes_png {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    transform: translateY(100px);
}

section.testmonials .owl-carousel .owl-item img.quotes_2 {
    height: 80px;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.testmonials .owl-carousel span.profile_pic {
    display: block;
    height: 70px;
    width: 70px;
    border: 0px solid red;
    border-radius: 70px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 25px;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
}

section.testmonials .owl-carousel span.Name {
    font-size: 21px;
    color: #222222;
    font-weight: 400;
    display: block;
    text-align: left;
    /* clear: left; */
}

section.testmonials h2.heading {
    margin-bottom: 50px;
}

section.testmonials .owl-carousel p {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    margin-top: 7px;
    height: 120px;
    display: block;
    text-align: left;
    overflow: hidden;
}

#slider2 .item {
    position: relative;
    padding-bottom: 90px;
    background-color: #fff;
    box-shadow: 0px 3px 6.51px 0.49px rgba(0, 0, 0, 0.26);
    padding: 20px 20px 95px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

#slider2 .owl-item {
    padding: 13px;
}

#slider2 .owl-item:hover .item {
    background-color: #f1801f;
}

#slider2 .owl-item:hover .item span.Name,
#slider2 .owl-item:hover .item p {
    color: #fff;
}

#slider2 .owl-item:hover img.quotes_2 {
    display: none;
}

#slider2 .owl-item:hover .quotes_png {
    transform: translateY(0px);
    transition: 0.5s;
}

.footer-box {
    background-image: url(../images/footer-bg.png);
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
}

.footer-box h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.footer-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 27px;
}

footer {
    background-color: #f3f3f3;
    background-image: url(../images/footer-design.png);
    padding-bottom: 105px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0px 7px;
}

section.foter_bottom {
    background-color: #f18020;
    border-bottom: 3px solid #FFF;
    padding-bottom: 45px;
}

section.foter_bottom2 {
    background-color: #f18020;
    text-align: center;
    padding: 21px 0;
    color: #fff;
}

section.foter_bottom2 p {
    margin-bottom: 0px;
}

div#collapsibleNavbar ul li .nav-link:hover {
    transform: translate(0px, -3px);
    opacity: 0.8;
}

section.slider img,
.second_box img,
.footer-bottom ul li img,
.mobile_circle img {
    transition: 0.5s;
}

section.slider img:hover,
.footer-bottom ul li img:hover {
    transform: translate(0px, -3px);
}

.second_box:hover img {
    transform: scale(1.1);
}

.owl-carousel#slider2 .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 80px;
}

.mobile_circle:hover img {
    transform: scale(0.9);
}

.header {
    background: url(../images/tools.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 0px 46px 0px 30px;
}

.btn-log {
    width: 147px;
    padding: 11px;
    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    margin-left: 31px;
    background: #1A2B56;
    border-radius: 13px;
    border: none;
}

.btn-log:hover {
    background-color: #05226c;
}

.lock ul li a:hover {
    text-decoration: none;
    font-weight: 600;
}

.lock ul li a {
    text-decoration: none;
}

.main-div {
    display: flex;
    width: 100%;
    min-width: 100%;
}

.main-div-hed {
    display: flex;
    width: 100%;
    margin-top: 44px;
    min-width: 100%;
}

.logo {
    text-align: end;
}

.logo img {
    width: 135px;
}

.tools img {
    width: 85%;
    min-width: 97%;
    margin-top: -23px;
    height: 450px;
}

.head-log-btn {
    display: flex;
}

.right-side {
    padding-left: 0px;
    padding-right: 44px;
}

.dis-p p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    /* or 125% */
    display: flex;
    align-items: center;
    margin-top: 48px;
    color: #606470;
}

.sticker {
    display: flex;
    margin-top: 35px;
}

.img-4 img {
    background: linear-gradient(99.49deg, #151515 11.75%, #323232 52.98%, #131212 87.53%, #121111 87.53%);
    box-shadow: inset 0px -4px 4px rgb(0 0 0 / 66%);
    border-radius: 11px;
    width: 160px;
    margin-right: 24px;
    cursor: pointer;
}

.img-5 img {
    background: linear-gradient(99.49deg, #151515 11.75%, #323232 52.98%, #131212 87.53%, #121111 87.53%);
    box-shadow: inset 0px -4px 4px rgb(0 0 0 / 66%);
    border-radius: 11px;
    width: 160px;
    cursor: pointer;
}

footer {
    background: #1A2B56;
    width: 100%;
    height: 78px;
}

.foot-div {
    padding: 0px 0px 0px 34px;
    display: flex;
}

.foot-icon ul {
    display: inline-flex;
    list-style: none;
    width: 150px;
    height: 76px;
    text-align: center;
    line-height: 114px;
}

.foot-icon ul li {
    padding-right: 15px;
}

.lock ul {
    display: inline-flex;
    list-style: none;
    margin-top: 36px;
    text-align: center;
    line-height: 38px;
}

.lock ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin-left: 5px;
}

.lock ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 34px;
    /* identical to box height, or 154% */
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.foot-line ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    color: #1A2B56;
}

.foot-line ul {
    display: inline-flex;
    list-style: none;
    padding: 6px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}

.title {
    background: #1A2B56;
    width: 100%;
    height: 81px;
}

.title h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    color: #FFFFFF;
    text-align: center;
}

.text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 50px 0px;
    /* or 125% */
    color: #606470;
}

.bg-img-login {
    min-height: 100vh;
    background: url("../images/Mask.png");
    width: 100%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}

.login-form {
    max-width: 100%;
    width: 100%;
    /* height: 506px; */
    /* margin-top: 36px; */
    /* margin-left: 12vw; */
    /* overflow: hidden; */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    background: #FFFFFF;
    box-shadow: 0px 26px 67px rgba(26, 43, 86, 0.21);
    border-radius: 70px;
}

.log-img img {
    /* width: 100%; */
    height: 505px;
}

.main-log {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-user-pg {
    text-align: center;
}

.logo-user-pg img {
    width: 139px;
    margin-top: 42px;
    margin-right: 48px;
}

.main-text h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 15px;
    color: #1A2B56;
    margin-right: 48px;
}

.txtb label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 6px;
    display: flex;
    align-items: center;
    color: #1A2B56;
}

.txtb {
    margin-top: 20px;
    position: relative;
}


/* div#bs-select-1 {
    overflow: hidden;
} */

.txtb input {
    background: #E6EEF8;
    border: magenta;
    border-radius: 18px;
    height: 65px;
    width: 90%;
    padding-left: 51px;
    border: 1px solid #E6EEF8;
}

.form-control-vec {
    background: url("../images/Vector.png");
    height: 10px;
    width: 20px;
    background-repeat: no-repeat;
}

.pho-aut {
    left: 11px;
    position: absolute;
    top: 45px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pho-aut img {
    width: 8px;
    position: absolute;
    left: 25px;
    cursor: pointer;
}

.txtb input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.15);
}

.senfd button {
    background: #1A2B56;
    /* Note: backdrop-filter has minimal browser support */
    border: none;
    border-radius: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 105% */
    /* display: flex;
    align-items: center;
    text-align: center; */
    padding: 10px;
    color: #FFFFFF;
    width: 105px;
}

.senfd {
    text-align: center;
    margin-top: 56px;
    margin-right: 48px;
}

.main-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    /* or 147% */
    text-align: center;
    width: 86%;
    margin: auto;
    color: #6F829A;
}

.spacing {
    padding: 27px;
}

.spacing-sec {
    padding: 0px 27px 27px 27px;
}

.form-control-otp {
    display: block;
    margin-right: 25px;
    width: 50px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    text-align: center;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #E6EEF8;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    align-items: center;
    color: #1A2B56;
}

.main-otp {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.conf p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #495057;
    margin-right: 25px;
}

.conf {
    text-align: center;
    margin-top: 22px;
}

.conf p a {
    color: #1A2B56;
    font-weight: 700;
    font-size: 15px;
}

.done button {
    background: #1A2B56;
    /* Note: backdrop-filter has minimal browser support */
    border: none;
    border-radius: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 105% */
    /* display: flex;
    align-items: center;
    text-align: center; */
    padding: 10px;
    color: #FFFFFF;
    width: 93px;
}

.done {
    text-align: center;
    margin-top: 23px;
    margin-right: 18px;
}

.logo-phone-pg {
    text-align: center;
}

.logo-phone-pg img {
    width: 139px;
    margin-top: 30px;
    margin-right: 48px;
}

.txtb select {
    background: #E6EEF8;
    border: magenta;
    border-radius: 18px;
    height: 46px;
    width: 90%;
}

select#cars {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.35);
}

.next {
    text-align: center;
    margin-top: 35px;
    margin-right: 18px;
}

.next button {
    background: #1A2B56;
    /* Note: backdrop-filter has minimal browser support */
    border: none;
    border-radius: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    color: #FFFFFF;
    width: 93px;
}


/* .select-sec select .vector {
    background: url(../images/Vector.png) !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
} */

.grid-container-2 {
    display: grid;
    gap: 50px;
    grid-template-columns: auto auto auto auto;
    background: #E6EEF8;
    border-radius: 28px;
    padding: 18px 18px 18px 18px;
}

.grid-item-2 {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

.search-div {
    position: relative;
}

.search-div img {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 17px;
}

.input-ser {
    width: 404px;
    padding-left: 38px;
    text-align: left;
    border: none;
    outline: none;
    padding-right: 16px;
}

.search-sec {
    width: 100%;
}

.sec-tab {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    width: 204px;
    color: #1A2B56;
}

.spacing-2 {
    padding: 20px 44px;
    margin-top: 20px;
}


/* .nam-bg {
    background-image: url(../images/Group-nm.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 92% 47%;
} */

.tab-name {
    width: 100%;
    min-width: 190px;
    /* padding: 0px; */
    border: none;
    -webkit-appearance: none;
    outline: none;
}

.sec-tab-img {
    /* width: 0%; */
    text-align: center;
    width: 50%;
    line-height: 36px;
}

.grid-container-2 .sec-tab-img {
    width: 50%;
}

.sec-tab-img img {
    cursor: pointer;
}

.main-cont {
    margin: auto;
    width: 100%;
}

.bg-col {
    background: #E6EEF8;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
}

.cont-pro {
    text-align: center;
}

.cont-pro img {
    padding: 14px;
}

.add-div {
    display: block;
    justify-content: space-between;
    padding: 0px 20px;
}

.grid-container {
    display: grid;
    gap: 11px;
    /* grid-template-columns: auto auto auto; */
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 10px;
}

.new-grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
    border-radius: 27px;
    font-size: 30px;
    min-height: 99px;
    text-align: center;
}

.grid-item img {
    width: 30px;
    max-height: 30px;
    margin: 8px;
}

.grid-item h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    /* or 118% */
    align-items: center;
    color: #1A2B56;
}

.star {
    width: 20px !important;
    margin: 0px 7px 6px 0px !important;
}

.rating {
    right: 28px;
    width: 67px;
    position: absolute;
    top: 29px;
}

.rating span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #1A2B56;
}

.rating img {
    padding: 4px !important;
}

.grid-item span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    align-items: center;
    color: #1A2B56;
}

.cont-name h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #1A2B56;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
}

.phone-no ul {
    list-style: none;
    display: flex;
    margin-top: 30px;
}

.phone-no ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    align-items: center;
    color: #1A2B56;
    margin-left: 12px;
}

.phone-no ul li img {
    color: #1A2B56;
}

.navigation {
    justify-content: center;
    margin: 20px 0px 41px 0px;
    width: 100%;
    display: flex;
    padding: 0px 30px 0px 20px;
}

.left-arrow {
    padding: 6px;
    background: #E6EEF8;
    border-radius: 13px;
    text-align: center;
    width: 50px;
    margin-left: 17px;
    height: 44px;
}

.left-arrow-hover:hover {
    color: white;
    background: #1A2B56;
    border-radius: 13px;
    cursor: pointer;
}

.pagination_div:hover a,
p {
    text-decoration: none !important;
}

.left-arrow-hover:hover img {
    filter: brightness(1000);
}

.text-1 {
    margin-left: 17px;
    text-align: center;
    /* line-height: 50px; */
    border-radius: 13px;
    background: #E6EEF8;
    width: 50px;
    cursor: pointer;
}

.text-1 :hover {
    color: white;
    background: #1A2B56;
    border-radius: 13px;
}

.text-1 p {
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    margin: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #1A2B56;
}

.text-1 p :hover {
    color: white;
    border-radius: 13px;
}

.search-div input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.15);
}

.btn-light:hover {
    color: white !important;
    background-color: none !important;
    border-color: none !important;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-appearance: none !important;
}

a#bs-select-1-0 {
    /* text-align: center; */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    /* align-items: center; */
    color: #1A2B56;
    justify-content: center;
}

a#bs-select-1-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    padding: 5px 0px;
}

a#bs-select-1-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    padding: 5px 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: white;
    ;
}

.btn-light:hover {
    color: #1A2B56 !important;
    background-color: white;
    border-color: none;
}

.sort-bg {
    background-image: url(../images/sort.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 92% 57%;
}

.sortup-bg {
    background-image: url(../images/sort-up.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 92% 57%;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    background-color: white !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: none;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    /* color: #212529;
    background-color: #dae0e5; */
    border-color: rgb(219 211 211) !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: none;
}


/* a#bs-select-2-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    border: 1px solid #E6EEF8;
    padding: 5px 14px;
} */

ul.dropdown-menu.inner.show li a span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    padding: 5px 14px;
}

button.btn.dropdown-toggle.btn-light {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    /* font-size: 16px; */
    line-height: 24px;
    display: flex;
    align-items: center;
    width: 236px;
    color: #1A2B58 !important;
    border-radius: 18px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

*:focus {
    box-shadow: none !important;
}

.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
}

ul.dropdown-menu.inner.show li {
    border-bottom: 1px solid #E6EEF8;
}

.dropdown-menu {
    padding: 0px !important;
}

.head-section {
    width: 100%;
    padding: 10px 33px 10px 33px;
    background: #FFFFFF !important;
    box-shadow: 0px 9px 66px rgba(26, 43, 86, 0.06);
}

.navbar-brand img {
    width: 100%;
    max-width: 100px;
    height: 75px;
}

.heading {
    margin: auto;
}

a.nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 37px;
    color: #1A2B56 !important;
}

.navbar-text {
    display: flex;
}

.navbar-text p a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding-right: 12px;
    color: #1A2B56 !important;
    border-right: 3px solid #1A2B56;
    margin: 0px;
}

.bg-mess-rate textarea::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.15);
}

.navbar-text span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-left: 9px;
    /* identical to box height */
    color: rgba(26, 43, 86, 0.35);
}

.navbar-text span:hover {
    color: #1A2B56;
}

.text-1.primary {
    background: #1A2B56;
}

.text-1.primary p {
    color: #fff !important;
}

.navbar-text a {
    text-decoration: none;
}

.main-contr-det {
    background: #E6EEF8;
    border-radius: 40px;
    width: 100%;
    height: 334px;
    padding: 30px 54px;
    margin-top: 53px;
}

.head-nam h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    /* identical to box height, or 40% */
    justify-content: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    margin-right: 53px;
    color: #1A2B56;
}

.message-sec ul {
    display: inline-flex;
    list-style: none;
}

.message-sec ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    margin-left: 26px;
    max-width: 307px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    margin-right: -4px;
}

.just-ff {
    display: flex;
    justify-content: space-between;
}

.just-ff.icon-loc {
    position: relative;
    top: -50px;
    margin-top: 0px;
}

.just-ff.fav-icons {
    margin-top: 20px;
}

.sec-phone-no {
    text-align: center;
    padding-left: 57px;
}

.sec-phone-no span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    margin-left: 2px;
    display: flex;
    align-items: center;
    color: #1A2B56;
}

.spacing-2 .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

a.link {
    text-decoration: none;
}

.head-nam {
    margin-bottom: 23px;
}

.sec {
    padding: 17px 30px 48px 30px;
}

.dis-about p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 125% */
    color: #606470;
}

.nav-pills .nav-link.active {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 91% */
    border-radius: 0px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #1A2B56;
    color: #1A2B56 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
}

.nav-pills {
    justify-content: space-between;
    padding: 4px 28px 2px 28px;
}

li.nav-item-tab a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.4) !important;
}

.pass-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #606470;
    padding: 4px 30px 82px 30px;
}

.foot-icon ul li img {
    cursor: pointer;
}

.grid-item-profe {
    line-height: 34px;
    font-size: 30px;
    min-height: 316px;
    background: #E6EEF8;
    border-radius: 40px;
    text-align: center;
    width: 100%;
    /* max-width: 75%; */
}

.grid-item-profe img {
    width: 121px;
}

.grid-container-profe {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 30px 30px 30px;
    /* margin: 31px 0; */
}

.profe-text-head {
    text-align: left;
}

.profe-text-head h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    /* or 54% */
    align-items: center;
    color: #1A2B56;
}

.profe-text-head span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    color: #1A2B56;
}

.star-profe {
    width: 31px !important;
    margin: 0px 7px 6px 0px !important;
}

.rating-profe {
    width: 96px;
    border: 2px solid #1A2B56;
    border-radius: 11px;
    line-height: 20px;
    padding: 3px 3px 10px 3px;
}

.rating-profe img {
    width: 51px;
}

.main-profe-ds {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
    padding: 57px 45px 22px 45px;
}

.rating-profe span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #1A2B56;
}

.grid-item-image img {
    line-height: 34px;
    font-size: 30px;
    height: 279px;
    text-align: center;
    width: 300px;
    object-fit: contain;
}

.grid-item-image video {
    line-height: 34px;
    font-size: 30px;
    min-height: 316px;
    background: #535f7e;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    position: relative;
}

.grid-item-image {
    text-align: center;
    position: relative;
    /* border-radius: 40px; */
    /* background: black; */
}

.grid-item-image-image {
    text-align: center;
    position: relative;
    border-radius: 40px;
    background: #535f7e;
    height: 279px;
    overflow: hidden;
    /* width: 309px; */
}

.paint-rat-main {
    background: #E6EEF8;
    border-radius: 40px;
    width: 100%;
    padding: 14px;
}

.paint-rat-main h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    /* identical to box height, or 67% */
    padding: 10px 0px;
    display: flex;
    align-items: center;
    color: #1A2B56;
}

.paint-rat-right {
    padding: 6px 9px;
    width: 100%;
}

.paint-rat-right p, .paint-rat-right pre {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding: 0 24px 0 0;
    /* or 125% */
    color: #606470;
    overflow: hidden;
    white-space: initial;
    word-break: break-all;
}

.paint-sec {
    padding: 29px;
}

.paint-rat-main {
    display: flex;
    margin-top: 32px;
}

.star-paint img {
    width: 65px;
    margin-top: 19px;
}

.star-paint span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 43px;
    /* or 49% */
    align-items: center;
    color: #1A2B56;
}

.star-paint {
    text-align: center;
    padding-right: 12px;
}

.top-rate {
    text-align: end;
}

.bg-rate {
    background: #E6EEF8;
    border-radius: 40px;
    width: 100%;
    height: 300px;
}

.exp-rat {
    text-align: center;
    margin-top: 28px;
    padding-top: 30px;
}

.exp-rat-2 {
    text-align: center;
    margin-top: 10px;
    padding-top: 30px;
}

.rating-exp {
    text-align: center;
    margin-top: 20px;
}

.rating-exp img {
    width: 38%;
}

.exp-heading h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    /* identical to box height, or 62% */
    align-items: center;
    color: #1A2B56;
}

.exp-heading {
    text-align: center;
    margin-top: 24px;
}

.rat-sec {
    padding: 10px 20px;
}

.bg-mess-rate textarea {
    background: #E6EEF8;
    border-radius: 40px;
    width: 100%;
    height: 150px;
    border: none;
    resize: none;
    padding: 20px;
}

.bg-mess-rate label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 38px;
    /* identical to box height */
    align-items: center;
    color: #1A2B56;
}

.play-btn {
    position: absolute;
    right: 39%;
    top: 44%;
    transform: translate(-50%, -50%);
}

.play-btn img {
    width: 37px;
    min-height: 38px;
    cursor: pointer;
}

.icon-loc ul li img {
    width: 25px;
    margin-left: 6px;
}

.icon-mess ul li img {
    width: 30px;
}

.message-sec {
    line-height: 36px;
}

.btn-pop {
    text-align: center;
    margin: 20px;
}

button.btn.btn-primary {
    background: #1A2B56;
    backdrop-filter: blur(9px);
    /* Note: backdrop-filter has minimal browser support */
    border: none;
    border-radius: 18px;
    font-size: 18px;
    padding: 0px 26px;
    height: 44px;
}

button.btn.btn-primary.bg-white,
button.btn.btn-primary:hover {
    background-color: #1A2B56;
    color: #fff;
    border-color: #1A2B56;
}

.modal-body p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1A2B56;
}

.modal-body {
    margin: auto;
}

.modal-footer {
    display: block;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 35px !important;
    outline: 0;
}

.modal-header {
    display: block !important;
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-home .modal-header img {
    width: 100%;
    padding: 14px;
}

.modal-home .modal-body {
    width: 93%;
    background: #E6EEF8;
    border-radius: 60px;
    padding: 23px 23px 7px;
    margin-bottom: 33px;
}

.modal-dialog ul li img {
    width: 20px;
}

.modal-header h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    /* identical to box height, or 83% */
    padding-right: 14px;
    align-items: center;
    text-align: end;
    color: #1A2B56;
}

.modal-header {
    text-align: end;
    position: relative;
}

.rat-sec .modal-header {
    text-align: center;
    position: relative;
}

.modal-header button {
    position: absolute;
    top: -10px;
    right: -10px
}

button.close {
    color: #fcf6f6 !important;
    font-size: 28px;
    opacity: 1 !important;
    line-height: 0;
}

.modal-header .close {
    width: 40px;
    height: 39px;
    background: #1A2B56;
    border-radius: 54px;
}

button:focus {
    outline: none;
    outline: none;
}

.bg-close {
    background-image: url(../images/Group1236.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 38px;
    width: 38px;
    border: none;
    background-color: transparent;
}

.select-sec select.nam-bg {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: rgba(26, 43, 86, 0.35);
    padding: 10px;
}

.select-sec select option {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    padding: 5px 14px;
}

.bg-img-login .select-sec .bootstrap-select {
    width: 100% !important;
}

.select-sec button.btn.dropdown-toggle.btn-light {
    width: 100% !important;
    background: #E6EEF8 !important;
    border-radius: 18px;
    border: 0px !important;
    padding: 19px 22px;
}

.select-sec .filter-option-inner-inner {
    /* color: rgba(26, 43, 86, 0.15); */
    color: rgb(26 43 86 / 85%);
    font-size: 19px;
}


/* .dropdown-menu {
    transform: translate3d(5px, 35px, 0px) !important;
} */

.bg-img-login .dropdown-item {
    padding: 0px !important;
}

.right-side-di {
    overflow: hidden;
}

div#bs-select-1 {
    /* overflow: hidden; */
    /* overflow-y: hidden !important; */
    /* top: 55px; */
}

.dropdown-menu.show {
    /* transform: unset !important; */
    /* top: 63px !important; */
}

.select-sec li.disabled {
    display: none;
}

.select-sec {
    position: relative!important;
}

.dropdown-menu.show {
    transform: translate3d(0px, 3px, 0px)!important;
    top: 63px!important;
}


/* .dropdown-menu.show {
    position: relative !important;
} */

.padin option {
    padding: 15px 2px !important;
}

.select-sec ul.dropdown-menu.inner.show li a span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #1A2B56;
    padding: 14px 14px;
}

.after-arrow .dropdown-toggle::after {
    content: none;
}

.grid-container-profe-2 {
    display: grid;
    gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 30px;
}

.search-sec button.btn.dropdown-toggle.btn-light:focus {
    background-color: #fff !important;
}

.search-sec .dropdown-menu.show {
    transform: unset !important;
    top: 45px !important;
}

.sort-bg-1 .dropdown-toggle {
    background-image: url(../images/name.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 92% 50%;
}

.exp-rat img {
    width: 116px;
}

.exp-rat-2 img {
    width: 116px;
}

.items-text {
    overflow: hidden;
    border-radius: 70px;
}

.verify_points {
    padding-right: 30px;
}

.next.next-button {
    margin-right: 48px;
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 13px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    padding-right: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu.show {
    max-height: 150.781px;
}


/* Custom */

.col-lg-6.col-md-12.col-sm-12.mt-top-sc {
    padding-top: 26px;
}

.rating-link:hover {
    text-decoration: none;
}

.cont-img {
    width: 112px;
    height: 112px;
    background-color: white;
    padding: 6px !important;
    border-radius: 100%;
    object-fit: cover;
    margin: 16px 0;
}

.show-arrow .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

.show-arrow.show .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0 !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0.3em solid !important;
    border-left: 0.3em solid transparent !important;
}

.col-lg-6.col-md-12.col-sm-12.mt-top-sc {
    padding-top: 26px;
}

.cities-span {
    margin-left: 7px !important
}

.message-sec.icon-mess>ul>li>img {
    width: 25px;
    position: relative;
    right: -7px;
}

.calling-2 {
    position: relative;
    right: 9px;
}

.sec-phone-no>span {
    margin-left: -7px !important;
}

.first-sec-phone {
    margin-left: 15px !important;
}
.btn-lamin-theme{
    background-color: #1A2B56;
    color: white;
}
