@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

*{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
}

.heading-text {
    padding-left:40px;
    padding-top:40px;
    color:#6C6C6C;
}


header{
    background: #fff;
    z-index: 100;
    top: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
    padding: 10px 20px !important;
    position: sticky;
}

.ul-mobile {
    margin-left: 40px;
    margin-left: 50px;
    font-size: 14px;
}

.ul-mobile li a {
    color: #000;
    line-height: 26px;
}

.container-new{
    max-width: 1140px !important;
    margin:0 auto !important;
}

.footer-width{
    width:100%;
    margin-top:90px ;
}

.calendar a:hover{
    text-decoration: none;
}

.dropdown-menu {
    min-width: 17rem !important;
}

.dropdown-menu ul li{
    margin-left: 45px;
    margin-bottom: 18px;
    list-style-type: none !important;
    margin-top:10px;
}

.dropdown-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}


.progress-container {
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    margin-top: 10px;
    left:0px;
  }
  
  .progress-bar {
    height: 5px;
    background: #193F70;
    width: 0%;
  }
  

.dropdown-toggle::after {
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 10px !important;
    color: #7d7d7d !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(2px) !important;
    border: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500 !important;
    color: #737373 !important;
    text-transform: inherit !important;
    padding: 12px 16px 0px !important;
    font-size: 14px;
}

nav button{
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border:none;
}

.navbar-brand{
    color: #737373;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.navbar-brand img{
    width: 150px;
}

.banner{
    padding: 80px 0px;
}


.banner .content h1{
    font-weight: 600;
    padding-bottom: 10px;
    color:#435770;
}

.banner .content h3{
    font-weight: 600;
    color:#435770;
}


.banner .content p{
    color: #707070;
}

.banner .content button{
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border:none;
}

.paralex{
    background: #435770;
    padding: 80px;
}


.paralex .content h2{
    font-weight: 600;
    padding-bottom: 10px;
    color:#fff;
}


.paralex .content p{
    color: #fff;
    width: 73%;
    padding-top: 0px;
}

.paralex .content button{
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border:none;
}

.slide-card{
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
}

.hamburger {
    top:50%;
    left:10%;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: 0.5s;
  }
  
  .hamburger:before {
    top: -7px;
  }
  
  .hamburger:after {
    top: 7px;
  }
  
  
  
  /* Icon 1 */
  .icon-one {
    position: absolute;
    top: 7%;
    right: 0px;
    width: 44px;
    height: 40px;
    cursor: pointer;
  }
  
  .hamburger-one:before,
  .hamburger-one:after {
    content: '';
    position:absolute;
    width: 20px;
    height: 2px;
    background:#000;
    transition:0.5s;
  }
  
  .icon-one.active-one .hamburger-one {
    background:rgba(0,0,0,0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }
  
  .icon-one.active-one .hamburger-one:before {
    top: 0;
    transform:rotate(45deg);
  }
  
  .icon-one.active-one .hamburger-one:after {
    top: 0;
    transform:rotate(135deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }


  /* Animation */
@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px));
    }
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px));
    }
  }

  


  /*  Styling  */
  #logos-home-page .slider-new {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
 
  
  #logos-home-page .slider-new:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  #logos-home-page .slider-new:before {
    left: 0;
    top: 0;
  }
  
  #logos-home-page .slide-track {
    -webkit-animation: scroll 5s linear infinite;
            animation: scroll 5s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  
  #logos-home-page div.slide-new {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .slide img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin-right: 30px;
    object-fit: cover;
    margin-top: 20px;
  }
  
  .slide img:hover{
      transform: scale(1.1);
  }


 
 
  
  

@media (max-width:490px) {
    .slide-card{
    padding: 0px !important;
    }
    .features-right-2{
        width: 100% !important;
    }
}

.text{
    color: #707070;
    padding-left: 10px;
}

.paralex-img{
    width: 90px;
    margin-top: 10px;
}

/* .paralex .content h2{
    font-size: 38px;
    line-height: 55px;
    width: 50%;
    font-weight: 600;
} */

.slide-card h3{
    font-size: 20px;
    padding-top: 10px;
}


.slide-card p{
    color: #707070;
    padding-top: 10px;
}

.nitty {
    padding: 80px;
}

.nitty .heading{
   margin-bottom: 60px;
}

.nitty .heading h3{
    text-align: center;
    font-weight: 600;
    color:#435770;
}

.nitty .box{
    padding: 40px;
    background: #D6D6D6;
    border-radius: 10px;
}


.nitty .box .images{
    display: flex;
    justify-content: center;
}

.nitty .box p{
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}


.faq {
    padding: 0px 0px 80px 0px;
}

.faq .heading{
   margin-bottom: 60px;
}

.faq .heading h3{
    text-align: center;
    font-weight: 600;
    color:#435770;
}


#accordion{
    background: #F4F4F4;
    padding: 40px;
    border-radius: 30px;
}

.btn-link {
    width: 100% !important;
    text-align: left !important;
    display: flex !important;
    justify-content: space-between !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 18px !important;
    text-decoration: none !important;
}

.card-header {
    padding: 10px !important;
    background-color: inherit !important;
    border: none !important;
}


.faq .card {
    background: none !important;
    border: none !important;
    /* border-top: 2px solid #004f9d !important; */
    border-bottom: 2px solid #ababab !important;
    border-radius: 0px !important;
    position: relative !important;
}

.calendar{
    background: #435770;
    padding: 80px;
}

.calendar .heading{
    color: #fff;
    text-align: center;
}

.calendar h3{
    color: #E8C26F;
    text-align: center;
}

.slider {
    padding: 40px 0px 0px 0px;
    width: 45%;
    margin: 0 auto;
}

.calender-box{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto !important;
}

.calender-box p{
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    color:#435770;
}

.calender-box h4{
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0px;
    color:#435770;
}


.calendar .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.calendar .owl-theme .owl-nav [class*=owl-] {
    background: #435770 !important;
    color: #fff0 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;
   
}

.calendar .owl-theme .owl-prev{
    position: absolute !important;
    left: 0px;
    top: 45px;
}


.calendar .owl-theme .owl-next{
    position: absolute !important;
    right: 0px;
    top: 45px;
}

.calendar .owl-prev::after {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #fff !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.calendar .owl-next::after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #fff !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 6px !important;
}


.blog{
    background: #F4F4F4;
    padding: 80px;
}

.blog .heading{
    margin-bottom: 40px;
}

.blog h3{
    text-align: center;
    color: #435770;
    font-weight:500;
}

.blog-box{
    background: #fff;
    border-radius: 25px;
    padding: 30px;
}

.blog-box .img img{
    width: 100%;
    height: 230px;
}

.blog-box .p{
    font-weight: 500;
}

.blog-box .content p{
    color: #707070;
    padding-top: 20px;
    font-weight: 500;
}


.blog-box .content a{
    color: #000;
    padding-top: 20px;
    font-weight: 500;
    text-decoration: none;
}


footer{
    background: #435770;
    padding: 5px 0px 40px 0px !important;
    height:550px;
}

footer ul li img {
    width: 22px;
}

footer ul li a, footer ul li a:hover {
    color: #fff;
    padding-top: 10px;
    display: flex;
}

footer h4 {
    color: #E8C26F;
    font-weight: 600 !important;
    font-size: 17px;
    text-align: left;
    font-family: poppins !important;
}

footer ul {
    list-style-type: none;
    margin-bottom: 40px;
}

footer ul li{
    color: #fff;
    padding-top: 10px;
    text-align: left !important;
}


.icon{
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 100%;
    color: #737373;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mobile{
    display: none;
}


.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 186px;
    border-radius: 10px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    padding:40px 20px;
    background: #7099B7;
    border-radius: 10px;
  }

  .flip-card-front p {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color:#fff;
}

.flip-card-front img {
    filter: brightness(0) invert(1);
    width:67px;
}
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content:center;
  }


  .step-slider{
    background: #F4F4F4;
    padding: 40px 0px;
  }

  

  .step-box{
    background: #fff;
    border-radius: 15px;
    width: 245px !important;
    height: 240px;
    padding: 20px;
  }

  .step-slide-bg{
    background: #435770 !important;
  }

  .step-icon{
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 12px;
    margin-top: 10px;
  }

  .step-box h5{
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    padding-top: 34px
  }

  .over-slide{
    display: flex;
  }
  
  .text1 {
    color: #707070 !important;
}

.step-box h4{
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    font-weight: 600;
    color:#435770;
  }

  .step-box a{
    color: #000;
    font-weight: 600;
  }

  .step-box p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  .step-slider .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.step-slider .owl-theme .owl-nav [class*=owl-] {
    background: #ffff !important;
    color: #0000 !important;
    text-decoration: none;
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
    position: relative;
   
}

.step-slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex !important;
    justify-content: end !important;
}


.step-slider .owl-prev::after {
    content: "\f060" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.step-slider .owl-next::after {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
}

.home-extention{
    padding: 80px 0px;
}

.extention{
    background: #435770;
    padding: 40px;
    border-radius: 15px;
}

.home-box {
    background: #fff;
    padding: 49px 90px;
    border-radius: 10px;
}

.home-box h2{
    font-weight: 600;
    display: flex;
    justify-content: center;
    color:#E8C26F;
}


.home-box h3{
    font-weight: 600;
   text-align: center;
   line-height: 35px;
   color:#435770;
}


.home-box h2 p{
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    padding-left: 10px;
    padding-top: 4px;
    color:#435770;
}

.button-new{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.home-box button {
    font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 500;
    border:none;
}

.front{
    background: #fff !important;
    padding: 20px !important;
}

.front p{
    font-size: 14px;
    color:#707070;
}

.front img{
    width: 40px;
    filter: none;
}

.flip-card-new{
    height: 155px !important;
    margin-bottom: 20px !important;
}

.victorian{
    padding: 0px 0px 80px 0px;
}

.victorian .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.victorian .nav-pills{
   width: 56%;
   justify-content: space-between !important;
}

.victorian .nav-pills .nav-link.active{
    font-size: 17px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.tab-listing{
    padding: 40px 0px;
}

.tab-listing .content h3{
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    color:#42566F;
}


.tab-listing .content h2{
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
    color:#42566F;
}


.tab-listing .content p{
    color: #707070;
    padding-top: 20px;
}

.tab-listing .content button{
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border:none;
}

.bth{
    background: none !important;
    border: 2px solid #7099B7 !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-left: 20px;
    border:none;
}

.tab-img-box{
    background: #fff;
    height: 400px;
    border-radius: 10px;
}


.tab-img-box img{
    height: 400px;
    border-radius: 10px;
}

.mobile-nav{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0px 13px;
    margin-bottom: 0px;
    position: relative;
}

.mobile-nav i{
    font-size: 20px;
    padding-right: 16px;
    padding-top: 14px;
}

.mobile-header{
    display: none;
}

.side-bar {
    background: #fff;
    height: 90vh;
    width: 100%;
    z-index: 100;
    padding: 20px;
}

.sidebar-header{
    position: relative;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.new-i {
    position: absolute;
    color: #000;
    right: 20px;
    top: 12px;
}

.sidebar-body ul{
    list-style-type: none;
}

.sidebar-body ul .nav-link{
    color: #000;
    padding: 10px 0px;
    font-weight: 500;
}

.sidebar-body .nav-item{
    width: 100%;
}

.sidebar-body{
    padding: 0px 0px;
}

.sidebar-body .button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
    width: 100%;
}

.position-button{
    position: absolute;
    bottom: 30px;
    width: 93%;
    left: 0px;
}


.sideber {
    display: none;
  }


  /* #close .click  {
    left: -350px;
  } */
  
  .btn-01 .click{
    display: block;
  }
  
  .sideber.show{
    display: block;
    transition: all .3s linear;
  }

  .sideber.hide{
    display: none;
    transition: all .3s linear;
  }

.sidebar-body #accordion{
    background: none;
    padding: 0px;
}

.sidebar-body #accordion .card {
    border: none;
}

.sidebar-body #accordion .card .card-header {
   padding: 10px 0px !important;
}


.sidebar-body #accordion .card .card-header .btn-link{
   font-size: 15px !important;
}


.sidebar-body #accordion-new{
    background: none;
    padding: 0px;
}

.sidebar-body #accordion-new .card {
    border: none;
}

.sidebar-body #accordion-new .card .card-header {
   padding: 10px 0px !important;
}


.sidebar-body #accordion-new .card .card-header .btn-link{
   font-size: 15px !important;
}

.faq-new{
    padding-top: 40px;
}


.our-mission{
    padding: 10px 0px 80px 0px;
    background: #fff;

}

.mission-content h3{
   font-weight: 600;
   padding-bottom: 15px;
   color:#435770;
}

.mission-content p{
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 17px;
 }

 .mission-content a{
    color: #000;
    text-decoration: underline;
 }

 .mission-new{
    padding-left: 80px;
 }

 .m-icon{
    background: #7099B7;
    /*background: #F4F4F4;*/
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .m-icon img{
    width: 30px;
 }

 .mission-content ul{
    list-style-type: none;
    display: flex;
 }

 
 .our-team .heading{
    margin-bottom: 40px;
 }

 .our-team h3{
    font-weight: 600;
    color:#435770;
 }

 .our-team .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.our-team .nav-pills{
   width: 45%;
   justify-content: space-between !important;
}

.team-box img{
    width: 100%;
    border-radius: 10px;
    height: 250px;
}

.team{
    padding: 40px 0px;
}

.our-team .nav-pills .nav-link.active{
    font-size: 17px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.our-team .content{
    padding: 25px;
}

.team-img{
    position: relative;
}

.hover-img{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.team-box:hover .hover-img{
    opacity: 1;
    transition: all 0.3s linear;
}


.our-team h4{
    text-align: center;
    font-weight: 600;
    line-height: 15px;
    font-size: 21px;
}

.our-team p{
    text-align: center;
    color: #6C6C6C;
    font-size: 14px;
}


.about-me{
    background: #7099B7;
    padding: 80px 0px;
}

.about-me p{
    color: #dcdcdc;
}

.about-me p strong{
    color: #fff !important;
}


.new-faq{
    margin-top: 80px;
}

.planing{
    background: #435770;
    padding: 80px 0px;
}

.planing .heading h2{
    text-align: center;
    font-weight: 600;
    color:#fff;
}

.planing .heading p{
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    color:#fff;
}

.pr-slide {
    background: #fff;
    width: 30%;
    border-radius: 30px;
    margin: 0 auto;
}

.pricing-slide{
    padding-top: 20px;
}

.pricing-slide .nav-pills .nav-link.active {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 29px;
    border-radius: 30px;
    font-weight: 500;
}

.pricing-slide .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
}

.text3{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color:#fff;
}

.text4{
    font-weight: 700;
}

.plan-card {
    background: #fff;
    /* padding: 20px 40px; */
    border-radius: 10px;
}

.plan-header{
    border-bottom: 4px solid #D8D8D8;
    padding: 20px 40px;
}

.plan-header h3{
    display: flex;
    font-size: 25px;
    font-weight: 600;
    color:#7099B7;
}


.plan-header h5{
    color:#435770;
}

.plan-header h3 p {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    padding-left: 6px;
    padding-top: 3px;
    margin-bottom: 0px;
}

.plan-body{
    padding: 30px 40px 30px 60px;
}

.plan-body ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.plan-footer{
    padding: 10px 40px 40px 40px;
}

.plan{
    margin-top: 50px;
}

.plan-footer  button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    border:none;
}

.contact{
    padding: 80px 0px;
}


.contact .content h1{
    font-weight: 600;
    padding-bottom: 5px;
}

.contact-icon{
    background: #E0E0E0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .content ul {
    display: flex;
    list-style-type: none;
}

.contact .content ul li a{
    color: #000;
    padding-left: 15px;
    margin-bottom: 0px;
}

.input {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.input input {
    width: 49%;
    padding: 10px 15px;
    background: #E0E0E0;
    border: none;
    outline: none !important;
    border-radius: 5px;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

form textarea{
    width: 100%;
    padding: 10px 15px;
    background: #E0E0E0;
    border: none;
    outline: none !important;
    border-radius: 5px;
    color: #636c72;
}

form p{
    color: #636c72;
}
form p a{
    color: #636c72;
}

.submit{
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.form{
    margin-top: 50px;
}

.new-width{
    max-width: 20% !important;
}
.new-width1{
    max-width: 80% !important;
}

.step-slide-bg {
    width: 100% !important;
}


.design-listing{
    padding: 80px 0px;
}

.design-listing .content h3{
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    color:#435770;
}


.design-listing .content h2{
    font-weight: 600;
    padding-bottom: 10px;
    width: 70%;
    line-height: 45px;
    font-size: 31px;
    color:#435770;
}


.design-listing .content p{
    color: #000;
    width: 94%;
}

.our-work{
    padding: 80px 0px;
    background:#F4F4F4;
}

.our-work .heading{
    margin-bottom: 40px;
}

.our-work .heading h3{
    text-align: center;
    font-weight: 700;
    color:#435770;
}

.our-img img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.design-listing .content button{
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    border:none;
}

.bth{
    background: none !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-left: 20px;
}

.design-listing .tab-img-box{
    background: #fff;
    height: 484px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}


.design-listing .tab-img-box img{
    height: 484px;
    border-radius: 10px;
    width: 440px;
}

.design-listing .content ul {
    list-style-type: none;
    display: flex;
}

.design-listing .content ul li  p {
    font-weight: 500;
    padding-bottom: 15px;
    width: 85%;
}


.new-planing{
    padding: 80px 0px 80px 0px;
}

.new-planing .heading h2{
    text-align: center;
    font-weight: 600;
    color:#435770;
}

.new-planing .heading p{
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}

.new-planing .pr-slide {
    background: #F4F4F4;
    width: 23%;
    border-radius: 30px;
    margin: 0 auto;
}

.new-planing .pricing-slide{
    padding-top: 20px;
}

.new-design-list{
    background: #F4F4F4 !important;
}

.new-planing .pricing-slide .nav-pills .nav-link.active {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px 29px;
    border-radius: 30px;
    font-weight: 500;
}

.new-planing .pricing-slide .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
}

.text3{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.text4{
    font-weight: 700;
}

.new-planing .plan-card {
    background: #F4F4F4;
    /* padding: 20px 40px; */
    border-radius: 10px;
}

.new-planing  .plan-header{
    border-bottom: 4px solid #fff;
    padding: 20px 40px;
}

.new-planing  .plan-header h3{
    display: flex;
    font-size: 25px;
    font-weight: 600;
    color:#7099B7;
}

.new-planing  .plan-header h3 p {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    padding-left: 6px;
    padding-top: 3px;
    margin-bottom: 0px;
    color:#7099B7;
}

.new-planing  .plan-header h5 {
    color:#435770;
}

.new-planing  .plan-body{
    padding: 30px 40px 30px 60px;
}

.new-planing .plan-body ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.new-planing .plan-footer{
    padding: 10px 40px 40px 40px;
}

.new-planing .plan{
    margin-top: 50px;
}

.new-planing .plan-footer  button {
    font-size: 16px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    border:none;
}

.new-tab-images-box{
    background: none !important;
    justify-content: left !important;
    height: 350px !important;
}

.new-tab-images-box img{
    height: 350px !important;
}

.new-tab-images-box-01{
    background: none !important;
    height: 350px !important;
}

.new-tab-images-box-01 img{
    height: 350px !important;
}

.portfolio{
    padding: 80px 0px 20px 0px;
}

.portfolio .heading{
    margin-bottom: 40px;
}

.portfolio h2{
    text-align: center;
    font-weight: 600;
}

.portfolio .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #000;
    font-weight: 600;
}

.portfolio .nav-pills{
   width: 70%;
   justify-content: space-between !important;
   margin: 0 auto;
}

.portfolio .nav-pills .nav-link.active{
    font-size: 17px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}


.portfolio-body{
    background: #D8D8D8;
    padding: 80px 0px;
}

.portfolio-gallery {

}

.gallery-card{
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.hover-effect {
    background: #0000004d;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: end;
    opacity: 0;
}

.hover-effect h3{
    color: #fff;
    font-size: 24px;
}

.hover-effect p{
    color: #fff;
}

.gallery-card:hover .hover-effect{
   transition: all .3s linear;
   opacity: 1;
}

.galleryoffer-box {
    height: 280px;
    margin-bottom: 30px;
    background: #6A6A6A;
    border-radius: 10px;
    padding: 40px;
    position: absolute;
    top: 0px;
  
}

.gallery-card:hover .galleryoffer-box {
    display: block;
    transition: all 0.3s linear;
}

.galleryoffer-box h4{
    text-align: center;
    color: #fff;
    line-height: 37px;
}

.galleryoffer-box button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}


.modal-dialog {
    max-width: 850px !important;
}

.gallery-card img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.portfolio-slider .carousel-item img{
    height: 560px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    border-radius: inherit;
}

.lam-header{
    padding: 10px 20px;
    border-bottom: 2px solid #D8D8D8;
}

.lam-header p{
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}

.lam-header p span{
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}

.lam-body {
    padding: 20px;
}

.lam-body h5{
    font-size: 20px;
    font-weight: 600;
}

.lam-body ul {
    list-style-type: none;
    margin-bottom: 0px;
}


.lam-body ul li{
    list-style-type: none;
    display: flex;
}


.lam-body ul li p{
    padding-left: 10px;
    font-size: 14px;
    padding-top: 4px;
    font-weight: 500;
}

.port-icon{
    height: 30px;
    width: 30px;
    background: #D8D8D8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-p {
    padding-left: 10px;
    font-size: 13px;
    padding-top: 4px;
    font-weight: 500;
    margin-bottom: 0px;
}
 
.modal-header button{
    opacity: 1 !important;
    text-shadow: none !important;
    outline: none !important;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff !important;

}

.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
    font-size: 22px;
}

.carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background: none !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background: #fff !important;
}

.left-arrow{
    position: absolute;
    top: 46%;
    left: -40px;
    font-size: 30px;
    color: #fff;
}

.right-arrow{
    position: absolute;
    top: 46%;
    right: -40px;
    font-size: 30px;
    color: #fff;
}

.pading-left{
    padding-left: 0px;
}

.pading-right{
    padding-right: 0px;
}


.advice-banner{
    padding: 40px 0px !important;
}

form .search input{
    width: 100%;
    background: #F4F4F4;
    color: #000;
    padding: 11px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
}


.search{
  position: relative;
}

.search img{
    position: absolute;
    top: 6px;
    right: 13px;
    color: #707070;
    width: 27px;
}

.advice-tablist{
    display: flex;
    justify-content: end;
}

.advice-tab .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #707070;
    font-weight: 500;
    outline: none !important;
    background: none;
    border: none !important;
    margin-right: 30px;
}

.advice-tab .nav-pills{
   justify-content: space-between !important;
}

.advice-tab .nav-pills .nav-link.active{
    font-size: 17px;
    background: #CCCCCC;
    color: #000000;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-left: 15px;
}

.post-box{
    height: 300px;
    background: #000;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.post-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}

.post-box-content{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    background: #efefef8f;
    bottom:0px;
    left: 0px;
    border-radius:10px;
    display: flex;
    align-items: end;
    padding: 40px;
    transform: translateY(302px);
}

.post-box:hover .post-box-content{
    transition: all 0.3s linear;
    transform: translateY(0px);
}

.post-blog{
    padding: 20px 0px 40px 0px;
}

.post-box h3 {
    font-weight: 600;
    font-size: 23px;
}

.post-box  p{
    font-weight: 500;
}

.post-box  span{
  color: #6C6C6C !important;
  font-weight: 600 !important;
}

.post-box-new{
    height: 620px;
}

.post-box-content-new{
    height: 620px;
    transform: translateY(620px);
}

.pagination{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style-type: none;
    display: flex;
}

.pagination .arrow-left{
    font-size: 12px;
    color: #D1D1D1;
}

.pagination .arrow-right{
    font-size: 12px;
    color: #000;
}



.pagination .active{
    border: 2px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 500;
}

.mar-right{
    margin-right: 15px;
    font-weight: 600;
    color: #6C6C6C;
}

.subcribe {
    padding: 40px 0px;
}

.subcribe .content h2 {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-new{
    position: relative;
  }
  
  .search-new .search-icon{
    position: absolute;
    top:7px;
    right:7px;
    height: 25px;
    width: 25px;
    background: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
  }
  
 .search-new input {
    width: 100%;
    background: #F4F4F4;
    color: #000;
    padding: 13px 20px;
    border: none;
    outline: none !important;
    border-radius: 30px;
 }

.subcribe .content p {
    color: #000;
    font-weight: 500;
}

.subcribe button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}

.blog-banner {
    padding: 40px 0px;
}

.blog-banner h1{
    font-weight: 600;
}


.blog-banner ul {
    display: flex;
}

.blog-banner ul li {
    margin-right: 40px;
    font-weight: 500;
    margin-top: 10px;
}

.list-none{
    list-style-type: none !important;
}


.main-banner{
    height: 400px;
}

.main-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dital-img-box{
    height: 200px;
    margin: 15px 0px;
}

.dital-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-details{
    padding: 80px 0px;
    position: relative;
}

.details-blog{
    padding-right: 60px;
}

.details-blog p{
    font-weight: 500;
}

.details-blog h3{
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icon{
    border-top: 1px solid #000;
    padding: 30px 0px;
}

.social-icon ul {
    display: flex;
    list-style-type: none;
}

.social-icon ul li{
   margin-right: 15px;
}

.detail-sticky h3{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-sticky ul{
    list-style-type: none;
    display: flex;
    margin-top: 20px;
}

.detail-sticky ul li img{
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

.detail-sticky ul li h5{
    font-size: 17px;
    padding-left: 20px;
    font-weight: 600;
    line-height: 28px;
}

.detail-sticky ul li p{
    font-size: 14px;
    padding-left: 20px;
    color: #6C6C6C;
    margin-bottom: 0px;
}

.tag{
   border: 2px solid #000;
   border-radius: 30px;
   padding: 8px 18px;
   font-size: 14px;
   font-weight: 500;
}

.ditl-sticky-box {
    background: #D8D8D8;
    margin-top: 30px;
    border-radius: 10px;
   padding: 40px;
}


.ditl-sticky-box h3{
   text-align: center;
}

.ditl-sticky-box p{
    text-align: center;
    font-weight: 500;
 }

 .ditl-sticky-box button {
    font-size: 14px;
    background: #000;
    color: #fff;
    outline: none !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
}

.detail-sticky{
    position: sticky;
    top: 115px;
}

.we-offers .heading {
    margin-bottom: 40px;
}

.we-offers .heading h3 {
    font-weight: 600;
}

.we-offers-box{
    background: #EAEAEA;
    border-radius: 0px 0px 10px 10px;

}

.we-offers-box img{
   height: 200px;
   border-radius: 10px 10px 0px 0px;
}

.we-offers{
    padding-bottom: 80px;
}

.we-offers-box .content{
    padding: 20px;
}

.we-offers-box p{
    margin-bottom: 0px;
    font-weight: 500;
}

.we-offers-box h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.dropdown-new {
  position: relative;
  display: inline-block;
  width:100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
  z-index: 1;
  padding:10px;
  transform: translateX(236px);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown-new:hover .dropdown-content {display: block;}

/*.dropdown-new:hover .dropbtn {background-color: #3e8e41;}*/

.droping-icon{
    font-size: 13px;
    padding-top: 7px;
}

.dropdown-content ul{
    margin-left: 0px;
    line-height:10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    line-height: 30px !important;
}

.dropdown-menu ul li {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    list-style-type: none !important;
    margin-top: 10px;
}
  
@media only screen and (max-width: 768px) {
    
    header{
        padding:10px 0px !important;
        background-color:#fff !important;
    }
    
    
    
    .position-button button {
        font-size: 14px;
    background: #7099B7;
    color: #fff;
    outline: none !important;
    padding: 13px 25px;
    width:100%;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 15px;
    border: none;

    }
    
    .desktop-header{
        display: none;
    }

    .mobile-header{
        display: block;
    }

    .banner {
        padding: 10px 30px 50px 30px;
    }
    
    .banner .content h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner .content p {
        color: #707070;
        text-align: center;
    }

    .button{
        display: flex;
        justify-content: center;
    }

    .paralex {
        padding: 50px  30px;
    }

    .paralex .content h2 {
        font-size: 22px;
        text-align: center;
        line-height: 0px;
        font-weight: 600;
    }

    .paralex .content p{
        width: 100%;
        text-align: center;
    }

    .slide-card {
        margin-top: 40px;
    }

    .nitty {
        padding: 50px 30px;
    }

    .nitty .box{
        margin-bottom: 20px;
    }

    #accordion {
        padding: 20px;
    }

    .faq .heading {
        margin-bottom: 30px;
    }

    .calendar {
        background: #000;
        padding: 50px 30px;
    }

    .desktop {
        display: none;
    }

    .mobile{
        display: block;
    }

    .slider {
        padding: 40px 0px 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .calendar .owl-theme .owl-prev{
        left: -40px;
    }
    
    .calendar .owl-theme .owl-next{
        right: -40px;
    }

    .calender-box {
        padding: 15px;
    }

    .calendar .heading h3{
        font-size: 28px;
    }

    .blog {
        padding: 50px 30px;
    }

    .blog-box {
        margin-bottom: 30px;
    }

    nav button{
        margin-top: 30px;
    }

    .navbar-toggler{
        color: #000 !important;
    }
    
    .step-box {
        width: 177px !important;
        padding: 10px;
    }

    .step-box h4 {
        font-size: 16px;
    }


    .step-slider .owl-theme .owl-next {
        right: 0px;
    }

    .home-box {
        padding: 49px 20px;
        margin-bottom: 20px;
    }

    .home-box h3 {
        font-size: 23px;
    }

    .extention {
        padding: 40px 20px;
    }

    .victorian .nav-pills{
        width: 100%;
        justify-content: left !important;
    }

    
    .victorian {
        padding: 0px 0px 20px 0px;
    }
   

    .nav-item{
        width: 50%;
    }

    .victorian .nav-pills .nav-link{
        text-align: center;
        border-radius: inherit;
        font-size: 14px;
    }

    .nav-pills .nav-link.active{
        margin-left: 0px;
        margin-left: 0px;
        border-bottom: 0px;
        background: #000;
        padding-bottom: 6px;
        font-size: 14px;
    }

    .tab-listing .content h3{
        text-align: center;
    }

    .tab-listing .content h2{
        width: 100%;
        text-align: center;
    }

    .tab-listing .content p{
        padding-top: 0px;
        text-align: center;
    }

    .tab-listing .content button{
        padding: 10px 14px;
    }

    .tab-img-box {
        margin-top: 40px;
    }

    

    .flip-card{
        margin-bottom: 20px;
    }

    .banner .content h3 {
        text-align: center;
        font-size: 24px;
    }

    .mission-new {
        padding-left: 10px;
    }

    .our-mission{
        padding: 80px 20px 40px 20px;
        margin-bottom: 40px;
    }

    .our-team .nav-pills {
        width: 100%;
        justify-content: left !important;
    }

    .nav-item {
        width: fit-content;
    }

    .team-box img {
        width: 100%;
        border-radius: 10px;
        height: 180px;
    }

    .our-team h4 {
        font-size: 15px;
    }

    .our-team p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .pr-slide{
        width: fit-content;
    }

    .pricing-slide .nav-pills .nav-link.active {
        padding: 10px 18px;
    }

    .plan{
        margin-top: 30px;
        padding: 0px 20px;
    }

    .plan-card {
        margin-bottom: 30px;
    }

    .planing{
        padding: 80px 0px 50px 0px;
    }

    .btn-link {
        font-size: 15px !important;
    }

    .footer-responce{
        display: flex;
        margin-bottom: 25px !important;
    }

    .footer-responce p {
        display: none;
    }

    .icon {
        margin-right: 10px;
    }

    .mark-top{
        margin-top: 20px;
    }

    .transform{
        transform: translateY(0px);
    }

    .contact .content h1 {
        font-weight: 600;
        padding-bottom: 5px;
        font-size: 30px;
        text-align: center;
    }

    .contact p br{
        display: none;
    }

    .contact p {
        text-align: center;
    }

    .contact .content ul{
        margin-left: 36px;
    }

    .form {
        margin-top: 50px;
        padding: 0px 30px;
    }

    .step-box {
        width: 162px;
        padding: 10px;
    }

    .step-slide-bg {
        width: 142px !important;
    }

    .new-width {
        max-width: 45% !important;
    }

    .pading{
        padding: 0px !important;
    }

    .step-box h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        color: #fff;
        padding-top: 34px;
    }

    .new-width1 {
        max-width: 55% !important;
    }

    .step-box {
        width: 175px;
        padding: 10px;
    }

    .step-slider .owl-theme .owl-nav {
        margin-right: 20px;
    }

    .design-listing .content h2 {
        text-align: center;
        width: 100%;
    }

    .design-listing{
        padding: 40px 0px;
    }

    .design-listing .content p {
        color: #000;
        width: 94%;
        text-align: center;
    }

    .design-listing .content ul {
        list-style-type: none;
        display: flex;
        margin-left: 30px;
    }

    .design-listing .content ul li p {
        width: 100%;
        text-align: left;
    }

    .design-listing .tab-img-box img {
        height: 400px;
        width: 100%;
    }

    .design-listing .tab-img-box{
        height: 400px;
    }

    .our-work,.new-planing {
        padding: 40px 0px;
    }


    .new-planing {
        padding:0px;
    }

    .our-img img{
        margin-bottom: 30px;
    }

    .new-planing .pr-slide{
        width: fit-content;
    }

    .design-listing .content h3{
        text-align: center;
        padding-top: 20px;
    }


    .portfolio-slider .carousel-item img {
        height: 240px;
        border-radius: 5px 5px 0px 0px;
        width: 100%;
    }

    .left-arrow{
        display: none;
    }

    .right-arrow{
        display: none;
    }

    .pading-left{
        padding-left: 15px;
    }
    
    .pading-right{
        padding-right: 15px;
    }

    .modal-header button {
        opacity: 1 !important;
        text-shadow: none !important;
        outline: none !important;
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff !important;
        z-index: 100;
    }

    .portfolio .nav-pills {
        width: 100%;
        justify-content: left !important;
        margin: 0 auto;
    }

    .advice-banner .content h1 {
        font-size: 28px;
        text-align: center;
        width: 64% !important;
        margin: 0 auto !important;
        font-weight: 600;
        line-height: 42px;
    }

    .advice-banner .content p {
        color: #707070;
        text-align: center;
        width: 97% !important;
    }

    .search {
        display: none;
    }

    .advice-tab .nav-pills .nav-link.active {
        padding: 7px 13px;
        /* background: #fff; */
        font-weight: 500;
        
    }
    
    .advice-tab .nav-pills {
        justify-content: space-between !important;
        font-size: 15px;
        margin-bottom: 0px !important;
    }

    .panding-0{
        padding: 0px !important;
    }

    .advice-tab{
        background: #CCCCCC;
    }

    .advice-tablist {
         display: block; 
         margin-bottom: 0px;
        /* justify-content: end; */
    }

    .post-box {
        border-radius: inherit;
        height: auto;
        background: none;
    }

    .post-box img{
        border-radius: inherit;
        height: 200px;
    }

    .post-box-content{
        position: inherit;
        transform: translateY(0px);
        padding: 20px;
        height: auto;
    }

    .post-box h3 {
        font-weight: 600;
        font-size: 18px;
    }

    .post-box p {
        font-weight: 500;
        font-size: 14px;
    }

    .post-box span {
        color: #6C6C6C !important;
        font-weight: 500 !important;
        font-size: 15px;
    }

    .subcribe .content h2 {
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
        font-size: 23px;
    }

    .subcribe .content p {
        color: #000;
        font-weight: 500;
        text-align: center;
    }

    .subcribe button {
        display: none;
    }

    .search-new .search-icon {
        opacity: 1;
    }

    .search-new {
        position: relative;
        padding: 0px 60px;
        right: 0px;
    }

   .search-new .search-icon {
    right: 70px;
   }

.subcribe .content p {
    width: 97%;
}

.post-blog {
    padding: 20px 0px 0px 0px;
}

.blog-banner h1 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.blog-banner ul li {
    margin-right: 20px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}

.blog-banner ul {
    display: flex;
    justify-content: center;
}

.blog-banner {
    padding-bottom: 20px;
}

.blog-details {
    padding: 50px 0px;
    position: relative;
}

.details-blog {
    padding-right: 20px;
    padding-left: 10px;
}

.we-offers {
    padding-bottom: 20px;
}

.new-planing .pricing-slide .nav-pills .nav-link.active {
    padding: 10px 18px;
}

footer{
    padding:40px 15px 40px 15px !important;
    height:auto;
}

footer h4{
    padding-bottom: 15px !important;
}

footer ul li{
    line-height: 30px !important;
}

.pp-section {
    padding: 10px 0 0 0 !important;
}

.book_wrapper {
    padding-top: 20px !important;
}


.our-mission {
    padding: 0px 20px 40px 20px;
    margin-bottom: 40px;
}

.mission-content p{
    padding-top: 12px;
}

}