body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/24px 'Poppins'; color:#222222; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';
font-family: 'PlayfairDisplay-Bold';*/


.btn_link { padding: 12px 25px; border-radius: 50px; text-transform: uppercase; font-weight: bold; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #ff0547; margin-top: 10px; letter-spacing: 1px; }
.btn_link:hover{ background: #8853fe; color:#fff !important; }
.btn_link img{ max-height: 100%; margin: 0 10px 0 0; }

.btn_link2{ background: #8853fe !important;}
.btn_link2:hover{ background: #ff0547 !important;}

/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
 .header_sec { width: 100%; /*-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;*/ position: fixed;  z-index: 999; left: 0px; top: 0;  }

.header_top{position: relative; width: 100%; background: #8853fe; padding: 10px 0; border-radius: 0 0 30px 30px; }
.top_contact{ width: 100%; position: relative;}
.top_list1{ display: flex; align-items: center; justify-content: center; }
.top_list1 li{ margin: 0 0 0 25px; color:#fff; font-family: 'Poppins'; font-size: 14px; line-height: 20px; font-weight: normal; position: relative; }
.top_list1 li strong{ font-weight: bold; font-weight: 16px; }
.top_list1 li a{ background:#fff; color:#000; border-radius: 30px; display: block; padding: 8px 30px; }
.top_list1 li a:hover{ color:#fff; background: #ff094d; }
.top_list1 li:first-child{ margin-left: 0px; }

.top_list2{ position: absolute; right: 0; top: 5px; }
.top_list2 li{ float: left; margin: 0 0 0 20px; font-size: 24px; }
.top_list2 li:first-child{ margin-left: 0; }
.top_list2 li a{ color:#ff0547; }
.top_list2 li a:hover{ color:#fff; }



.headerMain {
  width: 100%;
  background: #fff;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 99;
}
.headerMain .row{ align-items: flex-end; justify-content: space-between; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; border-top: 1px solid #e5e5e5; }
.navbar-brand{margin: 10px 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: block; }
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: flex-end; }
.menu_sec li{ margin: 0 0 0 60px; font-size: 16px; line-height: 20px; color:#000; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 26px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#fe084a; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #fe084a; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #8853fe; top: 100%; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #8853fe !important;}

.top-logo{width: auto;}
.header-mid { width: 68%;}

.header_sec.fixed .headerMain{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.top_btn{ width: 100%; display: flex; padding: 14px 0px; }
.top_btn ul{ width: 100%; display: flex; align-items: center; justify-content: flex-end; }
.top_btn li{ float: left; margin: 0 0 0 20px; }
.top_btn li:first-child{ margin-left: 0; }
.top_btn li img{ max-height: 100%; }
.top_btn li .btn_link{ margin: 0;}
.top_btn li .btn_link img{ margin: 0 5px 0 0; }
.top_btn li .btn_link.referl_btn img{ margin: 0 8px 0 0; }
.top_btn li .btn_link.call_btn{ background: #8853fe;}
.top_btn li .btn_link.call_btn:hover{ background: #5c26d5;}
.top_btn li .btn_link.referl_btn:hover{ background: #c71343;}
.header_sec.fixed .top_btn{ display: none;}
.header_sec.fixed .nav_top{ border: none;}
.header_sec.fixed .headerMain .row { align-items: center;}
.header_sec.fixed .navbar-brand img { max-width: 75px;}
.header_sec.fixed .headerMain { padding: 0;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }

.bannersec { width: 100%; position: relative; margin-top: 212px;}
.blog .blog_page_header.m_top2, .archive .blog_page_header.m_top2, .singular .blog_page_header.m_top2{margin-top: 195px !important;}
.m_top2 { margin-top: 195px;}
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
/* .banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #335C95;
  background: linear-gradient(-90deg, rgba(51, 92, 149, 0) 30%, rgb(255, 255, 255) 100%); } */
.banner_box img{ width: 100%; height: 640px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 700px; display: inline-block; }
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 27px; line-height: 31px; color: #ff0c4c; padding-bottom: 25px; position: relative; text-transform: capitalize; font-family: 'Poppins'; position: relative; font-weight: normal; }  
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 50px; line-height: 55px; color: #8650fe; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'Poppins'; position: relative; font-weight: bold; }  
.banTxt .ban_heading strong, .banTxt h1 strong{font-weight: bold; color:#ff0c4c; position: relative; padding: 0 195px 0 0; }   
.ban_content{ color:#000; padding-bottom: 10px; line-height: 24px; font-size: 14px; }
.banTxt .btn_link{margin: 20px 0 0; }
.banTxt .ban_heading strong:before{ background: url(../images/ban_line.png) no-repeat 0 0; position: absolute; right: 0; top: 50%; background-size: 100%; content: ""; width: 180px; height: 12px; transform: translate(0, -50%); }

.specialty_box{ background: #fff; padding: 10px; border-radius: 50px; align-items: center; box-shadow: 0 22px 35px 3px #f0f0f0; }
.specialty_box .flex-shrink-0{ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.speciality_innr .col-md-3:nth-child(odd) .specialty_box .flex-shrink-0 { background: #8853fe;}
.speciality_innr .col-md-3:nth-child(even) .specialty_box .flex-shrink-0 { background: #ff0547;}
.speciality_innr { width: 100%; margin-top: -30px; position: relative; z-index: 1;}
.specialty_box .flex-grow-1{ font-size: 14px; line-height: 20px; margin-left: 10px !important; }


/* .ban_btn{ display: flex; justify-content: center; width: 100%; }
.ban_btn .btn_link{ margin: 20px 20px 0; } */


.wrapper{ padding: 90px 0; }
.top_subheading{ width: 100%; font-size: 22px; line-height: 24px; font-family: 'Poppins'; color: #fe084a; font-weight: normal; text-transform: capitalize; padding-bottom: 12px; }
.top_heading{ width: 100%; font-size: 38px; line-height: 45px; font-family: 'Poppins'; color: #8853fe; font-weight: bold; text-transform: capitalize; padding-bottom: 26px; background: url(../images/heading_line.png) no-repeat left bottom; margin-bottom: 25px; }
.top_paragraph{ font-size: 16px; line-height: 27px; font-family: 'Poppins'; color: #222222; font-weight: normal; padding-bottom: 20px; }

.about_sec{ width: 100%; position: relative; }
.about_sec .container{ position: relative; z-index: 5; }
.about_sec:after{ background: url(../images/about_bg.png) no-repeat 0 0; width: 500px; height: 690px; background-size: 100%; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%); }
/* .about_row{ flex-direction: row-reverse;} */
.about_left{ width: 100%; padding: 0 20px 0 0; } 
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; padding-right: 30px; }
.about_imgbox img{ max-width: 100%; margin-top: 20px; width: 100%; }
.reverse{ flex-direction: row-reverse !important;}
.mission_box{ width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 15px; padding: 15px; border-radius: 7px; border: 1px solid #8853fe; }
.mission_heading{ width: 100%; display: inline-block; font-size: 16px; line-height: 24px; color:#000; text-transform: capitalize; font-weight: bold; text-align: center;}
.wrapper.about_sec { padding-bottom: 190px;}


.mid_sec{ width: 100%; }
.mid_innr{ width: 100%; background: #fe084a; padding: 35px; margin-top: -105px; border-radius: 20px; position: relative; z-index: 1; }
.mid_innr ul{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
.mid_innr ul li{max-width: 100%; width: 20%; flex: 0 0 auto; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); text-align: center; position: relative; transition: all 0.3s }
.mid_innr ul li strong{ color:#fff; width: 100%; display: inline-block; padding: 10px 0 0; text-align: center; }
.mid_innr ul li:after{ width: 1px; height: 100%; background: url(../images/border.png) repeat-y 0 0; position: absolute; right: 0; top: 0; content: ""; }
.mid_innr ul li:last-child:after{ display: none; }
.mid_innr ul li img{ max-width: 100%; transition: all 0.3s; }

.mid_innr ul li:hover { transform: translate(0, -10px);}
.mid_innr ul li:hover img {transform: rotateY(360deg);}


.service_sec{ width: 100%; text-align: center; background: url(../images/service_bg.png) no-repeat left top #ffe5ec; margin-top: -82px; position: relative; }
.wrapper.service_sec { padding-top: 150px;}
.top_sec .top_heading{ background-position: center bottom;}
.service_sec:before{ background: url(../images/img_bg1.png) no-repeat 0 0, url(../images/img_bg2.png) no-repeat 0 0; background-size: 43px 39px, 31px 30px; position: absolute; left: 0; top: 40px; width: 100%; height: 100%; content: ""; background-position: 144px 73px,362px 140px; }
.service_sec:after{ background: url(../images/img_bg3.png) no-repeat 0 0, url(../images/img_bg4.png) no-repeat 0 0; background-size: 39px 56px, 37px 34px; position: absolute; right: 0; top: 40px; width: 100%; height: 100%; content: ""; background-position: right 375px top 114px,right 203px top 69px; }
.service_sec .container{ position: relative; z-index: 2; }


.service_box{ width: 100%; border-radius: 15px; }
.service_img{ width: 100%; border-radius: 15px; overflow: hidden; position: relative; }
.service_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 15px 15px 0 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.service_txt { width: 100%; padding: 65px 10px 10px; border-radius: 0 0 12px 12px; position: absolute; left: 0; bottom: 0; background: url(../images/service_curve.png) no-repeat 0 0; background-size: 100% 100%; min-height: 135px; display: flex;  align-items: center; }
.service_title{ width: 100%; font-size: 17px; line-height: 24px; font-family: 'Poppins'; text-transform: capitalize; padding: 0 0 15px; color:#fff; font-weight: bold; }

.service_sec .owl-carousel{ padding-top: 30px; }
.service_box:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_sec .owl-prev{ position: absolute; left: -22px; top: 50%; transform: translate(-50%, 0); background: url(../images/prev.png) no-repeat 0 0 !important; width: 16px; height: 30px; background-size: 100% !important; content: ""; font-size: 0px !important; }
.service_sec .owl-next{ position: absolute; right: -36px; top: 50%; transform: translate(-50%, 0); background: url(../images/next.png) no-repeat 0 0 !important; width: 16px; height: 30px; background-size: 100% !important; content: ""; font-size: 0px !important; }


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #8650fe; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.why_choose{ width: 100%; text-align: center; position: relative; background: url(../images/why_bg.png) no-repeat left center; background-size: 390px; content: ""; }
/* .why_choose:before */



.why_left{ text-align: left; }
.list_style{ width: 100%; padding: 0 0 12px; }
.list_style li{ width: 100%; font-size: 18px; line-height: 24px; font-weight: bold; color:#141414; margin: 0 0 12px; padding: 0 0 0 32px; background: url(../images/bullet.png) no-repeat left top 3px; }
.why_img{ width: 100%;}
.why_img img{ max-width: 100%; }
.why_choose .row{ align-items: center;}


.get_in_touch{ width: 100%; text-align: center; background: url(../images/blue_pattern.jpg) no-repeat 0 0; background-attachment: fixed; background-size: cover; }
.get_in_touch .top_subheading, .get_in_touch .top_heading{ color:#fff; }

.get_frm{ width: 100%; display: inline-block; margin: 10px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 65px; padding: 0 25px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Poppins';  }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 130px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.testimonial_sec{ width: 100%; position: relative; text-align: center; /* background: url(../images/testimonial_bg.png) no-repeat left bottom 50px; background-size: 100% 100%; */ }
.testimonial_sec::before { background: url(../images/img_bg1.png) no-repeat 0 0, url(../images/img_bg2.png) no-repeat 0 0; background-size: 43px 39px, 31px 30px; position: absolute; left: 0; top: 40px; width: 100%; height: 100%; content: ""; background-position: 144px 73px,362px 140px;}
.testimonial_sec::after { background: url(../images/img_bg3.png) no-repeat 0 0, url(../images/img_bg4.png) no-repeat 0 0; background-size: 39px 56px, 37px 34px; position: absolute; right: 0; top: 40px; width: 100%; height: 100%; content: ""; background-position: right 375px top 114px,right 203px top 69px; }
.testimonial_sec .top_heading{ text-align: center; }

.testimonial_box{ width: 100%; background: #fff; padding: 25px; border-radius: 15px; padding: 0 30px; }
.review{ width: 100%; display: inline-block; margin: 0 0 5px; }
.review img{ width: auto !important; max-width: auto !important;}
.review_text{ font-size: 14px; line-height: 25px; color:#000; padding: 0 0 10px; font-weight: normal; min-height: 125px; }
.client_name{ font-size: 14px; line-height: 25px; color:#000; font-style: italic; font-weight: normal; text-align: right; }

.instagram_feed{ width: 100%; }
.instagram_feed img{ width: 100%; }


.footer_sec{ width: 100%; background: #17014c; position: relative; }

.footer_top{ width: 100%; padding: 70px 0 50px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 26px; font-weight: bold; color:#fff; text-transform: capitalize; padding: 0 0 15px; font-family: 'Poppins'; }
.footer_logo{ display: inline-block; margin-bottom: 35px; }
.footer_logo img{ max-width: 100%;}

.social_box{ width: 100%; display: inline-block;}
.social_box li{ margin: 0 10px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ width: 100%; display: inline-block; color:#fff; }
.social_box li a i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #8650fe; border-radius: 100%; font-size: 12px; color:#fff; background: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background: #8650fe; }
.social_box li a i img{ max-width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.social_box li a:hover i{ background: #ff0b4c; color:#fff; border-color:#0097dc; }
.social_box li a:hover i img{  filter: brightness(100);}
.social_box li a:hover i{ color:#ff0b4c; background: #fff; border-color:#fff; }

.foot_link li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 20px; color:#fff; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#ff0b4b; }

.foot_contact li{ width: 100%; margin: 0 0 20px; font-size: 14px; line-height: 20px; color:#fff; position: relative; padding: 5px; padding-left: 40px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#ff0b4b; }
.foot_contact li i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #8650fe; border-radius: 100%; font-size: 12px; color:#fff; position: absolute; left: 0px; top: 0px; background: #8650fe; }

/* .footer_box1{width: 27%;}
.footer_box2{width: 30%;}
.footer_box3{width: 25%;}
.footer_box4{width: 18%;} */

.footer_btm{ width: 100%; padding: 20px 0; border-top: 1px solid #fff; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#ff0b4c; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img{ max-width: 100%; }

.mobile_btm{ display: none;}


/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #ff0b4c;}
.primary-navigation .menu_sec ul li a:hover{background-color: #8853fe; color:#fff !important; padding-left: 20px; }

.navbar-brand img { height: auto;}



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #ff0b4c; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }

.about_rt .top_subheading { font-weight: 700; text-transform: capitalize; font-size: 26px; line-height: 2rem; margin: 0 0 10px;}
.about_rt .top_subheading strong{ background: none; padding: 0;}







/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #222;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Poppins';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #222;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Poppins';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #222;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Poppins';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Poppins';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#ff0b4c;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #ff0b4c;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #222;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#ff0b4c; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #9362df;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#ff0b4c;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #222;
}
.sub_heading strong{ color: #ff0b4c;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}








/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#8650fe !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #222;
padding: 0 0 15px;
font-family: 'Poppins';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #fe084a;
}
.contact_page_heading strong { color:#fe084a;}
.contact_page_info {
position: relative;
color: #222;
margin-top: 25px;
padding-left: 60px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#ffffff;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #222;
}
.contact_page_info {
color: #222;
}
.contact-text a:hover{ color:#fe084a; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #222 !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #fe084a;
}
.contact-page input[type="submit"]:hover {
background-color: #9358ee;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #222; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */



/* blog page css  */
.more-link { padding: 13px 30px 15px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; position: relative; letter-spacing: 1px; display: block; width: fit-content; }
.more-link:hover{ background: #8853fe; color:#fff !important; }
.more-link:hover::before { transform: scaleX(1);}
.more-link:hover{ color:#fff !important;}
.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#fe084a;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#222; }
.entry-title a:hover, .entry-meta a:hover { color: #fe084a !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #8853fe !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 16px; line-height: 26px; font-family: 'Poppins'; color: #222; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !important; }

.inner_content.wrapper.about_sec { padding-bottom: 75px;}

.wrapper.testimonial_sec { padding: 65px 0 60px;}
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section{ margin-left: 0px !important; margin-right: 0px !important;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p { color: #1d1d1d !important; font-size: 14px; line-height: 22px; min-height: 270px;
  text-align: left !important; padding: 0 5px !important; margin: 0 0 10px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .sp-testimonial-client-name { color: #1d1d1d; font-style: italic; text-align: left; }
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free{ padding: 12px; text-align: left !important; box-shadow: 0 0 18px 1px #f5f5f5; padding-top: 45px; }
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .sp-testimonial-title .sp-testimonial-post-title{color:#1d1d1d; font-weight: bold; font-style: italic; font-size: 15px; }
.testimonial_slider .sp-testimonial-item{ padding: 8px;}
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .sp-testimonial-client-rating {position: absolute; left: 25px; top: 25px; }
.testimonial_slider .sp-testimonial-free-wrapper{ padding: 20px 0 0; }
.testimonial_slider .swiper-pagination{ bottom: 0px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{ background: #ffc8d7; }
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #fe084a; }


.img_box img{ width: 100%; border-radius: 5px; }
.inner_bottm_sec .inner_txt a{ color:#17014c; }
.inner_bottm_sec .inner_txt a:hover{ color:#fff; }
.inner_bottm_sec .btn_link:hover{ background: #fff; color: #fe084a !important; }


.reviews_page .sp-testimonial-free-section .sp-testimonial-item {
    padding: 10px !important;
}
.reviews_page #sp-testimonial-free-wrapper-60 .sp-testimonial-free {
    width: 100%;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 15px !important;
    padding-top: 70px !important;
    box-shadow: 0 0 13px -5px #bfbfbf;
    height: 100%;
}
.reviews_page #sp-testimonial-free-wrapper-60 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    margin: 0px !important;
}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-name {
    font-style: italic !important;
    text-align: left !important;
}
.reviews_page #sp-testimonial-free-wrapper-60 .sp-testimonial-free-section .sp-testimonial-client-rating {
    position: absolute !important;
    left: 35px !important;
    top: 50px !important;
}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0;
  text-align: left;
}


.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#222; border-radius: 10px; font-family: 'Poppins'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.contact_page_info .contact-img i{ color:#fd0c4a; font-size: 20px; }






/* inner form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#222; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#222; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#222; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container {margin: 0 0 30px;padding: 30px 20px;	border-radius: 20px;	box-shadow: 0 0 5px #dfdfdf; background: #fff; }
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #222;	font-size: 35px;	line-height: 1.2;	font-weight: bold;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px;
  font-family: 'Poppins';
}
.inner-form-heading strong {color: #fe084a;}
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #fe084a;}
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border: 1px solid #8650fe;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: 500; text-align: center; border-radius: 30px;
width: fit-content; background-color: #9358ee; padding: 13px 35px; }
.inner-form-submit-btn input[type="submit"]:hover {background: #fe084a; color:#fff;}
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 5px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 5px; background-size: 18px; }


.bookingpage_innr {
    max-width: 850px;
    margin: 0 auto;
}
.bookingpage_innr .getIn_right {
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.get_rt {
    width: 100%;
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
}
.get_rt .top_heading {
    text-align: center;
}

.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm input[type="date"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#222; border-radius: 5px; font-family: 'Poppins'; transition: all 0.3s;}
.get_frm textarea{ padding: 15px 20px; resize: none; height: 120px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#9358ee;}
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#656363; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; width: 100%;  border-radius: 30px; background: #9358ee; }
.get_frm .btn_link:hover{ background: #ff0547;}
.get_frm select{ cursor: pointer;}

.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.get_rt .top_heading{ background-position: center bottom;}


.wpcf7-spinner {
    position: absolute !important;
    right: 0 !important;
}
.get_rt, .contact_right{ position: relative;}



/*SLIDER CSS*/
.ms-slide-info { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; z-index: 5; }
.ms-view { height: 650px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 650px !important;}

.ms-skin-light-6 .ms-nav-next {
  background: url(../images/next.png) no-repeat !important;
  border: 0 !important; opacity: 0.6;
}
.ms-skin-light-6 .ms-nav-next:hover{ opacity: 1;}
.ms-skin-light-6 .ms-nav-prev {
  background: url(../images/prev.png) no-repeat !important;
  border: 0 !important; opacity: 0.6;
}
.ms-skin-light-6 .ms-nav-prev:hover{ opacity: 1;}
.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  width: 20px !important;
  height: 40px !important;
  background-size: 100% !important;
  
}
.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 0 !important;
}

.master-slider::before {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  content: "";
  z-index: 1;
  background: #335C95;
  background: linear-gradient(-90deg, rgba(51, 92, 149, 0) 30%, rgb(255, 255, 255) 100%);
}




.service_page.wrapper.service_sec {
  background: url(../images/service_bg.png) no-repeat left top #ffe5ec;
  margin: 0;
  padding-top: 75px;
}
.service_innrSec .service_txt {
  flex-wrap: wrap;
}
.service_innrSec .service_txt {
  flex-wrap: wrap;
  padding: 86px 10px 16px;
  text-align: center;
}
.service_innrSec .service_content {
  font-size: 14px;
  line-height: 22px;
	color:#fff;
	width: 100%;
}
.service_innrSec .service_img img {
  height: 100% !important;
}
.service_innrSec{ padding-top: 30px;}
.service_innrSec .service_img {
  border-radius: 10px 10px 25px 25px;
}

.bannersec {
  margin-top: 185px;
}
.full-width .hentry {
  margin-bottom: 0 !important;
}

.thank_you .inner_txt p{ font-size: 16px;}

.m_top3 { margin-top: 160px;}

.testimonial_sec {
    width: 100%;
    position: relative;
    text-align: center;
    background: url(../images/testimonial_bg.png) no-repeat center top 240px;
    background-size: 100%;
}
.testimonial_slider #sp-testimonial-free-wrapper-48 .sp-testimonial-free {
    box-shadow: 0 0 15px -9px #9f9c9c; background: #fff;
}


@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading { font-size: 32px; line-height: 38px; padding-bottom: 15px; }
.inner-form-heading{ font-size: 30px; }
.inner-form-container { margin: 0 0 30px; padding: 25px 15px; border-radius: 15px;}

.header_top {padding: 8px 0;}
.top_list1 li a { padding: 6px 22px;}
.top_btn .btn_link {padding: 10px 18px; letter-spacing: 0px !important; }
.btn_link{ font-size: 14px; line-height: 24px; }
.top_list2 { top: 2px;}
.top_list2 li {margin: 0 0 0 15px; font-size: 22px;}
.navbar-brand img { width: 120px;}
.menu_sec li a {padding: 22px 0;}
.bannersec {margin-top: 185px;}
.menu_sec li { margin: 0 0 0 44px; font-size: 14px;}
.top_btn { padding: 12px 0px;}
.headerMain { top: 48px;}
.ms-view { height: 600px !important;}
.ms-slide-bgcont { height: 600px !important;}
.banTxt .ban_subheading { font-size: 24px; line-height: 27px; padding-bottom: 16px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 38px; line-height: 44px; padding-bottom: 15px;}
.banTxt { max-width: 620px;}
.specialty_box { padding: 7px;}
.specialty_box .flex-shrink-0 { width: 46px; height: 46px;}
.specialty_box .flex-grow-1 { font-size: 13px; line-height: 19px;}
.wrapper { padding: 70px 0;}
.top_subheading { font-size: 20px; line-height: 24px; padding-bottom: 12px;}
.top_paragraph, .inner_txt { font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.inner_list_txt ul li{ font-size: 15px;}
.about_imgbox { padding-right: 10px;}
.mission_box { padding: 10px;}
.mission_box img { max-width: 70px;}
.mission_heading { font-size: 15px; line-height: 22px;}
.wrapper.about_sec { padding-bottom: 160px;}
.mid_innr { padding: 25px; margin-top: -104px; border-radius: 20px}
.service_title { font-size: 16px; line-height: 23px; padding: 0 0 15px;}
.list_style li { font-size: 16px; line-height: 22px; margin: 0 0 12px; padding: 0 0 0 32px; background-size: 20px;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 14px; line-height: 22px; min-height: 250px;}
.footer_logo img { max-width: 150px;}
.footer_btm {width: 100%; padding: 15px 0;}
.toparww { font-size: 24px; width: 45px; height: 45px;}
.footer_top { padding: 60px 0 35px 0;}

.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 15px; line-height: 26px;}
.single .entry-content p, .entry-summary p{ font-size: 15px; line-height: 26px;}
.more-link { padding: 11px 20px 13px; font-size: 15px; line-height: 22px;}
.error_page { padding: 60px 0 !important;}


}



@media only screen and (max-width: 1024px) {
.header-mid, .social_box, .appoint_btn{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#fe084a;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 0;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 9px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms; max-width: 23px; }
.footer_btn1 {  background:#b084f4;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
.headerMain { background: #fff; padding: 8px 0; }
.navbar-brand img {height: auto; width: 70px;}
.header_sec.fixed { animation: inherit;}

/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }


.inner_title{ font-size: 26px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 26px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 26px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 26px; padding-bottom: 12px;}
.top_heading { font-size: 30px; line-height: 35px; padding-bottom: 12px; }

.inner-form-heading{ font-size: 26px; }
.inner-form-container { margin: 0 0 30px; padding: 20px 15px; border-radius: 10px;}

.headerMain { top: 0; }
.navbar-brand { margin: 0;}
.bannersec { margin-top: 82px; }
.header_sec.fixed .navbar-brand img { max-width: 70px;}
.header_sec.fixed .headerMain { padding: 10px 0;}
.header_sec.fixed .navbar-brand img { max-width: 70px;}
.ms-view { height: 550px !important;}
.ms-slide-bgcont { height: 550px !important;}
.banTxt .ban_subheading {font-size: 20px; line-height: 24px; padding-bottom: 12px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 30px; line-height: 35px; padding-bottom: 15px; }
.banTxt { max-width: 470px; padding-left: 25px; }
.specialty_box { padding: 7px; flex-direction: column; justify-content: center; text-align: center; border-radius: 5px; row-gap: 5px;}
.wrapper { padding: 60px 0; }
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev { width: 15px !important; height: 32px !important; background-size: 100% !important;}
.ms-skin-light-6 .ms-nav-prev{ left: 8px !important; }
.ms-skin-light-6 .ms-nav-next{ right: 8px !important; }
.banTxt .btn_link { margin: 0;}

.inner_txt, .thank_you .inner_txt p { font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.inner_bottm_sec {padding: 30px 20px;}

.m_top2 { margin-top: 84px;}
.blog .blog_page_header.m_top2, .archive .blog_page_header.m_top2, .singular .blog_page_header.m_top2 { margin-top: 84px !important;}

.m_top3 { margin-top: 84px;}
.error_page { padding: 45px 0 !important;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { padding: 5px 10px; width: 115px; height: auto; border-radius: 3px; margin-bottom: 0 !important; background: #fff; }





} 
 

@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
 .about_left {width: 100%; padding: 0;}
.mid_innr ul li strong { padding: 7px 0 0; font-size: 13px;}
.mid_innr ul li img { max-width: 55px;}
.mid_innr { padding: 20px; margin-top: -104px; border-radius: 20px; }
.service_sec::before {background-position: 99px 73px,362px 73px;}
.service_sec::after {background-position: right 172px top 156px,right 55px top 69px;}
.top_subheading {  font-size: 18px; line-height: 24px; padding-bottom: 12px; }
 .top_heading { font-size: 26px; line-height: 32px; padding-bottom: 18px; }
.list_style li { font-size: 14px; line-height: 20px; margin: 0 0 10px; padding: 0 0 0 23px; background-size: 17px; }
.btn_link { font-size: 14px; line-height: 24px; padding: 10px 22px;}
.wrapper.testimonial_sec { padding: 40px 0 50px;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 14px; line-height: 22px;  min-height: 200px; }
.footer_box1 .footer_box {text-align: center;}
.footer_top { padding: 50px 0 35px 0;  }
.lazyloaded { max-width: 22px; }
.footer_fixed_buttons{ font-size: 14px; }
.service_sec::before{ display: none; }
.service_sec::after{ display: none; }


  
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}


/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 60px !important; }

.top_heading {font-size: 26px; line-height: 30px; padding-bottom: 12px; }

.banTxt .ban_subheading {font-size: 18px; line-height: 22px; padding-bottom: 10px; }	
.banTxt .ban_heading, .banTxt h1 { font-size: 24px; line-height: 32px; padding-bottom: 15px; }
.banTxt .ban_heading strong, .banTxt h1 strong { padding: 0 144px 0 0;}
.banTxt .ban_heading strong::before { width: 140px;}
.banTxt { max-width: 360px; padding-left: 25px; }
.ban_content { padding-bottom: 10px; line-height: 21px; font-size: 13px;}
.speciality_innr { margin-top: 0;}
.specialty_box {  margin: 13px 0; box-shadow: 0 1px 14px 1px #f0f0f0; padding: 15px 10px;   }
.speciality_sec { padding: 35px 0 0;}
.wrapper.about_sec { padding-top: 45px;}
.mission_box { background: #fff; }
.mid_innr { padding: 10px; margin-top: 0; border-radius: 10px;}
.mid_innr ul li strong { padding: 5px 0 0;font-size: 12px; }
.wrapper.about_sec { padding-bottom: 42px; }
.top_heading { font-size: 24px; line-height: 28px; padding-bottom: 23px; }
.wrapper { padding: 50px 0; }
.testimonial_sec::before, .testimonial_sec::after{ display: none; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ min-height: auto;}
.about_imgbox { padding-right: 0; }
.service_sec .owl-prev{ position: absolute; left: 0; transform: translate(0, -50%); background: url(../images/prev.png) no-repeat 0 0 #fff !important; width: 35px; height: 35px; background-size: 14px !important; border-radius: 0; background-position: center center !important;}
.service_sec .owl-next{ position: absolute; right: 0; transform: translate(0, -50%); background: url(../images/next.png) no-repeat 0 0 #fff !important; width: 35px;  height: 35px; background-size: 14px !important; border-radius: 0; background-position: center center !important;}
.specialty_box .flex-grow-1 { margin-left: 0 !important;}
.about_sec::after { width: 280px;}

.banner_box .container { position: relative; width: 300px; text-align: left; float: left; padding-left: 41px; max-width: inherit;}
.banTxt { max-width: 100%; padding-left: 0; }
.toparww { font-size: 17px; width: 35px; height: 35px; }
.toparww_main.fixed .toparww {bottom: 30px;}
.footer_btm {font-size: 13px;}

.core-box { padding: 20px 15px; min-height: auto;}
.margin-top { margin-top: 25px;}
.inner_bottm_sec .inner_txt { padding: 0 2% 15px;}
.inner_content.wrapper.about_sec {padding-bottom: 40px;}
.core-box img { width: 70px;}

.reviews_page #sp-testimonial-free-wrapper-60 .sp-testimonial-free {padding: 20px !important; padding-top: 60px !important; }
.reviews_page #sp-testimonial-free-wrapper-60 .sp-testimonial-free-section .sp-testimonial-client-rating { top: 42px !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{margin: 0 0 15px !important;}
.contact_left { width: 100%; padding: 30px 0 0;}
.get_touchSec { padding: 0 0 20px;}
.contact_right { padding: 20px 20px 0;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 12px 35px !important;}

.get_rt { padding: 25px 20px;}

.inner-form-heading{ font-size: 20px; }
.inner-form-container { margin: 0 0 20px; padding: 15px 5px; border-radius: 10px;}
.inner-form-submit-btn input[type="submit"]{padding: 10px 30px;}
.inner-form-label { font-size: 15px; font-weight: 600;}
.inner-form-label p { margin-bottom: 0; padding-bottom: 7px;}
.inner-form-input input {padding: 0 12px;}
.inner-form-textarea textarea { padding: 15px 12px;}
.inner-form-input select{ padding-left: 12px;}







}

@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}


}





@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 140px 0 50px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}

.inner_bottm_sec { padding: 25px 20px;}

.specialty_box{ min-height: 140px;}
.ban_content { padding-bottom: 10px; line-height: 20px; font-size: 12px;}
.banner_box .container { width: 260px; padding-left: 33px; max-width: inherit;}
.mid_innr ul li {width: 33.333%; margin: 15px 0;}
.mid_innr ul li strong { padding: 5px 0 0; font-size: 11px; }
.ms-view { height: 520px !important;}
.ms-slide-bgcont { height: 520px !important;}





} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
	
	
}
