.sm-clean {
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #d23600;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {    border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #d23600;
  }
  .sm-clean a.current {
    color: #d23600;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 2px;
    width: 0;
    height: 0;
    border-width: 3.8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-clean a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul:before,
  .sm-clean > li > ul:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent white transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: white;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #d23600;
  }
  .sm-clean ul a.current {
    color: #d23600;
  }
  .sm-clean ul a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean span.scroll-up,
  .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-clean span.scroll-up:hover,
  .sm-clean span.scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #d23600 transparent;
  }
  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #d23600 transparent transparent transparent;
  }
  .sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul:before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul:after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: white;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul:before,
  .sm-clean.sm-vertical > li > ul:after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: white;
  }
}


@media only screen and (min-width: 1281px){
	
	.sm-clean a 
{
    font-size: 13px;
    font-family: lato!important;
    text-transform: uppercase;
    font-weight: bold!important;
    color: white!important;
    padding: 14px;
    border-right: 1px solid #a23e87;
    letter-spacing: 0.3px;
}
	.sm-clean {
    padding:0 43px;
    background: #eeeeee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 14px 13px !important;
}	
}
@media only screen and (max-width: 1280px) and (min-width: 1151px){
	
	.sm-clean a 
{
    font-size: 13px;
    font-family: lato!important;
    text-transform: uppercase;
    font-weight: bold!important;
    color: white!important;
    padding: 14px;
    border-right: 1px solid #a23e87;
    letter-spacing: 0.3px;
}
	
	.sm-clean {
    padding: 0 39px;
    background: #eeeeee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
	
}
@media only screen and (max-width: 1150px) and (min-width: 900px){
	
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active{	padding: 14px 7px!important;
	}
	
	.sm-clean a {
    font-size: 11px!important;
    font-family: lato!important;
    text-transform: uppercase;
    font-weight: bold!important;
    color: white!important;
    padding: 14px;
    border-right: 1px solid #a23e87;
    letter-spacing: 0.3px;
}
	.sm-clean {
    padding: 0px;
    background: #eeeeee;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

	
	
}

@media only screen and (max-width: 899px) and (min-width: 718px) {
}
@media only screen and (max-width: 718px) and (min-width: 480px) {
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	
	.banner-left-part {
    width: 100% !important;
    float: right;
}
	
	.single_what_we_do { 
    background-color: #ffffff;
    text-align: center;
    padding: 0 19px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 76px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #276aa0;
    margin-top: 30px;
    height: 120px;
  }
  .new-index{
	  margin-left:-15px !important;
	}	
  .feedback-radiobtn2 .checkmark {
    position: absolute;
    top: -12px !important;
    left: 0 !important;
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
    border: 1px solid #928d8d;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
   }	

   .feedback-radiobtn3 .checkmark {
    position: absolute;
    top: -12px !important;
    left: 0 !important;
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
    border: 1px solid #928d8d;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
   }	
		
	
   .feedback-radiobtn2 {
     display: block;
     position: relative;
     padding-left: 35px;
     cursor: pointer;
     font-size: 15px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     line-height: 18px;
     margin-top: 5px;
     text-align: center;    
	 margin-bottom: 38px !important;
   }
	
  .feedback-radiobtn3 {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;   
	margin-bottom: 38px !important;
  }	
	
	.fb-form {
      background-color: #d9e9f282;
      border: 1px solid #ffff;
      margin-left: 0px !important;
     /* margin-right: 0px; */
    }	
	
	.form-style-2 input.input-field {
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 14px;
}
	
	.promotion-mt{     margin-left: 0px !important;}
		.form-style-2 .select-field {
    width: 100% !important;
    margin-left: 0 !important;
}
	.feedback-radiobtn{ margin-left:0px !important;}
	
}
@media only screen and (max-width: 320px) and (min-width: 240px) {
	
	.banner-left-part {
     width: 100% !important;
    float: right;
}
	.single_what_we_do {
    background-color: #ffffff;
    text-align: center;
    padding: 0 19px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 76px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #276aa0;
    margin-top: 30px;
    height: 120px;
}
.new-index{ margin-left:-15px !important; }	

.fb-form {
    background-color: #d9e9f282;
    border: 1px solid #ffff;
    margin-left: 0px !important;
    /* margin-right: 0px; */
}	
	
.feedback-radiobtn2 .checkmark {
    position: absolute;
        top: -12px !important;
    left: 0 !important;
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
    border: 1px solid #928d8d;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}	
.feedback-radiobtn3 .checkmark {
    position: absolute;
    top: -12px !important;
    left: 0 !important;
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
    border: 1px solid #928d8d;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}		
.feedback-radiobtn2 {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;          margin-bottom: 38px !important;
}
	
.feedback-radiobtn3 {
    display: block;
    position: relative;
    padding-left: 35px;

    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;         margin-bottom: 38px !important;
}
	
	.promotion-mt{     margin-left:0px !important;}
	
	.form-style-2 input.input-field {
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 14px;
}
	.form-style-2 .select-field {
    width: 100% !important;
    margin-left: 0 !important;
}
	
		.feedback-radiobtn{ margin-left:0px !important;}

}



.promotion-mt{     margin-left:10px;}
.new-index{ margin-left:10px; }

	
	.feedback-form  {     
	    padding-top: 14px;
        padding-bottom: 40px;
	}
	
	.feedback-form p{   
	   font-weight: 500;
       margin-bottom: 5px;
       font-size: 15px;
       margin-top: 10px;
	}
	
	.feed-label {         
	   text-align: center;
       line-height: 42px;
       color: #fff;
	}
	

   .feedback-radiobtn {
       display: block;
       position: relative;
       padding-left: 35px;
       margin-bottom: 12px;
       cursor: pointer;
       font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      line-height: 18px;    
	   margin-left: 22px;
   }

	
  .feedback-radiobtn2 {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
        user-select: none;
        line-height: 18px; 
	    margin-top: 14px;
    }	
	
   .feedback-radiobtn3 {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 18px;    
	    margin-top: 14px;
   }	
	
	
   /* Hide the browser's default radio button */
   .feedback-radiobtn input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
    }

   .feedback-radiobtn2 input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
   }	
	
   .feedback-radiobtn3 input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
   }	
	
   /* Create a custom radio button */
   .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #e4e4e4;
        border-radius: 50%;    
	    border: 1px solid #928d8d;   
	   -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
     }

   /* On mouse-over, add a grey background color */
   .feedback-radiobtn:hover input ~ .checkmark {
        background-color: #ccc;
    }

   .feedback-radiobtn2:hover input ~ .checkmark {
        background-color: #ccc;
    }
	
    .feedback-radiobtn3:hover input ~ .checkmark {
        background-color: #ccc;
    }
	
    /* When the radio button is checked, add a blue background */
    .feedback-radiobtn input:checked ~ .checkmark {
        background-color: #207eb1;
     }

    .feedback-radiobtn2 input:checked ~ .checkmark {
        background-color: #207eb1;
     }

   .feedback-radiobtn3 input:checked ~ .checkmark {
        background-color: #207eb1;
     }
	
    /* Create the indicator (the dot/circle - hidden when not checked) */
   .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
	
    /* Show the indicator (dot/circle) when checked */
   .feedback-radiobtn input:checked ~ .checkmark:after {
       display: block;
    }
	
   .feedback-radiobtn2 input:checked ~ .checkmark:after {
      display: block;
   }
	
   .feedback-radiobtn3 input:checked ~ .checkmark:after {
     display: block;
    }		

   /* Style the indicator (dot/circle) */
  .feedback-radiobtn .checkmark:after {
     top: 5px;
     left: 5px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: white;
   }
	
  .feedback-radiobtn2 .checkmark:after {
 	 top: 5px;
     left: 5px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: white;
   }
	
   .feedback-radiobtn3 .checkmark:after {
 	 top: 5px;
     left: 5px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: white;
   }	
    .feedback-radiobtn2 .checkmark{    
     position: absolute;
     top: 0;
     left: 29px;
     height: 20px;
     width: 20px;
     background-color: #e4e4e4; 
	 border: 1px solid #928d8d;
     border-radius: 50%;   
	 -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
     -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
     box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
	}
	
	.feedback-radiobtn3 .checkmark{  
	position: absolute;
    top: 0;
    left: 29px;
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
	border: 1px solid #928d8d;
    border-radius: 50%;    
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16); 
	}

   .form-style-2 label{
	display: block;
	margin: 0px 0px 10px 0px;
    }
	
   .form-style-2 label > span{
	width: 100px;
	font-weight: 500;
	/*float: left;*/
	padding-top: 8px;
	padding-right: 5px; font-size: 15px;
    }
	
   .form-style-2 span.required{
	color:red;
    }
	
   .form-style-2 .tel-number-field{
	width: 40px;
	text-align: center;
    }
	
    .form-style-2 .select-field{
	 width: 74%;
     margin-left: 41px;
     }
	
	.form-style-2 input.input-field { 
	 width: 48%;
     margin-left: 0px;
     margin-bottom: 14px;
	 }	
	
    .form-style-2 input.input-field, 
    .form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
    padding: 7px;
    outline: none;
    height: 38px;
	/*border-radius: 3px;*/
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	padding: 7px;
	outline: none;
    }
	
	
    .form-style-2 .input-field:focus, 
    .form-style-2 .tel-number-field:focus, 
    .form-style-2 .textarea-field:focus,  
    .form-style-2 .select-field:focus{
	border: 1px solid #0C0;
    }
	
    .form-style-2 .textarea-field{
	height:100px;
	width: 100%;
    }
	
    .form-style-2 input[type=submit],
    .form-style-2 input[type=button]{
	border: none;
	padding: 12px 20px 12px 20px;
	background: #207eb1;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 10px;
    font-size: 15px;
    }
	
    .form-style-2 input[type=submit]:hover,
    .form-style-2 input[type=button]:hover{
	background: #EA7B00;
	color: #fff;
    }

	
	.pt-lt{ 
		padding-left: 0px;
	}
	
	.pt-rt{ 
		padding-right: 0px;
	}
	
	.margin-bt{ 
		margin-bottom: 23px;
	}
	
	.heading-middle{   
		margin-top: 0px;
        margin-bottom: 6px;
        font-weight: 600;
	}
	
    div.title { 
		font-size: 2em; 
	}

    h1 span {
      font-weight: 300;
      color: #b8752c;
    }

    div.stars {
     width: 270px;
     display: inline-block;
    }

    input.star {   
		    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 21px;
    opacity: 0;
}


    label.star {
     float: right;
     padding: 10px;
     font-size: 26px;
     color: #444;
     transition: all .2s;
     padding-left: 0px;
     margin-right: 19px;
     padding-top: 0px;
     padding-bottom: 0px;
     transition: all .2s;  
		margin-top: -7px;
        margin-bottom: 0;
     }

     input.star:checked ~ label.star:before {
       content: '\f005';
       color: #ff8c11;
       transition: all .25s;
     }

     input.star-5:checked ~ label.star:before {
       color: #FE7;
       text-shadow: 0 0 20px #952;
     }

    input.star-1:checked ~ label.star:before { 
		color: #F62;
	}

    label.star:hover { 
		transform: rotate(-15deg) scale(1.3);
	}

    label.star:before {
        content: '\f006';
      font-family: FontAwesome;
     }
	
	.fb-form{  
	background-color: #d9e9f282;
    border: 1px solid #ffff;
    margin-left: 14px;
    margin-right: 0px; } 


.title-label{    line-height: 24px;
    margin-top: 9px;  }


	.submenu-width{ min-width: 317px !important; }

.banner-left-part{     width: 85%;
    float: right;}

.banner-right-part{      width: 76%;
     margin-top: 24px;
    margin-left: 17px;}

.banner-ert1 {    padding: 15px 0px !important;
}
.banner-ert {  }

.ert {
    float: left; }
