@charset "UTF-8";

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.otf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../fonts/Montserrat-Black.otf);
}

body {
    font-size: 14px;
    color: #333333;
    font-family: Montserrat-Regular;
    transition: 0.3s;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.4s;
    border: 0px;
    outline: none !important;
}

button:focus {
    outline: none;
    background-color: transparent;

}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

li {
    display: block;
    float: left;
}

li a {
    display: block;
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav menu {
    display: flex;
    padding: 0px;
    margin: 0px;
    align-items: center;
    flex-wrap: wrap;
}

.nav menu ul li a {
    font-size: 14px;
    color: #000;
    font-family: Montserrat-SemiBold;
    padding: 0px 22px;
}

button {
    white-space: nowrap;
}

.blnk-btn {
    font-size: 14px;
    color: #000;
    padding: 10px 22px;
    font-family: Montserrat-Medium;
    background: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 15px;
}

.fl-btn {
    font-size: 14px;
    color: #fff;
    padding: 10px 22px;
    font-family: Montserrat-Medium;
    background: #4285f4;
    cursor: pointer;
    border-radius: 5px;
}

.fl-btn:focus {
    background: #2b6ede;
}

menu ul {
    width: auto;
    margin-right: 15px;
}

header {
    width: 100vw;
    position: fixed;
    top: 0;
    transition: 0.3s;
    overflow: hidden;
    padding: 20px 0px;
    z-index: 9;
    background-image: linear-gradient(#e1e1e1, #e1e1e1, rgb(255 255 255 / 0%));
}

#maps {
    background: #ccc;
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.location {
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 108px;
    top: 16%;
    padding: 20px 10px;
    background: rgb(255 255 255 / 28%);
    border-radius: 40px;
    box-shadow: 0px 0px 15px #ccc;
}

.location ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.location ul li {
    position: relative;
    margin-bottom: 3px;
}

.location ul li a {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    background: #000;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.location ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(1);
}

.location ul li a:hover img {
    transform: scale(1.2);
}

.location ul li span {
    background: #fff;
    border-radius: 20px;
    padding: 3px 12px;
    color: #000;
    font-family: Montserrat-Bold;
    font-size: 15px;
    position: absolute;
    top: 13px;
    transition: 0.3s;
    left: 0px;
    opacity: 0;
    transform: scale(0);
    padding-left: 20px;
}

.location ul li:hover span {
    left: 40px;
    opacity: 1;
    transform: scale(1);
}

/* .location ul li:first-child a{
            width: 30px;
            height: 30px;
            border: 0px;
            background: rgb(0 0 0 / 30%);
            color: #fff;
            font-size: 20px;
            text-align: center;
            padding: 5px 0px;
            transition: 0.3s;
        } */
.location ul li {
    text-align: center;
}

/* .location ul li:first-child{
            margin-bottom: 15px;
        } */
/* .location ul li:last-child a{
            width: 30px;
            height: 30px;
            border: 0px;
            background: rgb(0 0 0 / 30%);
            color: #fff;
            font-size: 20px;
            text-align: center;
        
            transition: 0.3s;
        } */
/* .location ul li:last-child a:hover{
         background: #000;
        }
        .location ul li:first-child a:hover{
            background: #000;
           }
           .location ul li:last-child{
            margin-top: 15px;
        } */
.search .container {
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 30px 20px;
    top: -95px;
    box-shadow: 0px 0px 20px rgb(204 204 204 / 61%);
}

.search h4 {
    font-size: 40px;
    color: #000;
    font-family: Montserrat-Bold;
    margin: 0px;
    margin-bottom: 20px;
}

.search .form-group input {
    height: 60px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    color: #000;
    font-size: 16px;
    background: url(../images/location-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 19px;
    padding-left: 43px;
}

.search .form-group select {
    height: 60px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    color: #000;
    font-size: 16px;
    display: block;
}

.search .form-group input:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
}

.frm-fld {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.frm-fld .form-group {
    width: 34%;
}

.frm-fld .form-group:last-child {
    width: 29%;
}

.src-btn {
    width: 100%;
    font-size: 20px;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    background: #4285f4;
    box-shadow: 0px 2px 10px rgb(66 133 244 / 46%);
}

.src-btn:hover {
    background: #3271da;
}

.brand-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-box {
    text-align: center;
    margin-top: 50px;
}

.ad-box img {
    background: #e1e1e1;
    padding: 8px;
}

.cmn-hdn span {
    text-transform: uppercase;
    color: #ccc;
    font-size: 16px;
    font-family: Montserrat-Medium;
}

.cmn-hdn h4 {
    color: #000;
    font-size: 40px;
    font-family: Montserrat-Bold;
    margin: 0px;
    margin-top: 10px;
}

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

#hw-wrk {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}

.icon {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    background: #f2f2f2;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(204 204 204 / 36%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.cmn-hdn {
    margin-bottom: 50px;
}

.how-dtls {
    text-align: center;
}

.how-dtls h5 {
    font-size: 24px;
    color: #000;
    font-family: Montserrat-SemiBold;
}

.how-dtls p {
    font-size: 16px;
    color: #666;
    font-family: Montserrat-Medium;
}

.icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#1257c8), to(#4285f4));


    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon:hover {
    background-image: linear-gradient(#1c60d1, #4184f3);
    box-shadow: 0px 0px 20px #175ccc4a;

}

.icon:hover i {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));


    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-item {
    position: relative;
}

.how-item:before {
    content: "";
    position: absolute;
    right: -108px;
    height: 28px;
    width: 194px;
    background: url(../images/doted.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 42px;

}

.rtd-bfr:before {
    transform: rotate(180deg);
}

.bfr-none:before {
    display: none;
}

.test-box {
    padding: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-image: url(../images/tst-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.test-box h4 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-family: Montserrat-Bold;
    margin-bottom: 40px;
}

.client-pic {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.client-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.client-drc h5 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 25px 0px;
    font-family: Montserrat-SemiBold;

}

.client-drc p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-family: Montserrat-Medium;

}

.client-drc {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.client-drc:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 46px;
    background: url(../images/qts.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -100px;
    top: 47px;
}

.client-drc:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 46px;
    background: url(../images/qts.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -100px;
    top: 47px;
    transform: rotate(180deg);
}

.sticky {
    background: rgb(238 243 253);
}

.test-box .owl-nav {
    display: none;
}

.test-box .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.test-box .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 100%;
    opacity: 0.5;
    margin: 0px 5px;
}

.test-box .owl-dot.active {
    opacity: 1;
}

#best-srvs {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    padding-bottom: 150px;

}

.cmn-hdn small {
    display: inline-block;
    width: 60px;
    background: #4285f4;
    height: 5px;
    border-radius: 20px;
}

.service-icon {
    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    background: #f2f2f2;
    border-radius: 6px;
    box-shadow: 0px 0px 15px rgb(204 204 204 / 36%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.service-item:last-child {
    margin-bottom: 0px;
}

.service-dtls h4 {
    font-size: 24px;
    color: #000;
    margin: 0px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 15px;
}

.service-dtls p {
    font-size: 16px;
    color: #666;
    margin: 0px;
    font-family: Montserrat-Medium;
}

.service-dtls {
    width: 83%;
}

#best-srvs:before {
    position: absolute;
    width: 644px;
    height: 697px;
    background: url(../images/car.png);
    left: -10px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;

}


footer {
    position: relative;
    overflow: hidden;
}

footer .container {
    padding: 30px 0px;
    border-top: 1px solid #ccc;
}

.ftr-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-menu ul li a {
    color: #303030;
    font-family: Montserrat-Medium;
    font-size: 14px;
    padding: 14px 20px;
}

.ftr-social ul li a {
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 100%;
    background: #fff;
    box-shadow: 2px 3px 10px rgb(204 204 204 / 42%);
    font-size: 18px;
    text-align: center;
    padding: 13px 1px;
}

.ftr-social ul li {
    margin-right: 10px;
}

.ftr-social ul li:last-child {
    margin-right: 0px;
}

.ftr-social ul {
    display: flex;
    justify-content: flex-end;
}

.ftr-menu ul li a:hover {
    color: #4285f4;
}

.ftr-social ul li a:hover {
    background: #4285f4;
    color: #fff;
}

.footer-logo {
    margin-top: 16px;
}

.mbl-btn {
    display: none;
}

.app-dwnld {
    position: absolute;
    right: 101px;
    top: 35%;
}

.app-dwnld button {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
}

.fltr-btn {
    background: #e9e9e9;
    box-shadow: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fltr-btn:hover {
    background: #ccc;
}

.maps-height {
    height: 60vh !important;
}

.src-rslt-item {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px;
    border-radius: 15px;
    transition: 0.3s;
    background: #fff;
}

.src-rslt-item:hover {
    background: #4285f4;
}

.src-rslt-item-lft {
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.src-rslt-item-ryt {
    width: 59%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drvr-icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drvr-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.src-rslt-item-lft h5 {
    margin: 0px;
    color: #000;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
}

.src-rslt-item-lft span {
    color: #4c4c4c;
    font-size: 16px;
    font-family: Montserrat-Medium;
}

.src-rslt-item-lft span i {
    color: #ffc107;
}

.src-rslt-item-lft span .clr {
    color: #4c4c4c;
    font-size: 18px;
}

.src-rslt-item-ryt span img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}

.src-rslt-item-ryt span {
    color: #4c4c4c;
    font-size: 14px;
}

.src-rslt-item-ryt span small {
    color: #fff;
    background: #4285f4;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 10px;
    font-family: Montserrat-Medium;
}

.src-rslt-item-ryt p {
    color: #4c4c4c;
    font-size: 14px;
    margin: 0px;
}

.src-rslt-item-ryt p i {
    color: #333;
    font-size: 16px;
    margin-right: 10px;
}

.src-rslt-item-ryt b {
    color: #000;
    font-size: 18px;
    font-family: Montserrat-Bold;
}

.src-rslt-item:hover h5 {
    color: #fff;
}

.src-rslt-item:hover span {
    color: #fff;
}

.src-rslt-item:hover i {
    color: #fff;
}

.src-rslt-item:hover p {
    color: #fff;
}

.src-rslt-item:hover b {
    color: #fff;
}

.src-rslt-item:hover small {
    background: #fff;
    color: #4285f4;
}

.src-rslt-item:hover .fa-star {
    color: #ffc107;
}

.src-rslt-item-ryt span img {
    margin-right: 10px;
}

.src-rslt-item {
    margin-bottom: 15px;
}

.src-rslt {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#login-body {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/login-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#login-body:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgb(13 65 152 / 86%);
    width: 100%;
    height: 100%;
}

.log-in-hdr {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0px;
}

.blk-btn {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    background: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-family: Montserrat-Medium;
}

.log-in-box {
    display: flex;
    position: relative;
    width: 100vw;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: calc(100% - 98px);
}

.log-in-box-inr {
    background: #fff;
    padding: 50px 60px;
    position: relative;
    border-radius: 10px;
    width: 40%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 46%);
}

.frm-hdn {
    margin-bottom: 20px;
}

.frm-hdn h4 {
    font-size: 30px;
    color: #121010;
    margin: 0px;
    font-family: Montserrat-Bold;
    text-align: center;

}

.log-in-box-inr form input {
    height: 50px !important;
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    color: #333;
    font-family: Montserrat-Medium;
    margin: 0px !important;
}

.form-group {
    margin-bottom: 20px;
}

.flx-frm {
    height: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.flx-frm {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flx-frm {
    overflow: hidden;
    padding: 9px 10px;
}

.flx-frm select {
    display: block;
    font-size: 16px;
    color: #272728;
    border: 0px;
    font-family: Montserrat-Medium;
    outline: none;
    padding: 0px;
    width: auto;
    height: auto;
}

.log-in-box-inr form .flx-frm input {
    padding: 0px !important;
    border: 0px !important;
    height: auto !important;
    margin: 0px !important;
    color: #272728;
    font-family: Montserrat-Medium;
    border-left: 1px solid #ccc !important;
    border-radius: 0px !important;
    margin-left: 10px !important;
    padding-left: 10px !important;
}

.flg {
    width: 37px;
    height: 20px;
    background: #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.flg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sign-btn {
    background: #4285f4;
    color: #fff;
    font-size: 16px;
    width: 90%;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 0px 1px 5px rgb(66 133 244 / 81%);
    font-family: Montserrat-Medium;
    margin-top: 5px;
}

.sign-btn:focus {
    background: #4285f4;
}

.log-in-box-inr form {
    text-align: center;
}

.frm-hdn {
    text-align: center;
}

.frm-hdn p {
    font-size: 16px;
    color: #6b6c6f;
    font-family: Montserrat-Medium;
}

.num {
    font-size: 16px !important;
}

.flx-frm-otp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.log-in-box-inr form .flx-frm-otp input {
    font-size: 30px;
    color: #000;
    font-family: Montserrat-Medium;
    text-align: center;
    width: 20%;
    border: 0px solid !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
}

.flx-frm-otp {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

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

.cunt-txt p {
    font-size: 16px;
    color: #6b6c6f;
    font-family: Montserrat-Medium;
}

.cunt-txt a {
    font-size: 14px;
    color: #4285f4;
    font-family: Montserrat-Medium;
}

.src-rslt_filter-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.src-rslt_filter {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    margin-bottom: 25px;
    padding-top: 0px;

}

.src-rslt_filter h5 {
    font-size: 20px;
    font-family: Montserrat-SemiBold;
    color: #000;
    margin: 0px;
    margin-bottom: 10px;
}

.src-rslt_filter-box p span {
    color: #888;
    font-size: 16px;
    line-height: 19px !important;
}

.src-rslt_filter-box p [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 18px;
    width: 18px;
}

.src-rslt_filter-box p [type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #4285f4;
    background: #fff;
}

.src-rslt_filter-box p [type="checkbox"].filled-in:checked+span:not(.lever):before {
    width: 6px;
    height: 11px;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
}

.src-rslt_filter-box .src-btn {
    width: auto;
    font-size: 16px;
    height: auto;
    padding: 14px 40px;
}

.src-rslt_filter-box p {
    margin: 0px;
}

.othr-hdr {
    background: #fff;
    position: relative;
    padding: 15px 0px;
}

.pf-pic {
    width: 54px !important;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0px !important;
}

.pf-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hdr-menu {
    display: flex;
    align-items: center;
}

#prfl-cover h4 {
    font-size: 40px;
    color: #fff;
    font-family: Montserrat-Bold;
    margin: 0px;
    position: relative;
}

#prfl-cover {
    background: url(../images/pf-cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 150px;
    text-align: center;
}

.prfl-box {
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 50px;
    box-shadow: 0px 0px 15px rgb(204 204 204 / 48%);
}

#prft-box {
    position: relative;
    top: -81px;
}

.prfl-box-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px 50px;
}

.profile-pic {
    width: 170px;
    height: 170px;
    border: 2px solid #4285f4;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.profile-pic span {
    width: 50px;
    height: 50px;
    background: #4285f4;
    position: absolute;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    bottom: 0px;
    right: 0px;
}

.profile-pic span input {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    border: 0px;
    opacity: 0;
    cursor: pointer;
}

.prfl-box-inner-card {
    width: 60%;
    margin: 0 auto;
}

.profile-name h4 {
    font-size: 22px;
    font-family: Montserrat-SemiBold;
    color: #000;
}

.profile-name {
    text-align: center;
}

.profile-name a {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    color: #4183f0;
}

.prfl-box-inner-card form label {
    font-size: 16px;
    color: #919191;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.prfl-box-inner-card form input {
    color: #4c4c4c !important;
    font-size: 18px !important;
    border: 2px solid #ccc !important;
    border-radius: 5px !important;
    margin: 0px !important;
    padding: 10px 15px !important;
    height: 60px !important;
    box-sizing: border-box !important;
    font-family: Montserrat-SemiBold;
    box-shadow: none !important;
}

.prfl-box-inner-card form input.pnh {
    font-size: 22px !important;
    color: #bbbbbb !important;
    cursor: no-drop;
}

.src-btn:focus {
    background: #3271da;
}

.save-btn {
    background: #3271da;
    padding: 20px 50px;
    color: #fff;
    font-size: 22px;
    font-family: Montserrat-SemiBold;
    border-radius: 50px;
}

.save-btn:focus {
    background: #3271da;
}

.save-btn:hover {
    background: #3271da;
}

.prfl-box-inner {
    background: url(../images/frm-back.png);
    background-position: -13px bottom;
    background-repeat: no-repeat;
}

.mbl-pf {
    display: none;
}

.pf-pic img {
    margin: 0px !important;
}

/*-----11/17/2020----*/
.location_pop {
    position: fixed;
    background: rgb(0 0 0 / 42%);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(0);
    opacity: 0;
}

.location_pop_body {
    width: 43%;
    border-radius: 15px;
    padding: 40px 30px;
    background: #fff;
    position: relative;
    padding-bottom: 10px;
}

.pop-hdn h5 {
    margin: 0px;
    color: #4285f4;
    font-size: 18px;
}

.pop-hdn {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 15px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat-SemiBold;
    margin-bottom: 30px;
}

.pop-body h4 {
    margin: 0px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat-Medium;
}

.pop-body ul {
    display: flex;
    flex-wrap: wrap;
}

.pop-body ul li a {
    color: #888888;
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.loc-item {
    margin-bottom: 30px;
}

.cls {
    position: absolute;
    right: 30px;
    top: 12px;
}

.cls i {
    color: #888888;
    font-size: 16px;
}

.open-pop {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.pop-body ul li a:hover {
    background: #1c60d1;
    color: #fff;
    border: 1px solid #1c60d1;
}

.cab_pop {
    position: fixed;
    background: rgb(0 0 0 / 42%);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(0);
    opacity: 0;
}

.pop-body h5 {
    font-size: 25px;
    color: #000;
    margin: 0px;
    font-family: Montserrat-SemiBold;
    text-align: center;
    margin-bottom: 20px;
}

.flx-btn {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
}

.flx-btn button {
    width: 48%;
    margin: 0px;
    padding: 18px 15px;
    font-size: 16px;
}

.flx-btn .blnk-btn {
    border: 1px solid #ccc;
}


/*------11/21/2020------*/
.frm-fld .form-group {
    position: relative;
}

.gps {
    position: absolute;
    top: 19px;
    right: 15px;
    cursor: pointer;
}

.gps svg {
    width: 20px;
    height: 20px;
    fill: #4285f4;
}

.clndr-body h5 {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.clndr-body h5 span {
    color: #888;
    font-family: Montserrat-Medium;
    font-size: 14px;
}

.clndr-tbl table {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.clndr-tbl table th {
    color: #000;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    width: 14.28%;
    text-align: center;
}

.clndr-tbl table tr {
    border: 0px;
}

.clndr-tbl table td {
    text-align: center;
    padding: 6px 5px;
}

.clndr-tbl table td span {
    color: #000;
    display: flex;
    height: 30px;
    background: #fff;
    width: 30px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.clndr-tbl table td span.selected {
    background: #4285f4;
    color: #fff;
}

.tbl-btm-lft {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    align-items: center;
    justify-content: space-between;
}

.tbl-btm-lft select {
    display: block;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    outline: none;
}

.tbl-btm-ryt {
    width: 26%;
}

.tbl-btm {
    width: 100%;
    padding: 15px 0px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-bntn {
    height: 45px;
    background: #4285f4;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    width: 100%;
    box-shadow: 0px 2px 5px rgb(66 133 244 / 59%);
}

.book-bntn:hover {
    background: #4473bf;
}

.book-bntn:focus {
    background: #4473bf;
}

@media (max-width: 480px) {
    .tbl-btm-lft select {
        padding: 10px 5px;
    }
}

/*-----11/27/2020---*/
.colps-hdr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 70px;
}

.colps-hdr h5 {
    margin: 0px;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.colps-hdr h5 span {
    color: #4473bf;
    font-size: 18px;
    font-family: Montserrat-Bold;
    margin-right: 15px;
}

.bk-id p {
    margin: 0px;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.cntrl-icon {
    background: #4285f4;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    padding: 6px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.cntrl-icon i {
    font-size: 16px;
}

.colps-box-item {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.open-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.open-box .colps-hdr {
    flex-direction: column;
    padding: 0px;
    align-items: flex-start;
    width: 33.33%;
}

.open-box .src-rslt-item-lft {
    width: 100%;
    justify-content: flex-start;
}

.open-box .colps-hdr h5 {
    margin: 15px 0px;
    margin-top: 0px;
}

.open-box .src-rslt-item-lft {
    margin-bottom: 15px;
}

.colps-hdr .src-rslt-item-ryt {
    display: none;
}

.open-box .colps-hdr .src-rslt-item-ryt {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.open-box .src-rslt-item-lft h5 {
    margin-left: 10px;
    margin-right: 10px;
}

.bk-id h5 {
    margin: 0px;
    color: #000;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    display: none;
}

.bk-id span {
    color: #4c4c4c;
    font-size: 16px;
    font-family: Montserrat-Medium;
    display: none;
}

.bk-id span i {
    color: #4c4c4c;
    font-size: 18px;
}

.open-box .bk-id h5 {
    display: block;
}

.open-box .bk-id span {

    display: block;
    margin-left: 15px;
    margin-right: 15px;

}

.open-box .bk-id {
    width: 100%;
    display: flex;
    align-items: center;
}

.drction {
    position: relative;

}

.drction::before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #eee;
    content: "";
    top: 0px;
    left: -8px;
}

.drction::after {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #eee;
    content: "";
    bottom: 0px;
    left: -8px;
}

.drction {
    padding-left: 30px;
    border-left: 2px solid #eee;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.drction p {
    font-size: 14px;
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
}

.drction p:last-child {
    margin-bottom: 0px;
}

.drction p small {
    display: block;
    color: #4c4c4c;
}

.ur-rt h5 {
    font-size: 16px;
    color: #000;
    margin: 0px;
    font-family: Montserrat-Bold;
    margin-bottom: 8px;
}

.ur-rt span {
    color: #ffc107;
    display: block;
    margin-bottom: 50px;
}

.ur-rt span i {
    font-size: 16px;
    margin: 0px 2px;
}

.ur-rt a {
    color: #4285f4;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.ur-rt a i {
    font-size: 14px;
    margin-left: 10px;
}

.ur-rt {
    width: 30%;
    padding-left: 50px;
}

.ur-rt {
    display: none;
}

.open-box .ur-rt {
    display: block;
}

.open-box .drction {
    display: flex;
}

.bk-id h5 {
    margin-top: 15px !important;
}

.colps-box-item:hover {
    background: #1c60d1;
}

.colps-box-item:hover .colps-hdr h5 {
    color: #fff;
}

.colps-box-item:hover .colps-hdr p {
    color: #fff;
}

.colps-box-item:hover .colps-hdr h5 span {
    color: #fff;
}

.colps-box-item:hover .colps-hdr span {
    color: #fff;
}

.open-box:hover {
    background: #fff;
}

.open-box .colps-hdr h5 {
    color: #000 !important;
}

.open-box .colps-hdr p {
    color: #000 !important;
}

.open-box .colps-hdr h5 span {
    color: #1c60d1 !important;
}

.open-box .colps-hdr span {
    color: #4c4c4c !important;
}

.open-box .colps-hdr .src-rslt-item-lft h5 {
    margin-top: 15px;
}

/*--------12/02/2020----*/
.add_car {
    font-size: 14px;
    color: #000;
    background: #f4f4f4;
    padding: 3px 30px;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.add_car i {
    font-size: 14px;
    margin-right: 10px;
}

.add_car:hover {
    background: #fff;
}

.car_listing_item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

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

.car_no img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.car_no h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 8px;
    color: #4c4c4c;
}

.car_no span {
    font-size: 12px;
    padding: 4px 15px;
    color: #fff;
    background: #4285f4;
    font-family: Montserrat-Medium;
    border-radius: 20px;
}

.car-nm h4 {
    font-size: 14px;
    color: #4c4c4c;
    margin: 0px;
}

.car-ftr span {
    color: #4c4c4c;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.car-ftr span svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: #4c4c4c;
}

.car-wnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-wnr img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.car-wnr h5 {
    font-size: 14px;
    margin: 0px 8px;
    color: #000000;
    font-family: Montserrat-SemiBold;
}

.car-wnr span {
    font-size: 12px;
    color: #4c4c4c;
}

.car-cntrl a {
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    color: #4c4c4c;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    background: #fff;
    box-shadow: 0px 4px 5px rgb(204 204 204 / 40%);
}

.car-cntrl a i {
    font-size: 14px;
}

.car-cntrl a:last-child {
    margin-right: 0px;
}

.car-pdn {
    padding: 20px 20px;
}

.car_listing_item:hover {
    background: #4183f0;
}

.car_listing_item:hover h5 {
    color: #fff;
}

.car_listing_item:hover h4 {
    color: #fff;
}

.car_listing_item:hover span {
    color: #fff;
}

.car_listing_item:hover svg {
    fill: #fff;
}

.car_listing_item:hover .car_no span {
    background: #fff;
    color: #4183f0;
}

.view:hover {
    color: #4CAF50 !important;
}

.edit:hover {
    color: #2196F3 !important;
}

.dlt:hover {
    color: #f00 !important;
}

.cntrl-pgntn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.cntrl-pgntn a {
    display: inline-block;
    color: #ccc;
    padding: 0px 16px;
}

.cntrl-pgntn a i {
    font-size: 14px;
}

.cntrl-pgntn span {
    padding: 9px 0px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.cntrl-pgntn a:hover {
    color: #2196F3;
}

.cntrl-pgntn a.active {
    color: #2196F3;
}

.add-car-pop {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgb(0 0 0 / 55%);
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
}

.add-car-pop-body {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 70px;
    position: relative;
    width: 55%;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0.8);
}

.open-car-pop {
    opacity: 1;
    transform: scale(1);
}

.open-car-pop .add-car-pop-body {
    opacity: 1;
    transform: scale(1);
}

.add-car-pop-body-hdr h4 {
    margin: 0px;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    text-align: center;
    margin-bottom: 30px;
}

.add-car-pop-body-hdr ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgb(204 204 204 / 36%);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.add-car-pop-body-hdr ul:before {
    content: "";
    width: 104px;
    height: 2px;
    border-top: 2px dashed #3f83ed;
    position: absolute;
    top: 18px;
    left: 41%;
}

.add-car-pop-body-hdr ul li {
    text-align: center;
    padding: 0px 20px;
}

.add-car-pop-body-hdr ul li span {
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #3f83ed;
    font-size: 16px;
    font-family: Montserrat-Medium;
}

.add-car-pop-body-hdr ul li span.active {
    background: #3f83ed;
    color: #fff;
    border: 2px solid #3f83ed;
}

.add-car-pop-body-hdr ul li span.select {
    border: 2px solid #3f83ed;
}

.add-car-pop-body-hdr ul li span i {
    font-size: 16px;
}

.add-car-pop-body-hdr ul li label {
    font-size: 13px;
    color: #3f83ed;
    font-family: Montserrat-SemiBold;
}

.add-car-pic {
    border: 2px solid rgb(204 204 204 / 38%);
    border-radius: 10px;
    padding: 15px;
    height: 250px;
}

.add-car-pic-inr span {
    display: block;
    margin-bottom: 10px;
}

.add-car-pic-inr {
    width: 100%;
    height: 100%;
    background: rgb(204 204 204 / 22%);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.add-car-pic-inr input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
}

.add-car-pic-inr span {
    font-size: 13px;
}

.add-car-pic-inr span a {
    color: #3f83ed;
}

.acc-car-ftr {
    text-align: center;
    border-top: 1px solid rgb(204 204 204 / 50%);
    margin-top: 30px;
    padding-top: 20px;
}

.add-car-btn {
    background: #3f83ed;
    color: #fff;
    font-size: 14px;
    padding: 13px 80px;
    border-radius: 30px;
    cursor: pointer;
}

.add-car-btn:hover {
    background: #1857b9;
}

.add-car-btn:focus {
    background: #1857b9;
}

.cls-pop {

    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;

}

.cls-pop i {
    font-size: 14px;
    color: #888888;
}

.form-grp input {
    height: 50px !important;
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    color: #000;
    box-shadow: none !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    outline: none !important;
}

.form-grp {
    margin-bottom: 15px;
}

.form-grp label {
    font-size: 12px;
    color: #888888;
    display: block;
    margin-bottom: 5px;
    font-family: Montserrat-Medium;
}

.form-grp select {
    height: 50px !important;
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    color: #000;
    box-shadow: none !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    display: block;
    outline: none !important;
}

.form-grp .add-car-pic {
    border: 0px;
    background: #dcdcdc;
    width: 50%;
    height: 150px;
}

.form-grp .add-car-pic-inr {

    border: 1px dashed rgb(0 0 0 / 28%);
}

.car-frm {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.form-grp .add-car-pic-inr input {
    width: 100% !important;
    height: 100% !important;
}

.date {
    background-image: url(../images/calender.png);
    background-position: 92% 12px;
    background-repeat: no-repeat;
}

/*-----12/11/2020---*/
.flx-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flx-h img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-right: 15px;
}

.drvr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.drvr-box-img {
    width: 38%;
}

.drvr-box-img-sld {
    width: 472px;
    max-width: 100%;
    height: 370px;
    border-radius: 15px;
    overflow: hidden;
    background: #ccc;
    margin-bottom: 15px;
}

.drvr-box-img-sld img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drvr-box-img ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drvr-box-img ul li {
    width: 23%;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.drvr-box-img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driver-dtls {
    width: 30%;
}

.driver-dtls ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.driver-dtls ul li {
    width: 50%;
    font-size: 16px;
    color: #131313;
    font-family: Montserrat-SemiBold;
    padding: 10px 0px;
}

.driver-dtls ul li label {
    font-size: 14px;
    color: #9a9a9a;
    margin: 0px;
    font-family: Montserrat-Medium;
}

.car-lcns label {
    font-size: 14px;
    color: #9a9a9a;
    margin: 0px;
    font-family: Montserrat-Medium;
    display: block;
    margin-bottom: 15px;
}

.car-lcns {
    width: 28%;
}

.dtls-pdn {
    padding: 40px 30px;
}

/*-------12/16/2020----*/
.driver-edit {
    width: 62%;
    margin: 0 auto;
}

.custm-chk {
    display: inline-block !important;
    margin-right: 10px;
}

.custm-chk span {
    color: #000;
    padding-left: 25px !important;
}

.driver-edit .add-car-pic {
    width: 100%;
}

.up-img {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;

}

.up-img img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.up-img a {
    background: #fff;
    position: absolute;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #000;
    right: -5px;
    top: -8px;
    box-shadow: 0px 0px 5px #ccc;
    cursor: pointer;
    padding: 0px 3px;
}

.up-img a:hover {
    background: #f00;
    color: #fff;
}

.up-img i {
    font-size: 13px;
}

.drvr-edt-frm-ftr {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
}

.drvr-edt-frm-ftr a {
    font-size: 16px;
    color: #1857b9;
    font-family: Montserrat-SemiBold;
    display: inline-block;
    margin: 10px 0px;
}


/*------12/18/2020---*/
.pick-box-item-lft img {
    width: 38px;
    height: 38px;
    background: #000;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 15px;
}

.pick-box-item-lft h4 {
    font-size: 16px;
    margin: 0px;
    color: #000;
    font-family: Montserrat-SemiBold;
    margin-right: 15px;
}

.pick-box-item-lft {
    display: flex;
    align-items: center;
}

.pick-box-item-lft span {
    font-size: 14px;
    color: #888;
}

.pick-box-item-lft span i {
    color: #fdc106;
}

.pick-box-item-lft p {
    font-size: 16px;
    margin: 0px;
    color: #000;
    font-family: Montserrat-SemiBold;
    margin-left: 30px;
}

.pick-box-item-lft p i {
    font-size: 16px;
    margin: 0px 8px;
}

.pick-box-item b {
    font-size: 25px;
    color: #000;
    font-family: Montserrat-Bold;
}

.pick-map {
    height: 70vh;
    padding: 0px !important;

}

.pick-box-item {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pick-box-item-lft h5 {
    font-size: 16px;
    color: #888;
    margin: 0px;
}

.pick-box-item h3 {
    font-size: 25px;
    color: #000;
    font-family: Montserrat-Bold;
    margin: 0px;
    padding: 12px 25px;
    background: #e1e1e1ad;
    border-radius: 8px;
    letter-spacing: 20px;

}

.pick-ftr {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    text-align: center;
}

.pick-ftr button {
    padding: 12px 80px;
    border-radius: 30px;
    border: 0px;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

.pick-ftr .cncl-trp {
    background: #e1e1e1;
    color: #000;
}

.pick-ftr .cl-drvr {
    background: #4385f5;
    color: #fff;

}

.pick-pdn {
    padding-bottom: 25px;
}

.pick-ftr .cncl-trp:hover {
    background: #ccc;
}

.pick-ftr .cncl-trp:focus {
    background: #ccc;
}

.pick-ftr .cl-drvr:hover {
    background: #1857b9;
}

.pick-ftr .cl-drvr:focus {
    background: #1857b9;
}

.rating-pop-body {
    width: 500px;
    max-width: 95%;
    background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    transform: translate(0px, 100px);
    opacity: 0;
}

.rating-pop {
    background: rgb(0 0 0 / 64%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.rating-pop-body h4 {
    font-size: 25px;
    color: #000;
    font-family: Montserrat-Bold;
    margin: 0px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.rtn-pfl {
    text-align: center;
    padding: 20px 0px;
}

.rtn-pfl img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #4385f5;
    object-fit: cover;
    margin: 0 auto;
}

.rtn-pfl h4 {
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    padding: 0px;
    border: 0px;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.rtn-pfl span {
    font-size: 18px;
}

.rtn-pfl span i {
    margin: 0px 5px;
    color: #4385f5;
}

.rtn-pfl span i.blnk-rt {
    color: #ccc;
}

.rating-pop-body form label {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    color: #777;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.rating-pop-body form {
    text-align: center;
}

.rating-pop-body form textarea {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px;
    color: #333;
    outline: none;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.rating-pop-body form .form-group {
    margin: 0px;
}

.rtn-sbmt-btn {
    padding: 12px 80px;
    border-radius: 30px;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    background: #4385f5;
    color: #fff;
}

.rtn-sbmt-btn:hover {
    background: #1857b9;
}

.rtn-sbmt-btn:focus {
    background: #1857b9;
}

.cls-rating-pop {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ccc;
}

.cls-rating-pop:hover {
    color: #f10000;
}

.cls-rating-pop:focus {
    color: #f10000;
}

.cls-rating-pop i {
    font-size: 16px;
}

.open-rating-pop {
    visibility: visible;
    opacity: 1;
}

.open-rating-pop .rating-pop-body {
    transform: translate(0px, 0px);
    opacity: 1;
}

/*------1/5/2021-----*/
.sub-pln-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.sub-pln-box ul li {
    width: 23%;
    position: relative;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 20px;
    padding: 30px 10px;
    padding-bottom: 50px;
}

.sub-pln-box ul li h4 {
    font-size: 26px;
    color: #000;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}

.sub-pln-box ul li h6 {
    font-size: 26px;
    color: #4183f0;
    font-family: Montserrat-Bold;
    border-bottom: 1px solid rgb(204 204 204 / 45%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sub-pln-box ul li span {
    font-size: 14px;
    color: #4f4f4f;
    font-family: Montserrat-Medium;
    padding: 10px 0px;
    display: block;
    width: 100%;
}

.sub-pln-box ul li a {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #fff;
    background: #4285f4;
    padding: 8px 30px;
    border-radius: 30px;
    position: absolute;
    white-space: nowrap;
    bottom: -20px;
    left: 30px;
    right: 30px;
}

.sub-pln-box ul li a:hover {
    background: #225bb9;
}

.pplr label {
    color: #6697f2;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.pplr {
    padding-top: 20px !important;
}

.pplr h4 {
    margin-top: 13px !important;
}

.sub-pln-box {
    padding: 50px 70px;
}

.car-id .form-group label {
    font-size: 14px;
    color: #9a9a9a;
    font-family: Montserrat-Medium;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.car-id .form-group {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 50px;
}

.clos-pop {
    position: absolute;
    right: 20px;
    color: #ccc;
    top: 20px;
}

.clos-pop:hover {
    color: #f00;
}

.clos-pop i {
    font-size: 18px;
}

.car-id {
    height: 100%;
}