/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.page-id-59 h1,
body.blog h1 {
    font-size: 80px !important;
    line-height: 110px !important;
} 
#top nav ul li#menu-item-68 a {
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 28px;
    font-weight: 400;
    background-color: transparent !important;
    border: 1px solid #272927;
    border-radius: 30px;
	position: relative;
	z-index:9999;
}
#banner .buttons a.primary-color:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #f5f1e3;
    right: 0;
    border-radius: 30px;
    top: unset;
    transition: 0.9s;
    opacity: 0;
    z-index: -1 !important;
    bottom: 0;
}

#banner .buttons a.primary-color:hover:after {
    height: 100% !important;
    transition: 0.9s;
    opacity: 1;
       
}

#top nav ul li#menu-item-68 a:before {
      position: absolute; 
    content: ''; 
     width: 100%; 
 height: 0; 
  background-color: #081125; 
     right: 0; 
     border-radius: 30px; 
     bottom: 0; 
     transition: 0.9s; 
     opacity: 0; 
     z-index:-1 !important;
}
#top nav ul li#menu-item-68 a:hover:before  {
    height: 100% !important;
    transition: 0.9s;
    opacity: 1;
       
}
#top nav ul li#menu-item-68 a:hover span {
color:#F5F1E2 !important;
}

#banner a.primary-color:hover {
    color: black !important;
}
h1 , h2 ,h3 {
    font-family: 'opti' !important;
}
#banner div#nectar-slider-instance-1 {
    border-radius: 12px;
    position: relative;
}


#banner .content {
    padding:  0;
}
#banner p {
    font-size: 15px;
    line-height: 22px;
    width: 49%;
    margin: 0 auto;
    display: table;
    font-family: 'Poppins';
    font-weight: 400;
}
#banner .container:before {
      content: '';
      100%;
      position: absolute;
      background: linear-gradient(
1deg, #0B1327 0%, rgba(16, 23, 40, 0) 100%);
      top: 0;
      width: 100%;
      height: 100%;
}

#banner .container {
    position: relative;
}


/* #sec1 p {
    width: 55%;
} */


.img1 , .img2 {
    width: 100% !important;
}
a#btn1 {
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 28px;
    font-weight: 400;
    background-color: transparent !important;
    color: #272926;
    border: 1px solid #272927;
    position: relative;
    transition: 0.6s;
    overflow: hidden;
}

a#btn1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #081125;
    right: 0;
    border-radius: 30px;
    bottom: 0;
    transition: 0.9s;
	    opacity: 1 !important;
}
a#btn1:hover:before {

    height: 100% !important;
 transition: 0.9s;
     opacity: 1;
}

a#btn2:before {
      position: absolute;
    content: '';
    width: 100%;
    height: 0;
 background-color: #f5f1e3;
    right: 0;
    border-radius: 30px;
    bottom: 0;
    transition: 0.9s;
    opacity: 0;
}
a#btn2:hover:before {

    height: 100% !important;
 transition: 0.9s;
       opacity: 1;
}


#banner h1 , #sec2 h2 ,#sec4 h2 , #sec6 h2 {
    color: #F5F1E2 !important;
}
#sec2::after {
 content: '';
 position: absolute;
 width: 27%;
 height: 90%;
 top: 0;
 z-index: 39;
 right: 0px;
 background-image: linear-gradient(to left, #0b1327, #42455600, #7e7e8b00, #bdbcc300, #ffffff00);
}
#sec2::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 90%;
    top: 0;
    z-index: 39;
    background-image: linear-gradient(to right, #0b1327, #42455600, #7e7e8b00, #bdbcc300, #ffffff00);
    left: 0;
}
#sec2 a#btn2 {
    margin: 0 auto;
    display: table;
}
#sec2  .row-bg.viewport-desktop.using-bg-color {
        position: relative;
      z-index: 9999;
}
#sec2 .owl-dots {
    display: none;
}

#sec3 p {
    width: 66%;
    padding: 10px 0 37px 0;
}
#sec2 .img-with-aniamtion-wrap {position: relative;}

#sec2 .owl-stage-outer {
    overflow: visible;
}

#sec2 {
    overflow: hidden;
}
#sec2 .txt1 {
    position: absolute;
    top: 0;
    width: 85%;
    padding: 20px 20px;
    border: 1px solid #F5F1E2;
    margin: 30px 30px;
    right: 0;
    left: 0;
    border-radius: 10px;
}

#sec2 .img1 {
    position: relative;
}
#sec2 .txt1 h6 {
    margin-bottom: 300px;
}

#sec4 .img2 {
    margin-top: 100px;
}
a#btn2 {
  font-size: 14px;
  font-family: 'Poppins';
  padding: 15px 28px;
  font-weight: 400;
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid #ffffff;
position: relative;
    transition: 0.6s;
    overflow: hidden;
	    opacity: 1 !important;
}
a#btn1:hover {
    color: #f5f1e3;
}
a#btn2:hover {
    color: #0B1327;
}
#sec4 a#btn2 {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}
#sec4 h2 {
    padding: 20px 0 !important;
}
#sec6 h2 {
    padding: 20px 0 !important;
}
#sec5 p {
    width: 66%;
}
#sec5 a#btn1 {
    margin: 23px 0;
}
#sec5 h2 {
    line-height: 54px;
}
#sec6 .txt1 p {
    width: 82%;
    padding-bottom: 22px;
}
#sec6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 12px;
    color: white;
}

#sec6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: white;
}
#sec6 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
    color: white;
    height: 200px;
}
#sec6 textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: white;
} 
#sec6 input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    background-color: transparent;
    border-radius: 12px;
    color: white;
}

#sec6 input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number::placeholder {
    color: white;
}

#sec6 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 12px;
    padding: 17px 12px;
}


#sec6 select.wpcf7-form-control.wpcf7-select {
    color: white;
    background-color: #0b1327 !important;
    border-radius: 12px !important;
}

#sec6 span.wpcf7-list-item-label {
    color: white;
}


#sec6 .selected-dial-code {
    color: white;
    border-right: 1px solid;
}

#sec6 .wpcf7 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #F5F1E2;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-bottom: -3px;
}
#sec6 .wpcf7 input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff; 
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
#sec6 .iti-arrow {
    display: none;
}
#sec6 .iti-flag.ad {
    border-radius: 30px;
    width: 20px;
    height: 20px;
}
#sec6 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 25px 30px !important;
    background-image: url(https://animosquetherapy.com/wp-content/uploads/2026/02/Vector.webp);
    font-size: 0;
    background-color: #F5F1E2;
    border-radius: 8px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: inline-end;
}
#footer-1 .img1 {
    width: 66% !important;
}
#footer-1 ul {margin: 0 0;}

#footer-1 ul li {
    list-style: none;
    padding-top: 20px;
    color: black !important;
    font-weight: 600 !important;
}

#footer-1  ul#menu-social-links li {
    display: inline;
    font-size: 30px;
}

#footer-1 ul#menu-social-links li i {
    padding-top: 20px;
}

#footer-1 p {
    color: #121212 !important;
    width: 84%;
}

#banner .buttons a.primary-color {
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 28px;
    font-weight: 400;
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
}

#footer-1 div#r2 {
    background-color: #0b1327;
    border-radius: 10px;
    padding:  20px 0;
    text-align: center;
}

#footer-1 div#r2 p {
    color: #F5F1E2 !important;
    width: 100%;
}

#footer-1  ul#menu-contact li {
    position: relative;
}

#footer-1 ul#menu-contact li#menu-item-243:before {
    background-image: url(https://animosquetherapy.com/wp-content/uploads/2026/02/phone-fill.webp);
    position: absolute;
    left: -27px;
    top: 18px;
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    background-size: 100% 100%;
    content: '';
}

#footer-1 ul#menu-contact li#menu-item-241:before {
    background-image: url(https://animosquetherapy.com/wp-content/uploads/2026/02/map-pin-fill.webp);
    position: absolute;
    left: -27px;
    top: 18px;
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    background-size: 100% 100%;
    content: '';
}

/* inner pages */

#ab-ban .container:before {
      content: '';
      100%;
      position: absolute;
      background: linear-gradient(
1deg, #0B1327 0%, rgba(16, 23, 40, 0) 100%);
      top: 0;
      width: 100%;
      height: 100%;
}
#serv-b .container:before {
      content: '';
      100%;
      position: absolute;
      background: linear-gradient(
1deg, #0B1327 0%, rgba(16, 23, 40, 0) 100%);
      top: 0;
      width: 100%;
      height: 100%;
}
#ab-ban .container {
    position: relative;
}

#serv-b .container {
    position: relative;
}


#ab-ban .buttons a.primary-color:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #f5f1e3;
    right: 0;
    border-radius: 30px;
    top: unset;
    transition: 0.9s;
    opacity: 0;
    z-index: -1 !important;
    bottom: 0;
}

#ab-ban .buttons a.primary-color:hover:after {
    height: 100% !important;
    transition: 0.9s;
    opacity: 1;
       
}

#ab-ban .buttons a.primary-color {
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 28px;
    font-weight: 400;
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
}
#ab-ban a.primary-color:hover {
    color: black !important;
}
#ab-sec1 p {
    width: 62%;
}
#ab-sec1 a#btn1 {
    margin: 20px 0;
}
div#ab-sec2 .txt1 {
    padding:  20px 30px;
}

div#ab-sec2 .txt1 h2:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}


#ser-sec1 h6 {
    width: 58%;
    text-transform: none;
    margin: 0 auto;
    padding-bottom: 30px;
}

#ser-sec3 .nectar-fancy-ul ul li {
    padding-bottom: 12px;
    font-weight: 500;
    padding-left: 30px;
}
#ser-sec3 .nectar-fancy-ul ul li::before {
    content: '';
	background: url(https://animosquetherapy.com/wp-content/uploads/2026/02/Vector-1.webp);
	background-repeat:no-repeat;
	background-size:100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
#ser-sec3 .nectar-fancy-ul ul li i {
    display: none;
}
#ser-sec2 .txt1 {
    padding: 20px 30px;
}

#ser-sec2 .txt1 h2:nth-child(1) {
    display: flex;
    justify-content: flex-end;
}
#ser-sec3 .txt1 {
    padding-bottom: 30px;
}

#ser-sec5 .txt1 {
    padding-bottom: 30px;
}

#ab-ban div#nectar-slider-instance-1 {
    border-radius: 12px;
    position: relative;
}
#serv-b div#nectar-slider-instance-1 {
    border-radius: 12px;
    position: relative;
}

#ab-ban p {
    font-size: 15px;
    line-height: 22px;
    width: 49%;
    margin: 0 auto;
    display: table;
    font-family: 'Poppins';
    font-weight: 400;
}
#serv-b p {
    font-size: 15px;
    line-height: 22px;
  
    margin: 0 auto;
    display: table;
    font-family: 'Poppins';
    font-weight: 400;
}

#serv-b .buttons a.primary-color:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #f5f1e3;
    right: 0;
    border-radius: 30px;
    top: unset;
    transition: 0.9s;
    opacity: 0;
    z-index: -1 !important;
    bottom: 0;
}

#serv-b .buttons a.primary-color:hover:after {
    height: 100% !important;
    transition: 0.9s;
    opacity: 1;
       
}

#serv-b .buttons a.primary-color {
    font-size: 14px;
    font-family: 'Poppins';
    padding: 15px 28px;
    font-weight: 400;
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
}
#serv-b a.primary-color:hover {
    color: black !important;
}
/*------ faq section -------*/
#sec-faq11 .toggles.accordion {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 20px 10px 40px 10px;
}
#sec-faq11 .toggles.accordion .toggle {
border: 1px solid #fff;
border-radius: 14px !important;
margin: 22px 30px;
}
#sec-faq11 .toggles.accordion .toggle h3.toggle-title a {
    font-size: 21px;
}
#sec-faq11 .txt1 p {
    width: 75%;
    margin: 23px auto 32px auto;
}
/*------ faq section end -------*/



/* ==========// Desktop //=========== */
@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	#sec2 .txt1 h6 {
    margin-bottom: 250px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1300px) {}
@media (max-width: 1280px) {
	#sec5 p {
    width: 100%;
}
	#sec5 a#btn1 {
    margin: 5px 0;
}
	#sec5 .img2 {
    width: 91% !important;
}
	#sec2 .txt1 h6 {
    margin-bottom: 190px;
}


}
@media (max-width: 1226px) {}
@media (max-width: 1024px) {
	#sec5 .img2 {
    width: 100% !important;
    height: 230px;
}
	#sec4 p br {
    display: none;
}
	#sec2 .txt1 h6 {
    margin-bottom: 90px;
}

	#sec2 .txt1 h4 {
    font-size: 13px;
}
	#sec3 p {
    width: 96%;
    padding: 10px 0 17px 0;
}
	#banner h1 {
    font-size: 140px;
    line-height: 220px;
}
		#serv-b h1 {
    font-size: 140px;
    line-height: 220px;
}	
	#ab-ban h1 {
    font-size: 140px;
    line-height: 220px;
}
	h2 {
    font-size: 43px !important;
    line-height: 50px !important;
}
	#sec1 p {
    width: 100%;
}
	    #sec2 .txt1 {
        top: -10px;
        margin: 32px auto;
        padding: 20px 10px;
        font-size: 13px;
    }
	#sec6 span.wpcf7-list-item-label {
    font-size: 12px;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
	
	
	    #sec5 .img2 {
        width: 100% !important;
        height: auto;
    }
	#sec4 .row_col_wrap_12.col.span_12.custom.left {
    justify-content: center;
}
		#banner .container:before , #serv-b .container:before , #ab-ban .container:before{
    width: 147%;
        right: -55px;
}
	 h1 {
        font-size: 70px !important;
        line-height: 90px !important;
    }
	#banner p ,#serv-b p , #ab-ban p{
    width: 100%;
}
.content {
    padding: 0 !important;
}
#ser-sec1 h6 {
    width: 100%;

}
	#serv-b p br {
    display: none;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#banner p {
display:none;

}
		#ab-ban p {
display:none;

}
		#serv-b p {
display:none;

}
	h2 {
    font-size: 38px !important;
    line-height: 45px !important;
}
	    #sec5 .img2 {
        width: 100% !important;
        height: auto;
    }
	    #banner h1 {
        font-size: 50px;
        line-height: 70px;
    }
	#banner .container:before , #serv-b .container:before , #ab-ban .container:before{
    width: 147%;
    right: -25px;
}

	    #sec2 .txt1 h6 {
        margin-bottom: 242px;
    }
	#sec6 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    float: unset;
}    
	h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
	#ab-sec1 p {
    width: 90%;
}
    h2 {
        font-size: 31px !important;
        line-height: 40px !important;
    }
#ser-sec2 .txt1 p br {
    display: none;
}
	#ser-sec4 .txt1 p br {
    display: none;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}