@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap');
body {
    padding: 0;
    font-family: "Varela";
    font-weight: 400;
    color: #fff;
    background: #023a51;
}

::-moz-selection {
    background: #2cbc63;
    color: #fff;
}

::selection {
    background: #2cbc63;
    color: #fff;
}

/**** Go Back Btn ****/

#GoBack {
    display: flex;
    background-color: #2cbc63;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

#GoBack:hover {
    cursor: pointer;
    background-color: #333;
}

#GoBack:active {
    background-color: #555;
}

#GoBack.show {
    opacity: 1;
    visibility: visible;
}

a{
    transition: all 0.3s;
}
ul {
    list-style-type: none;
    padding-left: 0;
}

section {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

p{
    color: #AEB0B2;
    font-size: 16px;
}
.container {
    max-width: 1240px;
}

.primary-btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #EEEEEE;
    background: #2cbc63;
    border-radius: 50px;
    padding: 13px 30px 13px 30px;
    border: solid 2px #FFFFFF21;
    transition: all 0.5s;
}
.primary-btn:hover {
    color: #EEEEEE;
    background: #2cbc63;
    border: solid 2px #2cbc63;
}
.primary-outline-btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #EEEEEE;
    background: #000;
    border-radius: 50px;
    padding: 13px 30px 13px 30px;
    border: solid 2px #FFFFFF21;
    transition: all 0.5s;
}
.primary-outline-btn:hover {
    color: #EEEEEE;
    background: #2cbc63;
    border: solid 2px #2cbc63;
}

/**** Main Menu Section ****/
.manin-navbar {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    z-index: 2;
    background: #023a51;
}
.manin-navbar.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    top: -130px;
    transform: translateY(130px);
    transition: transform 0.9s;
    z-index: 999;
    background: rgba(4, 4, 6, 0.9098039216);
}
.manin-navbar .my-menu .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    border-right: solid 1px #FFFFFF52;
    margin-right: 0px;
    padding-right: 20px;
}
.manin-navbar .my-menu .navbar-brand img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}
.manin-navbar .my-menu ul.navbar-nav {
    padding: 10px 0;
}
.manin-navbar .my-menu ul.navbar-nav li a {
    font-size: 16px;
    color: #EEEEEE;
    padding: 12px 25px;
    text-transform: capitalize;
}
.manin-navbar .my-menu ul.navbar-nav li a:hover, .manin-navbar .my-menu ul.navbar-nav li a.active {
    color: #2cbc63;
}

.manin-navbar .my-menu .get-quote-btn a.nav-link {
    font-size: 14px;
    background: #2cbc63;
    border-radius: 50px;
    border: solid 2px #FFFFFF21;
    margin-left: 40px;
    font-weight: 600;
}
.manin-navbar .my-menu .get-quote-btn a.nav-link:hover {
    color: #2cbc63;
    background: #EEEEEE;
    /* border: solid 2px #2cbc63; */
}
.manin-navbar .my-menu ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}
.manin-navbar .my-menu ul.navbar-nav li.dropdown .dropdown-menu {
    background: #221e12;
    padding: 8px;
}
.manin-navbar .my-menu ul.navbar-nav li.dropdown .dropdown-menu li a {
    color: #fff;
    border-radius: 4px;
}
.manin-navbar .my-menu ul.navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #040406;
    background: #800080;
}
.manin-navbar .my-menu ul.navbar-nav li.dropdown .dropdown-menu li a:hover {
    color: #040406;
    background: #800080;
}


/********** Hero Section ***********/

.hero-section h6 {
    color: #2cbc63;
    font-size: 18px;
    margin-bottom: 20px;
}
.hero-section h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 0px;
}
.hero-section p {
    color: #AEB0B2;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.heading-shape img {
    max-width: 180px;
}

.hero-img{
}
.hero-img img{
    border-radius: 10px;
}

/********** About Us Section ***********/

.about-section{

}

.main-heading h6 {
    color: #2cbc63;
    font-size: 18px;
    margin-bottom: 20px;
}
.main-heading h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0px;
}
.main-heading .heading-shape {
    text-align: center;
}
.main-heading p {
    color: #AEB0B2;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-section p {
    color: #AEB0B2;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-img{}
.about-img img{
    border-radius: 10px;
}
.about-img .checkmark{
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: 140px;
    max-height: 140px;
}
.accordion-item{
    background: transparent;
    border: 0px;
}
.about-accordion .accordion-button, .about-accordion .accordion-button:not(.collapsed) {
    padding-left: 30px;
    background-color: transparent;
    outline: unset;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.about-accordion .accordion-button::after, .about-accordion .accordion-button:not(.collapsed)::after {
    position: absolute;
    left: 0px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.about-accordion .accordion-body{
    color: #AEB0B2;
    font-size: 16px;
}



/********* Services Section **********/

.services-section{}
.services-section .main-heading{
    max-width: 500px;
    margin: 0 auto;
}

.service-card{
    text-align: center;
}
.service-img{
    margin-bottom: 25px;
}
.service-img img{
    max-width: 130px;
    max-height: 130px;
    transition-duration: 0.3s;
}
.service-img:hover img{
    transform: translateY(-8px);
}
.service-body h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-body a{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.service-body a:hover{
    color: #2cbc63;
}




.why-us-card {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.why-us-card .icon {
    flex: 0 0 40px;
}
.why-us-card .icon i {
    font-size: 32px;
    transition: all 0.4s ease-in-out !important;
}
.why-us-card .icon i:hover {
    transform: scale(1.1);
}
.why-us-card .card-info{

}
.why-us-card .card-info h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-us-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-us-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}




/*********** Footer Section *************/
footer {
    width: 100%;
    height: auto;
    border-top: solid 1px #FFFFFF24;
    padding: 60px 0px 0px 0px;
}
.footer-logo img {
    max-width: 250px;
}
.footer-about-us {
    margin-top: 20px;
}
.footer-about-us p {
    font-size: 14px;
}
.footer-section h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-section ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-section ul li span{
    display: flex;
    gap: 20px;
    color: #AEB0B2;
    text-decoration: none;
    font-size: 14px;
}
.footer-section ul li a{
    display: flex;
    gap: 20px;
    color: #AEB0B2;
    text-decoration: none;
    font-size: 14px;
}
.footer-section ul li a:hover{
    color: #2cbc63;
}
.footer-section ul li a i{
    font-size: 18px;
}

.google-map iframe{
    width: 100%;
}

.social-media{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.social-media li{
    display: inline-block;
}
.footer-section .social-media li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #AEB0B2;
    border-radius: 50%;
}
.footer-section .social-media li a:hover{
    border-color: #2cbc63;
}
.footer-section .social-media li a i{
    font-size: 14px;
}
.copyright{
    width: 100%;
    height: auto;
    color: #AEB0B2;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border-top: solid 1px #FFFFFF24;
}



/********* Quote Page *********/

.inner-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001936b0;
}

.inner-banner h2{
    font-size: 42px;
    font-weight: 600;
    position: relative;
}


.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #fff;
    font-weight: 500;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2cbc63;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: rgba(45, 129, 226, 0.137);
    border-color: transparent;
    color: #fff;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    color: #fff;
    border: solid 1px  rgba(45, 129, 226, 0.137);
}
.daterangepicker .drp-buttons .cancelBtn:hover {
    background: #252d4c;
    color: #fff;
}
.daterangepicker td.off {
    background: #252d4c;
}
.daterangepicker, .daterangepicker .drp-calendar, .daterangepicker .drp-calendar.single .calendar-table {
    border-color: #3f4458;
    background: #3f4458;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect{
    background: #3f4458;
    border-color: rgba(45, 129, 226, 0.137);
    color: #fff;
    padding: 4px;
}
.daterangepicker .drp-buttons{
    border-color: rgba(45, 129, 226, 0.137);
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3f4458;
    border-left: 6px solid transparent;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span{
    border-color: #fff;
}
.driver-details-form{
    width: 100%;
    margin-top: 30px;
}
.driver-details-form h3{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}
.query-form{
    position: relative;
}
.query-form label{
    font-size: 16px;
    color: #fff;
}
.query-form input{
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 20px;
    background-color: #121212;
    border: solid 2px #252728;
    outline: none;
    box-shadow: none;
}

.query-form input:focus{
    background-color: #121212;
    border: solid 2px #252728;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.query-form input::placeholder{
    color: #6a6b6d;
}
.query-form h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}
#find_vehicle_btn{
    margin-bottom: 20px;
}
.number-plate input, .number-plate input:focus {
    background: #33f79f;
    min-height: 80px;
}
.number-plate input:focus {
    background: #33f79f;
    color: #000;
}

.your-quote{
    width: 100%;
    /* height: 100%; */
    border: solid 1px #252728;
    text-align: center;
    padding: 30px 15px;
    border-radius: 8px;
    background: #252728;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 100px;
}
.your-quote h4{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-output{
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.form-output .output-title{
    font-size: 18px;
    font-weight: 700;
    color: #2cbc63;
}
.form-output .output-disc{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
