.carousel-indicators li {
                width: 10px;
                height: 10px;
                margin: 2px;
                text-indent: -999px;
                cursor: pointer;
                background-color: rgba(255, 255, 255, 0.788);
                /* border: 1px solid #fff; */
                border-radius: 10px;
            }
            .carousel-indicators .active {
                background-color: #7fbb42;
            }
            
            .testimonies .carousel-indicators li {
                background-color: rgba(255, 255, 255, 0.788);
                border: 1px solid #898c87;
            }
            .testimonies .carousel-indicators .active {
                width: 12px;
                height: 12px;
                margin: 0;
                background-color: #f0c911;
            }
            .navbar-brand {
                background-image: url("/images/mytradebook-wh.svg");
                text-indent: -9999px;
                width: 180px;
                height: 58px;
                background-size: contain;
                /*margin: auto;*/
                background-repeat: no-repeat no-repeat;
                background-position: center;
            }

            .navbar-dark .navbar-nav .nav-link {
                text-transform: capitalize;
                font-size: 1rem;
            }

            .inner .navbar-brand {
                background-image: url("../images/mytradebook.svg"); }

            .main-h {
                font-weight: 600;
                width: 500px;
                font-size: 91px;
                line-height: 80px;
                margin-bottom: 40px
            }

            .main-p {
                width: 500px
            }

            .btn-lg, .btn-group-lg > .btn {
                font-weight: 600;
                letter-spacing: 1
            }
            
            .section-header {
                margin-bottom: 30px
            }
            .section-title {
                color: #007239;
                font-weight: 400;
            }
            .section-subtitle {
                font-size:20px;color:#797777;
            }
            .light-text {
                color: white;
            }

            .number {
                width: 50px; height: 50px;
                background: #007239; display: flex; 
                align-items: center; justify-content: center; 
                border-radius: 25px;color:white; margin: 25px;
                font-weight: 600;
                font-size: 1.4rem;
                animation: pulse 2s infinite;
            }

            .sep {
                width: 1px;
                background: #555;
                margin: 6px;
                height: 14px;
                display: flex;
            }

            .triangle {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 20px 20px 0 20px;
                position: relative;
                border-color: #f0c911 transparent transparent transparent;
            }

            @keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(19,160,87, 0.4);
                    box-shadow: 0 0 0 0 rgba(19,160,87, 0.4);
                }
                70% {
                    -moz-box-shadow: 0 0 0 10px rgba(19,160,87, 0);
                    box-shadow: 0 0 0 10px rgba(19,160,87, 0);
                }
                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(19,160,87, 0);
                    box-shadow: 0 0 0 0 rgba(19,160,87, 0);
                }
            }

            .link {
                width: 270px;
                height: 2px;
                background: #007239;
            }
            .h-highlight {
                color: #007239;
            }

            .boxed {
                background: white; 
                padding-top:20px; margin:auto;border-radius: 6px;
                height:90px;width:90px;
                margin-bottom: 30px;
                box-shadow: 0 14px 40px 18px #5454544d;
            }

            .boxed img {
                max-width: 40px
            }
            .boxed-h3 {
                font-size: 1.2rem;
            }
            .footer-links-h{
                color: #616060;
                font-size: 15px;
                font-weight: 700;
            }
            body {
                color: #5d5c5c;
            }
            .start-now-h {
                font-size: 18px;
                color: #007239;
            }
            .start-now-p {
                    width: 240px;
                    margin: auto;
            }
            footer a.nav-link, footer a {
                color: #5d5c5c;
            }

            footer a.nav-link:hover {
                color: #59822e;
                text-decoration: underline;
            }

            .video-js .vjs-big-play-button {
                height: 2em;
                width: 2em;
                line-height: 2em;
                top: 45%;
                left: 45%;
                color: #898686;
                background-color: white;
                -webkit-border-radius: .3em;
                -moz-border-radius: .3em;
                border-radius: 2em;
            }

            .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
/*                border-color: #fff;
*/                background-color: whitesmoke;
                -webkit-transition: all 0s;
                -moz-transition: all 0s;
                -ms-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s;
            }

            .carousel-control-prev-icon, .carousel-control-next-icon {
                width: 45px; height: 45px;
            }
            .carousel-control-next-icon {
                background-image: url(/images/icons/next.svg)
            }
            .carousel-control-prev-icon {
                background-image: url(/images/icons/prev.svg)
            }
            /*.bullets {
                text-align: left; padding: 0 120px
            }*/
            .testimonies {
                padding: 40px 0;
            }
            .text-lg-l {
                text-align: left;
                margin-bottom: 40px;
                margin-top: 20px;
            }
            .mt-lg-40 {
                margin: 40px 0
            }
            .pb-5 {
                padding-bottom: 5px;
            }
            .icon {
                float: left; margin-right: 40px;
                margin-bottom: 40px;
                width: 100px; height: 100px;
            }
            .icon img {
                max-width: auto;
            }
            .ps-80 {
                padding:0 80px
            }
            .vid {
                width:640px; height:400px 
            }
            .dropdown-menu {
                border-radius: 0.65rem
            }
            .connected-list {
                list-style: none; padding: 0;display: flex; 
                align-items: center; justify-content: center;
            }
            .number.only {
                display:none;
            }
            @media (min-width: 710px) {
                .footer {
                    background:white;padding:60px;padding-left: 170px;padding-bottom: 0;
                
                }
                .icon {
                    width: 80px; height: 80px;
                }
            }
            @media (max-width: 700px) {
                .vid {
                    width: calc(100vw - 30px);
                    height: calc((100vw - 30px) / 1.33);
                }
                .connected-list {
                    display: none;
                }
                .number.only {
                    margin: 10px auto;
                    display: flex;
                }

                .main-h {
                    font-weight: 400; width: auto; font-size: 26px
                }

                .main-p {
                    width: auto
                }
            }

        .social.facebook {
            background-image: url(../images/facebook.svg);
        }
        .social.linkedin {
            background-image: url(../images/linkedin.svg);
        }
        .social.instagram {
            background-image: url(../images/instagram.svg);
        }
      
        .social {
            text-indent: -9999px;
            width: 1.5em;
            vertical-align: middle;
            font-size: 1.435em;
            background: url(vatebra.css) center center no-repeat;
            display: inline-block;
            outline: none;
            background-size: cover;
        }

          .social.twitter {
            background-image: url(../images/twitter.svg)
        }
        .cosil {
                margin-top: -50px;
                z-index: 2333;
                position: relative;
                text-align: center;
        }
        .cosil a {
            text-decoration: none;
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 25px;
        }

        .mt-40 {
            margin-top: 40px;
        }

        .form-control {
            margin-bottom: 10px;
        }
/************** MYTRADEBOOK FAQs ***********/

/*------------------------------------------------------*/
/* FAQs page Styles
/*------------------------------------------------------*/

.faqs-page{
        padding: 40px 0 80px;
        background-color: #fefefe;
}
article.mytrade {
    line-height: 24px;
    font-size: 14px;
   

 }
  article.mytrade p {
    margin-bottom: 25px;
  }
  article.mytrade h1.entry-title {
    margin: 0 0 20px 0;
  }
/* For three columns faqs page */
.three-col-faqs {
    background-color: #e3e3e3;
    margin-bottom: 30px;
    text-align:center; 
    padding: 30px 10px 10px; 
    border-radius: 4px;
     transition: all 500ms ease-out;
    
  }
  .three-col-faqs:hover{
      background: #f9f9f9;
     
top:25;
bottom:25;
left:25;
right: 25;

  }
  .three-col-faqs .contents {
    padding: 5px;
  }

  .three-col-faqs .contents h4 {
    margin: 0 0 20px;
  }
  .three-col-faqs .contents p {
    margin: 0 0 20px;
    font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;


  }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/*------------------------------------------------------*/
/* Question and Anwser page Styles
/*------------------------------------------------------*/
.faq-page {
    padding: 50px 0;
  }
  #filters {
    padding: 0;
    border-bottom: 1px solid #dcdee4;
    margin-bottom: 30px;
  }
  #filters li {
    list-style: none;
    display: inline-block;
    margin: 0 18px -1px 0;
    padding-bottom: 2px;
  }
  #filters li a {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    display: inline-block;
    text-decoration: none;
  }
  #filters li:hover {
    padding-bottom: 0;
    border-bottom: 2px solid #0e733e;
  }
  #filters li:hover a {
    padding-bottom: 20px;
  }
  #filters li.active {
    padding-bottom: 0;
    border-bottom: 2px solid #0e733e;
  }
  #filters li.active a {
    padding-bottom: 20px;
  }
  
/* Card Styles */


  figure#card img#cover {
      width:50%;
      height:50%;
    position: absolute;
    transform: scaleX(1);
    z-index: 2;
	transform-origin: left;
	transition: all 1s linear;
}
figure#card:hover img#cover {
	
	transform: scaleX(-1);
}
img#inside {

	z-index: 1;
}
.svg {
    display: inline-block;
    /*height: 48px;*/
    /*width: 48px;*/
     height: 30%;
    width: 30%;
}

  /*------------------------------------------------------*/
  /* Toggle Styles
  /*------------------------------------------------------*/
  .toggle-main .toggle {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-main .toggle-title {
    background-color: #0e733e;
  
    margin: 0;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-main .toggle-title h3 {
    padding: 20px 40px 20px 20px;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: url(../images/add.png) no-repeat 98% center;
  
  }
  .toggle-main .toggle-title i {
    margin-right: 10px;
    font-size: 18px;

  }
  .toggle-main .toggle-content {
    padding: 20px 20px 5px;
    background-color: #fff;
    margin: 0;
    display: none;
  }
  .toggle-main .toggle.current .toggle-title {
    background-color: #0e733e;
    border: none;
  }
  .toggle-main .toggle.current .toggle-title h3 {
    color: #fff;
    background: url(../images/faq-close.png) no-repeat 98% center;
  }
  .toggle-main .toggle.current .toggle-content {
    border-bottom: 1px solid #dcdee4;
  }
  
  /*------------------------------------------------------*/
  /* Accordion Styles
  /*------------------------------------------------------*/
  .accordion-main .accordion {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .accordion-main .accordion-title {
    background-color: #fff;
    margin: 0;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .accordion-main .accordion-title h3 {
    padding: 20px 40px 20px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: url(../images/accordin-open.png) no-repeat 98% center;
  }
  .accordion-main .accordion-title i {
    margin-right: 10px;
    font-size: 18px;
  }
  .accordion-main .accordion-content {
    padding: 20px 20px 5px;
    background-color: #fff;
    margin: 0;
    display: none;
  }
  .accordion-main .accordion.current .accordion-title {
    background-color: #6dc068;
    border: none;
  }
  .accordion-main .accordion.current .accordion-title h3 {
    color: #fff;
    background: url(../images/accordin-close.png) no-repeat 98% center;
  }
  .accordion-main .accordion.current .accordion-content {
    border-bottom: 1px solid #dcdee4;
  }
  /*------------------------------------------------------*/
  /* Short Codes Styles
  /*------------------------------------------------------*/
  .arrow-list-one ul {
    list-style: none;
    padding-left: 0;
  }
  .arrow-list-one ul li {
    padding-left: 25px;
    background: url(../images/arrow-list-one-bg.png) no-repeat 5px 5px;
  }
  .arrow-list-two ul {
    list-style: none;
    padding-left: 0;
  }
  .arrow-list-two ul li {
    padding-left: 28px;
    background: url(../images/arrow-list-two-bg.png) no-repeat 0px 3px;
  }
  .arrow-list-three ul {
    list-style: none;
    padding-left: 0;
  }
  .arrow-list-three ul li {
    padding-left: 25px;
    background: url(../images/arrow-list-three-bg.png) no-repeat 5px 7px;
  }
  /*  Tabs
  ---------------------------------*/
  .entry-content .tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
  }
  .entry-content .tabs-nav li {
    float: left;
    margin: 0;
    list-style: none;
    padding: 14px 10px 10px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    border-top: 1px solid #dcdee4;
    border-left: 1px solid #dcdee4;
    border-bottom: none;
  }
  .entry-content .tabs-nav li:last-child {
    border-right: 1px solid #dcdee4;
  }
  .entry-content .tabs-nav li:hover,
  .entry-content .tabs-nav li.active {
    background: #fff;
  }
  .entry-content .tabs-nav li.active {
    border-top: 3px solid #6dc068;
    margin-bottom: -2px;
    padding-top: 13px;
  }
  .entry-content .tabs-container {
    margin: 0 0 25px;
    display: block;
    border: 1px solid #dcdee4;
    padding: 20px 20px;
    background: #fff;
  }
  p.message {
    padding: 20px 25px;
    position: relative;
  }
  p.message .close {
    font-size: 24px;
    line-height: 11px;
    position: absolute;
    top: 10px;
    right: 11px;
  }
  p.message .close:focus {
    outline: none;
  }
  .bg-info {
    border-left: 3px solid #afd9ee;
  }
  .bg-warning {
    border-left: 3px solid #f7ecb5;
  }
  .bg-success {
    border-left: 3px solid #c1e2b3;
  }
  .bg-danger {
    border-left: 3px solid #e4b9b9;
  }
  .left-arrow {
    margin: 0;
  }
  .left-arrow li {
    list-style: circle outside none;
  }
  .left-arrow:last-of-type {
    margin-bottom: 50px;
  }
  /*------------------------------------------------------*/
/* Sidebar Styles
/*------------------------------------------------------*/
.widget_search label {
    display: none;
  }
  .widget {
    width: 100%;
    margin-bottom: 35px;
  }
  .widget h3.title {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
  }
  .widget ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #dde1e3;
  }
  .widget ul li {
    list-style: none;
    color: #999ca5;
    border-bottom: 1px solid #dde1e3;
    padding: 0 0 10px;
    margin: 10px 0 0;
  }
  .widget ul.children {
    margin: 10px 0 0 20px;
    border-top: 1px solid #dde1e3;
  }
  .widget ul.children li:last-child {
    border: none;
    padding: 0;
  }
  .widget .tagcloud {
    margin-left: -8px;
  }
  .widget .tagcloud a {
    background-color: #919292;
    color: #fff;
    padding: 7px 14px;
    margin: 0 0 8px 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px !important;
  }
  .widget .tagcloud a:hover {
    background-color: #0e733e;
    color: #fff;
  }
  /*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/
#scroll-top {
    display: inline;
  }
a#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    height: 42px;
    width: 42px;
    z-index: 9999;
    line-height: 3em;
   
    background: #67c9e0 url(../images/scroll-top.png) center center no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50px;
  }
  a#scroll-top:hover {
    background-color: #52abc0;
  }
  /*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
    padding: 30px 0;
  }
  .contact-page .map-wrapper {
    margin-top: 100px;
  }
  .contact-page .map-wrapper h5 {
    margin-bottom: 20px;
  }
  .contact-page #map-canvas {
    width: 100%;
    height: 355px;
  }
  .contact-page #map-canvas img {
    width: auto;
    max-width: none;
  }
  #contact_form{
      /*margin-right: 50px;*/
  }
  .contact-page .contact-form input[type="text"],
  .contact-page .contact-form textarea {
    padding: 15px;
  }
  .contact-page .contact-form input[type="text"],
  .contact-page .contact-form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 10px;
    color: #3a3c41;
    font-weight: 500;
    outline: none;
  }
  .contact-page .contact-form input[type="submit"] {
    padding: 15px 27px;
    border: none;
    float: right;
  }
  .contact-page .contact-form input[type="submit"]:focus{
      outline: none;
  }
  .contact-page .contact-form input.error,
  .contact-page .contact-form textarea.error {
    border: 1px solid #DF1E2D;
  }
  #error-container label.error {
    font-weight: normal;
    color: #DF1E2D;
  }
  .contact-sidebar .timetable-area h5 {
    margin-bottom: 20px;
  }
  .contact-sidebar .timetable-area .blue {
    color: #10b1d6;
  }
  .contact-sidebar .timetable-area,
  .contact-sidebar .address-area,
  .contact-sidebar .social-icon {
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .contact-sidebar h2 {
    margin: 0 0 30px;
  }
  .contact-sidebar address {
    font-size: 14px;
    color: #999ca5;
    font-weight: 400;
    line-height: 26px;
  }
  .contact-sidebar p {
    color: #999ca5;
  }
  .contact-sidebar p strong {
    color: #3a3c41;
    font-weight: 500;
    margin-right: 20px;
    min-width: 50px;
    display: inline-block;
    text-align: right;
  }
  .contact-sidebar .social-icon {
    padding-bottom: 40px;
    margin-left: -5px;
  }
  .contact-sidebar .social-icon li {
    margin: 0 5px 5px 0;
  }
  .contact-sidebar .social-icon h5 {
    margin-bottom: 20px;
  }
  .contact-sidebar .social-icon li.twitter-icon:hover {
    /*background-color: #2bbfec;*/
  }
  .contact-sidebar .social-icon li.skype-icon:hover {
    background-color: #0099e5;
  }
  .contact-sidebar .social-icon li.facebook-icon:hover {
    /*background-color: #395b89;*/
  }
  .contact-sidebar .social-icon li.linkedin-icon:hover {
    background-color: #1184cd;
  }
  .contact-sidebar .social-icon li.youtube-icon:hover {
    background-color: #d02525;
  }
  .contact-sidebar .social-icon li.instagram-icon:hover {
    background-color: #457299;
  }
  .contact-sidebar .social-icon li.rss-icon:hover {
    background-color: #ec894d;
  }
  .contact-sidebar .social-icon li.google-icon:hover {
    background-color: #d63b3b;
  }

  /****Social Icon****/
  .social-icon ul {
    padding: 0;
  }
  .social-icon ul li {
    list-style: none;
    background-color: #dcdee4;
    display: inline-block;
  }
  .social-icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
  }
  .social-icon ul li .fa {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
  }
  .social-icon ul li:hover {
    /*background-color: #66c9e0;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /***** Forms ******/
  form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #3a3c41;
  font-weight: 500;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #3a3c41;
}
form input[type="submit"] {
  padding: 12px 25px;
  background-color: #0e733e;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}
form input[type="submit"]:hover {
  background-color: #769f25;
}
form input[type="submit"]:focus{
    outline: none;
}
form input.error,
form textarea.error {
  border: 1px solid #769f25;
}
form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/****** Icons *****/
.fa-custom {
    font-size: 60px;
    color: #67c9e0;
}

.iconContact {
    font-size: 24px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 2px solid #0e733e;
    text-align: center;
    background-color: #0e733e;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    -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;
}
.iconContact:hover{
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
			animation-name: flip;
}

.paymentmodes:hover{
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
			animation-name: flip;
}
.mytradebookpayment{
    background-color: #f15b5a;
    border: none;

}
/*****contact-map*****/

.contact-map:before {
    content: '';
   
    width: 183px;
    height: 317px;
    position: absolute;

    background: url(../images/iconmap.png) no-repeat 98% center;
    bottom: 0;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

.contact-map {
    background: #007239;
  
    background: -webkit-linear-gradient(to right, #0e733e, #769f25);
    background: linear-gradient(to right, #0e733e, #769f25);
    padding: 20px;
    position: relative;
    z-index: 1;
}


.contact-map h5{
    color: #fff !important;

}
/*------------------------------------------------------*/
/* Accound Fund Payment Styles
/*------------------------------------------------------*/
.AccoundFund-page {
    /* padding: 40px 0 40px; */
    background-color: #fff;
  }
  /* For one column services page */
  .one-col-service {
    background-color: #fff;
    margin-bottom: 40px;
  }
  .one-col-service figure {
    margin: 0 auto 0 -15px;
  }
  /* For two columns services page */
  .two-col-payment{
    vertical-align: middle;
   
  }
   .right-contents {

    border-bottom: 1px solid #dcdee4;
    padding: 20px;
} 

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
      display: none !important;
    }
  }
  a.two-col-payment img {
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
     opacity: 1;
     padding: 20px 100px 80px;
 

}
  .two-col-payment img{

     max-width: 100%;
height: auto;
  }
  .two-col-payment .contents {
    padding: 25px 25px 25px;
  }
  .two-col-payment .contents h3 {
    margin: 0 0 25px;
  }
.repayment-trade{
    margin-top: 10px;


}
  .payment-btnaction  {
    background-color: #0e733e;
        font-size: 14px;
        font-weight: 700;
       width:80%;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 1px;
        border-radius: 5px;
      /*  color: #fff;
     display: block;
    font-size: 15px;
    background: #3c763d;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #2b692d; 
       padding:25px;
   
    margin-top: 50px;
    
    height: 50%;
 
    margin:16px 0 0;
    line-height: 30px;
     */
}
/*------------------------------------------------------*/
  /* Accound Fund Payment Styles
  /*------------------------------------------------------*/

.paymentmode {
   
    overflow: hidden;
}
.paymentmode h5{
    margin: 0;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 1px;
    padding: 15px 10px;
font-size: 30px;
font-weight: 400;
color: #2f2c2c;
}
.payment-content .payment-content-subtitle {
    font-size: 17px !important;
    text-align: center;
    margin-bottom: 0px !important;
}
p.payment-content-subtitle{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 .75em;
    margin-bottom: 0.75em;
    line-height: 26px;
    font-size: 17px;
  
}
.paymentlogos{
 margin:auto;
 padding: 10px;
}
.paymentmode .paymentlogos a {
    margin-right: 8px;
    margin-top: 5px;
   
    
    display: inline-block; }
    @media (max-width: 480px) {
.paymentmode .paymentlogos a {
        float: left; } }
 .paymentmode .paymentlogos a.pay-pal {
      margin-right: 60px;
      margin-top: 9px; }
.paymentmode .paymentlogos .btn {
    float: right;
    padding: 25px 80px; }
    @media (max-width: 800px) {
.paymentmode .paymentlogos .btn {
        float: left;
        margin-top: 30px; } }
    @media (max-width: 480px) {
.paymentmode .paymentlogos .btn {
        padding: 25px 30px; } }

        .bg-border-color {
            background-color: #ffffff;
        }
        .medium-padding20 {
            padding: 20px 0;
        }
        .mytradebookpayment{

          border-radius: 5px;  
          background-color: #ccc;
        }
        .mytradebookpayment h3{
        padding: 10px 20px 10px 20px !important;
        }

        .mytradebookfunding{

            text-align: center;
            padding: 30px;
            max-width: 100%;
                height: auto;
            transition: all 500ms ease-out;
             background: url(../images/pattern-bg-orange.png);
                       
            background-position: center center;
           
            
            /* background-image: url("/images/bg.png");
            padding: 60px 0; padding-bottom: 85px; 
            background: url("/images/bg.png") center center, #80e432; text-align:center; color: white */
        }

      .mytradebookfunding h5{
          font-size: 35px !important;
         color:#20201f;
         font-weight: bold;
     }
     .mytradebookfunding p{
        color:#20201f;

     }
.svg-wrapper {
        height: 50px;
          margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 320px;
      }
      
      .shape {
        fill: transparent;
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        /* stroke-width: 8px; */
        stroke: #0e733e;
      }
      
      .faqtext {
           
        font-size: 22px;
        line-height: 32px;
        position: relative;
     
      }
      
      .faqtext a{

        text-decoration: none;
      }
      @keyframes draw {
        0% {
          stroke-dasharray: 140 540;
          stroke-dashoffset: -474;
          stroke-width: 8px;
        }
        100% {
          stroke-dasharray: 760;
          stroke-dashoffset: 0;
          stroke-width: 2px;
        }
      }
      
      .svg-wrapper:hover .shape {
        -webkit-animation: 0.5s draw linear forwards;
        animation: 0.5s draw linear forwards;
      }
      
            .js-animate-icon{
        width: 50%;
       
        margin-top: 50%;
        margin: auto;


      }
      
      
      
      svg {
      
         display: block;
         position: relative;
         top: 50%;
         left: 50%;
         -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         transform: translateX(-50%);
      }
      
      .highcharts-container svg {
          top: 0;
      }
            
      /* =============================================
			WHY Mytradebook Styling						
============================================= */
.detail-heading h3{
	font-size: 22px;
	font-weight: 500;
	color: #3b3b3b;
	text-align: left;	
	margin: 40px 0px 10px 0px;	
}
.detail-heading h3:after{
	display: block;
	content: "";
	width: 50%;
	border-bottom: 2px solid #efefef;
	margin: 10px 0px 15px 0px;
}	

.text-content p {
  font-size: 16px;
  font-weight: 500;
  color: #909090;
  line-height: 180%;
}
.service-box{
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	border-radius: 10px;
	margin: 15px 0px 15px 0px;
}

.box-icon{
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 15px;
}

.box-icon i{
	font-size: 38px;
	color: #18ba60;
}

.box-content{
	float: right;
	width: 75%;	
}

.box-content h5{
	font-size: 17px;
	font-weight: 600;
	color: #3b3b3b;
	line-height: 180%;	
	margin-left: 15px;
	margin-bottom: 5px;
}

.box-content p{
	font-size: 15px;
	font-weight: 500;
	color: #909090;
	line-height: 180%;	
	margin-left: 15px;
	margin-bottom: 0px;
}

.section-block{
	padding: 100px 0px 100px 0px;
	background-color: #fff;
}	

.section-block-grey{
	padding: 20px 0px 20px 0px;
	background-color: #f9f9f9;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
/* .section-block-grey{
	padding: 100px 0px 100px 0px;
	background-color: #f9f9f9;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
} */

.section-block-parallax{
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
	padding: 70px 0px 70px 0px;    
}	
.mytradebook-page{
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 10px;   
  padding: 10px;
}

.mytradebook-page h4{
  font-size: 20px;
  font-weight: 500;
 
}
.mytradebook-page h4:after{
  display: block;
  content: "";
  width: 60%;
  border-bottom: 1.5px solid #18ba60;
  padding-bottom: 5px;
}


.heading-small h3 {
  font-size: 25px;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 150%;
  margin: 30px 0 20px;
}
.heading-small h3:after {
  display: block;
  content: "";
  width: 130px;
  border-bottom: 2px solid #18ba60;
  padding-bottom: 10px;
}


.main-contents {
  overflow: hidden;
  border-bottom: 1px solid #dcdee4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article.hentry {
  line-height: 24px;
  font-size: 14px;
}
article.hentry p {
  margin-bottom: 25px;
}
article.hentry h1.entry-title {
  margin: 0 0 20px 0;
}
.entry-content {
  margin: 0 0 25px;
}
.entry-content p {
  margin: 0 0 25px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.entry-content h1 {
  font-size: 36px;
  line-height: 42px;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 36px;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 30px;
}
.entry-content h4 {
  font-size: 20px;
  line-height: 28px;
}
.entry-content h5 {
  font-size: 16px;
  line-height: 24px;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 20px;
}
.entry-content blockquote {
  background: #f3f8fa;
  padding: 20px 20px 20px 30px;
  border-left: 5px solid #18ba60;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content blockquote p {
  margin: 0;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content td,
.entry-content th {
  padding: 10px;
}
.entry-content table tbody td {
  border: 1px solid #e0e0e0;
}
.entry-content table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.entry-content table tbody tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.entry-content dl {
  line-height: 24px;
}
.entry-content dt {
  color: #3a3c41;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content dd {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content ol,
.entry-content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
.entry-content ol li,
.entry-content ul li {
  margin: 10px 0;
}
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content address {
  line-height: 24px;
}
.entry-content kbd {
  background-color: #67c9e0;
  box-shadow: none;
}
.entry-content pre {
  background-color: #67c9e0;
  color: #fff;
  border: none;
  padding: 15px;
}
.entry-content .gallery img {
  border: none !important;
}
.accordion-content .entry-content {
  margin: 0;
}
.entry-footer p.entry-meta {
  margin: 0;
}
.entry-footer span.entry-tags,
.entry-footer span.entry-categories {
  display: block;
}
.video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-nav-btns {
  margin: 25px 0;
}
.page-nav-btns a {
  background-color: #67c9e0;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}
.page-nav-btns a:hover {
  color: #fff;
  background-color: #f15b5a;
  text-decoration: none;
}