/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/* sunny css
 * 
 *
*/

*{
	margin: 0;
	padding: 0;
}
@import url('../css2');
html {
  scroll-behavior: smooth;
}
body{
	font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
.header {
    background-color: #fff;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
    padding: 15px;
}
.header h1 {
    font-size: 26px;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
}
.header h1 span{
    color: #d51515;
}
.one {
    padding-top: 30px;
}
.one .top-right {
    padding-top: 80px;
}
.one .top-right h1 {
    font-size: 42px;
    color: #000;
    line-height: 62px;
}
.one .top-right p {
    color: #444;
    font-size: 18px;
    font-weight: 400;
}
.one .top-right p b{
    color: #d51515;
}
.disc {
    margin-top: 30px;
}
.bg_title {
    background-color: #ffe1d4;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #d51515;
    margin-bottom: 20px;
}
.disc p {
    font-size: 17px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #111;
}
.btn-primary {
    background-color: #f9d830;
    border-color: #f9d830;
    color: #111;
    border-radius: 10px;
}
.btn:hover {
    background-color: #f9d830;
    border-color: #f9d830;
    color: #111;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #f9d830;
    border-color: #f9d830;
    color: #111;
}
.two {
    padding-top: 25px;
    padding-bottom: 25px;
}
.two h1 {
    text-align: center;
    margin-bottom: 25px;
}
.two h1 span{
    color: #d51515;
}
.two p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}
.bg_title_2 {
    background-color: #ffff71;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
    color: #d51515;
    margin-bottom: 25px;
}
.two img {
    max-width: 65%;
    margin: 0 auto;
    display: block;
}
.three {
    background-color: #d51515;
    padding: 40px;
}
.three img {
    max-width: 55%;
    display: block;
    margin: 0 auto;
}
.three h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.three p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.four{
	background-color: #efefef;
	padding: 30px;
}
.four h1 {
    text-align: center;
    font-size: 44px;
    color: #111;
    margin-bottom: 20px;
}
.four h1 span{
    color: #d51515;
}
.four p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: #111;
    margin-bottom: 15px;
}
.four .benifits {
    background-color: #fff;
    padding: 30px;
    border-radius: 7px;
    border: 3px dashed #e5e4e4;
    max-width: 90%;
    margin: 0 auto;
}
.four .benifits img.bottel {
    max-width: 37%;
    margin: 0 auto;
    display: table;
}
.four .benifits p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}
.four .benifits ul li {
    float: left;
    max-width: 25%;
    margin-right: 15px;
}
.link-btn {
    margin-top: 20px;
}
.five{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}
.five h1 {
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.five h1 span {
    color: #d51515;
}
.suggestion {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.suggestion img {
    max-width: 16% !important;
    border-radius: 100px !important;
    margin-right: 25px;
}
.suggestion p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.suggestion p span{
    color: #d51515;
}
.six {
    background-color: #fff;
    padding: 35px;
}
.six h1 {
    text-align: center;
    font-size: 44px;
    color: #111;
    margin-bottom: 20px;
}
.six h1 span {
    color: #d51515;
}
.six-sec p {
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.six-sec img {
    max-width: 45%;
    margin: 0 auto;
    display: block;
}
.footer {
    background-color: #111;
    padding: 20px;
    text-align: center;
}
.footer p.Copyright {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.footer p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 17px;
}
.contact{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}
.contact h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #111;
    font-weight: 600;
}
.contact p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 500;
}
.contact p span {
    color: #d51515;
    font-weight: 600;
}
.formstyle {
    background-color: #fff;
    padding: 25px;
    border-radius: 9px;
    max-width: 50%;
    margin: 0 auto;
}
.formstyle h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.formstyle .form-label {
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 600;
}
.formstyle input {
    height: 50px;
    border-color: #ddd;
    border-radius: 9px;
}
.formstyle input.form-control:focus {
    border-color: #d51515;
    outline: 0;
    box-shadow: none;
    border: 2px solid #d51515;
}
.numberstyle {
    position: relative;
}
.numberstyle span.india-text {
    top: 12px;
    position: absolute;
    font-size: 17px;
    font-weight: 400;
    left: 10px;
    border-right: 2px solid #878787;
    padding-right: 8px;
}
.numberstyle input.form-control {
    padding-left: 60px;
}
.btnSub {
    text-align: center;
}
.btnSub .btn-secondary {
    background-color: #d51515;
    border-color: #d51515;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    padding: 7px 20px;
    width: 50%;
}
.btnSub .btn-secondary:hover{
    background-color: #d51515;
    border-color: #d51515;
    color: #fff;
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}
.desktop_bottel{
    display: block;
}
.mobile_bottel{
    display: none;
}
.callsection{
    display: none;
}
.price {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}

.new_price,.old_price {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 30px
}

.old_price {
    color: #fff;
}

.old_price p {
    text-decoration: line-through;
    margin-bottom: 5px;
}

.new_price {
    color: #d51515;
}

.new_price p {
    font-size: 50px;
    color: #d51515;
    margin-bottom: 20px;
    line-height: 50px;
}
@media screen and (max-width:767px){
.price {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}

.new_price,.old_price {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 30px
}

.old_price {
    color: #fff;
}

.old_price p {
    text-decoration: line-through;
    margin-bottom: 5px;
}

.new_price {
    color: #d51515;
}

.new_price p {
    font-size: 50px !important;
    color: #d51515 !important;
    margin-bottom: 20px;
    line-height: 50px;
}    
.callsection {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 0;*/
    /*padding-left: 10px;*/
    /*background-color: #111;*/
    /*padding-right: 10px;*/
    position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      /*height: 30px;*/
      width: 100vw;
      background: yellow;
}  
.callsection{
    display: block;
}
.call_inner{
    position: relative;
}
.call_inner img.callicon {
    position: absolute;
    top: 14px;
    width: 30px;
    left: 24px;
}
.call_inner .telnum {
    position: absolute;
    top: 4px;
    font-size: 36px;
    font-weight: 900;
    color: #111;
    left: 38%;
    z-index: 9999;
}
.one img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.one .top-right {
    padding-top: 40px;
    text-align: center;
}
.one .top-right h1 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px;
}
.bg_title {
    font-size: 17px;
    padding: 12px 15px;
    margin-bottom: 20px;
    line-height: 26px;
    text-align: center;
}
.disc p {
    font-size: 17px;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 0;
}
.two h1 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 22px;
}
.two p {
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 20px;
}
.bg_title_2 {
    font-size: 22px;
    padding: 15px 15px;
}
.two img {
    max-width: 100%;
}
.three {
    padding: 0px;
    padding-bottom: 30px;
}
.three img {
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.three h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.three p {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
.three .btn-primary {
    margin: 0 auto;
    display: table;
}
.four h1 {
    font-size: 23px;
}
.four {
    padding-left: 0px;
    padding-right: 0px;
}
.four .benifits {
    max-width: 100%;
    padding: 10px;
}
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.desktop_bottel{
    display: none;
}
.mobile_bottel{
    display: block;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
.four .benifits p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}
.four .benifits img.bottel {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
.four .benifits ul li {
    float: none;
    max-width: 90%;
    margin-right: 0;
    margin-bottom: 15px;
}
.five {
    padding-left: 0;
    padding-right: 0;
}
.five h1 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 34px;
}
.suggestion img {
    max-width: 25% !important;
    border-radius: 100px !important;
    margin-right: 10px;
}
.suggestion p {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.suggestion {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.six {
    padding-left: 0;
    padding-right: 0;
}
.six h1 {
    text-align: center;
    font-size: 30px;
    color: #111;
    margin-bottom: 15px;
    line-height: 46px;
}
.six-sec p {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    line-height: 28px;
}
.six-sec img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}   
.contact {
    padding-left: 0;
    padding-right: 0;
}
.contact h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 600;
    line-height: 42px;
}
.contact p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 500;
}
.formstyle {
    background-color: #fff;
    padding: 10px;
    border-radius: 9px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}
.footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 75px;
}
.footer p.Copyright {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.footer p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
    .footer {
       
        margin-bottom:0px !important;
    }
}

/* thank you page  */

.carousel-indicators [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 100px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
  border: 1px solid #f7f7f7;
}
.secret_img img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.backBtn .btn-secondary {
  background-color: #d51515;
  border-color: #d51515;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 7px;
  padding: 7px 20px;
  width: 50%;
}
.backBtn .btn-secondary:hover{
  background-color: #d51515;
  border-color: #d51515;
  color: #fff;
}
.backBtn {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.backBtn .btn-secondary i {
    margin-right: 10px;
}
@media screen and (max-width:767px){
.theader {
    padding-left: 0;
    padding-right: 0;
}
.secret_img img {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.backBtn .btn-secondary {
    width: auto;
}
.backBtn .btn-secondary i {
    margin-right: 10px;
}
}