/* Global start */
body.page{
  margin: 0px;
}
.body {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container {
  padding: 0 10.5px;
}
.container-1920 {
  width: 100%;
  max-width: 1920px; /* Set the max width to 1920px */
  margin: 0 auto; /* Center the container */
  padding-left: 10.5px; /* Add padding for consistent spacing */
  padding-right: 10.5px;
}
header.header{
  background: #ffff;
  border: none;
}
.tooltiptext{
  /*display: none;*/
  visibility: hidden;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  top: 42px;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  left: 50%;
  transition: all 0.1s ease-in;
  transform: translateX(-50%);
  min-width: inherit;
  white-space: nowrap;
}
@media ( max-width: 800px ){
  main.body{
    /*margin-top: 75px;*/ /* For floating header  */
    margin-top: 140px;
  }
}
.w-90{
  width: 90%;
}
/*
section .inner-right-text-section h2{
  text-align: left;
  font: normal normal bold 40px / 50px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
section .inner-right-text-section h2 span {
  font-weight: 700;
  display: block;
}
section .home-page-cstm-logos {
  margin: 73px 0 0;
}
@media only screen and (max-width: 767px) {
  section .row .inner-right-text-section h2 {
    max-width: 100%;
    text-align: center;
  }
}
*/

/* Global end */

/* Announcement bar start  */
.header-accounment-bar {
  background: transparent linear-gradient(257deg, #4FB94A 0%, #82C451 50%, #97C850 100%) 0% 0% no-repeat padding-box;
  min-height: 50px;
  padding:0px;
}
@media ( min-width: 769px ){
  .header-accounment-bar {
    display: flex;
    align-items: center;
  }

}
.header-accounment-bar a {
  text-decoration: none;
}
.header-accounment-bar p{
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}
.header-accounment-bar p > b{
  color: white;
}


.header-accounment-bar a p{
  color: #000;
  padding-left: 5px;
  position: relative;
  display: inline-block;
}
.header-accounment-bar a p span{ 
  font-weight: 400;
  padding-left: 5px;
  color: white;
}
.header-accounment-bar .free-shipping-content p:first-child:before {
  content: "";
  background: url(https://store-kcny5.mybigcommerce.com/content/upload/check-free.png);
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.header-accounment-bar .free-shipping-content-section a > p > span{
  color: #000;
}
.header-accounment-bar .header-number-cstm a{
  color: white;
}
.header-accounment-bar .header-number-cstm a i.fa.fa-phone {
  margin-right: 5px;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 30px;
  color: white;
}
.header-accounment-bar a:hover *{
  color: #e77622;
}
.header-accounment-bar .header-number-cstm a:hover{
  color: #e77622;
}
.header-accounment-bar .header-number-cstm a:hover i.fa.fa-phone{
  color: #e77622;
}
.header-accounment-bar .header-number-cstm a:hover i.fa.fa-phone{
  border-color: #e77622;
}
.header-accounment-bar{
  display: flex;
  align-items: center;
} 
.header-accounment-bar div[data-sub-layout]:nth-child(3){
  text-align: center;
}  
.header-accounment-bar div[data-sub-layout]:nth-child(4){
  text-align: right;
}   
@media ( max-width: 768px ){
  .header-accounment-bar p{
    font-size: 16px;
    line-height: 26px;
  }
  .header-accounment-bar div[data-sub-layout]{
    width: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .header-accounment-bar div[data-sub-layout]:nth-child(4){
    display: none;
  }
}
@media ( max-width: 576px ){
  .header-accounment-bar{
    padding: 10px 0;
  }
  
}

/* Announcement bar End  */

/* Menu start  */
header.header .container{
  padding: 0 15px;
  max-width: 1205px;
}
.main-header-section {
  min-height: 88px;
}
.main-header-section .cstm-header-menu {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: 5.5px;
}
.main-header-section .header-logo-image-container{
  display: flex;
  align-items: center;
  min-height: unset;
}
.cstm-header-logo {
  max-width: 166px;
  width: 100%;
  flex: 166px;
}
.main-header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header-section ul#cstm-navigation {
  margin: 0;
  list-style: none;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: unset;
  padding-left: 0;
}
.main-header-section ul#cstm-navigation li {
  padding: 32px 22.5px;
  position: relative;
}
.main-header-section ul.sub-menu {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 15px 15px 0;
  flex-wrap: wrap;
  left: 0;
  top: 80px;
  right: auto;
  width: 100%;
  margin: 0;
  min-width: 326px;
}
.main-header-section ul#cstm-navigation li:nth-child(1) ul.sub-menu {
  min-width: 617px;
  padding: 30px;
}
.main-header-section ul#cstm-navigation a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.main-header-section .navUser-or{
  display: none;
}
.main-header-section .navUser-action{
  padding: 0px;
  width: 21px;
  height: 21px;
}
.main-header-section .navUser-action > *{
  display: flex;
}
.main-header-section .navUser-item{
  position: relative;
}
.main-header-section .navUser ul li{
  display: block;
}
.main-header-section .navUser-item img.hover-img {
  display: none;
}
.main-header-section .navUser-item:hover img:not(.hover-img){
  display: none;
}
.main-header-section .navUser-item:hover img.hover-img{
  display: inline-block;
}
div#quickSearch {
  padding: 0;
  background: transparent;
}
div#quickSearch .container input#nav-quick-search {
  min-width: 200px;
}
div#quickSearch .form-input:focus {
  outline: none !important;
  box-shadow: none;
}
.main-header-section .navUser-item:hover .tooltiptext{
  visibility: visible;
}
.main-header-section .navUser-item--account{
  font-size: 0px;
}
.main-header-section .navUser-item--account a[aria-label='Sign in']:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-image: url(/content/upload/new-user-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-header-section a[aria-label='Register']{
  display: none;
}
.main-header-section .countPill {
  width: 18px;
  height: 18px;
  right: 12px;
  position: relative;
  top: -5px;
  background: #e11d1d;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  padding-bottom: 14px;
  display: inline-block;
  padding-left: 2px;
  padding-top: 0;

  position: absolute;
  top: -10px;
  right: -10px;
  justify-content: center;
}
.main-header-section ul#cstm-navigation > li:nth-child(1) > a:after, .main-header-section ul#cstm-navigation > li:nth-child(5) > a:after, .main-header-section ul#cstm-navigation > li:last-child > a:after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-wbaphvrbvm/product_images/uploaded_images/product-carert.png?t=1633590072&_gl=1*1axl31v*_ga*MTA0NjM3OTYxNy4xNjE1MDExMjc4*_ga_WS2VZYPC6G*MTYzMzU5MDAxMS4xNzQuMS4xNjMzNTkwMDc2LjYw);
  width: 7px;
  background-size: contain;
  height: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
}
.main-header-section ul.sub-menu li {
  width: 100%;
  margin-bottom: 24px;
}
.main-header-section ul#cstm-navigation li:hover ul.sub-menu li {
  padding: 0;
}
.main-header-section ul#cstm-navigation li:hover ul.sub-menu {
  display: block !important;
}
.main-header-section ul#cstm-navigation li:nth-child(1):hover ul.sub-menu {
  display: flex !important;
  flex-flow: row;
  flex-wrap: wrap;
}
.main-header-section ul#cstm-navigation li:nth-child(1):hover ul.sub-menu li {
  max-width: 50%;
  flex: 50%;
}
.main-header-section .inner-sub-menu {
  display: flex;
  align-items: center;
}
.main-header-section .inner-pdct-img {
  margin-right: 20px;
  width: 70px;
}
.main-header-section .inner-sub-menu p {
  font: normal normal 300 16px / 25px Poppins;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  margin: 0;
}
.main-header-section .inner-pdct-img img {
  min-width: 80px;
  object-fit: cover;
  display: block;
}
ul.navUser-section.navUser-section--alt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner-pdct-img img {
  min-width: 80px;
  object-fit: cover;
  display: block;
}
.cstm-header-icons{
  width: 100%;
  max-width: 117px;
  flex: 117px;
}
.navUser {
  padding: 0px;
  position: relative;
  -webkit-transform: unset;
  transform: unset;
  top: unset;
}
@media (min-width: 801px) {

  ul.navUser-section.navUser-section--alt{

  }
}
@media only screen and (max-width: 1100px) {
  .main-header-section ul#cstm-navigation {
    padding: 0 20px;
  }
  .main-header-section ul#cstm-navigation {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  header.header > .container {
    background: #fff;
  }
  .cstm-header-logo a.header-logo__link {
    width: 100%;
  }
  .main-header-section ul#cstm-navigation li {
    padding: 20px 0;
  }
  .main-header-section ul#cstm-navigation a {
    font-size: 12px;
  }

}
@media only screen and (max-width: 768px) {
  main.body{
    margin-top: 80px; /* For floating header  */
    
  }
  header.header .container{
    max-width: 100%;
    height: 55px;
  }
  div[data-sub-layout-container]{
    gap: 5px;
  }
  .main-header-section {
    min-height: unset;
  }
  .cstm-header-menu {
    display: none;
  }
  .cstm-header-logo {
    width: 100%;
    max-width: 33%;
    flex: 33%;
  }
  .main-header-section a.mobileMenu-toggle {
    width: 100%;
    max-width: 33%;
    flex: 33%;
    display: block;
    position: relative;
    padding-left: 5px;
  }
  .cstm-header-icons {
    width: 100%;
    max-width: 33%;
    flex: 33%;
    padding-left: 20px;
  }
  ul.navUser-section.navUser-section--alt{
    gap: 14px;
  }
  ul.navUser-section.navUser-section--alt li.navUser-item {
    width: 28%;
  }
  ul.navUser-section.navUser-section--alt li.navUser-item:first-child {
    display: block;
  }
  ul.navUser-section.navUser-section--alt li.navUser-item:nth-child(3) {
    display: block;
  }
  ul.navUser-section.navUser-section--alt button {
    padding: 0;
  }
  .cstm-header-icons nav.navUser {
    position: relative;
    transform: none;
    right: unset;
    top: unset;
    width: 100%;
    z-index: 5;
  }
  .navUser-item--account .navUser-action{
    padding: 0px;
  }
  .navUser-item--cart .navUser-action{
    padding: 0px;
  }
  .main-header-section .countPill{
    top: -12px;
    right: -12px;
  }

  
  .cstm-moble-menu {
    display: block;
    position: absolute;
    top: 55px;
    background: #fff;
    left: -100%;
    width: 100%;
    transition: all 0.2s ease-in;
    height: 100vh;
  }
  .is-open .cstm-moble-menu {
    display: block;
  }
  .cstm-moble-menu.mobile-menu-nav {
    left: 0;
    padding-top: 15px;
  }
  .cstm-moble-menu ul {
    margin: 0;
    list-style: none;
    border: none;
  }
  .cstm-moble-menu .acc {
    padding: 0;
  }
  .cstm-moble-menu .acc .acc__card {
    margin: 0;
  }
  .cstm-moble-menu .acc .acc__card .acc__title {
    padding: 0;
    position: relative;
  }
  .cstm-moble-menu .acc .acc__card .acc__title:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
  }
  .cstm-moble-menu .acc .acc__card .acc__title a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .cstm-moble-menu .acc .acc__card:first-child .acc__title a:after {
    content: "";
    background: url(https://cdn11.bigcommerce.com/s-wbaphvrbvm/product_images/uploaded_images/product-carert.png?t=1633590072&_gl=1*1axl31v*_ga*MTA0NjM3OTYxNy4xNjE1MDExMjc4*_ga_WS2VZYPC6G*MTYzMzU5MDAxMS4xNzQuMS4xNjMzNTkwMDc2LjYw);
    width: 7px;
    background-size: contain;
    height: 4px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: unset;
    left: 30%;
    top: 21px;
  }
  .cstm-moble-menu ul li a {
    padding: 10px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
  }
  .acc__panel{
    display: none;
    padding: 0 15px 0 30px;
  }
  .cstm-moble-menu .acc .acc__card .acc__panel .tab.cstm-left-tab-categories-section {
    background: transparent;
    border: none;
  }
  .cstm-moble-menu .acc .acc__card .acc__panel .tab.cstm-left-tab-categories-section ul.nav.nav-tabs li {
    padding: 10px 0;
    width: 100%;
  }
  .cstm-moble-menu .acc .acc__card .acc__panel .tab.cstm-left-tab-categories-section ul.nav.nav-tabs a .inner-pdct-img {
    width: 40px;
    margin-right: 20px;
  }
  .cstm-moble-menu .acc .acc__card .acc__panel .tab.cstm-left-tab-categories-section ul.nav.nav-tabs a .inner-pdct-img img {
    min-width: 40px;
    margin-right: 0;
  }

}
/* Menu end */


/* Footer start  */
footer.footer {
  padding: 114px 0 0;
}
.main-footer-section {
  display: flex;
  justify-content: space-between;
}
footer.footer .container .footer-menu-one {
  max-width: 18%;
}
.main-footer-section>div{
  width: 100%;
  max-width: calc(100% / 5);
  flex: calc(100% / 5);
  padding: 0 15px;
}
.main-footer-section>div h2 {
  margin: 0;
  text-align: left;
  font: normal normal bold 20px / 26px Poppins;
  letter-spacing: 0px;
  color: #51B94A;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 20px;
}
.main-footer-section > div li {
  list-style: none;
}
.main-footer-section > div li a {
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.main-footer-section>div li a {
  text-align: left;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Poppins';
}
@media only screen and (max-width: 991px) {
  footer.footer {
    padding-top: 0px;
  }
  .main-footer-section {
    flex-wrap: wrap;
  }
  footer.footer .container .main-footer-section > div:nth-child(1){
    order: 2;
  }
  footer.footer .container .main-footer-section > div:nth-child(2){
    order: 3;
  }
  footer.footer .container .main-footer-section > div:nth-child(3){
    order: 4;
  }
  footer.footer .container .main-footer-section > div:nth-child(4){
    order: 5;
  }
  footer.footer .container .main-footer-section > div:nth-child(5){
    order: 1;
  }
  .main-footer-section > div.footer-menu-five {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-footer-section > div li a {
    font-size: 12px;
    line-height: 26px;
  }
  
}
@media only screen and (max-width: 767px) {
  footer.footer .container .main-footer-section > div {
    max-width: 100%;
    flex: 100%;
    padding: 0;
  }
  .main-footer-section > div {
    margin-bottom: 30px;
  }
  .main-footer-section > div.footer-menu-five > img {
    display: none;
  }
  .main-footer-section > div li a {
    font-size: 16px;
    line-height: 26px;
  }
}


footer.footer .container {
  max-width: 1400px;
}
.copyright-footer-section {
  background: #f1f1f1;
  margin-top: 108px;
}
.copyright-footer-section .container {
  display: flex;
  align-items: center;
}
.copyright-footer-section p {
  color: #000;
  margin: 0;
  font-size: 14px;
  opacity: 0.6;
  line-height: 22px;
}
.copyright-footer-section .container .option-pay-wrap p {
  max-width: 36%;
  flex: 36%;
}
.copyright-footer-section .container .option-pay-wrap {
  display: flex;
  max-width: 38%;
  flex: 38%;
  align-items: center;
}
footer.footer .container .free-ship-wrap {
  max-width: 32%;
  flex: 32%;
}
.copyright-footer-section .footer-payment-icons {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 63%;
  flex: 63%;
  padding: 0 40px 0 15px;
}
.copyright-footer-section .footer-social-icons {
  max-width: 30%;
  flex: 30%;
  margin: 0;
}
.copyright-footer-section ul {
  margin: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  min-height: 62px;
  align-items: center;
}
.footer-social-icons ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.copyright-footer-section ul li {
  font-size: 15px;
  color: #7a7a7a;
  padding: 0 15px;
  border: none;
  padding: 0 0 0 10px;
}
.copyright-footer-section ul a {
  font-size: 15px;
  color: #7a7a7a;
  padding: 0;
  text-decoration: none;
}
/*
.fa {
  font: normal normal normal 14px / 1 FontAwesome !important;
}
*/
.footer-social-icons ul i.fa {
  font-size: 18px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4cae33;
  color: #4cae33;
  border-radius: 30px;
  margin: 0;
}
.footer-social-icons ul li a img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  position: relative;
  display: block;
  margin-left: 5px;
}
@media only screen and (max-width: 1365px) {
  .copyright-footer-section ul li {
    padding: 0 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-footer-section {
    margin-top: 10px;
    padding: 20px 0;
  }
  .copyright-footer-section .container {
    flex-wrap: wrap;
  }
  .copyright-footer-section .container .option-pay-wrap {
    max-width: 100%;
    flex: 100%;
    margin: 0 auto 15px;
    flex-flow: column;
    align-items: unset;
  }
  .copyright-footer-section .container .option-pay-wrap p {
    max-width: 100%;
    flex: 100%;
    margin: 0 0 10px;
  }
  .copyright-footer-section .container .option-pay-wrap .footer-payment-icons {
    padding: 0;
    max-width: 70%;
    flex: 100%;
    width: 100%;
  }
  footer.footer .container .free-ship-wrap {
    max-width: 100%;
    flex: 100%;
    margin: 0 0 15px;
  }
  .copyright-footer-section p {
    font-size: 12px;
    line-height: 1.5;
  }
  .copyright-footer-section .footer-social-icons {
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex: 100%;
  }
  .footer-social-icons ul {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .copyright-footer-section ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Footer end  */

/* Are you ready start  */
.home-are-you-ready-section.common-all-pages-section {
  padding: 140px 0 93px;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-left-img-section {
  max-width: 50%;
  flex: 50%;
  padding: 0 15px;
}
.common-all-pages-section .inner-left-img-section img {
  width: 90%;
  margin: auto;
  display: block;
  height: 584px;
  object-fit: contain;
}

.common-all-pages-section .container .inner-right-text-section {
  margin-top: -15px;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section {
  padding: 0 15px;
  max-width: 50%;
  flex: 50%;
  width: 100%;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section h2 {
  margin: 0 0 20px;
  margin-bottom: 18px;
  text-transform: capitalize;
  text-align: left;
  font: normal normal bold 40px / 50px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section h2 span{
  font-weight: 700;
  display: block;
}
.common-all-pages-section .inner-right-text-section p {
  text-align: left;
  font: normal normal 300 30px / 40px Poppins;
  letter-spacing: 0;
  color: #fff;
  margin: 15px 0 40px;
}
.home-are-you-ready-section.common-all-pages-section ul {
  margin: 0;
  list-style: none;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section ul li {
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 25px;
  color: #fff;
  max-width: 503px;
  line-height: 29px;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section ul li {
  position: relative;
  padding-left: 40px;
}
.home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section ul li:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 9px;
  left: 0;
  top: 5px;
  color: #4cae33;
  background: #fff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding-top: 2px;
  padding-left: 2px;
}
.home-page-cstm-logos {
  width: 100%;
}
.home-are-you-ready-section.common-all-pages-section .home-page-cstm-logos, .home-page-cstm-logos {
  margin: 73px 0 0;
}
.home-page-cstm-logos ul {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 91px;
  align-items: center;
}
.home-are-you-ready-section.common-all-pages-section ul {
  margin: 0;
  list-style: none;
}
.common-all-pages-section .home-page-cstm-logos ul {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.home-page-cstm-logos ul li img {
  max-width: 140px;
}
.about-page-pdf-download-section {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 1075px;
  margin: auto;
  background: var(--unnamed-color-ffffff) 0 0 no-repeat padding-box;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 32px 53px #0000000d;
  border-radius: 11px;
  opacity: 1;
}
.about-page-pdf-download-section {
  min-height: 162px;
  z-index: 10;
  position: relative;
}
.home-are-you-ready-section.common-all-pages-section .about-page-pdf-download-section {
  display: flex;
  margin-top: 150px;
  margin-bottom: -135px;
}
.about-page-pdf-download-section .inner-pdf-img {
  max-width: 60%;
  flex: 60%;
}
.about-page-pdf-download-section .inner-pdf-img img {
  position: absolute;
  bottom: 30px;
  left: 100px;
}
.about-page-pdf-download-section .inner-pdf-img img {
  left: 65px;
}
.about-page-pdf-download-section .inner-pdf-img img {
  width: 211px;
  height: 255px;
  object-fit: cover;
}
.about-page-pdf-download-section .inner-pdf-img span {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins";
  color: #000;
  padding-left: 300px;
  display: block;
  max-width: 615px;
  width: 100%;
}
.about-page-pdf-download-section .inner-pdf-img i {
  color: #e77622;
}
.about-page-pdf-download-section .inner-pdf-btn {
  max-width: 40%;
  flex: 40%;
}
.about-page-pdf-download-section .inner-pdf-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 374px;
  height: 65px;
  border: 2px solid var(--unnamed-color-e77622);
  border: 2px solid #e77622;
  border-radius: 10px;
  opacity: 1;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 23px / var(--unnamed-line-spacing-26) var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-e77622);
  text-align: left;
  font: normal normal 600 23px / 26px Poppins;
  letter-spacing: 0;
  color: #e77622;
  text-transform: uppercase;
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .home-are-you-ready-section.common-all-pages-section .row .inner-left-img-section {
    max-width: 100%;
    flex: 100%;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section {
    padding: 0 15px;
    max-width: 100%;
    flex: 100%;
    width: 100%;
  }
  .home-are-you-ready-section.common-all-pages-section .home-page-cstm-logos {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-are-you-ready-section.common-all-pages-section .row{
    margin:0px;
  }
  .home-are-you-ready-section.common-all-pages-section {
    padding: 40px 0;
    padding-bottom:80px;
  }
  .home-are-you-ready-section.common-all-pages-section .inner-left-img-section {
    display: none;
  }
  .home-are-you-ready-section.common-all-pages-section .row .inner-right-text-section h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .cstm-img-mobile {
    display: block !important;
    margin-left: -28px;
  }
  .common-all-pages-section .home-page-cstm-logos ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-page-cstm-logos ul li {
    max-width: 50%;
    flex: 50%;
    text-align: center;
    margin: 0;
  }

  .home-page-cstm-logos ul li img{
    width: 100%;
    object-fit: contain;
    max-width: 140px;
  }
  .home-page-cstm-logos ul li:nth-child(2) img {
    height: 75px;
  }
  .home-page-cstm-logos ul li:nth-child(4) img {
    height: 75px;
  }
  .home-page-cstm-logos ul li:nth-child(5) {
    max-width: 100%;
    flex: 100%;
  }
  .about-page-pdf-download-section {
    flex-flow: column;
  }
  .home-are-you-ready-section.common-all-pages-section .about-page-pdf-download-section {
    margin-top: 45px;
  }
  .about-page-pdf-download-section .inner-pdf-img {
    max-width: 100%;
    flex: 100%;
  }
  .common-all-pages-section .about-page-pdf-download-section {
    max-width: 90%;
    margin-bottom: -135px;
    margin-top: 45px;
    padding: 0 20px 20px;
  }
  .about-page-pdf-download-section .inner-pdf-img img {
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .about-page-pdf-download-section .inner-pdf-img span {
    font-size: 25px;
    padding-left: 0;
    text-align: center;
    margin: 0 0 20px;
  }
  .about-page-pdf-download-section .inner-pdf-btn {
    max-width: 100%;
    flex: 100%;
    width: 100%;
  }
  a.cstm-btn {
    height: 60px;
    width: 100%;
    display: flex;
    font-size: 18px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Are you ready end  */