
/*@import url(https://fonts.googleapis.com/css?family=Calibri+Sans+Libre:400,300italic,700);*/


body {

 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-family: 'Quicksand', sans-serif;
 font-size: 14px;

}

p {
	
	text-align: left;
	margin:0px;
	padding:0px;
	line-height:25px;

	
}

#myBtn2 {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #457fca; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition-duration: 1s;
}

#myBtn2:hover {
  background-color: #ff7415; /* Add a dark-grey background on hover */
  transition-duration: 1s;
}

#logo-nav{
	width:95%;
	margin-left: 2.5%;
	margin-right: 2.5%;

}

.border-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.border-image:hover{
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

.logo{
	width: 20%;
	display: inline-block;
	margin-left:2.5%;
	margin-top:0%;
	margin-bottom:0%;
	
}

.ns-div-one{
	display:block;
	width:auto;
	position: fixed;
    top: 275px;
	
}

.ns-div-two{
	padding: 15px 35px 5px 35px;
    display: block;
    width: auto;
    position: fixed;
    top: 275px;
    left: 275px;
    margin-left: 30px;
	box-shadow: 0px 0px 8px 3px rgba(1, 1, 1, 0.2);
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fba754+0,f39335+100 */
	background: #fba754; /* Old browsers */
	background: -moz-linear-gradient(top,  #fba754 0%, #f39335 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fba754 0%,#f39335 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fba754 0%,#f39335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba754', endColorstr='#f39335',GradientType=0 ); /* IE6-9 */
	
}












/*  Coupon Pop Window CSS Starts here */


.btn-yellow {
    color: #000 !important;
    margin: 0.25rem;
    padding: 0.8rem;
    font-size: 16px;
    background-color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-yellow:hover{
	background-color: #ffca2c;
    border-color: #ffc720;
    text-decoration: none;
}

.coupon-main-title{
	text-align: left;
	font-size: 36px;
    margin-bottom: 0px;
    line-height: 45px;
}

.coupon-sub-title{
    font-size: 26px !important;
    font-weight: normal !important;
    text-align: left !important;
    margin-top: 5px !important;
}

.coupon-row{
	display: flex;
    width:100%;
}

.coupon-img{
	width: 350px;
    border-right: 5px solid #eee;
    padding-right: 5px;
	    
}

.coupon-img img{
	width: 100%;
}

.coupon-form{
	padding-left: 8px;
    width: 305px;
}

.coupon-offer-text{
	font-size: 30px;
    text-align: center;
    padding: 15px 0px;
    background-color: #111b5d;
    margin-bottom: 0px;
    color: #fff;
    
}

.coupon-form-text{
    font-size: 30px;
    line-height: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 8px;
}

.mb-0px{
	margin-bottom: 0px !important;
}

.mb-8px{
	margin-bottom: 8px !important;
}

.w-100{
	width: 100%;
}

.coupon-input{
	width: 95% !important;
    padding: 8px 5px !important;
    font-size: 14px !important;
    font-family: 'Quicksand', sans-serif !important;
    border: 1px solid #ccc;
}

.coupon-button{
	width: -webkit-fill-available !important;
    margin-left:0px !important;
    margin-right:0px !important;

}

.eb-image{
	border: none !important;
    width: 100px !important;
    position: absolute;
    top: 60px;
    left: 265px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border-top: 6px solid #bcbcbc;
  border-bottom: 6px solid #bcbcbc;
  width: 50%; /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius:8px;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*  Coupon Pop Window CSS Starts here */

















.ns-div-two p{
	color: #fff !important;
    font-weight: 600;
}

.video_blue_but{
	width: 100%;
    margin-bottom: 50px;
    display: block;
    position: relative; 
}

.mt-90px{
	margin-top: 90px !important;
}


.alert-massage{
	background-color: rgb(51,255,51,0.5);
    border: 1px solid #ccc;
    padding: 10px !important;
}

.mainblock{
    width: 90%;
    margin: 0px auto; 
    padding: 0rem 3rem;   
}

.mainrow{
    padding:0px 15px; 
    display: flex;   
}

.left-block{
    width: 58.33333333%;
    padding: 0px 15px;
    vertical-align: top;
}

.rightblock{
    width: auto;
    padding: 0px 15px;
    vertical-align: top;
}

.pad-top{
    padding-top:3rem;
}

.g-map{
    border: 1px solid #dfdfda;
    padding: 5px;
    height: 300px;
    margin-bottom: 40px;
}

.g-map iframe{
    height: 300px !important;
}

.contactus-form{
    box-sizing: border-box;
}

.mt{
	margin-top: 30px !important;
}

.mt-finish{
	margin-top: 0px !important;
}

.Menu-title{
	padding-left: 12px !important;
}

.F-S-30{
	font-size: 30px !important;
}

.pdf-icon{
	background: url(../images/download-time-table.png) no-repeat;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.3;
}

.bg-light-blue{
	background-color: #f1fcfd !important;;
}



#process strong{
    color: #3d3d3d;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    font-family: inherit !important;
    font-weight: 500;
    line-height: 1.1;
}

.navigation{
	display:inline-block;
	width: 75%;
	font-size: 16px;
	font-weight: bold;
    
    margin-bottom: 5px;

}
.social_wrappper{
	background-color: #078cbf;
    width: 100%;
    height: auto;
    border-top: 5px solid #173d7b;
}

.title-in-blue{
    color: #078cbf;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
}

.text-left{
	text-align: left;
}

/*
.right_box{
	width: 450px;
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.left_box{
	width: 750px;
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;

}

*/

.right_box{
	width: 40%;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: top;
}

.left_box{
	width: 53%;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;

}

.ul-style-A{
	margin: 0px !important;
    margin-bottom: 10px !important;
    list-style: disc inside;
    margin-left: 8px !important;
    line-height: 25px !important;
}

.ul-style-A li{
	line-height: inherit !important;
    margin-bottom: 0px !important;
}

.ftp{
	padding-top: 0 !important;
}

.flp{
	padding-left: 0px !important;
}

.font-size{
	font-size: 16px !important;
}

a.morelink{
	font-size: 22px;
    font-weight: 600;
}


.My_button_style1{
	font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 6px 20px 6px !important;
    margin-right: 40px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 2.5;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: auto;
    text-align: center;
    background: linear-gradient(0deg, rgba(7,140,191,1) 0%, rgba(110,203,239,1) 100%, rgba(200,240,255,1) 100%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


.My_button_style1:hover{
	background: rgb(7,140,191);
	background: linear-gradient(190deg, rgba(7,140,191,1) 0%, rgba(110,203,239,1) 100%, rgba(7,140,191,1) 100%);
}


.My_button_style2{
	font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 6px 36px 6px !important;
    margin-right: 40px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 2.5;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: auto;
    text-align: center;
    background: rgb(245,145,48);
	background: rgba(253, 163, 74, 1.0) -webkit-linear-gradient(top, rgba(253,187,122,.35) 0%,rgba(225,113,3,.4) 100%);
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


.My_button_style2:hover{
	background: rgb(245,145,48);
    background: linear-gradient(190deg, rgba(245,145,48,1) 0%, rgba(248,157,69,1) 100%, rgba(252,170,89,1) 100%);    
}


.My_button_style3{
	font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 6px 93px 6px !important;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 2.5;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: auto;
    text-align: center;
    background: rgb(90,169,26);
	background: linear-gradient(0deg, rgba(90,169,26,1) 0%, rgba(184,249,132,1) 100%, rgba(124,195,67,1) 100%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


.My_button_style3:hover{
    background: rgb(90,169,26);
    background: linear-gradient(190deg, rgba(90,169,26,1) 0%, rgba(184,249,132,1) 100%, rgba(124,195,67,1) 100%);
	
}


.login_window{
	max-width:500px;
    width:100%; 
    height:100%; 
    margin-left:auto; 
    margin-right:auto; 
    border:1px solid #d0d0d0; 
    border-radius:5px; 
    padding:15px; 
    box-shadow:0px 0px 5px 3px #999; 
    box-shadow:0px 0px 5px 3px #e6e6e6;
}

.login_window h1{
 	font-size: 20px;
    font-weight: normal;
    color: #4a4a4a;
    margin-bottom: 0px;
 }

.login_window_pad{
	padding: 10px 20px 0px;
}

.login_window input[type="text"], input[type="password"]{
    border: 1px solid #ccc;
    padding: 15px 5px !important;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}


.no-pading{
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.shadow-effect{
	border: 1px solid rgba(0, 0, 0, 0.25);
}


.button-block-A{
	display: inline-block;
    width: auto;
}

.button-block-B{
	display: inline-block;
    width: auto;
    margin-left: 20px;
}

.button-block-C{
	display: inline-block;
    width: auto;
}

.border-right{
	border-right: 1px solid #ccc;
    padding-right: 8px;
    width: 50%;
}

.padding_left{
	padding-left: 8px;
    width: 50%;
}

.inner-temp-table{
	width: 100%;
}

.table-body{
	display: block;
    width: 90%;
	border: 1px solid #999999;	
    margin-left: 50px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.19);
    background-color: #fff;
}



.table-row{
	display: inline-block;
    width: 100%;
    vertical-align: top;
	border: 1px solid #999999;	
}


.table-cell-left{
	display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 10px;
}

.table-cell-right{
	display: inline-block;
    width: 65%;
    border-left: 1px solid #999999;
    padding: 10px;	
}

.table-cell-right1{
	display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    width: 48%;
}

.table-cell-right2{
	display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    width: 48%;
}

.table-body ul{
	margin: 0px;
    padding: 0px;
    margin-left: 20px;	
}

.table-body ul li{
	line-height: 0.5em;
    margin: 0;
    list-style-type: disc;
}

.table-heading{
	text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 50px;
    font-weight: 800;
    color: #068CBF;
    border: 1px solid #656565;
    }
    
.table-heading-orange{
	text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #ff7415;
    }
    
    .orange-p2{
    font-family: 'Quicksand', sans-serif;
    color: #ff7415 !important;
    font-size: 22px;
    font-weight: bold;
    }  
    
    .orange-p2:hover{
    text-decoration: none !important;
    }   
    
    .table-heading-anchor{
    text-decoration: none;
    color: inherit;
    }



.social_bar{
	font-family: 'Quicksand', sans-serif !important;
    line-height:40px;
    font-size: 16px;
    font-weight: normal;
	margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
    height: auto;
}

.social_bar ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.social_bar ul li{
	float: left;
    margin-bottom: 0px;
}

.social_bar ul li a{
	display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    height: 85px;
    padding-top: 40px;
    transition-duration: 0.5s;
    font-size: 20px;
}

.social_bar ul li a:hover{
    color: #004660;
    transition-duration: 0.5s;
}


.heading-style1{
	margin-top: 40px;
    color: #3d3d3d;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
}

.heading-style2{
	margin-top: 20px;
    color: #3d3d3d;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.heading-style3{
	margin-top: 0px;
    color: #7d7d7d;
    font-size: 28px;
    margin-bottom: 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.heading-style3-italic{
	margin-top: 0px;
    color: #7d7d7d;
    font-size: 23px;
    margin-bottom: 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.5;
    font-style: italic;
}

.footer_M_wrappper{
	background-color: #078cbf;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.footer_M{
	font-family: 'Quicksand', sans-serif !important;
    line-height:40px;
    font-size: 16px;
    font-weight: normal;
	margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
    height: auto;
}

.footer_M ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer_M ul li{
	float: left;
    margin-bottom: 0px;
}

.footer_M ul li a{
	display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    padding-top: 23px;
    text-decoration: none;
/*    height: 85px;
    padding-top: 40px; */
    transition-duration: 0.5s;
}

.footer_M ul li a:hover{
    color: #004660;
    text-decoration: underline;
    transition-duration: 0.5s;
}


.copy_right_wrappper{
	background-color: #078cbf;
    width: 100%;
    height: auto;
 /*   border-top: 1px solid #000; */
}

.copy_right{
	display: block;
    color: #fff;
    text-align: center;
    padding: 14px 2%;
    padding-top: 40px;
	font-family: 'Quicksand', sans-serif !important;
    line-height:40px;
    font-size: 16px;
    font-weight: normal;
	margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 96%;
    height: auto;
    
}

.copy_right ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.copy_right ul li{
	float: none;
    margin-bottom: 0px;
}

.alighn_right{
	text-align: right !important;
}

/*  -------------  */

.form-box{
	background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #ededed, #f1f1f1, #f6f6f6, #fafafa, #ffffff);
    padding: 40px 5px 20px 30px !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.26);
}

.form-caption{
	display:block;
	width:auto;
	line-height:25px;
	font-size:17px;
	font-weight:normal;
}

.form-field{
	display:block;
	width: auto;
    max-width: 100%;
}

.form-field input[type="text"], .form-field input[type="password"], .form-field input[type="email"], .form-field textarea, .form-field select{
	display: inline-block;
    margin-left: 10px;
    width: 35%;
    line-height: 25px;
}

.input-custom{
	width: 72% !important;
}



/*  -------------  */

.special_M{
	display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    /* height: 85px; */
    padding-top: 40px;
    transition-duration: 0.5s;
}

.video-player{
	width: 450px !important;
}

.video-container {
    display: block;
    position: inherit;
    float: right;
    margin-left: 20px;
}

.video-header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .video-header {
    background: url('https://www.dutch-academy.com/images/no-video-img.jpg') black no-repeat center center scroll;
  }
  .video-header video {
    display: none;
  }
}

.service{
	margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #f4f4f4 !important;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.service1{
    border-bottom: 2px solid #db9b00;
    border-top: 2px solid #db9b00;
    margin-bottom:25px;
    text-align: center;
    padding-top: 10px;
    padding: 7px;
    padding-bottom: 0;
    border-radius: 4px;
    background: #f4f4f4 !important;
}

.page-title{
	margin-top: 0;
    color: #3d3d3d;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.same-fontP{
    font-family: inherit !important;
    font-weight: 200;
    }

#summry_tbl {
    font-family:inherit;
    border-collapse: collapse;
    width: 100%;
}

#summry_tbl td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-family: Arial,Tahoma;
    font-size: 15px;
    color: #121212 !important;
}

#summry_tbl tr:nth-child(even){background-color: #f2f2f2;}

#summry_tbl tr:hover {background-color: #ddd;}

#summry_tbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ff8b19;
    color: white;
        font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
}


.BOX_1_Clr{
	text-decoration:none !important;
	color:#1c202b !important;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}


.BOX_2_Clr{
	text-decoration:none !important;
	color:#08c !important;
}

.BOX_3_Clr{
	text-decoration:none !important;
	color:#734ba9 !important;
}

.BOX_4_Clr{
	text-decoration:none !important;
	color:#4eb25c !important;
}

.BOX_5_Clr{
	text-decoration:none !important;
	color:#b11032 !important;
}

.BOX_6_Clr{
	text-decoration:none !important;
	color:#fcd514 !important;
}

.button-style1{
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.25);
	border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
    text-align: center;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: 0.5s all;
}

.button-style1:hover{
	color: #222;
    background: #fda34a;
    background: rgba(253, 163, 74, 1.0) -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: rgba(253, 163, 74, 1.0) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    background: rgba(253, 163, 74, 1.0) -webkit-linear-gradient(top, rgba(253,187,122,.35) 0%,rgba(225,113,3,.4) 100%);
    background: rgba(253, 163, 74, 1.0) -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: rgba(253, 163, 74, 1.0) -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: rgba(253, 163, 74, 1.0) linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
	transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-transition: 0.5s all;	
}


.temp-class1{
	text-align: center;
    margin-bottom: 15px;
}

.tsc_c3b_large.button-style1{
	padding: 6px 65px 6px;
}

.tsc_c3b_large.button-style1{
	font-size: 14px;
    margin-bottom: 15px;
}

.tsc_c3b_yellow.button-style1 {
    background-color: #078cbf;
}

.service1 .service1-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
    padding-top: 10px;
}

.service1 h3 {
    margin-top: 13px;
    font-size: 16px;
}

.service1 p {
    padding-bottom: 7px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    height: 110px;
}

ul.signup-login {

	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-weight: bold;
	font-size: 14px;
	color: #4284cf;

}

ul.signup-login li {

	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0px;

}

ul.signup-login li a, ul.signup-login li a:hover {

	text-decoration: none;
	color: inherit;

}

.buton .orange-btn {
    margin-right: 15px;
    
    }

.social-box{

	position:fixed;
	width:auto;
	top:25%;
	left: 0px;
	z-index: 1000;

/*
	border:3px solid #a1a1a1;
	background:#FFF;
	padding: 10px;

	-webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
*/

}

.social-box > ul {

	margin: 0;
	padding: 0;
	list-style: none;

}

.social-box > ul > li {

	margin: 0;
	padding: 0;
	line-height: 0px;

}

.featured-boxes h3 {

	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;

}

.new_fb_Box{
	font-size: 32px;
    font-weight: normal;
    text-align: center;
    background-color: beige;
    line-height: 3em;
    margin-top: 0px !important;
}


.featured-single-box {

	border-radius: 8px;
	background-color: #fff;
/*	background-color: #f7f2f2;*/

/*
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 10px 5px 10px;
*/

	margin-left: 1.2%;
	margin-right: 1.2%;
	margin-bottom: 10px;
	padding: 5px 1%;
    padding:0px;


	display: inline-block;
	vertical-align: top;

	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	border-top-style: solid;
	border-top-width: 4px;
	width: 22%;
	max-width: 350px;
	height: auto;
/*	height: 300px;*/
	
}


.feature-single-box-color-1 {
	border-top-color: #1c202b;
}

.bg-color1 {
	background-color: #1c202b;
}

.color1 {
	color: #1c202b;
}


.feature-single-box-color-2 {
	border-top-color: #08c;
}

.bg-color2 {
	background-color: #08c;
}

.color2 {
	color: #08c;
}


.feature-single-box-color-3 {
	border-top-color: #4eb25c;
}

.bg-color3 {
	background-color: #4eb25c;
}

.color3 {
	color: #4eb25c;
}


.feature-single-box-color-4 {
	border-top-color: #734ba9;
}

.bg-color4 {
	background-color: #734ba9;
}

.color4 {
	color: #734ba9;
}


.feature-single-box-color-5 {
	border-top-color: #b11032;
}

.bg-color5 {
	background-color: #b11032;
}

.color5 {
	color: #b11032;
}


.feature-single-box-color-6 {
	border-top-color: #fcd514;
}

.bg-color6 {
	background-color: #fcd514;
}

.color6 {
	color: #fcd514;
}




.featured-single-box .circle {
	
	width: 100px;
	height: 100px;
	border-radius: 50px;
/*	border: 1px solid #ccc;*/
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	
	
}


.featured-single-box .circle .icon {

	position: relative;
	display: block;
	width: 45px;
	height: 35px;
/*	background: #db9b00;*/
	padding: 30px 30px 35px 30px;
	color: #fff;
	font-size: 40px;
	text-align: center;

}

.featured-single-box .featured-heading {

	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
    height: 50px;

}

.featured-single-box > ul {

	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 10px;
	list-style: disc;
	font-size: 14px;
	min-height: 170px;
	height: auto;

}

.featured-single-box > ul > li {

	margin: 0;
	padding-bottom: 5px;
/*	display: block;*/

}

.featured-single-box .featured-read-more {

	margin: 10px auto;
	text-align: center;

}

.featured-single-box .featured-read-more a {

	width: 150px;
	height: 50px;
	padding: 10px 15px;
	border-radius: 6px;
	color: #fff;


}

.featured-single-box .featured-read-more a:hover {

/*	color: #fff;*/
	text-decoration: none;

}

.featured-single-unique-feature {

/*	background-color: #a9a9a9;*/

/*
	margin-left: 1.2%;
	margin-right: 1.2%;
	margin-top: 20px;
	padding: 5px 1%;
*/
	

	display: inline-block;
	vertical-align: top;

	width: 33%;
/*	max-width: 350px;*/
	height: auto;
/*	height: 300px;*/
	
}

.featured-single-unique-feature .unique-feature-img {
	
	text-align: center;
	margin: 10px auto;
	
}

.featured-single-unique-feature .unique-feature-heading {

	color: #1c202b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	height: 30px;
/*	border: 1px solid #000;*/
	overflow: hidden;

}

.featured-single-unique-feature .unique-feature-details {

	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	height: 60px;
/*	border: 1px solid #000;*/
	overflow: hidden;

}

.moving-text-container {

	float: left;
	position: absolute;
	top: 80px;
	left: 160px;

}

.moving-text .moving-text-heading {

	color: white;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3em;
	width: 560px;
/*    background-color: rgba(255, 255, 255, 0.4); */
	padding: 5px;
    text-shadow: 2px 2px 6px rgba(34, 34, 34, 1);

	
}

.moving-text .moving-text-details {

	color: white;
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 1.2em;
	width: 560px;
/*    background-color: rgba(255, 255, 255, 0.4); */
	padding: 5px;
    text-shadow: 2px 2px 6px rgba(34, 34, 34, 1);

	
}

.moving-text .moving-text-link {

	margin-top: 20px;
	
}

.moving-text .moving-text-link img {

	width: auto !important;
	height: auto;
	
}


.space-20px{
	width:100%;
	height:20px;

}

.space-40px{
	width:100%;
	height:40px;

}


.white-background{
	background-color:#FFF;
/*
	margin-top: 10px;
	margin-bottom:10px;
*/
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
	width: 100%;
	height:auto;
/* 	padding-left:5px;
 	padding-right:5px;*/
	
}

.bottom-area {
	background-color:#202020;
	width: 100%;
	height:auto;
	min-height: 250px;
}

.right{
	float:right;
	
}

#main-image{
/*	background-image:url(../images/main_image.png);*/
 	margin-left:auto;
 	margin-right:auto;
 	width: 100%;
	position: relative;

}

#main-image img {
 
  	border: 0px;
  	width: auto;
  	max-width: 100%;
}

.ul-style-1{
	margin-left: 10px !important;;
    list-style: none outside !important;;
    margin-bottom: 25px !important;
}

.ul-style-1 li{
	font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #666666 !important;
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 25px;
}


.ul-style-2{
	margin-left: 50px !important;
    list-style: disc outside !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.ul-style-2 li{
	font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #666666 !important;
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 25px;
}

.margin-left-50{
	margin-left: 50px !important;
}

.font-style-1{
	font-family: inherit;
    font-size: 38px;
    font-weight: bold;
    color: #ff7415;
}

.font-style-2{
	font-family: inherit;
    font-size: 17px;
    color: #ff7415;
}

.heading-style-3{
	font-family: inherit;
    text-shadow: 0px 0px 10px #8d8d8d;
    color: #6f6f6f;
}

.v-align-mid{
	vertical-align: middle !important;
}

.cource-main-table{
	width: 90%; display:inline-block; 
    margin-left: 50px; 
    text-align:center; 
    border-top: 18px solid #078cbf;
    border-right: 18px solid #02719b;
    border-bottom: 18px solid #014f6d;
    border-left: 18px solid #12abe6;

    -----other style-----
	border-width:25px 25px 25px 25px;
	border-style:solid solid solid solid;
	border-color:#078cbf #02719b #014f6d #12abe6;
    
}

.cource-table-title{
	width: 30%;
    border-right: 3px dotted #ccc;
}

.cource-table-specif{
	width: 20%;
}

.cource-table-price{
	width: 20%;
    border-right: 3px dotted #ccc;
}	

.cource-table-button{
	width: 20%;
}






#box-container{
/* width:950px;
 height:325px;*/
margin:auto;
width: 95%; 

}

.float-left{
	float:left;
	
}
.float-right{
	float:right;
		
}


	.slide {

	height: 400px;
	position: relative;

    }
    
    .slide .moving-text {
    
        float: left;
        position: absolute;
        top: 80px;
        left: 160px !important;
    
    }

#slideshow-container {
	width: 100%;
	height: 400px;		
	margin-left: auto;
	margin-right: auto;	
	background-color: #ccc;	
    background-repeat-x: no-repeat !important;			

}


.hideme{
	display:none;
}

.text-heading {

	color: #1c202b;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	
}

.text-details {

	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 12px;
	line-height: 1.2em;
	margin-left: 20px;
	
}

ul.column1, ul.column2 {

	display: inline-block;
	vertical-align: top;
	width: 24%;
	min-width: 200px;
	height: auto;
	margin-left: 30px;
	margin-top: 60px;
	font-size: 16px;

/*	border: 1px solid #fff;*/

}

ul.column1 li a, ul.column2 li a {

	color: #fff;
	text-decoration: none;

}

ul.column1 li a:hover, ul.column2 li a:hover {

	text-decoration: underline;

}

ul.address {

	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: auto;
	margin-left: 30px;
	margin-top: 60px;
	font-size: 16px;
	color: #fff;

/*	border: 1px solid #fff;*/

}

ul.address li .icon, ul.address li .txt {

	vertical-align: top;
	display: inline-block;
	width: 350px;
	
}

ul.address li .icon {

	width: 40px;
	text-align: center;

}

ul.address li .txt {

	margin-top: 5px;

}

ul.address li a, ul.address li a:hover, ul.address li a:visited {

	text-decoration: none;
	color: #fff;

}

.grey-bar {

	background-color: #e0e0e0;
	height: 30px;

}

.get-in-touch {

	border: 2px dotted #000;
	border-radius: 15px;
	width: 100px;
	height: 25px;
	top: -15px;
	left: 0px;
	position: absolute;
	float: left;
	z-index: 100;

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #1c202b;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;

/*	box-shadow: 5px 5px #ccc;*/

}

.image-column{
	width: 47%;
    float: left;
    z-index: -10;
    position: relative;
    min-height: 1px;
/*    padding-right: 15px;
    padding-left: 15px; */
}

.image-column img{
	width: 100%;
}

.Custome_Width{
	width: 350px;
}


.get-in-touch a, .get-in-touch a:hover, .get-in-touch a:visited {

	text-decoration: none;
	color: #fff;

}

.copyright-new {

	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
	background: url('../images/footer_bg.png');
	border-top: 1px solid #000;

}

	.mb-screen-login{
    display: block;
    position: absolute;
    top: 55px;
    right: 105px;
    float: right;
}


	.mb-screen-login ul{
    	display: flex;
        margin-bottom: 0px;
    }
    
    .mb-screen-login ul li{
    	margin-right: 8px;
        line-height: normal;
        margin-bottom: 0px;
    }
    
    .mb-screen-login ul li a, a:visited{
    	color: #666;
        text-decoration: none;
        font-size: 16px;
        font-weight: lighter;
    }
    
   
    .leftdiv{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 30px;
    min-height: 190px;
    
    }
    
    .leftdiv ul{
    margin: 0px !important;
    margin-bottom: 10px !important;
    list-style: disc inside;
    margin-right: 8px !important;
    line-height: 25px !important;
    list-style: none;
    }
    
    .leftdiv ul li::before{
    content: "\2713";
    font-size: 23px;
    color: #ff7415;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    }
    
    .rightdiv{
    display: inline-block;
    width: 50%;
    float: right;
    vertical-align: top;
    margin-bottom: 30px;
    min-height: 190px;
    }
    
    .rightdiv ul, .offers_block{
    margin: 0px !important;
    margin-bottom: 10px !important;
    list-style: disc inside;
    margin-left: 8px !important;
    line-height: 25px !important;
    list-style: none;
    }
    
    .rightdiv ul li::before, .offers_block li::before{
    content: "\2713";
    font-size: 23px;
    color: #ff7415;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    }
    
    .checkMark_ul{
    margin: 0px !important;
    margin-bottom: 10px !important;
    list-style: none inside !important;
    margin-left: 8px !important;
    line-height: 25px !important;
    }
    
    .checkMark_ul li{
    list-style: none inside !important;
    line-height: inherit !important;
    margin-bottom: 0px;
    color: #078cbf !important;
    }
    
    /*.checkMark_ul li p{
    display: inline-block !important;
    }*/
    
    .checkMark_ul li::before{
    content: "\2713";
    font-size: 23px;
    color: #ff7415;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    }
    
     .cross{ 
     margin-top: 10px !important;
     margin-bottom: 10px !important;
     }
    
    .cross::before{
    content: "\00274C" !important;
    font-size: 18px !important;
    width: 1.6em !important;
    }

   
    .extra-min-height{
    min-height: 250px;
    }
    
    .xxl-min-height{
    min-height: 285px;
    }
   
   
   
    /*****  course page CSS starts here ******/
    
    .green{
	color: #107c35;
    }
    
    .Regester_box{
        width: auto;
        display: block;
        position: relative;
        background: #ecf7fb;
        padding: 10px;
        margin: 1rem 0 2rem;
        border: 1px solid #b6b6b6;
    }
    
    .Regester_box_title{
    	display: inline-block;
        position: relative;
        width: auto;
        vertical-align: top;
        padding-top: 30px;
        margin-right: 36px;
    }
    
        .Regester_box h3{
        margin-bottom: 25px;
    }
    
    
    .reg-box-img{
        display: inline-block;
        position: relative;
        width: auto;
        margin-left: 10px;
    }
    
    .reg-box-des{
        display: inline-block;
        position: relative;
        width: auto;
        vertical-align: top;
        margin-right: 20px;
        padding-top: 30px;
    }
    
    .reg-box-des ul {
        list-style-image: url(../images/chayk.jpg);
        font-size: 13px;
        color: #004468;
        padding: 0;
        margin: 0 0 0 40px;
    }
    
    .reg-box-des ul li{
        padding: 5px;
    }
    
    .reg-box-des ul li span {
        position: relative;
        display: inline-block;
        background: #ee8024;
    /*    padding: 0 10px 0 30px; */
        color: #fff !important;
    }
    
    .orange-tag{
        display: block;
        font-size: 1.5rem;
        background: #ee8024;
        padding-left: 85px;
        margin-bottom: 0;
        padding: 5px 10px;
            
    }
    
    .orange-tag p {
        font-size: 1.3rem;
        font-weight: 400;
        color: #fff !important;
        margin: 0;
    }
    
    .main-box{
        width:100%;
        display: inline-block;
        position: relative;
        min-height: 1px;
    }
    
    .box-1{
        width: 44.333333%;
        min-height: 325px;
        float: left;
        position: relative;
        background: #fff;
        border: 1px solid #706f6f;
        min-height: 360px;
        padding: 10px;
        margin-top: 40px;
        margin-right: 40px;
        cursor: pointer;
        -webkit-transition: background-color .3s ease,color .3s ease; 
        -o-transition: background-color .3s ease,color .3s ease;
         transition: background-color .3s ease,color .3s ease;
            
    }
    
    .box-1:hover{
        background: #f3f9f5;
        border: 1px solid #0b7c34;
        -webkit-transition: background-color .3s ease,color .3s ease; 
        -o-transition: background-color .3s ease,color .3s ease;
         transition: background-color .3s ease,color .3s ease;
    }
    
    .full-width{
        width:100%;
    }
    
    .box-1 h1 {
    text-align: center;
    margin-top: -20px;
    margin-right: 220px;
    height: 20px;
    line-height: 1.0em;
    font-size: 22px;
}
    
    .box-1 h1 span{
    background-color: white;
    border-radius: 35px;
    padding: 15px;
    border: 01px solid #494949;
    }
    
    .box-title{
        display: block;
    }
    
    .tytle{
        display: inline-block;
        vertical-align: top;
        font-family: inherit;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        position: relative;
        float: left;
        height: auto;
    }
    
    
    .emage{
        display: inline-block;
        float: right;
        height: auto;
    }
    
    
    .specyfications{
        display: inline-block;
        width: 100%;
        min-height: 250px;
        clear: both;
    }
    
    .specyfications ul{
        list-style-image: url('../images/plus-sign.png');
        font-size: 13px;
        color: #004468;
        padding: 0;
        margin: 0 0 0 15px;	
    }
    
    .specyfications ul li{
        margin-left:25px;
        position: relative;
        font-weight: 700;
        margin-bottom: 5px;	
    }
    
    .specyfications ul li p{
        ont-family: 'Quicksand', sans-serif;
        font-size: 14px;
        color: #004468 !important;
        margin: 0;
        padding: 0;
        text-align: justify;	
    }
    
    .selecter {
        line-height: 1em;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 30px;
    }
    
    .selecter span{
        display: inline-block;
        font-size: .75rem;
        color: #e30613;
    }
    
    .text-righ-align{
        text-align: right !important;
    }
    
    .prise{
        display: block;
        position: relative;
        clear: both;
    }
    
    .prise h1{
        text-decoration: line-through;
        font-size: 18px;
        line-height: 0.9em;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: lighter;
        text-align: left;
        margin-left: 0px;
    }
    
    .prise h3{
        font-size:32px;
        margin-top: 5px;
        
    }
    
    .course-det{
        display: block;
        position: relative;
    }
    
    .course-det p{
        font-family: 'Quicksand', sans-serif;
        font-size: 16px;
        color: #666 !important;
        margin: 0;
        padding: 0;
        text-align: justify;
        line-height: 1.2em;
    }
    
    .clearfix {
      clear: both;
    }
    
    .course-det	p span{
        color:#1382D1;
        font-weight:bold;
    }
    
    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }
    
    input[type=checkbox] {
    
     -ms-transform: scale(2); /* IE */
     -moz-transform: scale(2); /* FF */
     -webkit-transform: scale(2); /* Safari and Chrome */
     -o-transform: scale(2); /* Opera */
      padding: 10px;
    }
    
    .down-arrow{
        display: block;
        position: relative;
        top: 425px;
        left: -210px;
    }
    
    
    i {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 15px;
    }
    
    
    .down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    
    .pv-box{
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
        background: #ffffff;
        cursor: pointer;
        border: 1px solid #0b7c34;
        -webkit-transition: background-color .3s ease,color .3s ease;
        -o-transition: background-color .3s ease,color .3s ease;
        transition: background-color .3s ease,color .3s ease;
    }
    
    .pv-box:hover{
        background: #f3f9f5;
        border: 1px solid #0b7c34;
        cursor: pointer;
        -webkit-transition: background-color .3s ease,color .3s ease; 
        -o-transition: background-color .3s ease,color .3s ease;
         transition: background-color .3s ease,color .3s ease;
        
    }
    
    .pv-box h1{
        text-align: left;
        margin-top: -10px;
        margin-left: 50px;
        height: 20px;
        line-height: 1.2em;
        font-size: 15px;	
    }	
    
    .pv-box h1 span {
        background-color: white;
        border-radius: 25px;
        padding: 5px;
    }
    
    .pv-box-title{
        width: auto;
        display: inline-block;
        margin-left: 15px;
    }
    
    .pv-box-image{
        width: auto;
        display: inline-block;
        margin-left: 60px;
    }
    
    .pv-box-selector{
        width: auto;
        display: inline-block;
        margin-right: 240px;
        float: right;
    }
    
    .pv-box-description{
        width: 70%;
        display: inline-block;
        margin: 20px 15px 20px 15px;
    }
    
    .pv-box-price{
        display: inline-block;
        width: auto;
        margin-left: 15px;
        vertical-align: top;
        margin-top: 10px;
    }
    
    .pv-box-price h2{
        font-weight: bold;
        font-size: 32px;
    }
    
    .pv-box-price span{
        font-size: 16px;
        vertical-align: text-top;	
    }
    
    .buton{	
        display: flex;
        width: 97%;
        margin-bottom: 15px;
    
    }
    
    
    .btn {
        white-space: nowrap;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        vertical-align: middle;
        text-align: center!important;	
        display: inline-block;
        position: relative;
        padding: 1rem;
        font-size: 1.125em;
        line-height: 1em;
        text-decoration: none;
        text-align: left;
        border-radius: 0;
    }
    
    .btn.bt-cta.bt-order:hover{
        background-color: #0e612a;
        transition: background .3s ease;
    }
    
    .btn.bt-cta.full {
        width: 100%;
        font-size: 18px;
    }
    
    .btn.bt-cta.bt-order {
        color: #fff;
        background-color: #107c35;
        transition: background .3s ease;
    }
    
    .course-note{
    	display: block;
    	width: auto;
    	margin-left: 10px;
    	margin-bottom: 30px;
    }
    
    .step-2-box-title{
    width: auto;
    display: inline-block;
    margin-left: 15px;
    min-height: 70px;
    padding-top: 30px;
    }
    
    .step-2-box-selector{
    width: auto;
    display: inline-block;
    margin-right: 75px;
    float: right;
    min-height: 100px;
    }
    
    .step-2-box-selector span{
    display: block;
    position: absolute;
    right: 70px;
    top: 65px;
    }
    
    .checkbox_placement{
    display: block;
    position: absolute;
    right: 85px;
    top: 100px;
    }
    
    
    .step-2-price{
    text-align: right;
    width: auto;
    display: block;
    margin-right: 75px;
    float: right;
    min-height: 50px;
    }
    
    .step-2-desc{
    width: auto;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 70px;
    padding-top: 10px;
    }
    
    .step-2-lees-meer{
    width: auto;
    display: block;
    margin-left: 15px;
    min-height: 40px;
    padding-top: 10px;
    position: relative;
    }
    
    .step-2-lees-meer a{
    color: #3f3f3f;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    }
    
    .step-2-lees-meer a:hover{
    color: #0e612a;
    text-decoration: underline;
    }
    
    .leesmeer_desc{
    width: auto;
    margin: 15px;
    }
    
    .width-fixed{
    width: 60%;
    display: inline-block;
    min-height: 0px;
    }
    
    .step2-center-image{
    width: 20%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    }
    
    .step-2-price-boxno2 {
    text-align: right;
    width: 10%;
    display: inline-block;
	}
    
    .step-2-box2-selector{
    width: auto;
    display: inline-block;
    float: right;
    min-height: 100px;
    position: relative;
    }
    
    .step-2-box2-selector span{
    display: block;
    position: relative;
    right: 70px;
    top: 30px;
    }
    
    .checkbox_placement2{
    display: block;
    position: absolute;
    right: 85px;
    top: 65px;
    }
    
    .label-border{
   	padding: 1em 1em 1em 1em !important;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    font-size: 17px !important;
    color: #666 !important;
    height: 20px !important;
    }
    
    .form_inputA{
    display: inline-block;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
    }
    
    .field_row{
    display: block;
    width: 100%;
    position: relative;
    }
    
    .full_field{
    width: 100%;
    }
    
    .full_field{
    width: 97% !important;
    }
    
    .control-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #666 !important;
    margin: 0;
    padding: 0;
    text-align: justify;
    margin-bottom: 5px;
    }
    
    .PL_6px{
    padding-left: 6px !important;
    }
    
    
    .cp-box-text{
	margin-left: 0px !important;
    text-align: left !important;
    font-size: 15px !important;
    }
    
    .course-step-tabs{
    display: inline-block !important;
    float: none  !important;
    }
    
    .Btn_Display{
    display: flex;
    }
    
    .btn-marg{
    margin-right: 10px;
    }
    
    .inline_blk_Dsp{
    display: inline-block !important;
    }
    
    .P_info_block_A{
    display: inline-block;
    position: relative;
    }
    
    .P_info_block_B{
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 20px;
    }
    
    .form_cross{
    display: inline-block;
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: 10px;
    }
    
    .font_increased{
    font-size: 25px;
    color: #ff0303;
    background-color: #ffc5c5;
    padding: 6px;
    }
    
    .toogle_cross{
    text-decoration: none;
    cursor: pointer;
    }
    
    
    .personal-information-form{
    width: 95%;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    /*****  course page CSS Ends here ******/
    
    .twf{
    width: 100%;
    }
    
    .orange-section{
    width: 275px;
    height: 35px;
    line-height: 2.5em;
    margin-right: 15px;
    background-color: #ff7415;
    white-space: nowrap;
    border: 1px solid transparent;
    text-align: center !important;
    display: block;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    .orange-btn1 {
    color: #fff !important;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 16px !important;
    cursor: pointer;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    }
    
    .orange-section:hover{
    background-color: #da5e09;
    transition: background .3s ease;
    }
    
    .green-section{
    width: 275px;
    height: 35px;
    line-height: 2.5em;
    background-color: #7cc343;
    white-space: nowrap;
    text-align: center !important;    
    border: 1px solid transparent;
    display: block;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    .green-btn1 {
    color: #fff !important;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 16px !important;
    cursor: pointer;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    }
    
    .green-section:hover{
     background-color: #6db037;
     transition: background .3s ease;
    }
    
    
    .blue-section {
    width: 275px;
    height: 35px;
    line-height: 2.5em;
    background-color: #078cbf;
    white-space: nowrap;
    text-align: center !important;    
    border: 1px solid transparent;
    display: block;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    
    .blue-btn {
    color: #fff !important;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 16px !important;
    cursor: pointer;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    }
    
    
    .blue-section:hover{
        background-color: #12a2d9;
        transition: background .3s ease;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .green-btn {
    width: auto;
    color: #fff !important;
    background-color: #7cc343;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 16px !important;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    padding: 6px 93px 6px !important;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    
    
    
    .green-btn:hover{
        background-color: #6db037;
        transition: background .3s ease;
    }
    
    .orange-btn {
    width: auto;
    color: #fff !important;
    background-color: #ff7415;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 16px !important;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    padding: 6px 108px 6px !important;
/*    padding: 6px 93px 6px !important; */
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    
    .orange-btn:hover{
        background-color: #da5e09;
        transition: background .3s ease;
    }
    
    
    
    .web-blue-btn {
    width: auto;
    color: #fff !important;
    background-color: #078cbf;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 18px !important;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    padding: 6px 57px 6px !important;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    
    
    .web-blue-btn:hover{
        background-color: #12a2d9;
        transition: background .3s ease;
    }
    
    
    
    .CP-blue-btn {
    width: 100%;
    color: #fff !important;
    background-color: #078cbf;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 18px !important;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    
    
    .CP-blue-btn:hover{
        background-color: #12a2d9;
        transition: background .3s ease;
    }
    
    .light-grey-btn {
    width: 100%;
    color: #fff !important;
    background-color: #a0a0a0;
    text-decoration: none !important;
    transition: background .3s ease;
    font-size: 18px !important;
    white-space: nowrap;
    cursor: not-allowed;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center !important;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    
    
    .i-font-size{
    font-size: x-large;
    }
    
    .payment_block_border{
    Display: block;
    width: 60%;
    position: relative;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
    }
	
    .payment-comp-logo{
    width: 50px;
    display: inline-block;
    position: relative;
    margin: 20px;
    left: 50px;
    }
        
    .payment_radio_button{
    display: inline-block;
    position: absolute;
    width: auto;
    margin: 20px;
    top: 12px;
    }
    
    .payment_company_description{
    display: inline-block;
    position: relative;
    width: auto;
    left: 55px;
    top: 0px;
    }
    
    .payment_company_description h4{
    line-height: 25px;
    
    }
    
    .payment_company_description p{
    color:#107c35;
    font-size: 14px;
    font-weight: lighter;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
    }
    
    
    .payment_block_border:hover, .payment_block_border:focus{
    background:#ffffff;
    cursor: pointer;
    }
    
    .selector_checkBox{
    margin: 0px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    }
    
    
    .partner_conatiner{
    display: inline-block;
    width: 98%;
    margin-left: 15px;
    margin-right: 15px;
    }
    
    .partner_left_block{
    display: inline-block;
    width: 45%;
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    min-height: 190px;
    }
    
    
    .partner_right_block{
    display: inline-block;
    width: 45%;
    padding: 20px;
    background-color: #f7f7f7;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left: 15px;
    min-height: 190px;
    }
    
    .partner_border{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    }
    
    
    .ticker_container{
	display: inline-block;
    width: 100%;
	margin-top: -20px;
}

.orange-background{
	border-top:1px solid #ff8b19;
	border-bottom:1px solid #ff8b19;
}

.ticker_box{
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    height: 35px;
}


/* ==============CSS for News Ticker======================*/

.newsfeed_label{
	float: left; 
	font-size: 16px;
	padding: 5px 10px;
	color:#fff;
	background: #162640;
}

#ticker01{
	float: 
	left;
}

.tickercontainer .mask {
	width: 900px !important;
}

/* ==============CSS for News Ticker======================*/



/*=======news_ticker.css==============*/

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	max-width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left:0px;
	top: 8px;
	width: 518px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 550px;
	font: bold 14px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	color:#1c202b;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #000;
	margin: 0 5px 0 0;
	color:#1c202b;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

/*=======news_ticker.css==============*/
    


.flex-ul{   
    display: flex;
    flex-direction: row;
    margin-left: 0px !important;
    margin-top: 15px !important;
}

.flex-ul li{
	list-style-type: none !important;
    line-height: 2.5rem !important;
    padding-right: 10px;
/*    font-size: 2.5rem; */
}

.flex-ul li span{
	text-decoration-line:line-through !important;
    color: #ff0a0a;
}
    
.cut-price{
	text-decoration-line:line-through !important;
    color: #fff;
    background: #3390ff;
}    
    

.text-dark{
    color: #1a1a1a !important;
}
    
.price-text{
	color: #ee0000 !important;
    font-size: 22px;
    font-weight: bold;
}      
    
    
    
    

/************************** =============================== Media-Query 1200px ================================================ ***************************/

@media all and (max-width: 1200px) {
	

	#slideshow-container {

		height: 300px;
/*		background-position: 75% 50% !important;*/
		background-size: cover !important;

	}
    
    .slide {
    height: 300px;
	}
    
    .slide .moving-text {
    
        left: 100px !important;
    
    }
    

	.moving-text-container {

		top: 35px;
		left: 30px;

	}

	.moving-text .moving-text-heading {

		font-size: 24px;

	}

	.moving-text .moving-text-details {

		width: 450px;
		font-size: 20px;

	}
    
        .p2 {
	text-align: left !important;
	}
	
    .partner{
    text-align: right !important;
    }
    
    .tac {
    text-align: center !important;
	}
	
    .log_in_custom1{
    width: 80% !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
    }
    
    .bottom_border{
    height: 335px;
    }
    
    .login_list{
    width: auto;
    text-align: right;
    }
    
    
    .table-cell-left {
    width: 20%;
	}
    
    .table-body {
    width: 100%;
    margin-left: 0px;
	}
    
    
    .cource-main-table {
    width: 96%;
    margin-left: 0px;
    }
    
    .heading-style-3 {
    font-size: 20px;
    }
    
    .cource-table-title {
    width: 20%;
    }
    
    .cource-table-specif {
    width: 30%;
	}
    
    .cource-table-price {
    width: 15%;
	}
    
    .cource-table-button {
    width: 15%;
	}
    
    .margin-left-50{
	margin-left: 0px !important;
	}
	  
    
    .ns-div-two{
    width: fit-content;
    }    
    
    .image-column {
    width: 46%;
    }
    
    .box-1 {
    width: 40.5%;
    margin-right: 10px;
    margin-left: 10px;
    }
    
    .specyfications{
    min-height: 305px;
    }
    
    .video-player{
	width: 350px !important;
	}
    
    .partner_left_block {
    display: block;
    width: 95%;
    }
    
    .partner_right_block {
    display: block;
    width: 95%;
    }
    
    
}



/************************** =============================== Media-Query 1000px ================================================ ***************************/

@media all and (max-width: 1000px) {
	

	#slideshow-container {

		height: 250px;
/*		background-position: 75% 50% !important;*/
		background-size: cover !important;

	}

	.moving-text-container {

		top: 15px;
		left: 20px;

	}


	.moving-text .moving-text-heading {

		width: 450px;

	}

	.moving-text .moving-text-details {

		width: 350px;

	}
    
    .p2 {
	text-align: left !important;
	}
	
      .partner{
    text-align: right !important;
    }
    
    .tac {
    text-align: center !important;
	}


}


/************************** =============================== Media-Query 991px ================================================ ***************************/

@media (max-width: 992px)  {


    .form-box{
        width: 85% !important;
    }
	
    .input-custom {
    width: 89% !important;
	}
    
    .form-field {
    width: 100%;
	}

	.form-field input[type="text"], .form-field input[type="password"], .form-field input[type="email"], .form-field textarea, .form-field select {
    width: 43%;
	}
    
    .tsc_c3b_large.button-style1 {
    padding: 6px 265px 6px;
	}
    
    .My_button_style1, .My_button_style2, .My_button_style3 {
    padding: 6px 265px 6px;
	}
    
    .ns-div-two {
    left: 350px;
    
    }
    
    .mt-90px {
    margin-top: 90px;
}
	
    .ns-div-two {
    left: 350px;
    }
    
    .rightdiv, .leftdiv{
    min-height: 225px;
    width: 100%;
    }
    
    
    .image-column img {
    width: 400px;
	}
    
    .image-column {
    width: 100%;
    height: 250px;
    text-align: center;
	}
    
    .home_container .row .col-sm-12 .blue-section{
    margin-bottom: 3%;
    }
    
    .mainblock{
        width: 100%;
        padding: 0rem;
    }

    .mainrow{
        flex-direction: column;
    }
    
    .left-block{
        width: 95%;
        margin-bottom: 3rem;
    }
    
    .modal-content{
    width: 85%;
    }
    
    .coupon-form-text {
    font-size: 17px;
    line-height: 1.5rem;
    font-weight: normal;
    }
    
    
    .coupon-row{
    flex-direction: column;
    }
    
    .coupon-img {
    width: auto;
    border-right: none;
    padding-right: 0px;
    border: 5px solid #eee;
	}
    
    .coupon-form {
    padding-left: 0px;
    padding-top: 10px;
    width: auto;
	}
    
    
    
    

}

/************************** =============================== Media-Query 959px ================================================ ***************************/

@media (max-width: 959px)  {

	.mb-screen-login{
		display: block;
        position: relative;
        top: -100px;
        right: 25px;
        float: right;
    
	}

	.mb-screen-login ul{
    	display: flex;
        margin-bottom: 0px;
    }
    
    .mb-screen-login ul li{
    	margin-right: 8px;
        line-height: normal;
        margin-bottom: 0px;
    }
    
    .mb-screen-login ul li a, a:visited{
    	color: #666;
        text-decoration: none;
        font-size: 16px;
        font-weight: lighter;
    }
    
    .heading-style-3 {
    font-size: 15px;
    font-weight: 800;
    }
    
    .ul-style-2 {
    margin-left: 40px !important;
    }
    
    .ul-style-2 li {
    font-size: 16px;
    }
    
    .font-style-1 {
    font-size: 30px;
    }
    
    .font-style-2 {
    font-size: 14px;
    }
    
    
    .cource-table-button {
    width: 20%;
	}
    
    .video-container {
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
	}
    
    .video-player {
    width: 500px !important;
	}
    
    .pv-box-selector {
    margin-right: 170px;
    }
 	
    .payment_block_border {
    width: 100%;
	}
    
    .table-cell-right {
    width: 70%;
    }
    
    .left_box{
    width: auto;
    margin-bottom: 5%;
    }
    
    .right_box {
    width: 100%;
    }
    
    

}

/************************** =============================== Media-Query 975px ================================================ ***************************/

@media all and (max-width: 975px) {
	

    	ul.column1 {

		width: 20%;
		min-width: 80px;
		margin-left: 20px;

	}

    	ul.column2 {

		width: 24%;
		min-width: 200px;
		margin-left: 10px;

	}

	ul.address {

		min-width: 380px;
		margin-left: 20px;


	}
    
        .ns-div-one {
    width: 50%;
	}
    
    .ns-div-two {
    width: 30%;
}
    
    .mt-90px {
    margin-top: 25%;
}
  

}

/************************** =============================== Media-Query 900px ================================================ ***************************/

@media all and (max-width: 900px) {

	.featured-single-unique-feature {

		display: inline-block;
		vertical-align: top;

		width: 49%;
		height: auto;
	
	}

	.featured-single-box {

		width: 45%;
		max-width: none;
	
	}
    
    .video-player{
	width: 625px !important;
    float: none;
    margin-left: 0px;
    margin-bottom: 35px;
    }
    
    .right_box {
    width: 90%;
	}
    
    
    

}




/************************** =============================== Media-Query 840px ================================================ ***************************/

@media all and (max-width: 840px) {
	

    	ul.column1 {

		width: 30%;
		min-width: 80px;
		margin-left: 10%;

	}

    	ul.column2 {

		width: 30%;
		min-width: 200px;
		margin-right: 10%;

	}

	ul.address {

		min-width: 380px;
		margin-left: 10%;
		padding-bottom: 20px;
		margin-bottom: 0px;

	}
    
    .green-btn {
    width: 90%;
    }
    
	.green-btn, .orange-btn {
    width: 50%;
	}
    
	.buton .orange-btn {
    margin-bottom: 10px;
	}
	
     .personal-information-form{
    width: 90%;
    }       
    
    


}


/************************** =============================== Media-Query 790px ================================================ ***************************/

@media all and (max-width: 790px) {

	.social-box{

		visibility: hidden;

	}

	#slideshow-container {

		height: 150px;
/*		background-position: 75% 50% !important;*/
		background-size: cover !important;

	}

	.moving-text-container {

		top: 0px;
		left: 0px;
		display: block;
		position: relative;
		padding: 20px;
        padding-left: 0px;
	    padding-right: 0px;
        text-align: center;
		float: none;
        background-color: #44aed7;

	}

	.moving-text .moving-text-heading {

	color: #fff;
	font-size: 30px;
	width: auto;
    text-shadow: none	;
	

	}
    

	.moving-text .moving-text-details {

		width: auto;
		font-size: 20px;
        color: #6a6a6a;
        text-shadow: none	;

	}
    
    
    .form-box{
        width: 90% !important;
    }
	
    .input-custom {
    width: 90% !important;
	}
    
    .form-field {
    width: 100%;
	}

	.form-field input[type="text"], .form-field input[type="password"], .form-field input[type="email"], .form-field textarea, .form-field select {
    width: 90% !important;
    margin-bottom: 30px !important;
	}
    
    .My_button_style1, .My_button_style2, .My_button_style3 {
    padding: 6px 120px 6px;
	}
    
    
    .table-cell-left {
    width: 50%;
	}
    
    .table-body {
    width: 80%;
    margin-left: 50px;
	}
    
    .table-cell-right {
     border-left: none;
    }
    
    .video-player{
	width: 450px !important;
     margin-left: 0px;
    }
    
    
	.tsc_c3b_large.button-style1 {
    padding: 6px 120px 6px;
	}
    
    .slide .moving-text {
    float: none;
    position: relative;
    top: 0px;
    text-align: center;
    background-color:#078cbf;
    padding: 20px;
    left: 0px !important;
    }
    

}



/************************** =============================== Media-Query 768px ================================================ ***************************/

@media all and (max-width: 768px) {

	
    .table-body {
    width: 100%;
    margin-left: 0px;
	}   
    
    .table-cell-right{
    width: 95%;
    }
    
    .cource-main-table {
    width: 400px;
    display: table-cell;
    margin-left: 0px;
    text-align: center;
    }
    
    .cource-table-title {
    width: auto;
    display: flex;
    flex-direction: unset;
    padding: 50px;
    padding-bottom: 0px;
    }
    
    .heading-style-3 {
    font-size: 24px;
    }
    
    .cource-table-specif {
    width: auto;
    display: flex;
    flex-direction: unset;
    padding-bottom: 20px;
	}
    
    .ul-style-2 li {
    font-size: 17px;
    }
    
    .cource-table-price {
    width: 20%;
    border-right:none;
    width: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
	}
    
    .font-style-1 {
    font-size: 38px;
    }
    
    .font-style-2 {
    font-size: 17px;
    }
    
    .cource-table-button {
    /* width: 20%; */
    width: auto;
    display: flex;
    flex-direction: column;
	}
    
    .ns-div-one {
    width: auto;
    top: 300px;
    }
    
    .ns-div-two {
    width: auto;
    margin-left: 30px;
    left: 265px;
    top: 300px;
	}
    
    .mt-90px {
    margin-top: 30%;
	}
    
    .left_box {
    margin-bottom: 10%;
	}
    
    .right_box {
    width: auto;
	}
    
    .video-player{
    width: 350px !important;
	margin-left: 0px;
    }
    
    .rightdiv, .leftdiv {
    min-height: 285px;
    width: 100%;
	}

	
    .green-btn, .orange-btn {
    width: 50%;
	}
	
    .table-body ul{
    margin-left: 20px;
    }

	.Regester_box_title {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    }
    
    .reg-box-img {
    width: 100%;
    margin-right: 0px;
    margin-right: 0px;
    text-align: center;
    }
    
    .reg-box-des ul {
    width: 100%;
    margin-right: 0px;
    margin-right: 0px;
    text-align: center;
    }
	
    .main-box {
    width: 100%;
    display: block;
    }
    
    .box-1 {
    width: 100%;
    height: auto;
    margin-right: 0;
    
    }
    
	.box-1 h1 {
    margin-right: 10px;
    } 
    
    
    .tytle {
    float: none;
    height: auto;
    text-align: center;
    margin-top: 50px;
    display: block;
    }   
    
    .emage {
    display: block;
    float: none;
    text-align: center;
	}
    
    .specyfications{
    min-height: auto;
    }
    
    
    .selecter {
    margin-left: 20px;
    margin-top: 25px;
    }
    
    .prise {
    margin-left: 20px;
    }
    
    .course-det {
    margin: 15px 0px 15px 15px;
    }
    
    .buton {
    width: 100%;
    text-align: center;
    }
    
    .buton .green-btn, .buton .orange-btn {
    margin-bottom: 20px;
    margin-right: 0px;
    }
    
    .pv-box-title {
    width: 100%;
    }
    
    .pv-box-image {
    margin-left: 25px;
    }
    
    .pv-box-selector {
    margin-right: 25px;
    }
    
    .pv-box-description {
    width: 93%;
    margin: 0px;
    padding: 15px;
	}
    
    .form_inputA {
    width: 100%;
    }
    
    .buton {
    display: block;
    }
	
    .btn_inline{
    display: flex;
    }    
    
    .btn-marg {
    margin-right: 0px;
    margin-bottom: 15px;
	}
    

    .table-cell-left{
    width: 90%;
    }
    
    .table-body{
    width: 95%;
    }
    
    .table-cell-right1 {
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
	}
    
    .table-cell-right2 {
    width: 100%;
    margin-bottom: 20px;
	}
    
    
    .personal-information-form{
    width: 80%;
    }
    
    
    .label-border{
    width: 100%;
    height: auto !important;
    }
    
    .form_inputA{
    margin-right: 0px;
    }
    
    .full_field {
    width: 100% !important;
	}
    
    
    
    


}


/************************** =============================== Media-Query 610px ================================================ ***************************/

@media all and (max-width: 610px) {

    	ul.column1 {

		width: 30%;
		min-width: 80px;
		margin-left: 5%;

	}

    	ul.column2 {

		width: 30%;
		min-width: 200px;
		margin-left: 5%;


	}

	ul.address {

		min-width: 380px;
		margin-left: 5%;
		padding-bottom: 20px;
		margin-bottom: 0px;

	}

	.featured-single-unique-feature {

		display: inline-block;
		vertical-align: top;

		width: 90%;
		height: auto;
	
	}

	.featured-single-box {

		width: 44%;
		max-width: none;
	
	}
    
    .ns-div-one{
    width:450px;
    display:contents;
    }
    
    .ns-div-two{
    width:auto;
    position:inherit;
    margin-top:35px;
    margin-left:0px
    }
    
    .mt-90px {
    margin-top: 10%;
	}
    
    .box-1{
    width: 90%;
    }
    
    .pv-box-selector {
    display: block;
    float: none;
    }
	
    .pv-box-selector {
    width: 100%;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 15px;
	}
    
    .a_Buy_Now2{
    padding: 10px 20px !important;
    padding-right: 50px !important;
    }
    
    .a_Buy_Now2::before{
    right: 8px !important;
    top: 30% !important;
    }
    
    .video_blue_but {
    width: 300px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
	}
    
    .right_box {
    width: 90%;
	}
    
    .plus_points {
    padding-right: 0%;
	}
    
    .login_window{
    max-width: none;
    width: auto;
    }
    

}


/**************************Media-Query 520px***************************/

@media all and (max-width: 520px) {

	.float-right {
		float: none;
		margin-top: 2%;
	}


	#cssmenu {
		margin-top: 2.5%;
	
	}
    
    .right_box {
    width: 85%;
	}
    
    .video-player {
    width: 280px !important;
    }
    
    .mb-screen-login {
    top: 8px;
	}
    
    .table-body{
    width: 100%;
    }
    
    .partner_right_block, .partner_left_block {
    margin-left: 0px;
    }
    
    .partner_conatiner {
    width: 88%;
    margin-left: 0px;
    margin-right: 0px;
	}

}

/************************** =============================== Media-Query 400px ================================================ ***************************/

@media all and (max-width: 400px) {

    ul.column1 {
	width: 90%;
	margin-left: 5%;
	}

    ul.column2 {
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	}

	ul.address {
	margin-top: 30px;
	margin-left: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	}

	.featured-single-box {
	width: 90%;
	max-width: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

	.featured-single-box > ul {
	min-height: initial;
	}
    
    .payment_company_description{
    left: 5px;
    }
    
    .payment_company_description p{
    line-height: 1.2em;    
    margin-left: 5px;
	margin-right: 5px;
    margin-bottom: 10px;
    }
    
    .btn_inline {
    display: inline-block;
    }
	
    .orange-section{
     margin-bottom: 15px;
     }
    
    ul.bank-list li{
    width: 70% !important;
    }
    
	   
    
    	    
    
    

}
   
   

/************************** =============================== CSS By Nomi ================================================ ***************************/   


.a_Buy_Now {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px !important;
	text-decoration:none;
	color:#fff !important;
	position:relative;
	padding:15px 35px;
	padding-right:75px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.a_Buy_Now:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_Buy_Now::before {
	background-color:#2591b4;
	background-image:url(../images/Buy-Now.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:35px;
	height:35px;
	position:absolute;
	right:20px;
	top:35%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_Buy_Now:active::before {
	top:35%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}




.a_Buy_Now2 {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px !important;
	text-decoration:none;
	color:#fff !important;
	position:relative;
	padding:15px 35px;
	padding-right:75px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.a_Buy_Now2:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_Buy_Now2::before {
	background-color:#2591b4;
	background-image:url(../images/play-Now.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:35px;
	height:35px;
	position:absolute;
	right:20px;
	top:35%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_Buy_Now2:active::before {
	top:35%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}




.orange_hyperlink{
	color: #ff7415 !important;
    font-size: 22px;
    font-weight: bold;
}

.more-strong{
	font-weight: bold;
    color: #333;
    font-size: 22px;
}


.strong_Cus{
	font-weight: bold;
    color: #646464;
    font-size: 23px;
}

.bd_image{
	border:01px solid #b9b9b9;
	padding:5px;
}

.block_title2_custom {
    border-top: 4px solid #078cbf;
    border: 1px solid #078cbf;
    margin-top: 20px;
    text-align: center !important;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0, 0.75);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0, 0.75);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0, 0.75);
}

.block_title2 {
    /*height: 50px;*/
    height: auto;
	background-color: #078cbf;
}

.block_title2 h2 {
    margin-left: 55px;
    margin-top: 10px;
    font-family:inherit;
    color: #ffffff;
/*    font-weight:bold; */
	font-size: 24px;
}


.ar_block_title2 {
    height: 50px;
    /* border-top: 4px solid #F01A26; */
	border: 1px solid #000;
    background-color: #1c202b;

}

.ar_block_title2 h2 {
    margin-right: 55px;
    margin-top: 10px;
    font-family:inherit;
    color: #ffffff;
/*    font-weight:bold; */
	font-size: 16px;
}

.p2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    color: #666 !important;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-word;
}


.p2 a{
	text-decoration:none;
	
}


.p3 {
    font-family: Arial,Tahoma;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.p3 a{
	text-decoration:none;
	color: #0094fb !important;
     font-weight:bold;
	
}

.p3 a:hover{
	text-decoration:underline;
}

.blue_clr{
	color: #078cbf !important;
}

.alpha_margin{
	margin-left: 10px !important;
}

.tac{
	text-align:center;
}

.featured-single-box:hover {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2)
}

.sos{
	background-color:inherit !important;   
}


input {
/*
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
*/
}

/******==== Login Form CSS end here ==========*******/

.log_in_custom1 ul{
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #d4d4d4;
}

.log_in_custom1 ul li{
	list-style-type:none;
	display:inline-block;
    line-height: 25px;
    margin-bottom: 0px !important;
}

.login_list{
	width: 400px;
    text-align: right;
    padding-right: 10px;	
}

.log_in_custom1 ul li a{
	color:#078cbf;
    font-size: 16px;	
}

.login_icon_size{
	font-size: 16px;
	color: #ff9329;
}

.custom-input{
	width:37% !important;
}

.log_in{
	width: 560px !important;
    margin: 0 auto !important;
    padding: 0;
    float: none !important;
	display: block !important;
}

.bottom_border{
	line-height: 50px;
    border-top: 5px solid #ff9329;
	border-radius: 10px 10px;
    background-color: #f2f3f4;
}

.log_in_custom1{
	width: 92%;
	padding:0px;
	margin: 0 auto !important;
    padding-left: 10px;
    padding-top: 25px;
}

.cutom_bg{
	background:none !important;
}

.login_input_field{
	/*width: 100% !important; */
    width: 95.6% !important;
	margin-bottom:0px !important;	
	line-height: 30px !important;
	font-family:inherit !important;
	font-size:16px !important;
}

.input_group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
	position: relative;
    display: table;
    border-collapse: separate;
}

.input_group_addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
	border-right: none;
    border-radius: 4px;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	display: table-cell;
}

span.input_group_addon i {
    color: #ff9329;
    font-size: 17px;
}

.form-control {
    height: auto!important;
    padding: 8px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/******==== Form CSS end here ==========*******/



.float_right{
    float: right !important;
    width: 768px !important;
    margin-left: 20px;
    margin-top: 40px;
}

.ar_float_right{
    float: right !important;
    width: 768px !important;
    margin-left: 20px;
    margin-top: 0px;
}

.float_left{
	margin-top: 40px;
}

.ul_custom1{
	list-style-type:decimal; 
    margin-left:15px; 
    color:#090088;
}

.ul_custom1 li{
	font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-weight: bold;
}


/**************** =============================== 1279 to 960 meida query CSS By Nomi ================================================ *****************/


@media only screen and (min-width: 960px) and (max-width: 1279px) {

.login_input_field{
    width: 95.6% !important;
}

.custom-input{
	width:45% !important;
}

.footer_M ul li a{
	padding-left: 10px;
    padding-right: 10px;
}

.footer_M ul li {
	float: none !important;
	display: inline-block;

}

.featured-boxes{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
    display: inline-block;
    text-align: center;
}

.footer_M{
	text-align: center !important;
}

.featured-single-box .featured-heading{
	font-size: 14px;
    height: 100px;
}

.cia-nl{
	width: 45%;
    vertical-align: top;
    }


}

/**************** =============================== 960 to 768 meida query CSS By Nomi ================================================ *****************/

@media only screen and (max-width: 959px) and (min-width: 768px) {

.block_title2_custom{
	margin-top: 0px !important;
}	

.block_title2_custom h2{
	font-size: 22px !important;
}	

.block_title2 {
    height: auto;
    }


.moving-text .moving-text-heading{
	width: auto;
}

.custom-input{
	width:100% !important;
}

.logo{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-bottom: 3%;*/
}    
    
    
.social_bar{
    text-align: center;
}

.social_bar ul{
	display: inline-block;
}


.special_M{
	padding-top: 45px !important;
    
}

.social_bar ul li{
	font-size: 30px;
}

.social_bar ul li a{
	font-size: 30px;
}


.featured-boxes{
	width:93%;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
}

.featured-single-box{
	margin-left: 3.2%;
    max-width: none;
    width: 44%;
    margin-bottom: 5%;
}


.featured-single-box .featured-heading{
	font-size: 20px;
}

.footer_M ul{
	padding-left: 100px;
    padding-right: 100px;
}

.footer_M ul li:nth-child(1) {
    width: 100%;
    height: 65px;
}

.footer_M ul li:nth-child(-n+7) {
    margin-left: 3.2%;
    font-size: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #4b4b4b;
}

.footer_M ul li a:hover{
	text-decoration: none;
}

.copy_right{
	padding-top: 20px;
}


.float_right{
    float: right !important;
    width: 768px !important;
    margin-left: 20px;
    margin-top: 40px;
    max-width: none!important;
}

.float_left {
    margin-top: 40px;
    float: right;
}


.button_full{
	width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

img.align_right {
    float: none !important;
    margin-left: 105px !important;
}

.full_width{
	width: 604px !important;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select{
	width: 100% ;
}

.cia-nl{
	width: 40%;
    vertical-align: top;
    }


}

/**************** =============================== 767 to 480 meida query CSS By Nomi ================================================ *****************/

@media only screen and (max-width: 767px) and (min-width: 480px)  {


.p2 {
	 line-height: 26px;
 }
 
.block_title2_custom{
	margin-top: 0px !important;
}	
 
.block_title2 {
    height: auto;
    }


.custom-input{
	width:100% !important;
}

.logo{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3%;
}    

.block_title2_custom h2{
	font-size: 22px !important;
}	

img.align_right{
	width: 420px;
}

.social_bar{
    text-align: center;
}

.social_bar ul{
	display: inline-block;
}


.special_M{
	padding-top: 45px !important;
    
}

.social_bar ul li{
	font-size: 30px;
}

.social_bar ul li a{
	font-size: 30px;
}



.featured-boxes{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
    display: inline-block;
    text-align: center;
    margin-top: 45px;
}

.featured-single-box{
	margin-left: 3.2%;
    max-width: none;
    width: 44%;
    margin-bottom: 5%;
}


.featured-single-box .featured-heading{
	font-size: 20px;
}


.featured-single-box{
	width: 70%;
}

.footer_M ul{
	padding-left: 100px;
    padding-right: 100px;
}

.footer_M ul li:nth-child(1) {
    width: 100%;
    height: 65px;
}

.footer_M ul li:nth-child(-n+7) {
    margin-left: 3.2%;
    font-size: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #4b4b4b;
}

.footer_M ul li a:hover{
	text-decoration: none;
}

.copy_right{
	padding-top: 20px;
}



.float_right{
    float: right !important;
    width: 410px !important;
    margin-left: 0px !important;
    margin-top: 40px;
    max-width: none!important;
}

.float_left {
    margin-top: 40px;
    float: right;
    width: 420px !important;
}

.button_full{
	width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

.full_width{
	width: 420px !important;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select{
	width: 100% !important;
}

.mb-45{
	margin-bottom: 45px !important;
}


.login_input_field{
    width: 95.6% !important;
}

.log_in {
	width: auto !important;
}

.log_in_custom1{
	padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 15px;
}

.log_in_custom1 ul{
	border-bottom: none !important;
}

.log_in_custom1 ul li:nth-child(-n+3) {
	width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
}


  .partner{
    text-align: left !important;
    }
    
    .tac {
    text-align: center !important;
	}
    
    .mb-screen-login{
    top: 8px;
	}
	
    .block_title2 h2 {
    margin-left: 0px;
    }


}


/**************** =============================== 480 to 320 meida query CSS By Nomi ================================================ *****************/


@media only screen and (max-width: 479px) and (min-width: 320px)  {

.custom-input{
	width:100% !important;
}

.block_title2_custom h2{
	font-size: 22px !important;
}	

.block_title2 h2{
	margin-left: 12px;
}

.block_title2_custom{
	margin-top: 0px !important;
}	

.block_title2 {
    height: auto;
    }

.p2{
	text-align: left;
}

.logo{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
   /* margin-bottom: 3%;*/
}    

img.align_right{
	width: 300px;
}

.social_bar{
    text-align: center;
}

.social_bar ul{
	display: inline-block;
}


.special_M{
	padding-top: 45px !important;
    
}

.social_bar ul li{
	font-size: 30px;
}

.social_bar ul li a{
	font-size: 30px;
    margin-left: 30px;
}



.social_bar ul li:nth-child(1) {
    width: 100%;
}



.featured-boxes{
	width:83%;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
    display: inline-block;
    text-align: center;
    margin-top: 45px;
}

.featured-single-box{
	margin-left: 3.2%;
    max-width: none;
    width: 44%;
    margin-bottom: 10%;
}


.featured-single-box .featured-heading{
	font-size: 20px;
}


.featured-single-box{
	width: 80%;
}

.footer_M ul{
	padding-left: 50px;
    padding-right: 50px;
}

.footer_M ul li:nth-child(1) {
    width: 100%;
    height: 65px;
}

.footer_M ul li:nth-child(-n+7) {
    margin-left: 3.2%;
    font-size: 18px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #4b4b4b;
}

.footer_M ul li a:hover{
	text-decoration: none;
}

.copy_right{
	padding-top: 20px;
}

.button_full{
	font-size: 14px !important;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

.float_right{
    float: right !important;
    width: 300px !important;
    margin-left: 0px !important;
    margin-top: 40px;
    max-width: none!important;
}

.float_left {
    margin-top: 40px;
    float: right;
    width: 300px !important;
}

.button_full{
	width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

#summry_tbl {
    width: 300px;
}

#summry_tbl td, #customers th {
    padding: 1px;
    font-size: 14px;
}

#summry_tbl h3 {
    font-size: 16px;
    line-height: 19px;
}


.full_width{
	width: 220px !important;
}

.coupon-input {
    width: 95% !important;
    }

input[type="text"], input[type="password"], input[type="email"], textarea, select{
	width: 100% ;
}

.log_in {
	width: auto !important;
}

.log_in_custom1{
	padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 15px;
}

.log_in_custom1 ul{
	border-bottom: none !important;
}

.log_in_custom1 ul li:nth-child(-n+3) {
	width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
}


  .partner{
    text-align: left !important;
    }
    
    .tac {
    text-align: center !important;
	}
    
	.flex-ul{   
    flex-direction: column;
    }


}



/**************** =============================== 320 meida query CSS By Nomi ================================================ *****************/


@media only screen and (max-width: 320px) {

.social_bar{
    text-align: center;
}

.social_bar ul{
	display: inline-block;
}


.special_M{
	padding-top: 45px !important;
    
}

.social_bar ul li{
	font-size: 30px;
}

.social_bar ul li a{
	font-size: 30px;
    margin-left: 30px;
}



.social_bar ul li:nth-child(1) {
    width: 100%;
}

.float_right{
    float: right !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-top: 40px;
    max-width: none!important;
}

.float_left {
    margin-top: 40px;
    float: right;
    width: 200px !important;
}

.button_full{
	width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

#summry_tbl {
    width: 200px;
}

#summry_tbl td, #customers th {
    padding: 1px;
    font-size: 14px;
}

#summry_tbl h3 {
    font-size: 14px;
    line-height: 19px;
}

	.flex-ul{   
    flex-direction: column;
    }

}