* {
    margin: 0%;
    padding: 0%;
}




/* navbar component */



a,
a:hover {
    text-decoration: none;
}

.febkk {
    background: url(image/bgh1.jpg) top center no-repeat;
    background-size: cover;
}

.topbg {
    background: rgba(12, 14, 102, 0.5);
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

.topbg a {
    color: rgb(255, 255, 255);
}

.topbg a:hover {
    color: #f96c0e;
}

.logo {
    flex: 1;
}

.logo a {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.logo a:hover {
    color: #fdb531;
}

.logo img {
    width: 138px;
    margin-right: 20px;
    margin-left: 5px;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding-right: 5px;
}

.menu li {
    padding: 15px 10px;
    font-size: 20px;
}

.toggle {
    font-size: 30px;
    display: none;
}



.banner-home .banner-box h1 {
    font-size: 55px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}


.banner-box {
    padding: 170px 0 250px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.banner-home .banner-box h1 span {
    color: #fdb531;
    display: block;
}

.banner-home .banner-box p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.banner-home .banner-box p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}



.callsec1 {
    position: fixed;
    right: 2%;
    top: 12%;
}

.callsec10 {
    position: fixed;
    right: 2%;
    top: 21%;
}

.callsec1 img {
    height: 50px;
}

.callsec10 img {
    height: 50px;
}



















.center-img{
    display: flex;
    justify-content: center;
}

.container-bg{
    background: linear-gradient(43deg, #1a1817 0%, #948585 46%, #0f0e0d 100%);
}

.container00000 {
    /* background: linear-gradient(43deg, #fdb531 0%, #e75f37 46%, #FFCC70 100%); */
    font-family: "Poppins", Arial, sans-serif;
    display: flex;
    /*justify-content: center;*/
     justify-content: space-between; 
    margin: 20px auto;
    padding: 20px;
    /* background-color: #fff; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.package {
    justify-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    max-width: 450px;
}

.package img {
    max-width: 400px;
}

.package h2 {
    text-align: center;
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.package p {
    margin: 5px 0;
    color: #555;
}

.places-list {
    text-align: start;
    list-style-type: none;
    padding: 0;
}

.places-list h3{
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}

.places-list li {
    margin-bottom: 5px;
    color: #212529;
    text-align: start;
}


.price-table {
    width: 100%;
    /* margin: 0 auto; */
    border-collapse: collapse;
}
.price-table caption {
    font-size: 1.5em;
    background-color: #000000;
    color: #fff;
    margin-top: 15px;
    padding: 10px 0px;
}

.price-table th, .price-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    color: #222222;
    font-weight: bold;
}

.price-table .nor{
    font-weight: normal;
}

.price-table th {
    background-color: #ff7f00;
    color: white;
}
.price-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.price-table tr:hover {
    background-color: #ddd;
}
/* .price-table .highlight {
    background-color: #84128d;
}
.price-table .highlight2 {
    background-color: #1ea423;
} */
.book-now {
    display: block;
    width: 150px;
    margin: 20px auto;
    padding: 10px;
    background-color: #25d366;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.book-now:hover {
    background-color: #1ebd5a;
}


































/* RESPONSIVE TAG for nav bar */







/* fill form area */


.bacye {
    padding-bottom: 25px;
    background: #fdb531;
    text-align: center;
    position: relative;
    margin-top: -40px;
    margin-right: 15%;
    margin-left: 15%;
}

figure img {
    margin-top: -270px;
    width: 85%;
}

.bacye:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    background: url(left-shadow.png) no-repeat left bottom;
    width: 375px;
    height: 30px;
}


.bacye:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -30px;
    background: url(right-shadow.png) no-repeat right bottom;
    width: 375px;
    height: 30px;
}


/* form fill area front page */

.front1 {
    margin-left: 15%;
    margin-right: 15%;
}

.frontstandard01 {
    color: #9f9f9f;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.ecimg1 {
    display: grid;
    justify-content: center;
    justify-items: center;
    border: 1px solid #020202;
    border-radius: 15px;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
}

.disgr1 input {
    text-transform: capitalize;
    font-size: 18px;
    color: #9f9f9f;
    height: 50px;
    border: 1px solid #b8b8b8;
    padding: 0px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}


.front21 button {

    color: rgb(255, 255, 255);
    background-color: #f96c0e;
    border: 1px solid #f96c0e;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
}

.front21 button:hover {
    background-color: #020202;
    font-weight: 800;
}

.disgr1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}







/* what i gave */

.off1 {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 70px;
}

.off11 {
    color: #fdb531;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.off12 {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    padding-top: 6px;
    text-transform: uppercase;
}

p {
    color: #8a8a8a;
    font-size: 22px;
    line-height: 28px;
}

.ratt1 {
    background-color: #ececec;
    padding-top: 80px;
    padding-bottom: 70px;
}

.onn1 ul {
    display: inline-block
}

.onn1 ul li {
    width: 24.5%;
    display: inline-block;
}

.onn1 ul li:last-child .onn11 {
    border: none;
}

.onn11 h3 {
    font-size: 25px;
    line-height: 28px;
    padding: 20px 0 10px;
}

.onn11 p {
    font-size: 17px;
    line-height: 24px;
}

.onn11 {
    text-align: center;
    border-right: 1px solid #d3d3d3;
    padding: 15px;
}








/* senir citizen section */

.seneor {
    background-color: #ececec;
    padding-top: 1px;
}

.senior111 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.senior11 p {
    text-align: center;
    color: black;
    padding-bottom: 20px;
}

.senior1111 {
    display: grid;
    justify-content: center;
    justify-items: center;
    padding: 15px;
}

.senior1111 h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #f96c0e;
    text-shadow: 0.025em 0.025em 0 #474745,
        0.05em 0.05em 0 rgb(41, 53, 43),
        0.075em 0.075em 0 rgb(18, 20, 21),
        0.1em 0.1em 0 rgba(0, 0, 0, 0.44);
}

.senior1111 img {
    max-width: 235px;
}

.senior1111 p {
    text-align: justify;

}







/* car service rate */

.offoff1 ul {
    display: flex;
    justify-content: center;
}

.offoff1 ul li {
    width: 24.5%;
    display: inline-block;
    margin: 6px;
}

.offoff1 ul li:last-child .offoff11 {
    border: 2px solid #d8d8d8;
    border-radius: 30px;
    background-color: #fff;
}

.offoff1 ul li a:hover .offoff11 {
    color: #751515;
    background-color: #6e6b6875;
    box-shadow: 0 0 5px #bcbcbc;
}

.offoff1 ul li a:hover .offoff11 h3 {
    color: #751515;
    background-color: #63605ea2;
    border-radius: 5px;
    box-shadow: 0 0 5px #bcbcbc;
}

.offoff1 ul li a:hover .offoff11 h2 {
    color: #751515;
    background-color: #63605ea2;
    border-radius: 5px;
    box-shadow: 0 0 5px #bcbcbc;
}

.offoff11 h3 {
    font-size: 25px;
    line-height: 28px;
    padding: 20px 0 10px;
    color: #575757;
}

.offoff11 h2 {
    color: #f96c0e;
}

.offoff11 p {
    font-size: 17px;
    line-height: 24px;
}

.offoff11 {
    text-align: center;
    /* border-right: 1px solid #d3d3d3; */
    padding: 15px;
    border: 2px solid #d8d8d8;
    border-radius: 30px;
    background-color: #fff;
}








/* OUUR benefits section */

.ben {
    background: url(image/our-benefits-banner.jpg) center center no-repeat;
    background-size: auto;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 1px;
}

.ben1 .off12 {
    color: #ffffff;
}

.ben2 {
    display: flex;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 10px;
}


.ben21 {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 40px;
}

.ben21 h3 {
    color: #fff;
    padding: 15px 0 10px;
    font-size: 25px;
}

.ben21 p {
    color: #fff;
}







































/* footer section */

.footdis {
    margin-top: 50px;
    background-color: #333333;
    padding: 0px 120px;
    /* background: url(bgh1.jpg) top center no-repeat; */
    background-size: auto;
    background-size: cover;
}

.footdisserv1 {
    margin-top: 0px;
    background-color: #333333;
    padding: 0px 120px;
    /* background: url(bgh1.jpg) top center no-repeat; */
    background-size: auto;
    background-size: cover;
}

/* this footdis1 for selected cars */
.footdis1 {
    margin-top: 0px;
    background-color: #333333;
    padding: 0px 120px;
    /* background: url(bgh1.jpg) top center no-repeat; */
    background-size: auto;
    background-size: cover;
}

.footer-bottom {
    color: #fff;
    background-color: #1a202c;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.foot {
    display: grid;
    color: #8d8d8d;
    grid-template-columns: 1fr 1fr 1fr;
}


/* left footer section */

.footna {
    /* border: 1px solid black; */
    padding: 10px 5px;
}

.footna p {
    font-size: 16px;
}

.footna h1.fota {
    color: white;
    font-size: 2rem;
}

.footna h1.fota span {
    font-size: 3rem;
    color: #fdb531;
}

.contact span {
    display: block;
    margin-bottom: 8px;
    color: white;
}

.social {
    size: 10px;
    color: black;
}

.social a :hover {
    border: 1px solid white;
    color: white;
    width: 40px;
    height: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 5px;
    transition: all .8s;
}

.social a {
    border: 1px solid rgb(70, 57, 121);
    color: #fdb531;
    size: 20px;
    width: 41px;
    height: 41px;
    padding-top: 5px;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 5px;
}

/* middle footer section */

.footmid {
    /* border: 1px solid black; */
    padding: 10px 40px;
}

.footmid h2 {
    color: #fff;
    font-size: 39px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.footmid ul {
    color: aqua;
}

.footmid ul a {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
}

.footmid ul a :hover {
    color: #fdb531;
    ;
}

/* last footer section */

.footerdiscle {
    /* border: 1px solid black; */
    padding: 10px 5px;
}

.footerdiscle h2 {
    color: #fff;
    font-size: 39px;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.dis {
    font-style: normal;
    font-size: 1rem;
    text-align: justify;
}

.dis p {
    font-size: 16px;
}

.locatu {
    color: #fff;
    margin-top: 11px;
}

/* responsive query section */






































/* about us section start here */

.banner-box h2 {
    color: #ffffff;
    font-size: 4.3rem;
    text-shadow:
        0.025em 0.025em 0 yellow,
        0.05em 0.05em 0 rgb(0, 255, 34),
        0.075em 0.075em 0 rgb(0, 140, 255),
        0.1em 0.1em 0 rgb(255, 0, 0);
}





/*-----------------------
	Breadcrumb Section 
	-----------------------*/


.abco {
    padding-left: 14%;
    padding-right: 13%;
    padding-bottom: 40px;
}

.breadcrumb {
    display: block;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding-top: 10px;
}

.breadcrumb ol {
    list-style: none;
}

.breadcrumb ol li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    color: #b8b8b8;
}

.breadcrumb ol li a {
    text-decoration: none;
    color: #3c3c3c;
}

.breadcrumb ol li a:after {
    content: "/";
    padding-left: 10px;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
    color: #b8b8b8;
    padding-left: 10px;
}

.breadcrumb-item.active {
    padding-left: 10px;
}





.midd {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mid1 {
    max-width: 50%;
}

.midd11 h3 {
    color: #fdb531;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.midd12 h2 {
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 40px;
}

.midd13 p {
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0 25px;
    color: #3c3c3c;
}


.midd20 {
    padding-top: 10px;
}

.midd201 {
    display: flex;
    color: #f96c0e;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}

.midd203 {
    padding-left: 5px;
}


.midd22 p {
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 17px;
}



/* about responsive area */




































/* contact us project */



.conmid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.conmidd12 h2 {
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 50px;
}

.conmidd1 {
    padding-right: 10px;
}

.midd13 ol {
    margin-left: 50px;
}


.midd13 ol li {
    font-size: 17px;
    line-height: 24px;
    padding: 0px 0 20px;
    color: #3c3c3c;
    list-style: disc;
}

.midd13 ol li:last-child {
    padding-bottom: 0;
}



.midd21 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 25px;
    font-weight: 400;
    margin-top: 25px;
}

.midd21 .midd210 {
    text-transform: capitalize;
    font-size: 18px;
    /* line-height: 24px; */
    color: #9f9f9f;
    /* height: 50px; */
    border: 1px solid #b8b8b8;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.midd21 form {
    display: grid;
}

.midd21 button {
    color: rgb(255, 255, 255);
    background-color: #f96c0e;
    border: 1px solid #f96c0e;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 8px;
}

.midd21 button:hover {
    background-color: #020202;
    font-weight: 800;
}

.standard01 {
    color: #9f9f9f;
    margin-bottom: 30px;
    border: 1px solid #adadad;
    border-radius: 15px;
    padding: 10px;
}

.contact a {
    color: #ffffff;
}







.conmika1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.conmika12 {
    background-color: #f1f1f1;
}

.conmika11 {
    display: grid;
    align-content: center;
    justify-items: center;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f1f1f1;
}

.conmika111 {
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}

.conmika112 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.conmika113 button {
    font-size: 25px;
    padding: 10px;
    background-color: #f96c0e;
    border-radius: 8px;
}

.conmika113 button a {
    color: #ffffff;
    font-weight: bold;
}

.conmika113 button:hover {
    background-color: rgb(0, 0, 0);
}




/* address pickup area */


.onn1 {
    padding-top: 50px;
}







.kk1 {
    display: flex;
    flex-direction: column;
}



.febkk1 {
    background: url(image/servl.jpg) top center no-repeat;
    background-size: cover;
}

.febkk2 {
    background: url(image/cont.jpg) top center no-repeat;
    background-size: cover;
}

.febkk011 {
    background: url(image/aboul.jpg) top center no-repeat;
    background-size: cover;
}

.febkk2serv1 {
    background: url(image/serv1.jpg) top center no-repeat;
    background-size: cover;
}


























/* service section here  */


.sevr1 {
    margin-left: 14%;
    margin-right: 14%;

}

.servgr1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.serv01 {
    padding-right: 15px;
    padding-left: 15px;
}

.serv11 {
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.servsec1 img {
    border: 0;
    display: inline-block;
    max-width: 100%;
}

.servsec2 h3 {
    font-size: 25px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 10px;

    font-family: 'Source Sans Pro', sans-serif;
    color: #3c3c3c;
    font-weight: 400;
}

.servsec3 p {
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 17px;
}


.serv11:hover {
    box-shadow: 0 0 5px #bcbcbc;
    transition: all 0.3s ease 0s;
}

.serv11:hover h3 {
    color: #f96c0e;
    transition: all 0.3s ease 0s;
}




































/* economy class section here */

.banner-box1 {
    padding: 5px 0 15px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.banner-box1 h2 {
    color: #ffffff;
    font-size: 4.3rem;
    text-shadow: 0.025em 0.025em 0 #474745,
        0.05em 0.05em 0 rgb(41, 53, 43),
        0.075em 0.075em 0 rgb(18, 20, 21),
        0.1em 0.1em 0 rgba(0, 0, 0, 0.44);
    margin-top: -15px;
}

.ecop {
    margin-left: -40%;
    margin-right: -40%;
}

.ecop p {
    color: rgb(189, 189, 189);
}


.ecora {
    border: 2px solid #f96c0e;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #020202;
    text-shadow: 0.025em 0.025em 0 #474745,
        0.05em 0.05em 0 rgb(41, 53, 43),
        0.075em 0.075em 0 rgb(18, 20, 21),
        0.1em 0.1em 0 rgba(0, 0, 0, 0.44);
    margin-top: 15px;
    color: #f96c0e;
    padding: 5px;
    margin-bottom: 20px;
    /* text-align: justify; */
}

.ecora h3 {
    color: #ffffff;
}

.ecora h2 {
    color: #85efd1;
    font-size: 1.3rem;
    margin-top: 0px;
    border: 1px solid yellow;
    background: blue;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}


.gridmid01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}



.ecoca a {
    color: #f96c0e;

}

.ecoca {
    border: 2px solid #f96c0e;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #020202;
    text-shadow: 0.025em 0.025em 0 #474745,
        0.05em 0.05em 0 rgb(41, 53, 43),
        0.075em 0.075em 0 rgb(18, 20, 21),
        0.1em 0.1em 0 rgba(0, 0, 0, 0.44);
    margin-top: 15px;
    padding: 5px;
    font-size: 35px;
    border-radius: 8px;
}

.ecoca a:hover {
    color: #fff;
    font-weight: bold;
}

.eco0111 figure img {
    margin-top: 0px;
    width: 85%;
}






































/* senior citizen section  */


.bannergrid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.leftbanner1 {
    display: flex;
    justify-content: center;
}

.leftbanner1 img {
    height: 320px;
}


.banner-home .banner-box-senior h1 {
    font-size: 55px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}


.banner-box-senior {
    padding: 72px 0 250px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.banner-home .banner-box-senior h1 span {
    color: #fdb531;
    display: block;
}

.banner-home .banner-box-senior p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}


.banner-box-senior h2 {
    color: #ffffff;
    font-size: 4.3rem;
    text-shadow:
        0.025em 0.025em 0 yellow,
        0.05em 0.05em 0 rgb(0, 255, 34),
        0.075em 0.075em 0 rgb(0, 140, 255),
        0.1em 0.1em 0 rgb(255, 0, 0);
}

.offer-box1 {
    color: #fff;
}

.offer-box11 {
    display: grid;
    justify-content: center;
    font-size: 4.3rem;
    padding-bottom: 45px;
    text-shadow: 0.025em 0.025em 0 black, 0.05em 0.05em 0 rgb(133, 236, 147), 0.075em 0.075em 0 rgb(0, 0, 0), 0.1em 0.1em 0 rgb(132, 128, 128);
}

.offer-box110 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}



.gridhelp1 {
    margin: 15px;
    display: grid;
    justify-items: center;
    text-align: center;
}

.box111 h3 {
    font-size: 2.3rem;
    color: #f96c0e;
}

.box111 p {
    text-align: left;
    padding-top: 20px;
    color: #fff;
}








.knowmoresen1 {
    display: flex;
    margin-right: 20%;
    margin-left: 20%;
    justify-content: center;
    font-size: 2.3rem;
    border: 1px solid black;
    box-shadow: 2px 2px 20px 0 #999;
    border-radius: 10px;
    color: #f96c0e;
}

.knowmoresen12 {
    display: flex;
    margin-right: 20%;
    margin-left: 20%;
    justify-content: center;
    font-size: 2.3rem;
    border: 1px solid black;
    box-shadow: 2px 2px 20px 0 #999;
    border-radius: 10px;
    color: #f96c0e;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.knowmoresen1:hover {
    background-color: #7a7474;
    color: #fff;
    font-weight: bold;
}

.knowmoresen12:hover {
    background-color: #7a7474;
    color: #fff;
    font-weight: bold;
}

.gridcont001 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.banner-home .banner-box .gridcont001 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}



.knowdown1 {
    padding-bottom: 80px;
    padding-top: 25px;
    border: 2px solid black;
    background-color: #ffedd3;
}

.knowdown11 {
    display: grid;
    justify-content: center;
    font-size: 2.3rem;
    padding-top: 40px;
    padding-bottom: 30px;
}

.knowdown12 p {
    text-align: center;
    padding-bottom: 30px;
}

.downgrid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.downimg1 {
    background: url(image/old-down.jpg) top center no-repeat;
    background-size: cover;
}

/* wedding section with responsive */

.wedpic1 {
    display: flex;
    justify-content: center;
    background-color: #020202;
}

.wedpic1 img {
    max-width: 30%;
    margin: 5px;
}

.wedpic2 {
    display: flex;
    justify-content: center;
    background-color: #020202;
}

.wedpic2 img {
    max-width: 30%;
    margin: 5px;
}

.piccoll h1 {
    font-style: initial;
    color: #f96c0e;
    display: flex;
    justify-content: center;
    background-color: #020202;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

































/* review section */



.container121 {
    height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.board {
    max-width: 987px;
    width: 100%;
    background-color: #151C35;
    text-align: center;
    border-radius: 8px;
    padding: 4em 0;
}

.text-light {
    color: #EBEBFB;
}

.swiper {
    width: 600px;
    height: auto;
}

.swiper .swiper-slide .flex {
    margin: 3em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper .swiper-slide .comments {
    background-color: #EBEBFB;
    padding: 1.5em 2em;
    width: 50%;
    border-radius: 5px;
    font-size: .9em;
    position: relative;
}

.swiper .swiper-slide .comments::after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EBEBFB;
    z-index: -99;
}


.swiper .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.swiper .profile img {
    width: 30%;
    border-radius: 50%;
    border: 5px solid #EE709D;
    margin: 10px 0;
}

.swiper .profile>a {
    text-decoration: none;
    color: #EBEBFB;
}

.swiper .profile>span {
    color: #8297E2;
    font-size: .8em;
}

.swiper .swiper-button-prev,
.swiper-button-next {
    color: #8297E2;
    display: inherit;
}

.disgr121 {
    display: flex;
    justify-content: center;
}

.swiper .swiper-button-next,
.swiper-button-prev {
    color: #8297E2;
}

.disgr1213 button {
    padding: 5px 20px;
    background-color: #f96c0e;
    color: #020202;
    border-radius: 10px;
    font-size: 15px;
}











/* review option new */

/* .revi01{
    margin-right: 10%;
    margin-left: 10%;
} */

.revi011 {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.revi012 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.revi0121 {
    margin: 15px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.49);
    cursor: pointer;
}

.revipic1 {
    display: flex;
}

.revnam {
    margin-left: 20px;
}

.revpi img {
    max-width: 47px;
    /* position: absolute; */
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(179, 9, 9), rgb(24, 13, 233) 50%, rgb(255, 255, 255) 50%);
    background-size: 250%;
    background-position: 100% 100%;
    padding: 3px;
    transition: background 0.8s;
}

.revi0121:hover img {
    background-position: 0% 0%;
}

.revnam {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.revnam .revmanti1 {
    color: #f96c0e;
    font-weight: bold;
}

.revnam .revmanti2 {
    color: #7a7474;
}


.revsta img {
    max-width: 150px;
}

.revsta {
    margin-left: 35px;
}

.revpara {
    margin-top: 10px;
}



.gfs1 {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.gfs1 textarea {
    padding: 10px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.49);
    margin-bottom: 40px;
    margin-top: 30px;
}

.gfs1 button {
    align-items: center;
    max-width: 200px;
    padding: 10px;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.gfs1 button:hover {
    background-color: #8297E2;
    color: #f96c0e;
}

.gfs11 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.gfs11 .midd210 {
    padding: 2px;
    font-weight: bold;
    color: #f96c0e;
    margin-right: 2px;
}


.sendmeyour {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-shadow: 0.025em 0.025em 0 #474745,
        0.05em 0.05em 0 rgb(41, 53, 43),
        0.075em 0.075em 0 rgb(18, 20, 21),
        0.1em 0.1em 0 rgba(0, 0, 0, 0.44);

}










/* popup section */


.popcen {
    display: flex;
    justify-content: center;
}


.popup {
    width: 400px;
    background: rgb(236, 236, 236);
    border-radius: 6px;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    color: #000000;
    border: 1px solid black;
    border-style: dashed;

    visibility: hidden;
}

.open-popup {
    visibility: visible;
}





















@media screen and (max-width: 500px) {
    .swiper-button-next::after {
        display: none;
    }

    .swiper-button-prev::after {
        display: none;
    }
}

@media screen and (min-width: 280px) {
    .board {
        width: auto;
    }

    .swiper {
        width: 320px;
    }

    .board>h1,
    p {
        padding: 0 2em;
    }



}

@media screen and (min-width: 768px) {
    .board {
        width: 100%;
    }

    .swiper {
        width: 600px;
    }

    .swiper .swiper-button-prev,
    .swiper-button-next {
        display: initial;
    }

}























/* Additional work after hosting */

























































@media screen and (max-width:1360px) {

    .ecop {
        margin-left: -26%;
        margin-right: -26%;
    }
    .package img {
        max-width: 300px;
    }

}

@media screen and (max-width: 1250px) {

    /* review section */

    .revi012 {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 1200px) {

    .disgr1 {
        display: grid;
        grid-template-columns: 1fr;
    }

    figure img {
        margin-top: -25%;
        width: 80%;
    }

}

@media screen and (max-width:1100px) {
    .footer-bottom {
        font-size: 0.8rem;
        text-align: center;
    }

    .package img {
        max-width: 250px;
    }


    .foot {
        display: grid;
        color: #8d8d8d;
        grid-template-columns: 1fr;
    }

    .midd {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .midd12 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .midd2 {
        margin-top: 30px;
        margin-left: -30px;
        margin-right: -30px;
        background-color: #f1f1f1;
        padding-bottom: 80px;
        border: 1px solid #f1f1f1;
        border-radius: 15px;
    }

    .midd2 h3 {
        display: flex;
        justify-content: center;
        padding-top: 15px;
        font-size: 1.6rem;
    }

    .midd21 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .midd2100 {
        display: grid;
    }

    .midd2100 .midd2101 {
        margin-bottom: 10px;
    }


    .conmid {
        display: block;
    }

    .conmidd12 h2 {
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 35px;
    }

    .ecop {
        margin-left: 2%;
        margin-right: 2%;
    }

    .ecocar img {
        width: 80%;
    }

    .banner-box1 {
        padding: 5px 0 140px;
    }

    .servgr1 {
        display: grid;
        grid-template-columns: 1fr;

    }

    .sevr1 {
        margin-left: 1%;
        margin-right: 1%;
    }

    .febkk1 {
        max-width: 100%;
    }

    .febkk2 {
        max-width: 100%;
    }

    .febkk011 {
        max-width: 100%;
    }

    .febkk2serv1 {
        max-width: 100%;
    }

    .conmika1 {
        display: grid;
        grid-template-columns: 1fr;
    }


    .conmika12 img {
        display: flex;
        width: 100%;
    }

    .conmika111 {
        font-size: 40px;
    }

    .conmika11 {
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }



    .conmika113 button {
        font-size: 20px;
    }

}

@media screen and (max-width: 1000px) {

    .senior111 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bannergrid1 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .knowmoresen1 {
        font-size: 1.3rem;
    }

    .knowmoresen12 {
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 900px) {
    .piccoll h1 {
        font-size: 1.3rem;
    }
    
    
     .container00000 {
        flex-direction: column;
    } 

}



@media screen and (max-width: 775px) {


    .logo img {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 10px;
    }

    .topbg {
        display: block;
        position: relative;
        padding: 5px 20px;
    }

    .menu {
        margin-top: 15px;
        display: none;
    }

    .menu.active,
    .toggle {
        display: block;
    }

    .toggle {
        position: absolute;
        top: 15px;
        right: 20px;
    }


    .banner-home .banner-box h1 {
        font-size: 25px;
    }


    .banner-home .banner-box p {
        font-size: 14px;
    }

    .bacye {
        margin-right: 0%;
        margin-left: 0%;
    }

    .febkk {
        max-width: 100%;
    }

    figure img {
        margin-top: -25%;
        width: 80%;
    }

    .off11 {
        font-size: 17px;
    }

    .off12 {
        font-size: 22px;
        line-height: 30px;
    }

    p {
        font-size: 15px;
    }

    .onn1 ul li {
        width: 100%;
    }

    .offoff1 ul {
        display: grid;
        justify-content: center;
    }

    .offoff1 ul li {
        margin: 0px;
        width: 100%;
    }

    .ben2 {
        display: grid;
    }

    .banner-home .banner-box-senior h1 {
        font-size: 25px;
    }


    .banner-home .banner-box-senior p {
        font-size: 14px;
    }


    .leftbanner1 img {
        height: 153px;
    }

    .offer-box11 {
        font-size: 2.3rem;
    }

    .offer-box110 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .downgrid1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .knowdown11 h2 {
        font-size: 2rem;
    }




}



@media screen and (max-width:760px) {
    .standard01 {
        display: grid;
        justify-content: center;
    }

    .standard01 img {
        height: 36px;
        display: grid;
    }

    .gridmid01 {
        display: block;
    }

    .ecora {
        margin-left: 0%;
        margin-right: 0%;
    }
}


@media screen and (max-width:730px) {
    .gfs11 {
        flex-direction: column;
    }

    .gfs11 .midd210 {
        margin-right: 0px;
        margin-bottom: 10px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
}



@media screen and (max-width: 600px) {

    .front1 {
        margin-left: 5%;
        margin-right: 5%;
    }

    .ecimg1 {
        padding: 5px;
    }

    .ecimg1 img {
        height: 30px;
    }

    .banner-box1 h2 {
        font-size: 3rem;
    }

    .ecoca {
        font-size: 30px;
    }

}



@media screen and (max-width:550px) {
    .footna h1.fota {
        color: white;
        font-size: 1rem;
    }

    .footna h1.fota span {
        font-size: 2rem;
        color: aqua;
    }

    .social {
        display: flex;
        justify-content: center;
    }

    .footdis {
        padding: 0px 0px;
        margin-top: 0px;
    }

    .footdisserv1 {
        padding: 0px 0px;
        margin-top: 0px;
    }

    .footdis1 {
        padding: 0px 0px;
        margin-top: 0px;
    }

    .footna {
        padding: 2px 10px;
        padding-bottom: 15px;
    }

    .offer-box11 {
        font-size: 1.3rem;
    }

    .box111 h3 {
        font-size: 2rem;
    }

    .box111 h2 {
        font-size: 1.2rem;
    }

    .box111 p {
        font-size: 1rem;
    }


}


@media screen and (max-width:450px) {


    .price-table tr{
        font-size: 14px;
        letter-spacing: 1px;
    }

    .container00000 {
        padding: 10px;
    }
    .midd2 h3 {
        font-size: 1.3rem;
    }

    .banner-box1 h2 {
        font-size: 2.3rem;
    }

    .ecoca {
        font-size: 20px;
    }

    .bacye::before {
        display: none;
    }

    .callsec1 img {
        height: 40px;
    }

    .callsec10 img {
        height: 40px;
    }

    .frontstandard01 {
        display: block;
    }

    .midd21 {
        margin-left: 1%;
    }

    .banner-box h2 {
        font-size: 1.5rem;
    }

    .banner-box-senior h2 {
        font-size: 1.5rem;
    }

    .leftbanner1 img {
        height: 100px;
    }

    .abco {
        padding-left: 0%;
        padding-right: 0%;
    }

    .midd2 h3 {
        font-size: 1rem;
    }

    .midd2 {
        margin-left: 0px;
        margin-right: 0px;
    }



    .revsta {
        margin-left: 0px;
    }



    /* review page */

    .revi011 h1 {
        font-size: 1.3rem;
    }

    .revipic1 {
        flex-direction: column;
    }

    .revpi {
        justify-content: center;
        display: flex;
    }

    .revsta {
        display: grid;
        justify-content: center;
    }

    .revnam {
        margin-left: 0px;
    }

    .revsta img {
        margin-left: 0px;
    }



}








@media screen and (max-width:380px) {}


@media screen and (max-width: 350px) {
    .logo a {
        font-size: 17px;
        margin-right: 45px;
    }

    .package img {
        max-width: 200px;
    }


    .banner-home .banner-box h1 {
        font-size: 20px;
    }


    .banner-home .banner-box p {
        font-size: 10px;
    }

    .bacye {
        margin-right: 0%;
        margin-left: 0%;
    }

    .footer-bottom {
        font-size: 0.6rem;
    }

    .banner-home .banner-box-senior h1 {
        font-size: 20px;
    }


    .banner-home .banner-box-senior p {
        font-size: 10px;
    }

}