@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 /*font-family: "Roboto", serif;*/

:root{
	--font1: "Roboto", serif;   
    --white: #FFFFFF; 
    --black:  #000;   
	--black1:  #0E0E0E;
    --gray: #282828; 
    --redColor:#EE2C24; 
    --textColor: rgba(0,0,0,.5);
    --textColor1:rgba(255,255,255,.5); 
    --lightbg:#FBFBFB;
    --borderColor: #EDEDED; 
}


*{ 
    box-sizing: border-box;
}
.main_serviceDiv .img img {
    object-fit: contain;
    height: 70px;
    border-radius: 17px;
}
.cominsoonSection h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
    color: #222;
}
.cominsoonSection h4 {
    font-size: 25px;
    margin: 9px 0;
    font-weight: 500;
}
.cominsoonSection h5 {
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0;
}

.vehicle-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.vehicle-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cominsoonSection h5 img {
    width: 22px;
    margin-right: 10px;
}
.img {
  overflow: hidden;
}
ul.submenu.show li {
    width: 100%;
    margin: 0 !important;
}
body {
    margin: 0;
    padding: 0; 
    scroll-behavior: smooth; 
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-family: var(--font1);
    font-weight: 300;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
 
h1,h2,h3,h4,h5,h6{ 
    font-family: var(--font1); 
    font-weight: 700;
}
p{
	margin:0 0 20px;
}
img,svg{
    width: 100%;
}
.clear{
    clear: both;
}
.clear:after{
    position: relative;
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

::-ms-input-placeholder {  
  color: #fff;
}
::placeholder {
  color: #fff;
}
::-webkit-placeholder {
  color: #fff;
}
 
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
    transition: .5s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.lightbg{background: var(--lightbg);} 

section{
    padding: 75px 0;
    position: relative; 
}


.cmnbtn,
input[type="submit"]{ 
    text-transform: capitalize;
    background: var(--redColor);
    color: var(--white); 
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    width: auto;
}    
.cominsoonSection {
    text-align: center;
    padding: 82px 0;
        max-width: 80% !important;
    width: 100% !important;
}
.blogdiv.blogdivbig img {
    height: 635px !important; 
    object-fit: cover;
}
.cominsoonSection .img img {
    height: 250px;
    object-fit: cover;
}
.cominsoonSection h2 {
    font-size: 48px;
    font-weight: 300;
}
.cominsoonSection i {
    color: red;
    font-size: 42px;
    margin-bottom: 24px;
    display: block;
    animation: spin 3s linear infinite;
}

/* Animation keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.innerBanner {
    background: #000;
    height: 260px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px;
}
.contentInnerPage {
    width: 50%;
}
.innerPageImage {
    width: 50%;
}
.innerBanner p {
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-size: 22px;
}
.innerBanner h1 {
    color: #ee2c24;
    text-align: center;
    font-family: 'Roboto';
    font-size: 44px;
}
.innerPageContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    align-items: center;
}
.innerPageContent p {
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 33px;
}
.contactbanner {
    background: #000;
    height: 360px;
    margin-bottom: -60px;
    padding-top: 100px;
}
.contactbanner h3.text-center {
    color: red;
    font-size: 18px;
}
.contact-form-wrapper.p-4.bg-white.shadow.rounded-3 {
    max-width: 60%;
    margin: 0 auto 60px;
}

.contact-form-wrapper .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  padding: 10px 15px;
}

.contact-form-wrapper .form-control:focus {
  background-color: #fff;
  border: 1px solid #dc3545;
  box-shadow: none;
}

.contact-form-wrapper .btn-danger {
  background-color: #dc3545;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 500;
}

.contact-form-wrapper .btn-danger:hover {
  background-color: #c82333;
}

.contact-form-wrapper label {
  font-weight: 500;
  font-size: 14px;
}
.contactbanner h2 {
    color: #fff;
    font-size: 43px;
    width: 29%;
    margin: 0 auto;
}

.innerList {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.innerList ul {
    list-style: num;
    padding: 0 0 0 20px;
    line-height: 25px;
}
.container{ 
    max-width: 1600px !important;
}
section.areascover_sec {
    padding: 0 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}
section.areascover_sec h2.title {
    color: var(--redColor);
    display: block;
    font-weight: bold;
    font-size: 54px;
}
section.areascover_sec p.text-center {
    font-size: 21px;
    line-height: 29px;
}
.innerList h2 {
    font-size: 20px;
    color:#ee2c24;
}
.footerdiv {
    color: #fff;
}
.footerdiv ul li a {
    color: #fff;
}
.servicesRow {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex
;
    justify-content: space-between;
}
.servicesBoxs {
    width: 30%;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
}
.servicesBoxs:hover i {
    bottom: 9px;
}

.servicesBoxs i {
    color: red;
    font-size: 48px;
    margin: 20px 0 30px !important;
    display: block;
    transition: 0.3s 
ease all;
    position: relative;
    bottom: 0;
}
.allServices {
    max-width: 1200px;
    margin: 0 auto 60px;
}
.allServices h3.text-center {
    font-size: 16px;
    margin: 0;
}
.allServices h2.text-center {
    font-size: 40px;
    color: red;
}
.servicesBox {
    width: 30%;
    padding: 0 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.servicesBox h2 {
   color: red;
}
.servicesRow {
    flex-wrap: wrap;
    gap: 50px 0;
}
.headerBottomRight input.form-control {
    width: 400px !important;
    margin-top: 10px;
    z-index: 99;
    display: block;
    position: relative;
}
.errorFound.text-center {
    padding: 60px;
}
.errorFound p {
    font-size: 20px;
    padding: 15px 0;
}
.errorFound a {
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 50px;
    border-radius: 9px;
}
.serviceDesc {
    padding: 0 20px;
}
.imgHoverEffct {
    height: 222px;
    overflow: hidden;
    margin-bottom: 20px;
}
.servicesBox:hover .imgHoverEffct img {
    transform: scale(1.2);
}
.imgHoverEffct img {
    height: 222px;
    object-fit: cover;
    transition: 0.8s 
ease all;
}

.cmnbtn:hover,input[type="submit"]:hover{background: var(--black1); color: var(--white);}
.cmnbtn1:hover{background: var(--white); color: var(--black);} 

.tophd{margin: 0 0 100px; font-size: 20px; line-height: 24px; }
.tophd-center{text-align: center;}
h2.title{font-size: 36px; line-height: 50px; font-weight: 600;
    color: var(--black1); 
    margin: 0 0 10px; 
    position: relative; text-transform: uppercase;
}
 
.tophd p{margin: 25px 0;}
h2.title span{color: var(--redColor); display: block;
    font-weight: bold; font-size: 54px; 
}
.tagline{display: block; font-size: 20px; line-height: 24px;
    color: var(--textColor);    font-style: italic;
}

h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 20px;
}



.darksec .tophd,.darksec .tophd h2.title1,
.darksec .subtitle{color: var(--white);}
/**common**/
 
 

/**header**/
 


/**banner**/
 
 
/**mobile menu**/
.menubtn{
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 8px; 
    z-index: 124;
    margin-left: 10px;
    border-radius: 5px; 
    position: relative;
    display: none;
}
.menubtn span{
    display: inline-block;
    background: var(--white);
    width: 100%;
    height: 3px;
}

.mobilemenu{
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 124;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mobilemenu.active{
    right: 0;
}
.cross{
    position: absolute;
    width: 38px;
    height: 38px;  
    line-height: 0; 
    background: var(--white);
    color: var(--black);
    padding: 5px;
    right: 5px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobilemenu ul{
    padding: 40px 20px;
    background: var(--gray);
    width: 320px;
    list-style: none;
    margin: 0; 
}
.mobilemenu ul li:before{display: none;}
.mobilemenu ul li a{
    display: block;
    margin: 5px 20px;
    color: var(--white);
    border-radius: 25px;
    position: relative;
}
.mobilemenu li a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: .5s;
    left: 0;
    bottom: 0;
}
.mobilemenu li a:hover:after{
    width: 100%;
}


.mobilemenu ul.submenu1{
    padding: 0 0 0 15px;
    display: none;
}
.mobilemenu ul li.haschild1 >a{
    position: relative;
}
.mobilemenu ul li.haschild1 >a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--white);
    padding: 3px;
    transform: rotate(135deg);
}
.mobilemenu ul li{
    margin: 0 0 10px;
}

/**header**/
.site-header{background: var(--black); font-size: 15px; }
.headerTop{padding: 20px 0; color: var(--white);} 
.headerTopHold{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{display: inline-block; width: 120px;}
.logo img{width: 100%;}
.headerTopRight{list-style: none; margin: 0; padding: 0; display: flex;
    gap:50px;
}
.headerTopRight li{display: flex; gap: 15px;}
.headerBottom{background: var(--gray);}
.headerTopRight .ico{
    width: 32px;
}
.headerTopRight .text a,.headerTopRight .text address{
    display: block;
    margin: 0;
    font-style: normal;
    color: var(--white);
}
.headerTopRight .text a:hover{
    color: var(--redColor);
}

.headerBottom{padding: 20px 0;}
.headerBottomHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menulist{list-style: none; margin: 0; padding: 0;}
.menulist li{margin-right: 25px; display: inline-block; vertical-align: middle;}
.menulist li a{display: block; color: var(--textColor1); text-transform: uppercase;}
.menulist li a:hover{color: var(--redColor);}
.headerBottomRight{display: flex; align-items: center; gap:20px;}
.searchButton{width: 40px; height: 40px; display: inline-flex; 
    align-items: center; justify-content: center; 
    background: var(--black1);
    border-radius: 50%; cursor: pointer;
}
.searchButton img{
    width: 14px;
    opacity: .7;
}

/**banner**/
.banner{position: relative; 
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
 }
.banner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);

}
.bannerSlide  img{height: 600px;}
.bannerContent{
    position: relative; 
    z-index: 1;
}
.bannerHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerText{
    max-width: 450px;

    color: var(--white);
    font-size: var(--textColor1);

}
.bannerText h1{font-size: 85px;line-height: 80px; color: var(--redColor);
    text-transform: uppercase; margin: 0 0 10px; font-weight: 600;
}
.bannerText h2{font-size:50px;line-height: 60px; color: var(--white);
    text-transform: uppercase; margin: 0 0 10px; font-weight: 600;
}
.bannerForm{
    /* max-width: 350px; */
    text-align: center;
    padding: 30px;
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    backdrop-filter: blur(2px);
    border: 1px solid #454545;
    background: rgba(0, 0, 0, .35);
}
.bannerForm h3{font-size: 30px; line-height: 35px; margin: 0 0 20px;
    color: var(--white); font-weight: 600; text-transform: uppercase;
}
.bannerForm h4{font-size: 20px; line-height: 24px; font-weight: 300; margin: 0 0 5px;}
.bannerForm p{}
.bannerForm .form-group{}
.bannerForm ::placeholder {
  color: #ccc; 
}

.bannerForm  ::-ms-input-placeholder { 
   color: #ccc; 
}
.bannerForm input,.bannerForm select,
.bannerForm textarea{
    width: 100%;
    border:1px solid transparent;
    margin: 0 0 10px;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
}
.bannerForm input[type="submit"]{
    width: auto;
    font-size: 15px;
    transition: .5s;
}
.bannerForm input[type="submit"]:hover{
    background: var(--white); color: var(--black);
}
.bannerForm input[type="radio"]{
    display: inline-block;
    margin: 0 4px 0 0;
    width: auto;
    vertical-align: middle;
}

.hm-radio-hldr{
    text-align: left;
    margin: 0 0 10px;
}
.hm-radio-hldr .mainlabel{
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 500;
}
.hm-radio-hldr input[type="radio"] + label{
    margin-right: 10px;
    vertical-align: middle;
}

/**welcome_sec***/
.welcome_sec{
    position: relative;
}
.welcome_sec:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 400px;
    background: url(../images/shape1.png) no-repeat 0 0;
    background-size: contain;
}
.welcome_sec:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40%;
    height: 500px;
    background: url(../images/shape2.png) no-repeat right 0;
    background-size:contain;
}
.welcome_sec .tophd{margin: 0;}

/**why_service_sec**/
.why_service_sec{}
.why_serviceDiv{background: var(--lightbg); border: 1px solid var(--borderColor);
    padding:0 30px 25px; text-align: center; height: 100%;
    transition: .5s;
}
.why_serviceDiv .img{
    width: 100px;
    height: 100px;
    border: 1px solid var(--redColor);
    background: var(--black1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(0,-50%);
    transition: .5s;
}
.why_serviceDiv .img img{
    width: 45px;
}
.why_serviceDiv .content{}
.why_serviceDiv .content h3{color: var(--textColor);

}
.why_serviceDiv .content p{}

.why_serviceDiv:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}
.why_serviceDiv:hover .img{
    background: var(--redColor);
}

/**dark_sec**/
.main_service_sec{}
.dark_sec{background: var(--black); color: var(--textColor1);}
.dark_sec h2.title{color: var(--white);}
.dark_sec .tagline{ color: var(--textColor1);}
.main_service_sec .row{
    justify-content: center;
}
.main_serviceDiv{text-align: center; position: relative;
    padding: 30px; transition: .5s;
    box-shadow: 0 0 22px 0 inset transparent;
    border-radius: 0;
}
.main_serviceDiv:hover{
    box-shadow: 0 0 22px 0 inset rgba(255,255,255,0.2);

    border-radius: 15px;
}
.main_serviceDiv .img{
    display: inline-block;
    margin: 0 0 30px;
    width: 70px;
    height: 70px;
}
.main_serviceDiv img img{}
.main_serviceDiv h3{color: var(--white);  
   
}

.main_serviceDiv p{}
.main_serviceDiv:after{
    width: 20px;
    height: 20px;
    background: var(--black);
    color: var(--redColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    left: 100%;
    content: "\f285";
    font-family: bootstrap-icons !important;
}
.main_service_sec .row > div:nth-child(3n) .main_serviceDiv:after,
.main_service_sec .row > div:last-child .main_serviceDiv:after{
    display: none;
}

/**coach_service_sec**/
.coach_serviceDiv{
    padding: 10px 30px;
    text-align: center;

    transition: .5s;
    box-shadow: 0 0 10px 0 transparent;
}

.coach_serviceDiv:hover{
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);

    border-radius: 5px;
}
.coach_serviceDiv .img{
    width: 100%;
    height: 150px;
    margin: 0 0 20px;
}
.coach_serviceDiv .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.coach_serviceDiv .content{}
.coach_serviceDiv .content h3{
    margin: 0  0 15px;
}
.coach_serviceDiv .content p{}

/**how_sec**/
.how_sec{}
.howDiv{
    position: relative;
    padding: 35px;
    background: var(--lightbg);
    margin: 0 20px;
}
.howDiv .no{margin: 0 0 30px; display: inline-block; color: rgba(0, 0, 0, .1);
    font-size: 90px; line-height: 90px; font-weight: 600;
}
.howDiv h3{margin: 0 0 15px;}
.howDiv p{} 
.howDiv:after{
    width: 60px;
    height: 60px;
    background: var(--redColor);
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    left: 100%;
    content: "\f285";
    font-family: bootstrap-icons !important;
}
.how_sec .row > div:last-child .howDiv:after{
    display: none;
}

.howDiv,.howDiv .no,.howDiv h3{transition: .5s;}
.howDiv:hover{background: var(--black1); color: var(--white);}
.howDiv:hover .no{color: var(--textColor1);}
.howDiv:hover h3{color: var(--white);}

/**why_new_sec**/
.why_new_sec{background: var(--black); padding: 0; margin: 50px 0;}
.why_newHolder{display: flex;}
.why_new_sec .tophd{
        width: calc((100% - 1200px) / 2 + 400px);
    background: var(--white);
    padding: 40px 80px 40px 40px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.why_new_sec .tophd:before{
    position: absolute;
    content: "";
    width: 1000px;
    right: 100%;
    top: 0;
    height: 100%;
    background: var(--white);
}
.why_newRight{width: calc((100% - 1200px) / 2 + 800px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 80px 20px;
}
.why_newDiv{text-align: center; color: var(--textColor1);
    padding: 15px;
}
.why_newDiv .img{display: inline-block; margin: 0 0 30px;}
.why_newDiv .img img{}
.why_newDiv .content {}
.why_newDiv .content h3{color: var(--white);}
.why_newDiv .content p{}


/***partner_sec****/
.partner_sec{
    background: rgba(145, 145, 145, .40);
    padding: 45px 0;
}
.partnerslide .slick-track{
    display: flex;
    align-items: center;
}
.partnerimg img{
    width: 100%;
    height: 107px;
    object-fit: contain;
}

/**testimonial_sec**/
.testimonial_sec{
    overflow: hidden;
}
.testdiv{display: flex; padding: 25px; gap: 15px;
    border: 1px solid #d9d9d9; width: 461px;
    align-items: center;
    justify-content: space-between;
}
.testdiv .testdivLeft{
    width: calc(100% - 100px);
}
.testdiv .testdivLeft p{
    margin: 0 0 30px;
}
.testdiv .name{
    font-size: 20px; 
    line-height: 28px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
}
.testdiv .testdivRight{
    width: 85px;
    text-align: center;
}
.testdiv .img{display: inline-block; margin: 0 0 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testdiv .img img{width: 100%; height: 100%;  border-radius: 50%;}
.testdiv .designation{display: block; font-size: 12px; line-height: 18px;}

.testimonialSlider {
    position: relative;
    left: calc((100% - 1170px) / 2);
}

.testimonialSlider .slick-track{margin: 0 -10px;}
.testimonialSlider .slick-slide {padding: 0 10px;}

/**blog_sec**/

.blogHolder{background: var(--black); padding: 100px 0;}
.blogdiv{}
.blogdiv .img{overflow: hidden; display: block;}
.blogdiv .img img{width: 100%; height: 100%; transition: .5s;
    transform: scale(1);
}
.blogdiv:hover .img img{
    transform: scale(1.05);
}
.blogContent{ color:var(--textColor1);  font-size:20px; line-height:30px; }
.blogContent h2{margin: 0 0 25px; color: var(--white);
    font-size:48px; line-height:56px; font-weight: 400;
}
.blogContent h3{margin: 0 0 15px; color:var(--white);
    font-size: 24px; line-height:30px;
    font-weight: bold;
}
.blogContent a{color: var(--white);}
.blogContent a:hover{color: var(--redColor);}
.blogContent p{margin: 0 0 25px;}
.blogadmin{font-size: 15px; line-height:20px; }
.blogadmin span{display: block;}
.blogsubtitle{display: block; color: var(--redColor); letter-spacing: 2px;
    text-transform: uppercase; font-size: 14px; line-height:20px;
}

.blogdivbig{position: relative;}
.blogdivbig .blogContent{
    padding: 35px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.blogdivbig,.blogdivbig .img,.blogdivbig .img img{
    height: 100%;
}
.blogdivbig .blogadmin{
    position: relative;
    padding: 0 0 0 60px; 
}
.blogdivbig .blogadmin:before{
    content: "";
    background:#fff url(../images/diamond.svg) no-repeat center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
}

.blogdivsmall{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    margin: 0 0 20px;
}
.blogdivsmall:last-child{
    margin: 0;
}
.blogdivsmall .img,.blogdivsmall .img img{
    height: 100%;
}
.blogdivsmall .blogContent{
    padding: 30px 30px 0;
}

/**faq_sec**/
.faq_sec{

}
.faq_acc{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}
.accDiv{padding: 30px 30px  30px 60px; border: 1px solid transparent;}
.accDiv.active{border: 1px solid var(--redColor);}
.accDiv h3.accTitle{
    position: relative;
    font-size: 22px;
    line-height: 30px; 
    font-weight: bold;
    margin: 0;
}
.accDiv h3.accTitle:before{
    position: absolute;
    content: "";
    background: url(../images/plus.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    color: var(--redColor);
    font-weight: bold;
    left: -30px;
    top: 5px;
}
.accDiv.active h3.accTitle:before{
     top: 0;
    background: url(../images/minus.svg) no-repeat 0 center;
}
.accContent{  padding: 30px 0 0 0; color: var(--textColor);}
.accDiv.active .accContent{ }
.accContent p{margin: 0;}

/**instaDiv**/
.instaDiv{}
.instaDiv img{width: 100%;}

/**newsletter_sec**/
.newsletter_sec{
    padding: 75px 0;
    background: var(--gray);
}
.newsletterHolder{
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.newsletterHolder .tagline{color: var(--textColor1);
    font-style: normal;
}
.newsletterHolder .tophd{margin: 0;}
.newsletterHolder h2.title{ color: var(--redColor);}
.newsletterHolder h2.title span{
   color: var(--white);
}

.newsletterForm{
    display: flex;
    gap: 20px;
}
.newsletterForm input{
    width: 100%;
    border: none;
}
.newsletterForm input[type="submit"]{
    width: auto;
}

/**footer**/
.site-footer{
    background: var(--black);
    padding: 50px 0 0 0;
    font-size: 15px;
    line-height: 20px;

}

  .menulist li {
    position: relative;
  }

  .menulist a {
    display: block;
    padding: 12px 16px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 13px;
  }

  .menulist a:hover {
    background: #444;
  }

  /* Submenu styles */
  .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }

  .submenu li a {
    padding: 10px 16px;
    white-space: nowrap;
  }

.submenu.show {
    max-height: 500px;
    opacity: 1;
    z-index: 9;
}
.footerTop{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    font-size: 20px;
    line-height: 24px;
    color: var(--textColor1);
    padding: 40px 0;
}
.footerTop a {
    color: var(--textColor1);
    font-size: 18px;
    line-height: 10px;
}
.footerTop a:hover{
    color: var(--redColor);
}
.footerlist1{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
}
.footerlist li{
    margin: 0 0 18px;
}
.footerlist2 li a,
.footerlist2 li address{
    margin: 0;
    padding: 0 0 0 30px;
} 
.footerlist2 li a.call{background: url(../images/call2.svg) no-repeat 0 2px;
    background-size: 20px;
}
.footerlist2 li a.mail{background: url(../images/mail2.svg) no-repeat 0 2px;
    background-size: 20px;
}
.footerlist2 li address{background: url(../images/addressic2.svg) no-repeat 0 2px;
    background-size: 20px;
}


.footerTop .logo{
    width: 150px;
    display: inline-block;
    margin: 0 0 30px;
}
.footerTop .logo img{
    width: 100%;
}
.footerTop h3{
    text-transform: uppercase;
    color: var(--redColor);
    letter-spacing: 1px;
    font-weight: 600;
}
.social{
  display: flex;
  gap: 30px;  
}
.social a{color: var(--white);}
.social a:hover{color: var(--redColor);}


.footerBottom{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}
.footerBottom ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerBottom ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footerBottom p{
    margin: 0;
}
.footerBottom  li  a{
    text-transform: capitalize;
    color: var(--white);
}
.footerBottom  li  a:hover{
    color: var(--redColor);
}

.ftrRight_list li  a{color: var(--redColor);}
.ftrRight_list li  a:hover{color: var(--textColor1);}

.error{
    color: red;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;;
}



.become_supplier_form{
    position: relative;
    z-index: 1;
    margin: 25px 0 0 0 ;
}
.become_supplier_form .form-group {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 0 0 20px;
    text-align: left;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(2px);
    border-radius: 10px;
}
.become_supplier_form .form-group h4 {
    background: #d00;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 10px;
}
.become_supplier_form .form-group label {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 16px;
}

.become_supplier_form .form-group p{
        margin: 10px 0;
    font-size: 14px;
    background: #fff5ac;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
}
.become_supplier_form .form-group input[type="submit"]{
    border: none;
    border-radius: 5px;
}

.form-required label:after {
    color: #d23b3b;
    content: "*";
    display: inline-block;
    font-weight: 700;
    margin-left: .2em;
    position: relative;
    top: -.1em;
}

.quotetion_form .multiplePickupPointAdd .carcl_btn{
    display: inline-block;
    background: var(--redColor);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
        width: 30px;
    height: 30px;
}
.quotetion_form .multiplePickupPoint .pickuppointremoverow{
    display: inline-flex;
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
    color: var(--redColor);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-size: 15px;
}



.become_supplier_form .fleetentry .carcl_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5ebf30;
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
        width: 30px;
    height: 30px;
}
.become_supplier_form .fleetentry .fleetremoverow{
    display: inline-flex;
    background: var(--redColor);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
    color: var(--white);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 10px;
    font-size: 12px;
}
  
@media (max-width:1199px){
    .container{
        max-width: 1000px;
    }
    .site-header{
        font-size: 13px;
    }
    .tophd{
        font-size: 18px;
    }
    body{
        font-size: 15px;
    }
    h3{
        font-size: 20px;
        line-height: 26px;
    }
    .testimonialSlider{
        left: calc((100% - 1000px) / 2);
    }

}



@media (max-width:991px){
    .container{
        max-width: inherit;
        padding: 0 25px;
    } 
    .menulist{display: none;}
     .menubtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bannerText h1{
        font-size: 65px;
        line-height: 70px;
    }
    .bannerText h2{
        font-size: 40px;
        line-height: 46px;
    }
    .bannerText{
        padding-right: 20px;
    }
    .why_serviceHolder .row >div{
        margin: 0 0 80px;
    }
    section{
        padding: 45px 0;
    }
    .why_service_sec{
        padding-bottom: 0;
    }
    .tophd{
        margin: 0 0 50px;
    }
    .howDiv{
        padding: 15px;
    }
    .howDiv .no{margin: 0 0 20px; font-size: 70px; line-height: 80px;}
    .why_new_sec .tophd{
        width: 30%;
    }
    .why_new_sec .tophd{
        width: 30%;
        padding: 20px;
    }
    .why_newRight{
        width: 70%;
        padding: 60px 15px;
    }
    .blogHolder .row >div{
        margin: 0 0 20px;
    }
    .footerTop{
        font-size: 16px;
    }
    .footerBottom{
        font-size: 10px;
    }
    .footerTop .logo{
        width: 120px;
    }
    .footerlist2 li a, .footerlist2 li address{
        padding: 3px 0 3px 30px;
    }
    .testimonialSlider{
        left: auto;
        padding: 0 15px;
    }
    .why_serviceHolder{
        margin-top: 80px;
    }
}

@media (max-width:767px){
   .headerTopRight li:not(:last-child){
    display: none;
   }   
   .logo{
    width: 90px;
   }
   .bannerHold{
    flex-wrap: wrap;
   }
   .bannerText{
    padding: 20px 0;
   }
   .bannerText h1{
    font-size: 50px; line-height:50px;
   }
   .bannerForm{max-width: inherit;  width: 100%;}
   .bannerText h2{
    font-size: 30px;
    line-height: 35px;
   }

   h2.title{font-size: 28px; line-height: 35px;}
   h2.title span{font-size: 40px;}
   .tagline{font-size: 18px; line-height: 20px;}
   .howDiv:after{display: none;}
   .howHolder .row >div{margin: 0 0 20px;}
   .why_newHolder{
    flex-wrap: wrap;
   }
   .why_new_sec .tophd{width: 100%; justify-content: center; text-align: center;}
   .why_newRight{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
   }
   .faq_acc{
    grid-template-columns: repeat(1, 1fr);
   }
   .newsletterHolder{
    grid-template-columns: repeat(1, 1fr);
    gap:30px;
   }
   .footerTop{
        grid-template-columns: repeat(1, 1fr);
   }
   .blogdivsmall{
    grid-template-columns: repeat(1, 1fr);
   }
   .blogdivsmall .blogContent{
    padding: 20px 0;
   }
   .blogHolder{
    padding: 40px 0;
   }
   .blogContent h2{
    font-size: 30px;
    line-height: 35px;
   }
   .blogdivbig .blogContent{
    padding: 15px;
   }
   .footerBottom{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
   }
   .accDiv{
    padding: 15px 15px  15px 40px;
   }
   .accDiv h3.accTitle{
    font-size: 18px;
    line-height: 24px;
   }
   .accContent{
    padding: 15px 0 0 0;
   }
}   

@media (max-width:479px){
    .container{
        padding: 0 15px;
    }

    .headerTopRight li:not(:last-child){
        display: flex;
    }
    .headerTopRight li .text{
        display: none;
    }
    .headerTopRight{
        gap:15px;
    }
}