@import url('https://fonts.googleapis.com/css?family=Laila');



html{

	background-color: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif !important;
}
body {font-family: 'Open Sans', sans-serif !important;}

.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}

.reset-box
{
   overflow:hidden;
   display:table;
}
.container{
	max-width:1220px;
	margin:0px auto;
	}

	/* Page Sections */
	.Topbar{width:100%;float:left;}
	.Menubar{width:100%; background-color:#333333;float:left; }
	.slider-bg{width:100%;float:left; /* background:url("images/slider-bg.png"); */}
	.content{width:100%;float:left;}
	.content-paralex{width:100%;float:left; background:url("images/home-parallax-bg.jpg")}
	.content-bg1{width:100%; height: 350px; background-color:#F5F5F5;float:left; }
	.content-bg2{width:100%;background-color:#E4E4E4;float:left;}
	.footer{width:100%;background-color:#333333;float:left; color:#fff;}
	
	/* Top Bar - Logo */
	.Topbar .logo{height:100px; float:left; width:auto;}
	.Topbar .logo img{height:100%; float:left; width:auto;}
	/* Top Bar - Contacts */
	.Topbar ul.contacts{list-style-type:none; float:left; }
	.Topbar ul.contacts li{ width:100%; text-align:left; float:left; font-family:Open Sans; font-size:15px; color:#4B504B;}
	.contacts li a{color:#4b4c4c;}
/*	.Topbar ul.contacts li.email:before{content:'\ed81'; color:#9B9FA0; width:20px;}
	.Topbar ul.contacts li.phone-no:before{content:'\e8f4'; color:#9B9FA0; width:20px; }
	

	


	/* Top Bar - Help */	
	.Topbar .help{height:50px; float:right; width:auto;}
	.Topbar .help img{height:100%; float:right; width:auto;}
	
	
	/* Menubr - Navication */
	.navbar{width:100%; float:left;min-height:15px;margin-bottom:0;padding:0; margin:0; border:0px;}
	.navbar-collapse{padding:0;}
	nav.navbar ul.nav li {
		padding:7px;
	}
	


	nav.navbar ul.nav li a{
	color:#fff;
	display: block;
	padding:6px 0px;
    line-height: 20px;
	font-weight: 300;
    font-size: 14px;
	}
	nav.navbar ul.nav li a:hover{background-color:transparent; color:#d9d9d9;}
	nav.navbar ul.nav li.first{
		padding-left:0;
		margin-left:4.25px;
	}
	
	nav.navbar ul.nav li.active a{
		border-bottom:1px solid #F5772D;
	}

	nav.navbar ul.nav li.highlight{
		background-color:#D90000;
	}
	
ul.nav li ul {position:absolute; display:none;}	

ul.nav li:hover ul {position:absolute; display:block; background-color:#000;}	

ul.nav li ul li a{padding:10px;}	
	
	/* Titles */
	.sectionTitle{
		font-size: 23px;
		color: #121313;
		padding:6px 0;
		font-weight: normal;
	    background-image: initial;
	}
	.content-paralex h1{
		color:#fff;
	}
	.itemTitle{
		text-align: center;
		font-size: 17px;
		font-weight: normal;
		color: #121313;
		    padding: 10px 0 15px 0;
		margin:6px 0;
	}
	
	.textTitle{
		
	}
	.highlightTitle a{
		padding-bottom:6px;
		border-bottom:2px solid #F78020;
	}
	.highlightTitle a:hover{
		text-decoration:none;
	}
	
	.blogTitle{
		font-size:18px;
		line-height:21px;
		font-weight:300;
		font-family:Open Sans;
		color:#333333;
	}
	
	.author-date {width:100%; float:left;}
	.author-date span.blogDate{
		font-size:13px;
		line-height:16px;
		font-weight:300;
		font-family:Open Sans;
		color:#333333
	}

	.author-date span.blogTime{
		
	}

	.author-date span.blogAuthor{
		font-size:13px;
		line-height:16px;
		font-weight:300;
		font-family:Open Sans;
		color:#333333
	}
	
	.blog .content{
		width:100%;
		text-align:justify;
		font-size:13px;
		font-weight:300;
		color:#666666;
	}
	
	.blog .read-more a{
		font-size:13px;
		font-weight:600;
		color:#666666;
	}
	.blog .read-more a:hover{
		text-decoration:none;
	}

	/* Items */
	.blockItem{
		border:1px solid #DDDDDD;
		padding: 10px;
		width:96%;
		margin:2%;
		height:300px;
	}
	.blockItem:hover{
		/*-webkit-box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);
		-moz-box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);
		box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);*/
		cursor: pointer;
	}

	.blockItemx{
		border:1px solid #DDDDDD;
		padding: 10px;
		width:96%;
		margin:2%;
		height:300px;
	}
	.blockItemx:hover{
		-webkit-box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);
		-moz-box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);
		box-shadow: 0px 3px 16px -7px rgba(51,49,51,1);
		cursor: pointer;
	}

	.itemImage{
		text-align:center;
	}
	.itemImage{
		height:100px;
		width:auto;
	}
	.blockItem p{
		text-align:justify;
		
	}
	
	.blockItem .read-more a{
		background-color: #F78020;
		padding: 5px 10px;
		color: #fff;
		transition: all 0.5s ease-in-out;
		text-align: center;
		width: 140px;
		margin: 0px 0 0 70px !important;
	}

	.blockItemx .read-more a{
		background-color: #F78020;
		padding: 5px 10px;
		color: #fff;
		transition: all 0.5s ease-in-out;
		text-align: center;
		width: 140px;
		margin: 0px 0 0 70px !important;
	}

	/* Services Listing */
	.listServices ul{width:100%;float:left; padding:0;}
	.listServices ul li{color:#fff; font-size:14px; line-height:28px;font-family:Open Sans;font-weight:300;}
	.listServices ul li:before{content:'> ';margin-right:10px;}

	/* Scroller**************************** */
	.scroll{ 
	background-color: rgba(0, 0, 0, 0.6);
	width:96%;
	margin: 2%;
	padding:10px;
	float:left;
	text-align:center;
	}
	.scroll img {width:94px !important; height:94px !important; border:0px !important; margin:0 auto !important}
	.scroll h1 {font-size:22px; font-weight:normal; text-align:center;     color: #fff;}
	.scroll p {font-size:13px; text-align:center; color:#fff; line-height:normal; margin:0 0 20px 0; height:85px;}
	.scroll a{background-color:#F78020; padding:10px 15px; color:#fff; transition: all 0.5s ease-in-out;  text-align:center; width:140px;}
	.scroll a:hover{background-color:#FA5A12; padding:10px 15px; color:#fff; }
	
	/* Forms */
	.outlineFormBox{
		width:90%;
		border:4px solid #A8A8A8;
		padding:15px;
		float:left;
	}
	.outlineFormBox input, .outlineFormBox textarea{
		padding:6px 10px;
		margin:6px 0;
		font-size:13px;
		color:#000;
		background-color:rgba(255,255,255,0.5);
		border:0px;
		float:left;
	}
	.outlineFormBox textarea{
		height:80px;
	}
	::-webkit-input-placeholder {
		color: #363636;
	}

	:-moz-placeholder { /* Firefox 18- */
		   color: #363636;  
	}

	::-moz-placeholder {  /* Firefox 19+ */
		   color: #363636;  
	}

	:-ms-input-placeholder {  
		   color: #363636;  
	}
	
	.secure{width:90%; float:left;}
	.verify-text { margin: 6px 0;}
	.verify-text img{width:100%; height:30px;}
	
	.outlineFormBox input.btnTheme{background-color: #F78020; color:#fff;}
	
	/* Inverse Block */
	.inverBox.blockItem{
		background-color:rgba(219,219,219,0.8);
		border:0px;
		height:116px;
		margin-top:16px;
	}
	.inverBox.blockItem h1{
		font-size:16px;
		font-family:Open Sans;
		color:#111111;
		text-align:center;
		margin:0px 0;
		background: inherit;
	}

.clix-h-box-top {}
.clix-h-box-top h1{font-size:18px;}
	.inverBox.blockItem hr{
		border-top: 1px solid #000000;
		height:1px;
		width:76%;
		text-align:center;
		margin:0 auto;
		display: table-caption;
	}	
	.inverBox.blockItem p{
		font-size:13px;
		font-family:Open Sans;
		color:#111111;
		text-align:center;
	}
	.inverBox.blockItem .read-more {text-align:center;}
	.inverBox.blockItem .read-more a{
		margin:0 !important;
		float:none;
		width:160px;
	}

	/* Verticle Scroller - News/Article Items*/
	.news-article-block{padding:10px; border:1px solid #DDDDDD;margin-top:40px;}
	.news-article{height:176px; overflow:hidden; border: 0px solid #DDDDDD; box-shadow: none; margin:0; width:100%;}
	.panel-default>.panel-heading{background:#B43906;font-size:13px; color:#fff;text-align:left;}
	.panel-default{padding:0px;}
	li.news-item p.news-title{margin-bottom:10px;color:#1774FF; font-size:13px; line-height:18px;}
	li.news-item .read-more{
		margin-top:16px !important;
	}
	li.news-item .read-more a{
		background-color: transparent !important;
		padding: 5px 10px 5px 0px;
		color: #1c1c1c;
		transition: all 0.5s ease-in-out;
		text-align: center;
		width: 140px;
		margin: 0px !important;
	}
	li.news-item .read-more a:before{
		content:'>';
		color:#F78020;
		padding-right:6px;
	}
	li.news-item .read-more a:hover{
		text-decoration:none;
	}
	
	/* Testimonial */
	.testimonial{padding: 39px 50px;}
	.testimonial .authorPic{
		width: 140px;
		height: 140px;
		margin:0 auto;
	}
	.testimonial .authorPic img{
		width: 140px;
		height: 140px;
		border: thin solid #999;
		border-radius:70px;
		float: none;
		text-align:center;
	}
	.testimonial .author{
		font-size:18px;
		line-height:21px;
		color:#525252;
	}
	
	/* Footer */
	.copyright{width:100%;float:left;}
	.copyright span.developerText a{color:#d8d8d8;}
	
	.social{width:100%;float:left; text-align:right;}
	.social a{text-decoration:none;}
	.social [class*="fa fa-"] {
		background-color: #333;
		border-radius: 40px;
		color: #fff;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		margin: auto 3px;
		width: 40px;
		font-size: 32px;
		text-align: center;
	}
	
	.social [class*="fa fa-"]:hover { 
		background-color: #FA5A12; 
	}
	
	

.nopadding{padding:0px;}
.nomargin{margin:0px;}

.margin10{margin:10px;}
.margin20{margin:20px;}
.margin30{margin:30px;}
.margin40{margin:40px;}
/* Background Colors */
.bgWhite{background:#fff;}
.bg1{background:#f2f2f2;}


/* Custom Paddings */
.padding0{padding:0px;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.padding40{padding:40px;}
.padding50{padding:50px;}
.padding100{padding:100px;}
.padding150{padding:150px;}
.padding200{padding:200px;}
.padding250{padding:250px;}
.padding300{padding:300px;}
.padding350{padding:350px;}
.padding400{padding:400px;}

.paddingTop10{padding-top:10px;}
.paddingTop20{padding-top:20px;}
.paddingTop10{padding-top:10px;}
.paddingTop25{padding-top:25px;}
.paddingTop30{padding-top:30px;}
.paddingTop50{padding-top:50px;}
.paddingTop100{padding-top:100px;}
.paddingTop150{padding-top:150px;}
.paddingTop200{padding-top:200px;}
.paddingTop250{padding-top:250px;}
.paddingTop300{padding-top:300px;}
.paddingTop350{padding-top:350px;}
.paddingTop400{padding-top:400px;}

.paddingBottom10{padding-bottom:10px;}
.paddingBottom20{padding-bottom:20px;}
.paddingBottom30{padding-bottom:30px;}
.paddingBottom25{padding-bottom:25px;}
.paddingBottom50{padding-bottom:50px;}
.paddingBottom100{padding-bottom:100px;}
.paddingBottom150{padding-bottom:150px;}
.paddingBottom200{padding-bottom:200px;}
.paddingBottom250{padding-bottom:250px;}
.paddingBottom300{padding-bottom:300px;}
.paddingBottom350{padding-bottom:350px;}
.paddingBottom400{padding-bottom:400px;}

.paddingRight20{padding-right:20px;}
.paddingRight50{padding-right:50px;}
.paddingRight100{padding-right:100px;}
.paddingRight150{padding-right:150px;}
.paddingRight200{padding-right:200px;}
.paddingRight250{padding-right:250px;}
.paddingRight300{padding-right:300px;}
.paddingRight350{padding-right:350px;}
.paddingRight400{padding-right:400px;}

.paddingLeft0{padding-left:0px;}
.paddingLeft15{padding-left:15px;}
.paddingLeft20{padding-left:20px;}
.paddingLeft10{padding-left:10px;}
.paddingLeft50{padding-left:50px;}
.paddingLeft30{padding-left:30px;}
.paddingLeft100{padding-left:100px;}
.paddingLeft150{padding-left:150px;}
.paddingLeft200{padding-left:200px;}
.paddingLeft250{padding-left:250px;}
.paddingLeft300{padding-left:300px;}
.paddingLeft350{padding-left:350px;}
.paddingLeft400{padding-left:400px;}

/* Custom Margins */
/* Custom Hights */
.height50{height:50px;}
.height100{height:100px;}
.height150{height:150px;}
.height200{height:200px;}
.height250{height:250px;}
.height300{height:300px;}
.height350{height:350px;}
.height400{height:400px;}
.height500{height:500px;}

/* Custom Hights */
.width20{width:20px;}
.width40{width:40px;}
.width30{width:30px;}
.width10{width:10px;}
.width50{width:50px;}
.width60{width:60px;}
.width70{width:70px;}
.width168{width:168px;}

/* Text Alignments */
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

/* Custom headings */

h6.home-pkg-list{
	font-size: 20px;
    border-bottom: 1px solid #CDCDCD;
    font-family: 'Laila', serif;
    padding: 7px 0;
    margin: 0 0 16px 0;
}
div.view-details{
	position: absolute;
    right: 20px;
    top: 26px;
}

div.view-details a{
	color: #E12C2C;
    font-size: 12px;
}
.home-pkg-img{
	    float:left;
    width:125px;
    height:81px;
}
.fontsize12{font-size:12px; line-height: normal; width:168px; font-family:Open Sans;}
.fontsize13{font-size:13px; line-height: normal; font-family:Open Sans;}
.fontsize14{font-size:14px;}
.fontsize16{font-size:16px;}
.fontsize18{font-size:18px;}
.fontsize15{font-size:15px;}
.home-pkg-content a{color:#1F1F1F; text-decoration: none; font-family:Open Sans;}
.fontsize10{font-size:12px; line-height: normal;  font-family:Open Sans;}
	
.a webkit-any-link{cursor: auto;}
ul{list-style-type:none; width:100%; float:left;}
.home-pkg-grid ul li{list-style: none; float: left; width:50%; margin: 15px 0; height: 100%;}

.home-pkg [col-*]{padding:0;}
.home-advt img{width:100%; height:auto;}
.home-agnt-img {float: left; width: 73px; height: 74px;  margin: 0 20px 0 0;}
h6.home-agnt-list { font-size: 20px; border-bottom:1px solid #CDCDCD; font-family: 'Laila', serif; padding: 7px 0; margin: 0 0 16px 0;}
.home-agnt-list a{color: #5f5e5e; text-decoration: none; font-family:Open Sans;}
.home-agnt-content a{color: #428bca; text-decoration: none; font-weight: bold;}
.home-hotel-img{float: left; width: 196px;  height: 130px;}
.home-hotel-content {font-size: 12px; color: #1F1F1F;line-height: 17px; height: 48px; width: 170px;    float: left;    padding: 10px;}
.accomodation-list{list-style: none; background-color: #F8F8F8; width: 380px; height: 140px;float: left; margin:0 10px 20px 10px;}
.accomodation{font-size: 25px; border-bottom: 1px solid #CDCDCD; font-family: 'Laila', serif; padding: 7px 0; margin: 35px 30px 12px 0;}
.home-destination-content{width:100%; padding-left: 10%; padding-right: 23%; text-align:center;}
.home-destination-content h1{font-size: 36px;  margin-top: 20px; margin-bottom: 10px;font-family: inherit;font-weight: 500; line-height: 1.1;color: inherit;}
.home-destination-content p{font-size: 15px; color: #000;margin: 0 0 10px;line-height: 2; display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px;}
.background{background-image:url("images/home-destination.jpg");background-size: 100% 100%;}
.home-destination-content a{font-size: 20px; color: #fff; border: 1px solid #fff; padding: 6px 12px;transparent:background-color:blue;}
.home-destination-content a:hover{background-color:#1C4072;border:1px solid #fff; text-decoration:none; color:#fff;}
.clix-form-left {float:left; width:45%;}
.clix-form-left h1 {text-align: left !important; font-size: 18px !IMPORTANT;}
.clix-form-left strong {width:100px;}
.clix-form-right {float:right; width:45%;}
.clix-form-right h1 {text-align: left !important; font-size: 18px !IMPORTANT;}

/*      form css    */
#form{}
.form-heading{width:100%;text-align:center;}
.form-instruction{width:100%;text-align:center; }

.full{text-align:left;}

#form select{padding: 3px 15px;}
.clix-feature-service {height:75px; font-size:13px;}
.clix-h-box { border: 3px solid #DBDBDB !important; background-color:#275A8D !important;}
.clix-header-line {border-bottom:2px solid #FB6E14;     display: inline-block;     padding: 7px 0;}
.clix-header-linex {border-bottom:2px solid #FB6E14;     display: inline-block; padding: 3px 0;
    margin: 27px 0;}
.clix-testi-name {color:#F78020;}
.clix-header {position:relative; z-index: 99;}
.clix-banner-section {position:relative;}
.clix-banner-containerxx {position:absolute;}
.slider-bg {position:absolute; top:30%;}
.clix-list-box ul li a{color:#D4D4D4;}
.clix-h-head {
	padding: 4px 7px;
    background-color: #c97a02 !important;
    border-radius: 0px !important;
    margin: 14px 0 0 0;}

 .carousel-control.left,.carousel-control.right  {background:none;width:25px;}
		.carousel-control.left {left:-25px;}
		.carousel-control.right {right:-25px;}

.copyrightText {font-size:13px; color:#C0C0C0;}
.developerText {font-size:13px; color:#C0C0C0;}
.clix-scroll-text {height:75px;}
.clix-banner-content1 {
	background-image: url(images/peoplepower-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-height:180px;
	font-family: 'Poiret One', cursive;
}
.clix-banner-content1 h1{font-size:28px; margin:7% 0 0 0; color:#fff; font-weight: normal; text-align: center;}
.clix-leftpanel { /*background-color: #275A8D; */ min-height:1013px; padding:10px 15px; border-right: 1px solid rgba(0, 0, 0, 0.18);}
.clix-body-bg {/*background-color: #eee;*/
background-image: url(images/peoplepower-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.clix-rightpanel {/*background-color:#fff; */ min-height:1013px; padding: 0 25px;
   }
.clix-rightpanel h1{font-size:22px; text-align:center; color:#F78020; font-weight:bold;}


.clix-inr-service-tag h1{color:#fff; padding:5px 0; margin:0px; font-size:21px;
    background-repeat: no-repeat;
    background-position: left bottom;
	margin:0 0 15px 0;
	background: inherit !important;
}

.clix-inr-service-tag h1{color:#585858; font-size:19px; }

.clix-inr-service-tag h1:after{
content: "";
    border-bottom: 2px solid #E67817;
    display: block;
    width: 28%;
    padding: 3px 0;
}

.clix-inr-service-tag ul li a{color:#484848 !important; text-decoration:none;}
.clix-inr-service-tag ul li:before {
    content: '> ';
    margin-right: 10px;
	color:#484848 !important;
	margin-left:10px;

}
.clix-h-box1 { 
	    outline: 1px solid rgba(255, 255, 255, 0.56);
    outline-offset: -10px;}

.clix-h-box1 h1{    font-size: 15px !important; color: #fff !important;}
.clix-h-box1 h1:after{border:0px; }
.clix-h-box1 p{color: #fff !important; }

.clix-inr-service-tag ul li {
	border-bottom:1px solid #AAAAAA;
	margin: 8px 0;
    padding: 8px 0;
	    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.clix-inr-service-tag ul li:hover {
background-color: #e67817;
}

.underline-part {
    width: 85px;
    height: 2px;
    overflow: hidden;
    background: #E67817;
    margin-bottom: 10px;
}

.clix-inr-service-tag ul li a{color:#fff; line-height: 22px !important; font-size:13px;}
.clix-inr-service-tag ul li {line-height: 22px !important; font-size:13px;}
.clix-inr-service-bx {}
.clix-content-text {text-align:justify; font-size:13px;}
.clix-content-text p{text-align:justify; font-size:13px; line-height: 23px;}
.clix-content-text h1{text-align: left !important;
    color: #585858;
    font-size: 18px;
    font-weight: bold;
         text-transform: capitalize;
 }

.clix-slides {width:100%;}
.clix-slides img{width:100%;}
.clix-my-banner {}
.clix-banner-btm-caption h1{color:#585858; text-align:center; padding:10px 0; font-size:30px; text-transform: uppercase;}
.clix-my-shadow {
background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
    display: block;

}

.clix-deskp-top-show {}
.clix-mobile-top-show {display:none;}
.clix-banner-desktop {display:block;}
.clix-banner-mobile {display:none;}

@media screen and (max-width: 800px){
.clix-rightpanel{ width: 100% }
.clix-rightpanel table{
        width: 100% !important;
    }

.outlineFormBox {
    width: 100%;
    border: 4px solid #A8A8A8;
    padding: 15px;
    float: left;
}
.outlineFormBox input{width: 100%;
}
.outlineFormBox textarea{width: 100%;
}
.secure{width: 100%;
}
.secure .nopadding{width: 50%;
    float: left;
}
.verify-text img{width: 50%;
}
.logo{margin-bottom: 5px;}
    .clix-rightpanel img{
    width: 100%!important;
    height: auto!important;
}
    
.Topbar .help {
    height: 50px;
    float: right;
    width: auto;
    margin-top: -23px;
}

.contacts  {width:52%;     margin-top: -10px;}
 
.Topbar ul.contacts li {
    width: 100%;
    text-align: left;
    float: none;
    font-family: Open Sans;
    font-size: 15px;
    color: #4B504B;
    text-align: center;
}
  
.slider-bg {
    position: relative;
    top: 0%;
}

.skdslider {
    height:186px !important;
}

.Menubar {
    position: relative;
    top: 4px;
    z-index: 99999 !important;
    margin-bottom: 23px;
}

		.carousel-control.left {left:0;}
		.carousel-control.right {right:0;}
		
.clix-deskp-top-show {display:none;}	
.clix-mobile-top-show {display:block;}
.clix-logo img{    width: 40% !important;
    height: 70% !important;}

.Topbar .logo {
       height: auto;
}
.clix-mob-head-contact li{clear:both;}
.clix-mob-head-contact li a{clear:both; font-size: 18px !important; color: #191a1b;}
.clix-mob-chat {    margin: 4px 0 -14px 0 !important;  text-align: left !important; }
.clix-no-padding ul{padding: 0 !important;}
.clix-mob-head-contact li a span{    color: #d81b1b; font-weight: 700;}
.clix-no-padding {background-color: #d67a2b66;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #d67a2be0;}
.clix-banner-desktop {display:none;}
.clix-banner-mobile {display:block;}
.clix-banner-mobile {width:100%;}
.clix-mobile-banner-container img{width:100%;}
.paddingTop50 {
    padding-top: 0px;
}
.block-text h1 { height:100%;}
.content-bg1 {
    height: auto;
}
.clix-banner-btm-caption {position:relative;}
.underline {display: none;}
.clix-leftpanel {
    display: none;
}
}

@media screen and (max-width: 768px){
.secure .col-lg-6{ width:50%;}
.secure .col-lg-6 .verify-text{
    width: 50%;
    float: left;
}
    
.content-paralex .col-lg-5{width:100% !important;}
.col-lg-5{width: 20% !important;
            float: left !important;
    
}
.Topbar .logo {
    width: 100% !important;
    /* text-align: center; */
    overflow: hidden;
    margin-bottom: 10px !important;
    
}
.paddingTop25 {width: 80% !important;
            float: left !important;
    
}
.Topbar .col-lg-6 {
    width: 50% !important;
    float: left;
}
.contacts {
    width: 100%;
    margin-top: -10px;
}
    
}
@media screen and (max-width: 600px){
  
}
@media screen and (max-width: 640px){
     .col-lg-6 ul{padding:0;}
        .nopadding{width:100% !important;
            
        }
.secure .col-lg-6{
        width: 50% !important;
        float: left 
}
.secure input{
        width: 50% !important;
        float: left 
}
}


@media screen and (max-width: 360px){
.clix-banner-mobile {
    padding-top: 23px;
    clear: both;
}
.verify-text {
    width: 100%;
    float: left;
}
.verify-text img{width:80px;}

.Menubar {
    position: relative;
    top: -22px !important;
    z-index: 99999 !important;
    margin-bottom: 0px !important;
}
.Topbar ul.contacts {
    list-style-type: none;
    float: left;
    margin-left: -15px;
}
}

@media screen and (max-width: 360px){

.contacts li{list-style-type: none;
            float: left;
            padding: 0;
            font-size: 12px
    
}
.clix-rightpanel{min-height: 0px;}
.clix-rightpanel{margin:0px;
    }
.col-lg-6 ul{padding:0;}
.col-lg-6{width: 100% !important;}
.clix-form-right {
    float: left !important;
    width: 100% !important;
}
.help img{margin-bottom:10px !important;}

.clix-form-left {
    float: left;
    width: 100% !important;
}
.email a{    float: left;
                font-size: 12px;
}
    
.Topbar ul.contacts li {
    width: 100%;
    text-align: left;
    float: left;
    font-family: Open Sans;
    font-size: 12px !important;
    color: #4B504B;
}


.skdslider ul.slides li img {
    width: 100%;
    height: 300px !important;
    border: 0;
}


}
@media only screen and (min-width: 361px) and (max-width: 390px){
.Topbar ul.contacts li {
    width: 100%;
    text-align: left;
    float: none;
    font-family: Open Sans;
    font-size: 13px;
    color: #4B504B;
    text-align: center;
}
}



@media only screen and (min-width: 801px) and (max-width: 991px){
.clix-rightpanel h1{
     width: 100% !important;
    height: auto;
}
.clix-rightpanel h1 img{
    width: 100% !important;
    height: auto;
    }
.Menubar {
    position: relative;
    top: 4px;
    z-index: 99999 !important;
    margin-bottom: 23px;
}
}





@media screen and (max-width: 1024px){
    .Menubar {
    position: relative;
    top: 4px;
    z-index: 99999 !important;
    margin-bottom: 23px;
}
    .contacts{
            width: 50%;
    }
.Topbar ul.contacts {
    list-style-type: none;
    float: none;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px){
.Topbar ul.contacts {
    list-style-type: none;
    float: none;
    margin: 0 auto;
}
.contacts{
     width: 100%;
}
}
}

@media screen and (max-width: 320px){
    .contacts{
         margin-left: -16px!important;

    }
}


@media screen and (max-width: 384px){
.clix-form-left {
    float: left;
    width: 100%;
}
.clix-form-right {
    float: left;
    width: 100%;
}
}
@media screen and (max-width: 412px){
    .clix-rightpanel{ width: 100% }

.clix-form-left {
    float: left;
    width: 100%;
}
.clix-form-right {
    float: left;
    width: 100%;
}
}

h1 span{
    font-size: 23px!important;
    padding-bottom: 13px;
    line-height: 70px;
}
.clix-extra li{color:#000 !important;
    
}
.readmore li{color:#000 !important;
list-style-type: square;
    
}



.clix_col_section img {
    margin-top: 10px;
      border: 1.50px dashed #f66f07;
        padding: 8px;
}
.clix_col_section{
 padding: 0;
}
.clix-slides img{
 width: 100%;
}

.clix_adult{
      padding: 0 !important;
}
.clix_adult p{
 margin-right: 18px;
}
.underline{
    width: 810px;
    margin: 0 auto;

}
.clix_organigation_left p {
    text-align: justify;
    font-size: 13px;
    line-height: 23px;
}

.undersection p {
    line-height: 23px;
    font-size: 13px;
    margin-top: 16px;
    text-align: justify;
}
.clix_underoption{
    margin-top: 27px;
    margin-bottom: 27px;
}
.clix_norms p {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
}
.clix_uppart p{
    line-height: 23px;
    font-size: 13px;
     text-align: justify;
}
.clix_Performance p{
  line-height: 23px;
    font-size: 13px;
   text-align: justify;
}
.clix_Perform p{
  line-height: 23px;
    font-size: 13px;
   text-align: justify;
}
.clix_margin{
  padding: 0;
  margin: 8px 0 14px 0;

}
.clix_aboutheading{
      font-size: 18px;
      font-weight: 500;
}
.clix_sectionpart{
    margin-top: 15px;
}
.clix_contact li{
    color: #000 !important;
    font-size: 13px !important;
}

.clix-margin{
   padding: 0;
}
.clix_contact li:before {
    content: '='!important;
    margin-right: 5px! important;
}
.clix_picturebasic img{
              width: 100% !important;
                
}
.clix_header_part p{
 margin-top: 20px;
}
.clix_header_part img{
         border: 1.50px dashed #f66f07;
        padding: 8px;
}
.clix_organigation_right img{
     border: 1.50px dashed #f66f07;
        padding: 8px;
}
.clix_norms img{
       border: 1.50px dashed #f66f07;
       margin: 10px 0 10px 0 !important;
        padding: 8px;
}
.clix_normsleft img{
 border: 1.50px dashed #f66f07;
        padding: 8px;
}
.per_clix img{
   border: 1.50px dashed #f66f07;
   padding: 8px;
}
.clix_tablepart td{
      
   padding: 10px; 
    /* margin: 52px; */
    
}
.clix_tablepart{
       border: dashed 2px #e67817;
background: #ffffff;
padding: 4px;
    overflow: hidden;
    display: block;
}
.clix_service li{
 color: #000 !important;
 font-size: 13px !important;
}
.clix_service li:before {
    content: '//'!important;
color: #f38810;
font-size: 20px;

}
.clix_client td{
 padding-left: 18px;
padding-top: 20px;
    padding-bottom: 20px;

}