/****************************/
@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	color:#252525;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
table, tr, td {
	border: 0;
}
*{box-sizing: border-box;}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style: none;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.top-prt{
	 /* background: #14c38e; */
     background-image: linear-gradient(to right, #e28924, #2a2321);
    padding: 10px 0;
    display: table;
    float: left;
    width: 100%;}
ul.top-prt-list{
	float:right;
	margin:0 0 0 0;}
ul.top-prt-list li{
	font-size: 15px;
    line-height: 15px;
    float: left;
    color: #fff;
    border-right: 1px dashed #fff;
    margin: 2px 3px 0 3px;
    padding: 0 6px 0 6px;}	
ul.top-prt-list li:nth-child(2){border-right:none;}		
.top-sec {
       background: rgb(255 255 255 / 39%);
    float: left;
    width: 100%;
    padding: 8px 0 3px;
}

.logo img{
	width: 10%;}
ul.top-list1 {
    float: right;
	margin-top:12px;
}
ul.top-list1 li{
	margin-right: 15px;
    float: left;
	position:relative;
}
ul.top-list1 li:last-child{
	margin-right:0;
}
ul.top-list1 li a {
	background: #fff;
    padding: 8px 20px;
    border-radius: 20px;
	border:1.5px solid #374457;
	font-weight:500;
    font-size: 14px;
	float: left;
    color: #374457 !important;
}

.cancel-form label.radio {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.cancel-form__item input[type=text], textarea {
        height: auto;
    padding: 10px 11px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-appearance: none;
    font-weight: 300;
	margin-top:10px;
}
.cancel-form .btn{ max-width:100%;}

@media only screen and (max-width:1021px){
	
.logo img {width: 130px;}
.top-right{ display:none;}	

.header{height:52px;}

.ftr-p1{font-size: 15px;line-height: 26px;}
.ftr-p1 a, .ftr-p1 a:hover{margin: 0 13px;}
.ftr-p1 a:after{top: 4px; right: -18px;height: 6px; width: 6px;}


/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:20px;
    top:11px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#333;
	}
	
.mobilemenu{
	float:left;
	width:100%;
	background:#fff;
	z-index:12;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	font-family:inherit;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

}

.modal__title, .modal__title-result {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}
.cancel-form label.radio {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.input-wrap{
	float:left;
	width:100%;
	}
.cancel-form__item input[type=text], textarea {
        height: auto;
    padding: 10px 11px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-appearance: none;
    font-weight: 300;
	margin-top:10px;
}

.cancel-form .btn{ max-width:100%;}
.cancel-form .btn{ 
	background: #00ffab;
    font-size: 22px;
    color: #fff;
    padding: 10px 80px;
    margin-top: 20px;
    border: none;}
