
@media all and (max-width:1599px) {

	.wrapper {
	  width: 1240px;
	}

	.section_real_wedding .other-categories { padding: 30px 0 60px;	}

	.section_real_wedding .other-categories ul li .box_block .text {
		left: 20px;
		right: 40px;
		bottom: 20px;
		font-size: 13px;
	}

	.section_planning .planning-slider .slick-arrow.slick-prev {
		left: 0
	}

	.section_planning .planning-slider .slick-arrow.slick-next {
		right: 0
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}

	.section_banner .content_block {
	    padding: 90px 0 0 20px;
	}
	.section_banner h2:first-child {
	  margin-bottom: 30px;
	  font-size: 36px;
	}
	.section_banner h2 {
	    font-size: 24px;
	}
	.section_international .advertise .content {
	  width: 52%;
	  padding: 90px 0;
	}
	.section_international .advertise .content h4 {
	    font-size: 36px;
	}
	.section_findresort {
	    padding: 60px 0;
	}
	.section_findresort .content_block h2 {
	    font-size: 36px;
	}
	.section_findresort .content_block {
	    width: 560px;
	}
	.home_banner .home-slider .slick-slide .slide .content_block {
        width: 540px;
    }
    
    .liveinstafeed .followus .smlwlogo {
        position: relative;
        padding: 26px 0 26px 180px;
    }
    
    
}

@media all and (max-width:1365px) {

	.row,
	.section_wedding_process ul {
		margin: 0
	}

	.section_video .list .half.big iframe {
		height: 530px !important;
		/*width:345px;*/
	}

	.section_video .list .half.small iframe {
		height: 264px !important;
		
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}
}

@media (min-width: 1200px) {
    .wrapper {max-width: 1140px;}
}

@media all and (max-width:1279px) {
	
	.primary_header nav button { width: 37px; height: 37px; display: block; position: relative; background-color: transparent; }
	.primary_header nav button span { position: absolute; width: 37px; height: 2px; font-size: 0; background-color: #000; -webkit-border-radius: 2px; border-radius: 2px; top: 50%; right: 0; bottom: 0; left: 0; transform: translateY(-50%); transition: all .3s linear; -webkit-transition: all .3s linear; }
	.primary_header nav button span::before, .primary_header nav button span::after { position: absolute; content: ""; background-color: #000; width: 37px; height: 2px; -webkit-border-radius: 2px; border-radius: 2px; left: 0; right: 0; transition: all .3s linear; -webkit-transition: all .3s linear; }
	.primary_header nav button span::before { top: -2px; }
	.primary_header nav button span::after { bottom: -10px; }
	.primary_header nav button.active span { width: 0; height: 0; }
	.primary_header nav button.active span::before { transform: rotate(-45deg); top: 0; }
	.primary_header nav button.active span::after { transform: rotate(45deg); bottom: 5px; }
	
	.wrapper_fluid {
	    padding: 0 15px;
	}

	/*.wrapper {*/
	/*	width: 920px*/
	/*}*/

	.primary_header .logo {
		width: 230px
	}

	.primary_header nav {
		position: relative
	}

	.primary_header nav button {
		display: block;
		z-index: 102;
		position: absolute;
		right: 0;
		width: 30px;
		height: 30px;
		margin-top: 41px;
		background-color: transparent;
		font-size: 0;
		cursor: pointer
	}

	.primary_header nav button span {
		-webkit-transition: .3s linear;
		width: 18px
	}

	.primary_header nav button span::after,
	.primary_header nav button span::before {
		-webkit-transition: .3s linear;
		content: "";
		width: 30px
	}

	.primary_header nav button span::before {
		margin-top: -8px
	}

	.primary_header nav button span::after {
		margin-top: 8px
	}

	.primary_header nav button:hover span,
	.primary_header nav button:hover span::before {
		width: 30px
	}

	.primary_header nav button:hover span::after {
		width: 30px
	}

	.primary_header ul {
		transition: .3s linear;
		-webkit-transition: .3s linear;
		opacity: 0;
		visibility: hidden;
		z-index: 101;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		padding: 60px;
		height: 100%;
		overflow-y: auto
	}

	.primary_header ul.open {
		opacity: 1;
		visibility: visible
	}

	.primary_header ul a.close-btn {
		display: block;
		position: absolute;
		right: 60px;
		top: 15px;
		width: 20px;
		height: 20px;
		background: url(../images/icon-close.png) center center no-repeat;
		font-size: 0;
		opacity: .6
	}

	.primary_header ul a.close-btn:hover {
		opacity: 1
	}

	.primary_header ul li {
		display: block;
		position: relative;
		margin-left: 0;
		margin-bottom: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		line-height: 1
	}

	.primary_header ul li:first-child {
		border-top: 0 solid rgba(0, 0, 0, .1)
	}

	.primary_header ul li>a::before {
		background-color: #999
	}

	.primary_header ul>li>a {
		display: block;
		padding: 15px 0;
		font-size: 16px;
		color: #333;
		line-height: 1;
	}

	.primary_header ul>li>span.toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 46px;
		height: 46px;
		background: url(../images/dd-arrow2.png) center center no-repeat #f7f7f7;
		cursor: pointer
	}

	.primary_header ul>li>span.toggle.open {
		background: url(../images/dd-arrow2-up.png) center center no-repeat #efefef
	}

	.primary_header ul li a.toggle {
		display: block;
		padding: 15px 0;
		color: #333;
		background: url(../images/dd-arrow2.png) right center no-repeat
	}

	.primary_header ul li .dropdown {
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		padding: 20px 15px;
		background-color: #efefef;
		display: none
	}

	.primary_header ul li .dropdown .wrapper,
	.section_banner .searching label:first-child select,
	.section_banner .searching label:nth-child(2) select,
	.section_banner .searching label:nth-child(3) select,
	.section_banner .searching select,
	.section_banner ul,
	.section_real_wedding .other-categories .col-50 {
		width: 100%
	}

	.primary_header ul li .dropdown h4 {
		margin-bottom: 12px;
		padding-bottom: 10px;
		font-size: 18px
	}

	.primary_header ul li .dropdown p {
		font-size: 14px
	}

	.primary_header ul li .dropdown p:last-child,
	.section_banner.inner .heading h2 {
		margin-bottom: 0
	}

	.primary_header ul li .dropdown ol li {
		width: 16.66%
	}

	.primary_header ul li a.btn {
		display: inline-block;
		padding: 0 25px;
		color: #fff
	}

	.section_banner {
		padding: 120px 0 140px;
		background:url(../images/home-slide.jpg) left top/cover no-repeat #c2c9db;
		
	}

	.section_banner h2:first-child {
		margin-bottom: 30px;
		font-size: 28px
	}

	.section_banner h2 {
		font-size: 28px
	}

	.section_banner .searching {
		text-align: left;
		width: 100%
	}

	.section_banner .searching label {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 10px;
		border-left: 0 solid #c1c1c1;
		width: 100%;
		display: block
	}

	.section_banner .searching label:first-child input[type=text],
	.section_banner.inner .searching label:first-child input[type=text] {
		width: 100%;
		height: 48px;
		background-color: #f6f6f6;
		font-size: 18px;
	}

	.section_banner .searching select {
		height: 48px;
		background: url(../images/icon-dd-select.png) right center no-repeat #f6f6f6;
		font-size: 18px;
	}

	.section_banner .searching input[type=submit] {
		height: 52px;
		margin-left: 0;
		border-radius: 4px;
		font-size: 16px;
		line-height: 52px
	}

	.section_banner ul li {
		font-size: 16px
	}

	.section_planning .planning-slider .slick-arrow {
		opacity: .7
	}

	.section_planning .planning-slider .slick-arrow.slick-prev {
		left: 10px
	}

	.section_planning .planning-slider .slick-arrow.slick-next {
		right: 10px
	}

	.section_findresort {
		height: 600px;
		padding-top: 60px;
		background-attachment: scroll;
		
	}

	.section_findresort .content_block {
		width: 600px
	}

	h2 {
		font-size: 32px
	}

	h3 {
		font-size: 24px
	}

	.section_reasons ul li {
		padding: 0 15px;
		font-size: 15px
	}

	.section_testimonials .testimonial-slider .slick-slide {
		padding: 0 90px
	}

	.section_banner.inner {
		padding: 50px 0
	}

	.section_banner.inner h1 {
		margin-bottom: 30px;
		font-size: 24px
	}

	.section_banner.inner h2 {
		font-size: 20px
	}

	.section_wedding_process ul {
		margin: 0 -10px
	}

	.section_wedding_process ul li {
		margin-top: 20px;
		padding: 0 10px
	}

	.section_wedding_process ul li:nth-child(3) {
		margin-top: 20px
	}

	.callaction .advertise,
	.section_international .advertise {
		height: 420px
	}

	.section_international .advertise .content {
		width: 92%
	}

	.section_stressfree ul li {
		width: 33.33%;
		margin-bottom: 15px
	}

	.section_video .list .half.big iframe {
		height: 330px !important;
		width:470px;
	}
	

	.section_video .list .half.small iframe {
		height: 164px !important;
		width:190px;
	}

	.desktop {
		display: none
	}

	.mobile {
		display: block
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}

	.section_banner .content_block {
	  width: 100%;
	}
	.section_banner .searching { box-shadow: none; }
	.section_banner .searching label:nth-child(1) { width: 100%; }
	.section_banner .searching label:nth-child(2) { width: 100%; }
	.section_banner h2:first-child br { display: none; }
	
	
    .section_banner .content_block {
        padding: 90px 60px 0 60px;
     }
     
     
}

@media all and (max-width:979px) {
	.wrapper {
		width: 720px
	}
	.wedding-planning{
	    width:100%;
	}
    .wedding-planning-months img{
        width:40%;
    }
    .wedding-planning-sec ul{
        width:70%;
    }
	.search-window .search-block input[type=text] {
		height: 90px;
		font-size: 60px;
		line-height: 90px
	}

	.secondary_header {
		padding: 15px 0;
		font-size: 13px
	}

	.secondary_header ul li {
		margin-left: 8px
	}

	.primary_header ul li .dropdown ol li {
		width: 25%
	}

	.primary_header ul li .dropdown .col-50 ol li,
	.section_wedding_process ul li,
	ul.list-cities li,
	ul.list-countries li {
		width: 50%
	}

	.section_banner h1 {
		margin-bottom: 25px;
		font-size: 32px
	}

	.section_banner h2 {
		font-size: 24px
	}

	.line {
		top: 20px
	}

	.inner_content,
	.section_planning {
		/*padding: 90px 0 25px*/
	}

	.section_planning .planning-slider .slick-arrow {
		opacity: .7;
		width: 32px;
		height: 32px
	}

	h3 {
		font-size: 32px
	}

	.section_awards {
		padding: 25px 0 60px
	}

	.section_awards .content_block {
		background: url(../images/award_img.jpg) 140% center no-repeat #f6e2cb;
		padding: 30px 0 30px 30px
	}

	.section_findresort {
		background-position: right bottom;
		padding-top: 30px
	}

	.section_findresort .content_block {
		width: 100%
	}

	.section_couple,
	.section_real_wedding,
	.section_wedding_process {
		padding: 45px 0;
	}

	.section_wedding_process {
		padding: 45px 0px;
	}

	#service {
	    margin-bottom: 50px;
	}

	.section_couple a.pic .overlay .info strong {
		margin: 0 0 10px;
		font-size: 18px
	}

	.section_couple a.pic .overlay .info i {
		padding: 15px 10px;
		font-size: 15px
	}

	.section_real_wedding { padding: 45px 0 0; }

	.section_reasons {
		padding: 0px 0 45px;
		margin-bottom: 30px;
	}

	.darkroundbg {
	    padding: 45px 0;
	}

	.section_partners {
		padding: 30px 0
	}

	#instafeed a,
	ul.list-certificates li,
	ul.list-gallery li {
		width: 33.33%
	}

	.section_partners ul li {
		width: 33.33%;
		margin-bottom: 10px
	}

	footer .linkinfo {
		padding: 30px 0 60px
	}

	.section_banner.inner .heading h1 {
		font-size: 72px
	}

	ul.list-videos li {
		width: 50%;
		margin-top: 15px
	}

	ul.list-videos li iframe {
		width: 100% !important;
		height: 200px !important
	}

	.section_video {
		padding: 45px 0px 45px
	}
	.destination-wedding-hotel{
	display:block;
	}
	.destination-wedding-hotel p{
	    width:100%;
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}

	.section_real_wedding .other-categories { background-position: left center; }
	.section_real_wedding .other-categories ul { margin: 0 0px; width: 100%; }
	.section_real_wedding .other-categories ul li { margin-top: 35px; padding: 0 0; }
	
	.liveinstafeed ul li {
        width: 50%;
    }
}

@media all and (max-width:767px) {

	.callaction .advertise .content,
	.section_international .advertise .content {
		top: auto;
		transform: translateY(0);
		bottom: 15px
	}
	.shown-chat-window{
	    margin-bottom:200px;
	    z-index:2;
	}

	.contact-btn a,
	.contact-btn a img {
		vertical-align: middle;
		display: inline-block
	}

	body {
		overflow-x: hidden
	}

	h2 {
		font-size: 28px
	}

	.section_awards .content_block h4,
	.section_international .advertise .content h4,
	h3 {
		font-size: 28px
	}

	.lightroundbg {
	    padding:0px 0 40px;
	}

	.darkroundbg .inner_content {
	    padding: 50px 0 0px;
	}
	.smlwnews ul li {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-top: 20px;
	    padding: 0 10px;
	}

	footer .linkinfo .row .col-25 {
	    width: 100%;
	    float: left;
	    padding: 0 0px 30px;
	}

	footer .linkinfo .row .col-25:last-child {
	    padding: 0 0px 0px;
	}

	.accordion h6 {
	    padding: 15px 45px 15px 20px;
	}

	p {
		margin: 0 0 20px;
	}

	.btn,
	.inner_content.hotels .row .col-33,
	.inner_content.vow-renewals .awards .block,
	.row.aboutus .col-50,
	.secondary_header .fr,
	.section_awards .content_block .block,
	.section_findresort .content_block,
	.section_partners .col-50,
	.section_real_wedding .other-categories ul li,
	.section_wedding_process .wrapper {
		width: 100%
	}

	.wrapper {
		width: 92%
	}

	.search-window .search-block input[type=text] {
		height: 60px;
		font-size: 28px;
		line-height: 60px
	}

	.overlay .prebooking a.close-btn,
	.search-window a.close-btn {
		width: 42px;
		height: 42px
	}

	.secondary_header {
		font-size: 14px
	}

	.callaction .advertise .content h3 br,
	.secondary_header .fr,
	.section_banner h1 br,
	.section_international .advertise .content h4 br,
	.tac br {
		display: none
	}

	.secondary_header .fl { width: 100%; text-align: center; }

	.secondary_header ul {
		text-align: center
	}

	.secondary_header ul li {
		margin-left: 5px;
		font-size: 14px
	}

	.primary_header {
		height: 85px
	}

	.primary_header .logo {
		width: 164px
	}

	.primary_header ul {
		padding: 100px 15px 30px 15px;
	}

	.primary_header nav button {
		margin-top: 16px
	}

	.primary_header ul li .dropdown {
		padding: 30px 15px
	}

	.primary_header ul a.close-btn {
		right: 15px
	}

	.contact-btn,
	ol.list-destinations li::before {
		left: 0;
		right: 0
	}

	.primary_header ul li .dropdown .col-50 ol li,
	.primary_header ul li .dropdown ol li,
	ul.list-gallery li {
		width: 50%
	}

	.dropdown .row .col-50,
	.section_couple .row .col-25,
	.section_couple .row .col-33,
	.section_couple .row .col-66,
	.section_couple .row .col-75,
	.section_real_wedding .other-categories .col-50,
	.section_stressfree ul li,
	.section_wedding_process ul li,
	footer .linkinfo .row .col-40,
	ol.list-destinations li,
	.Personalizing li,
	.Personalizing_wedding_list ol li{
		width: 100%;
		padding: 0
	}

	.dropdown .row .col-50:nth-child(2) {
		margin-top: 25px
	}

	.section_banner {
		margin-bottom: 30px;
		height: auto;
		padding: 45px 0 !important;
		background:url(../images/home-slide.jpg) left top/cover no-repeat #c2c9db;
	}

	.icons-panel ul {
	    margin: 0 0px;
	}

	.icons-panel ul li {
	    width: 100%;
	    margin-top: 10px;
	    padding: 0 0px;
	}

	.section_banner h1 {
		margin-bottom: 15px;
		font-size: 24px
	}

	.section_banner h2,
	.section_partners h4 {
		font-size: 21px
	}

	.section_banner .searching label {
	    margin-top: 10px;
	}

	.section_banner .searching input[type=submit] {
		height: 48px;
		margin-left: 0;
		font-size: 15px;
		line-height: 48px;
		width: 100%
	}

	.section_banner ul li {
		text-align: center;
		font-size: 15px
	}

	.section_banner.inner.aboutus,
	.section_banner.inner.career,
	.section_banner.inner.certifications,
	.section_banner.inner.contactus,
	.section_banner.inner.desti-wedding,
	.section_banner.inner.gallery,
	.section_banner.inner.testimonials,
	.section_banner.inner.wed-celebrity,
	.section_banner.inner.wed-decoration,
	.section_banner.inner.wed-event,
	.section_banner.inner.wed-party,
	.section_banner.inner.wed-planner,
	.section_banner.inner.wed-reception,
	.section_banner.inner.wedding-in-india,
	.section_banner.inner.wedding-outside-india {
		background-position: left top;
		background-size: auto 100%
	}

	.section_advertise ul li {
		width: 100%;
		padding: 0 15px
	}

	.section_advertise ul li:nth-child(2) {
		margin: 15px 0
	}

	.section_planning {
		padding: 45px 0 45px
	}

	.section_planning h3 {
		margin-bottom: 10px;
		line-height: 1.4
	}

	.section_planning .planning-slider .box span {
		padding: 15px 20px;
		font-size: 16px
	}

	.inner_content.hotels h5,
	.section_planning .planning-slider .box blockquote strong {
		font-size: 16px
	}

	.inner_content.vow-renewals,
	.section_awards {
		padding: 0 0 15px
	}

	.section_awards .content_block {
		height: auto;
		background: #f6e2cb;
		padding: 30px 20px;
	}

	.inner_content.vow-renewals .four-reasons .heart-divider,
	.section_awards .content_block p a.btn {
		margin-bottom: 5px
	}

	.section_findresort {
		height: auto;
		background-position: left center;
		background-position: left center;
    	padding: 30px 15px;
	}

	.section_couple h2,
	.section_findresort .content_block h2,
	.section_real_wedding h2,
	.section_reasons h2 {
		line-height: 1.2
	}

	.section_findresort .content_block {
	    padding-left: 0px;
	}
	.section_findresort .content_block h2 { font-size: 28px; }

	.inner_content h3,
	.mrb30,
	.section_testimonials .testimonial-slider,
	.section_video .list {
		margin-bottom: 15px
	}

	.default-slider,
	.section_couple .row .col-66 {
		width: 100%;
		margin-bottom: 15px
	}

	.section_couple .row .col-25,
	.section_real_wedding .other-categories .col-50:nth-child(2) {
		margin-top: 15px
	}

	.section_reasons .heart-divider,
	footer .subscribe label.full {
		margin-bottom: 0
	}

	.section_reasons ul li {
		width: 100%;
		border-left: 0 solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		padding: 15px 0;
		font-size: 15px
	}

	.section_reasons ul li:first-child {
		border-left: 0 solid #e5e5e5;
		border-top: 0 solid #e5e5e5
	}

	.section_reasons ul li i {
		width: 90px;
		height: 90px
	}

	.section_reasons ul li i.offer,
	.section_reasons ul li i.peace,
	.section_reasons ul li i.service,
	.section_reasons ul li:hover i.offer,
	.section_reasons ul li:hover i.peace,
	.section_reasons ul li:hover i.service {
		background-size: 52px auto
	}

	.section_reasons ul li strong {
		margin: 20px 0 10px;
		font-size: 16px
	}

	.section_testimonials {
		padding: 45px 0 45px
	}

	.section_testimonials .testimonial-slider .slick-slide p { border-radius: 8px 8px 8px 8px; padding: 30px 20px; }

	.section_testimonials .icon img {
		width: 240px
	}

	.section_testimonials h2 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 24px
	}

	.section_testimonials .testimonial-slider .slick-slide {
		padding: 0 30px
	}

	.section_testimonials p strong {
		margin-top: 20px;
		font-size: 16px
	}

	.btn.center {
		margin: 5px 0
	}

	#instafeed {
		margin-bottom: 32px
	}

	footer .linkinfo {
		padding: 30px 0
	}

	footer .linkinfo .row .col-20 {
		width: 100%;
		margin: 15px 0;
		padding: 0
	}

	footer .linkinfo h4 {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 20px
	}

	footer .subscribe label {
		width: 100%;
		margin-bottom: 10px
	}

	footer .subscribe label:nth-child(2) {
		margin-bottom: 10px
	}

	footer .copyinfo {
		margin-bottom: 50px;
		padding: 20px 0 40px;
		font-size: 18px;
		line-height: 1.4
	}

	.overlay .prebooking {
		width: 94%;
		padding: 20px 15px 15px;
		height: 420px;
		overflow-y: auto
	}

	.overlay .prebooking h5 {
		font-size: 24px;
		line-height: 1.2
	}

	.overlay .prebooking p {
		font-size: 18px;
		line-height: 1.4
	}

	.overlay .prebooking label textarea {
		height: 70px
	}

	.btn.space {
		margin-right: 0;
		margin-bottom: 5px
	}

	.section_banner.inner {
		height: auto;
		padding: 120px 0
	}

	.section_banner.inner.textonly {
		height: 280px
	}

	.section_banner.inner.textonly .heading h1 {
		font-size: 52px;
		line-height: .8
	}

	.section_banner.inner h1 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.3
	}

	.callaction .advertise .content h5,
	.section_banner.inner h2 {
		font-size: 18px
	}

	.section_banner.inner .searching input[type=submit],
	.section_banner.inner .searching select {
		height: 42px;
		line-height: 42px
	}

	.section_banner.inner .heading h1 {
		font-size: 36px
	}

	ul.list-testimonials li {
		margin-top: 85px
	}

	ul.list-testimonials li .detail {
		padding: 60px 15px 25px
	}

	ul.list-testimonials li p:before {
		top: 0
	}

	ul.list-testimonials li p {
		padding-top: 75px
	}

	ul.list-certificates li {
		width: 50%;
		margin-top: 15px
	}

	.enquiry-form,
	.row,
	.row.aboutus,
	.section_wedding_process ul,
	ul.list-destination {
		margin: 0
	}

	.enquiry-form label {
		width: 100%;
		margin-bottom: 10px;
		padding: 0
	}

	ul.list-services {
		margin: 0 -5px 30px
	}

	ul.list-services li {
		width: 50%;
		margin-top: 15px;
		padding: 0 5px
	}

	ol.list-destinations,
	ol.Personalizing
	ul.list-videos {
		margin: 0 0 30px
	}

	ul.list-team li,
	ul.list-videos li {
		width: 100%;
		margin-top: 15px;
		padding: 0
	}

	ul.list-videos li iframe {
		width: 100% !important;
		height: 190px !important
	}

	.stylish {
		margin: 0 0 25px;
		font-size: 42px
	}

	.default-slider .slick-arrow.slick-prev {
		left: 10px
	}

	.default-slider .slick-arrow.slick-next {
		right: 10px
	}

	ul.list-destination li {
		width: 100%;
		margin-top: 0;
		padding: 0
	}

	ul.list-cities,
	ul.list-countries {
		margin: 0 0 15px
	}

	ul.list-cities li,
	ul.list-countries li,
	ul.list-honeymoons li {
		width: 100%;
		margin-top: 20px;
		padding: 0
	}

	ul.list-gallery {
		margin: 20px 0 0
	}

	.row.aboutus .col-50 img {
		width: 100%;
		margin: 15px 0
	}

	.section_wedding_process ul li .thumb a span.btn {
		width: auto
	}

	.section_international .advertise {
		height: auto;
		background-size: auto 100%;
	}

	.section_international .advertise .content {
		left: 15px;
		right: 15px;
		padding: 20px;
	}

	.section_awards .content_block .button-89 { width: 100%; }

	.section_stressfree {
		padding: 0px 0px 45px
	}

	.section_stressfree h2 {
		line-height: 1.4
	}

	#instagram-cont,
	.inner_content.crewedding .row,
	.section_stressfree ul li:first-child {
		margin-top: 0
	}

	.section_partners .col-50:nth-child(2),
	.section_wedding_process ul li:nth-child(2) {
		margin-top: 20px
	}

	.callaction .advertise {
		height: 360px
	}

	.inner_content.hotels ul.list-default li {
		margin-top: 7px;
		font-size: 14px
	}

	.contact-btn {
		bottom: 0;
		font-size: 0
	}

	.contact-btn a {
		width: 50%;
		height: 63px;
		border-radius: 0;
		font-size: 0px;
		line-height: 52px;
	}
	.contact-btn a img {
	    width: 68px;
	}
	.contact-btn a.chatus {
	    width: 50%;
	    border-radius: 0px;
	}
	.contact-btn a.chatus img {
	    width: 68px;
	}
	.mar{
	    margin-bottom:5px;
	}
.contact-btn p.chatus{
    border-radius:0;
    width:50%;
    height:63px;
}
	.contact-btn a img {
		position: relative;
		margin-top: 0;
		-webkit-transform: scale(.6, .6);
		transform: scale(.6, .6)
	}
    .section_video .list .big{
        width:100%;
    }
    
    
	.section_video .list .half {
		width: 100%;
		padding-bottom: 2px
	}

	.section_video .list .half:nth-child(2) {
		padding-left: 0
	}
	.section_video .list .half ul{
	    display:flex;
	    flex-direction:column;
	}

	.section_video .list .half.small iframe {
		height: 210px !important;
		width:345px;
	}

	#instagram-cont p {
		margin-bottom: 0 !important
	}

	.section_partners .col-50 {
		padding: 0
	}

	ul.list-honeymoons {
		margin: 0 0 20px
	}

	ul.list-honeymoons li .box {
		text-align: left
	}

	ul.list-honeymoons li .box strong {
		display: inline-block;
		font-size: 18px;
		font-weight: 500
	}

	.inner_content.crewedding .row .col-25,
	.inner_content.crewedding .row .col-33,
	.inner_content.crewedding .row .col-40,
	.inner_content.crewedding .row .col-50,
	.inner_content.crewedding .row .col-60,
	.row .col-100 {
		width: 100%;
		margin-top: 10px;
		padding: 0
	}

	.inner_content.vow-renewals .four-reasons ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.inner_content.vow-renewals .vol-renewal-advertise .content {
		padding: 20px;
		width: 100%
	}

	.inner_content.vow-renewals .awards {
		width: 100%;
		height: auto;
		padding: 30px;
		background-size: cover;
		background-position: left top
	}

	.description-slider p {
		font-size: 15px
	}

	.inner_content.vow-renewals .four-reasons {
		padding: 100px 0 0
	}

	ul.list-team {
		margin: 0 0 30px;
		padding: 0
	}

	.team-detail .info {
		margin-bottom: 30px;
		padding: 20px
	}
	.destination-wedding-hotel{
	display:block;
	}
	.destination-wedding-hotel p{
	    width:100%;
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}

	.inner_content { padding: 45px 0; }
	.inner_content h5 { font-size: 18px; line-height: 1.2; }

	.section_international { background: #728895 none; }
	.section_international .content { width: 100%; padding: 30px 0 45px; }
	.section_international .content h4 { font-size: 32px; }
	.half_imgtext ul li { width: 100%; }
	.half_imgtext ul li.text { padding: 30px 0px 30px 0; text-align: left; }

}

@media all and (max-width:767px) {
    .section_video ul li {
        width: 100%;
    }
    .wedding-planning ul li{
        font-size:15px;
    }
    .wedding-planning-months{
        flex-direction:column;
    }
    .wedding-planning-months img{
        width:70%;
    }
    .dropdown ul li a{
        display:flex;
    }
    
    .shown-chat-window{
	    margin-bottom:200px;
	}
    .responsive{
        display: flex;
    flex-direction: column;
    }
	.contect_page{
	    display:flex !important;
	    flex-direction:column !important;
	}
	.address{
	    width: fit-content !important;
	  text-align: center !important;
	  margin: 0 auto !important;
	}
	.inputs{
	    display: flex !important;
	  flex-direction: column !important;
	  width: fit-content !important;
	}
	.btn-msg{
	    text-align:center;
	}
	.address h6{
	    text-align:center;
	}

	.inner_content .row .col-33 {
		width: 100%;
		margin-bottom: 15px;
		padding: 0
	}
	.destination-wedding-hotel{
	display:block;
	}
	.destination-wedding-hotel p{
	    width:100%;
	}
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}
	.contact-btn {
	    display:flex;
	}

	.row .col-20, .row .col-50 { width: 100%; padding: 0 15px; }

	.smlwnews .row .col-20 { margin-bottom: 15px; width: 50%; }
	.reason-slider { margin-bottom: 30px; }
	.reason-slider .slick-slide { border-left: 0px; }

	h1 { font-size: 36px; }
	.section_banner .content_block { width: 100%; padding: 0px 20px 0 20px; }
	.section_banner .searching { padding: 0px 0; }
	.section_advertise { padding: 0px 0 20px; }
	.mediumroundbg { padding: 40px 0; }
	.section_advertise .ads-slider .slick-arrow.slick-prev { left: 0; }
	.section_advertise .ads-slider .slick-arrow.slick-next { right: 0; }
	.section_advertise .slick-slide { padding: 0px 0px; }
	.section_advertise .ads-slider ul.slick-dots { display: none !important; }
	.section_planning .planning-slider .slick-slide { padding: 0 0px; }
	.section_awards { padding: 0px 0 45px; }
	footer .linkinfo p, footer .linkinfo ul.list li { font-size: 17px; }

	.row .col-60, .row .col-40 { width: 100%; padding: 0 0px; }
	.weddings_venues .row .col-25,
	.weddings_venues .row .col-30,
	.weddings_venues .row .col-33,
	.weddings_venues .row .col-40,
	.weddings_venues .row .col-50,
	.weddings_venues .row .col-60,
	.weddings_venues .row .col-67,
	.weddings_venues .row .col-70,
	.weddings_venues .row .col-75,
	.row .col-100 {
		width: 100%;
		margin-top: 10px;
		padding: 0
	}
	.helpdesk { margin-top: 30px; }
	.section_planning .planning-slider { margin: 45px 0px 0; padding: 0 5px; }
	
	.lightroundbg::after, .mediumroundbg::after, .darkroundbg::after {
        background-size: 400% auto;
    }
    .darkroundbg .inner_content .wrapper { width: 100%; }
    .darkroundbg .inner_content .row .col-50 { padding: 0 0; }
    .destinationlocation-btns ul li { margin-right: 0; margin-bottom: 10px; }
    .destinationlocation-btns ul li:last-child { margin-right: 0; margin-bottom: 0px; }
    .darkroundbg .inner_content .enquiry_block ul li { margin-right: 0; margin-bottom: 10px; }
    .darkroundbg .inner_content .enquiry_block ul li:last-child { margin-right: 0; margin-bottom: 0px; }
    .darkroundbg .inner_content h4 { font-size: 21px; }
    
    .home_banner .home-slider .slick-slide .slide .content_block {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
    }
    .home_banner .home-slider .slick-slide .slide.one {
        background: #09090b url(../images/home-slide-img1.webp) right center / cover no-repeat;
    }
    .home_banner .home-slider .slick-slide .slide.two {
        background: #09090b url(../images/home-slide-img2.webp) right center / cover no-repeat;
    }
    .home_banner .home-slider .slick-slide .slide.three {
        background: #09090b url(../images/home-slide-img3.webp) right center / cover no-repeat;
    }
    .home_banner .home-slider .slick-slide .slide.four {
        background: #09090b url(../images/home-slide-img4.webp) right center / cover no-repeat;
    }
    .home_banner .home-slider .slick-slide .slide.five {
        background: #09090b url(../images/home-slide-img5.webp) right center / cover no-repeat;
    }
    .home_banner .home-slider .slick-slide .slide {
        position: relative;
        height: 560px;
    }
    .home_banner .home-slider .slick-slide .slide::before {
        content: "";
        width: 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    }
    .home_banner .home-slider .slick-slide .slide .content_block h2 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 1.2;
    }
    .home_banner .home-slider .slick-slide .slide .content_block p {
        font-size: 18px;
        color: rgba(255, 255, 255, .8);
        line-height: 1.5;
    }
    .button-89.white {
        height: 56px;
        background-color: #ffffff;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        padding: 0 20px !important;
        font-size: 14px;
        color: #000000 !important;
        line-height: 56px;
    }
    .secondary_header .row .col-70 { width: 100%; }
    .secondary_header .row .col-30 { width: 100%; display: none; }
    .lightroundbg { padding: 0px 0 40px; }
    .home_banner .home-slider ul.slick-dots { left: 20px; bottom: 20px; }
    
    .liveinstafeed .followus .smlwlogo {
        position: relative;
        padding: 180px 0 0 0;
    }
    .liveinstafeed .followus ol {
        padding: 20px 0 0;
    }
    .liveinstafeed .followus ol li {
        margin: 0 15px;
    }
    .liveinstafeed .followus .followbtn {
        padding-top: 25px;
    }
    .liveinstafeed .followus .row .col-20, .liveinstafeed .followus .row .col-50 { padding: 0 0; } 
    
}

@media all and (max-width:479px) {
    
	ul.list-certificates li,
	ul.list-gallery li,
	ul.list-services li {
		padding: 0;
		width: 100%
	}
	.popup{
	    width:270px;
	}
	
     /*background: url(../images/home-slide.jpg) center top/cover no-repeat #070200*/
	.section_banner a.bottom_move {
		width: 100%;
		bottom: 50px
	}

	.section_banner.inner h1 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.3
	}

	.section_banner.inner h2 {
		font-size: 16px;
		line-height: 1.4
	}

	.section_banner .searching {
		padding: 10px
	}

	ul.list-certificates {
		margin: 0 0 20px
	}

	ul.list-services {
		margin: 0 0 30px
	}

	ul.list-services li {
		margin-top: 15px
	}

	ul.list-gallery {
		margin: 20px 0 30px
	}

	.section_video .list ul li {
		width: 100%
	}

	.section_video .list ul li:nth-child(2n) {
		padding-left: 0
	}

	.section_video .list .half.big iframe,
	.section_video .list .half.small iframe {
		height: 192px !important;
		width:100%;
	}
	.destination-wedding-hotel{
	display:block;
	}
	.destination-wedding-hotel p{
	    width:100%;
	}
	
	.img_name_box{
	    flex-direction: column;
    align-items: center;
	}
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
  h1{font-size:38px;}
}

@media (min-width: 1400px) {
  .wrapper {
    max-width: 1320px;
  }
}


