@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/OpenSans-Regular.woff') format('woff'), 
      url('../fonts/OpenSans-Regular.ttf')  format('truetype'), 
      url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/OpenSans-Bold.woff') format('woff'), 
      url('../fonts/OpenSans-Bold.ttf')  format('truetype'), 
      url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');
 
.container {
    width: 70%;
}
header {
    padding: 20px 0px;
    border-bottom: 1px solid  #c6cacc;
    padding-bottom: 10px;
}
#nll__head{   padding: 0px 0px !important;}
#nll__head .logo img{width: 85%}
.mb-55{margin-bottom: 50px;margin-top: 75px}
.header-logo img {
    width: 187px;
}
.header-review{
    text-align: right;
}
.h-review{
    text-align: center;
    float: right;
}
.h-review p.title{
  font-family: 'OpenSans-Regular';
  margin-bottom: 5px;
  font-size: 10px;
}
.h-review p.title strong{
  font-family: 'OpenSans-Bold';
}
.checked, .fa-star-half-o {
    color: #f47c25;
}
.reviewtitle{
    padding-top: 5px;
    font-weight: 400;
    font-size: 23px;
    /* letter-spacing: 0.03em; */
}
.fa-star:before,
.fa-star-half-o:before{
    font-size: 20px;
}
.reviewtitle .fa{
    vertical-align: middle;
    margin-top: -9px;
}
.reviewtitle .fa:before {
font-size: 14px;
    color: #ffffff;
    background-color: #12cf6c;
    padding: 3px 4px;
    border-radius: 100%;
    line-height: normal;
}


#contentsec{
    padding-top: 30px;
    background-color: #FAFAFA;
}
.deatil-form{
    border-style: solid;
    border-width: 1px;
    border-color: #C8C8C8;
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
}
.contact-form{
    padding: 0px 30px;
}
.deatil-form h1{
    font-size: 28px;
    color: #000;
    text-align: left;
    font-weight: 600;
    text-shadow: none;
    /* letter-spacing: 0.03em; */
        margin-top: 0px;
}
.deatil-form h1 span{
    color: #EC8F23;
}
.deatil-form p{
    font-size: 12px;
    color: #a2a2a2;
}
.contact-form .f-left{
    text-align: right;
}
.contact-form .f-left label{
    font-size: 14px;
    color: #333547;
    padding: 10px 0px;
}
.contact-form .f-right select{
        width: 100%;
    padding: 8px 15px;
}
.form-div{
    margin: 5% 0px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 40px;
}

.select-styled {
    box-shadow: 2px 3px 3px rgba(86,98,102,0.2);
    border-style: solid;
    border-width: 1px;
    border-color: #C6CACC;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 10px 15px;
}
.select-styled:after {
    content: "\f107";
    width: 0;
    height: 0;
    /* border-color: #28abe3 transparent transparent transparent; */
    position: absolute;
    top: 8px;
    right: 35px;
    color: #28abe3;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;    
}


.select-styled:active:after, .select-styled.active:after {
  top: 3px;
  content: "\f106";
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #C6CACC;
        box-shadow: 0px 2px 6px 1px rgba(86,98,102,0.2);
}
.select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    border-top: 1px solid #C6CACC;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}


/* select menu styls */

.plain-select  {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	min-width:200px;width: 100%;
}
.plain-select select {
	line-height:normal;
	height:auto;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none; 
	display:block; 
	border:1px solid #C6CACC;
	background:#fff url(../images/dwn-arrow.png) no-repeat-x 0 0;
	color:#9f9f9f;
    padding:10px 15px;
    box-shadow: 2px 3px 3px rgba(86,98,102,0.2);
	margin:0;
	    font: 17px 'OpenSans-Regular';
    color: #777777; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	outline:none;
	width: 100%;
  min-width:250px;  
}

.ie8 .plain-select select{padding-right:3px}
.plain-select select:focus ,.plain-select select:hover {
	background:#f9f9f9;
	outline:none;     font: 17px 'OpenSans-Regular';
	border-color:#afafaf;
}

.plain-select ::-ms-expand {
 display:none;
}

.plain-select:after{
	content:"";
	position:absolute;
	z-index:2;
	right:15px;
	top:50%;
	margin-top:-3px;
	height:16px;
    width:16px; 
    background-image: url(../images_new/arw.png);
    background-repeat: no-repeat;
	/*border-top:6px solid #D9D9D9;
	border-left:6px solid transparent;
	border-right:6px solid transparent;*/
	pointer-events:none;
}


.form-div input,.form-div input:focus,.form-div input:active,.form-div input:hover{ 
      
        border:1px solid #C6CACC;
        background-color: #FFFFFF;
        border-radius: 3px;
        line-height: inherit;
        padding: 10px 15px;    height: 45px;
        width: 100%;    font: 17px 'OpenSans-Regular';
}
.selectoption{
        margin: 0px;
    padding: 0px;
    list-style-type: none;
}


.selectoption label {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: normal;
    height: auto;
}
.selectoption .btn:hover {
    cursor: pointer !important;
}
.selectoption .btn:active {
    box-shadow: 0 1px #666 !important;
    transform: translateY(2px) !important;
}
.selectoption .btn {
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    width: 100px;
    box-shadow: 0 3px #999;
    text-align: center;
}
.selectoption .btn-sık {
    margin: 10px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #C6CACC;
    background-color: #E8F4F9;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    /* letter-spacing: 0.03em; */
    outline: none;
    border:solid 1px #209ec3;
    box-shadow: none;
}
.selectoption .btn-sık::selection{
        background: green;
}
.selectoption input[type="radio"] {
     position: absolute;
  visibility: hidden;
}
.selectoption input[type="radio"] + div {
    position: relative;
}
.selectoption input[type="radio"]:checked + div {
    background-color: #333547;
    border: solid 2px #209ec3;
    color:#FFF;
}
.selectoption input[type="radio"] + div:hover {
            background-color: #209ec3;
    color:#FFF;
}
.selectoption input[type="radio"]:checked + div>span {
  color: white;
}
.selectoption input[type="radio"] + div>span {
position: relative;
top: 25%;}

.selectoption input[type="checkbox"] {
     position: absolute;
  visibility: hidden;
}
.selectoption input[type="checkbox"] + div {
    position: relative;
}
.selectoption input[type="checkbox"]:checked + div {
  background-color: #ef5350;
}
.selectoption input[type="checkbox"]:checked + div>span {
  color: white;
}
.selectoption input[type="checkbox"] + div>span {
position: relative;
top: 25%;}

.selectoption input[type="checkbox"]:checked + div::before {
        content:"✔";
    position: absolute;
    bottom: 18px;
    right: 0px;
    font-size: 21px;
    color: white;
}









.f-submit button{
    border-style: solid;
    border-color: #D27C23;
    background-color: #EC8F23;
    border-radius: 50px;  
      font-family: 'OpenSans-Regular';
    position: relative;
    padding: 15px 20px;
    width: 100%;
    outline: none;
    color: #FFF;
    font-size: 20px;
    box-shadow: 0px 2px 0px #D27C23;
}
.f-submit button .fa{
    float: right; 
    margin-top: -2px;
    line-height: 22px;
}
.f-submit button .fa-angle-right:before {
    font-size: 35px;
    font-weight: 600;
}
.row.bottmtext {
    margin: 2% 0;
}
.bottmtext .col-md-12{
    padding: 0px;
}
.bottmtext p{
        color: #a2a2a2;
        font-size: 13px;
    line-height: 18px;
}
footer{
    background-color: #232323;
    padding: 40px 0px;
}
.f-menu{
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 20px 0px;
}
.f-menu li{
    display: inline-block;
    color: #249FC3;
    padding: 0px 20px;
    line-height: 30px;
}
.bottom-footer p{
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #737373;
    margin-bottom: 3px;
}
.progress-sec .progress{
margin-bottom: 20px;
    overflow: hidden;
    background-color: #e8f4f9;
    border-radius: 100px;
    border: 2px solid #33a5c7;
    height: 30px;
}

.progress-sec .progress-bar {
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #249fc3;
    text-align: center;
    border-radius: 0px 100px 100px 0px;
    border: 0px;
    box-shadow: none;
}
.progress-sec h1{
    font: 400 20px 'Quicksand', sans-serif;
    margin: 0px;  
    margin-bottom: 20px;
    color: #3A404D;
}
.progress-sec p{
    color: #ababab;
    font-size: 12px;
}
.coverdiv h1{
    font-size: 18px;
    line-height: 22px;   
    font-family: 'OpenSans-Regular';
    color: #249FC3;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 10px;margin-top: 20px;
    border-bottom: 1px solid #249FC3;
}
.coverdiv .sec{
        margin-bottom: 10px;
}
.coverdiv .sec h2{
    font-size: 14px;
    font-weight: 600;
    color:#000;
    margin: 0px;
}
.coverdiv .sec p{
    font-size: 10px;
    text-align: left;
    line-height: 24px;
    color: #3A404D;
    font-weight: 300;
    margin: 0px;
}
.rcmnddiv{
  margin-top: 30px;  
}
.rcmnddiv h1{
    color: #249fc3;
    font-size: 16px;
    margin: 20px 0px 5px 0px;
}
.rcmnddiv p{
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    color: #a30000;
    /* letter-spacing: -0.03em; */
}
.rcmnddiv p span{
     color: #b0c8d9;
     font-size: 20px;
}
.rcmnddiv p span span{
     color: #003a77;
}
.form-div input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
}
.form-div input::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;
}
.form-div input:-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;
}
.form-div input:-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5;
}
.side-form{
    padding: 20px 0px;
}

 .labels-head{
        text-align: right !important;
        color: #333547 !important;
        font:700 15px 'OpenSans-Regular'
      }




/*Responsive starting here*/
@media (max-width: 1366px) {
.container {
    width: 85%;
}



}
@media (max-width: 991px) {
.container {
    width: 98%;
}
.labels-head{
        text-align: left !important;
      }
.contact-form .f-left {
    text-align: left ;
}
.contact-form {
    padding: 0px 0px;
}
.form-div {
    margin: 2% 0px 17px;
}

.our-reviews {
    display: none;
}

.deatil-form h1 {
    font-size: 20px; margin-bottom: 10px;
}.f-submit button .fa{margin-top: 4px;}

#nll__head .logo{padding: 12px 0;}

#nll__head .logo img {
    width: 68%;
}
.them2_slider .bg{   
     padding: 20px;

}


}


@media (max-width: 375px) {
    .header-logo img {
        width: 117px;
    }
    .fa-star:before, .fa-star-half-o:before {
    font-size: 14px;
}
.reviewtitle {
    font-size: 18px;
}
.deatil-form h1 {
    font-size: 20px;  
} 
.labels-head{
        text-align: left !important;
      }
}
.padding-left-none {
    padding-left: 0 !important;
}
.logo {
    /*! padding: 15px; */
        padding-left: 15px;
    text-align: left;
    /*! margin-top: 4px; */
}
.logo a {
    display: inline-block;
}
.logo img {
    margin: 0;
    border: none;
}