body {
    font-family: "Unbounded", sans-serif !important;
        overflow-x: hidden;
}

/*header part css start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1321px;
    }
}

.headerMain {
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease; /* Smooth animation */
}

.stickyHeader {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* Optional: change background when sticky */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optional: add shadow */
}

.headerTopRight ul li {
    display: inline-block;
}

.headerTopContainer {
     background-color: #e10419;
    border-radius: 50px;
     padding: 10px 30px;
    z-index: 99;
    position: relative;
    margin: 0 50px;
}
.carousel {
    position: relative;
    top: 0;
}

.headerTopLeft ul li {
    display: inline-block;
}

.headerTopLeft ul li a {
    color: #fff;
    margin-right: 25px;
    font-size: 14px;
    text-decoration: none;
}

.headerTopLeft ul {
    margin: 0;
    padding: 0;
}

.headerTopRight {
    text-align: right;
}
.headerTopRight ul li a {
    color: #fff;
    margin-left: 20px;
    display: block;
    text-align: center;
}

.headerTopRight ul {
    margin: 0;
    padding: 0;
}
.breadcrumb-area {
    margin-top: 143px;
    text-align: center;
    color: #fff;
}
.breadOverly {
    padding: 200px;
    background-color: #02062685;
}
.title ul li {
    display: inline-block;
}
.serviceCompany {
    padding: 100px 0;
}
.title ul li a {
    text-decoration: none;
    color: #ffff;
    margin-right: 10px;
}

.title ul {
    background-color: red;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.headerNavContainer {
    background-color: #fff;
    border-radius: 50px;
}
.logoDiv a img {
     width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

.headerNavContainer {
    background-color: #fff;
    border-radius: 68px;
    margin-top: -12px;
    position: relative;
    z-index: 9;
}
.headerNavMenu ul li a {
    color: black;
    font-weight: 600;
    display: block;
    padding: 44px 16px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.5s all;
}
.headerNavMenu ul li a:hover {
    color: #e10419;
}
.requestCallBackLeft img {
    width: 100%;
}
.headerNavMenu ul li {
    display: inline-block;
}

.headerNavMenu ul {
    margin: 0;
    padding: 0;
}
.headerNavRightPart {
        margin-top: 44px;
    display: flex;
    align-items: center;
}
.headerCart i {
    font-size: 24px;
}
.headerNavRightPart .dropdown {
    margin-left: 20px;
}
.headerNavRightPart .dropdown button {
    border: none !important;
    background: unset !important;
    font-size: 14px;
}
.headerCart {
    position: relative;
}
.cartCount {
    position: absolute;
    background: #e10419;
    color: #fff;
    width: 15px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    top: -5px;
    left: 14px;
}
.headerNavRightPart .dropdown-item {
    color: #ffff;
    font-size: 14px;
    transition: 0.5s all !important;
}
.headerNavRightPart .dropdown-menu {
    background: black;
    color: #fff !important;
    border-radius: 0;
}
.headerNavRightPart .dropdown-item:focus, .dropdown-item:hover {
    color: #e10419 !important;
}

.getInTuchImg img {
    width: 100%;
}
.paybilImg {
    padding: 100px;
}

.paybilImg img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/*header part css end*/


.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}


.carousel-item img {
    transition: transform 8s ease;
}
.carousel-item.active img {
    transform: scale(1.1); /* Zoom level */
}

.carousel-item.active img {
    animation: zoomin 10s ease-in-out infinite alternate;
}

@keyframes zoomin {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 14%;
    width: 60%;
}

.carousel-caption h1 {
    font-size: 70px;
    text-align: left;
    color: #000;
}
.carousel-caption p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    color: #ca1d24;
}
.carousel-caption .btn.btn-sm.btn-success {
    float: left;
    background: #e10419;
    border-color: #e10419;
    padding: 15px 30px;
    border-radius: 30px;
}

.sectionHead h6 {
    background: #ffeef0;
    border-radius: 40px;
    padding: 14px 0;
    color: #0d0c0c;
    font-size: 12px;
    font-family: "Unbounded", sans-serif;
    text-align: center;
    display: block;
    width: 160px;
    margin: 0 auto;
    text-transform: uppercase;
}
.ourServicePart {
    padding: 50px 0;
}
.sectionHead h2 {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-size: 40px;
}

.ourServiceGrid {
    position: relative;
        box-shadow: 0px 0px 40px 0px rgba(18, 18, 18, 0.09);
    overflow: hidden;
    margin-bottom: 20px;
}
.ourServiceGrid::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #e10419;
    z-index: 1;
    clip-path: polygon(0 0, 100% 75%, 100% 100%, 0% 100%);
    opacity: 0;
    visibility: hidden;
    left: -100%;
    transition: all 0.4s ease;
}
.ourServiceGrid:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.ourServiceGrid::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, white 35%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.serviceImg img {
    width: 100%;
}
.serviceInfo {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.serviceInfo h4 a {
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    line-height: 23px;
    display: block;
}
.serviceInfo i {
    font-size: 30px;
    color: red;
    display: block;
    padding-bottom: 20px;
}
.arrowLink {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -100%) scale(0) !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.arrowLink a {
    background: #e10419;
    color: #fff;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50%;
}

.ourServiceGrid:hover .arrowLink {
    transform: translate(-50%, -100%) scale(1) !important;
    opacity: 1;
    visibility: visible;
}
.homeAboutRight .sectionHead h6{
    margin: 0;
    width: 200px;
}
.homeAboutRight .sectionHead h2 {
    text-align: left;
}
.homeAboutMain {
    padding: 80px 0;
}
.homeAboutInfo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.aboutInfoIcon i {
    font-size: 43px;
    color: red;
    margin-right: 15px;
}

.aboutInfo h4 {
    margin: 0;
    font-size: 20px;
}

.aboutInfo p {
    font-size: 15px;
    margin: 0;
    color: #777777;
}
.playButton {
    width: 40px;
    height: 40px;
    background-color: yellow;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
     margin-left: 75px;
}

.aboutInfoRight ul {
    margin-top: 22px;
    padding: 0;
}

.aboutInfoRight ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #777777;
}

.aboutInfoRight ul li i {
    color: red;
}
.getStarted {
    background-color: #e10419;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 40px;
    font-weight: bold;
    margin-top: 50px;
    transition: 0.5s all;
}
.getStarted:hover {
    background-color: #000;
    color: #fff;
}
.homeAboutLeft {
    position: relative;
}

.offerBadg {
    position: absolute;
    top: 60px;
    left: 55%;
    width: 125px;
    height: 100px;
}
.offer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
}
.offer span{
   font-size: 30px;
}


.discountAndPackageOverly {
    background-color: #14133ba6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 100px 0;
}
.packageBox {
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.packageBox h2 {
    background: #14133b;
    color: #fff;
    padding: 21px;
    font-size: 22px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 0;
    position: relative;
}
.packageHead {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #e10419;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    min-height: 52px;
    padding: 15px;
    border-radius: 60px 60px 0px 0px;
    padding-bottom: 28px;
    margin-bottom: -15px;
    text-align: center;
}

.packageHead h4 {
    margin: 0;
    font-size: 20px;
}
.packageFooter {
    background-color: #e10419;
    text-align: center;
    color: #fff;
    width: calc(100% - 30px);
    border-radius: 0px 0px 60px 60px;
    min-height: 58px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 34px;
    margin-top: -20px;
    padding-bottom: 16px;
    transition: 0.5s all;
}
.packageFooter:hover {
    background-color: #000;
    color: #fff;
}
.packageFooter a {
    color: #fff;
    text-decoration: none;
}
.discountAndPackageLeft h6 {
    background: #25235F;
    display: inline-block;
    padding: 15px;
    border-radius: 20px;
    color: #E10419;
    text-transform: uppercase;
    font-size: 14px;
}

.discountAndPackageLeft h1 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding-bottom: 15px;
    font-weight: bold;
}


.discountAndPackageLeft p {
    color: #C4C4C4;
    margin: 0;
}


.packageBox h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    font-size: 60px;
    margin: 0;
    padding-top: 25px;
    font-weight: 700;
}
.packageBox h1 span {
    font-size: 15px;
    color: #020626;
    transform: translateY(10px);
}
.packageBox ul {
    padding: 20px 10px;
}
.homeAboutLeft img {
    width: 100%;
}
.packageBox ul li {
    text-align: left;
    margin-bottom: 10px;
    color: #777777;
    font-size: 14px;
}
.packageBox h6 {
    margin: 0;
    padding-bottom: 30px;
}
.packageBox ul li i {
    color: #e10419;
    font-size: 15px;
    margin-right: 5px;
}
.packageBox h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.packageBox h2 sub {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 300;
}

.packageBox p {
    font-size: 18px;
}
.discountListMain {
    padding-top: 50px;
}
.packT {
    text-align: center;
    font-size: 50px;
}
.dIcon {
    background-color: #25235F;
    color: #e10419;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}
.dIcon i {
    font-size: 24px;
}
.discoutList {
    display: flex;
    align-items: center;
}
.dConent p {
    color: #fff;
}

.serviceOfferMain {
    padding: 100px 0;
    background-color: #F5F7FA;
}
.serviceOfferMain .sectionHead h6 {
    width: 200px;
}
.serviceOfferGrid {
    position: relative ;
}
.serviceOfferImg {
    position: relative ;
}
.serviceOfferImg img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.tx-cercleBadgeWrapper {
    left: 0px;
    bottom: -5px;
    transition: all 0.4s ease;
    position: absolute;
}
.tx-cercleBadge {
    font-size: 9px !important;
    text-transform: uppercase;
    width: 70px !important;
    height: 70px !important;
    padding: 5px !important;
    transition: all 0.4s ease;
    line-height: 1.4 !important;
    position: relative !important;
    color: #fff;
}
.tx-cercleBadge::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
}
.tx-cercleBadge::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background:red;
    border-radius: 50%;
    z-index: -1;
}
.tx-cercleBadge {
    width: 120px;
    height: 120px;
    /* color: var(--white); */
    font-size: 17px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 20px;
    z-index: 1;
    line-height: 100%;
    flex-direction: column;
    gap: 5px;
}
.serviceOfferGrid:hover .tx-cercleBadgeWrapper {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}
.serviceOfferGrid:hover .tx-cercleBadge::before {
    opacity: 0.6;
}
.tx-content {
    position: relative;
    text-align: center;
}
.tx-excerpt {
    font-size: 15px;
    color: #acacac;
    transition: all 0.4s ease;
}
 .tx-inline-btn {
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: block !important;
    width: max-content;
    color: red !important;
    text-decoration: none !important;
}
.serviceOfferGrid:hover .tx-inline-btn {
    opacity: 1;
    visibility: visible;
}
.serviceOfferGrid:hover .tx-excerpt {
    opacity: 0;
    visibility: hidden;
}
.tx-title a {
    color: #000;
    display: block;
    text-decoration: none;
    margin-top: 20px;
}

.valueBandleOverly {
    padding-top: 100px;
    background-color: #07143bcf;
}
.valueBandlCenter img {
    width: 100%;
}

.valueBandleList {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.ValueBConetn {
    margin-left: 14px;
    color: #fff;
}

.ValueBConetn h4 {
    font-size: 18px;
    margin: 0;
}

.ValueBConetn p {
    margin: 0;
    font-size: 14px;
}
.valueBandleRight {
    color: #fff;
}

.valueBandleRight h1 {
    font-size: 45px;
}

.valueBandleRight p {
    font-size: 20px;
}
.homePromoVideo {
    padding: 100px 0;
}
.homePromoVideoBgOverly {
    padding: 200px 0;
}
.promoPlayButton {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promoPlayButton i {
    width: 100px;
    height: 100px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s all;
}
.promoPlayButton i:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.footerBgOverly {
    padding-top: 70px;
    padding-bottom: 20px;
}
.footerGrid ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.footerGrid ul li a i {
    color: #e10419;
    margin-right: 5px;
}

.footerLogo {
    text-align: center;
    margin-top: 100px;
}

.footerLogo img {
    width: 150px;
}

.footerText {
    text-align: center;
    color: #fff;
}

.footerText p {
    margin: 0;
    padding-top: 25px;
}

.footerText p a {
    text-decoration: none;
    color: #e10419;
    font-weight: bold;
}
.footerSocialLink li a  {
    margin-right: 24px;
    
}
.footerSocialLink li a i {
    color: #fff !important;
    display: block;
    font-size: 24px;
    
}

.footerSocialLink li {
    display: inline-block;
}

.footerGrid ul {
    margin: 0;
    padding: 0;
}
.footerContact li a i {
    color: #fff !important;
}

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: red;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  z-index: 1000;
  display: none;
  transition: background 0.3s;
}

#scrollTopBtn:hover {
  background-color: #555;
}
.homeCounterMain {
    padding-bottom: 100px;
}
.countIcon i {
    width: 70px;
    height: 70px;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.homeConterGrid {
    display: flex;
    margin-bottom: 20px;
}
.countInfo h1 {
    margin: 0;
}

.countInfo p {
    margin: 0;
}

.companyGrowMain {
    padding-bottom: 100px;
}
.companyGrowBgOverly {
    padding-top: 175px;
    padding-bottom: 235px;
    background: #00000080;
}

.companyGrowIcon {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-color: #656767;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.companyGrowIcon i {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
}

.companyGrowContent h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    padding: 20px 0;
}
.compnayGrowButton {
    text-align: center;
}

.compnayGrowButton a {
    background-color: #e10419;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.5s all;
    margin-top: 24px;
}

.requestCallBackAria {
    box-shadow: 0px 15px 40px 0px rgba(101.00000000000001, 101.00000000000001, 101.00000000000001, 0.1);
    padding: 0px 90px 0px 0px;
    z-index: 1;
    background-color: #fff;
    margin-top: -146px;
    border-radius: 40px;
}

.requestCallBackLeft {
    padding: 20px;
}


.requestForm .form-control {
    background: #f1f8fc;
    font-size: 12px;
    border-radius: 40px;
    padding: 20px;
    border: none;
    margin-bottom: 10px;
}

.requestForm .form-select {
    background: #f1f8fc;
    font-size: 12px;
    border-radius: 40px;
    padding: 20px;
    border: none;
    margin-bottom: 10px;
}
.getStart {
    background-color: #e10419;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.5s all;
    margin-top: 24px;
    border: none;
    width: 100%;
}
.getStart:hover {
    background-color: #000;
    color: #fff;
}
.requestCallBackRight {
    margin-top: 60px;
    padding-left: 20px;
}

.requestCallBackRight p {
    margin: 0;
    font-size: 14px;
    color: #e10419;
}

.requestCallBackRight h4 {
    font-size: 30px;
    margin: 0;
    padding-bottom: 30px;
}

.requestCallBackRight h6 {
    margin: 0;
    padding-bottom: 15px;
}
.requestForm .form-control:focus {
    border-color: #e10419 !important;
    box-shadow: none;
    border: 1px solid red !important;
}
.chanelTvMain {
    padding: 100px 0;
}






.chanelTvRight .sectionHead h2 {
    text-align: left;
}

.chanelTvRight .sectionHead h6 {
    margin: 0;
}
.chanelTvLeft {
    position: relative;
}

.changle1Img {
    position: relative;
    width: 85%;
}
.changle2Img {
    position: absolute;
    right: 112px;
    top: -65px;
}
.ourTeamBgOverly {
    padding: 100px 0;
}


.teamBox {
    position: relative;
    margin-bottom: 20px;
}

.teamBox img {
    width: 100%;
    border-radius: 60px;
    position: relative;
}

.teamMSocialLink {
    position: absolute;
    bottom: 90px;
    left: 30%;
    background-color: #e10419;
    padding: 8px 15px;
    border-radius: 25px;
}

.teamMSocialLink ul li {
    display: inline-block;
}

.teamMSocialLink ul {
    margin: 0;
    padding: 0;
}

.teamMSocialLink ul li a {
    color: #fff;
    display: block;
    margin: 0px 10px;
    text-align: center;
}
.teamBox h4 {
    text-align: center;
    margin: 0;
    padding-top: 20px;
}

.teamBox p {
    text-align: center;
    margin: 0;
}
.testimonial {
    padding: 100px 0;
}
.testimonial {
    padding: 100px 0;
}

.testimonialCard {
    display: flex;
    align-items: center;
}

.testimonialImg img {
    border-radius: 50px;
}

.testimonialInfo p {
    font-size: 30px;
    margin: 0;
    font-style: italic;
    border-left: 3px solid #e10419;
    margin-left: 30px;
    padding-left: 30px;
}

.testimonialInfo h5 {
    margin-left: 60px;
    padding-top: 30px;
    color: #ff0000;
    margin-bottom: 0;
}

.testimonialInfo span {
    margin-left: 60px;
}

.testimonial-slider .slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 110%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.testimonial-slider .slick-prev{
    left: 10%;
}
.testimonial-slider .slick-next{
    right: 85%;
}
.testimonial-slider .slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 30px;
}
.letestPartContainer {
    background-color: #F3F6FB;
    padding: 50px;
    border-radius: 40px;
}

.ourLatestPart {
    padding: 100px 0;
}
.LatestPartBox img {
    width: 150px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}

.LatestPartBox h4 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    padding-bottom: 20px;
}

.LatestPartBox p {
    text-align: center;
    color: #8990ac;
}

.LatestPartBox a {
    text-align: center;
    display: block;
    color: #e10419;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.flowusBox img {
    width: 100%;
}
.flowUsMain h3 {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    font-size: 24px;
}

.contact-page {
    padding: 100px 0;
}
.getInTuchBox {
    position: relative;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #e10419 !important;
}

.getInTuchInfo {
    position: absolute;
    right: -174px;
    top: 70px;
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}

.getInTuchImg img {
    border-radius: 30px;
}
.covarageInfo {
    text-align: center;
    padding-bottom: 50px;
}

.coverageList h6 {
    font-size: 22px;
    color: #e10419;
}


.website-info .media {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.website-info .media i {
    width: 70px;
    height: 70px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
}

.website-info .media-body h5 {
    font-size: 17px;
    margin: 0;
}

.website-info .media-body p {
    margin: 0;
}

.website-info .media-body {
    margin-left: 10px;
}
.getInTuchInfo h4 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 25px;
}

.contact-form {
    padding-top: 100px ;
}

.form-info {
    background-color: #F8F6F4;
    padding: 50px;
    border-radius: 30px;
}

.form-info .form-control {
    padding: 15px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}
.form-info h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
}
.submitbutton {
    background-color: #e10419;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.5s all;
}
.sumbinButton {
    text-align: center;
}

.ourPackageMain {
    padding: 100px 0;
}
.packageGrid {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    /*background-color: #fff;*/
    border-radius: 40px;
    margin-bottom: 25px;
}

.packagePriceHead {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.socialLink li {
    display: inline-block;
}

.socialLink li a {
    color: 
#fff;
    font-size: 34px;
    margin-right: 18px;
}

.socialLink {
    padding: 0;
}


.packagePriceHead h1 span {
    font-size: 15px;
    color: #020626;
    transform: translateY(10px);
}

.packagePriceHead h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    font-size: 60px;
    margin: 0;
    padding-top: 25px;
    font-weight: 700;
}

.packagePriceHead p {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #c91820;
}

.packagePriceHead h4 {
    font-size: 20px;
    margin: 0;
}
.packagePrice {
    background-color: #eee;
    padding: 15px 30px;
    width: 90%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 20px;
}
.packagePrice h2 {
    margin: 0;
}
.packagePrice {
    text-align: center;
}
.packagePrice sub {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.packagePriceImg {
    margin-bottom: 20px;
}
.packagePriceImg img {
    border-radius: 80px;
    max-height: 130px;
    object-fit: cover;
    margin: 0 auto;
    width: 300px;
    display: block;
}

.packagePriceInfo ul li {
    color: #777777;
    font-size: 15px;
    margin-bottom: 10px;
}
.packagePriceInfo ul li i {
    color: #e10419;
    margin-right: 5px;
}
.packagePriceInfo p {
    font-size: 15px;
    padding-left: 36px;
}
.packagePriceFooter a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
    border-bottom-left-radius: 31px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s all;
}
.packageGrid:hover .packagePriceFooter a {
    border-bottom-left-radius: 0;
    background-color: #e10419;
    color: #fff;
}


.mediaServer {
    padding: 50px;
    background: #f9f9f9;
}

.mediaServerBox {
    display: block;
    text-decoration: none;
}



.mediaServer h3 {
    text-align: center;
}

.mediaServer p {
    text-align: center;
}
.mediaServerBox h4 {
    text-decoration: none !important;
    display: block;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    color: #000;
}
.mediaServerBox p {
    color: #766666;
    margin: 0;
}


/*responsive for mobile device start*/
@media only screen and (max-width: 767px) {
.breadOverly {
    padding: 40px;
}
.headerTop {
    display: none;
}
.headerNavMenu ul {
    display: none;
}
.headerNavRightPart {
    display: none;
}
.homeAboutLeft img {
    width: 100%;
}
.headerNavContainer {
    border-radius: 0;
}
.logoDiv a img {
    width: 50%;
    margin: unset;
    margin-top: 20px;
}
header .toggle {
    position: fixed;
}
.headerNav .container {
    padding: 0;
}
.getStarted {
    margin-top: 10px;
    margin-bottom: 10px;
}
.discountAndPackageLeft h1 {
    font-size: 30px;
}


}






/*responsive for mobile device end*/






