@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto + Serif:wght@300&display=swap);
html {
    scroll-padding-top: 4.5rem;
    scroll-behavior: smooth;
}
body {
    position: relative;
    overflow-x: hidden;
    background-color: #e8f9ff;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding-right: 0 !important;
}
.accordion-button:focus,
.btn-close:focus,
.form-control:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: unset;
    border-color: unset;
}
a, a:hover {
    color: #000;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
.cursor-pointer {
    cursor: pointer;
}
p {
    color: #a3a3a3;
}
.logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    height: 115px;
}
.menu-canvas {
    position: absolute;
    top: 1rem;
    right: 3rem;
    border-radius: 2rem;
    height: 28rem;
    padding: 1rem 0.3rem;
    max-width: unset;
}
.canvas-menu span img {
    height: 54px;
    width: 54px;
    object-fit: cover;
}
.offcanvas-body ul .nav-item {
    border-bottom: 1px solid #00000024;
    text-align: center;
    padding: 1rem 0;
}
.offcanvas-body ul .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.offcanvas-body ul .nav-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.offcanvas-body::-webkit-scrollbar {
    width: 0;
}
#offcanvasRightLabel {
    font-weight: 800;
}
button.btn-close.text-reset {
    position: absolute;
    top: 23px;
    right: 18px;
}
.header-bg {
    background-image: url(../img/home/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 29% 0 12px;
    text-align: center;
}
.header-text p {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #212121;
}
.about-box {
    background-color: #fff;
    padding: 1rem 2rem;
    margin: 2rem 0;
}
.sect-title {
    font-weight: 800;
    font-size: 3rem;
}
.about-lft {
    padding-left: 22%;
}
.section-bg {
    background-color: #fff;
    padding: 2rem 0;
}
.car-box {
    padding: 1rem;
    margin: 0 3rem;
    border-radius: 8px;
}
.img-bg {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.car-more {
    background-color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 9px 9px;
    font-size: 14px;
    float: right;
}
.car-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.box-color1 {
    background: #2cc7f9;
    background: linear-gradient(90deg, #2cc7f9 0, #2ac6f8 0, #2ac6f8 32%, #13a6d6 100%);
}
.box-color1 .car-more {
    color: #2cc7f9;
}
.box-color2 {
    background: #2cc7f9;
    background: linear-gradient(90deg, #2cc7f9 0, #e78108 0, #e78108 37%, #faa502 100%);
}
.box-color2 .car-more {
    color: #f59c04;
}
.box-color3 {
    background: #2cc7f9;
    background: linear-gradient(90deg, #2cc7f9 0, #898989 0, #898989 37%, #b3b3b3 100%);
}
.box-color3 .car-more a {
    color: #a8a8a8;
}
.bttm-text {
    color: #b2b2b2;
    text-align: center;
    font-size: 15px;
    padding-top: 6px;
}
.itsabout {
    font-size: 18px;
    color: #232323;
    font-style: italic;
}
.about-cut:after {
    content: "";
    position: absolute;
    background-image: url(../img/home/cut.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 20%;
    right: 0;
    top: 12%;
    margin: auto;
}
.solvin-row-img img {
    width: 60%;
}
.solvin-row-img h3 {
    font-family: cursive;
}
.owl-carousel .item {
    background-color: #fff;
    padding: 2rem 0.5rem;
    height: 100%;
    text-align: center;
}
.owl-carousel .item img {
    width: 150px;
    margin: auto;
}
.owl-carousel .item h5 {
    font-weight: 600;
    font-size: 17px;
}
.owl-carousel .owl-dots.disabled {
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #01a8df;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffaf00;
}
.AlliedServices-modal.modal-content {
    background-image: url(../img/home/mobile-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 4.7rem 8.5rem 5.5rem 8.5rem;
    background-position: center;
}
.AlliedServices-modal .modal-header {
    background-color: #e8f9ff;
    border: 0;
    display: grid;
    justify-content: center;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 1rem;
    position: relative;
}
.AlliedServices-modal .modal-body {
    padding: 0 1rem;
    height: 815px;
    overflow: hidden;
    overflow-y: scroll;
}
.AlliedServices-modal .modal-body .about-box {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin: 0;
}
.AlliedServices-modal .modal-header img {
    width: 80px;
    margin: auto;
    border-radius: 50%;
}
.AlliedServices-modal img {
    width: 65%;
}
#AlliedServicesLabel {
    font-weight: 800;
    margin: 1rem 0;
    font-size: 25px;
}
.AlliedServices-modal h3 {
    font-size: 19px;
}
.AlliedServices-modal li,
.AlliedServices-modal p {
    font-size: 12px;
}
.AlliedServices-modal .modal-body::-webkit-scrollbar {
    width: 0;
}
button.btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.modal-content {
    border-radius: 30px;
    border: 0;
}
@media (max-width: 991.8px) {
    .AlliedServices-modal.modal-content {
        background-image: unset;
        background-repeat: no-repeat;
        background-color: transparent;
        padding: 0;
        background-position: unset;
        border: 0;
    }
}
.Our-Features .row:nth-child(even) {
    flex-direction: row-reverse;
}
.Our-Features .row {
    position: relative;
    margin-top: 4rem;
}
.Our-Features .row:first-child {
    margin-top: 0;
}
.Our-Features .row:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    border-bottom: 3px dotted #1abaee;
    width: 100%;
}
.Our-Features .row:last-child:after {
    display: none;
}
.f-w-600 {
    font-weight: 600;
}
.conter-bg {
    background-image: url(../img/home/car-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0;
    color: #fff;
}
button.google-review {
    border: 0;
    background-color: #fff;
    padding: 1rem;
    border-radius: 45px;
    font-weight: 600;
    cursor: text;
    display: none;
}
button.google-review img {
    width: 30px;
}
.ttl-rgt {
    padding-right: 33%;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px 36px;
    padding: 15px 10px 0;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    border-radius: 50%;
    margin: -13px auto -48px;
    background-color: #e8f9ff;
    padding: 0.5rem;
    max-width: 100%;
    height: 120px;
    width: 120px;
}
.gtco-testimonials .card h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.gtco-testimonials .center .card h5 {
    font-size: 25px;
}
.gtco-testimonials .card h5 span {
    font-size: 13px;
    color: #666;
}
.gtco-testimonials .card p {
    font-size: 11px;
    color: #555;
    padding-bottom: 0;
}
.gtco-testimonials .center .card p {
    font-size: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .owl-carousel .card-img-google {
    max-width: 100%;
    height: 40px;
    width: 40px;
    margin: auto;
    display: none;
}
.gtco-testimonials .owl-carousel .center .card-img-google {
    height: 60px;
    width: 60px;
}
.gtco-testimonials .owl-carousel .star-icon {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 1rem;
}
.gtco-testimonials .owl-carousel .star-icon img {
    width: 20px;
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}
.owl-carousel2 .item {
    background-color: #fff;
    padding: 0.5rem 0.5rem 1rem;
    border-radius: 10px;
}
.owl-carousel2 .item .new-img-bg {
    margin-bottom: 1rem;
}
.owl-carousel2.owl-theme button.owl-next,
.owl-carousel2.owl-theme button.owl-prev {
    position: absolute;
    top: 20%;
    font-size: 54px;
}
.owl-carousel2.owl-theme button.owl-prev {
    left: 0;
}
.owl-carousel2.owl-theme button.owl-next {
    right: 0;
}
.owl-carousel.news .item {
    background-color: #f2f3f5;
    height: 214px;
}
.owl-carousel.news .item h5 {
    font-weight: 600;
    font-size: 16.5px;
    color: #363636;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
}
.owl-carousel.news .item:hover {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 7%);
}
.owl-carousel.Tricks-Tips .item {
    height: 215px;
    background-color: #fff;
}
.owl-carousel2.Tricks-Tips p {
    position: relative;
    padding-left: 43px;
    text-align: left;
    font-size: 15px;
}
.owl-carousel2.Tricks-Tips .item p .tip_trip {
    position: absolute;
    width: 38px;
    height: 34px;
    left: 0;
}
.owl-carousel.Tricks-Tips .item h5 {
    font-weight: 400;
    font-size: 15px;
    margin-top: 1rem;
}
.faqs-img {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 20%;
}
.accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 7%);
    margin-bottom: 1rem;
    border-radius: 12px;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #212529;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}
.accordion-button {
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    border-radius: 12px;
    padding: 1rem 2.5rem 1rem 1rem;
}
.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.accordion-button::after {
    background-image: url(../img/home/right-arrow.png);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 5px;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/home/upward.png);
    transform: rotate(0);
}
.owl-carousel.news .item .new-img-bg img {
    width: 220px;
    border-radius: 5px;
}
.owl-carousel.news .item .new-img-bg img.new-colored,
.owl-carousel.news .item:hover .new-img-bg img.news-grey {
    display: none;
}
.owl-carousel.news .item .new-img-bg img.news-grey,
.owl-carousel.news .item:hover .new-img-bg img.new-colored {
    display: block;
}
iframe.embed-responsive-item {
    width: 100%;
    height: 700px;
}
.about-unique-box {
    background-color: #fff;
    padding: 1rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.about-unique-box h2 {
    font-size: 25px;
    color: #ffaf00;
    margin-bottom: 0;
}
.about-unique-box h6 {
    font-size: 18px;
    color: #000;
}
.ab-ul li {
    margin-bottom: 2rem;
}
.allied-lft {
    padding-left: 19%;
}
.Allied-Services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}
.Allied-Services-grid .item h5 {
    font-weight: 600;
}
.Allied-Services-grid .item {
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 15px;
}
.contact-box,
.team-box {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin-top: 10rem;
}
.team-img {
    margin: -8rem auto 2rem;
    background-color: #e8f9ff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: fill;
}
.ttl-rgt1 {
    padding-right: 20%;
}
.contact-lft {
    padding-left: 22%;
}
.contact-box {
    margin-top: 4rem;
}
.contact-box h3,
.contact-box h3 a {
    font-size: 20px;
}
.contact-form {
    margin-top: 0.5rem;
}
.input-container {
    position: relative;
}
.contact-form .form-control {
    padding: 2rem 0 2rem 3rem;
    border-color: #a1dbef;
    border-radius: 12px;
}
.input-img {
    position: absolute;
    top: 32px;
    left: 10px;
}
.btn-submit, .btn-submit:hover {
    background: #2cc7f9;
    background: linear-gradient(90deg, #2cc7f9 0, #e47a09 0, #e47a09 35%, #fead01 100%);
    color: #fff;
    font-weight: 600;
    font-size: 31px;
    padding: 1rem 6rem;
    border: 0;
}
.contact-form .iti {
    display: block;
}
.contact-form .iti--allow-dropdown .iti__flag-container,
.contact-form .iti--separate-dial-code .iti__flag-container {
    left: 31px;
}
.contact-form .iti--allow-dropdown input[type="tel"] {
    padding-left: 85px;
}
.contact-form .iti__arrow {
    border-top-color: #fec00f;
}
.contact-form .iti__arrow--up {
    border-bottom-color: #fec00f;
}
.contact-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.Our-Features.channel .row:nth-child(even) {
    flex-direction: unset;
}
.owl-carousel3 .item img,
.owl-carousel4 .item img {
    width: 100%;
}
.owl-carousel3 .item,
.owl-carousel4 .item {
    background-color: transparent;
}
.owl-carousel3 .owl-nav.disabled,
.owl-carousel4 .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.owl-carousel3 .owl-nav button.owl-next,
.owl-carousel3 .owl-nav button.owl-prev,
.owl-carousel4 .owl-nav button.owl-next,
.owl-carousel4 .owl-nav button.owl-prev {
    font-size: 87px;
    color: #1abaee;
    margin: -24px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #1abaee;
}
.howItWork-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    text-align: center;
}
.howItWork-grid p {
    font-weight: 600;
    color: #212121;
}
.howItWork-grid .num-how {
    margin-top: 2rem;
    margin-bottom: 0;
}
.howItWork-grid-bac {
    background-image: url(../img/home/dotted-line.png);
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: top center;
}
.footer-logo img {
    height: 170px;
}
.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: end;
}
.footer-ul li {
    padding: 1rem 0 1rem 1rem;
}
.footer-ul li a:hover img:first-child,
.footer-ul li img:last-child {
    display: none;
}
.footer-ul li a:hover img:last-child,
.footer-ul li img:first-child {
    display: block;
}
.footer-contact {
    margin-left: 4rem;
    margin-top: -15px;
}
.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    transform: rotate(272deg);
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
    display: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.back-to-top.active {
    display: block;
}
.RTO-bg{
    background-image: url(../img/Allied-Services/RTOServices/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0 12px;
}
.RTOSlider{
    padding: 4rem 0 0;
}
.Text_color{
    color: #13b6e7;
}
.tmSup{
    font-size: 15px;
    left: 3px;
}
.ExpertNow, .ExpertNow:hover{
    background-color: #fec010;
    color: #fff;
    padding: 15px 15px;
    border-radius: 30px;
    display: inline-block;
}
.RTOMadeEasy:after{
    content: "";
    position: absolute;
    top: -24px;
    right: -55px;
    background-image: url(../img/Allied-Services/RTOServices/Image8.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
}
.RTOServicesDots {
    margin-left: 43%;
    margin-top: 10px;
}
.RTOSlider .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px; 
    background-color: #13b6e7;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
}
.RTOSlider .carousel-indicators .active .IndicatorsCircle{
    padding: 8px;
    border-radius: 50px;
    margin-top: -4px;
    margin-left: -4px;
    border: 1px solid #13b6e7;
}
.RTOJobsBox{
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.CurrentlyHelp.Allied-Services-grid .item{
    padding: 1rem 0.5rem;
    box-shadow: 0px 11px 16px 0px rgb(19 182 231 / 21%);
}
.CurrentlyHelp h6{
    color: #13b6e7;
    font-weight: 600;
    margin-bottom: 0;
}
.HowitWorksBg{
    background-image: url(../img/Allied-Services/RTOServices/HowitworkBG.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 6rem 0 31.3rem;
    position: relative;
}
.howitWork_text{
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    width: 180px;
    font-weight: 600;
}
.Doability_text_posi {
    bottom: 9rem;
    left: 8rem;
}
.Approve_Quotation_posi {
    top: 14rem;
    left: 14rem;
}
.doorstep_posi {
    top: 6rem;
    right: 0px;
    left: 17rem;
    margin: auto;
}
.application_posi {
    top: 14rem;
    right: 11rem;
}
.courier_posi {
    bottom: 6rem;
    right: 0rem;
}
.centerTextWork {
    position: absolute;
    text-align: center;
    bottom: 33px;
    left: 0;
    right: 0;
    width: 34%;
    margin: auto;
}
.BenefitsCarousel.owl-carousel .item{
    border-radius: 30px;
   box-shadow: 0px 0px 20px 5px rgb(19 182 231 / 21%); 
    margin: 1rem 7px 1rem 37px;
}
.owl-theme.BenefitsCarousel .owl-dots .owl-dot span{
    margin: 2px 4px;
    opacity: 0.5;
}
.owl-theme.BenefitsCarousel .owl-dots .owl-dot.active{
    border: 1px solid #13b6e7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.owl-theme.BenefitsCarousel .owl-dots .owl-dot.active span, .owl-theme.BenefitsCarousel .owl-dots .owl-dot:hover span{
    background-color: #13b6e7;
    opacity: 1;
}
.RTOconter-bg{
    background-image: url(../img/Allied-Services/RTOServices/CounterBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0 5rem;
    color: #fff;
}
.RTOFAQ .accordion-button{
    padding: 1rem 1rem 1rem 2.5rem;
    border: 0;
    box-shadow: unset;
}
.RTOFAQ .accordion-body{
    padding: 0rem 1rem 1rem 2.5rem;
}
.RTOFAQ .accordion-button::after{
    background-image: url(../img/Allied-Services/RTOServices/ARROW.png);
    left: 7px;
    right: unset;
    top: 17px;
}
.RTOFAQ .accordion-button:not(.collapsed)::after{
    background-image: url(../img/Allied-Services/RTOServices/droparrow.png);
}
.Quoteimg_bg{
    background-image: url(../img/Allied-Services/RTOServices/Quoteimg3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5rem 26px 4rem;
    margin: 2rem 0;
}
.Getquote {
    font-weight: 600;
    width: 30%;
}
.Servicesprovided_BG{
    background-image: url(../img/Allied-Services/RTOServices/Servicesprovided_BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0rem 0px 4rem;
}
.RTOServicesprovidedCarousel.owl-theme button.owl-next {
    right: -27px;
}
.RTOServicesprovidedCarousel.owl-theme button.owl-prev {
    left: 0;
}
.RTOServicesprovidedCarousel.owl-theme button.owl-next, .RTOServicesprovidedCarousel.owl-theme button.owl-prev {
    position: absolute;
    top: 5%;
    font-size: 54px;
}
.RTOServicesprovidedCarousel .item{
    box-shadow: 0px 0px 20px 5px rgb(19 182 231 / 21%);
    margin: 1rem 7px 1rem 37px;
    padding: 0;
}
.owl-carousel.RTOServicesprovidedCarousel .owl-nav.disabled{
    display: block;
}
.RCTransferBG{
    background-image: url(../img/Allied-Services/RTOServices/RCTransferBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 26px 3rem;
}
.ExpertNow.Callback{
    background-color: #01a8df;
}
.UsedCar-bg{
    background-image: url(../img/Allied-Services/UsedCarLoan/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 0 12px;
}
.SupermanChatBox{
    background-color: #5accee;
    padding: 1rem;
    color: #fff;
    font-family: cursive;
    position: absolute;
    width: 55%;
    font-size: 20px;
    border-radius: 38px;
    top: 5rem;
    left: 9rem;
    box-shadow: 0px 0px 20px 5px rgb(19 182 231 / 21%);
}
.SupermanChatBox:after{
   content: "";
    position: absolute;
    bottom: -14px;
    left: 26px;
    background-image: url(../img/Allied-Services/UsedCarLoan/cub.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 19px;
}
.SupermanImg {
    margin-top: -71px;
    margin-left: -33px
}
.img25{
    position: absolute;
    left: 79%;
    top: 6%;
    width: 43px;
}
.halseTil{
    padding-left: 5rem;
}
.UsedCArconter-bg{
     background-image: url(../img/Allied-Services/UsedCarLoan/JourneyBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0 5rem;
    color: #fff;
}
.UsedCarHowitWorksBg{
    background-image: url(../img/Allied-Services/UsedCarLoan/UsedCarHowitWorksBg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1rem 0 31.3rem;
    position: relative;
}
.LoanOfferBanner{
    background-image: url(../img/Allied-Services/UsedCarLoan/LoanOfferBanner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5rem 26px 4rem;
}

.header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.header button {
	height: max-content;
	width: max-content;
	padding: 10px;
	border: none;
	background-color: transparent;
	font-size: 35px;
	color: #13b6e7;
}

.header button:hover {
	cursor: pointer;
}

.details input {
	width: 100%;
}

.detail {
	display: grid;
	justify-content: space-between;
}

.footerLoan {
	display: block;
    padding-left: 1rem;
}
.TileLoas{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.SubTileLoas{
   color: #000;
    font-size: 15px;
    font-weight: 600; 
}
/*----- Styling the sliders ----*/
.uploadPrice{
    color: #130F31;
    font-size: 25px;
    font-weight: 600;
}
.details input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

.details input[type="range"]:focus {
	outline: none;
}

.details input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #13b6e7;
	border-radius: 10px;
}

.details input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fec010;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

.details input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

.details input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #13b6e7;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.details input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fec010;
	cursor: pointer;
	margin-top: -6px;
}

.details input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #13b6e7;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.details input[type="range"]::-ms-fill-lower {
	background: #13b6e7;
	border-radius: 5px;
}

.details input[type="range"]::-ms-fill-upper {
	background: #13b6e7;
	border-radius: 5px;
}

.details input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fec010;
	cursor: pointer;
	margin-top: -6px;
}

.details input[type="range"]:focus::-ms-fill-lower {
	background: #13b6e7;
}

.details input[type="range"]:focus::-ms-fill-upper {
	background: #13b6e7;
}

/*-------------------------------------*/
#price {
	color: #130f31;
	font-size: 25px;
    font-weight: 600;
}
.EMIDetails{
    background-color: #fec010;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 20px;
    font-weight: 600;
}
.view, .breakup {
    background-color: #fff;
    padding: 1rem;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 5px rgb(19 182 231 / 21%);
    height: 100%;
}
.loan-details {
	background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 5px rgb(19 182 231 / 21%);
    padding-bottom: 1rem;
    height: 100%;
}
.chart-details {
    padding: 0 1rem;
}
#price-container {
	color: #13b6e7;
	margin-top: 50px;
}
.chart-details.Principle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
#price-container::before {
	content: "Loan EMI:";
	color: #000;
    font-size: 20px;
    font-weight: 600;
	display: block;
}
.whatsappChat, .whatsappChat:hover{
    background-color: #128c7e;
    color: #fff;
    padding: 15px 15px;
    border-radius: 30px;
    display: inline-block;
    position: fixed;
    bottom: 14px;
    right: 100px;
    z-index: 999;
}
.whatsappChat:after{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 26px;
    background-image: url(../img/Allied-Services/RTOServices/whatCub.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 19px;
}
.rtoFoter{
    background-color: #fff;
}
.expandedImgVise {
    width: 8%;
    height: 19%;
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.Vise2, .Vise4{
    top: 38%;
}
.Vise2 {
    left: 25%;
}
.Vise4 {
    right: 24%;
}
.Vise1, .Vise5{
    bottom: 2%;
}
.Vise1 {
    left: 13.5%;
}
.Vise5 {
    right: 13.5%;
}
.Vise3 {
    top: 19%;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-form.Modalcontact-form .form-control {
    padding: 1rem 0 1rem 3rem;
}
.contact-form.Modalcontact-form .input-img {
    top: 16px;
}
.chart-details.Principle .TileLoas, .chart-details.Principle .uploadPrice {
    font-size: 18px;
    margin-bottom: 0px;
}
.iti--separate-dial-code .iti__selected-flag{
        background-color: transparent !important;
}
.input-container .iti input{
        padding-left: 66px !important;
}
.input-container .iti__flag-container{
    left: 31px  !important;
    right: unset;
}
@media (min-width: 991px) and (max-width:1199.9px) {
    .chart-details.Principle{
        bottom: 97px;
    }
}
@media (max-width: 1400px) {
    .faqs-img {
        width: 10%;
    }
}
@media (max-width: 1200.9px) {
    .car-box {
        margin: 0 1rem;
    }
    .Getquote {
    width: 60%;
}
}
@media (max-width: 1024.9px) {
    .Allied-Services-grid,
    .howItWork-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    iframe.embed-responsive-item {
        height: 600px;
    }
    .owl-carousel3 .owl-nav.disabled,
    .owl-carousel4 .owl-nav {
        display: none;
    }
    .howItWork-grid-bac {
        background-image: unset;
        background-size: unset;
        background-position: unset;
    }
}
@media (max-width: 991.9px) {
    .faqs-img {
        width: 15%;
    }
    .car-box {
        margin: 0 1rem;
    }
    .car-box h4 {
        font-size: 16px;
    }
    .Quoteimg_bg, .LoanOfferBanner{
       padding: 1rem 26px 1rem;
    }
    .ExpertNow, .ExpertNow:hover {
    padding: 9px 8px;
}
    .RTOJobsBox{
        display: grid;
    }
    .carousel-indicators{
        bottom: -42px;
    }
        .halseTil {
    padding-left: 0;
}
}
@media (max-width: 767.9px) {
    .about-lft,
    .allied-lft,
    .contact-lft,
    .ttl-rgt,
    .ttl-rgt1 {
        padding-left: 0;
        padding-right: 0;
    }
    .Allied-Services-grid,
    .howItWork-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .about-cut:after {
        left: 0;
    }
    .AlliedServices-modal img {
        width: 20%;
    }
    .CallDoability {
    text-align: center;
}
    .BenefitsCarousel.owl-carousel .item, .RTOServicesprovidedCarousel .item{
        margin: 1rem 7px 1rem 7px;
    }
    .LoanOfferBanner .Getquote {
    width: 100%;
    margin-top: 22%;
}
    .whatsappChat, .whatsappChat:hover{
            padding: 8px 8px;
        font-size: 0;
        bottom: 14px;
    right: 63px
    }
    .whatsappChat:after{
        display: none;
    }
}
@media (max-width: 575.9px) {
    .Allied-Services-grid,
    .howItWork-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    iframe.embed-responsive-item {
        height: 500px;
    }
    .owl-carousel.Tricks-Tips .item {
        height: auto;
    }
    .owl-carousel.RTOServicesprovidedCarousel .owl-nav {
    display: none;
}

}
@media (max-width: 524.9px) {
    .canvas-menu span img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
    .logo img {
    height: 80px;
}
}
@media (max-width: 485.9px) {
    .Getquote {
    width: 100%;
        margin-top: 22%;
}
    .CallDoability {
    font-size: 11px;
}
}
@media (max-width: 458.9px) {
    .menu-canvas {
        width: 100%;
        right: 0;
    }
    .Allied-Services-grid,
    .howItWork-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 420.9px) {
    .chart-details.Principle .TileLoas, .chart-details.Principle .uploadPrice {
    font-size: 18px;
    margin-bottom: 0px;
}
}
@media (max-width: 375.9px) {
    .sect-title {
        font-size: 2rem;
    }
    .about-cut:after {
        width: 30px;
        height: 30px;
    }
    iframe.embed-responsive-item {
        height: 300px;
    }
    .CallDoability {
    font-size: 8px;
}
    .SupermanChatBox{
        left: 8rem;
    }
}
.container1 {
    padding-right: 15px;
}
@media (min-width: 576px) {
    .container1 {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container1 {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container1 {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container1 {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container1 {
        max-width: 1320px;
    }
}
.appIcon {
    width: 277px;
    height: 84px;
    object-fit: contain;
}
@media (min-width: 1433px) and (max-width:1440.9px) {
    .application_posi {
        right: 9rem;
    }
    .centerTextWork{
        bottom: 70px;
    }
}
@media (min-width: 1400px) and (max-width:1432.9px) {
    .Approve_Quotation_posi {
        left: 11rem;
    }
}
@media (min-width: 1285px) and (max-width:1399.9px) {
    .Doability_text_posi {
     bottom: 11rem;
    }
    .Approve_Quotation_posi {
    top: 10rem;
    left: 11rem;
}
    .application_posi {
    top: 11rem;
    right: 8rem;
}
    .centerTextWork{
        bottom: 92px;
    }
}
@media (min-width: 1246px) and (max-width:1284.9px) {
    .Doability_text_posi {
     bottom: 9rem;
        left: 3rem;
    }
    .Approve_Quotation_posi {
    top: 10rem;
    left: 11rem;
}
    .application_posi {
    top: 11rem;
    right: 8rem;
}
    .centerTextWork{
        bottom: 92px;
    }
    .courier_posi {
    bottom: 11rem;
}
}
@media (min-width: 1230px) and (max-width:1245.9px) {
    .Doability_text_posi {
     bottom: 9rem;
        left: 3rem;
    }
    .Approve_Quotation_posi {
    top: 10rem;
    left: 9rem;
}
    .application_posi {
    top: 11rem;
    right: 6rem;
}
    .centerTextWork{
        bottom: 92px;
    }
    .courier_posi {
    bottom: 11rem;
}
    .doorstep_posi{
        top: 5rem;
    }
}

@media (min-width: 1200px) and (max-width:1229.9px) {
    .Doability_text_posi {
     bottom: 9rem;
        left: 3rem;
    }
    .Approve_Quotation_posi {
    top: 10rem;
    left: 9rem;
}
    .application_posi {
    top: 11rem;
    right: 6rem;
}
    .centerTextWork {
    bottom: 92px;
    height: 193px;
    overflow: hidden;
}
   .courier_posi {
    bottom: 14rem;
}
    .doorstep_posi{
        top: 5rem;
    }
}