@charset "utf-8";
/* ----------------------------------
	1. Reset default browser styles
	2. Basic classes and elements 
	3. Color Scheme
	4. Typography
	5. Header
	6. Sliders
	7. Tabs
	8. Carousels
	9. Twitter Feed
	10. Lists and navigations
	11. Buttons
	12. Tables
	13. Icons
	14. Main content elements
	15. Forms
	16. Footer
	17. Animations
	18. Responsive changes
	19. Retina ready

1. Reset default browser styles

------------------------------------- */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

* {
	margin: 0;
	padding: 0;
	border: none;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
	outline: none !important;
}
b, strong {
	font-weight: bold !important;
}
ul, ol {
	list-style: none;
}
q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
	max-width: 100%;
}
embed {
	vertical-align: top;
}
input, button {
	/*	-webkit-appearance:none;*/
	outline: none;
}
 button::-moz-focus-inner {
 border: 0;
}
html, body {
	height: 100%;
}
p{font-family: "Poppins", sans-serif; margin-bottom:10px;}

/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */
body {
	font: 500 14px/21px "Poppins", sans-serif;
	color: #58595b;
	background: #fff;
	letter-spacing: 0.1px;
	overflow-x: hidden;
}
/*Margin*/
.pad-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.m_left_0 {
	margin-left: 0 !important;
}
.m_right_0 {
	margin-right: 0 !important;
}
.m_left_5 {
	margin-left: 5px;
}
.m_left_10 {
	margin-left: 10px;
}
.m_left_15 {
	margin-left: 15px;
}
.m_left_20 {
	margin-left: 20px;
}
.m_left_40 {
	margin-left: 40px;
}
.m_right_5 {
	margin-right: 5px;
}
.m_right_6 {
	margin-right: 6px;
}
.m_right_8 {
	margin-right: 8px;
}
.m_right_10 {
	margin-right: 10px;
}
.m_right_15 {
	margin-right: 15px;
}
.m_right_20 {
	margin-right: 20px;
}
.m_right_25 {
	margin-right: 25px;
}
.m_right_29 {
	margin-right: 29px;
}
.m_right_30 {
	margin-right: 30px;
}
.m_right_35 {
	margin-right: 35px;
}
.p_bottom_0 {
	padding-bottom: 0 !important;
}
.m_bottom_0 {
	margin-bottom: 0 !important;
}
.m_bottom_3 {
	margin-bottom: 3px;
}
.m_bottom_5 {
	margin-bottom: 5px;
}
.m_bottom_10 {
	margin-bottom: 10px;
}
.m_bottom_12 {
	margin-bottom: 12px;
}
.m_bottom_15 {
	margin-bottom: 15px;
}
.m_bottom_20 {
	margin-bottom: 20px;
}
.m_bottom_25 {
	margin-bottom: 25px;
}
.m_bottom_30 {
	margin-bottom: 30px;
}
.m_bottom_35 {
	margin-bottom: 35px;
}
.m_bottom_40 {
	margin-bottom: 40px;
}
.m_bottom_45 {
	margin-bottom: 45px;
}
.m_bottom_50 {
	margin-bottom: 50px;
}
.m_bottom_60 {
	margin-bottom: 60px;
}
.m_bottom_65 {
	margin-bottom: 65px;
}
.m_bottom_100 {
	margin-bottom: 100px;
}
.m_top_0 {
	margin-top: 0px !important;
}
.m_top_5 {
	margin-top: 5px;
}
.m_top_10 {
	margin-top: 10px;
}
.m_top_20 {
	margin-top: 20px;
}
.m_top_30 {
	margin-top: 30px;
}
.m_top_40 {
	margin-top: 40px;
}
.m_top_50 {
	margin-top: 50px;
}
.m_top_60 {
	margin-top: 60px;
}
.m_top_70 {
	margin-top: 70px;
}
.m_top_100 {
	margin-top: 100px;
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}
.no-pad{
padding-left:0 !important;
padding-right:0 !important;	
}
@font-face{
    font-family: "brittania";
    src: url(../fonts/brittania.ttf);
}

.ph_sticky {position:fixed;right:25px; top:50%; transform:translateY(-50%);z-index: 100;}
.ph_sticky:before{content:"";background: linear-gradient(to top, #167eba  0%, #33a6e9 100%);height:80px;position:absolute; top:50%; transform:translateY(-50%);width: 100px;right: -50px;}
.ph_sticky a{width:140px; height:140px;border-radius:100%;background: linear-gradient(to top, #167eba  0%, #33a6e9 100%); display:block; position:relative;}
.ph_sticky a:before {content: "";background: url('../../images/call_img.png') no-repeat 0 0;width:80px; height:37px; background-size:100%; position:absolute; left:50%; top:10px;transform: translateX(-50%);}
.ph_sticky a span{width:70px; height:70px;line-height:70px; border-radius:100%; color:#fff; text-align:center; background: linear-gradient(to top, #33a6e9 0%, #167eba 100%); display:block; font-size:36px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.ph_sticky a span i{line-height:70px;}
.wp_sticky{position:fixed;bottom:20px; right:30px;z-index: 100;}
.wp_sticky img{width:130px;}

/*===================================home Start====================================*/
.modalPopupEcard {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    width: 500px;
    left: 50% !important;
    position: fixed !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
}
.heading{font-family: 'Poppins', cursive;}
.top-head{
position:absolute;
z-index:2;
background:#fff;
width:100%;
padding: 5px 0;
border-top: 3px solid #33a6e9;
}
.top-head .navbar-light .navbar-nav .nav-link {
font-weight: 500;
font-size: 14px;
padding: 0 25px;
text-transform: uppercase;
line-height: 36px;
color:#000;
}
.banner-area{
background:url(../images/banner.jpg) no-repeat 0 0;
background-size:cover;	
position: relative;
}
.banner-overlay{
position: absolute ;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
}
.banner-area::after {
    background: url(../images/bg-layer.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 110px;
    left:0;
    bottom:-1px;
    content: "";
}
.logo{
    position: relative;
    width: 100%;
}

.logo::after{
    position: absolute ;
    content:"";
    top: 0;
    left: -20px;
    width: 200px;
    height: 120px;
    background: #fff;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
    z-index: -1;
}




.logo img {
top: -9px;
   left:0;
    position: absolute;
    z-index: 2;
}
.from-sec{
width:100%;
background:rgba(85,40,50,0.8);
border:5px solid #91445d;	
padding:20px;
margin-bottom: 50px;
z-index: 5;
position: relative;
	}
.from-sec h3{
text-align:center;
color:#fff;
padding-bottom:5px;
border-bottom:1px solid #fff;
margin-bottom:20px;
font-family:Poppins;
font-size:20px;	
}
.frm-holder{
color:#fff;
text-transform:uppercase;
font-size:27px;
background-color:#d73270;
line-height:50px;	
box-shadow:0 4px 8px #222;
margin-top:10px;
margin-bottom:10px;
margin-left:-45px;
margin-right:-45px;
text-align:center;
position:relative;
width: 45%;
margin-top: -29px;
border-radius: 0 30px 30px 0;
font-family: "Cinzel",serif;
font-weight: 800;
}
.frm-holder:before{
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #000000 transparent transparent;
position:absolute;
content:"";
bottom: -21px;
left: 0;
}


.rowLabel {
    display: block;
    margin: 8px 0;
    font: 400 16px/22px "Poppins",Arial,Helvetica,sans-serif;
    color: #fff;
}
.tooltip_one {
    position: absolute;
    top: 9px;
    right: 15px;
}

    .tooltip_one .tooltiptext {
        visibility: hidden;
        width: 145px;
        background-color: #f94186;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 1px;
        position: absolute;
        z-index: 1;
        bottom: 80%;
        left: 0;
        margin-left: -95px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 13px;
    }

        .tooltip_one .tooltiptext::after {
            content: "";
            position: absolute;
            top: 0%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #f94186 transparent transparent transparent;
        }

    .tooltip_one:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip_one p {
    font-size: 14px;
    font-weight: bold;
    background: #f94186;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #fff;
    padding: 0px 7px;
}
.chk_lvl a{ 
color:#fff;
text-decoration:underline;
}
.form_input{margin-left: 30px;}
.form_input2{width:136px !important;}


.form-area label{
 color: #000;
 font-size: 20px;
 position: absolute;
 left: 25px;
 top: 11px;
 z-index: 1;
}
.form-control{
    border-radius: 18px;
}
.log-text{
    color: #d86b98;
}
.phone-box{
position:relative;
bottom:20px;
width:100%;	
margin-top: 250px;
	}

.tagline-box{
background: #33a6e9;
text-align:center;
padding: 0 15px;
}
.tagline-box h1{
font-size:30px;
color:#fff;
padding:8px 0;
}
.tagline-box h1 span{
color:#fff;
}
.call-back-area{
background: rgb(20 16 16 / 62%);
padding:30px 15px;	
	}
.call-back-area h3{
color:#fff;
font-size:87px;
margin:0;
    line-height: 38px;
margin-bottom:10px;	
font-family:"brittania";
	}
.call-back-area h3 span{
color:#ff3d81;
}	
.call-back-area h6{
color:#fff;
font-size:30px;
font-family:"Open Sans";
font-weight:700;	
	}		
	
	
.sticker {
width: 50px;
height: 50px;
display: block;
background-color: #e51d68;
border-radius: 50%;
text-align: center;
box-shadow:4px 5px 6px #111;
margin-right: 15px;
}
.sticker i {
line-height: 46px;
color:#fff;
font-size: 30px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.search-slt {
    display: block;
    width: 100%;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding-left: 42px;
}
.valid-height {
    height: 65px;
}
.wrn-btn {
    width: 155px;
    font-size: 16px;
    height: 47px;
    line-height: 25px;
    margin: 0 auto;
    display: block;
    background-image: linear-gradient(#d91d68, #780030);
    border-radius: 6px;
    border: 1px solid #590023;
    font-family: Poppins;
    color: #fff;
    box-shadow: 0 4px 5px #555;
}
.log_btn {
    border: 1px solid #d91d68;
    border-radius: 4px;
    color: #fff;
    background-color:#d91d68;
    padding: 7px 0 !important;
    display: block;
    width: 100px;
    right: 0;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.log_btn:hover{
    border: 1px solid #ab0949;
    color: #fff;
    background-color:#ab0949;
	text-decoration:none;
   
}		
.pad-sec{
padding:60px 0;	
}
.head-title{
font-size:30px;
color:#000;
margin-bottom:20px;	
font-weight: 800;
	}
.subtitle{
font-size:18px;
margin-bottom:15px;
color:#fff;	
}
.head-title span{
color:#d91d68;
}
.divider {
background:url(../images/divider.png) no-repeat 50% 0;
width:100%;
height:37px;
margin-bottom:20px;	
	}
.member-box{
margin-top:25px;	
	}	
.member-box li {
width: 22%;
display: inline-block;
margin-left: 9px;
margin-right: 9px;
position:relative;
}
.photo-holder {
width: 236px;
height: 310px;
overflow: hidden;
}
.member-datails{
background-color:#fff;	
padding:13px;
text-align:center;
position:absolute;
bottom:-50px;
left:50%;
transform:translateX(-50%);
width: 80%;
box-shadow:0 3px 4px #666;	
	}	
.member-place {
font-size: 14px;
color: #222;
display: block;
text-align: center;
text-transform: capitalize;
padding-bottom:10px;
}
.member-name {
color: #e91469;
font-size: 18px;
display: block;
text-align: center;
margin: 0 0 10px;
font-weight:800;
}
.member-age{
font-size: 14px;
color: #222;
display: block;
text-align: center;
border-top:#d91d68 2px solid;
padding-top:10px;
}
.pad-bot-50{
padding-bottom: 50px;	
}
.usp-area {
    background: url(../images/service-bg.jpg) no-repeat 100% 98%;
    padding: 50px 0;
    color: #2b2b2b;
}
.explore-now {
    width: 210px;
    height: 60px;
    border: 1px solid #d31561;
    border-radius: 40px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background: #ef2073;
    box-shadow: 0 3px 4px #333;
}
.explore-now:hover {
color: #fff;	
text-decoration:none;
background: #8e043b;
border: 1px solid #8e043b;	
}

.footer-bg{
background:#2e1012;
position:relative;
padding-top:90px;	
}

.footer_link {
    margin: 40px 0;
}
.footer_link ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer_link ul li a {
	color:#fff;
}


ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.day-time {
	padding:0px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#ef2073;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #fff;
    color: #000;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
    color: #ef2073;
}
.copyright-para{
color: #ef2073;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.copy p {
color: #fff;
margin: 40px 0;
text-align:right;
}
.get_sarted{
background:url(../images/old_couple.jpg) no-repeat 50% 0;	
position: relative;
z-index: 1;
padding: 50px 0 50px 0;
}
.get_sarted::after{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.15);
z-index: -1;
}
.why-choose {
background:rgba(0, 0, 0, 0.7);
padding:15px;
}
.inside-box{
border:2px solid #fff;
padding:30px 10px 10px;	
	}
.why-choose h3 {
color:#fff;
font-size: 34px;
}
.sec1 {
padding: 10px 0;
border-bottom: 1px solid #eee;
color: #fff;
}
.sec1 h4 {
    line-height: 30px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 700;
    color: #f6c276;
}
.sec1 p {
    margin: 10px 0;
    color: #efefef;
    font-size: 15px;
    line-height: 24px;
}
.sec1 h4 span{
    margin-right: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    color: #fff;
    background: #33a6e9;
	font-family:"Open Sans";  
}
.side-banner{
	
	}
.side-banner_img{
width:100%;
height:100%;
object-fit:cover;	
}
:root {
 --color-black: #232323;
 --color-pink: #ff6393;
 --color-dark-pink: #df4775;
 --color-purple: #342a47;
 --color-blue: deepskyblue;
 --color-gray: #525252;
 --color-green: #bbe187;
  --color-white: #ffffff;
 --transition-fast: 0.1s;
}
.InputGroup {
 display: -webkit-box;
 display: flex;
 height: 45px;
 width: 100px;
}

/**
 * 1. Hides the input from view
 * 2. Ensures the element does not consume any space
 */

.InputGroup input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.InputGroup label {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: auto;
  vertical-align: middle;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-white);
  color: #111;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 margin-right: 8px;
}

.InputGroup input[type="radio"]:checked + label {
  background-color: var(--color-dark-pink);
  color: var(--color-white);
}

.InputGroup input[type="radio"]:hover:not(:checked) + label {
 background-color: var(--color-pink);
 color: var(--color-white);
}
.InputGroup label i {
font-size: 20px;
margin-right: 5px;	
	}
.know_btn {
width: 180px;
display: block;
font-size: 20px;
color: #fff;
padding: 15px 0;
margin: 10px auto;
background: linear-gradient(to top, #840437, #cf1a62);
box-shadow: 2px 4px 5px 0px #383232;
border-radius: 6px;
}
.modal-header{
background-color:#e82770;
color:#fff;	
	}

/*============================== media quaries starts==============================*/
@media(max-width: 1200px) {
}
 @media(max-width: 1280px) {
}
@media(min-width: 981px) and ( max-width: 1024px) {
.slide_box{
height:auto;
}
	}
@media(min-width: 768px) and ( max-width: 980px) {}
@media(max-width: 767px) {
.banner-area {
background: url(../images/banner.jpg) no-repeat 22% 0;
background-size: cover;
}	
.gerder-height {
height: 120px;
padding-bottom: 30px;
}	
.logo{
width:75%;
top: -14px;	
}

.navbar-nav{
margin-top: 25px;
background-color: #d8a8b29e;	
}
.member-box li {
 width: 44%;
 margin-bottom:70px;
}
.phone-box {
    position: relative;
    bottom: 0;
    width: 100%;
    top: 45px;
    margin-top: 100px;
}
.photo-holder img{
width: 100%;
height: 100%;
object-fit:cover;
}
.get_sarted{
background:none;	
padding:0;	
}
.mobile-pad-no{
padding-left:0;
padding-right:0;	
	}
.sec1 {
 padding: 15px 0;
 }
.sec1 h4 {
 line-height: 30px;
 text-transform: uppercase;
 font-family: Poppins;
 font-weight: 700;
 font-size:17px;
}
.sec1 h4 i {
 width: 30px;
 height: 30px;
 line-height: 30px;
 font-size: 17px;
 }
 .sec1 p {
font-size: 14px;
line-height: 20px;
}
.slide_box{
height:auto;
}
.sticker i {
line-height: 50px;
color: #fff;
font-size: 34px;
}
.call-back-area {
 background: rgba(85,57,56,0.7);
 padding: 15px;
}
.tagline-box h1 {
font-size: 18px;
}
.call-back-area h3 {
font-size: 23px;
}
.call-back-area h6 {
font-size: 23px;
}
.why-choose {
 background: #693a3f;
 }		
.head-title {
font-size: 29px;
}
.from-sec {
margin-top: 70px;
}
.frm-holder {
width: 100%;
    
}
.form_input {
margin-left: 0;
}
.form_input2{width:100% !important; margin:5px 0;}

    .ph_sticky{right:5px;}
	.ph_sticky a{width:120px; height:120px;}
	.ph_sticky a span{width:60px; height:60px; line-height:50px;font-size:36px;}
    .ph_sticky a span i{line-height:60px;}
	.ph_sticky a::before {width:60px;}
	.ph_sticky::before {height:60px;}
	.wp_sticky{right:10px;}
	.wp_sticky img{width:100px;}
    .age_area .row{width:100% !important; margin:0 !important;}
    .age_area .col-md-6{padding:0 !important;}
}
@media(max-width: 640px) {}
@media (max-width: 480px) {}
@media(max-width: 360px) {}
@media(max-width: 320px) {}
