@charset "utf-8";
/*====CSS Document====*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1140px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*----------Header-----------*/
.header{
	float:left;
	width:100%;
    position:relative;
	padding:40px 0;
	}
.logo{
	float:left;
	width:329px;
	}
.header-txt{
    position: absolute;
    top: -20px;
    left: 50%;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.3px;
	}	

/*----------Main Section-----------*/	
.main-section{
	float:left;
	width:100%;
	padding:0 0 90px;
	}
.top-strip{
	float:left;
	width:100%;
	text-align:center;
	background:#fcf8e3;
	border:1px solid #fbeed5;
	border-radius:5px;
	padding:10px 20px;
	}	
.top-strip p{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	}
.top-strip p a{
	color:#337ab7;
	font-weight:700;
	text-decoration:underline;
	}		

/*----------Left Section-----------*/
.left-section{
	float:left;
	width:66%;
	margin-top:35px;
	}
.red-saying{
	font-size:20px;
	line-height:20px;
	color:#ff1d00;
	font-weight:600;
	text-align:left;
	margin-bottom:15px;
	}
.main-heading{
	font-size:36px;
	line-height:48px;
	color:#000;
	font-weight:bold;
	text-align:left;
	}
.red-head{
	font-size:28px;
	line-height:34px;
	color:#ff1d00;
	font-weight:bold;
	text-align:left;
	margin-top:20px;
	}
a.ofr-txt{
	display:inline-block;
	vertical-align:top;
	font-size:19px;
	line-height:25px;
	color:#167ac6;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	margin-top:30px;	
	}

.revw-strp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.rev-star{
	display:inline-block;
	vertical-align:middle;	
	}	
.rev-pic{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	width:31px;
	border-radius:50%;	
	}
.revw-strp p{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#858484;		
	}
.revw-strp p span{ color:#000; font-weight:600;}				

.comon-image{
	max-width:100%;
	display:block;
	margin:25px auto 0;
	}
.social-list{
	margin-top: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.social-list li{
	display:inline-block;
	vertical-align:top;
	width:19.1%;
    padding: 0 8px;
    text-align: center;
	-webkit-transition: opacity 0.6s ease-in, top 0.2s ease-in;
    transition: opacity 0.6s ease-in, top 0.2s ease-in;	
	}
.social-list li a{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position:relative;	
	height: 32px;
	}
.social-list li:nth-child(1){ background:#4267b2;}	
.social-list li:nth-child(2){ background:#55acee;}	
.social-list li:nth-child(3){ background:#448aff;}	
.social-list li:nth-child(4){ background:#25d366;}	
.social-list li:nth-child(5){ background:#cb2027;}
.social-list li:hover{
	transition:all ease 0.2s;
	opacity:0.6;
	top:-4px;
	}
.social-list li img{
    height: 16px;
    width: 16px;
	}
.social-list li p{
	font-size:11px;
	line-height:13px;
	color:#fff;
	margin-left:15px;
	}		
	
.commn-para{
	font-size:20px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.5px;
	text-align:left;
	margin-top:30px;
	}
.special{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	}
.received{
	background-color:#0884ff;
	padding:20px 15px;
	position:relative;
	color:#fff;
	width:76%;
	border-radius:12px;
	}
.sent{
	background-color:#efefef;
	padding:20px 15px;
	position:relative;
	width:94%;
	float:right;
	border-radius:12px;
	margin: 40px 0 10px 0;
	}
.received-arw{
	position:absolute;
	bottom:-15px;
	left:60px;
	}
.sent-arw{
	position:absolute;
	bottom:-15px;
	right:60px;
	}
.commn-para sup{
	position:relative;
	font-size:60%;
	top:0;
	right:0;
	}
.commn-hdg{
	font-size:32px;
	line-height:40px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #d5d5d5;
	text-align:left;
	padding-bottom:15px;
	margin-top:42px;
	}
.name{
	font-weight:bold;
	color:#167ac6;
	}
.use-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.use-list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:40px;
	}
.use-list li p{
	margin-top:20px;
	}
.use-list li:before{
	content:'';
	background:#000000;
	width:10px;
	height:10px;
	border-radius:50%;
	position:absolute;
	top:30px;
	left:15px;
	}
.img-caption{
	background-color:#fffed0;
	font-size:18px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding:10px;
	}
.side-img-box{
	float:right;
	margin: 0 0 0 20px;
	}
.side-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.contents{ margin-top:20px;}
.contents li p{
	margin-top:15px;
	}
.contents li:before {
    top: 26px;
    left: 15px;
	}
	
.testi-block{
	float:left;
	width:100%;
	margin:15px 0;
	}	
.testi-row{
	float:left;
    width: 100%;
    padding:0 0 30px 90px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
	margin-top:30px;
	}	
.testi-row:last-child{ border:none;}	
.testi-pics{
    position: absolute;
    left: 0;
    top: 5px;
	border:1px solid #afafaf;
	border-radius:50%;
	}
.testi-star{
	display:inline-block;
	vertical-align:middle;
	}
.test-head{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	font-weight:bold;
	}				
.testi-para{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}		
.testi-usr-name{
    float: left;
    width: 100%;
    font-size: 18px;
	line-height:20px;
    color: #0f0f0f;
	font-weight:bold;
	letter-spacing:0.5px;
    margin-top: 24px
	}
.regular{ font-weight:normal;}
.tick{
	display:inline-block;
	vertical-align:middle;	
    font-size: 14px;
	line-height:14px;
    color: #797979;
	font-weight:400;
	border-left:1px solid #797979;
	padding-left:17px;
	margin-left:17px;
	}	
.testi-usr-name span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 0;
	}

.place-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:40px;
	}
.place-list li{
	width:20%;
	position:relative;
	}
.place-list li:after{
	position:absolute;
	bottom:-6px;
	right:-1px;
	content:'';
	width:1px;
	height:32px;
	background-color:#d3d3d3;
	}
.place-list li:last-child:after{
	display:none;
	}
.place-list li img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:64px;
	}
.place-list li p{
	font-size: 20px;
	line-height:20px;
    color: #0f0f0f;
	font-weight:bold;
	letter-spacing:0.2px;
    margin-top: 10px;
	text-align:center;
	}
	
.ratingBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fcf7c3;
	text-align:left;
	border-radius:5px;
	padding:20px 25px;
	margin:30px 0 10px;
	}
.rating-txt1{
	display:inline-block;
	vertical-align:middle;
	margin:3px 20px 0 0;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}	
.rating-star{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.rating-txt2{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
	font-style: italic;		
	}

.warningBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff2f0;
	text-align:center;
	border-radius:5px;
	padding:0 30px 25px;
	margin:40px 0 0;	
	}
.alert-img{
	display:inline-block;
	vertical-align:top;
	margin-top:-20px;
	}	
.warn-txt{
	font-size: 20px;
    line-height: 28px;
    color: #ff0707;
    letter-spacing: 0.5px;
    margin-top: 12px;
	font-weight:700;	
	}	
a.avail-btn{
	margin:40px auto 0;
	display:block;		
	max-width:610px;
	width:100%;
	height:80px;
	color:#ffffff;
    font-size:28px;
	line-height:75px;
    text-align:center;
	font-weight:700;
	background:#ef432d;
	border-bottom:6px solid #bf3624;
    border-radius:10px;
	text-transform:uppercase; 
	}
a.avail-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px -14px 0 14px;
	}									
	
/*-----------Right Section----------*/
.rgt-section{
	float:right;
	width:31%;
	margin-top:50px;
	}
.rgt-bx{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	background-size:cover;
	border-bottom:1px solid #e6e6e6;
	padding:0 0 25px;
	}
.rgt-hdg{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #222222;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    padding: 15px 5px;	
	}
.rgt-product-bx{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	}
.rgt-product{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}		
a.rgt-btn{
	margin:22px auto 0;
	display:block;		
	max-width:610px;
	width:100%;
	height:50px;
	color:#ffffff;
    font-size:18px;
	line-height:48px;
    text-align:center;
	font-weight:700;
	background:#ef432d;
	border-bottom:4px solid #bf3624;
    border-radius:5px;
	text-transform:uppercase;  
	}
a.rgt-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -10px 0 10px;
	width:15px;
	}
.rgt-bx2{
	border-bottom:none;
	margin-top:20px;
	padding-bottom:0;
	}
.rgt-author-bx{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	margin-top:15px;
	}
.authr-txt{
	font-size: 18px;
    line-height: 26px;
    color: #0f0f0f;
    letter-spacing: 0.5px;
    font-style: italic;
    margin-top: 15px;	
	}		

/*-----------------------
		Footer
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#2e3138;
	text-align:left;
	padding:50px 0 50px;
	}
.ftr-txt{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
	font-weight:300;
	}	
.ftr-txt2{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
	font-weight:400;
	}
.ftr-txt2 a{
	color:#fff;
    padding:0 10px;
	}
.top-0{ margin-top:0;}		
.semi-bold{ font-weight:600;}

.for-mob, .for-tab, .show-400{display:none;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MEDIA-QUERY
------------------------*/
@media only screen and (max-width: 1200px){
.container{width:1004px;}

.top-strip{ padding:10px;}
.top-strip p{ font-size:16px; line-height:24px;}

.main-heading{ font-size:31px; line-height:42px;}

.side-img-box { margin: 20px 0 0 20px;}
}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.for-tab{display:block;}
.for-desk{display:none;}

.main-section{ padding-bottom:50px;}

.red-saying { font-size: 19px;}
.red-head { font-size: 26px; line-height: 32px;}
.commn-para{ font-size:18px; line-height:28px;}
.commn-hdg { font-size: 28px; line-height: 36px;}

.received, .sent { padding: 10px 10px;}

.side-img-box { margin: 1px 0 0 25px; width: 40%;}

.place-list li p { font-size: 14px;}
.place-list li:after {bottom: 0px; height: 20px;}

a.avail-btn { max-width: 460px; height: 70px; font-size: 26px; line-height: 66px; border-bottom: 5px solid #bf3624;}

.rgt-hdg{ font-size:14px;}
a.rgt-btn { margin: 10px auto 0; font-size: 14px;}
a.rgt-btn img { margin: -4px 0px 0 6px; width: 13px;}

.authr-txt { font-size: 16px; line-height: 24px;}

.rating-txt1 { font-size: 18px;}
.rating-star { width: 40%;}

.rev-star{ width:50px;}
.rev-pic{ margin:0 2px;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; box-sizing:border-box; padding:0px 15px;}
.for-mob{display:block;}
.hide-mob{display:none;}

.header{ text-align:center; padding:40px 0 15px;}
.header-txt{ font-size:12px; line-height:12px; top: -32px; margin-left: -30px;}
.logo{width: 270px;}

.main-section{ padding:10px 0 35px;}
.left-section{ width:100%; margin-top:20px;}
.top-strip p{ font-size: 15px; line-height: 23px;}
.rgt-section{ width:100%;}

.main-heading { font-size: 24px; line-height: 33px;}
.red-saying { font-size: 15px;}
.red-head { font-size: 22px; line-height: 28px;}

a.ofr-txt{ margin-top:17px;}

.rev-star{ width:90px; display:block; margin-bottom:10px;}
.revw-strp p{ width:300px;}

.social-list li p{ display:none;}
.social-list li{ width:18%;}

.commn-para {margin-top:15px; font-size: 16px; line-height: 24px;}
.commn-hdg{ font-size: 24px; line-height: 30px; margin-top:27px;}

.received-arw { bottom: -10px; left: 30px;}
.sent-arw { bottom: -10px; right: 40px;}

.img-caption { font-size: 16px; line-height: 28px;}

.side-img-box { float:none; display:block; margin: 15px auto 0; width: 90%;}

.contents li p { margin-top: 10px;}
.contents li:before { top: 18px;}

.testi-block{ margin:10px 0 15px;}
.testi-row{ padding: 0 0 20px 60px; margin-top: 15px;}
.testi-pics{ width:50px; top:10px; height:auto;}
.testi-para{ font-size: 16px; line-height: 24px;}
.testi-usr-name{ font-size:15px; letter-spacing:0; line-height:18px; margin-top:18px;}
.testi-usr-name span{ font-size: 13px; line-height: 13px; margin-left: 6px;}
.tick{ padding-left:10px;}

.place-list{ display: inline-block; vertical-align: top; text-align: center; margin-top: 0;}
.place-list li { width: auto; display: inline-block; vertical-align: top; padding: 0 18px; margin-top: 25px;}
.place-list li:after{ display:none;}

.ratingBox{ margin:27px 0 10px; padding: 20px 15px;}
.rating-star{ margin-top:5px; width:150px;}
.rating-txt1{ font-size: 16px; width:100%; margin:0;}
.rating-txt2{ font-size:16px; line-height:25px; margin-top:12px;}
.top-2{ margin-top:22px;}

.warn-txt{ font-size: 18px; line-height: 26px;}
a.avail-btn{ margin: 25px auto 0; height: 70px; font-size: 20px; line-height: 67px;}
a.avail-btn img{ margin: -5px -10px 0 10px; width: 17px;}

.authr-txt{ font-size: 17px; line-height: 25px;}

.footer{ padding:25px 0 0;}
.ftr-txt{ font-size:14px; line-height:24px; margin-top:15px;}
.ftr-txt2{ font-size:14px; line-height:22px;}
.top-0{ margin-top:0;}

#ctabtn-mob{
	background: #222222;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
a.discound-btn{ margin-top:0; font-size:18px;}
.comon-image{ height:auto;}
}
.logo {
    width: auto;
}
@media only screen and (max-width:480px){
.show-400{display:block;}
}