:root {
    --maincolor: #10274a;
    --secondcolor: #e7131a;
    --redcolor: #b00000;
    --blue: #465dff;
    --hover: #2f3a5f;
    --body: #f4f8fc;
    --yellow: #fbb03b;
    --fade: #e5eef9;
    --themecolor: #e7131a;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --othercolor: #1a265c;
    --heading: "Manrope", sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.loginMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f757;
}

.innerLoginContainer {
    width: 360px;
}

.innerLoginContainer img {
    width: 220px;
    margin-bottom: 25px;
}

.innerLoginContainer h1{
    font-size:20px;
    font-weight: 700;
    margin-bottom:20px !important;
}

.formSection input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.forgotSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgotSection a {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #777;
}

.passwordSection {
    position: relative;
}

.passwordSection button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: #ced4da;
}

.rememberSection {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rememberSection input {
    width: 15px;
    height: 15px;
    margin-bottom: 0px !important;
}

.rememberSection label {
    margin-bottom: 0px;
    margin-left: 6px;
}

.mainLoginButton {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondcolor);
}



.copyright {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
}

.copyright p:first-child {
    width: 60%;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 23px;
}

.footer {
    background-image: url('../images/template_bg.webp');
    background-repeat: repeat;
    padding: 60px 0 40px 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.innerFooterSection p {
    font-size: 15px;
    color: #fff;
}

.downloadOption {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.downloadOption div {
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 12px;
    display: flex;
    width: 35%;
    justify-content: center;
}

.downloadOption div img {
    width: 80%;
}

.downloadOption div:last-child {
    margin-left: 10px;
}

.innerFooterSection h2 {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.innerFooterSection li {
    margin-bottom: 14px;
}

.innerFooterSection li a {
    color: #fff;
    font-size: 14px;
}

.logoFooter {
    width: 250px;
    margin-bottom: 15px;
}

.innerFooterSection h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #fff;
}

.footer .container .row {
    justify-content: space-between;
}

.innerFooterSection ul li span {
    margin-right: 12px !important;
}


.innerFooterSection {
    margin-bottom: 20px;
}



.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 5px;
    width: 100%;
}

#header.scrolled {
    background-image: linear-gradient(180deg, rgba(0, 17, 81, 0.98) 30%, rgba(0, 17, 81, 0.76) 100%);
}

.logoSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection img {
    width: 315px;
}

.header li a {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.header li {
    margin-left: 12px !important;
    padding: 15px 0px;
}

.header .downloadOption {
    margin-top: 0px !important;
}

.header .downloadOption div {
    background-color: #ddd5;
    width: 150px;
}

.mobileMenuSection {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #0006;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
}

.mobileMenuSection button {
    background-color: #000;
    border: 0px;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.sideBarSection button i{
    font-size: 13px;
    margin-right: 5px;
}

.mobileMenuSection .sideBarSection{
    width: 280px;
    height: 100%;
    background-color: #f6f6f6;
}


.sideBarSection li {
    border-radius: 0px;
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd !important;
}

.sideBarSection li:last-child{
    border-bottom: 0px !important;
}

.sideBarSection li a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

#openSideBar {
    display: none;
}

.socialMediaLinkFirst li {
    padding: 8px 13px;
    background-color: #fff;
    border-radius: 50px;
}

.socialMediaLinkFirst li a {
    color: #222;
    font-size: 18px;
}

/* .mainContainerTrack{
    background: linear-gradient(90deg, #f6f6f6 0% 20%, #fff 20% 100%);
} */
.innerLeftSideTrack {
    /* background-color: #f6f6f6; */
    padding: 40px 40px 40px 0px;
}

.innerRightSideTrack {
    background-color: #fff;
    padding: 40px 0px 0px 0px;
    border-radius: 8px;
    display: flex;
    align-items: end;
}

.innerRightSideTrack img {
    width: 170px;
    margin-right: 50px;
}

.innerLeftSideTrack ul {
    margin-bottom: 50px !important;
}

.innerLeftSideTrack h1,
.rightTextTrackForm h1 {
    font-size: 28px;
    font-family: var(--heading);
    font-weight: 400;
}

.innerRightSideTrack h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--heading);
    color: var(--secondcolor);
}

.myButtonMain {
    background-color: var(--secondcolor) !important;
    color: #fff !important;
    padding: 14px !important;
    border: 0px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    margin-bottom: 50px !important;
}

.trackInput,
.trackTextArea {
    border: 1px solid #eee !important;
    border-radius: 0px !important;
    margin-bottom: 25px;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px;
    height: 52px !important;
}

.trackTextArea {
    height: 120px !important;
}

.mainContactArea .innerRightSideTrack {
    display: block;
}

.innerLeftSideTrack h6 img {
    width: 25px;
    margin-right: 15px;
}

.innerLeftSideTrack h6 {
    margin-top: 15px;
}

.innerLeftSideTrack h6:last-child img {
    width: 30px;
}

.innerLeftSideTrack h5 {
    margin-top: 40px;
}

.mainContactArea .rightTextTrackForm p {
    margin-bottom: 25px;
}

.otherBranchAddressSection {
    background-color: #fff;
}

.homeContactSec {
    background-image: url(../images/bg-cta-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerHomeContact {
    background-color: #fafafa68;
    padding: 60px 20px;
}

.homeContactSec .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.innerContactText {
    height: 100%;
}

.innerContactText h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px !important;
    color: var(--themecolor);
    text-decoration: underline;
}

.innerContactText p {
    margin: 15px 0px 0px !important;
    font-size: 16px;
}

.innerContactText h3 {
    font-size: 18px;
    font-weight: 700;
}

.innerHomeContact img {
    width: 100%;
}

.innerContactText h6 img {
    width: 25px;
}

.innerContactText button i {
    margin-left: 10px;
}

.innerLeftSideTrack .socialMediaLinkFirst ul {
    margin-top: 50px;
}

.innerLeftSideTrack .socialMediaLinkFirst li {
    background-color: #222;
}

.innerLeftSideTrack .socialMediaLinkFirst li a {
    color: #fff;
}

.braud{
    background-image: url('../images/bg-cta-2.jpg');
    background-size: cover;
    background-position: center;
}

.inBraud {
    padding: 20px;
    background-color: #fafafadb;
}

.braud .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.braud h2, .braud h1 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 900;
}

.braud ul li i {
    font-size: 12px;
}

.braud ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.braud ul li a {
    color: var(--secondcolor);
}

.innerBrach {
    background-color: #f6f6f6aa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.otherBrach h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.otherBrach p {
    margin-bottom: 0px;
}

.otherBrach {
    padding-bottom: 50px;
}


.onlinePayment {
    padding: 60px 20px;
}

.onlinePayment h1 {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 400;
    font-family: var(--heading);
}

.onlinePayment img {
    width: 75%;
    margin-top: 25px;
    margin-bottom: 50px;
}

.lastSerSeec {
    background-color: #080d1a;
    color: #fff;
    border-top: 3px solid #fbb03b;
    margin-bottom: 25px;
    padding: 20px 5px;
}

.lastSerSeec h4 {
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 0px;
}

.faqAccodianSection .accodHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.faqAccodianSection li {
    margin-bottom: 15px;
    background-color: #F8F5F1 !important;
}

.collapseLinkDiv {
    padding: 15px;
    background-color: #fff;
}

.faqAccodianSection [aria-expanded="true"] .accodHeader,
.activeHeaderFaq {
    background-color: var(--secondcolor) !important;
    color: #fff !important;
}

.serviceDetailSection {
    padding: 60px 20px;
    background: #fbfbfb;
}

.headerQuoteCall {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.formDivServiceSideBar {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    padding: 20px;
}

.formDivServiceSideBar p {
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px !important;
}

.inputDivinner {
    position: relative;
}

.inputDivinner label {
    top: -8px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px;
    left: 15px;
    position: absolute;
    background: #fff;
}

.mainformSide input,
.mainformSide textarea {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    height: 55px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.mainformSide button {
    background-color: var(--themecolor);
    color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
}

.headerQuoteCall h5 {
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.innerCallHeader {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.headerQuoteCall img {
    width: 40px;
    height: 40px;
}

.headerQuoteCall h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.innerCallHeader p {
    margin-bottom: 0px;
}


.faq_section {
    padding: 60px 0px;
}

.faq_inner h1 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #222;
    text-transform: uppercase;
    line-height: 30px;
}

.faq_inner p {
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: 400;
}

.faq_section h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px !important;
}

.faq_inner_list_sec p {
    display: flex;
}

.faq_inner {
    margin-bottom: 50px;
}

.faq_inner_list_sec p:last-child {
    margin-bottom: 0px !important;
}


.innerCountText h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--themecolor);
    font-family: var(--heading);
}

.innerCountText h2 {
    font-size: 16px;
    margin: 5px 0px !important;
    font-weight: 600;
}

.innerCountText p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.innerCountText {
    margin-top: 50px;
    text-align: center;
}

.countingSection {
    padding: 0px 20px 60px;
}

.countingSection h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.missionSectionAbout .container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.missionSectionAbout img {
    width: 300px;
    border-radius: 2px;
    margin-right: 30px;
}

.missionSectionAbout h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 5px;
}

.missionSectionAbout h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
}

.innermission {
    display: flex;
    align-items: center;
}

.missionSectionAbout {
    background-color: #fafafac2;
    padding: 60px 20px;
}

.innermission {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.visionContainer {
    margin-top: 80px;
}

.visionContainer img {
    margin-right: 0px;
    margin-left: 30px;
}

.missionSectionAbout h1 {
    font-size: 58px;
    font-weight: 300;
    font-family: var(--heading);
    margin-bottom: 35px;
}

.innerAboutText p {
    line-height: 28px;
}

.aboutMainImgSec img {
    width: 100%;
}

.mainAboutContainer .row {
    justify-content: space-evenly;
}

.textSideAboutImg img {
    width: 50px;
    margin-right: 10px;
}

.textSideAboutImg h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.textSideAbout .row div {
    padding: 0px;
}

.textSideAboutImg {
    display: flex;
    align-items: center;
    margin: 20px 0px 25px;
}

.navigationHome li button {
    background-color: transparent;
    border: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.navigationHome .dropdown li{
    margin-left: 0px !important;
    padding: 0px;
    margin-bottom: 15px !important;
}

.navigationHome .dropdown li:last-child{
    margin-bottom: 0px !important;
}


.bottomFixedButton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}

.bottomFixedButton img {
    width: 45px;
}

.bottomFixedButton a {
    display: block;
    border: 0px;
    margin-bottom: 15px;
    background-color: transparent;
}   


.lastBlueSection{
    background-color: #080d1a;
    padding: 20px;
    color: #fff;
}

.lastBlueSection h6{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: var(--secondcolor);
}
.lastBlueSection h6 img{
    width: 25px;
    margin-left: 10px;
}
.lastBlueSection h2{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    margin: 15px 0px;
}

.lastBlueSection button{
    background-color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0px;
}

.lastBlueSection button span{
    padding: 10px 15px;
}

.lastBlueSection button span:last-child {
    background-color: var(--secondcolor);
    font-size: 14px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    
}

.innerWhySecSide{
    display: flex;
    padding: 20px 20px 20px 0px;
    align-items: start;
}
.innerWhySecSide h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.innerWhySecSide img{
    width: 55px;
    margin-right: 15px;
}

.whyChooseService h3{
    font-size: 24px;
    font-weight: 800;
    font-family: var(--heading);
}
.featuresSection{
    display: flex;
}
.imgSideFeatures {
    width: 200px;
}
.textSideFeatures{
    width:calc(100% - 250px) ;
}
.textSideFeatures ul{
    margin-top: 20px;
}

.textSideFeatures li span{
    margin-right: 10px;
    color: var(--secondcolor);
}
.textSideFeatures li{
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.textSideFeatures li:last-child{
    margin-bottom: 0px;
}

.imgSideFeatures img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgSideFeatures{
    margin-right: 40px;
}

.featuresSection{
    padding: 40px 0px;
    border-top: 2px solid #f7f7f7;
}
.serviceMainContainer{
    padding: 40px 20px;
}
.serviceMainContainer h1{
    font-size: 24px;
    font-weight: 800;
    font-family: var(--heading);
}

.mainServiceImage{
    margin-bottom: 30px;
    width: 100%;
}

.locationList li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.locationList li span{
    color: var(--themecolor);
    margin-right: 10px;
}
.locationList a{
    color: #222;
}

.locationList a:hover{
    color: var(--secondcolor);
}

.upperHeader {
    padding: 12px;
    background-color: #222;
}

.upperHeader .container {
    display: flex
;
    justify-content: end;
    align-items: center;
}

.upperHeader li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.upperHeader li a i {
    color: #fff;
    margin-right: 5px;
}


.sidebarService{
    padding: 40px 20px;
}

.listSecService h3{
    font-size: 22px;
    font-weight: 800;
    font-family: var(--heading);
}
.whyChooseService{
    margin-top: 25px;
}
.listSecService{
    width: 100%;
}

.gallerySectionMain{
    padding:40px 20px
}
.innerGallerySection img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 25px;
}

.mainVideoContainer{
    margin-bottom: 40px;
}

.VideoSection{
    display: flex;
    justify-content: space-evenly;
}

.mainGalleryText h1 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
}

.mainGalleryText button{
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    color: #fff;
    background-color: #000;
}

.buttonGalerySection button:last-child{
    background-color: #e7131a !important;
    margin-left: 5px;
}

.mainGalleryText p{
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 24px;
}

.mainGalleryText img{
    width: 100%;
    margin-top: 20px;
}

.mainContainerTrackLocation{
    padding: 50px 20px;
}



.clientDetailWithService tr th, .clientDetailWithService tr td{
    font-size: 14px;
}
.clientDetailWithService h3{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--heading);
}

.clientDetailWithService .serviceOverSection table td{
    padding: 10px;
}
.clientDetailWithService .serviceOverSection table{
    width: 100%;
    border: 1px solid #333;
}


.locationsDetails h2{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
}
.locationsDetails{
    padding: 0px 20px;
}


.menuUpSection {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}

.callSection {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.callSection img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.callSection p {
    font-size: 12px;
    font-weight: 500;
    color: var(--themecolor);
    line-height: 10px;
    margin-bottom: 0px !important;
}

.callSection h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px !important;
    margin-top: 5px;
}



.whyHomeSection{
    background-image: url('../images/agenda-2.jpg');
    background-position: center;
    background-size: cover;
}
.innerSecWhyHome{
    background-color: #fff;
    color: #000;
}

.innerSecWhyHome .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.innerSecWhyHome h3{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 10px !important;
}
.innerSecWhyHome p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px !important;
}
.innerSecWhyHome p span{
    color: var(--secondcolor);
    font-weight: 400;
}

.boxSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.boxSection .innerBoxDiv{
    width: 22%;
    background-color: #fffffff5;
    padding: 20px;
    border-radius: 4px;
}
.boxSection .innerBoxDiv img{
    width: 70px;
    margin-bottom: 20px;
}
.innerBoxDiv p span{
    color: var(--themecolor);
    font-weight: 600;
}
.innerBoxDiv p{
    color: #222;
}

.aboutLeftImgSe img{
    width: 100%;
}

.aboutMainSection{
    padding: 50px 20px 20px;
}

.aboutMainSection .mainGalleryText img{
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.imgAndButton{
    display: flex;
    align-items: center;
}

.aboutMainSection .mainGalleryText h1{
    margin-bottom: 20px;
}



.clientSlider{
    padding:0px 20px 40px 20px;
}
.clientSlider h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--maincolor);
    text-align: center;
}

.clientSlider li img{
    width: 75%;
}
.clientSlider li{
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientSlider ul{
    margin: 30px 0px 0px !important;
    padding: 0px !important;
    position: relative;
}

.homelasttext{
    padding-top: 0px;
}



.lastContentabout{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20px 40px;
}

.lastContentabout p{
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: 400;
}
.lastContentabout h6{
    font-size: 15px;
    font-weight: 600;
}




.serviceContainerMain {
    padding: 60px 20px 40px;
    position: relative;
}

.serviceContainerMain .row {
    justify-content: center;
    display: flex;
}

.innerServiceMainDiv {
    padding: 30px 15px 0px;
    border-radius: 8px;
    overflow: hidden;
}

.innerToInnerServiceSub {
    width: 100%;
    padding: 25px 20px 30px;
    border-top: 3px solid var(--maincolor);
    background-color: #f3f4f7;
    /* background-color: #f3f4f75c; */
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.serivesubImg {
    width: 100%;
    height: 220px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.innerToInnerServiceSub h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerToInnerServiceSub p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.innerToInnerServiceSub button {
    background-color: transparent;
    color: var(--black);
    border: 0px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerToInnerServiceSub button span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid var(--black);
    padding: 7px 10px;
    border-radius: 50px;
    margin-left: 15px;
}

.serhead {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.serhead h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--maincolor);
    margin-bottom: 3px;
}

.serviceOtherBox{
    display: flex;
}
.leftBoxOther {
    width: 70%;
    background-image: url('../images/shape-5.png');
    background-color: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.innerLeftBoxSec{
    background-color: #e7131af2;
    padding: 60px 30px 20px 30px;
}
.leftBoxOther .container, .leftBoxOther .container .row{
    height: 100%;
}

.leftBoxOther h5{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.innerOtherDivSe{
    text-align: center;
    margin-bottom: 50px;
}


.innerOtherDivSe img{
    width:60px;
}

.rightBoxOther{
    width: 30%;
    background-color: var(--black);
    color: #fff;
    padding:60px 30px;
}
.rightBoxOther h4{
    font-size: 14px;
    font-weight: 600;
}

.rightBoxOther h2{
    font-size: 34px;
    font-family: var(--heading);
    font-weight: 400;
    margin: 20px 0px;
}

.rightBoxOther button{
    background-color: var(--themecolor);
    border: 0px;
    font-size: 12px;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 22px;
}




.legacyContainer{
    padding: 60px 20px;
}

.legacyLeft h4{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondcolor);
    text-transform: uppercase;
}
.legacyLeft h2{
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin: 10px 0px 20px;
    font-family: var(--heading);
}
.legacyLeft li span{
    margin-right: 10px;
    color: var(--themecolor);
    font-size: 12px;
}
.legacyLeft li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.legacyLeft img{
    width: 65%;
}
.legacyImgSec img{
    width: 100%;
}
.legacyContainer .row{
    justify-content: space-evenly;
}

.twoBoxSec{
    display: flex;
    justify-content: space-between;
}
.twoBoxSec div i{
    margin-right: 10px;
    color: var(--themecolor);
}
.twoBoxSec div{
    width: 49%;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.whyChooseHomeSe{
    background-color: #f8f5f1;
    position: relative;
}

.whyChooseHomeSe{
    display: flex;
    height: 100%;
    padding-top: 80px;
}
.rightSideTextWhy{
    width: 45%;
    margin-left: 5%;
    padding: 60px 20px;
}
.leftSideWhyIm{
    width: 45%;
    position: relative;
}
.leftSideWhyIm img{
    width: 100%;
    height: 100%;
}
.boxYouTube{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #e7131a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #fff;
}

.stateBoxMain{
    margin-top: 35px;
}
.headingWithNumber{
    display: flex;
    justify-content: space-between;
}
.headingWithNumber p{
    color: #555;
    margin-bottom: 0px;
}
.lineOuter{
    position: relative;
    background-color: #4C4C5C;
    width: 100%;
    height: 13px;
    border-radius: 100px;
    margin-top: 5px;
}
.lineInner{
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 13px;
    border-radius: 100px;
    background-color: var(--secondcolor);
}
.customerStatisF{
    width: 95%;
}
.planeSection{
    position: absolute;
    right: 0;
    top: -50px;
}
.planeSection img{
    width: 270px;
}

.missionVisionSideSec .rightSideTextWhy {
    width: 100%;
    padding: 60px 10px;
}

.missionVisionSideSec .legacyLeft img{
    width: 100%;
    margin-bottom: 20px;
}
.missionVisionSideSection{
    padding: 60px 10px;
}

.mission_vissionSection .nav a {
    background-color: #222;
    padding: 7px 15px;
    color: #fff;
    margin-right: 10px;
    border: 0px !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
}

.nav-link.active {
    color: #fff !important;
    background-color: var(--themecolor) !important;
}
.tabeContentSection h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
.tabeContentSection h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--heading);
    background-color: #f8f5f1;
    padding: 10px 15px;
    border-left: 5px solid var(--secondcolor);
    margin-top: 30px !important;
}
.tabeContentSection button i{
    font-size: 16px;
    margin-left: 10px;
}
.tabeContentSection button{
    background-color: var(--secondcolor);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}
.missionVisionSideSec .row{
    justify-content: space-between;
}


.allthreeSection{
    padding: 0px 20px  30px;
}
.threeHeader, .threeHeader div{
    display: flex;
    justify-content: center;
    text-align: center;
}
.threeHeader div{
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.threeHeader h2, .threeHeader h1{
    font-size: 26px;
    font-weight: 300;
    font-family: var(--heading);
}
.threeHeader  h2 span, .threeHeader  h1 span{
    color: var(--secondcolor);
}
.threeHeader .line{
    background-color: var(--secondcolor);
    height: 2px;
    width: 100px;
    margin: 15px 0px;
}
.innerDivThreeSection{
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.innerDivThreeSection h3{
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px;
    font-family: var(--heading);
}

.innerDivThreeSection img{
    width: 110px;
}

.servicePageNameContact{
    background-color: #111;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-left: 3px solid var(--secondcolor);
}
.servicePageNameContact  h4{
    font-size: 20px;
    font-weight: 800;
}
.servicePageNameContact p{
    margin-bottom: 0px;
}

.serviceMainContainer iframe{
    border: 2px solid #fff !important;
    margin: 20px 0px;
}

.otherKeywordSection{
    /* background-color: #f2f2f2; */
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.4);
    padding: 30px 20px 20px;
    margin-bottom: 20px;
}
.otherKeywordSection span{
    background-color: var(--secondcolor);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom:10px; 
    display: inline-block;
}
.locationMainSingle h3, .locationMainSingle h4{
    font-size: 24px;
    font-weight: 300;
    font-family: var(--heading);
}
.priceImageSection {
    width: 60%;
}

.fixPriceSection{
    margin: 40px 0px 30px;
}
.fixPriceSection h3{
    color: var(--secondcolor);
}

.whyInBox{
    display: flex;
    align-items: center;
    /* padding: 20px; */
    /* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.4);
    margin-bottom: 20px;
    border-radius: 20px;
}

.whyInnerInBoxImg{
    width: 100px;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
}
.whyInnerInBoxImg img{
    width: 60px;
}

.whyInnerInBoxText {
    margin-left: 35px;
    padding-right: 30px;
}
.whyInnerInBoxText h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px !important;
}
.whyInnerInBoxText p{
    margin-bottom: 0px;
}
.serviceSectionLocation{
    margin: 20px 0px 0px;
}
.serviceSectionLocation img{
    width: 60px;
}
.innerLocationService{
    text-align: center;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    padding: 20px 0;
    margin-bottom: 25px;
    border-radius: 8px;
}
.innerLocationService h6{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0px !important;
}



.notFoundContainer {
    background-color: #f8f5f1;
    padding: 100px 20px;
}

.notFoundContainer .container, .notFoundContainer .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.notFoundContainer img {
    width: 100%;
    margin-bottom: 20px !important;
}

.notFoundContainer h1 {
    font-size: 24px;
    font-weight: 600;
}

.notFoundContainer p {
    width: 75%;
    margin: 10px 0px 35px !important;
    text-align: center;
    color: #444;
}

.notFoundContainer button {
    background-color: var(--themecolor);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 0px;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 50px;
}

.innerBlogSection{
    padding: 40px 20px; 
    background-color: #fbfbfb;
    border-radius: 4px;
}
.innerBlogSection h4{
    font-size: 18px;
    font-weight: 400;
    font-family:var(--heading);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    color: #222;
}
.innerBlogSection li i, .blogDetailSection li i{
    margin-right: 5px;
}
.innerBlogSection li, .blogDetailSection li{
    font-size: 12px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
}
.innerBlogSection p{
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222;
}
.innerBlogSection a div a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.blogSectionHome{
    padding: 0px 10px 60px;
}
.blogDetailSection img{
    width: 100%;
}
.blogDetailSection table{
    width: 100%;
}
.blogDetailSection table td, .blogDetailSection table th{
    padding: 5px;
    border: 1px solid #222;
}

.blogSectionOther{
    padding: 50px 10px;
}

.locationsDetails{
    position: relative;
}
.verticalLineDiv{
    height: 100%;
    width: 10px;
    position: absolute;
    left: 30px;
    top: 0px;
    border-radius: 50px;
    background-color: #222;
    z-index: -9;
}
.boxDiv{
    width: 30px;
    height:30px;
    background-color: #fff;
    border: 2px solid #222;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loppDivLocation{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.loppDivLocation h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.loppDivLocation h5{
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0px;
}
.locationContentState p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}
.locationContentState{
    width: calc(100% - 100px);
    margin-left: 20px;
}
.reachLocation{
    color: green;
}
.pendingLocation{
    color: red;
}
.PendingBoxTick{
    background-color: red;
    color: #fff;
}
.ReachBoxTick{
    background-color: green;
    color: #fff;
}
.finalDeliveryMsg span{
    margin-right: 10px;
}
.finalDeliveryMsg {
    display: flex;
    margin-top: 10px;
}
.serviceOverSection h1, .serviceOverSection h2 , .serviceOverSection h3{
    font-size: 14px;
    font-weight: 700;
} 
.serviceOverSection p{
    font-size: 14px;
    margin-bottom: 15px;
}
.serviceOverSection table {
    border: 1px solid #222;
    width: 100%;
}
.serviceOverSection table td {
    padding: 5px;
}
.serviceOverSection{
    padding: 0px 20px;
}

.clientDetailWithService h2 span{
    color: var(--themecolor);
}
.clientDetailWithService h2{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 2px ;
}
.clientDetailWithService img{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}