.flight {
  font-weight: 300;
}
.fregular {
  font-weight: 400;
}
.fsbold {
  font-weight: 600;
}
.fbold {
  font-weight: 700;
}
.febold {
  font-weight: 800;
}
.fitalic {
  font-weight: 400;
}
.fitalic {
  font-style: italic;
}
.dnone {
  display: none;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
}
span {
  display: inline-block;
}
input {
  width: 100%;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p:last-child {
  margin: 0px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
a img {
  border: 0;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
body {
  font-size: 15px;
  padding: 0px;
  padding-top: 64px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  background-color: #FBFBFB;
}
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 45px;
  }
}
.text_wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.backimgstyle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container {
  max-width: 1110px;
  padding: 0px;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 20px;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
}
header .navigation_bar {
  padding: 10px 30px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar {
    padding: 10px;
  }
}
header .navigation_bar .left_nav .hamburger {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .left_nav .hamburger {
    display: block;
    margin-left: 0px;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center !important;
  }
}
header .navigation_bar .left_nav .hamburger .h_line {
  width: 20px;
  height: 5px;
  background-color: #646464;
  margin: 5px 0;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links {
    display: none;
  }
}
header .navigation_bar .nav_links ul {
  display: flex;
  list-style-type: none;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul {
    flex-wrap: wrap;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
    background-color: #ffffff;
    font-size: 13px;
  }
}
header .navigation_bar .nav_links ul li {
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul li {
    padding-left: 10px;
  }
}
header .navigation_bar .nav_links ul li.nav_head:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #e4e4e4;
  height: 20px;
  width: 1px;
  margin-right: -17px;
}
header .navigation_bar .nav_links ul li.nav_head:last-child:before {
  display: none;
}
header .navigation_bar .nav_links ul li:last-child {
  margin-right: 0px;
}
header .navigation_bar .nav_links ul li span {
  color: #000000;
  padding: 10px;
  margin: 0px -10px;
  position: relative;
}
header .navigation_bar .nav_links ul li img {
  transform: rotate(90deg);
  margin-left: 20px;
}
header .navigation_bar .nav_links ul li .dropdown_menu {
  position: absolute;
  top: 53px;
  left: 0px;
  width: 315px;
  z-index: 2;
  background-color: #ffffff;
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul li .dropdown_menu {
    top: 0px;
    background-color: #fbfbfb;
  }
}
header .navigation_bar .nav_links ul li .dropdown_menu .show_option {
  display: block;
  border-radius: 0px 0px 5px 5px;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul li .dropdown_menu .show_option {
    box-shadow: 0 0px 10px;
  }
}
header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt {
  position: relative;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 20px;
}
header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt:hover {
  background-color: #f2f2f2;
}
header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  border: 2px solid #1d3557;
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt:after {
    top: 13px;
  }
}
header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt a {
  display: block;
  color: #646464;
  font-size: 14px;
  padding: 15px 0px;
  line-height: 26px;
  border-bottom: 1px solid rgba(168, 218, 220, 0.5);
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .nav_links ul li .dropdown_menu .show_option .select_opt a {
    font-size: 12px;
    padding: 5px;
  }
}
header .navigation_bar .center_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .center_nav {
    left: 25%;
  }
}
header .navigation_bar .right_nav {
  display: -ms-flexbox !important;
  display: flex !important;
}
header .navigation_bar .right_nav .comman_btn {
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #1d3557;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .right_nav .comman_btn {
    display: none;
  }
}
header .navigation_bar .right_nav .comman_btn:hover {
  background-color: #1d3557;
  color: #ffffff;
}
header .navigation_bar .right_nav .comman_btn.secondary {
  background-color: #1d3557;
  color: #ffffff;
}
header .navigation_bar .right_nav .comman_btn.secondary:hover {
  background-color: #ffffff;
  color: #1d3557;
}
header .navigation_bar .right_nav .login_option {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .navigation_bar .right_nav .login_option {
    display: block;
  }
}
footer .bg_footer {
  background-color: #1d3557;
  color: #ffffff;
  padding-top: 50px;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  footer .bg_footer {
    font-size: 15px;
    padding-top: 0px;
  }
}
footer .bg_footer:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 265px;
  left: 0px;
  border-bottom: 1px solid #a8dadc;
  height: 1px;
  opacity: 0.2;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  footer .bg_footer:after {
    top: 300px;
  }
}
footer .footer_part {
  position: relative;
  z-index: 1;
}
footer .footer_part .up_footer {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .up_footer {
    flex-wrap: wrap !important;
  }
}
footer .footer_part a {
  color: #ffffff;
}
footer .footer_part a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part a.width_c {
    width: calc(50% - 2px);
  }
}
footer .footer_part .left_footer {
  width: 65%;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .left_footer {
    width: 100%;
    margin: 20px;
    margin-left: 0px;
  }
}
footer .footer_part .left_footer .footer_logo {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .left_footer .footer_logo .multiple_arrow {
    justify-content: space-around;
    margin-right: 20px;
  }
}
footer .footer_part .left_footer .footer_logo:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(168, 218, 220, 0.2);
  width: 40px;
  height: 3px;
}
footer .footer_part .left_footer span {
  margin-top: 20px;
  position: relative;
}
footer .footer_part .left_footer span:after {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(168, 218, 220, 0.2);
  position: absolute;
  bottom: 100px;
  left: 0px;
}
footer .footer_part .right_footer {
  width: 35%;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer {
    width: 100%;
    padding-bottom: 20px;
  }
}
footer .footer_part .right_footer .our_details {
  text-align: right;
  background-color: #1d3557;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer .our_details {
    text-align: left;
    border-bottom: 1px solid rgba(168, 218, 220, 0.2);
  }
}
footer .footer_part .right_footer .our_details .footer_sub_title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer .our_details .footer_sub_title {
    display: block;
    text-align: left;
    padding-top: 20px;
  }
  footer .footer_part .right_footer .our_details .footer_sub_title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(168, 218, 220, 0.2);
    width: 40px;
    height: 3px;
  }
}
footer .footer_part .our_information {
  padding: 25px 0px;
  background-color: #344A68;
  text-align: center;
  min-width: 150px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .our_information {
    margin-top: 20px;
    margin-right: 10px;
  }
}
footer .footer_part .our_information span {
  display: block;
}
footer .footer_part .down_footer {
  padding-top: 40px;
  padding-bottom: 90px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .down_footer {
    flex-wrap: wrap !important;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
footer .footer_part .down_footer .left_footer {
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .down_footer .left_footer {
    width: 100%;
    border-bottom: 1px solid rgba(168, 218, 220, 0.2);
    padding-bottom: 20px;
  }
}
footer .footer_part .down_footer .left_footer ul {
  list-style-type: none;
}
footer .footer_part .down_footer .left_footer ul li {
  margin-top: 20px;
}
footer .footer_part .down_footer .left_footer ul li img {
  margin-right: 10px;
}
footer .footer_part .center_footer .company_name {
  margin-top: 20px;
}
footer .footer_part .center_footer .contact_details {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  margin-top: 20px;
}
footer .footer_part .right_footer.contect {
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer.contect {
    margin-right: 20px;
  }
}
footer .footer_part .right_footer.contect .address {
  margin-bottom: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: flex-start !important;
  text-align: left;
  border-bottom: 1px solid rgba(168, 218, 220, 0.2);
}
footer .footer_part .right_footer.contect .address img {
  margin-right: 20px;
}
footer .footer_part .right_footer.contect .address span {
  padding-bottom: 20px;
}
footer .footer_part .right_footer.contect .follow_option {
  text-align: left;
  margin-left: 40px;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column !important;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer.contect .follow_option {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center !important;
    margin: 0px;
    padding: 0px;
  }
}
footer .footer_part .right_footer.contect .follow_option .social_icons {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  footer .footer_part .right_footer.contect .follow_option .social_icons {
    margin-top: 0px;
  }
}
footer .footer_part .right_footer.contect .follow_option img {
  margin-right: 20px;
}
footer .footer_part .footer_sub_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
footer .footer_part .footer_sub_title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(168, 218, 220, 0.2);
  width: 40px;
  height: 3px;
}
footer .copy_right {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  footer .copy_right {
    text-align: center;
  }
}
.banner_title {
  font-size: 80px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .banner_title {
    font-size: 40px;
  }
}
.section_title {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #373737;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.section_title.section_sub_title {
  font-size: 16px;
  padding-bottom: 15px;
}
.section_title:after {
  content: "";
  position: absolute;
  bottom: 0px ;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 5px;
}
.sub_title {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.section_text {
  font-size: 15px;
  line-height: 26px;
  color: #373737;
}
.custom_inputpart .custom_input {
  width: 100%;
}
.custom_inputpart .custom_input .custom_inputbox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  color: #979797;
}
.custom_inputpart .custom_input .custom_inputbox input {
  padding: 15px 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.custom_inputpart .custom_input .custom_inputbox textarea {
  padding: 15px 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.reset_account {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  font-style: italic;
}
.signin_options .signin_account {
  border: 1px solid #dbdbdb;
  padding: 15px 10px;
}
.signin_options .signin_account a {
  color: #373737;
}
.signin_options .signin_account .social_account {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around;
}
.signin_options .signin_account .social_account span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  flex-grow: 1;
  text-align: center;
}
.radius_btn {
  padding: 15px 35px;
  border: #a8dadc 1px solid;
  border-radius: 100px;
  align-items: center;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radius_btn.bg_change {
  background-color: #457b9d;
  color: #ffffff;
}
.radius_btn.change_sc {
  border: #EFEFEF 1px solid;
  padding: 10px 70px;
}
.radius_btn .right_side {
  margin-left: 10px;
  line-height: 0px;
}
.radius_btn:hover {
  color: #ffffff;
  background-color: #03060a;
  border: 1px solid none;
}
.comman_btn {
  padding: 10px 40px;
  border: #a8dadc 1px solid;
  background-color: #1d3557;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_btn.secondary {
  background-color: #457b9d;
  border: #457b9d 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_btn.primary {
  background-color: #e63946;
  border: #e63946 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_btn:hover {
  color: #ffffff;
  background-color: #03060a;
  border: #1d3557 1px solid;
}
.status_btn {
  padding: 10px 50px;
  border: #a8dadc 1px solid;
  border-radius: 100px;
  align-items: center;
  color: #373737;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.status_btn .right_side {
  margin-left: 10px;
  line-height: 0px;
}
.status_btn .left_side {
  margin-right: 10px;
  line-height: 0px;
}
.status_btn:hover {
  color: #ffffff;
  background-color: #03060a;
  border: #1d3557 1px solid;
}
.status {
  display: -ms-flexbox !important;
  display: flex !important;
}
.status .status_btn {
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  border: #1d3557 1px solid;
  color: #ffffff;
  border-radius: 100px 0px 0px 100px;
  background-color: #1d3557;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.status .status_btn.query {
  border-radius: 0px 100px 100px 0px;
  background-color: #ffffff;
  color: #1d3557;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.status .status_btn:hover {
  color: #ffffff;
  background-color: #03060a;
  border: #1d3557 1px solid;
}
.common {
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
}
.common .box_one {
  width: calc(33.33% - 50px);
  justify-content: space-between;
}
.common .box_one.remove_border {
  border: none;
}
.common .box_image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.common .box_image image {
  min-width: 315px;
}
.common .discription {
  margin-top: 30px;
  font-size: 15px;
  color: #373737;
  text-align: justify;
  min-height: 78px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.common .name_date {
  margin-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  color: #457b9d;
  font-size: 13px;
}
.common .name_date .user_name img {
  margin-right: 10px;
}
.common .name_date .date img {
  margin-right: 10px;
}
.bg_color {
  background-color: #EFF7F7;
}
.hide_data {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .hide_data {
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .hide_data .service_name {
    width: calc(50% - 20px);
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
  }
}
.box_two {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box_two a {
  color: #373737;
}
.box_two .one_square {
  min-width: calc(24% - 15px);
  min-height: 310px;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  margin-right: 1rem;
}
.box_two .one_square .image_one {
  padding-top: 50px;
  padding-bottom: 25px;
}
.box_two .one_square .product_sub_title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.box_two .one_square .product_sub_title:after {
  content: "";
  position: absolute;
  bottom: 0px ;
  left: 40%;
  background-color: #a8dadc;
  width: 40px;
  height: 5px;
}
.box_two .one_square .product_details {
  font-size: 15px;
  color: #646464;
}
.box_two .one_square .product_details.change_f {
  padding: 30px 0px;
}
.box_two .one_square .nxt {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 15%;
  background-color: #F6F6F6;
  margin-left: auto;
  border-radius: 5px;
}
.box_two .one_square .nxt:hover {
  background-color: #1d3557;
}
.service_part {
  position: relative;
}
.service_part .one_square .head_service {
  font-size: 16px;
  color: #373737;
}
.service_part .one_square .radius_btn {
  padding: 10px 70px;
}
.client_list {
  width: 95%;
}
@media only screen and (max-width: 1199px) {
  .client_list {
    width: 100%;
  }
}
.client_list .clients_tag {
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  background-color: #457B9D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.client_list .clients_tag:hover {
  background-color: #1d3557;
}
.checkbox_common {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox_common input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EFF7F7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* When the checkbox is checked, add a blue background */
.checkbox_common input:checked ~ .checkmark {
  background-color: #457B9D;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_common input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_common .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.change_response {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .change_response {
    padding-left: 20px;
  }
}
.change_response .banner_end {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1199px) {
  .change_response .banner_end {
    display: none;
  }
}
.w_change {
  position: absolute;
  top: 90px;
  left: 20px;
}
@media only screen and (max-width: 1199px) {
  .w_change {
    top: 200px;
    left: 155px;
  }
}
.right_heading {
  position: relative;
}
.right_heading .verified_image {
  position: absolute;
  top: -60px;
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .right_heading .verified_image {
    height: 118px;
    width: 118px;
    top: -20px;
    right: -20px;
  }
}
.right_heading .sub_title {
  color: #ffffff;
}
.right_heading .below {
  padding-top: 30px;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  color: #ffffff;
}
.right_heading .below:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 3px;
}
.right_heading .below .down_arrow {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.opportunities {
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .opportunities {
    padding-top: 25px;
  }
}
.opportunities .dot_image_three {
  position: absolute;
  top: 25px;
  right: -65px;
}
@media only screen and (max-width: 1199px) {
  .opportunities .dot_image_three {
    display: none;
  }
}
.opportunities .dot_image_four {
  position: absolute;
  top: 170px;
  left: -150px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .opportunities .dot_image_four {
    display: none;
  }
}
.opportunities .arrow_left {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 185px;
  left: -80px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.opportunities .arrow_left:hover {
  background-color: #a8dadc;
}
.opportunities .arrow_right {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 115px;
  left: -80px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.opportunities .arrow_right img {
  transform: rotate(180deg);
}
.opportunities .arrow_right:hover {
  background-color: #a8dadc;
}
.opportunities .side_img {
  width: 130px;
  position: absolute;
  top: 145px;
  left: -125px;
  z-index: -1;
}
.opportunities .side_img .left_side {
  min-height: 560px;
}
@media only screen and (max-width: 1199px) {
  .opportunities .side_img {
    display: none;
  }
}
.opportunities .w_add {
  width: 72%;
}
.title_radius {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 1199px) {
  .title_radius {
    flex-wrap: wrap !important;
  }
  .title_radius .radius_btn {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .title_radius .opportunity_btn .radius_btn {
    padding: 15px 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_two {
    flex-wrap: wrap !important;
    padding-bottom: 0px;
  }
}
.box_two .one_square {
  position: relative;
}
.box_two .one_square.f_mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square.f_mobile {
    display: block;
  }
}
.box_two .one_square .hide_image {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square .hide_image.img_right {
    display: block;
    position: absolute;
    top: 100px;
    
  }
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square .hide_image {
    display: block;
    position: absolute;
    top: 15px;
    left: -40px;
    z-index: -2;
  }
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square {
    width: calc(50% - 20px);
    min-height: 150px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square .product_sub_title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .box_two .one_square .product_sub_title:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square .product_details {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .box_two .one_square .nxt {
    display: none;
  }
}
.space_up {
  padding-bottom: 0px;
  padding-top: 50px;
  border-top-left-radius: 170px;
}
@media only screen and (max-width: 1199px) {
  .space_up {
    padding-top: 10px;
    border-top-left-radius: 0px;
  }
}
.space_up .arrow_left {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 370px;
  left: 1135px;
  z-index: 1;
}
.space_up .arrow_right {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 470px;
  left: 1135px;
  z-index: 1;
}
.space_up .arrow_right img {
  transform: rotate(180deg);
}
.services_part {
  position: relative;
}
.services_part .one_square .change_f {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .services_part .one_square .change_sc {
    display: none;
  }
}
.side_img_two {
  min-height: 560px;
  position: absolute;
  top: 65px;
  right: -115px;
}
@media only screen and (max-width: 1199px) {
  .side_img_two {
    display: none;
  }
}
.banner_two.provide {
  display: none;
  background-color: #1d3557;
}
@media only screen and (max-width: 1199px) {
  .banner_two.provide {
    display: block;
    padding-left: 20px;
  }
  .banner_two.provide .multi_person {
    position: absolute;
    top: 215px;
  }
  .banner_two.provide .banner_title {
    font-size: 30px;
  }
}
.clients {
  padding: 50px 0px;
}
.clients .client_head {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.clients .client_head:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 3px;
}
.banner_two {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner_two.remove_bg {
    background-color: #FBFBFB;
  }
}
.banner_two .dot_image_five {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner_two .dot_image_five {
    display: none;
  }
}
.banner_two .slide_arrow {
  position: absolute;
  top: 160px;
  right: -20px;
  background-color: #707070;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner_two .slide_arrow:hover {
  background-color: #03060a;
}
@media only screen and (max-width: 1199px) {
  .banner_two .slide_arrow {
    display: none;
  }
}
.banner_two .slide_arrow.chnage_p {
  position: absolute;
  top: 250px;
  right: 40px;
  background-color: rgba(112, 112, 112, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner_two .slide_arrow.chnage_p:hover {
  background-color: #1d3557;
}
@media only screen and (max-width: 1199px) {
  .banner_two .slide_arrow {
    display: none;
  }
}
.w_add {
  width: 65%;
}
.banner_details {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  position: relative;
}
.banner_details .dot_image {
  position: absolute;
  bottom: -95px;
  right: 50px;
}
.banner_details .dot_image_one {
  position: absolute;
  left: 30px;
  top: -25px;
}
@media only screen and (max-width: 1199px) {
  .banner_details .dot_image_one {
    display: none;
  }
}
.banner_details .dot_image_two {
  position: absolute;
  top: 350px;
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner_details .dot_image_two {
    top: 150px;
    right: 0px;
    height: 45px;
    width: 45px;
  }
}
.banner_details .eclips {
  position: absolute;
  top: -25px;
  left: 100px;
}
@media only screen and (max-width: 1199px) {
  .banner_details .eclips {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_details .head_hide {
    display: none;
  }
}
.banner_details .left_heading {
  width: 50%;
}
.banner_details .left_heading.w_change {
  width: 45%;
}
@media only screen and (max-width: 1199px) {
  .banner_details .left_heading.w_change {
    width: 50%;
  }
}
.banner_details .left_heading .sub_title {
  color: #ffffff;
}
.banner_details .left_heading .below {
  padding-top: 50px;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  color: #ffffff;
}
.banner_details .left_heading .below:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 3px;
}
.banner_details .left_heading .below .down_arrow {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.banner_details .right_heading {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(0%, -40%);
}
.banner_details .right_heading.text_change {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6%, 10%);
}
@media only screen and (max-width: 1199px) {
  .banner_details .right_heading.text_change {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, 10%);
  }
}
.banner_details .right_heading.text_change .sub_title {
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner_details .right_heading.text_change .sub_title {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_details .right_heading {
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%, -13%);
  }
}
.banner_details .swipe_arrow {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #707070;
}
.banner_details .swipe_arrow img {
  transform: rotate(270deg);
}
.bottom_images {
  display: flex;
  align-items: center !important;
  position: absolute;
  bottom: -40px;
  right: 120px;
}
.bottom_images.change_c {
  bottom: -20px;
  right: -65px;
}
.bottom_images.change_c .circle_one {
  border: 1px solid #e63946;
}
.bottom_images.change_c .circle_one span {
  background-color: #e63946;
}
.bottom_images.change_c .circle_two {
  background-color: #e63946;
}
@media only screen and (max-width: 1199px) {
  .bottom_images {
    display: none;
  }
}
.bottom_images .circle_one {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.bottom_images .circle_one span {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bottom_images .circle_two {
  margin-left: 15px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.news_announcement {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .news_announcement {
    margin-top: 20px;
  }
}
.section_title {
  position: relative;
}
.section_title img {
  position: absolute;
  right: 50px;
  top: 30px;
}
@media only screen and (max-width: 1199px) {
  .section_title img {
    top: 150px;
    right: 0px;
  }
}
.common {
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding-top: 40px;
}
.common .box_one {
  padding-bottom: 40px;
  border-bottom: 1px solid #a8dadc;
  position: relative;
}
.common .box_one .back_image {
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: -1;
}
.common .box_one .back_image_two {
  position: absolute;
  top: 210px;
  right: -5px;
  z-index: -1;
}
.common .box_one .box_image {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.03);
}
.common .box_one .box_image .image_place {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  background-color: #e4e4e4;
}
.banner_two {
  background-color: #495C77;
  min-height: 550px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner_two {
    min-height: 340px;
    padding-top: 25px;
  }
}
.banner_details {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  position: relative;
}
.center_text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-25%, 100%);
  padding-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .center_text {
    position: absolute;
    top: 10%;
    left: 0%;
    transform: translate(40%, 0%);
    font-size: 30px;
    font-weight: 700;
  }
}
.news_announcement .common_one {
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 1px solid #a8dadc;
  padding: 25px 0px;
}
@media only screen and (max-width: 1199px) {
  .news_announcement .common_one {
    flex-wrap: wrap !important;
  }
}
.news_announcement .common_one:last-child {
  border: none;
}
.news_announcement .common_one .f_change {
  font-size: 18px;
}
.news_announcement .common_one .left_image {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .news_announcement .common_one .left_image {
    width: 100%;
  }
}
.news_announcement .common_one .left_image .box_image {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.03);
}
.news_announcement .common_one .left_image .box_image .image_place {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
}
.news_announcement .common_one .right_details {
  width: 70%;
  padding-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .news_announcement .common_one .right_details {
    width: 100%;
  }
}
.bgcolor_change_one {
  background-color: #E5E5E5;
}
.bgcolor_change_two {
  background-color: #E63946;
}
.bg_images {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .bg_images {
    min-height: auto;
    width: 100%;
    padding-top: 50%;
  }
}
.slider_circle {
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  bottom: 5%;
  left: 45%;
  transform: translateX(15%);
}
.slider_circle.slide_change {
  bottom: 2%;
  left: 0%;
  transform: translateX(0%);
}
@media only screen and (max-width: 1199px) {
  .slider_circle.slide_change {
    bottom: 1%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider_circle {
    left: 25%;
  }
}
.slider_circle .dot {
  margin-right: 10px;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #a8dadc;
  display: inline-block;
}
.slider_circle .dot.round {
  width: 30px;
  height: 10px;
  border-radius: 100px ;
  background-color: #a8dadc;
  border: 1px solid #e63946;
}
@media only screen and (max-width: 1199px) {
  .news_discription {
    padding: 0px 20px;
  }
}
.news_discription .name_date {
  margin-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #457b9d;
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .news_discription .name_date {
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
}
.news_discription .name_date .user_name {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .news_discription .name_date .user_name {
    width: 50%;
  }
}
.news_discription .name_date .user_name img {
  margin-right: 10px;
}
.news_discription .name_date .user_name span {
  margin-right: 20px;
}
.news_discription .name_date .user_name:after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0px;
  right: 0px;
}
.news_discription .name_date .date {
  margin-left: 20px;
}
.news_discription .name_date .date img {
  margin-right: 10px;
}
.news_discription .section_title {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .news_discription .section_title {
    font-size: 18px;
    padding-top: 20px;
  }
}
.news_discription .sub_title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .news_discription .sub_title {
    font-size: 15px;
  }
}
.news_discription .next_prev {
  text-align: right;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .news_discription .next_prev {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
  }
}
.news_discription .next_prev .status_btn {
  margin-right: 20px;
}
.news_discription .next_prev .status_btn:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .news_discription .next_prev .status_btn {
    padding: 15px 40px;
  }
}
.news_select {
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 50px 0px;
}
@media only screen and (max-width: 1199px) {
  .news_select {
    flex-wrap: wrap !important;
    padding: 0px 20px;
  }
}
.news_select .news_category {
  width: 33.33%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .news_select .news_category {
    width: 100%;
    border-bottom: 1px solid #a8dadc;
    padding-top: 20px;
  }
  .news_select .news_category:last-child {
    border: none;
  }
}
.news_select .news_category .multiple_arrow {
  position: absolute;
  top: 20px;
  right: 50px;
}
.news_select .news_category a {
  color: #646464;
}
.news_select .news_category a:hover {
  text-decoration: underline;
}
.news_select .news_category .sub_option li {
  list-style-type: none;
  margin-bottom: 25px;
}
.news_select .news_category .sub_option li img {
  margin-right: 10px;
  color: #1d3557;
}
.service .bg_images {
  position: relative;
}
.service .bg_images:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #1d3557;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.service .bg_images .banner_details {
  position: relative;
}
.service .bg_images .banner_details .middle_text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, 50%);
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service .bg_images .banner_details .middle_text {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120px);
  }
}
.service .bg_images .banner_details .bottom_images {
  position: absolute;
  top: 415px;
  z-index: 2;
}
.service .bg_images .banner_details .bottom_images .circle_one {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.service .bg_images .banner_details .bottom_images .circle_one span {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.service .bg_images .banner_details .bottom_images .circle_two {
  margin-left: 15px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.news_announcement {
  position: relative;
}
.news_announcement .dot_image_three {
  position: absolute;
  top: -60px;
  right: 20px;
}
@media only screen and (max-width: 1199px) {
  .news_announcement {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .turn_off {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .section_title {
    font-size: 20px;
  }
}
.section_title .sub_title p {
  padding-bottom: 40px;
}
.common {
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding-top: 40px;
}
.common .box_one {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .common .box_one {
    width: 100%;
    border-bottom: 1px solid #a8dadc;
    padding: 20px 0px;
  }
}
.common .box_one .box_image {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.common .box_one .box_image .image_place {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  background-color: #e4e4e4;
}
.common .box_one .bigger {
  margin-top: 20px;
  padding: 10px 122px;
}
@media only screen and (max-width: 1199px) {
  .common .box_one .bigger {
    padding: 10px 122px;
  }
}
.common .box_one .bigger:hover {
  color: #ffffff;
  background-color: #03060a;
}
.signin_information {
  display: -ms-flexbox !important;
  display: flex !important;
}
.left_signin {
  position: fixed;
  top: 0px;
  left: 0%;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .left_signin {
    display: none;
  }
}
.right_signin {
  margin-left: 50%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .right_signin {
    margin-left: 0%;
  }
}
.right_signin .close_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .right_signin .close_icon {
    padding: 20px;
    z-index: 2;
  }
  .right_signin .close_icon img {
    height: 13px;
    width: 13px;
  }
}
.right_signin .signin_details {
  width: 65%;
  height: 100%;
  padding-left: 90px;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    justify-content: start;
  }
}
.right_signin .signin_details .select_signin {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 20px;
}
.right_signin .signin_details .select_signin .signin_heading {
  color: #1d3557;
}
.right_signin .signin_details .select_signin .signin_heading.effect_change {
  color: #979797;
}
.right_signin .signin_details .select_signin .signin_heading.effect_change span:after {
  display: none;
}
.right_signin .signin_details .select_signin .signin_heading span {
  margin-right: 30px;
  position: relative;
  font-weight: 600;
}
.right_signin .signin_details .select_signin .signin_heading span:after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #1d3557;
  position: absolute;
  top: 30px;
  left: 0px;
}
.right_signin .signin_details .signin_options {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .signin_options {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
  }
}
.right_signin .signin_details .signin_options .signin_account {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .signin_options .signin_account {
    margin-right: 20px;
  }
}
.right_signin .signin_details .user_option {
  font-size: 13px;
  font-weight: 600;
  color: #979797;
  text-align: center;
  background-color: #FBFBFB;
}
.right_signin .signin_details .user_option:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 255px;
  left: 0px;
  border-bottom: 1px solid #a8dadc;
  height: 1px;
  opacity: 0.2;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .user_option:after {
    top: 180px;
    opacity: 1;
  }
}
.right_signin .signin_details .user_option span {
  padding: 0px 15px;
  background-color: #FBFBFB;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .custom_inputpart .custom_input .custom_inputbox {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .custom_inputpart .custom_input .custom_inputbox input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.right_signin .signin_details .forgot_option {
  padding-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: flex-end;
  color: #457b9d;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .forgot_option {
    margin-right: 20px;
  }
}
.right_signin .signin_details .option_login {
  padding-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .option_login .radius_btn.register {
    padding: 15px 125px;
  }
}
@media only screen and (max-width: 1199px) {
  .right_signin .signin_details .option_login {
    margin-right: 20px;
  }
}
.right_signin .signin_details .not_registered {
  padding-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
}
.right_signin .signin_details .not_registered .sub_title {
  color: #979797;
  margin-right: 5px;
}
.right_signin .signin_details .not_registered .create_account {
  color: #457b9d;
}
.last_lines {
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  font-style: italic;
}
.last_lines span {
  width: 80%;
  color: #646464;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .last_lines span {
    width: 90%;
  }
}
.profile {
  border: 1px solid #a8dadc;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .profile {
    background-color: #e63946;
  }
}
.profile .background_image {
  min-height: 220px;
}
@media only screen and (max-width: 1199px) {
  .profile .background_image img {
    min-height: 220px;
  }
}
.profile .profile_details {
  position: relative;
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details {
    margin-left: 20px;
  }
}
.profile .profile_details .public_image {
  position: absolute;
  top: -70px;
  left: 0px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_image {
    height: 100px;
    width: 100px;
  }
}
.profile .profile_details .public_data {
  padding-top: 100px;
  width: 75%;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  color: #373737;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_data {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    flex-wrap: wrap !important;
  }
}
.profile .profile_details .public_data .left_data .user_name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_data .left_data .user_name {
    font-size: 16px;
    color: #ffffff;
  }
}
.profile .profile_details .public_data .left_data .designation {
  padding-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_data .left_data .designation {
    color: #ffffff;
  }
}
.profile .profile_details .public_data .left_data .current_place {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_data .left_data .current_place {
    color: #ffffff;
  }
}
.profile .profile_details .public_data .right_data {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  color: #373737;
}
.profile .profile_details .public_data .right_data .ms_web {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .public_data .right_data .ms_web {
    color: #ffffff;
  }
}
.profile .profile_details .public_data .right_data .ms_web:after {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .profile .profile_details .comman_btn {
    background-color: #ffffff;
    color: #373737;
    padding: 15px 116px;
  }
}
.heading_article {
  font-size: 30px;
  font-weight: 700;
  color: #373737;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .heading_article {
    font-size: 18px;
  }
}
.heading_article:after {
  content: "";
  position: absolute;
  bottom: 0px ;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 5px;
}
.articles {
  border-top: 1px solid #a8dadc;
  padding-top: 50px;
}
.articles .common_one {
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 1px solid #a8dadc;
  padding: 25px 0px;
}
@media only screen and (max-width: 1199px) {
  .articles .common_one {
    flex-wrap: wrap !important;
  }
}
.articles .common_one .f_change {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .articles .common_one .f_change {
    font-size: 15px;
  }
}
.articles .common_one .left_image {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .articles .common_one .left_image {
    width: 100%;
  }
}
.articles .common_one .left_image .box_image {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.03);
}
.articles .common_one .left_image .box_image .image_place {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  background-color: #e5e5e5;
}
.articles .common_one .right_details {
  width: 70%;
  padding-left: 25px;
  color: #373737;
}
@media only screen and (max-width: 1199px) {
  .articles .common_one .right_details {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.articles .common_one .right_details .writer_name {
  font-size: 14px;
  margin-bottom: 10px;
}
.articles .common_one .right_details .year_date {
  font-size: 13px;
}
.education_experiance {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 30px;
  padding-bottom: 80px;
  color: #373737;
}
@media only screen and (max-width: 1199px) {
  .education_experiance {
    flex-wrap: wrap !important;
    padding-bottom: 20px;
  }
}
.education_experiance .person_details {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .education_experiance .person_details {
    width: 100%;
    border-bottom: 1px solid #a8dadc;
    padding-top: 20px;
  }
  .education_experiance .person_details:last-child {
    border-bottom: none;
  }
}
.education_experiance .experiance_details .one_experiance {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 20px;
}
.education_experiance .experiance_details .one_experiance .details_one {
  margin-left: 20px;
  width: 70%;
  border-bottom: 1px solid #dbdbdb;
}
.education_experiance .experiance_details .one_experiance .details_one .university_name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.education_experiance .experiance_details .one_experiance .details_one .company_name {
  text-decoration: underline;
  padding-bottom: 10px;
}
.education_experiance .experiance_details .one_experiance .details_one .experiance_time {
  font-size: 14px;
  padding-bottom: 20px;
}
.trainnings {
  position: relative;
  min-height: 310px;
}
@media only screen and (max-width: 1199px) {
  .trainnings {
    min-height: 210px;
  }
}
.trainnings .trainning_title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .trainnings .trainning_title {
    font-size: 16px;
    text-align: left;
    padding-top: 0px;
    width: 50%;
    top: 20%;
    left: 20%;
    transform: translate(-20%, -10%);
  }
}
.trainnings img {
  position: absolute;
  top: 15px;
  right: 70px;
}
@media only screen and (max-width: 1199px) {
  .trainnings img {
    top: 0px;
    right: -20px;
  }
}
.fill_details {
  padding: 50px 0px;
}
@media only screen and (max-width: 1199px) {
  .fill_details {
    padding: 20px 0px;
  }
}
.fill_details .rules_condition {
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #ffffff;
  color: #373737;
  box-shadow: 0px 0px 0.3% #ffffff;
}
@media only screen and (max-width: 1199px) {
  .fill_details .rules_condition {
    flex-wrap: wrap !important;
    box-shadow: none;
    background-color: #FBFBFB;
  }
}
.fill_details .rules_condition .rules {
  width: 50%;
  padding: 25px 30px;
  border-right: 1px solid #ededed;
}
@media only screen and (max-width: 1199px) {
  .fill_details .rules_condition .rules {
    width: 100%;
    padding: 25px 0px;
    border-right: none;
  }
}
.fill_details .rules_condition .rules .condition .change_font {
  font-weight: 600;
}
.fill_details .option_btn {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .fill_details .option_btn .primary {
    padding: 10px 136px;
  }
}
.fill_details .payment {
  width: 50%;
  padding: 25px 30px;
}
@media only screen and (max-width: 1199px) {
  .fill_details .payment {
    width: 100%;
    padding: 25px 0px;
  }
}
.all_news {
  position: relative;
  padding-bottom: 45px;
}
.all_news .light_img {
  position: absolute;
  top: 10px;
  left: 50px;
  opacity: 0.1;
}
@media only screen and (max-width: 1199px) {
  .all_news .light_img {
    top: 190px;
    left: 230px;
    height: 120px;
  }
}
.all_news .main_title {
  margin-left: 30px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .all_news .main_title .newspaper_img {
    top: 0px;
    right: 0px;
  }
}
.all_news .main_title .w_add {
  color: #1d3557;
}
@media only screen and (max-width: 1199px) {
  .all_news .main_title .w_add {
    width: 100%;
  }
}
.news_part {
  padding: 100px 0px;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 1199px) {
  .news_part {
    flex-wrap: wrap !important;
    padding: 20px 0px;
  }
}
.news_part .filter_options {
  width: 270px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .news_part .filter_options {
    width: 330px;
  }
}
.news_part .filter_options .filter_head {
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1EAEB;
}
.news_part .filter_options .news_type .news_head {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between !important;
  color: #373737;
  padding: 15px;
}
.news_part .filter_options .news_type .category_select {
  border-bottom: 1px solid #D1EAEB;
  padding-left: 10px;
}
.news_part .filter_options .news_type .category_select.remove_border {
  border-bottom: none;
}
.news_part .news_details {
  margin-left: 20px;
  width: calc(100% - 230px);
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .news_part .news_details {
    width: 100%;
  }
}
.news_part .news_details .common {
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .news_part .news_details .common {
    padding: 0px;
  }
}
.news_part .news_details .common .box_one {
  width: calc(50% - 10px);
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .news_part .news_details .common .box_one {
    width: 100%;
  }
}
.news_part .news_details .common .box_one .box_image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}
.news_part .news_details .common .box_one .box_image .image_place {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.news_part .news_details .common .box_one .box_image .image_place .share_options .share_image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 5px;
}
@media only screen and (max-width: 1199px) {
  .news_part .news_details .common .box_one .box_image .image_place .share_options .share_image {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.news_part .news_details .common .box_one .box_image .image_place .share_options .socila_share {
  position: absolute;
  bottom: 40px;
  right: -5px;
  display: flex;
  display: none;
}
.news_part .news_details .common .box_one .box_image .image_place .share_options .socila_share a {
  padding: 5px 15px;
}
.news_part .news_details .common .box_one .discription a {
  color: #457b9d;
  font-size: 15px;
  text-decoration: underline;
  padding-left: 5px;
}
.news_discription {
  position: relative;
}
.news_discription .change_weight {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .news_discription .change_weight {
    font-weight: 700;
    font-size: 20px;
  }
}
.news_discription .vocational {
  padding-bottom: 20px;
  border-bottom: 1px solid #DBEEEF;
}
.news_discription .vocational a {
  font-size: 15px;
  color: #457b9d;
}
.certificate_image {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .certificate_image {
    display: block;
    position: absolute;
    top: -75px;
    left: 0px;
  }
}
.skill_selection {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .skill_selection {
    background-color: rgba(168, 218, 220, 0.15);
    padding-bottom: 0px;
  }
}
.skill_selection .skill_head {
  font-size: 24px;
  color: #373737;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .skill_head {
    font-size: 16px;
    font-weight: 600;
  }
}
.skill_selection .option_discription {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .option_discription {
    flex-wrap: wrap !important;
    background-color: rgba(168, 218, 220, 0.15);
  }
}
.skill_selection .option_discription .filter_options {
  width: 330px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.skill_selection .option_discription .filter_options .filter_head {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  padding: 15px 10px;
  border-bottom: 1px solid #D1EAEB;
  color: #373737;
}
.skill_selection .option_discription .filter_options .filter_head img {
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .option_discription .filter_options .filter_head.filter_opt {
    display: flex;
  }
}
.skill_selection .option_discription .filter_options .news_type .news_head {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between !important;
  color: #373737;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.skill_selection .option_discription .filter_options .news_type .category_select {
  padding-left: 10px;
}
.skill_selection .option_discription .sort_options {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 10px;
  margin-left: 15px;
}
.skill_selection .option_discription .sort_options img {
  margin-right: 10px;
}
.skill_selection .option_discription .sort_options span {
  color: #646464;
}
.skill_selection .news_details {
  margin-left: 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .news_details {
    margin-left: 0px;
    padding-top: 20;
  }
}
.skill_selection .news_details .skil_list {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  background-color: white;
  padding: 10px 20px;
  color: #373737;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .news_details .skil_list {
    flex-wrap: wrap !important;
    padding: 0px 0px;
  }
}
.skill_selection .news_details .skil_list .skill_one {
  width: calc(50% - 10px);
  padding: 15px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.skill_selection .news_details .skil_list .skill_one:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .news_details .skil_list .skill_one {
    width: 100%;
    padding: 15px 5px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.skill_selection .news_details .skil_list .skill_one .course_one {
  font-size: 15px;
}
.skill_selection .news_details .skil_list .skill_one .programme_job {
  padding: 15px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.skill_selection .news_details .skil_list .skill_one .programme_job .programme {
  padding: 10px 16px;
  margin: 10px;
  background-color: #EFF7F7;
  border-radius: 100px;
  color: #373737;
  font-size: 12px;
}
@media only screen and (max-width: 1199px) {
  .skill_selection .news_details .skil_list .skill_one .programme_job .programme {
    padding: 5px 10px;
  }
}
.skill_selection .news_details .skil_list .skill_one .course_info {
  padding: 10px 0px;
}
.skill_selection .news_details .skil_list .skill_one .course_info.apply_date {
  border-bottom: 1px solid #f2f2f2;
}
.skill_selection .news_details .skil_list .skill_one .course_info span {
  font-size: 14px;
}
.skill_selection .news_details .skil_list .skill_one .course_details {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.skill_selection .news_details .skil_list .skill_one .course_details a {
  font-size: 14px;
  color: #457b9d;
  text-decoration: underline;
}
.skill_selection .news_details .skil_list .skill_one .apply_share {
  padding-top: 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.skill_selection .news_details .skil_list .skill_one .apply_share .radius_btn {
  padding: 10px 40px;
}
.skill_selection .news_details .skil_list .skill_one .apply_share .share {
  position: relative;
}
.skill_selection .news_details .skil_list .skill_one .apply_share .share:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 40px;
  height: 24px;
  width: 2px;
  background-color: #F2F2F2;
}
.options_opportunities {
  justify-content: center;
}
.options_opportunities .one_option {
  height: 100px;
  width: 10%;
  background-color: #EFF7F7;
  margin-right: 10px;
  display: grid;
  align-items: center !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.options_opportunities .one_option.two_option {
  background-color: rgba(69, 123, 157, 0.1);
}
.options_opportunities .one_option.three_option {
  background-color: rgba(230, 57, 70, 0.1);
}
.options_opportunities .one_option.four_option {
  background-color: rgba(230, 57, 70, 0.1);
}
@media only screen and (max-width: 1199px) {
  .options_opportunities .one_option {
    width: 33.33%;
  }
  .options_opportunities .one_option:last-child {
    display: none;
  }
}
.options_opportunities .one_option img {
  margin: 0px auto;
}
.options_opportunities .one_option span {
  font-size: 15px;
  color: #373737;
  margin: 0px auto;
}
.option_profile {
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .option_profile {
    flex-wrap: wrap !important;
  }
}
.option_profile .profile_complete {
  width: 350px;
  height: 300px;
  background-color: #E63946;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .profile_complete {
    width: 100%;
  }
}
.option_profile .profile_complete .update_details .image_user {
  position: relative;
}
.option_profile .profile_complete .update_details .image_user .edit_sign {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  padding: 0px 5px;
}
.option_profile .varified_details {
  width: calc(100% - 350px);
  background-color: #ffffff;
  padding: 20px;
  margin-left: 20px;
  color: #373737;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    padding-top: 20px;
    background-color: rgba(168, 218, 220, 0.15);
  }
}
.option_profile .varified_details .heading_varified {
  justify-content: space-between;
}
.option_profile .varified_details .heading_varified .selection_category {
  color: #373737;
  border: 1px solid #D1EAEB;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.option_profile .varified_details .heading_varified .selection_category span {
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category {
    flex-wrap: wrap !important;
  }
}
.option_profile .varified_details .software_category .software_engineer {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category .software_engineer {
    width: 100%;
    padding: 10px;
  }
}
.option_profile .varified_details .software_category .software_engineer .one_details {
  border: 1px solid #D1EAEB;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category .software_engineer .one_details {
    background-color: #ffffff;
  }
}
.option_profile .varified_details .software_category .software_engineer .one_details .heading_one {
  position: relative;
  padding-bottom: 15px;
}
.option_profile .varified_details .software_category .software_engineer .one_details .heading_one:after {
  content: "";
  position: absolute;
  bottom: 0px ;
  left: 0px;
  background-color: #a8dadc;
  width: 50px;
  height: 2px;
}
.option_profile .varified_details .software_category .software_engineer .one_details .status {
  padding-top: 15px;
}
.option_profile .varified_details .software_category .software_engineer .one_details .view_details {
  color: #1d3557;
  padding-top: 15px;
}
.option_profile .varified_details .software_category .software_engineer .one_details .view_details img {
  margin-right: 10px;
}
.option_profile .varified_details .software_category .preferance {
  border: 1px solid #D1EAEB;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category .preferance {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
  }
}
.option_profile .varified_details .software_category .preferance .head_preferance {
  padding: 15px;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category .preferance .head_preferance {
    border: none;
    border-bottom: 1px solid #f2f2f2;
  }
}
.option_profile .varified_details .software_category .preferance .select_detail {
  padding: 15px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .software_category .preferance .select_detail {
    padding: 5px;
  }
}
.option_profile .varified_details .software_category .preferance .select_detail span {
  padding-bottom: 10px;
}
.option_profile .varified_details .software_category .preferance .select_detail span.border_show {
  border-bottom: 1px solid rgba(168, 218, 220, 0.5);
  width: 100%;
}
.option_profile {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .option_profile {
    flex-wrap: wrap !important;
  }
}
.option_profile .profile_complete {
  width: 350px;
  min-height: 300px;
  background-color: #E63946;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  position: relative;
}
.option_profile .profile_complete.change_height {
  height: 330px;
}
.option_profile .profile_complete .design_one {
  position: absolute;
  top: 90px;
  left: 20px;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  .option_profile .profile_complete .design_one {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .option_profile .profile_complete {
    width: 100%;
  }
}
.option_profile .profile_complete .update_details {
  display: -ms-flexbox !important;
  display: flex !important;
}
.option_profile .profile_complete .update_details .image_user {
  z-index: 1;
}
.option_profile .profile_complete .update_details .user_info {
  width: 100%;
  padding-top: 10px;
  margin-left: 10px;
}
.option_profile .profile_complete .update_details .user_info .user_name {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  font-size: 16px;
}
.option_profile .profile_complete .update_details .user_info .user_name a {
  color: #ffffff;
  font-weight: 600;
}
.option_profile .profile_complete .update_details .user_info .user_name a:hover {
  text-decoration: underline;
}
.option_profile .profile_complete .update_details .user_info .update_progress {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  padding-top: 30px;
  font-size: 12px;
}
.option_profile .profile_complete .update_details .user_info .progress_bar {
  margin-top: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.option_profile .profile_complete .update_details .user_info .progress_bar .progress_percentage {
  height: 100%;
  background-color: #1d3557;
  width: 30%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.option_profile .profile_complete .profile_detail {
  padding-top: 20px;
}
.option_profile .profile_complete .profile_detail .profile_head {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.option_profile .profile_complete .profile_detail .career_details {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.option_profile .profile_complete .profile_detail .career_details:last-child {
  border: none;
}
.option_profile .profile_complete .profile_detail .career_details .career_status {
  font-size: 14px;
}
.option_profile .profile_complete .profile_detail .career_details .update_data {
  color: #ffffff;
  text-decoration: underline;
}
.option_profile .varified_details {
  width: calc(100% - 350px);
  background-color: #ffffff;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #373737;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    padding-top: 20px;
  }
}
.option_profile .varified_details .personal_information {
  border: 1px solid #D1EAEB;
  padding: 15px;
  margin-bottom: 15px;
}
.option_profile .varified_details .personal_information a {
  color: #373737;
}
.option_profile .varified_details .personal_information .heading_information {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  position: relative;
}
.option_profile .varified_details .personal_information .heading_information.offers {
  border: none;
  padding-bottom: 0px;
}
.option_profile .varified_details .personal_information .heading_information:before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0px;
  right: 25px;
}
.option_profile .varified_details .personal_information .personal_details {
  flex-wrap: wrap !important;
  display: flex;
}
.option_profile .varified_details .personal_information .personal_details .personal_data {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 50%;
  padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .personal_information .personal_details .personal_data {
    width: 100%;
  }
}
.option_profile .varified_details .personal_information .personal_details .personal_data.change_width {
  width: 100%;
}
.option_profile .varified_details .personal_information .personal_details .personal_data .edit_data {
  display: inline-grid;
  margin-left: 10px;
  width: 100%;
  border-bottom: 1px solid #D1EAEB;
  padding-bottom: 15px;
  position: relative;
}
.option_profile .varified_details .personal_information .personal_details .personal_data .edit_data.remove_border {
  border: none;
}
.option_profile .varified_details .personal_information .personal_details .personal_data .edit_data img {
  position: absolute;
  top: 10px;
  right: 15px;
}
.option_profile .varified_details .personal_information .personal_details .personal_data .edit_data span.f_size {
  font-size: 14px;
  margin-right: 15px;
}
.option_profile .varified_details .personal_information .languages {
  display: -ms-flexbox !important;
  display: flex;
  border: 1px solid #f2f2f2;
  align-items: center !important;
}
.option_profile .varified_details .personal_information .languages .language_head {
  width: 25%;
  text-align: center;
  border: 1px solid #f2f2f2;
  padding-top: 15px;
}
.option_profile .varified_details .personal_information .languages .language_head .f_size {
  font-size: 14px;
  padding-bottom: 15px;
}
.option_profile .varified_details .personal_information .languages .language_head .language_name .review_language {
  padding: 10px 0px;
  border-top: 1px solid #f2f2f2;
}
.option_profile .varified_details .personal_information .education_qualification {
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .option_profile .varified_details .personal_information .education_qualification {
    display: none;
  }
}
.option_profile .varified_details .personal_information .education_qualification .one_education {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.option_profile .varified_details .personal_information .education_qualification .one_education:last-child {
  border: none;
}
.option_profile .varified_details .personal_information .education_qualification .one_education .degree_name {
  padding: 10px 0px;
}
.option_profile .varified_details .personal_information .select_opportunities .opportunities_one {
  padding: 10px 0px;
}
.option_profile .varified_details .personal_information .select_opportunities .opportunities_one span {
  margin-left: 10px;
  font-size: 14px;
  color: #646464;
}
.date_select {
  border: none;
}
.date_select input {
  background-color: #e63946;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background: #2F99B4;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #FFFFFF;
  background: #2F99B4;
}
.ui-datepicker table {
  width: 100%;
  font-size: .7em;
  border-collapse: collapse;
  font-family: verdana;
  margin: 0 0 .4em;
  color: #000000;
  background: #e63946;
}
/*This is date TD */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .8em;
  text-align: right;
  text-decoration: underline;
}
.personal_information .offers .edit_close {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
}
.personal_information .offers .edit_close .edit_option {
  margin-right: 30px;
}
.personal_information .update_profile {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.personal_information .update_profile .edit_profile {
  display: block;
  width: 50%;
  padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .personal_information .update_profile .edit_profile {
    width: 100%;
  }
}
.personal_information .update_profile .edit_profile label {
  display: block;
  font-size: 14px;
  color: #979797;
}
.personal_information .update_profile .edit_profile input {
  width: calc(100% - 20px);
  padding: 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #373737;
}

.personal_information .update_profile .edit_profile select {
  width: calc(100% - 20px);
  padding: 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #373737;
}

.personal_information .submit_btn {
  padding: 20px 0px;
}
.personal_information .submit_btn a span {
  color: #ffffff;
}
.personal_information .submit_btn a span.cancel {
  color: #e63946;
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .custom_popup .modal-dialogue {
    padding-left: 20px;
  }
}
.custom_popup .modal-content .modal-header {
  background-color: rgba(168, 218, 220, 0.15);
  border-radius: 3px 3px 0px 0px;
}
.custom_popup .modal-content .modal-header .modal-title {
  font-size: 18px;
  color: #373737;
}
.custom_popup .modal-content .modal-header .close {
  opacity: 1;
  color: #1d3557;
}
.custom_popup .modal-content .modal-body .box_popup {
  padding-top: 10px;
}
.custom_popup .modal-content .modal-body .box_popup .popup_head {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8dadc;
}
.custom_popup .modal-content .modal-body .box_popup .popup_head .image_one {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
}
.custom_popup .modal-content .modal-body .box_popup .popup_head .product_sub_title {
  margin-left: 20px;
  padding-bottom: 15px;
  color: #373737;
  position: relative;
}
.custom_popup .modal-content .modal-body .box_popup .popup_head .product_sub_title:after {
  content: "";
  position: absolute;
  bottom: 0px ;
  left: 0px;
  background-color: #a8dadc;
  width: 40px;
  height: 5px;
}
.custom_popup .modal-content .modal-body .box_popup .product_details {
  padding-top: 20px;
  color: #707070;
  line-height: 30px;
}
.custom_popup .modal-content .modal-footer {
  border-top: none;
}
.custom_popup .modal-content .modal-footer .comman_btn {
  margin: 0px auto;
}
.two .modal-content .modal-body .update_profile {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.two .modal-content .modal-body .update_profile .edit_profile {
  display: block;
  width: 50%;
  padding-top: 15px;
}
.two .modal-content .modal-body .update_profile .edit_profile.width_change {
  width: 100%;
  display: inline-grid;
  padding-bottom: 20px;
}
.two .modal-content .modal-body .update_profile .edit_profile input {
  width: calc(100% - 20px);
  padding: 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #979797;
}
.two .modal-content .modal-body .update_profile .edit_profile textarea {
  width: calc(100% - 20px);
  padding: 15px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #979797;
}
.two .modal-content .f_two .more_option {
  width: 100%;
  padding-right: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
}
.two .modal-content .f_two .more_option .more_detail {
  font-size: 16px;
  color: #457b9d;
}
.two .modal-content .f_two .more_option .more_detail img {
  margin-left: 15px;
}
.three .modal-content .modal-body .programme_job {
  padding: 15px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.three .modal-content .modal-body .programme_job .programme {
  padding: 10px 16px;
  margin: 10px;
  background-color: #EFF7F7;
  border-radius: 100px;
  color: #373737;
  font-size: 12px;
}
@media only screen and (max-width: 1199px) {
  .three .modal-content .modal-body .programme_job .programme {
    padding: 5px 10px;
  }
}
.three .modal-content .modal-body .course_info {
  padding: 10px 0px;
}
.three .modal-content .modal-body .course_info.apply_date {
  border-bottom: 1px solid #f2f2f2;
}
.three .modal-content .modal-body .course_info span {
  font-size: 14px;
}
.three .modal-content .modal-body .course_details {
  padding-bottom: 15px;
}
.three .modal-content .modal-body .course_details a {
  font-size: 14px;
  color: #457b9d;
  text-decoration: underline;
}
.three .modal-content .f_three .apply_share {
  padding-top: 15px;
  padding-right: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
}
.three .modal-content .f_three .apply_share .radius_btn {
  padding: 10px 40px;
}
.three .modal-content .f_three .apply_share .share {
  margin-left: 30px;
}
.four .f_four {
  display: block;
}
.four .f_four .submit_btn {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.four .f_four .submit_btn img {
  margin-right: 20px;
}
.four .f_four .submit_btn.division span {
  padding: 0px 10px;
  background-color: #FBFBFB;
}
.four .f_four .submit_btn.division:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0px;
  border-bottom: 1px solid #a8dadc;
  height: 1px;
  opacity: 0.2;
  z-index: -1;
}
.five .modal-content .modal-body .select_detail {
  padding: 15px;
}
@media only screen and (max-width: 1199px) {
  .five .modal-content .modal-body .select_detail {
    padding: 5px;
  }
}
.five .modal-content .modal-body .select_detail span {
  padding-bottom: 10px;
}
.five .modal-content .modal-body .select_detail span.border_show {
  border-bottom: 1px solid #A8DADC;
  width: 100%;
}
.seven .modal-content .modal-body .image_user {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.seven .modal-content .modal-body .image_user .edit_sign {
  position: absolute;
  top: -5px;
  right: 155px;
  margin: 0px auto;
}
.seven .modal-content .modal-body .image_user .b_circle {
  border: 1px solid #CACACA;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.seven .modal-content .modal-body .custom_inputbox {
  padding: 10px 15px;
  width: 65%;
  margin: 0px auto;
}
.modal-backdrop {
  background-color: #1d3557;
}
.modal-backdrop.show {
  opacity: 0.9;
}
