/* MEDIA QUERY RESPONSIVE STRAT */

@media only screen and (max-width: 1750px) {}

@media only screen and (max-width: 1580px) {}

@media only screen and (max-width: 1440px) {

  .nav_and_mail .nav_sec ul li a,
  .ft_top ul li a {
    font-size: 16px;
    line-height: 27px;
  }

  .header_btn a,
  .ft_bottom_content ul li a {
    font-size: 30px;
  }

  .header_btn {
    gap: 20px;
  }

  /* .banner_text h1 {
    font-size: 65px;
    margin-bottom: 20px;
  } */

  .about_sec,
  .work_sec,
  .feature_sec {
    padding: 100px 0;
  }

  /* .work_sec_box h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  } */

  .default_content h2,
  .default_content h3,
  .default_content h4,
  .default_content h5,
  .default_content h6 {
    margin-bottom: 20px;
  }

  .feature_sec>img {
    left: -20px;
    top: 20px;
    width: 115px;
  }

  .perspective_sec_box h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300.98px) {
  .ft_top ul {
    gap: 30px;
  }

  .ft_bottom_content ul {
    gap: 25px;
  }

  .cmn_heading h2,
  .free_gift h2 {
    font-size: 50px;
  }

  .gift_content {
    padding-left: 10px;
  }

  .about_sec,
  .work_sec {
    padding: 100px 0;
  }

  .feature_sec {
    padding: 80px 0;
  }

  .perspective_sec {
    padding: 90px 0;
  }

  .perspective_sec_box {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hm-subscribe form .wpcf7-response-output {
    position: absolute;
    left: 0;
    width: 100%;
    top: 109px;
  }

  .con-pg-form form {
    grid-template-columns: initial !important;
  }

  .default_content blockquote {
    padding: 20px 25px 15px;
    font-size: 20px;
    margin-bottom: 25px;
  }


  .free_gift {
    padding: 35px 25px 50px;
  }

  .side_bar_list ul li {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .content_sec {
    padding: 70px 0;
  }

  .story_sec {
    padding: 70px 0 90px;
  }

  .perspective_sec .row {
    margin-bottom: 65px;
  }

  .story_sec_wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }

  .perspective_sec_box h4 {
    font-size: 25px;
  }

  .perspective_sec .cmn_heading h2 {
    margin-bottom: 40px;
  }

  .gift_sec .row {
    margin: 0;
  }

  .cmn_heading p,
  .work_sec_box p {
    font-size: 17px;
  }

  .about_sec_text .cmn_btn {
    padding-top: 10px;
  }

  .work_sec_img {
    margin-bottom: 25px;
  }

  .work_sec_box h2 {
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .about_sec,
  .work_sec {
    padding: 65px 0;
  }

  .gift_content form input[type="submit"] {
    padding: 11px 50px 9px;
    font-size: 17px;
	  margin-top: 0;
  }

  .gift_content form input,
  .default_content .input_wrapper textarea {
    min-height: 40px;
    min-width: 47%;
    padding: 12px 25px;
  }

  .gift_content form {
    gap: 15px;
    flex-wrap: wrap;
  }

  .cmn_heading h2,
  .free_gift h2 {
    font-size: 45px;
  }

  .default_content h2 {
    font-size: 34px;
  }

  .default_content h3 {
    font-size: 32px;
  }

  .default_content h4 {
    font-size: 30px;
  }

  .default_content h5 {
    font-size: 25px;
  }

  .default_content h6 {
    font-size: 23px;
  }

  .cmn_btn a {
    padding: 10px 15px 8px;
    min-width: 200px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner_text h1 {
    font-size: 55px;
  }

  .work_sec_box p,
  .feature_sec_text p {
    margin-bottom: 25px;
    font-size: 16px;
  }

  /* .banner_text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
  } */

  .header_btn {
    margin-right: 60px;
  }

  .logo {
    width: 85px;
  }

  .logo img {
    max-width: 85px;
  }

  .sticky .logo img {
    max-width: 70px;
  }

  .banner {
    background-position: top 130px left 0 !important;
  }

  .gift_img em {
    bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  /* ------------------ HEADER RESPONSIVE START ------------------ */
  span.toggle-menu {
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
  }

  .toggle-menu i {
    color: #313131;
    font-size: 20px;
    margin: 0px;
    border: 2px solid var(--green);
    padding: 7px 9px;
    border-radius: 5px;
    color: var(--green);
  }

  .nav_and_mail .nav_sec {
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #346f70 !important;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }

  .nav_and_mail .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .nav_and_mail .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(images/cross.png) no-repeat center;
  }

  .nav_and_mail .nav_sec ul {
    text-align: left;
    flex-direction: column;
    background: #346f70 !important;
    height: auto;
    gap: 0;
  }

  .nav_and_mail .nav_sec ul li ul li a:hover {
    color: var(--heading-text) !important;
    background: var(--white) !important;
  }

  .nav_and_mail .nav_sec ul li ul li a {
    border-radius: 0;
  }

  .nav_and_mail .nav_sec ul>li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }

  .nav_and_mail .nav_sec ul>li+li {
    margin-left: 0;
  }

  .nav_and_mail .nav_sec ul>li a {
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 0;
  }

  .nav_and_mail .nav_sec ul li a:before {
    display: none;
  }

  .nav_and_mail .nav_sec ul>li:hover>a,
  .nav_and_mail .nav_sec ul>li.active>a {
    background: #c0c0c0;
    color: var(--black) !important;
  }

  .nav_and_mail .nav_sec ul li {
    padding: 0px;
  }

  .nav_and_mail .nav_sec>ul>li>a:after,
  .nav_and_mail .nav_sec>ul>li>a:after {
    display: none;
  }

  .nav_and_mail .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }

  .nav_and_mail .nav_sec i {
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }

  .nav_and_mail .nav_sec ul>li:hover ul {
    display: none;
  }

  .nav_and_mail .nav_sec ul>li ul {
    width: 100%;
    background: var(--green) !important;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
    transition: 0s;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .nav_and_mail .nav_sec ul li ul li a {
    padding: 6px 35px;
    color: var(--black);
  }

  .nav_and_mail .nav_sec ul ul>li:hover>a,
  .nav_and_mail .nav_sec ul ul>li.active>a {
    background: black;
    color: #fff !important;
  }

  .nav_and_mail .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    transform: translate(0, 0);
    cursor: pointer;
    background: url(images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav_and_mail .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* ------------------ HEADER RESPONSIVE END ------------------ */

  .gift_content input[type="submit"] {
    max-width: 186px !important;
  }

  .gift_content form {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .side_bar .gift_content form {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1080px) {
  .perspective_sec {
    padding: 65px 0;
  }

  .header-wrapper {
    padding: 15px 0;
  }

  /* .logo {
    width: 85px !important;
  } */

  .banner {
    background-position: top 115px left 0 !important;
  }

  .cmn_heading p,
  .work_sec_box p {
    font-size: 16px;
  }

  .cmn_heading h2,
  .free_gift h2 {
    font-size: 38px;
    margin-bottom: 13px;
  }

  .default_content h4 {
    font-size: 27px;
  }

  .default_content h5 {
    font-size: 23px;
  }

  .default_content h6 {
    font-size: 20px;
  }

  .flt_img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 991.98px) {
  .gift_content form input[type="submit"] {
    grid-column: 1 / -1 !important;
  }

  .gift_content input[type="submit"] {
    max-width: 186px !important;
    margin: auto;
  }

  .book_img {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .blg_details_list {
    width: 100%;
  }

  .default_content .work_sec_box h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .free_gift {
    background-size: cover !important;
    background-position: center !important;
    max-width: 350px;
    height: 100%;
    margin-bottom: 0;
  }

  .side_bar_list {
    height: 100%;
    flex-grow: 1;
  }

  .side_bar_list ul li {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }

  .side_bar {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
  }

  .side_bar_list_text h5,
  .side_bar_list_text h5 a {
    font-size: 22px;
  }

  .side_bar_list ul li {
    padding-bottom: 20px;
  }

  .side_bar_list ul li+li {
    padding-top: 20px;
  }

  .side_bar_list_text a {
    font-size: 17px;
  }

  .ft_top ul li {
    width: 23%;
  }

  .ft_bottom_content p {
    font-size: 16px;
  }

  .ft_top .ft_logo a {
    max-width: 125px;
  }

  .ft_top ul li a {
    width: auto;
    display: inline-block;
  }

  .ft_top ul li {
    width: 18%;
    text-align: center;
  }

  .ft_top ul {
    gap: 20px;
  }

  .feature_sec {
    padding: 70px 0 50px;
  }

  .work_sec .row {
    justify-content: center;
  }

  .work_sec .row>* {
    margin-bottom: 40px;
  }

  .work_sec .row>*:last-child {
    margin-bottom: 0;
  }

  .work_sec_img {
    max-width: 400px;
    margin: 0 auto 25px;
  }

  .about_sec_img {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .about_sec_text p {
    max-width: 700px;
    margin: 0 auto 15px;
  }

  .about_sec_text {
    padding-left: 0px;
    text-align: center;
  }

  .gift_content form input,
  .default_content .input_wrapper textarea {
    padding: 6px 25px;
  }

  .default_content .input_wrapper textarea {
    padding: 15px 25px;
  }

  .gift_img em {
    bottom: 6px;
    font-size: 33px;
    line-height: 33px;
  }

  .gift_content form input[type="submit"] {
    padding: 9px 50px 7px;
    font-size: 16px;
  }

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

  .banner_text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .banner {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 840px) {
  .work_sec_box h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .perspective_sec_box h4 {
    font-size: 20px;
  }

  .perspective_sec_box h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .gift_sec .row>* {
    width: 100%;
  }

  .gift_img {
    max-width: 260px;
    margin: 15px auto 30px;
  }

  .gift_content .cmn_heading {
    text-align: center;
  }

  .gift_content form {
    justify-content: center;
  }

  .gift_sec {
    padding: 50px 0;
  }

  .gift_content {
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .hm-subscribe form .wpcf7-response-output {
    position: initial;
    left: 0;
    width: 100%;
    top: 109px;
    margin: 0 !important;
  }

  .error-pg-banner {
    padding: 140px 0 40px;
  }

  .privacy-sec {
    padding-bottom: 0;
  }

  .privacy-content ul,
  .privacy-content ol {
    padding-left: 30px !important;
  }

  .privacy-content p {
    font-size: 16px;
  }

  .privacy-content ul li,
  .privacy-content ol li {
    font-size: 16px;
  }

  .privacy-content {
    padding-top: 40px;
  }

  .default_content p img {
    width: initial;
  }

  .gift_content form {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }

  .gift_content input[type="submit"] {
    max-width: 100% !important;
  }

  .feature_img_bx {
    height: 300px;
  }

  .side_bar {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .free_gift {
    max-width: unset;
    margin-bottom: 25px;
  }

  .side_bar_list {
    width: 100%;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 30px auto;
  }

  .banner_text {
    text-align: center;
  }

  .ft_top ul li {
    width: 22%;
  }

  .perspective_sec_box {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    border: none;
  }

  .perspective_sec .row {
    margin-bottom: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .perspective_img {
    max-width: 450px;
    margin: 0 auto 30px;
  }

  .flt_img {
    display: none;
  }

  .feature_sec_text {
    text-align: center;
    margin: 0 auto 30px;
  }

  .banner {
    padding-top: 180px;
  }

  .header-wrapper {
    padding: 10px 0;
  }

  .banner_img {
    max-width: 435px;
    margin: 30px auto 0;
  }

  .logo {
    width: 80px !important;
  }

  .logo img {
    max-width: 80px;
  }

  .sticky .logo img {
    max-width: 65px;
  }

  .header_btn a,
  .ft_bottom_content ul li a {
    font-size: 25px;
  }

  .header_btn {
    gap: 15px;
    margin-right: 55px;
  }

  .banner.inner_banner {
    background-position: top 0px left 0 !important;
  }
}

@media only screen and (max-width: 680.98px) {

  .cmn_heading h2,
  .free_gift h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .default_content h2 {
    font-size: 30px;
  }

  .default_content h3 {
    font-size: 25px;
  }

  .default_content h4 {
    font-size: 22px;
  }

  .default_content h5 {
    font-size: 20px;
  }

  .default_content h6 {
    font-size: 18px;
  }

  .story_sec {
    padding: 55px 0 65px;
  }

  .story_sec_wrapper a {
    width: 45%;
    max-width: unset;
  }

  .ft_top ul li {
    width: 25%;
  }

  .ft_bottom_content {
    gap: 15px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 575.98px) {
  .ft_top ul li {
    width: 30%;
  }

  .side_bar_list {
    padding: 25px 20px;
  }

  .free_gift p {
    font-size: 17px;
  }

  .default_content blockquote {
    padding: 20px 25px 15px;
    font-size: 18px;
  }

  .default_content blockquote b {
    font-size: 16px;
  }

  .default_content {
    padding: 50px 25px 25px;
  }

  .banner_text h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .cmn_btn a {
    padding: 7px 50px 5px;
    min-width: 170px;
    font-size: 15px;
  }

  .gift_content form input {
    width: 100%;
  }

  .side_bar_list,
  .free_gift,
  .default_content {
    border-radius: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .about_sec {
    padding: 50px 0;
  }

  .cmn_heading h2,
  .free_gift h2 {
    font-size: 29px;
  }

  .ft_top ul li {
    width: 40%;
  }
}

@media only screen and (max-width: 450px) {
  .side_bar_list ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 420px) {
  .story_sec_wrapper a {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .ft_top ul li {
    width: 47%;
  }
}

/* MEDIA QUERY RESPONSIVE END */