.logoSize {
    content: url("../images/web-site-logo.webp");
    width: 171px;
    height: 70PX;
}
.logoSize-change {
  content: url("../images/web-logo.webp");
  width: 171px;
  height: 70PX;
}
.logoSize-small{
  content: url("../images/mobile-white-tmg.webp");
}
.logoSize-small-change{
  content: url("../images/mobile-blue-tmg.webp");
}
.navbar-nav a:hover {
    color: #EF5425 !important;
}

.btn2 {
    background-color: #00386A;
    border-color: #00386A;
    color: #FFFFFF;
    width: 165px;
    height: 44px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
}

.arrow-font-size{
  font-size: 36px;
  color: white;
}
.iconImg {
    width: 140px;
    height: 42px;
}
.iconSize-footer {
    width: 38px;
    height: 38px;
}
.iconSize-youtube {
  width: 40px;
  height: 40px;
}
.iconSize {
  width: 44px;
  height: 44px;
}
.number {
    height: 8rem;
    width: 8rem;
    border-radius: 100%;
    background-color: #00386A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-orange {
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  background-color: #FF4500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #1A1A1A;
    background-color: #FFFFFF;
    height: 47px;
    margin-left: 3px;
    border-radius: 4px;
    padding-left: 12px;
  }
  .text-area {
    height: 156px;
    color: #B0B0B0;
    border: 1px solid #FFFFFF;
    background-color: #474654;
    border-radius: 5px;
    resize: none;
    margin-bottom: 36px;
  }
  .submit-button {
    font-size: 20px;
    color: #FFFFFF;
    width: 120px;
    height: 40px;
    text-align: center;
    background: #EF5425 0% 0% no-repeat padding-box;
    border-radius: 7px;
    border-width: 0;
  }
  
  .start-button {
    font-size: 20px;
    color: #FFFFFF;
    width: 170px;
    height: 40px;
    text-align: center;
    background: #EF5425 0% 0% no-repeat padding-box !important;
    border-radius: 7px;
    border-width: 0;
  }

  .next-button {
    font-size: 18px;
    color: #FFFFFF;
    width: 75px;
    height: 40px;
    text-align: center;
    background: #EF5425 0% 0% no-repeat padding-box;
    border-radius: 7px;
    border-width: 0;
  }

  .main-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    position: relative;
}
.list-container {
    list-style-type: none;
    background: #D9E6F0 0% 0% padding-box;
    border-bottom: 1px solid #ABABAB;
    border-radius: 5px;
}
li:hover {
    cursor: pointer;
} 
.query-description {
    letter-spacing: 0.4px;
    color: #757575;
    font-size: 20px;
    display: none;
}
.add {
    color: #EF5425;
    display: block;
    font-size: 35px;
}
.minus {
    color: #EF5425;
    display: none;
    font-size: 35px;
}
.footer-bg-color {
    background-color:#1A4C79
}
.white{
    color: #fff;
    line-height: 40px;
}
.copyright{
    font-size: 14px;
}
.description{
    font-size: 18px; 
    color: #464646; 
    line-height: 35px;
    text-align: justify;
}

.description-hover{
  color: #464646; 
}

.description-hover:hover{
  color: #EF5425; 
  text-decoration: no-underline;
}

.faq-description{
    font-size: 150%; 
    color: #1A1A1A; 
    line-height: 45px;
    text-align: justify;
    font-weight: 500;
}

.content{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.description a {
    text-decoration: none;
    color: #757575; 
}
.heading{
    font-size: 270%;
}

.about-heading{
    font-size: 200%;
}

.form-heading{
    font-size: 200%;
}

.form-heading2{
    font-size: 30px;
}
.tmgAppHeading{
    font-size: 150%;
}
.primary-color{
    color: #EF5425 !important;
}
.secondary-background-color{
    background-color: #D9E6F0;
}
.teretory-background-color{
    background-color: #FFECE4;
}
.third-color{
    color:#151515;
}
.teretory-color{
    background-color: #C7DDF0;
  }
.secondary-blue{
  color: #00386A;
}  
.dot {
    height: 110px;
    width: 110px;
  }
  ::-webkit-scrollbar {
    width: 6px;
}

.top-heading {
    font-size: 20px;
}

.content-margin{
 top: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(71, 70, 84, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(71, 70, 84, 1); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(71, 70, 84, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(71, 70, 84, 1); 
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  @media only screen and (max-width: 600px) {
    .heading{
        font-size: 38px;
    }
    .about-heading{
        font-size: 26px;
    }
    .form-heading{
        font-size: 95%;
    } 
    .form-heading2{
        font-size: 160%;
    }
      .animationStyle{
        width: 30%;
        height: 30%;
      }
      .popUpAnimation{
        width: 10%;
        height: 10%;
      }
      .arrow-font-size{
        font-size: 20px;
        color: white;
      }
      .content-margin{
        top: -20px;
       }
       .iconImg {
        width: 115px;
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .res-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .input-line{
        width: 90%;
        text-align: left;
        margin-left: 64px;
        border-color: white;
        border-style: solid;
        margin-top: 0;
        border-style: solid;
    } 
} 

@media only screen and (max-width: 768px) {
      .top-heading {
        font-size: 15px;
    }
} 
  .left-padding {
    padding-left: 30px;
}
.input-line{
    width: 91%;
    text-align: left;
    margin-left: 34px;
    border-color: white;
    border-style: solid;
    margin-top: 0;
    border-style: solid;
}
.no-underline:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.card-border{
    border-radius: 15px;
}

.bg_img_right{
    background-image:url("../images/gradient-blue.webp");
    background-repeat: repeat-y;
    background-position: right;
    background-position-y: 0%;
}

.bg_img_left{
    background-image:url("../images/arc2.webp");
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 0%;
}

.bg_img_right_middle{
    background-position-y: 50%;
}

.bg_img_right_end{
    background-position-y: 100%;
}

.bg_img_left_faq{
    background-position-y: 80%;
}

.error_message{
    color:red;
    margin-bottom: 20px;
}

.textArea{
    height: 150px;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    color: #1A1A1A;
    background-color: #FFFFFF;
    border-radius: 4px;
    resize: none;
    margin-left: 3px;
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-left: 12px;
}

.button-change{
    background-color: #B0B0B0;
}
.floatWP{
	position:fixed;
	bottom:40px;
    height: 60px;
    width: 60px;
	right:40px;
    z-index: 999;
    border-radius:50px;
	text-align:center;
}
#floatWP{
	position:fixed;
	bottom:40px;
    height: 60px;
    width: 60px;
	right:40px;
    z-index: 999;
    border-radius:50px;
	text-align:center;
}
#floatWP:hover{
    cursor: pointer;
}
.my-float{
	margin-top:8px;
    height: 60px;
    width: 60px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .nav-bgcolor {
    background-color: #1A4C79;
  }
  .navitems-color {
    color: #fff !important;
  }
  .footer-logo-back {
    position: absolute;
    height: 47%;
    width: 20%;
    align-self: center;
  }
  .footer-ten-logo {
    justify-content: flex-start;
    margin-top: -4px;
    margin-bottom: -12px;
    margin-left: -90px;
  }
  .labelStyle {
    font-size: 20px;
    color: #1A1A1A;
    margin-left: 5px;
  }
    .learnContainer {
        height: 60%;
        width: 70%;
        background-color: #FFECE4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
        border: 5px solid #FFFFFF;
    }
    .learnContainer-middle {
        height: 60%;
        width: 70%;
        background-color: #B7D0F3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
        border: 5px solid #FFFFFF;
    }
    .homePage-gif{
        margin-top: -48px;
    }
    .homePage-gif-mobile{
      /* margin-left: -66px; */
      margin-top: 10px;
  }
    #cf {
      height:540px;
      margin: 0 auto;
    }
    #cf img {
      position:absolute;
      left:0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }
   #cf img.top:hover {
      opacity: 0;
    }
    #mobile-cf {
      height:210px;
      /* width:750px; */
      margin: 0 auto;
    }
    #mobile-cf img {
      position:absolute;
      left:0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }
   #mobile-cf img.top:hover {
      opacity: 0;
    }
.home-background{
    background-image:url("../images/effect.webp");
    background-repeat: no-repeat;
    /* width: 100%; */
    background-size: cover;
    /* background-position: center; */
    /* background-position-y: 50%; */
}
.orange-back{
  background-image:url("../images/EllipseOrange.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 100%;
  background-position-x: 105%;
  position: relative;
}
.blue-back{
  background-image:url("../images/Ellipse.webp");
  background-repeat: no-repeat;
  /* background-position: center; */
  background-position-x: -20%;
  position: relative;
  margin-top: 95px;
}
.orange-border{
  border-left: 6px solid #FF4500;
}

.blue-border{
  border-left: 6px solid #245D90;
}
.header {
	background:#1A4C79;
}

.active {
  background-color: #fff;
  color: #151515 !important;
}
.active-faq {
  color: #151515 !important;
}

.required:after {
  content:" *";
  color: red;
}
.flexible-image{
  height: 115px;
  width: 115px;
}
.homepage-style{
  width: 60%; 
  height: 100%;
}
.homepage-style-mobile{
  width: 48%; 
  height: 100%;
}
.homepage-mobile{
  width: 60%; 
  height: 120%;
}
.transform-rotate{
  transform:rotate(-45deg);
}
.relative-position{
  position: relative;
}
.absolute-position{
  position:absolute;
}
.full-width{
  width: 100%;
}
.half-width{
  width: 50%;
}
.lesshalf-width{
  width: 40%;
  padding-bottom: 20px; 
  padding-left: 20px;
}
.bigger-width{
  width: 60%;
}
.home-side{
  content: url("../images/book-pen.webp");
  background-position: left;
  margin-top: 80px;
  margin-left: -15px;
  height: 65px;
  width: 45px;
  position:absolute;
}
.home-side-pen{
  content: url("../images/writing-pad.webp");
  background-position: left;
  margin-top: 290px;
  margin-left: -15px;
  height: 65px;
  width: 45px;
  position:absolute;
}
@media only screen and (min-width: 400px) {
  .contact-animation{
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 450px) {
  .stores {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (max-width: 300px) {
  .terms-class {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 300px) {
  .blue-back{
    margin-top: 130px;
  }
}

.footer-logo-mobile{
  margin-left: -20px;
}
.navbar-toggler {
  background-color: #fff
}

.stride-link:hover{
  color: #fff;
}

.footer-item:hover {
  color: #EF5425;
}
.full-width-image{
  width: 100vw;
}
.carousel-image{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flip-card {
  background-color: transparent;
    width: 500px;
    height: 320px;
  perspective: 500px;
  -webkit-transition: -webkit-transform 1s;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 85%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
  color: black;
  /* font-size: large; */
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
}

.flip-card-front {
  background: linear-gradient(to left, #FFFFFF);
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backface-visibility: hidden; */
}

.flip-card-back {
  background: linear-gradient(to right, #FFFFFF);
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backface-visibility: hidden; */
}
.card-bg-orange{
  background-color: #ffd9cc;
}
.card-bg-blue{
  background-color: #d3dee8;
}