
body {
    font-family: 'Ubuntu', sans-serif;r
    padding: 0;
    margin: 0;
    color: #696e7b
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 16px;
    color: #222233;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #c41f43;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #00435a;
    margin-bottom: 1rem;
}
.m-heading span{
    color: #c41f43;
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn:hover{
    color: #fff;
}
.btn-m-top{
    margin-top: 20px
}
.blue{
    letter-spacing: .5px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 14px 50px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #c41f43;
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);
    background: linear-gradient(to right, #a71333, #c41f43);
    background-repeat: repeat-x;
    transition:
        all 0.2s ease-in-out 0s;
}
.blue:hover{
    background: #00435a;
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);
    background: linear-gradient(to right, #002f3f, #00435a);
    color: #ffffff;
}
.blue.inverted-btn{
    background: #00435a ;
    color: #fff
}
.blue.inverted-btn:hover{
    background-color:  #09091a;
    color: #fff
}
.inner-header{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #f5f5f5;
    background-image: url(../../assets/img/inner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-attachment: fixed; */
}
.inner-header .breadcrumb-item.active {
    color: #cbcbcb;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f524;
    opacity: .8
}
.inner-header .container{
    position: relative;
}m
.inner-header h1{
    color: #fff;
    font-weight: 600;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #00bcd7;
    font-size: 17px
}
.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #c41f43;
}
.theme-color{
    color: #c41f43;
}
/* Navbar */
.logo{
    width: 190px;
}
.navbar-light{
    background-color: #ffffff;
    z-index: 1050;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #c41f43;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a71333, #c41f43); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar-light .navbar-nav .nav-link.last:focus, .navbar-light .navbar-nav .nav-link.last:hover{
    background: #00435a;
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);
    background: linear-gradient(to right, #002f3f, #00435a);
    color: #ffffff;
}
.navbar-light .dropdown-menu{
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #c41f43;
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);
    background: linear-gradient(to right, #a71333, #c41f43);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #00435a;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 500;
    padding: 26px 20px;
    margin-bottom: -1px;
    letter-spacing: .5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #ffffff;
    background: #c41f43;
    background: -webkit-linear-gradient(to right, #a71333, #c41f43);
    background: linear-gradient(to right, #a71333, #c41f43);
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    font-size: 14px;
    padding: 13px 8px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
.custom-dropdown .dropdown-menu a img{
    width: 50px;
    padding-right: 6px;
}
.custom-dropdown .dropdown-menu a > span {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
    background: #fd7e14;
}
.custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
    background: #00435a;
    color: #ffffff;
}

.bg-shadow {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.title-div h1{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 4px;
}
.title-div h6{
    color: gray; 
}
.title-div h6 i{
    color: #71c144;
}
.title-div .h-price{
    color: #71c144;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right
}
.title-div .h-sub-price{
    color: #71c144;
    font-weight: bold;
    text-align: right
}
 .booking-card {
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      text-align: center;
      padding: 30px;
      background: #fff;
    }
    .price {
      font-size: 2rem;
      font-weight: bold;
      color: #4CAF50; /* Your specified green */
    }
    .car-specs {
  background: #f9fafc;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.spec-list, .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.spec-list li, .feature-list li {
  font-size: 15px;
  margin: 10px 0;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.spec-list li:hover, .feature-list li:hover {
  background: #eef5ff;
  transform: translateX(5px);
}
.spec-list li i, .feature-list li i {
  color: #0066cc;
  width: 20px;
  text-align: center;
}
.car-specs h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; /* default: 1 column */
  gap: 12px;
}

/* On desktop: 2 columns */
@media (min-width: 768px) {
  .spec-list {
    grid-template-columns: 1fr 1fr;
  }
}

.spec-list li {
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f9fafc;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.spec-list li:hover {
  background: #eef5ff;
  transform: translateX(5px);
}

.spec-list li i {
  color: #0066cc;
  width: 20px;
  text-align: center;
}
/* product */

.product-grid{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    background: #fff;
    margin-bottom: 30px;
}

.product-grid:hover{ border-color: #c41f43; }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{display: block;height: 200px;overflow: hidden;align-items: center;vertical-align: top;}
.product-grid .product-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product-grid .product-content{ padding: 15px; }

.product-grid .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #3D3D3D;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #b28f6f; }
.product-grid .price{
    color: #4CAF50;
    font-size: 25px;
    font-weight: 600;
    width: calc(100% - 43px);
    display: inline;
}
.product-grid .price span{
    font-size: 20px;
    vertical-align: middle;
}
.product-grid .product-content .blue{
    padding: 9px 12px;
    font-size: 14px;
}
.pro-info li span{
    
}
.pro-info li p{
    margin-bottom: 0px;
}
/* Main Banner */
.main-loc{
    position: absolute;
    left: -2%;
    top: 34%;
    z-index: 0;
    width: 40%;
}
.main{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 50px;
    background: rgb(167 19 51 / 19%);
    background: -webkit-linear-gradient(to right, rgb(167 19 51 / 19%), rgb(196 31 67 / 5%));
    background: linear-gradient(to right, rgb(167 19 51 / 19%), rgb(196 31 67 / 5%));
}
.girl-boy{
    margin-left: -50px;
    position: relative;
    z-index: 1
}
.main .img-box{
    width: 91%;
}
.main .btn-ab{
    margin-top: 40px;
}
.main .sub-span{
    color: #1fb9d5;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.main .slider-content{
    z-index: 5;
    display: block;
    margin-top: 20px;
    position: relative;
}
.main .slider-content h1{
    color: #00435a;
    font-weight: 600;
    font-size: 45px;
    line-height: 59px;
}
.main .slider-content h1 span{
    color: #c41f43;
}
.main .slider-content p{
    color: #222233;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
}
.main-top{
    color: #3d59e8;
    font-size: 1.2rem;
}
.main-heading{
    color: #09091a;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 25px;
    line-height: 59px;
}
.main-heading span{
    color: #1fb9d5
}
.sub-heading{
    color: #1fb9d5;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.main-form .form-group{
    margin-bottom: 20px;
}
.main-form .form-group .form-control{
    height: 56.5px;
    border: 1px solid #1fb9d5;
    border-radius: 6px;
}
.main-form .form-group label{
    margin-bottom: 15px;
    color: #1fb9d5
}
.main-form .form-group label i{
    margin-right: 5px;
}
.banner-form{
    margin-top: 40px;
}
/* about page */
.why-div{
    margin-top: 80px;
}
.why-div  .m-heading{
}
.why-box{
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    background: #fbfbfb;
    padding: 50px 40px 40px 40px;
    border-radius: 6px;
    box-shadow: 1px 1px 17px #e7e7e7;
}
.why-box .why-title{
    font-size: 20px;
    color: #c41f43;
    z-index: 2;
    position: relative;
}
.why-box p{
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.why-box .big-h{
    -webkit-text-stroke: 1px #00435a;
    -webkit-text-fill-color: white;
    position: absolute;
    top: -38px;
    font-size: 60px;
    opacity: 1;
}
/* commit sec */
.commit-div{
    border-radius: 10px;
    background: #00435a21;
    padding: 40px;
    overflow: hidden;
    position: relative;
}
.commit-div .the-man{
    position: absolute;
    bottom: 0;
    right: 10%;
    width: auto;
    display: inline;
    text-align: right;
}
.commit-div .the-man img{
    width: 80%;
}
/* blog box */
.blog-sec{
    position: relative;
    background: #fff4f4;
}
.blog-sec .laptop{
    position: absolute;
    right: 20px;
    top: -90px;
}
.blog-box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-box .icon {
    border-radius: 6px;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blog-box .icon a{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-box .icon a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box .icon img{
    border-radius: 6px;
}
.blog-box h3 a{
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #343434;
    font-weight: 700;
}
.blog-box h3 a:hover{
    color: #311b92
}
.blog-box p {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-box .read-more-btn{
    color: #c41f43;
    font-weight: 500;
}
.blog-box .read-more-btn:hover{
    color: #1e1e1e;
}
.blog-box .read-more-btn:hover i{
    padding-left: 3px;
    transition: -webkit- .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s,-webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
}

.blog-box a i{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 1px;
}
.m-service-margin{
    margin-bottom: 0px;
}
.blog-box .se-content{
    padding: 15px;
    padding-top: 20px;
}
.blog-box .list-inline{
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog-box .list-inline li a i{
    font-size: 16px;
    color: #c41f43;
    vertical-align: baseline;
}
.blog-box .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-box .list-inline li a:hover{
    color: #311b92;
}

#button {
    display: inline-block;
    background-color: #1fb9d5;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 43px;
    color: #201e1e;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:hover#button::after {
    color: #fff
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}


.login-sec{
    background-color: #F7F7F7;
    background-image: url(../../assets/img/bg-con.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
.reg-form{
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.reg-form .cntry-code select{
       max-width: 30%;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 46px;
    font-size: 14px;
    background-color: #ffffff00;
    border: 1px solid #c41f43;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-group textarea.form-control{
    height: 90px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #2a2834;
    font-weight: 700;
    font-size: 25px;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}
.reg-form .select2.select2-container{
    width: auto !important;
    background-color: #ffffff00;
}
.reg-form .select2-container .select2-selection--single{
    background-color: #ffffff00 !important;
    height: 46px !important; 
    border: 1px solid #c41f43 !important; 
    font-size: 14px;
        border-radius: 4px 0px 0px 4px !important; 
}
.select2-results__option--selectable{
    font-size: 14px !important;
}
.reg-form .select2-container--default .select2-selection--single .select2-selection__arrow{
   height: 46px !important;
}
.select2-container--open .select2-dropdown{
  width: 300px !important;  
}
.reg-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #ffffff00 !important;
    height: 46px !important;
    line-height: 46px !important;
}
.reg-form .select2-container--default img{
    width: 15px
}
.reg-form .select2-results__options{
    font-size: 14px !important;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #b28f6f;
    border-color: #b28f6f;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b28f6f73;
}
.ab-img{
    position: relative;
    height: 100%;
}
.ab-img .img-1{
    position: absolute;
    border-radius: 16px;
    z-index: 0;
}
.ab-img .img-2{
    position: absolute;
    z-index: 2;
    bottom: -130px;
    right: -46px;
}
.serv-sec{
    margin-top: 100px;
    background: #fff4f4;
}
.serv-box{
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
    margin-top: 50px;
    border: 2px dashed #c41f43;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.serv-box img{
    width: 60px;
    margin-bottom: 25px;
}
.serv-box .serv-title{
    color: #00435a;
    margin-bottom: 0px;
}
.serv-box:hover{
    border: 2px dashed #00435a;
}
.client-review{
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
}
.client-review .user-image{

}
.client-review .user-image img{
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 16px;
    margin-bottom: 4px;
    color: #00435a;
    font-weight: 700;
}
.client-review .user-title-content p{
    color: #7d7d7d;
    font-size: 14px;
}
.client-review .client-des{
    color: #7d7d7d;
    font-size: 15px;
}
.featured-slider .owl-nav {
    display: block !important;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 1px solid #00435a !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #00435a !important;
}
.featured-slider .owl-nav button:hover{
    color: #ec3323 !important;
    border: 1px solid #ec3323 !important;
}
.featured-slider .owl-dot{
    display: none !important;
}
.m-footer{
    padding-top: 30px;
    padding-bottom: 25px;
    background: #c41f43;
    background: -webkit-linear-gradient(to right, #a71333,#a71333, #c41f43, #a71333);
    background: linear-gradient(to right, #a71333,#a71333, #c41f43, #a71333)
}
.m-footer hr{
    background: #fff;
    opacity: 1;
    margin-top: 25px
}
.ft-logo{
    width: 150px
}
.link-ul{
    margin-bottom: 0px
}
.link-ul li{
    position: relative;
    margin-right: 10px !important;
    !i;!;
    margin-left: 10px;
}
.link-ul li:after{
    content: "|";
    position: absolute;
    right: -14px;
    color: #fff;
    top: -1px;
}
.link-ul li:last-child:after{
    display: none
}
.link-ul li a{
    color: #fff
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #00435a;
    font-size: 16px;
    transition: .2s;
    width: 35px;
    background: #fff;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #00435a;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #ec3323;
}
.copy-p{
    color: #fff;
    margin-bottom: 0px;

}
.copy-p span{
    color: #00435a;
    font-weight: 700
}
.con-wrap{
    padding-bottom: 50px;
    background-image: url(../../assets/img/cnt-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}
.cont-bg{
    background: #fffffff0;
    padding: 40px 50px;
    border-radius: 10px
}
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    /* background: #ffffff; */
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    background: #ad1636;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #00435a;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #696969;
}
.policy-sec :is(h1, h2, h3, h4, h5, h6){
    color: #00435a
}
.policy-sec h2{
    font-size: 24px
}
/* blog detail */
.blog-detail .blog-heading{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #00435a
}
.blog-detail-inline .list-inline{
    margin-bottom: 3rem;
    margin-top: 0px;
}
.blog-detail-inline .list-inline li a i{
    font-size: 16px;
    color: #c41f43;
    vertical-align: baseline;
}
.blog-detail-inline .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-detail-inline .list-inline li a:hover{
    color: #c41f43;
}
.blog-detail .main-img{
    margin-bottom: 2rem
}
.blog-detail p{
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.social-share{
    margin-top: 3rem;
}
.social-share .share-btn-fb {
    background-color: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}
.social-share .share-btn-fb:hover{
    background-color: #fff;
    color: #4267b2;
}
.social-share .share-btn-twi{
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}
.social-share .share-btn-twi:hover{
    background-color: #fff;
    color: #00aced;
}
.social-share .share-btn-insta{
    background-color: #0073B1;
    border: 2px solid #0073B1;
    color: #fff
}
.social-share .share-btn-insta:hover{
    background-color: #fff;
    color: #0073B1
}
.social-share .share-btn {
    padding: 10px 20px;
    -webkit-transition: .2s!important;
    -moz-transition: .2s!important;
    -ms-transition: .2s!important;
    -o-transition: .2s!important;
    transition: .2s!important;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
}
.order-bg{
       background: #fff4f4;
       padding: 40px;
       border-radius: 10px
}
.order-bg .info-ul li{
    position: relative;
    margin-left: 7px;
}
.order-bg .info-ul li p{
    font-size: 15px;
    color: gray;
}
.order-bg .info-ul li p strong{
    color: #00435a;
}
.order-bg .info-ul li:last-child:after{
    display: none;
}
.order-bg .info-ul li:after{
    content: '|';
    position: absolute;
    right: -11px;
    top: -2px;
    color: #000;
}
.m-table tbody th{
    
      color: #c41f43
}
.loc-a{
        color: #073988;
}
.loc-a i{
    
}
.promo-box .blue.inverted-btn{
          height: 46px;
    padding: 8px 30px;
}
.fail-icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #fdeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fail-icon-x {
  width: 60px;
  height: 60px;
  stroke: #dc3545;
  stroke-width: 2;
  fill: none;
  animation: popIn 0.3s ease-out forwards;
}

.fail-circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: draw 0.6s ease-in-out forwards;
}

.fail-line1,
.fail-line2 {
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  animation: draw 0.4s 0.6s ease-in-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fail-card {
  background-color: #ffffff;
}

.fail-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.fail-message {
  font-size: 1rem;
}
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff4f4;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.job-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #222;
}
.job-list li i{
    position: absolute;
    left: 0;
    top: 6px;
    color: #c41f43;
}
.m-small-h{
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.fee-policy-sec li{
    font-size: 14px;
    margin-bottom: 7px;
    color: #1e1e1e;
}
.fee-policy-sec h2, .fee-policy-sec h1{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.fee-policy-sec .c10.c14, .fee-policy-sec .c3{
    font-weight: bold;
}
.fee-policy-sec h3{
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    text-decoration: underline;
}
.fee-policy-sec p, .m-fee-table li{
    font-size: 14px;
}
.fee-policy-sec .nav-pills .nav-link.active, .fee-policy-sec .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00435a;
}
.fee-policy-sec .nav-link {
    color: #00435a;
    font-size: 16px;
}
/* media Queries */

@media (max-width: 1400px){
    .main .slider-content h1{
        font-size: 45px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

@media (max-width: 767.1px){
.order-bg{
    padding: 10px;
}
}