.margin-2{ }
.dashboard-table{font-size:12px;}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight-Italic';
  src: url('../fonts/OpenSansLight-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src:     url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src:     url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-regular";
  src:     url("../fonts/poppins-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'poppins-semibold';
  src: url('../fonts/poppins-semibold.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

html, body{
    font-size: 100%;
	background:#fff;
	margin:0px!important;
	overflow-x: hidden;
	font-family: 'OpenSans';
}
p{
	margin:0;
	font-size:14px;
	line-height: 24px;
	color: #444444;
}
h1,h2,h3,h4,h5,h6{

	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
img {
    max-width: 100%;
}
body a:hover{
	text-decoration:none;
	    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

header {
    background: url(../images/right-side-bg.png) no-repeat;
    background-position: top right;
    max-height: 738px;
    height: 100%;
}
.padd-left  { padding-left: 0px;}
.padd-right { padding-right: 0px;}
.padd-no    { padding: 0px;}
/*-----------top logo--------------------*/

.logo {
    margin: 15px 0 0 0;
}
.header-main .navbar {
    width: 94%;
    margin: 0 auto;
}
#navbar .navbar-nav {
    margin: 18px 0 18px 0;
    width: 75%;
}
li.nav-item a {
    text-transform: uppercase;
    font-size: 18px;
}
.heading-banner {
    margin: 9em 0 0 3em;
}
.heading-img {
    text-align: right;
    margin: 7% 0 0 0;
}
.heading-banner h2 {
     font-family: "Poppins-Regular";
    color: #000;
    font-size: 60px;
}
.heading-banner p {
    font-family: 'Poppins-Light';
    color: #333;
    font-size: 16px;
    margin-top: 15px;
}
a.heading-btn {
    color: #1b3cd5;
    border: 2px solid #1b3cd5;
    padding: 10px 24px;
    float: left;
    margin: 2em 0;
    text-transform: uppercase;
	text-decoration: none;
}
a.heading-btn:hover {
    color: #fff;
	background-color:#1b3cd5;
    border: 2px solid #1b3cd5;

}
header .navbar-inverse {
    background-color: transparent;
    border: none;
}
#header .navbar-nav > li > a {
    color: #000;
    font-family: 'OpenSans';
    font-size: 14px;
    letter-spacing: 0;
        text-decoration: none;
    outline: none;
}
#header .navbar-nav > li > a:hover{
    color: #1b3cd5;
 }
#header .navbar-nav > li {
    margin: 0 10px;
}
.top-right {
    float: right;
    margin: 5px 0px 0 35px;
}
a.top-right-btn {
    color: #fff;
    padding: 6px 14px;
    float: right;
    margin: 8px 0 0;
    outline: none;
    font-size: 14px;
}
.loging {
    border: 1px solid #fff;
    border-radius: 4px;
	background-color:#1b3cd5;
}
.loging:hover {
    border: 1px solid #fff;
    border-radius: 4px;
	background-color:#fff;color: #000;
}
.navbar-inverse .navbar-nav > .active > a {background-color: transparent;}

.nav-links .navbar-inverse .navbar-nav>li>a:focus,.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color:#fff;
	color:#df4914;
}
.gray {
    margin: 0;
    background: #f7f7f7;
    padding: 3em 0;
}
.title-text {
    color: #222222;
    font-family: 'OpenSans-Bold';
    clear: both;
    font-size: 38px;
    margin-bottom: 18px;
}
.title {
    
    text-align: center;
    margin: auto;
}
.text01 {
    font-size: 18px;
}
.step-box span img {
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 1px 10px 0px #d8d8d8;
}
.step-box span {
    margin: 20px 0;
    float: left;
}

.step-box span img {border-radius: 50%;background: #fff;padding: 5px;box-shadow: 0px 1px 10px 0px #d8d8d8;}



.step-box {
    display: block;
    margin: 24px 0;
}
.step-box h5 {
    font-family: OpenSans-Semibold;
    margin: 17px 0;
    font-size: 21px;
    clear: both;
}
.how-it-heading-box {
    text-align: center;
}

.how-it-work {
    padding: 2em 0 0;
}


.step01 {
    background: url(../images/step01.jpg) no-repeat 0 0;
    background-size: 100%;
    padding: 85px 0;
}
.step02 {
    background: url(../images/step02.jpg) no-repeat 0 0;
    background-size: 100%;
    padding: 128px 0;
}
.step03 {
    background: url(../images/step03.jpg) no-repeat 0 0;
    background-size: 100%;
    padding: 65px 0 80px;
}
.step-top-head {
    float: left;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 34px;
    margin: 12px 12px 0 0;
    color: #000;
}

.step-head-top span {
    font-family: 'OpenSans-Bold';
    font-size: 34px;
    line-height: 41px;
    border: 3px solid;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-top: 0;
    color: #000;
}
.step-head {
    clear: both;
    margin-bottom: 10px;
}
.step-head02 {
    float: left;
    font-family: 'OpenSans-Bold';
     font-size: 28px;
    margin: 12px 12px 0 0;
    color: #000;
}
.step-head p{
    font-size: 16px;
	color: #000;
	clear: both;
}
a.bottom-btn {
    color: #fff;
    border: 2px solid #000;
    padding: 10px 24px;
    float: left;
    margin: 2em 0;
    text-transform: uppercase;
	text-decoration: none;
	background-color:#000;
}
a.bottom-btn:hover {
    color: #fff;
	background-color:#1b3cd5;
    border: 2px solid #1b3cd5;

}
/*----------------footer--------------------------*/

footer {
    background: url(../images/footer-bg.jpg) no-repeat 0 0;
    background-size: 100%;
    color: #ffffff;
    padding: 20px 0 0;
}

footer p, footer p a {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 5px;
    font-family: Poppins-Light;
}

footer p a:hover {

  color: #bcdef2; }



footer ul {

  margin: 0;

  padding: 0;

  list-style: none; }



footer ul li .green-text {

  color: #fff;

  min-width: 100px;

  float: left; }




.footer-about {

  padding-right: 20px; }



.footer-about img {

  margin-bottom: 20px; }



footer h3 {
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    font-family: Poppins-Regular;
}


footer h4 {

  font-size: 18px;

  font-weight: normal;

  margin-bottom: 30px; }



.footer-bottom {
    margin: 30px 0 0;
}




.ad {

  float: right;

  width: 72%; }





.footer-social {

  margin-bottom: 25px;
 }

  .footer-social a {

    display: inline-block;

    margin: 10px; }

  .footer-social i {

    color: #ffffff;

    font-size: 30px;

    transition: all 0.3s ease;

    text-align: center;

    padding-top: 10px;

    margin-right: 5px; }

    .footer-social i:hover {

      color: #bcdef2; }



.cont-details li {

    list-style: none;

    font-size: 14px;

    margin: 0 0 10px;

}

.cont-details li span {

    width: 30%;

    float: left;

}

.cont-details li a {

    color: #fff; font-family: Poppins-Light;

}
.copyright {
    padding: 20px 0 30px;
    margin-top: 0;
}



.copyright p {

  margin-bottom: 0;

  font-size: 14px; }

.amount-form select.form-control {

    padding: 0 10px;

}
.login .form-group {
    margin-bottom: 15px; position: relative;
}
.login-box-wrapper {
    width: 60%;
    margin: 50px auto;

}
.login-box {
    margin: 24px 0 4em;
    background: #fff;
    border-top: 4px solid #1b3cd5;
    padding: 40px;
}
.login {
    
}
.login-wrapper {
    background: #e9eef5;
}
.login-box-wrapper h2 {
    font-family: 'poppins-semibold';
    color: #393939;
}
.inputusericon {
    position: absolute;
    top: 12px;
    right: 16px;
}
.inputpassicon {
    position: absolute;
    top: 12px;
    right: 16px;
 }
.inputcalendericon {
    position: absolute;
    top: 12px;
    right: 25px;
}
.inputusericon2 {
    position: absolute;
    top: 12px;
    right: 26px;
}
.inputpassicon2 {
    position: absolute;
    top: 12px;
    right: 26px;
 }
.login input {
    border: 1px solid #cecece;
    border-radius: 0;
    padding: 24px 40px 24px 10px;
    border-left: 6px solid #cecece;
	box-shadow: none;
	outline: none;
}
.login input.form-control:focus {
    box-shadow: none;
	border-left: 6px solid #1b3cd5 !important;
    border: 1px solid #1b3cd5;
}
.login select.form-control:focus {
    box-shadow: none;
	border-left: 6px solid #1b3cd5 !important;
    border: 1px solid #1b3cd5;
}
.login select {
    border: 1px solid #cecece;
    border-radius: 0;
    padding: 6px 10px;
    border-left: 6px solid #cecece;
    box-shadow: none;
    outline: none;
    height: 50px;
}
/* The container */
.chck-container {
      display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
	    font-size: 15px !important;
  cursor: pointer;
      font-family: Poppins-Light !important;
    color: #1b6ad5 !important;
    font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chck-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 40px;	
}

/* On mouse-over, add a grey background color */
.chck-container:hover input ~ .checkmark {
  background-color: #ccc;     border-radius: 20px; border: 1px solid #ccc; background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.chck-container input:checked ~ .checkmark {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #1b3cd5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chck-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chck-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
  border: solid #1b3cd5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.forgot-btn {
    cursor: pointer;
    font-family: Poppins-Light;
    color: #1b6ad5;
    font-weight: normal;
    float: right;
	    font-size: 15px;
    text-decoration: none;
}
a.forgot-btn:hover {
    color: #000;

}
a.login-btn {
    color: #fff;
    border: 2px solid #1b3cd5;
    padding: 10px 24px;
    margin: 18px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1b3cd5;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Poppins-Light;
}
a.login-btn:hover {
    color: #fff;
	background-color:#f6821f;
    border: 2px solid #f6821f;

}
a.signup-btn {
    color: #fff;
    border: 2px solid #f6821f;
    padding: 10px 24px;
    margin: 18px 0 0;
    text-transform: uppercase;
    text-decoration: none;
	background-color:#f6821f;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Poppins-Light;
}
a.signup-btn:hover {
    color: #fff;
	background-color: #1b3cd5;
    border: 2px solid #1b3cd5;

}
.login p {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: #4b4b4b;
}
.login label {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: poppins-regular;
    color: #4b4b4b;
    font-weight: normal;
}
.add-plus a{
    font-family: Poppins-Light;
    color: #1b6ad5;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}
.add-plus a .fa {
    margin: 0 7px;
}
.add-plus {
    margin: 12px 0;
}


/*--------------------send money-------------------*/

.clear{ clear: both; }

.send-money-wrap{ background:url(../images/sendbg.jpg) no-repeat #0c5aad; background-size:cover; padding:70px 0 120px;  }

.send-money-col-left p{ color:#fff;  }
.send-money-col-left h2{ color:#fff; font-family: 'OpenSans-Light'; margin-bottom: 10px; }
.send-money-col-left h4{ font-size: 15px; color:#fff;  }

.transer-tbl{ border:1px solid #fff; border-radius:5px; padding:10px 40px; margin-top: 30px;  }
.transer-tbl .col-xs-6{ padding:10px 0px; }
.transer-tbl .col-xs-6 p{ font-size: 16px; }

.total-trans-tbl{ border-top:1px solid #fff; margin-top:20px; padding-top:10px;  }
.send-money-col-left .total-trans-tbl p{ font-size:20px; }

.send-money-col-left h1{ color:#fff; font-family: 'OpenSans-Light'; margin-bottom: 10px; font-size: 27px; }
.send-money-col-left{ padding-right: 50px; }

.send-rdio-btn {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom:25px;
	margin-top:30px;
  cursor: pointer;
  font-size: 16px;
	color: #fff;
	 font-family: 'OpenSans-Light';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.send-rdio-btn label{ padding-left:15px; cursor: pointer; }

/* Hide the browser's default radio button */
.send-rdio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background:none;
  border-radius: 50%;
  border: 2px solid #cecece;

}

/* On mouse-over, add a grey background color */
.send-rdio-btn:hover input ~ .checkmark {
  background:none;
  border: 2px solid #fff;
}

/* When the radio button is checked, add a blue background */
.send-rdio-btn input:checked ~ .checkmark {
 border: 2px solid #fff;
 background:none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.send-rdio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.send-rdio-btn .checkmark:after {
 	top:5px;
	left:5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background:#fff;
}

.mb30{ margin-bottom: 30px; }

.send-mny-form .btn{ width: 100%; text-align: left; padding: 10px 15px; }
.send-mny-form .dropdown-menu{ width: 100%; }
.send-mny-form .usd-tft{ position: relative; }
.send-mny-form .usd-tft p.ps-tx{ position: absolute; top: 37px; right: 20px; color:#111; margin: 0;  }
.send-mny-form .usd-tft input{ padding: 10px 15px; height: auto; }
.send-mny-form p{ margin-bottom: 5px; }

.pay-send-money{ margin:0; background:#e9eef5;  }
.paypal-cred{ background:#fff; margin-top: -60px; text-align: center; padding-top: 50px; margin-bottom:60px; padding-bottom:50px; border-bottom: 6px solid #1b6ad5; position: relative; }
.paypal-cred:after{ content:""; position: absolute; left:50%; bottom:-25px; width: 0; 
  height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #1b6ad5; }


.pal-mony-rdi label{ padding:0px 20px; cursor: pointer; position: relative; -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.pal-mony-rdi input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.pal-mony-rdi .checkmark {
  position: absolute;
  top:-10px;
  right: 0;
	left: auto;
  height: 40px;
  width: 40px;
  background:none;
  border-radius: 50%;
  border:none;

}



/* When the radio button is checked, add a blue background */
.pal-mony-rdi input:checked ~ .checkmark {
 background:#0c5aad;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.pal-mony-rdi .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pal-mony-rdi input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pal-mony-rdi .checkmark:after {
  left:14px;
  top: 10px;
  width: 10px;
  height: 18px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.continu-btn-wrap{ margin-top: 60px; }
.continu-btn-wrap .continue-btn{ background:#f87e1b; padding: 12px 50px; border-radius:40px; color:#fff;   }

.send-money-text-con{ margin-bottom: 70px; }
.send-money-text-con h4{ margin-bottom: 15px; color:#000;  }
.send-money-text-con p{ font-size:13px; line-height: 20px; margin:0 auto 15px; }


/*---------------------inner page---------------------*/
.inner-banner {
  background: #fff;
  position: relative; }

.inner-banner img{ width: 100%; }

  .inner-banner .inner-banner-text {
    position: absolute;
    left: 20%;
    top:50%;
	  transform: translateY(-50%);
    z-index: 9; }
    .inner-banner .inner-banner-text h1 {
      font-size: 60px; color:#fff; margin-bottom: 20px; font-weight: bold;  }

.inner-banner-text p{ color:#fff; font-size: 24px; margin-top: 10px; }

.inner-page {
  margin: 60px 0; }

.overview-section {
  position: relative;
  margin: 80px 0;
  padding: 50px; }
  .overview-section .sec-title h3 {
    font-size: 50px;
    color: #ffffff; }
  .overview-section .sec-title .sub-text {
    font-size: 21px;
    line-height: 30px;
    margin: 15px 0;
    color: #ffffff; }
  .overview-section p {
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
    padding-right: 30px; }

.overview-section:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  display: block;
  background: #0c5aad; }

.overview-section-2 .sec-title h3 {
  color: #373737; }
.overview-section-2 .sec-title .sub-text {
  color: #373737; }
.overview-section-2 p {
  color: #373737; }

.overview-section-2:before {
  left: auto;
  right: 0;
  background: #ede8e1; }

.overview-section-3:before {
  background: #555; }

.about-text h2 {
  margin-bottom: 30px; }
.about-text p {
  line-height: 30px;
  text-align: justify; }

 
/*--------
  css done by me
---------------*/

.ml15{ margin-left: 15px !important;}
.profile-section{
    margin: 24px 0 1.5em;
    background: #fff;
    border-top: 4px solid #1b3cd5;
    padding: 40px;  
}
.profile-pic {
    margin: 0 auto;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 1px solid #ccc;
    object-fit: contain;
    margin-bottom: 15px;
}
.blow-color.text-center {
    color: #1b3cd5;
    font-weight: bold;
}
.orang-color.text-center{
  color: #f68f36;
    font-weight: bold;
  font-size: 0.8rem;
}
.c-flag{margin: 15px auto 0; width: 50px}
.dashboard-nav ul li {
    list-style: none;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}
.dashboard-nav ul li a { color: #000; display: block}
.dashboard-nav ul li a i {
    float: right;
    margin-top: 2px;
    font-size: 1.2rem;
    color: #bfbfbf;
}
.dashboard-nav ul li.active {
    background: #1b3cd5;
}
.dashboard-nav ul li:hover {
    background: #f6821f;
  border: 0;
  color: #fff;
}
.dashboard-nav ul li:hover a i{ color: #fff }
.dashboard-nav ul li.active a, .dashboard-nav ul li.active a i{ color: #fff}

.dashboard-nav ul li:last-child {
    border: 0;
}
.dashboard-title{
  font-family: 'poppins-semibold';
    color: #393939;
}
.dashboard-section .login-box, .dashboard-section .profile-section.relative {
    margin-top: 0.51em;
}
.dashboard-title {
    margin-top: 1.5em;
}
.relative{
  position: relative;
}
.edit-profile {
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #1b3cd5;
}
.edit-profile:focus{
  outline: none;
}
.mt-20 {
    margin-top: 3em;
}
/*----------
  Dashboard CSS
------------------*/

.dashboard-table th, .dashboard-table td {
   /* padding: 12px 20px !important;*/
}
.dashboard-table th {
    background: #ddd;
}

.dashboard-table, .dashboard-table tr{
  position: relative;
  border: 1px solid #cecece;
}
.dashboard-table tr:after{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #f68f36;
  left: 0;
  top: 0;
}
.dashboard-table .badge {
    width: 100%;
    padding: 6px;
    border-radius: 25px;
}
.green-bg{
  background: #05a805;
}
.red-bg{
  background: #a81c05;
}
.yellow-bg{
  background: #a87c05;
}
.dashboard-table tr:hover {
    background: #fff0f0;
}
.red-text {
    color: #f24c4c;
    font-weight: bold;
}
/*--------------------
    Tearm and Conditions Css
------------------------------------------*/

.tearm-section{
  background: #e9eef5;
  padding: 5em 0;
}
.tearm-section h1{
  margin: 0 0 2%;
}
.blue-border{
  border-top:4px solid #1b6ad5;
}
.p40{
  padding: 40px;
  background: #fff;
}
.term-container p{
  margin-bottom: 1.8%;
}
.number-font {
    font-size: 1.5rem;
    color: #1b6ad5;
}
.span-link {
    color: #1b6ad5;
}
.term-list{
  margin-left: 50px;
}
.term-list li {
    list-style-type: lower-latin;
  margin-bottom: 1%;
}
.orang-title{
  color: #e76a00;
  font-weight: bold;
  margin-bottom: 5px;
}

//*--------------------
    Tearm and Conditions Css
------------------------------------------*/

.tearm-section{
  background: #e9eef5;
  padding: 5em 0;
}
.tearm-section h1{
  margin: 0 0 2%;
}
.blue-border{
  border-top:4px solid #1b6ad5;
}
.p40{
  padding: 40px;
  background: #fff;
}
.term-container p{
  margin-bottom: 1.8%;
}
.number-font {
    font-size: 1.5rem;
    color: #1b6ad5;
}
.span-link {
    color: #1b6ad5;
}
.term-list{
  margin-left: 50px;
}
.term-list li {
    list-style-type: lower-latin;
  margin-bottom: 1%;
}
.orang-title{
  color: #e76a00;
  font-weight: bold;
  margin-bottom: 5px;
}

/*----------------
  Contact Us CSS
----------------------*/

.contact-section{
  padding: 5em 0;   
}
.contact-from-controller {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    width: 100%;
  padding: 0 3%;
}
.cpntact-title {
    color: #1b3cd5;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5%;
}
.contact-from input {
    width: 100%;
    border-radius: 50px;
    height: 42px;
  border: 0;
  padding:0 20px;
}
.contact-from textarea {
    width: 100%;
    border-radius: 25px;
    height: 100px;
    padding:15px 20px;
    color: #9999b2;
  border: 0;
}
.contact-btn {
    border-radius: 50px;
    height: 45px;
    padding: 0 45px;
    background: #1b3cd5;
    color: #fff;
}
.contact-from input::placeholder { 
  color: #444444;
  opacity: 1; 
}
.contact-from input:-ms-input-placeholder {
  color: #444444;
}
.contact-from input::-ms-input-placeholder { 
  color: #444444;
}
.contact-from textarea::placeholder { 
  color: #444444;
  opacity: 1; 
}
.contact-from inptextareaut:-ms-input-placeholder {
  color: #444444;
}
.contact-from textarea::-ms-input-placeholder { 
  color: #444444;
}
.contact-info {
    background: #1b3cd5;
    margin: 0 0 2em;
    text-align: center;
    padding: 10% 5%;
    color: #fff;
    border-radius: 10px;
        min-height: 238px;
}
.contact-info h4, .contact-info a, .contact-info p{
  color: #fff;
}
.contat-icon {
    border: 2px solid #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 100%;
  margin-bottom: 1rem;
}
.contat-icon i {
        font-size: 2.5rem;
    color: #fff;
    line-height: 70px;
}
.contact-h4-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.form-section img {
    width: 100%;
    border-radius: 10px;
}
.contact-mat {
    height: 343px;
    width: 100%;
    opacity: 0.9;
    margin: 45px 0;
}


/*------------------
  Thank You CSS
---------------------*/
.tnakyou {
    width: 70%;
    margin: 0 auto;
    padding: 5% 8%;
  background: #fff;
  text-align: center;
}
.thank-icon {
    width: 100px;
    height: 100px;
    display: flex;
    color: #fff;
    font-size: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.confirm{
  background: #6ad51b;
}
.ordercancel{
  background: #d5471b;
}
.thank-title {
    margin-bottom: 25px;
}
.continue {
    background: #1b3cd5;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 7px;
    color: #fff;
    margin-top: 15px;
}
.continue:hover{
  background: #11133a;
  color: #fff;
}
