body{font-family:'Poppins-Regular', sans-serif !important;}
*{margin:0;padding:0;}
ul, ol{list-style:none;padding:0;margin:0;}
a, a:hover, a:focus{text-decoration:none;}
.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-25{padding-top:25px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-25{padding-bottom:25px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-35{padding-bottom:35px;}
.padding-bottom-40{padding-bottom:40px;}
:root{--red:#da2c4d;--yellow:#f8ab37;--green:#2ecc71;--white:#ffffff;--grey-light:#f2f7f9;--grey:#ecedf3;--black:#080808;--black-blue:#1f2029;--black-blue-light:#353746;--black-blue-light-2:#404255;--black-blue-light-3:#4b4d64;--black-light:#424455;}
.progress-wrap{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px #3b3c1f;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 200ms linear;transition:all 200ms linear;bottom:86px;background:#fff;}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0);}
.progress-wrap::after{position:absolute;content:'\f004';font-family:'Font Awesome\ 5 Free' !important;font-weight:900;text-align:center;line-height:46px;font-size:24px;color:#ff3838;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 200ms linear;transition:all 200ms linear;animation:heartbeat 1s infinite;}
.progress-wrap:hover::after{opacity:1;}
.progress-wrap:hover::before{opacity:1;}
.progress-wrap svg path{fill:none;}
.progress-wrap svg.progress-circle path{stroke:var(--grey);stroke-width:4;box-sizing:border-box;-webkit-transition:all 200ms linear;transition:all 200ms linear;}
@keyframes heartbeat{0%{transform:scale(.75);}
20%{transform:scale(1);}
40%{transform:scale(.75);}
60%{transform:scale(1);}
80%{transform:scale(.75);}
100%{transform:scale(.75);}
}
.margin-top-2{margin-top:2px;}
.margin-top-3{margin-top:3px;}
.margin-top-4{margin-top:4px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-35{margin-top:35px;}
.margin-top-40{margin-top:40px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-top-70{margin-top:70px;}
.margin-top-80{margin-top:80px;}
.margin-top-90{margin-top:90px;}
.margin-top-100{margin-top:100px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px;}
::selection{background-color:rgb(222, 36, 24);color:rgb(255, 255, 255);}
div::-webkit-scrollbar{width:6px;}
div::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba #313131;border-radius:12px;}
::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 2px #000;border-radius:0px;}
::-webkit-scrollbar-thumb{background:#ff3838;border-radius:0px;}
::-webkit-scrollbar-thumb:hover{background:#313131;}
@font-face{font-family:"Poppins-Regular";src:url("../css/font/Poppins-Regular.ttf");}
@font-face{font-family:"Poppins-SemiBold";src:url("../css/font/Poppins-SemiBold.ttf");}
@font-face{font-family:"Poppins-Medium";src:url("../css/font/Poppins-Medium.ttf");}
@font-face{font-family:"Poppins-Light";src:url("../css/font/Poppins-Light.ttf");}
@font-face{font-family:"Poppins-Bold";src:url("../css/font/Poppins-Bold.ttf");}
@font-face{src:url('font/Philosopher-Bold.ttf');font-family:'Philosopher-Bold';}
.Philosopher-Bold{font-family:'Philosopher-Bold', sans-serif !important;}
.Poppins-Light{font-family:'Poppins-Light', sans-serif !important;}
.Poppins-Regular{font-family:'Poppins-Regular', sans-serif !important;}
.Poppins-Semi-Bold{font-family:'Poppins-SemiBold', sans-serif !important;}
.Poppins-Medium{font-family:'Poppins-Medium', sans-serif !important;}
.Poppins-Bold{font-family:'Poppins-Bold', sans-serif !important;}
.padding-left-zero{padding-left:0px;}
.padding-right-zero{padding-right:0px;}
.search-title p{font-size:24px;color:#61045f;text-align:center;margin:10px 0 10px;}
.text-uppercase{text-transform:uppercase;}
.search-box-b-d{background-color:#0a0054;height:97px;}
.search-new-bg{background-color:#f9f9f9;min-height:164px;}
.custom-select-wrapper{position:relative;display:block;user-select:none;}
.custom-select-wrapper select{display:none;visibility:hidden;border:0px;}
.custom-select-trigger:after{position:absolute;display:block;content:'';width:7px;height:7px;top:50%;right:-6px;margin-top:0px;border-bottom:1px solid #3b3c1f;border-right:1px solid #3b3c1f;transform:rotate(45deg) translateY(-50%);transition:all .4s ease-in-out;transform-origin:50% 0;}
.custom-select.opened .custom-select-trigger:after{margin-top:3px;transform:rotate(-135deg) translateY(-50%);}
.custom-options{position:absolute;display:block;top:100%;left:0;right:0;min-width:100%;max-height:153px;overflow:auto;overflow-x:hidden;margin:0px 0;border:1px solid #dedede;box-sizing:border-box;box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;transition:all .4s ease-in-out;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-15px);border-radius:10px;}
.custom-select.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);z-index:100;}
.custom-options:before{position:absolute;display:block;content:'';bottom:100%;right:25px;width:7px;height:7px;margin-bottom:-3px;border-top:1px solid #b5b5b5;border-left:1px solid #b5b5b5;background:#fff;transform:rotate(45deg);transition:all .4s ease-in-out;}
.option-hover:before{background:#f9f9f9;}
.custom-option{position:relative;display:block;padding:0 17px;border-bottom:1px solid #ececec;font-size:15px;font-weight:normal;color:#464646;line-height:37px;cursor:pointer;transition:all .4s ease-in-out;}
.custom-option:first-of-type{border-radius:0px 0px 0 0;}
.custom-option:last-of-type{border-bottom:0;border-radius:0 0 0px 0px;}
.custom-option:hover, .custom-option.selection{background:#ececec;}
.bor-rmd{border-radius:0px 3px 3px 0px;}
.agetolabel{display:none;}
.searchnow{padding:14px 7px;text-transform:uppercase;margin-left:0px;margin-top:0px;outline:none;background-color:#ff3838;font-size:16px;width:100%;display:inline-block;color:#fff;text-align:center;border:0;border-radius:30px;}
.searchnow:hover,.searchnow:focus{background-color:#ff3838;border:0px;color:#fff;}
.custom-select-trigger_new:after{right:20px;}
.cool-link a{color:#ff1313 !important;font-family:'Poppins-Medium', sans-serif !important;}
.ul-li-bg li{background:#ff1313;}
.ul-li-bg li a{color:rgb(255, 255, 255) !important;}
.top_new{background-color:#ffc000;height:40px;}
.banner-new{position:relative;}
.cust_padding{padding-right:35px;padding-left:35px;}
.banner-new img{width:100%;height:510px;}
.indian-matri{position:absolute;width:100%;bottom:24px;right:0;left:14px;z-index:888;}
.indian-matri h1{font-size:52px;color:#fff;}
.indian-matri p{color:#fff;}
.ind-color{color:#ffc000;}
.search_new_ind{position:relative;top:-200px;}
.register_box{background:url(../images/top-right.png) right 0px top 0px no-repeat,url(../images/top-left.png) left 0px top 0px no-repeat,url(../images/bottom-right.png) right 0px bottom 0px no-repeat,url(../images/bottom-left.png) left 0px bottom 0px no-repeat, rgba(0, 0, 0, 0.66);width:452px;height:458px;padding-top:26px;padding-left:50px;padding-right:50px;padding-bottom:26px;}
.register_box h2{font-size:30px;color:#ffc000;text-align:center;margin-top:0;margin-bottom:0;}
.register_box hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid rgba(247, 247, 247, 0.16);margin-left:auto;margin-right:auto;}
.register-label p{font-size:16px;color:#ffff;font-family:'Poppins-Light', sans-serif !important;}
.md-radio{margin:-14px 0 0px 0px;float:left;}
.md-radio.md-radio-inline{display:inline-block;}
.md-radio input[type="radio"]{display:none;}
.md-radio input[type="radio"]:checked + label:before{border-color:#fff6f9;-webkit-animation:ripple 0.2s linear forwards;animation:ripple 0.2s linear forwards;}
.md-radio input[type="radio"]:checked + label:after{-webkit-transform:scale(1);transform:scale(1);}
.md-radio label{display:inline-block;height:4px;position:relative;padding:0 30px;margin-bottom:0;cursor:pointer;vertical-align:bottom;font-family:'Poppins-Light', sans-serif;font-size:16px;font-weight:normal;color:#f7f7f7;}
.md-radio label:before, .md-radio label:after{position:absolute;content:'';border-radius:50%;transition:all .3s ease;transition-property:border-color, -webkit-transform;transition-property:transform, border-color;transition-property:transform, border-color, -webkit-transform;}
.md-radio label:before{left:0;top:0;width:20px;height:20px;border:2px solid rgba(255, 255, 255, 0.61);}
.md-radio label:after{top:6px;left:6px;width:8px;height:8px;-webkit-transform:scale(0);transform:scale(0);background-color:#ffc000;}
.color-d{color:#fff !important;}
.cstm-form{display:block;width:100%;height:34px;padding:6px 0px;font-size:14px;line-height:1.42857143;color:#fff;background-color:transparent;background-image:none;border-bottom:1px solid rgba(255, 192, 0, 0.3);border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;-o-transition:none;transition:none;border-right:0;border-top:0;border-left:0;font-family:'OpenSans-Light', sans-serif;margin-bottom:27px;}
.cstm-form input:focus{outline-offset:0px;}
.register-input-palce input::placeholder{color:rgba(255, 255, 255, 0.60) !important;}
.register-input-palce select{color:rgba(255, 255, 255, 0.60);}
.cstm-form:focus{outline:-webkit-focus-ring-color auto 0px;}
.option-class{color:#000;}
.find-love{font-size:16px;font-family:'Poppins-Bold';background-color:#ff1414;border-radius:6px;color:#fff;margin-top:0px;text-align:center;width:228px;padding:9px 12px;height:40px;}
.find-love:hover,.find-love:focus{color:#fff;}
.search_for{background:url(../images/right-11.png) right 0px center no-repeat,url(../images/left-11.png) left 0px center no-repeat, #ffffff;margin-top:10px;min-height:192px;}
.indian-matri-title p{font-size:30px;color:#180a04;margin:5px 0 0px;}
.indian-matri-color-blue{color:#ff3838;}
.recent-new{background-image:url(../images/art-1-2.png);background-position:center;background-repeat:no-repeat;background-position:top;}
.frame{background:url(../images/re-right.png) right 15px top 260px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;min-height:213px;}
.feature-wedding{background-color:#d95548;min-height:200px;height:auto;margin-top:40px;}
.service-box-new-img img{width:100%;height:203px;object-fit:cover;border-bottom-left-radius:10px;border-top-left-radius:10px;}
.service-box-new{border-bottom-right-radius:10px;border-top-right-radius:10px;width:100%;min-height:203px;background-color:#fff;height:auto;float:left;padding-top:10px;box-shadow:0px 0px 20px 6px rgba(204, 204, 204, 0.18);}
.service-box-new p{font-size:12.5px;}
.padding-right-zero{padding-right:0px;}
.padding-left-zero{padding-left:0px;}
#feature-wedding .owl-prev:before,
#feature-wedding.owl-next:before{content:"\f104";font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;}
#feature-wedding .owl-next:before{content:"\f105";font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;}
#feature-wedding .owl-prev{display:inline-block!important;line-height:26px;width:30px;height:30px;opacity:5 !important;background-color:#fff!important;margin:1px!important;border-radius:100%!important;margin-right:15px!important;margin-bottom:15px!important;box-shadow:0px 0px 20px 6px rgba(204, 204, 204, 0.18);color:#ff1414;}
#feature-wedding .owl-next{display:inline-block!important;line-height:26px!important;width:30px!important;height:30px!important;opacity:5!important;background-color:#fff!important;margin:1px!important;border-radius:100%!important;margin-right:15px!important;margin-bottom:15px!important;box-shadow:0px 0px 20px 6px rgba(204, 204, 204, 0.18);color:#ff1414;}
#feature-wedding .owl-theme .owl-controls .owl-buttons div{color:#326af5 !important;background:#ffffff!important;box-shadow:0px 0px 20px 6px rgba(204, 204, 204, 0.27);}
.rating-wedding i{color:#f7b21d;font-size:14px;margin-right:5px;}
.rating-title h4{margin-top:0px;margin-bottom:4px;}
.rating-title p{font-size:16px;margin:0 0 9px;color:#3e3e3e;}
.rating-title p.address{font-size:13px !important;}
.hr-new{margin-top:5px;margin-bottom:5px;border:0;border-top:1px solid rgba(88, 88, 88, 0.14);}
.price-r{color:#333333;margin:0 0 0px;}
.brd-right{border-right:1px solid rgba(88, 88, 88, 0.14);}
p.card-text{text-align:justify;padding:0px 12px 0px;color:#585858;font-size:14px;}
p.card-text a{font-size:14px;color:#585858;font-weight:bold;}
.rating-title{padding-right:15px;padding-left:15px;}
.rating-wedding{padding-right:15px;padding-left:15px;}
.learn-more p{padding-right:15px;padding-left:15px;font-size:14px;margin:10px 0 10px;}
.learn-more p a{background:-webkit-linear-gradient(#ff1313, #ff1313);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.stay-connected{background:#ff3838;margin-top:20px;padding-bottom:30px;}
.stay-connected-title p{font-size:35px;color:#fff;margin:20px 0 20px;}
.stay-connected-title-dec p{font-size:17px;color:#ffffff!important;}
._Availablenowat{margin-top:10px;margin-bottom:5px;}
._Availablenowat span{display:block;color:#fff;font-weight:bold;letter-spacing:1px;font-size:16px;}
._Availablenowat a{display:inline-block;box-shadow:0 0 17px #00000057;border-radius:8px;margin-top:8px;margin-left:15px;}
._Availablenowat a img{display:inline-block;height:59px;width:200px;}
._Availablenowat a:last-child{}
.hr-mobile-new{margin-top:0px;margin-bottom:0px;border:0;border-top:2px solid #fff;}
.start-planning{background:#ff3838;margin-top:20px;}
.start-planning-title p{font-size:35px;color:#fff;margin:20px 0 20px;}
.start-planning-title-dec p{font-size:17px;color:#ffffff!important;}
.about-c p{font-size:15px;line-height:1.9;color:#212121;margin-bottom:30px;}
.browse-matri{background:url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat, #f7f7f7;min-height:450px;}
.footer-title span{height:2px;width:140px;background-color:#ffffff;display:block;border-radius:100px;}
.footer-title p{color:#ffffff;font-size:16.21px;margin:0 0 0px;font-family:'Poppins-SemiBold', sans-serif;}
.cust_padding{padding-right:35px;padding-left:35px;}
.new-footer-ul{margin-top:10px;margin-bottom:5px;min-height:60px;}
.new-footer-ul li a{color:#585858;font-size:14.18px;padding:6px 3px;transition:all 0.4s ease-in-out;line-height:1.7;}
span.line{font-weight:100;font-size:8px;color:#585858;}
.footer-bg{background-color:#ff3838;}
.about-us p{color:#ffffff;font-size:14px;margin:10px 0 10px;line-height:1.9;}
.social-icon-footer p{font-size:14.18px;color:#000;margin:0 0 18px;display:inline-block;}
.social-icon-footer p a{color:#000;}
.social-icon-footer p a i{font-size:18px;vertical-align:bottom;margin-right:10px;}
.facebook{color:#ffffff;}
.twitter{color:#ffffff;}
.linked{color:#ffffff;}
.insta{color:#ffffff;}
.cms-ul li a{color:#ffffff;font-size:14px;}
.cms-ul li a i{font-size:12px;margin-right:4px;}
.cms-ul li{line-height:28px;}
.cms-ul{margin-bottom:15px;}
.nb-copyright{background:#2A2A2A;height:53px;}
.nb-copyright .copyrt h6{color:#fff;font-size:14px;margin-top:20px;margin-bottom:10px;}
.browse-matrimony{padding-right:85px;padding-left:85px;}
.browse-matrimony-sub{padding-right:40px;}
.browse-matrimony-title span{height:1px;width:220px;background-color:#ccc;display:block;border-radius:100px;margin-top:10px;}
.browse-matrimony-title p{color:#181818;font-size:20px;margin:0 0 0px;font-family:'Poppins-Bold', sans-serif;}
.vl{border-left:2px solid #585858;height:10px;display:inline-block;margin:0px 10px;}
.browse-matrimony-more{margin-bottom:20px;}
.browse-matrimony-more a{color:#ff3838;font-weight:bold;}
.browse-matrimony-more i{margin-left:5px;font-size:10px;}
.country{background-color:#EFEFEF;width:100%;height:80px;margin-top:20px;}
.browse-matrimony-more-country{text-align:center;margin-top:15px;margin-bottom:5px;}
.browse-matrimony-more-country a{color:#ff3838;font-weight:bold;}
.browse-matrimony-more-country i{margin-left:5px;font-size:10px;}
.country-list{padding:30px 0px;text-align:center;}
.country-list a{color:#585858;}
.banner{position:relative;}
.owl-theme .owl-controls{margin-top:10px;}
.owl-theme .owl-controls .owl-page span{background:#5e5f5f;opacity:1;transition:all 0.4s ease 0s;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background-image:linear-gradient(90deg,#01e9bd,#007cde)!important;}
.owl-theme .owl-controls .owl-page.active span{width:10px!important;height:10px!important;}
.owl-theme .owl-controls .owl-page span{display:block;width:10px !important;height:10px!important;margin:10px 7px!important;filter:Alpha(Opacity=50);opacity:5!important;-webkit-border-radius:20px!important;-moz-border-radius:20px!important;border-radius:20px!important;background:transparent!important;border:2px solid #fff!important;}
.testimonial img{width:100%;height:548px;}
.owl-theme .owl-controls .owl-page{display:block !important;}
.owl-theme .owl-controls{margin-top:10px;text-align:center;position:absolute;top:232px;right:14px;}
.menu-position{position:absolute;z-index:999;width:100%;left:0;right:0;}
header{position:fixed;text-align:center;font-size:35px;height:80px;background-repeat:no-repeat;background-position:left 0px top;color:#fff;transition:all 0.4s ease;right:0;left:0;top:20px;}
header h1{margin:0;line-height:158px;}
header.sticky{font-size:35px;height:80px;text-align:center;background-color:#ffffff;z-index:888;top:0px;}
header.sticky h1{margin:0;line-height:72px;}
.navbar-brand img{}
.navbar-brand{float:left;height:80px;padding:4px 0px;font-size:18px;line-height:20px;}
.header-btn{float:right;margin-top:5px;}
.header-btn a{text-decoration:none;color:inherit;}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{color:#fff;border-color:#122b40;background-color:#f13c20;}
.btn.btn-primary{background-image:none;border:transparent;margin:3px;border-radius:50px;outline:none;color:#FFF;letter-spacing:0px;padding:6px 20px;font-size:15.17px;background:transparent;font-family:'Poppins-Medium', sans-serif !important;}
button.btn.btn-primary:hover{background-image:linear-gradient(90deg,#085bf5,#4113ec);border:transparent;margin:3px;border-radius:50px;outline:none;color:#FFF;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:500;}
.sidebar-icon{margin-left:0px;float:right;margin-top:16px;display:none;}
.sidebar-icon i{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.sidebar-icon:hover{}
#sidebar{width:250px;position:fixed;top:0;right:-250px;height:100vh;z-index:10000;color:#fff;transition:all 0.5s;overflow-y:scroll;box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);(#01e9bd, #007cde);background:#ff3838;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01e9bd', endColorstr='#007cde',GradientType=1);}
#sidebar.active{right:0;outline:none;}
#sidebar:focus{outline:none;}
#dismiss{line-height:35px;text-align:center;position:absolute;left:10px;padding:4px 12px;cursor:pointer;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;font-size:16px;outline:none;}
.overlay{position:fixed;width:100vw;height:100vh;background:rgba(0, 0, 0, 0.7);z-index:9999;display:none;}
#sidebar .sidebar-header{padding:20px;background:#921935;}
#sidebar ul p{color:#fff;padding:10px;}
#sidebar ul.components li a{padding:4px 30px;font-size:16px;font-weight:500;display:block;color:#fff;text-decoration:none;}
#sidebar ul.components li a:hover{color:#ffffff;background:#ffffff57;}
#sidebar ul.components li.active > a, a[aria-expanded="true"]{color:#fff;}
ul.CTAs{padding:0px 20px;margin-top:45px;}
ul.CTAs a{text-align:center;font-size:14px !important;text-transform:uppercase;display:block;border-radius:100px;margin-bottom:5px;text-decoration:none;}
a.register{background:#fff;color:#ff3838;padding:8px;font-size:1.1em;display:block;}
a.login, a.login:hover{background:transparent !important;color:#fff !important;border:solid #fff 1px;padding:8px;font-size:1.1em;display:block;}
.top-nav-collapse .sidebar-icon{color:#cd3162;}
.top-nav-collapse .sidebar-icon:hover{color:#cd3162!important;}
.side-feedback{padding:10px 30px;}
.side-feedback h3{font-size:14px;color:#fff;margin-bottom:5px;}
.side-feedback p{font-size:14px;color:#fff;font-weight:normal;}
.side-feedback p a{color:#ffba38;text-decoration:none;}
.side-social a{color:#fff;}
.side-social a:hover{color:#c7c7c7;}
.header-right{left:95px;}
._hamburge{float:right;margin-top:10px;background-color:#ffffff;position:absolute;right:0;width:auto;padding:10px;border-top-left-radius:35px;border-bottom-left-radius:35px;left:5px;}
._hamburge ul li{float:left;}
._logo a img{width:295px;height:35px;margin-top:16px;}
._navBarMani{display:block;height:80px;background-color:#ffff;}
._hamburge ul li{margin-right:15.9px;margin-top:0px;margin-left:20px !important;}
._hamburge ul li:last-child{}
._hamburge ul li:nth-child(5){margin-right:27px;}
._hamburge ul li a{color:#353535;display:block;font-size:14px;font-family:'Poppins-Regular', sans-serif;padding:5px 10px;}
._hamburge ul li a:hover{background-color:#ff3838 !important;color:#fff !important;border-radius:20px;}
.dropdown-menu{left:-45px;text-align:center;}
.dropdown-menu a:last-child{border-bottom:none;}
.dropdown-menu a{padding:6px;border-bottom:1px solid #8080808f;color:#353535!IMPORTANT;font-size:14px !important;text-align:left;}
.menu-active{background-color:#ff3838 !important;color:#fff !important;border-radius:20px;}
.search-box h1{font-size:60px;text-align:center;color:#fff;margin-bottom:0;}
.matri_title h2{font-size:18px;text-align:center;color:#fff;margin-top:10px;}
.search-box{background-color:transparent;width:100%;height:120px;padding:15px;margin-left:auto;margin-right:auto;position:absolute;}
.search-box-b-d{background-color:#0a0054;height:97px;}
.search-section{background:#fff;border-radius:30px;width:80%;height:50px;margin:20px auto;}
.search-new-bg{background-color:#f9f9f9;min-height:164px;}
.custom-select-wrapper{position:relative;display:block;user-select:none;}
.custom-select-wrapper select{display:none;visibility:hidden;border:0px;}
.custom-select-trigger{position:relative;display:block;padding:0 0px 0 0px;font-size:14px;color:#636363;line-height:48px;cursor:pointer;}
.custom-select-trigger:after{position:absolute;display:block;content:'';width:7px;height:7px;top:50%;right:-6px;margin-top:0px;border-bottom:1px solid #3b3c1f;border-right:1px solid #3b3c1f;transform:rotate(45deg) translateY(-50%);transition:all .4s ease-in-out;transform-origin:50% 0;}
.custom-select.opened .custom-select-trigger:after{margin-top:3px;transform:rotate(-135deg) translateY(-50%);}
.custom-options{position:absolute;display:block;top:100%;left:0;right:0;min-width:100%;max-height:153px;overflow:auto;overflow-x:hidden;margin:0px 0;border:1px solid #dedede;box-sizing:border-box;box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;transition:all .4s ease-in-out;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-15px);border-radius:10px;}
.custom-select.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);z-index:100;}
.custom-options:before{position:absolute;display:block;content:'';bottom:100%;right:25px;width:7px;height:7px;margin-bottom:-3px;border-top:1px solid #b5b5b5;border-left:1px solid #b5b5b5;background:#fff;transform:rotate(45deg);transition:all .4s ease-in-out;}
.option-hover:before{background:#f9f9f9;}
.custom-option{position:relative;display:block;padding:0 17px;border-bottom:1px solid #ececec;font-size:15px;font-weight:normal;color:#464646;line-height:37px;cursor:pointer;transition:all .4s ease-in-out;}
.custom-option:first-of-type{border-radius:0px 0px 0 0;}
.custom-option:last-of-type{border-bottom:0;border-radius:0 0 0px 0px;}
.custom-option:hover, .custom-option.selection{background:#ececec;}
.banner-two{position:relative;}
.matri_title{position:absolute;width:100%;top:-400px;right:0;left:0;z-index:888;}
.matri_title h1{font-size:60px;text-align:right;color:#fff;margin-bottom:0;text-transform:uppercase;}
.matri_title h2{font-size:18px;text-align:right;color:#fff;margin-top:10px;margin-left:20px;}
.search-new{position:absolute;right:0;left:0;bottom:63px;}
.lm_find{min-height:393px;margin-top:30px;}
.find-title-mega{font-size:35px;}
.color-theme-o{color:#ff5850;}
.img-box-new img{height:164px;object-fit:contain;width:100%;}
.img-box-new h3{font-family:'Poppins-SemiBold', sans-serif !important;font-size:21px;margin-top:18px;text-align:center;}
.img-box-new p{font-size:15px;margin-top:15px;text-align:center;color:#313131;}
.get-s{width:175px;height:50px;border-radius:30px;font-size:18px;text-transform:capitalize;background:#ff3838;border:transparent;outline:none;color:#FFF;letter-spacing:0px;padding:12px 20px;font-family:'Poppins-Medium', sans-serif !important;}
.get-s:hover,.get-s:focus{color:#fff;}
.get-s-2{width:200px;height:50px;border-radius:30px;font-size:18px;text-transform:capitalize;background:#ffffff;border:transparent;outline:none;color:#ff3838;letter-spacing:0px;padding:12px 20px;font-family:'Poppins-Medium', sans-serif !important;}
.get-s-1 a{border-radius:30px;}
.get-s-2:hover,.get-s-2:focus{color:#ff3838;}
.recnt-j{}
.recent-p p{color:#fff;margin-top:10px;}
.recent-img img{width:200px;height:200px;object-fit:cover;border:3px solid #fff;border-radius:4px;}
.recent-img h4{font-family:'Poppins-SemiBold', sans-serif !important;color:#fff;text-align:center;}
.recent-img p{font-size:13px;color:#fff;}
.startplanningdec{margin-top:30px;}
.lm_find-1{background:url(../images/right-1.png) right 0px center no-repeat,url(../images/left-1.png) left 0px center no-repeat;min-height:393px;margin-top:30px;margin-bottom:20px;}
.lm_find-2{background:url(../images/right-11.png) right 0px center no-repeat,url(../images/left-11.png) left 0px center no-repeat;min-height:393px;margin-top:30px;margin-bottom:20px;}
.recent-new-1{background-image:url(../images/re-art.png);background-position:center;min-height:512px;background-repeat:no-repeat;background-position:top;}
.frame-1{background:url(../images/re-right.png) right 15px top 15px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;min-height:213px;}
.testimonial_new{margin-top:30px;position:relative;}
.testimonial_new .pic{width:100%;overflow:hidden;margin:0 auto;position:absolute;position:relative;left:0;right:0;background:#fff;}
.testimonial_new .pic img{width:100%;border-top-right-radius:7px;border-top-left-radius:7px;}
@media only screen and (max-width:479px){.testimonial_new{padding:30px 10px 30px;}
.testimonial_new .description:before{top:-20px}
.testimonial_new .title{font-size:12px;}
.testimonial_new .post{font-size:11px;}
}
.pic-2{width:330px;height:410px;left:15px;right:0;background:#fff;border-radius:7px;-webkit-box-shadow:2px 2px 55px -13px rgba(0,0,0,0.26);-moz-box-shadow:2px 2px 55px -13px rgba(0,0,0,0.26);box-shadow:2px 2px 55px -13px rgba(0,0,0,0.26);}
.matri-id-s{padding:10px 12px;font-size:15px;font-family:'Poppins-SemiBold', sans-serif !important;color:#161616;}
.matri-id-s-2{padding:11px;font-family:'Poppins-Medium', sans-serif !important;font-size:13px;color:#8D8D8D;margin:-15px 0 0px;line-height:20px;text-align:justify;}
.matri-zero{margin:0px 0 0px;color:#373737;font-family:'Poppins-Regular', sans-serif !important;}
.matri-hr{margin-top:-14px;margin-bottom:18px;border:0;border-top:1px solid #d5d5d5;}
.frame-2{background:url(../images/re-right.png) right 15px top 370px no-repeat,url(../images/re-left.png) left 15px top 15px no-repeat;min-height:213px;height:600px;}
.recent-new-2{background-image:url(../images/art-1-2.png);background-position:center;background-repeat:no-repeat;}
.scroller.scroller-right-1{background-color:#e40955;width:34px;height:43px;margin-top:0;border-radius:0px 10px 10px 0px;}
.scroller.scroller-right-1{background-color:#e40955;width:34px;height:43px;margin-top:0;border-radius:0px 10px 10px 0px;}
.alert-header{text-align: center;font-size: 20px;font-family: 'Poppins-SemiBold', sans-serif !important;}

.pm-0
{
    padding:0px;
    margin:0px;
}
.new-header-modal.mod-d-flex
{
    display:flex;
    justify-content: space-between;
    padding: 13px 15px 7px;

}
.new-header-modal.mod-d-flex p
{
    font-size: 18px;
    text-align: start;
}
.new-header-modal.mod-d-flex:before,
.new-header-modal.mod-d-flex:after{
    display: none;
}
.modal.bannerModal{
    background: #0000000f;
    backdrop-filter: blur(2px);
}
.mod-d-flex .close-notification {
    height: 36px;
    min-width: 36px;
    width: 36px;
    background: #003c72;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding-top: 1px;
}

@media only screen and (max-device-width: 480px) {
   .bannerModal ._Availablenowat{
       margin-top: 10px;
       margin-bottom: 0px;
       margin-left: 0px;
   }
}
