* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "sofia pro";
  font-weight: Light;
  src: url("../font/SofiaProLight.ttf");
}
@font-face {
  font-family: "sofia pro";
  font-weight: "Medium";
  src: url("../font/SofiaProMedium.ttf");
}
@font-face {
  font-family: "sofia pro";
  font-weight: "regular";
  src: url("../font/SofiaProRegular.ttf");
}
@font-face {
  font-family: "sofia pro";
  font-weight: Bold;
  src: url("../font/SofiaProBold.ttf");
}

a:hover {
  text-decoration: none;
}
body {
  max-width: 100%;
  margin: auto;
}
ul {
  padding: 0px;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
.input {
  outline: none;
}
.pickndrop_logo-aflogin {
  width: 150px;
  height: auto;
}
.header-login li a {
  background: #f5f5f5;
  padding: 5px 25px;
  color: #0d3f64;
  font-weight: 800;
  border-radius: 7px;
  border: 1px solid #f5f5f5;
}
.header-login li a:hover {
  /* padding: 5px 25px; */
  color: #fff;
  font-weight: 800;
  border-radius: 7px;
  border: 1px solid #f5f5f5;
}
.header-section {
  padding: 10px 0px;
  max-width: 1440px;
  margin: auto;
  z-index: 555;
}
.leff-main-menu {
  display: flex;
  align-items: center;
}
.pickndrop_logo {
  width: 220px;
  height: auto;
}
.header-login {
  margin-bottom: 0px;
  list-style: none;
}
/*banner css*/
.main-banner {
  background: #0d3f64;
  padding: 30px 0px 60px 0px;
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
.main-left-banner {
  margin-bottom: 30px;
}
.main-left-banner h1 {
  font-size: 70px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 80px;
  color: #fff;
  font-family: "Dosis";
}
.main-right-banner img {
  width: 100%;
}
.banner-row {
  align-items: center;
}
.banner-specification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 575px;
}
.main-left-banner p {
  font-size: 19px;
  color: #fff;
  margin: 30px 0px;
  font-family: "inter";
  font-weight: 400;
}
.speci-divider {
  width: 3px;
  height: 80px;
  background-color: #fff;
}
.specification-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.speci-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.specification-list img {
  height: 60px;
  margin: 0px auto 5px auto;
}
.specification-list h6 {
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  font-weight: 500;
  font-size: 18px;
}
/*banner css end*/

/*footer*/
.footer-section {
  background-color: #0d3f64;
  padding: 60px 0px 20px 0px;
}
.copyright {
  text-align: center;
  padding: 40px 0px 15px 0px;
  margin-top: 25px;
  color: #e2e2e2;
  font-size: 16px;
  font-family: "sofia pro";
  font-weight: 800;
}
.footer-cmn-heading {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-family: "sofia pro";
  height: 40px;
  font-weight: 800;
}
.footer-social-media {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 40px;
}
.footer-social-media li:nth-child(1) {
  margin-left: 0px;
}
.footer-social-media li {
  margin: 5px;
}
.footer-social-media li a i {
  color: #000;
  font-weight: 800;
}
.footer-social-media li a {
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.newfooter-border-1 {
  border-bottom: 3px solid #fff;
  width: 181px;
}
.footer-playapp {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
}
.footer-playapp li:nth-child(1) a img {
  width: 120px;
  margin-right: 20px;
}
.footer-playapp li a img {
  width: 120px;
}
.appfoorer-row {
  align-items: center;
  margin-top: 30px;
}
.right-social-media h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "sofia pro";
  font-weight: 600;
}
.right-social-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popular-select {
  background: transparent;
  border: none;
  border-top: 0.5px solid #bebcbd;
  border-bottom: 0.5px solid #bebcbd;
  padding: 20px 10px;
  color: #fff;
  font-weight: 600;
  outline: none;
  width: 100%;
  margin: 30px auto;
  font-family: "Lexend Deca";
}
.popular-select option {
  color: #000 !important;
}
.useful {
  padding: 0;
  list-style: none;
}
.useful li {
  margin-bottom: 12px;
}
.useful li a {
  color: #f6f6f6;
  font-weight: 500;
  font-family: "sofia pro";
  font-size: 14px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  right: 0;
  height: 70px;
  background: #0d3f64;
  z-index: 99;
  margin: auto;
  display: block;
}
nav .navbar {
  height: 100%;
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 35px !important;
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}
nav .navbar .links {
  display: flex;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 30px;
  font-family: "inter";
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}
.navbar .nav-links .sidebar-logo {
  display: none;
}
.navbar .bx-menu {
  display: none;
}
.search-box ul {
  display: flex;
}
.search-box ul li:nth-child(1) a {
  border: 1px solid #ccb16a;
  background-color: #0d3f64;
  color: #ccb16a;
  font-family: "inter";
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
}
.search-box ul li:nth-child(2) a {
  border: 1px solid #ccb16a;
  background-color: #ccb16a;
  color: #0d3f64;
  margin-left: 10px;
  font-family: "inter";
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}
.responsivecss-1 {
  display: none;
}

@media (max-width: 950px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px !important;
  }
  nav .navbar .logo a {
    font-size: 27px;
  }
  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
}
@media (max-width: 920px) {
  .responsivecss {
    display: none;
  }
  .responsivecss-1 {
    display: block;
  }
  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 525px;
    width: 100%;
    background: #0d3f64;
    line-height: 40px;
    padding: 20px;
    transition: all 0.5s ease;
    z-index: 1000;
    height: 100vh;
    overflow: auto;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
  }
  nav .navbar .links {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
  }
  nav .navbar .links li {
    display: block;
  }
  .reslinked {
    margin-left: 0px !important;
  }
}
@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
.graph-link {
  font-size: 18px;
  color: #0d3f64;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
  font-family: "Lexend Deca";
}
.graph-link:hover {
  color: #fff;
  background-color: #0d3f64;
  border-radius: 30px;
}
.active-tab:hover {
  color: #fff;
  background-color: #0d3f64;
  border-radius: 30px;
}
.active-tab {
  color: #fff;
  background-color: #0d3f64;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.tablist-schedule {
  background-color: #f1f5f5;
  padding-bottom: 50px;
}
.graph-image-repalce {
  display: none;
}

.showgraph {
  display: block !important;
}
.schedule-tab {
  list-style-type: none;
  display: flex;
  width: 400px;
  margin: auto;
  justify-content: space-around;
  padding: 20px 15px;
  background-color: #f1f5f5;
  border-radius: 30px;
}
.main-time-picker {
  display: flex;
}
.mainsection-timepicker {
  display: flex;
  justify-content: space-between;
}
.sch-first-main {
  border: 3px solid #d1d1d1;
  margin-bottom: 25px;
  padding: 15px 0px 7px 15px;
  width: 30%;
  height: 90px;
  border-radius: 5px;
}
.timepicker-input {
  width: 100%;
  font-size: 26px;
  color: #0d3f64;
  border: none;
  font-weight: 700;
  padding: 0px 0px;
  font-family: "Inter";
}
.earliest-heading {
  color: #9c9ea3;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
}
.search-slot-btn-sec {
  width: 30%;
}
.search-slot-btn {
  border-radius: 5px;
  background: #0d3f64;
  width: 100%;
  height: 90px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  border: none;
  font-family: "Inter";
}
.headein-twentyfour {
  color: #000;
  margin: 30px 0px 15px 0px;
  font-family: "Signika";
  font-size: 20px;
  font-weight: 400;
}
.time-shcedule-main {
  padding: 40px 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  margin-top: -70px;
  position: relative;
  z-index: 10;
}
.main-how-it-works {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-it-one img {
  height: 60px;
  display: block;
  margin: 0px auto 20px auto;
}
.how-it-one h6 {
  text-align: center;
  color: #0D3F64;
  font-size: 22px;
  font-family: "sofia pro";
  font-weight: 700;
}

.hero-heading {
  color: #0D3F64;
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-size: 24px;
  font-weight: 800;
  font-family: "sofia pro";
}
.how-it-works {
  background-color: #f1f5f5;
  padding: 30px 0px 60px 0px;
}
.oursersbhero {
  text-align: center;
  font-size: 22px;
  color: #ccb16a;
  font-family: "Dosis";
  font-weight: 600;
}
.ourserhero {
  text-align: center;
  font-size: 50px;
  margin: 10px 0px 40px 0px;
  color: #194376;
  font-family: "Lexend Deca";
  font-weight: 600;
}
.service-divider {
  display: block;
  margin: 40px auto;
}
.service-content {
  background-color: #fff;
  padding: 50px;
  margin: 20px 0px;
  border-radius: 12px;
  box-shadow: 0px 0px 100px 0px rgba(25, 49, 57, 0.06);
}
.ourser-right p {
  color: #545975;
  margin-bottom: 8px;
  font-family: "Outfit";
  font-size: 18px;
  line-height: 32px;
}
.ourser-left h2 {
  color: #181a32;
  font-size: 40px;
  line-height: 45px;
  font-family: "Lexend Deca";
  font-weight: 500;
}
.service-content img {
  height: 50px;
}
.service-content h6 {
  color: #181a32;
  font-size: 20px;
  margin: 20px 0px;
  font-family: "Lexend Deca";
}
.service-content p {
  color: #545975;
  font-size: 18px;
  font-family: "Outfit";
}
.our-section {
  padding: 50px 0px;
}
.download-app-sameless {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 575px;
}
.sameless-row {
  align-items: center;
}
.sameless-loundary {
  background-color: #0d3f64;
  padding: 50px 0px;
}
.left-samelss h2 {
  font-size: 55px;
  color: #fff;
  line-height: 70px;
  font-family: "Lexend Deca";
  font-weight: 700;
}
.left-samelss p {
  color: #577fa4;
  font-size: 22px;
  font-family: "Outfit";
  font-weight: 500;
}
.left-samelss h5 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Dosis";
  font-weight: 500;
}
.right-sameless img {
  width: 560px;
  display: block;
  margin-left: auto;
}
.dwonload-app-11 img {
  height: 125px;
}
.dwonload-app-1 img {
  height: 65px;
}
.our-pricing-sec {
  padding: 50px 0px;
}
.cst-tablestriped thead tr th {
  width: 20% !important;
  text-align: center;
  background-color: #0d3f64;
  color: #ccb16a;
  font-weight: 600;
  border: 5px solid #fff !important;
  font-family: "Signika";
  border-radius: 5px !important;
}
.cst-tablestriped tbody tr th {
  width: 20% !important;
  text-align: left;
  color: #000;
  font-weight: 600;
  border: 5px solid #fff !important;
  font-family: "Open Sans";
  font-size: 14px;
  border-radius: 5px;
  background: #fff;
}
.cst-tablestriped td {
  width: 20% !important;
  text-align: center;
  color: #000;
  font-weight: 600;
  border: 5px solid #fff !important;
  font-family: "Open Sans";
  font-size: 14px;
  border-radius: 5px;
  background: #fff;
}
.plan-toggle-wrap {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  position: sticky;
  top: 0;
  margin-bottom: 25px;
}
.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #0d3f64;
  top: -6px;
  left: -1px;
  border-radius: 50%;
  transition: 300ms all;
}
.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -150px;
  top: -7px;
  color: #ccb16a;
  transition: 300ms all;
  font-family: "Lexend Deca";
  font-weight: 700;
  font-size: 16px;
}
.toggle-inner .t-year {
  left: unset;
  right: -150px;
  color: #0d3f64;
  opacity: 1;
  font-weight: 400;
}
.active > .toggle-inner .t-month {
  opacity: 1;
  color: #0d3f64;
  font-size: 16px;
  font-weight: 400;
}
.active > .toggle-inner .t-year {
  opacity: 1;
  color: #ccb16a;
  font-weight: 700;
  font-size: 16px;
}
.toggle-inner input:checked + span {
  left: 43px;
}
.toggle-inner {
  width: 68px;
  margin: 0 auto;
  height: 15px;
  border: 1px solid #0d3f64;
  border-radius: 25px;
  position: relative;
  background-color: #0d3f64;
}
.tab-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#yearly {
  display: none;
}
.our-picingdiv {
  border-radius: 15px;
  border: 0.5px solid #ccb16a;
  background: #fff;
  padding: 50px;
  box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.03);
}
.testimonials {
  background-color: #0d3f64;
  padding: 50px 0px;
}
.rating-client {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rating-client li {
  margin: 1px;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.02);
  padding: 30px 20px;
}
.qoutesdiv {
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #e1f8fa;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial-content i {
  color: #0d3f64;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.testimonial-content p {
  color: #181a32;
  font-family: "Lexend Deca";
  line-height: 26px;
  font-weight: 400;
}

.testimonial-content h6 {
  color: #545975;
  font-family: "Outfit";
  font-weight: 500;
}
.testimonials-heading {
  margin-left: 50px;
  margin-bottom: 50px;
}
.testimonials-heading h6 {
  background-color: #ccb16a;
  color: #0d3f64;
  width: 175px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-weight: 500;
  font-family: "Lexend Deca";
  font-size: 20px;
}
.testimonials-heading h2 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-family: "Lexend Deca";
  font-weight: 500;
}
.maintest-booknow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 875px;
  margin: auto;
}
.test-booknow {
  background-color: #ccb16a;
  padding: 50px 0px;
}
.first-test-bkn h6 {
  margin-bottom: 0px;
  color: #0d3f64;
  font-size: 36px;
  width: 550px;
  font-weight: 700;
  font-family: "Lexend Deca";
}
.sec-test-bkn {
  width: 325px;
  display: flex;
  justify-content: flex-end;
}
.sec-test-bkn a {
  background: #0d3f64;
  color: #ccb16a;
  padding: 12px 40px;
  border-radius: 30px;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 500;
}
.sec-test-bkn a:hover {
  background: #0d3f64;
  color: #ccb16a;
  padding: 12px 40px;
  border-radius: 30px;
}

/*accordion css*/
.accordionsec {
  background: linear-gradient(to left, #dfffff 0%, #ffffff 50%);
  padding: 50px 0px;
}
.faq-heading h6 {
  background: #e1f8fa;
  color: #06bbcc;
  width: 70px;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border-radius: 30px;
  margin: 20px 0px;
  font-family: "Lexend Deca";
}
.panel-title {
  margin-bottom: 20px;
  font-weight: 600;
}
.panel-title a {
  color: #181a32;
  font-size: 18px;
  font-family: "Lexend Deca";
}
.faq-heading h2 {
  color: #181a32;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Lexend Deca";
}
.faq-heading p {
  color: #545975;
  font-family: "Lexend Deca";
  font-size: 18px;
  margin-bottom: 30px;
}
.panel-title > a:before {
  float: left !important;
  font-family: "FontAwesome";
  content: "\f068";
  padding-right: 10px;
  padding-top: 6px;
}
.panel-title > a.collapsed:before {
  float: left !important;
  content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-body {
  margin-bottom: 20px;
  color: #181a32;
  font-family: "Lexend Deca";
  font-size: 16px;
  margin-left: 20px;
}
.accordion-row {
  align-items: center;
}
.right-accordion img {
  height: 425px;
  display: block;
  margin-left: auto;
}
.login-page {
  background: url("../assets/image/loginbanner.png");
  height: auto;
}
.login-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.login-main-sec {
  display: flex;
}
.right-login {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-left: 40px;
  margin-bottom: 100px;
}
.right-login h4 {
  color: #fff;
  display: flex;
  line-height: 45px;
  font-size: 30px;
}
.left-login-sec {
  background: #fff;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  font-family: "inter";
  border-top-right-radius: 30px !important;
  margin-top: 70px;
  border-bottom-right-radius: 30px !important;
}
.forlable {
  font-weight: 400;
  color: #211f31;
  margin: 20px 0px 10px 0px;
  display: block;
  font-size: 14px;
  font-family: "inter";
}
.forgrtpin-input {
  background: #fff;
  border: none;
  width: 350px;
  height: 40px;
  outline: none;
  border-radius: 10px;
  color: #211f31;
  padding: 0px 15px;
  font-weight: 400;
  font-family: "inter";
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -27px;
  color: #e2e2e2;
  font-weight: 400;
}
.login-forget-pass {
  display: flex;
  justify-content: flex-end;
  font-family: "inter";
}
.backbtn i {
  font-size: 40px;
  margin-bottom: 50px;
  color: #000;
}
.login-heading h1 {
  color: #211f31;
  font-family: "inter";
  font-size: 28px;
  font-weight: 600;
}
.login-heading p {
  color: #abaeb8;
  font-family: "inter";
  font-size: 16px;
  font-weight: 400;
}
.login-heading {
  margin-top: 30px;
}
.form-control:focus {
  outline: none !important;
  border-color: #e2e2e2 !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  background-color: #fff;
}
.rememberme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0px 60px 0px;
}
.forgetsbt-btn {
  background: #0d3f64;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 30px !important;
}
.rememheading {
  color: #211f31;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}
.remcheckbox {
  height: 10px;
}
.login-forget-pass a {
  color: #211f31;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}
.guest-login a {
  border: 1px solid #e2e2e2;
  padding: 15px 116px;
  color: #211f31;
  border-radius: 8px;
  font-weight: 600;
}
.loginwith ul {
  display: flex;
  justify-content: space-between;
  width: 200px;
  list-style: none;
  margin: 50px 0px 40px 0px;
}
.loginwith ul li a img {
  width: 50px;
}
.loginwith {
  display: block;
  margin: auto;
}
.freelogin h6 {
  color: #abaeb8;
  font-size: 16px;
  font-weight: 400;
  font-family: "inter";
}
.freelogin {
  display: block;
  margin: auto;
}
.afterlogin {
  background-color: #fff !important;
  border-bottom: 1px solid #eaeaea;
}
.header-loginafter {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-bottom: 0px;
  width: 350px;
}
.header-loginafter li input {
  height: 35px;
  width: 100%;
  background: url("../assets/image/search.png") no-repeat #f6f6f6;
  background-position: 8px center;
  color: #807d7e;
  padding-left: 35px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  font-family: "sofia pro";
}
.header-loginafter-li-input {
  height: 35px;
  width: 275px;
  background: url("../assets/image/search.png") no-repeat #f6f6f6;
  background-position: 8px center;
  color: #807d7e;
  padding-left: 35px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}
.afterloginlogo {
  width: 175px;
}
.afterlogin-home {
  font-size: 20px;
  background: #0d3f64;
  padding: 5px 10px;
  border: none;
  color: #fff;
  border-radius: 8px;
}
.add-to-cart {
  margin-top: 70px;
  border-top: 0px solid #e2e2e2;
}
.cart-nav ul {
  display: flex;
  width: 400px;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
  padding: 15px 0px;
}
.express-ser-tab ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  font-family: "inter";
  border-bottom: 1px solid #eaeaea;
  padding: 0px 20px 20px 0px;
  margin-bottom: 40px;
}
.express-ser-tab li {
  font-size: 14px;
  cursor: pointer;
  color: #5f5f5f;
}
.cart-nav ul li a {
  color: #abaeb8;
  text-decoration: none;
  font-size: 12px;
  font-family: "sofia pro";
  font-weight: 400;
}
.cart-page-heading {
  font-size: 34px;
  font-weight: 800;
  margin: 20px 0px 30px 0px;
  color: #000;
  font-family: "sofia pro";
}
.add-to-cart-main {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 25px;
}
.cartmain-one {
  display: flex;
  width: 18%;
}
.cart-one-img {
  height: 100px;
  width: 100px;
  background-color: #d9d9d9;
  border-radius: 10px;
  margin: 25px;
}
.cart-tow-content {
  display: flex;
  width: 350px;
  list-style: none;
  margin-bottom: 0px;
  justify-content: space-between;
  padding-top: 15px;
}
.cart-main-two {
  border-right: 2px solid #eaeaea;
  width: 60%;
}
.cart-main-two h6 {
  border-bottom: 2px solid #eaeaea;
  padding: 15px 0px 13px 0px;
  margin: 0px;
  font-family: "sofia pro";
  font-weight: 400;
  font-size: 18px;
}
.cart-main-three {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cart-main-three h6 {
  color: #0d3f64;
  font-weight: 700;
  font-size: 30px;
  font-family: "sofia pro";
}
.cart-main-three button {
  background: #ccb16a;
  border: 1px solid #ccb16a;
  height: 40px;
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  font-family: "sofia pro";
  font-weight: 500;
  border-radius: 30px;
  font-size: 14px;
}
.cart-tow-content li p {
  margin-bottom: 5px;
  color: #828282;
  font-size: 14px;
  font-family: "sofia pro";
  font-weight: 400;
}
.cart-tow-content li h5 {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: "sofia pro";
}
.plussignbtn {
  height: 18px;
  margin-top: -3px;
}
.footer-newsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
}
.footer-sectionnew {
  /* position: fixed;
  bottom: 0; */
  background: #fff;
  width: 100%;
  padding: 0px 0px 20px 0px;
}
.copyrightnew p {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  font-family: "Lexend Deca";
}
.location-select {
  border: 1px solid #828282;
  padding: 5px 25px;
  border-radius: 30px;
  margin-right: 10px;
}
.location-select img {
  height: 20px;
}
.location-select select {
  border: none;
  color: #0d3f64;
  font-family: "Lexend Deca";
  font-size: 14px;
  outline: none;
}

.closenavbtns {
  height: 25px;
  padding: 10px;
  border: none;
  background: transparent;
  font-weight: 800;
  font-size: 20px;
  margin-top: 7px;
  width: 60px;
  color: #000;
}
.showpoplogin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
/* .loginanother {
  max-width: 1440px;
  display: block;
  margin: 100px auto 0px auto;
  background-color: #fff;
  padding: 25px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
} */
.cartpopupmain {
  max-width: 1440px;
  display: block;
  margin: 100px auto 0px auto;
  background-color: #fff;
  padding: 25px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
/* .subloginapp {
  background: rgba(13, 63, 100, 0.8);
  box-shadow: 0px 8px 10px 10px rgb(130 130 130 / 40%);
  padding: 44px 0px 0px 0px !important;
  height: 100%;
} */
.subcartpopup {
  background: rgba(13, 63, 100, 0.8);
  box-shadow: 0px 8px 10px 10px rgb(130 130 130 / 40%);
  padding: 44px 0px 0px 0px !important;
  height: 100%;
}
.sb-login-header {
  display: flex;
  justify-content: space-between;
  padding: 0px 25px 10px 25px;
  border-bottom: 1px solid #eee;
  width: 90%;
  margin: 0px auto 20px auto;
}
.sb-login-header h6 {
  font-size: 24px;
  color: #000;
  padding: 5px;
  line-height: 20px;
  width: 205px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px !important;
  font-family: "sofia pro";
}
.sb-login-header button {
  background-color: transparent;
  color: #000;
  border: none;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 400;
}
.downlimg-body {
  display: flex;
  flex-direction: column;
}
.cart-hero-section {
  display: flex;
  width: 90%;
  margin: auto;
}
.cart-first-p {
  width: 25%;
}
.cart-second-p {
  width: 45%;
}
.cart-third-p {
  width: 30%;
  background: #fff;
  height: 675px;
  box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.02),
    -2px -2px 25px 0px rgba(0, 0, 0, 0.02);
  padding: 25px 0px;
}
.cart-image-first {
  height: auto;
  width: 200px;
}
.cart-image-first img{
  width: 100%;
}
.cart-and-pricebtn-1 {
  width: 175px;
  height: 45px;
  border-radius: 8px;
  background: #ccb16a;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  font-family: "sofia pro";
}
.cart-and-pricebtn-2 {
  width: 125px;
  height: 45px;
  margin-left: 10px;
  border: 1px solid #3c4242;
  background-color: #fff;
  color: #3c4242;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  font-family: "sofia pro";
}
.spancart-logo {
  height: 20px;
  margin-top: -4px;
  margin-right: 5px;
}
.cartnew-heading {
  font-size: 24px;
  color: #000;
  font-family: "sofia pro";
  font-weight: 700;
}
.remove-cart{
  display: flex;
}
.itemcartbtn-second h6 {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 500;
  margin: 35px 0px 15px 0px;
  font-family: "sofia pro";
}
.total-divider {
  height: 2px;
  background-color: #dedede;
  width: 80%;
  margin: 30px 0px;
}
.second-cart-2para p {
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}
.order-summary-item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #edeef2;
  padding: 15px 0px;
}
.order-summary-item-1 img {
  border-radius: 4px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
  padding: 5px;
}
.order-summary-item-2 h6 {
  color: #3c4242;
  font-size: 14px;
  margin-top: 5px;
  font-family: "sofia pro";
  font-weight: 800;
}
.order-summary-item-3 h6 {
  color: #807d7e;
  font-family: "sofia pro";
  font-weight: 800;
  margin-top: 5px;
  font-size: 14px;
}
.order-summary h5 {
  color: #3c4242;
  font-size: 18px;
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #edeef2;
  padding: 10px 0px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "sofia pro";
}
.summary-sub-total {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto;
  border-bottom: 2px solid #edeef2;
  padding-bottom: 5px;
}
.sum-sub-t-f h6 {
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 800;
  font-size: 16px;
  margin-top: 5px;
}
.sum-sub-t-s h6 {
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 800;
  font-size: 16px;
  margin-top: 5px;
}
.cst-iconcolor {
  color: #0d3f64 !important;
}
.cst-afternavlink {
  background-color: #fff !important;
}
.respons-inputheader {
  display: none;
}
.respons-inputheader-1 {
  display: block;
}
.order-summary-item-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
.billing-page-heading {
  font-size: 25px;
  margin: 20px 0px 30px 0px;
  color: #3c4242;
  display: flex;
  font-family: "sofia pro";
  font-weight: 800;
}
.span-biilinimg {
  margin-right: 5px;
}
.billing-lable {
  display: block;
  margin: 20px 0px 5px 0px;
  font-size: 14px;
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 700;
}
.billing-input {
  height: 40px;
  width: 95%;
  padding: 0px 10px;
  border-radius: 8px;
  background: #f6f6f6;
  border: none;
  margin-bottom: 20px;
  font-family: "sofia pro";
  font-weight: 400;
  font-size: 14px;
  color: #3c4242;
}
.cont-delevery {
  background-color: #ccb16a;
  color: #fff;
  width: 200px;
  height: 40px;
  border-radius: 8px;
  border: none;
  margin: 30px 0px 50px 0px;
  font-family: "sofia pro";
  font-weight: 500;
}
.sameshipping-1 {
  display: flex;
  width: 205px;
  align-items: center;
  color: #3c4242;
  font-weight: 600;
  height: 20px;
  font-family: "sofia pro";
  font-weight: 800;
}
.sameshipping-2 {
  display: flex;
  width: 275px;
  align-items: center;
  color: #3c4242;
  font-weight: 600;
  height: 20px;
  font-family: "sofia pro";
  font-weight: 800;
}
.same-shipping-sec-1 h6 {
  font-family: "sofia pro";
  font-weight: 800;
  color: #3c4242;
}
.sameshipping-1 input {
  height: 20px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 5px;
  accent-color: #3c4242 !important;
}
.sameshipping-2 input {
  height: 20px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 5px;
  accent-color: #3c4242;
}
.sameshipping {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 25px;
}
.shipping-divider {
  border: 1px solid #bebcbd;
  margin: 30px 0px;
}
.sameshipping-second {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 25px;
}
.shpmeth-heading {
  margin: 40px 0px;
  font-size: 24px;
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 800;
}
.ship-add-para {
  color: #3c4242;
  margin-bottom: 20px;
  font-family: "sofia pro";
  font-weight: 400;
}
.billingcheckout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.billingcheckout h6 {
  font-family: "sofia pro";
  font-weight: 500;
  font-size: 18px;
}
.blling-h6-heading {
  font-family: "sofia pro";
  color: #3c4242;
  font-weight: 800;
}
.payment-creditcard-mode {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.payment-creditcard-mode {
  display: flex;
}
.credit-left input {
  height: 18px;
  width: 20px;
  accent-color: #3c4242;
}
.right-creditcard {
  margin-left: 15px;
}
.right-creditcard h6 {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: "sofia pro";
  color: #3c4242;
  font-weight: 800;
}
.right-creditcard p {
  font-family: "sofia pro";
  margin-bottom: 0px;
  color: #3c4242;
  font-weight: 400;
}
.paymentcompany {
  margin-left: 30px;
}
.paymentcompany ul {
  display: flex;
  width: 325px;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0px 30px 0px;
}
.paymentcompany ul li a img {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  height: auto;
  width: 100%;
}
.newpayment-mode {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 25px;
}
.credit-card-details {
  display: flex;
  width: 100%;
}
.credit-card-details-input {
  width: 50%;
}
.credit-card-details-input input {
  width: 95%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #3c4242;
  margin-bottom: 20px;
  color: #807d7e;
  padding: 0px 15px;
  font-family: "sofia pro";
}
.input[type="radio"] {
  accent-color: #3c4242 !important;
}
.cont-paybtn {
  background-color: #ccb16a;
  color: #fff;
  width: 100px;
  height: 50px;
  border-radius: 8px;
  border: none;
  margin: 30px 0px 50px 0px;
  font-family: "sofia pro";
}

.about-banner {
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0px;
  border-top: 1px solid #fff;
}

.comparison-main {
  background-color: transparent;
  width: 100%;
  display: flex;
  margin-top: 70px;
}
.first-comparison {
  background: url("../assets/image/lefrcamp.png") #0d3f64;
  width: 45%;
  height: 100vh;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.first-comparison-sb h2 {
  font-size: 45px;
  font-family: "sofia pro";
  color: #fff;
  margin-bottom: 50px;
  font-weight: 800;
  text-align: center;
}

.first-comparison-sb img {
  width: 300px;
  margin: 0px auto;
  display: block;
}
.second-camprison {
  background: url("../assets/image/rightcamo.png") #0d3f64;
  width: 55%;
  height: 100vh;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.second-camprison-sb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.second-camprison-sb h2 {
  font-size: 45px;
  font-family: "sofia pro";
  color: #fff;
  margin-bottom: 50px;
  font-weight: 800;
  text-align: center;
}

.second-camprison-sb img {
  width: 300px;
  margin: 0px auto;
  display: block;
}

/*about css*/

.abt-heading-banner {
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  font-family: "Lexend Deca";
}
.abt-para-banner {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "Lexend Deca";
}
/* .left-abt-fr-sec{
  background-color: #062F4E;
  padding: 100px 0px;
} */
.left-abt-fr-sec img {
  width: 90%;
  height: auto;
}
.backabtfr {
  width: 480px;
  height: 390px;
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    #5c6bc0 100%
  );
  position: absolute;
  z-index: -1;
  transform: rotate(-10deg);
  bottom: 0;
  top: 0px;
  margin: auto;
}
.about-fr-sec {
  position: relative;
}
.right-abt-sc-sec h2 {
  font-size: 35px;
  color: #0d3f64;
  font-weight: 700;
  font-family: "Lexend Deca";
  position: relative;
  padding-left: 30px;
}
.right-abt-sc-sec h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 6px solid #5c6bc0;
  border-image: linear-gradient(to bottom, #0d3f64, #5c6bc0) 1 100%;
}
.right-abt-sc-sec p {
  padding-left: 30px;
  font-size: 18px;
  color: #545975;
  line-height: 30px;
  font-weight: 400;
  font-family: "Lexend Deca";
}
.leftvisionabt h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  background-image: -moz-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -ms-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  font-family: "Lexend Deca";
  opacity: 1;
}
.leftvisionabt h2::after {
  position: absolute;
  content: "";
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-left: 30px solid #0d3f64;
  border-bottom: 44px solid transparent;
}
.right-vision {
  position: relative;
}
.right-vision::after {
  position: absolute;
  content: "";
  right: -10px;
  top: -10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -ms-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
}
.right-vision img {
  width: 100%;
  height: auto;
  position: relative;
}
.about-chariti-list {
  list-style-type: none;
}
.about-chariti-list li a {
  color: #062f4e;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
}
.sdscond-miss::after {
  left: -10px;
  right: 0px !important;
}
.leftarrownew h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  font-family: "Lexend Deca";
  background-image: -moz-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -ms-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  opacity: 1;
}
.leftarrownew h2::after {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-right: 30px solid #5c6bc0;
  border-bottom: 44px solid transparent;
}
.ourvision-abt {
  margin-top: 65px;
}
.commonomv p {
  color: #545975;
  font-size: 18px;
  line-height: 30px;
  font-family: "Lexend Deca";
}
.abt-subscribe {
  background: url("../assets/image/subscribebg.jpg");
  height: 267px;
}
.subcrive-overkay {
  background-color: rgba(204, 177, 106, 0.75);
  height: 267px;
}
.sbscribe-row {
  height: 267px;
  align-items: center;
  margin-top: 70px;
}
.field-sbscrive {
  display: flex;
  position: relative;
  margin: 5em 0em 5em auto;
  width: 90%;
  flex-direction: row;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  font-family: "Lexend Deca";
}

.field-sbscrive > input[type="text"],
.field-sbscrive > button {
  display: block;
  font-family: "Lexend Deca";
}

.field-sbscrive > input[type="text"] {
  flex: 1;
  padding: 0.6em;
  border: 0.2em solid #fff;
  border-left: none;
  border-top: none;
}

.field-sbscrive > button {
  padding: 1.6em 2.8em;
  background-color: #0d3f64;
  color: #fff;
  border: none;
}
.subscribe-abt-left h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  font-family: "Lexend Deca";
}
.ourteam-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.02);
  padding: 5px;
}
/* .ourteam-content h6{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 8px 20px 0px rgba(47, 48, 52, 0.14);
    transition: all .3s;
    color: #0d3f64;
    width: 200px;
    margin: -20px auto 0px auto;
    z-index: 555555;
    position: relative;
    opacity: 1;
    cursor: pointer;
} */
.ourteam-content-h6 {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 8px 20px 0px rgba(47, 48, 52, 0.14);
  transition: all 0.3s;
  color: #0d3f64;
  width: 200px;
  z-index: 555555;
  opacity: 1;
  position: relative;
  cursor: pointer;
  margin: -20px auto 0px auto;
}

.ourteamsec {
  background-color: #fff;
  padding: 50px 0px;
}
.ourteam-heading h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lexend Deca";
}
.ourteamdivider {
  border: 2px solid #ccb16a;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  width: 120px;
}
.ourteam-heading h2 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
  font-family: "Lexend Deca";
}

.container-ourex {
  padding: 1em 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .container-ourex {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .container-ourex {
    width: 100%;
  }
}

.container-ourex .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content-ourex {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content-ourex .content-overlay {
  background: rgba(13, 63, 100, 0.5);
  position: absolute;
  height: 89%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-ourex:hover .content-overlay {
  opacity: 1;
}
.content-ourex:hover .ourteam-content-h6 {
  transition: all 1s;
  transform: translateY(-15px) !important;
  background-color: rgba(204, 177, 106, 0.75);
}
.content-image {
  width: 100%;
}
.content-details-ourex {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-ourex:hover .content-details-ourex {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details-ourex p {
  color: #fff;
  font-size: 0.8em;
}

.experzooming {
  font-size: 30px !important;
  background-color: #ccb16a;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

/*13-12-2023 css*/
.cart-add-item{
  display: flex;
  width: 175px;
  margin-top: 20px;
  justify-content: space-between;
}
.pnd-subbtn{
width: 50px;
background-color: #ccb16a;
color: #fff;
font-size: 18px;
font-weight: 700;
border: 1px solid #ccb16a;
border-radius: 5px;
}
.additeminput{
  width: 50px;
  margin: 0px 10px;
  border: 1px solid #ccb16a;
  border-radius: 5px;
  text-align: center;
}
.pnd-addbtn{
  width: 50px;
  background-color: #ccb16a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #ccb16a;
  border-radius: 5px;
}
.removeimg{
  width: 15px;
  margin-right: 5px;
}
.remove-cart h6 {
  display: flex;
  margin-bottom: 20px;
}
.f-press-main{
  margin-bottom:30px ;
}
.press-select-main{
  display: flex;
  width: 225px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.common-widthdiv{
  width: 75px;
}

.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px 0px 0px;
  margin: 10px 0 0;
  width: 95px;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #000;
  font-weight: 500;
  font-family: 'sofia pro';
}
.second-cart-2para p {
  color: #3c4242;
  font-family: "sofia pro";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #ccb16a;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 5px;
  content: " ";
  display: block;
  background: #ccb16a;
}
.protochecktbtn{
  width: 90%;
  margin: auto;
  display: block;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #CCB16A;
  color: #fff;
  font-weight: 500;
  font-family: 'sofia pro';
}









/*media query*/

@media (max-width: 1280.9px) {
  .main-left-banner h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .banner-specification {
    width: 525px;
  }
  .main-left-banner p {
    font-size: 16px;
  }
  .specification-list h6 {
    font-size: 14px;
  }
  .right-sameless img {
    width: 100%;
    display: block;
    margin-left: auto;
  }
  .service-content {
    padding: 40px;
  }
}

@media (max-width: 1199.9px) {
  .left-samelss h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .first-comparison-sb h2 {
    font-size: 35px;
  }
  .second-camprison-sb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 300px;
    margin: 0px 50px 0px auto;
  }
  .first-comparison-sb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 300px;
    margin: 0px auto 0px 50px;
  }
  .second-camprison-sb h2 {
    font-size: 35px;
  }
  .footer-newsec {
    flex-direction: column;
  }
  .copyrightnew p {
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }
  .first-comparison-sb img {
    width: 200px;
    margin: 0px auto;
    display: block;
  }
  .first-comparison {
    width: 40%;
  }
  .second-camprison {
    width: 60%;
  }
  .second-camprison-sb img {
    width: 200px;
    margin: 0px auto;
    display: block;
  }
  .left-samelss p {
    font-size: 18px;
  }
  .left-samelss h5 {
    font-size: 40px;
  }
  .download-app-sameless {
    width: 300px;
  }
  .dwonload-app-1 img {
    height: 35px;
  }
  .dwonload-app-11 img {
    height: 55px;
  }
  .banner-specification {
    width: 450px;
  }
  .main-left-banner p {
    font-size: 14px;
  }
  .main-left-banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .earliest-heading {
    font-size: 14px;
  }
  .timepicker-input {
    font-size: 20px;
  }
  .sch-first-main {
    padding: 10px 0px 7px 15px;
    height: 80px;
  }
  .search-slot-btn {
    height: 80px;
    font-size: 18px;
  }
  .time-shcedule-main {
    padding: 40px 30px 25px 30px;
  }
  nav .navbar .links li a {
    font-size: 14px;
  }
  .header-login li a {
    background: #f5f5f5;
    padding: 5px 15px;
  }
  .pickndrop_logo {
    width: 150px;
  }
  .how-it-one h6 {
    font-size: 16px;
  }
  .cart-and-pricebtn-1 {
    width: 150px;
    height: 40px;
    font-size: 14px;
    margin-right: 5px;
  }
  .spancart-logo {
    height: 14px;
    margin-top: -2px;
    margin-right: 5px;
  }
  .cart-and-pricebtn-2 {
    width: 100px;
    height: 40px;
    margin-left: 5px;
    font-size: 14px;
  }
  .service-content {
    padding: 40px 30px;
}
.service-content h6 {
  color: #181a32;
  font-size: 18px;
  margin: 20px 0px;
}
.cart-add-item {
  display: flex;
  width: 150px;
  margin-top: 20px;
  justify-content: space-between;
}
}

@media (max-width: 991.9px) {
  .main-left-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .express-ser-tab li {
    font-size: 12px;
    cursor: pointer;
    color: #5f5f5f;
  }
  .first-comparison-sb {
    width: 250px;
    margin: 0px auto 0px 30px;
  }
  .second-camprison-sb {
    width: 250px;
    margin: 0px 30px 0px auto;
  }
  .first-comparison-sb h2 {
    font-size: 24px;
  }
  .second-camprison-sb h2 {
    font-size: 24px;
  }
  .maintest-booknow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .sec-test-bkn {
    width: 275px;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
  }
  .first-test-bkn h6 {
    margin-bottom: 0px;
    color: #0d3f64;
    font-size: 40px;
    width: 550px;
    font-weight: 700;
    font-family: "Lexend Deca";
    text-align: center;
  }
  .exp-ser-active {
    background-color: #ccb16a;
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 30px;
    align-items: center;
    border: 2px solid #ccb16a;
    font-size: 12px;
    cursor: pointer;
  }
  .cart-tow-content {
    width: 300px;
  }
  .cart-main-two {
    border-right: 2px solid #eaeaea;
    width: 50%;
  }
  .cartmain-one {
    display: flex;
    width: 25%;
  }
  .cart-main-three {
    width: 25%;
  }
  .cart-main-three button {
    height: 35px;
    width: 135px;
    font-size: 13px;
  }

  .right-login h4 {
    line-height: 30px;
    font-size: 18px;
  }
  .login-page {
    height: auto;
    background-position: bottom;
  }
  .right-login {
    margin-left: 30px;
    margin-bottom: 100px;
  }
  .main-left-banner p {
    font-size: 14px;
    margin: 15px 0px;
  }
  .banner-specification {
    width: 360px;
  }
  .time-shcedule-main {
    margin-top: -80px;
  }
  .ourserhero {
    font-size: 35px;
  }
  .service-content {
    padding: 30px;
  }
  .left-samelss h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .left-samelss h5 {
    font-size: 35px;
  }
  .left-samelss p {
    font-size: 16px;
  }
  .right-sameless img {
    width: 90%;
    display: block;
    margin-left: auto;
  }
  .our-picingdiv {
    padding: 25px;
  }
  .cst-tablestriped thead tr th {
    font-size: 14px;
  }
  .cst-tablestriped tbody tr th {
    font-size: 12px;
  }
  .cst-tablestriped td {
    font-size: 12px;
  }
  .testimonials-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .faq-heading h2 {
    font-size: 35px;
  }
  .faq-heading p {
    font-size: 14px;
  }
  .panel-title a {
    font-size: 16px;
  }
  .panel-body {
    font-size: 14px;
  }
  .right-accordion img {
    height: auto;
    display: block;
    margin-left: auto;
    width: 90%;
  }
  .cartpopupmain {
    width:100%;
  }
  .cart-image-first {
    width: 100%;
    background-color: #dedede;
  }
  .cart-first-p {
    width: 350px;
  }
  .cart-hero-section {
    display: flex;
    width: 90%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-second-p {
    width: 350px;
    display: block;
    margin: 50px auto;
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.02), -2px -2px 25px 0px rgba(0, 0, 0, 0.02);
    padding: 25px;
  }
  .cart-third-p {
    width: 350px;
    background: #fff;
    height: auto;
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.02),
      -2px -2px 25px 0px rgba(0, 0, 0, 0.02);
    padding: 25px 0px;
  }
  .order-summary-item-1 img {
    border-radius: 4px;
    border: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
    padding: 7px;
    margin-right: 5px;
  }
  .paymentcompany ul {
    width: 300px;
  }
  .credit-card-details {
    display: flex;
    width: 300px;
    flex-direction: column;
  }
  .credit-card-details-input {
    width: 100%;
  }
  .credit-card-details-input input {
    width: 100%;
  }
  .service-content h6 {
    font-size: 18px;
  }
  .service-content p {
    font-size: 16px;
  }
  .testimonial-content {
    padding: 30px 15px;
  }
}

@media (max-width: 767.9px) {
  .main-left-banner h1 {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
  }
  .cart-tow-content {
    width: 200px;
  }
  .cart-main-three button {
    height: 30px;
    width: 115px;
    font-size: 12px;
  }
  .cart-main-three h6 {
    font-size: 20px;
  }
  .time-shcedule-main {
    margin-top: -70px;
  }
  .cart-tow-content li h5 {
    font-size: 16px;
  }
  .cart-tow-content li p {
    font-size: 12px;
  }
  .cart-one-img {
    height: 100px;
    width: 100%;
  }
  .express-ser-tab ul {
    width: 795px;
    overflow: auto;
    margin-bottom: 0px;
    height: 60px;
  }
  .express-ser-tab li {
    font-size: 14px;
    cursor: pointer;
    color: #5f5f5f;
  }
  .express-ser-tab {
    width: 515px;
    overflow: auto;
    margin-bottom: 40px;
  }
  .left-login-sec {
    background: #fff;
    width: 320px;
    padding: 35px 35px;
  }
  .forgrtpin-input {
    width: 250px;
  }
  .guest-login a {
    padding: 15px 66px;
  }
  .login-heading p {
    color: #abaeb8;
    font-family: "inter";
    font-size: 14px;
    font-weight: 400;
  }
  .freelogin h6 {
    color: #abaeb8;
    font-size: 12px;
  }
  .main-left-banner p {
    font-size: 14px;
    margin: 30px 0px;
    text-align: center;
  }
  .banner-specification {
    width: 360px;
    margin: auto;
  }
  .respons-inputheader {
    display: block;
  }
  .respons-inputheader-1 {
    display: none;
  }
  .header-loginafter {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
    width: auto;
  }
  .main-right-banner img {
    width: 300px;
    display: block;
    margin: auto;
  }
  .sch-first-main {
    padding: 10px 0px 7px 10px;
    height: 70px;
    width: 32%;
  }
  .timepicker-input {
    font-size: 16px;
  }
  .search-slot-btn {
    height: 70px;
    font-size: 16px;
  }
  .search-slot-btn-sec {
    width: 32%;
  }
  .time-shcedule-main {
    padding: 40px 20px 25px 20px;
  }
  .ourser-left h2 {
    text-align: center;
  }
  .ourser-right p {
    text-align: center;
  }
  .left-samelss h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .left-samelss p {
    font-size: 16px;
    text-align: center;
  }
  .left-samelss h5 {
    font-size: 30px;
    text-align: center;
  }
  .download-app-sameless {
    width: 300px;
    margin: 0px auto 40px;
  }
  .right-sameless img {
    width: 350px;
    display: block;
    margin: auto;
  }
  .our-picingdiv {
    padding: 25px;
    width: 100%;
    overflow: auto;
    margin: auto;
  }
  .tab-content {
    width: 700px;
    overflow: auto;
    z-index: 1;
    position: relative;
  }
  .maintest-booknow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .first-test-bkn h6 {
    margin-bottom: 30px;
    color: #0d3f64;
    width: 100%;
    font-size: 30px;
  }
  .left-accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .faq-heading h6 {
    margin: 20px auto;
  }
  .faq-heading h2 {
    font-size: 30px;
    text-align: center;
  }
  .faq-heading p {
    font-size: 14px;
    text-align: center;
  }
  .right-accordion img {
    height: auto;
    display: block;
    margin: 30px auto 0px auto;
    width: 350px;
  }
  .testimonials-heading {
    margin-left: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .arrowsec img {
    width: 25px;
  }
  .how-it-one h6 {
    font-size: 12px;
  }
  .how-it-one img {
    height: 50px;
    display: block;
    margin: 0px auto 15px;
  }
  .panel-group {
    width: 310px;
    margin: auto;
  }
  .footer-social-media {
    display: flex;
    list-style: none;
    margin-bottom: 25px;
    margin-top: 0px;
    justify-content: center;
  }
  .useful li {
    margin-bottom: 12px;
    text-align: center;
  }
  .footer-cmn-heading {
    text-align: center;
  }
  .popular-select {
    width: 75%;
  }
  .credit-card-details {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .credit-card-details-input {
    width: 50%;
  }
  .credit-card-details-input input {
    width: 95%;
    font-size: 14px;
  }
  .billing-input {
    height: 40px;
    width: 100%;
  }
  .add-to-cart {
    margin-top: 70px;
    border-top: 0px solid #e2e2e2;
  }
  .service-content {
    padding: 40px 20px;
}
.service-content h6 {
  color: #181a32;
  font-size: 16px;
  margin: 20px 0px;
  font-family: "Lexend Deca";
}
.service-content p {
  font-size: 14px;
}
}

@media (max-width: 650px) {
  .login-main-sec {
    display: flex;
    flex-direction: column-reverse;
  }
  .right-login {
    margin-top: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    width: 320px;
  }
  .left-login-sec {
    margin-top: 30px;
  }
  .left-login-sec {
    background: #fff;
    width: 290px;
    padding: 35px 20px;
  }
  .comparison-main {
    flex-direction: column;
  }
  .first-comparison {
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    background: url("../assets/image/lefrcamp.png") #062f4e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
  .first-comparison-sb {
    width: 250px;
    margin: 0px auto 0px auto;
  }
  .second-camprison {
    width: 100%;
    height: 300px;
  }
  .second-camprison-sb {
    width: 250px;
    margin: 0px auto 0px auto;
  }
  .second-camprison-sb {
    height: 300px;
  }
}

@media (max-width: 575.9px) {
  .express-ser-tab {
    width: 100%;
    overflow: auto;
    margin-bottom: 40px;
  }
  .cart-tow-content {
    width: 80%;
  }
  .cart-one-img {
    height: 100px;
    width: 75%;
    margin: 10px;
  }
  .cart-main-three button {
    height: 30px;
    width: 85%;
    font-size: 12px;
  }
  .cart-tow-content li p {
    font-size: 10px;
  }
  .cart-tow-content li h5 {
    font-size: 14px;
  }
  .cart-main-three button {
    height: 25px;
    width: 90%;
    font-size: 10px;
  }
  .cart-main-three h6 {
    font-size: 18px;
  }
  .cart-nav ul {
    display: flex;
    width: 300px;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 15px 0px;
  }
  .cart-nav ul li a {
    color: #abaeb8;
    text-decoration: none;
    font-size: 9px;
  }
  .cart-page-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    color: #000;
  }
  .billing-lable {
    margin: 20px auto 5px auto;
    width: 375px;
  }
  .billing-input {
    height: 40px;
    width: 375px;
    margin: auto;
    display: block;
  }
  .deliverbtndiv {
    width: 375px;
    margin: auto;
    padding: 0px;
  }
  .billing-page-heading {
    font-size: 25px;
    margin: 20px auto 30px auto;
    color: #3c4242;
    display: flex;
    width: 375px;
  }
  .newcartshipment {
    width: 375px;
    margin: auto;
  }
  .billingcheckout h6 {
    color: #3c4242;
    width: 375px;
    margin: auto;
  }
  .rescontinue-section {
    width: 375px;
    margin: auto;
    display: block;
  }
  .shpmeth-heading {
    margin: 40px 0px;
    font-size: 20px;
    color: #3c4242;
  }
  .ship-add-para {
    color: #3c4242;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .right-creditcard h6 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #3c4242;
  }
  .right-creditcard p {
    margin-bottom: 0px;
    color: #3c4242;
    font-size: 14px;
  }
  .credit-card-details {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .credit-card-details-input {
    width: 100%;
  }
  .paymentcompany ul li a img {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    height: 35px;
  }
  .paymentcompany {
    margin-left: 0px;
  }
  .credit-card-details-input input {
    width: 300px;
    font-size: 14px;
  }
  .newpayment-mode {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 37px;
  }
  .cst-billingship {
    width: 375px;
    margin: 30px auto 60px auto;
  }
  .service-content {
    padding: 30px;
    width: 275px;
    margin: 30px auto;
  }
  .faq-heading p {
    font-size: 14px;
    text-align: center;
    width: 300px;
    margin: 0px auto 30px auto;
  }
  .ourser-right p {
    text-align: center;
    width: 95%;
    margin: auto;
  }
  .plussignbtn {
    height: 10px;
    margin-top: -2px;
  }
}

@media (max-width: 550px) {
  .mainsection-timepicker {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sch-first-main {
    padding: 10px 0px 7px 10px;
    height: 70px;
    width: 200px;
  }
  .search-slot-btn-sec {
    width: 200px;
  }
  .headein-twentyfour {
    color: #585c62;
    margin: 30px 0px 15px 0px;
    font-family: "Signika";
    text-align: center;
  }

  .graph-link {
    font-size: 12px;
    color: #0d3f64;
    text-decoration: none;
    padding: 10px 20px;
    font-family: "Lexend Deca";
  }
  .active-tab {
    color: #fff;
    background-color: #0d3f64;
    padding: 10px 10px;
    border-radius: 30px;
    font-family: "Lexend Deca";
    font-size: 12px;
  }
  .schedule-tab {
    list-style-type: none;
    display: flex;
    width: 275px;
    margin: auto;
    justify-content: space-around;
    padding: 15px 5px;
    background-color: #f1f5f5;
    border-radius: 30px;
  }
  .time-shcedule-main {
    padding: 40px 20px 25px 20px;
    width: 300px;
    margin: -70px auto 0px auto;
  }
  .main-left-banner p {
    font-size: 14px;
    margin: 30px auto;
    text-align: center;
    width: 300px;
    line-height: 26px;
  }
  .banner-specification {
    width: 300px;
    margin: auto;
  }
  .main-how-it-works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .arrowsec img {
    width: 30px;
    margin: 30px 0px;
    transform: rotate(90deg);
  }
  .main-left-banner h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .ourserhero {
    font-size: 30px;
    line-height: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ourser-left h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-content {
    padding: 30px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .left-samelss h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .left-samelss p {
    font-size: 16px;
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .right-sameless img {
    width: 250px;
    display: block;
    margin: auto;
  }
  .our-picingdiv {
    padding: 20px;
    width: 95%;
  }
  .testimonials-heading h2 {
    font-size: 30px;
    line-height: 40px;
    width: 95%;
    margin: auto;
  }
  .right-accordion img {
    height: auto;
    display: block;
    margin: 30px auto 0px auto;
    width: 275px;
  }
  .header-login li a {
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
  }
  .pickndrop_logo {
    width: 125px;
    margin-top: -5px;
  }
  .panel-group {
    width: 300px;
    margin: auto;
  }
  .panel-title a {
    font-size: 14px;
  }
  .panel-title > a:before {
    padding-top: 9px;
  }
  .popular-select {
    width: 90%;
  }
  .copyright {
    text-align: center;
    padding: 40px 0px 15px 0px;
    margin-top: 0px;
    color: #e2e2e2;
    font-size: 14px;
    font-family: "sofia pro";
  }
  .first-test-bkn h6 {
    margin-bottom: 30px;
    color: #0d3f64;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
  .cartpopupmain {
    width: 100%;
  }
  .cart-second-p {
    width: 290px;
    padding: 12px;
  }
  .cart-third-p {
    width: 280px;
  }
  .cart-image-first {
    width: 280px;
    background-color: rgb(222, 222, 222);
    display: block;
    margin: auto;
  }
  .total-divider {
    width: 100%;
  }
  .main-right-banner img {
    width: 260px;
    display: block;
    margin: auto;
  }
}

@media (max-width: 450px) {
  .toggle-inner .t-month,
  .toggle-inner .t-year {
    position: absolute;
    left: -105px;
    top: -1px;
    color: #ccb16a;
    transition: 300ms all;
    font-family: "Lexend Deca";
    font-weight: 700;
    font-size: 12px;
  }
  .toggle-inner .t-year {
    left: unset;
    right: -105px;
    color: #0d3f64;
    opacity: 1;
    font-weight: 400;
  }
  .our-picingdiv {
    padding: 10px;
    width: 100%;
    border: 2px solid #ccb16a;
  }
  .active > .toggle-inner .t-month {
    opacity: 1;
    color: #0d3f64;
    font-size: 12px;
    font-weight: 400;
  }
  .active > .toggle-inner .t-year {
    opacity: 1;
    color: #ccb16a;
    font-weight: 700;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .download-app-sameless {
    width: 285px;
    margin: 0px auto 40px;
  }
  nav .navbar {
    max-width: 100%;
    padding: 0 10px !important;
  }
  .cart-tow-content {
    width: 95%;
  }
  .cart-tow-content li p {
    font-size: 8px;
  }
  .cart-tow-content li h5 {
    font-size: 11px;
  }
  .cart-main-three button {
    height: 25px;
    width: 92%;
    font-size: 8px;
  }
  .express-ser-tab li {
    font-size: 12px;
  }
  .cart-main-two {
    border-right: 2px solid #eaeaea;
    width: 48%;
  }
  .cart-main-three {
    width: 27%;
  }
  .left-samelss h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .left-samelss h5 {
    font-size: 22px;
    text-align: center;
  }
  .left-samelss p {
    font-size: 15px;
  }
  .ourserhero {
    font-size: 22px;
  }
  .testimonials-heading h2 {
    font-size: 21px;
    line-height: 35px;
  }
  .faq-heading h2 {
    font-size: 22px;
    text-align: center;
  }
  .ourser-left h2 {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
  }
  .oursersbhero {
    text-align: center;
    font-size: 16px;
  }
  .main-left-banner h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .schedule-tab {
    width: 260px;
  }
  .time-shcedule-main {
    padding: 40px 20px 25px 20px;
    width: 290px;
    margin: -60px auto 0px auto;
  }
  .cartpopupmain {
    width: 100%;
  }
  .credit-card-details-input input {
    width: 300px;
    font-size: 14px;
  }
  .newpayment-mode {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 37px;
  }
  .cst-billingship {
    width: 375px;
    margin: 30px auto 60px auto;
  }
  .newcartshipment {
    width: 300px;
    margin: auto;
  }
  .billing-page-heading {
    width: 300px;
  }
  .billing-lable {
    margin: 20px auto 5px auto;
    width: 300px;
  }
  .billing-input {
    height: 40px;
    width: 300px;
  }
  .deliverbtndiv {
    width: 300px;
    margin: auto;
    padding: 0px;
  }
  .billingcheckout h6 {
    color: #3c4242;
    width: 300px;
    margin: auto;
    font-size: 14px;
  }
  .rescontinue-section {
    width: 300px;
    margin: auto;
    display: block;
  }
  .newpayment-mode {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 15px;
  }
  .credit-card-details-input input {
    width: 270px;
    font-size: 14px;
  }
  .paymentcompany ul {
    width: 270px;
  }
  .paymentcompany ul li a img {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 90%;
    height: 35px;
  }
  .cst-billingship {
    width: 300px;
    margin: 30px auto 60px auto;
  }
}
@media (max-width: 365px) {
  .first-comparison-sb img {
    width: 175px;
    margin: 0px auto;
    display: block;
  }
  .second-camprison-sb img {
    width: 175px;
    margin: 0px auto;
    display: block;
  }
}
.tabbedPanels {
  /* width: 600px; */
  margin-top: 25px;
}

.panelContainer {
  /* clear: left;
  margin-bottom: 25px;
  border: 2px solid green;
  background-color: #fff;
  padding: 10px; */
  /* add height if you want equal panels */
}

/* reset ul defaults  */
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* set li properties  */
.tabs li {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* all formatting goes inside 'a' */
.tabs a {
  text-decoration: none;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  font-family: "sofia pro";
}

.tabs a.active {
  background-color: #ccb16a;
  color: #fff !important;
  padding: 7px 20px;
  border-radius: 30px;
  align-items: center;
  border: 2px solid #ccb16a;
  font-family: "sofia pro";
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}
.panel p {
  margin-bottom: 0px;
}
.fa-caret-right-custom {
  font-size: 8px;
  color: #abaeb8;
}
@media (max-width: 991.9px) {
  .tabs a.active {
    padding: 7px 15px;
    font-size: 15px;
  }
  .tabs a {
    text-decoration: none;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
  }
  .cart-page-heading {
    font-size: 24px;
  }
}
@media (max-width: 767.9px) {
  .tabs a.active {
    padding: 7px 15px;
    font-size: 13px;
  }
  .tabs a {
    text-decoration: none;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
  }
  .cart-page-heading {
    font-size: 24px;
  }
  .fa-caret-right-custom {
    font-size: 7px;
    color: #abaeb8;
  }
}

.ourexanother {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 25px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.sb-ourexp-header {
  display: flex;
  justify-content:flex-end;
  padding: 0px 25px 10px 25px;
  /* border-bottom: 1px solid #eee; */
  max-width: 500px;
  width: 100%;
  margin: 0px auto 20px auto;
}
/* .sb-ourexp-header h6 {
  font-size: 24px;
  color: #000;
  padding: 5px;
  line-height: 20px;
  width: 205px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px !important;
  font-family: "sofia pro";
} */
.sb-ourexp-header button {
  background-color: transparent;
  color: #fff;
  border: none;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 700;
}

.ourexp-hero-section {
  display: flex;
  width: 100%;
  margin: auto;
}
.ourexp-hero-section img{
  max-width: 500px;
  width: 100%;
}

.left-abt-fr-sec img {
  width: 572px;
  height: auto;
  border-left: 10px solid #5c6bc0;
  border-top: 10px solid #5c6bc0;
}

.newimagefr-bg {
  position: relative;
  margin-left: 296px;
  margin-top: -275px;
  width: 275px;
  height: 275px;
  background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
  background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
  background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
  opacity: 0.302;
  border-top-left-radius: 100%;
}


.wrappervideo {
  display: inline-block;
  position: absolute;
  margin-left: 450px;
  transform: translate(-50%,-50%);
  margin-top: -100px;
}

.video-main {
  position: relative;
  display: inline-block;
}

.videopick {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background-image: -webkit-linear-gradient( 178deg, rgb(13, 63, 100) 0%, rgb(92, 107, 192) 100% );
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, .75);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.openiframepagepopup{
  width: 500px;
  height: 450px;
}


/*contact form css*/
.pickndropform{
  margin-bottom: 80px;
}

.picndrop-left-form{
  padding: 70px 50px;
    background: #f7faff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    position: relative;
}
.contactfoem-pick:after {
  position: absolute;
  content: '';
  width: 90%;
  bottom: 0;
  background-image: -moz-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -ms-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  left: -10px;
  top: 0;
  transform: rotate(10deg);
  z-index: -1;
}
.contact-inputbox{
  box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
    width: 100%;
    font-family: "Lexend Deca";
}
.contact-textaearbox{
  box-shadow: none;
    color: #777777;
    height: 150px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 25px 20px;
    transition: all .3s;
    width: 100%;
    font-family: "Lexend Deca";
}
.contactsbumit-btn{
  background: #0c3f64;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 25px 50px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0;
    z-index: 1;
    border: none;
    position: relative;
    font-family: "Lexend Deca";
}
.contact-map-area {
  background: #f7faff;
  width: 100%;
  height: 100%;
  border-right: 2px solid #ccb16a;
  border-bottom: 2px solid #ccb16a;
  padding: 20px 0px;
}
.contact-info-box {
  text-align: center;
  border: 1px solid #e7eaf0;
  background: #f7faff;
  padding: 30px 0;
  cursor: pointer;
  transition: all .3s;
  margin-left: 25px;
  position: relative;
}
.contact-info-box:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  background-image: -moz-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -webkit-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  background-image: -ms-linear-gradient(
    178deg,
    rgb(13, 63, 100) 0%,
    rgb(92, 107, 192) 100%
  );
  transform: rotate(20deg);
  z-index: -1;
}
.contact-info-icon{
  height: 90px;
    width: 90px;
    background-image: -webkit-linear-gradient(
      178deg,
      rgb(13, 63, 100) 0%,
      rgb(92, 107, 192) 100%
    );
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.contact-info{
  list-style:none;
}
.contact-info li{
  font-size: 20px;
    line-height: 30px;
    color: #656970;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Lexend Deca";
}

.contactpage-details{
  margin-top: 160px;
    margin-bottom: 100px;
    font-family: "Lexend Deca";
}





@media(max-width:1400.9px){
  .left-abt-fr-sec img {
    width: 525px;
    height: auto;
}
.newimagefr-bg {
  position: relative;
  margin-left: 250px;
}
.about-chariti-list li a {
  font-size: 16px;
  line-height: 40px;
}
.commonomv p {
  color: #545975;
  font-size: 16px;
  line-height: 26px;
  font-family: "Lexend Deca";
}
}

@media(max-width:1199.9px){
  .left-abt-fr-sec img {
    width: 450px;
    height: auto;
}
.newimagefr-bg {
  position: relative;
  margin-left: 175px;
}
.wrappervideo {
  margin-left: 345px;
  margin-top: -100px;
}
.newimagefr-bg {
  position: relative;
  margin-left: 200px;
  margin-top: -250px;
  width: 250px;
  height: 250px;
}
.right-abt-sc-sec h2 {
  font-size: 28px;
}
.right-abt-sc-sec p {
  font-size: 16px;
  line-height: 26px;
}
.leftvisionabt h2 {
  font-size: 30px;
}
.leftvisionabt h2::after {
  border-top: 33px solid transparent;
}
.about-chariti-list li a {
  font-size: 14px;
  line-height: 32px;
}
.leftarrownew h2 {
  font-size: 30px;
}
.leftarrownew h2::after {
  border-bottom: 33px solid transparent;
}
.commonomv p {
  color: #545975;
  font-size: 14px;
  line-height: 22px;
  font-family: "Lexend Deca";
}
.about-banner {
  height: 275px;
}
.abt-heading-banner {
  font-size: 50px;
}
.abt-para-banner {
  font-size: 16px;
}
.subscribe-abt-left h2 {
  font-size: 28px;
  line-height: 40px;
}
.contact-info li {
  font-size: 16px;
  line-height: 30px;
  color: #656970;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Lexend Deca";
}
}

@media(max-width:991.9px){
  .left-abt-fr-sec img {
    width: 500px;
    height: auto;
    margin: auto;
    display: block;
}
.ourmisres{
  margin-top: 50px;
}
.newimagefr-bg {
  position: relative;
  margin-left: 322px;
  margin-top: -250px;
  width: 275px;
  height: 250px;
}

.wrappervideo {
  margin-left: 480px;
  margin-top: -100px;
}
.right-abt-sc-sec{
  width: 500px;
    display: block;
    margin: 50px auto 0px auto;
}
.leftvisionabt{
  width: 500px;
    display: block;
    margin: auto;
}
.right-vision{
  width: 500px;
  display: block;
  margin: 0px auto 0px auto;
}
.commonomv{
  width: 500px;
  margin:0px auto 0px auto;
}
.subscribe-abt-left h2 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -45px;
}
.field-sbscrive {
  width: 100%;
}
.ourfightvisimgres{
  margin-bottom: 50px;
}
.contact-info-box {
  width: 300px;
  margin: 50px auto;
}
.picndrop-left-form {
  padding: 70px 50px;
  background: #f7faff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  position: relative;
  margin-bottom: 125px;
}
}

@media(max-width:767.9px){
  .newimagefr-bg {
    position: relative;
    margin-left: 232px;
    margin-top: -250px;
    width: 275px;
    height: 250px;
}
.wrappervideo {
  margin-left: 395px;
  margin-top: -100px;
}
}

@media(max-width:601.9px){
  .left-abt-fr-sec img {
    width: 400px;
    height: auto;
    margin: auto;
    display: block;
}
.newimagefr-bg {
    position: relative;
    margin-left: 184px;
    margin-top: -250px;
    width: 275px;
    height: 250px;
}
.about-chariti-list li a {
  font-size: 12px;
  line-height: 30px;
}
.wrappervideo {
  margin-left: 353px;
  margin-top: -100px;
}
.right-abt-sc-sec{
  width: 400px;
    display: block;
    margin: 50px auto 0px auto;
}
.leftvisionabt{
  width: 350px;
    display: block;
    margin: auto;
}
.right-vision{
  width: 350px;
  display: block;
  margin: 0px auto 0px auto;
}
.ourfightvisimgres {
  margin-bottom: 50px;
}
.commonomv {
  width: 350px;
  margin: 30px auto 0px auto;
}
.subscribe-abt-left h2 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -45px;
}
.field-sbscrive {
  width: 100%;
}
.picndrop-left-form {
  padding: 70px 25px;
  background: #f7faff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  position: relative;
  margin-bottom: 125px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}

@media(max-width:575.9px){
  .newimagefr-bg{
    display: none;
  }
  .wrappervideo {
    margin-left: 285px;
    margin-top: -135px;
}
}
@media(max-width:444.9px){
  .left-abt-fr-sec img {
    width: 290px;
    height: auto;
    margin: auto;
    display: block;
}
.newimagefr-bg {
  position: relative;
  margin-left: 40px;
  margin-top: -150px;
  width: 260px;
  height: 150px;
}
.about-chariti-list li a {
  font-size: 12px;
  line-height: 30px;
}
.wrappervideo {
  margin-left: 205px;
  margin-top: -100px;
}
.right-abt-sc-sec{
  width: 300px;
    display: block;
    margin: 50px auto 0px auto;
}
.leftvisionabt{
  width: 240px;
    display: block;
    margin: auto;
}
.right-vision{
  width: 260px;
  display: block;
  margin: 0px auto 0px auto;
}
.ourfightvisimgres {
  margin-bottom: 50px;
}
.commonomv {
  width: 240px;
  margin: 30px auto 0px auto;
}
.subscribe-abt-left h2 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: -45px;
}
.field-sbscrive {
  width: 100%;
  margin: auto;
}
.field-sbscrive > input[type="text"] {
  flex: 1;
  padding: 0.6em;
  border: 0.2em solid #fff;
  border-left: none;
  border-top: none;
  width: 150px;
  height: 65px;
}
.field-sbscrive > button {
  background-color: #0d3f64;
  color: #fff;
  border: none;
  width: 100px;
  font-size: 13px;
  padding: 0px;
}
.contact-info li {
  font-size: 16px;
  line-height: 30px;
  color: #656970;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Lexend Deca";
}
.contact-info-box {
  width: 250px;
  margin: 50px auto;
}
}