
/*
@font-face {
    
font-family: 'pt_sansregular'; 
src: url('../fonts/pts55f-webfont.eot');   
src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),     
url('../fonts/pts55f-webfont.woff2') format('woff2'),        
url('../fonts/pts55f-webfont.woff') format('woff'),        
url('../fonts/pts55f-webfont.ttf') format('truetype'),       
url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg'); 
font-weight: normal;   
font-style: normal;
}

@font-face {
font-family: 'pt_sansbold';   
src: url('../fonts/pts75f-webfont.eot'); 
src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),     
url('../fonts/pts75f-webfont.woff2') format('woff2'),     
url('../fonts/pts75f-webfont.woff') format('woff'),      
url('../fonts/pts75f-webfont.ttf') format('truetype'),     
url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg'); 
font-weight: normal;
font-style: normal;
}*/

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto'!important;
    /* color: #fff;
    font-size: 15px;
    background-color: #fff;*/
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-family: 'Roboto' !important;
    /*font-weight:500!important;*/
    /*color: #333;*/
}

p {
    /* margin: 0 0 25px;
    line-height: 1.5;
    color: #333;
    text-align: justify;*/
    font-size: 20px;
}


a {
    /*color: #333;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.imp_sec a {
    color: #1D96E7;
}

a:hover,
a:focus {
    text-decoration: none;
   /* color: #B95800;*/
}

.light {
    font-weight: 400;
}

/*
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #303030;
    font-weight: 600;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #2ea9d3;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #2ea9d3;
}

.navbar-custom .nav li.active {
    outline: 0;
	   color: #ffba00;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
	color: #ffba00;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.navbar-custom .nav li.dropdown.open a {
    background-color: transparent;
}
*/

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/bg-image.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
   vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.intro_inner {
    /*display: table;*/
    width: 100%;
    height: 270px;
 text-align: center;
    color: #fff;
    background: url(../img/Image-Home/sub-page-design.webp) no-repeat bottom center scroll;
  /*  background-color: #000;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    -o-background-size: cover;
}


.intro_inner  .intro_inner_body {
    display: table-cell;

	        vertical-align: middle;
}

.intro_inner  .intro_inner_body .brand-heading {
    font-size: 40px;
}

.intro_inner  .intro_inner_body .intro-text {
    font-size: 18px;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.btn-round {
  border-radius: 40px;
}
.btn-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
}
.btn-switch > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
.btn-switch > input[type="checkbox"] + .btn {
  background-color: transparent;
  border-color: #d9534f;
  color: #d9534f;
}
.btn-switch > input[type="checkbox"] + .btn > em {
  display: inline-block;
  border: 1px solid #d9534f;
  border-radius: 50%;
  padding: 2px;
  margin: 0 4px 0 0;
  top: 0;
  font-size: 10px;
  text-align: center;
}
.btn-switch > input[type="checkbox"] + .btn > em:before {
  opacity: 0;
}
.btn-switch > input[type="checkbox"]:checked + .btn {
  background-color: #d9534f;
  color: #fff;
}
.btn-switch > input[type="checkbox"]:checked + .btn > em {
  background-color: #fff;
  color: #d9534f;
}
.btn-switch > input[type="checkbox"]:checked + .btn > em:before {
  opacity: 1;
}
.btn-switch-primary > input[type="checkbox"] + .btn {
  border-color: #fff;
  color: #fff;
      border-radius: 50px;

}
.btn-switch-primary > input[type="checkbox"] + .btn > em {
  border-color: #428bca;
}
.btn-switch-primary > input[type="checkbox"]:checked + .btn {
  background-color: #428bca;
}
.btn-switch-primary > input[type="checkbox"]:checked + .btn > em {
  color: #428bca;
}
.btn-switch-success > input[type="checkbox"] + .btn {
  border-color: #26ae90;
  color: #26ae90;
}
.btn-switch-success > input[type="checkbox"] + .btn > em {
  border-color: #26ae90;
}
.btn-switch-success > input[type="checkbox"]:checked + .btn {
  background-color: #26ae90;
}
.btn-switch-success > input[type="checkbox"]:checked + .btn > em {
  color: #26ae90;
}
.btn-switch-info > input[type="checkbox"] + .btn {
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-switch-info > input[type="checkbox"] + .btn > em {
  border-color: #5bc0de;
}
.btn-switch-info > input[type="checkbox"]:checked + .btn {
  background-color: #5bc0de;
}
.btn-switch-info > input[type="checkbox"]:checked + .btn > em {
  color: #5bc0de;
}
.btn-switch-warning > input[type="checkbox"] + .btn {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-switch-warning > input[type="checkbox"] + .btn > em {
  border-color: #f0ad4e;
}
.btn-switch-warning > input[type="checkbox"]:checked + .btn {
  background-color: #f0ad4e;
}
.btn-switch-warning > input[type="checkbox"]:checked + .btn > em {
  color: #f0ad4e;
}
.btn-switch-danger > input[type="checkbox"] + .btn {
  border-color: #d9534f;
  color: #d9534f;
}
.btn-switch-danger > input[type="checkbox"] + .btn > em {
  border-color: #d9534f;
}
.btn-switch-danger > input[type="checkbox"]:checked + .btn {
  background-color: #d9534f;
}
.btn-switch-danger > input[type="checkbox"]:checked + .btn > em {
  color: #d9534f;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.btn {
    border-radius: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #0067b8;
    outline: 0;
    color:#fff!important;
    background-color:#333;
}

ul.banner-social-buttons {
    margin-top: 0;
}
/*
.navbar-nav > li > a {
    font-size: 16px;
    font-family: 'Roboto' !important;
}
*/
.arrow{
margin: 0px 10px;
    position: relative;
    top: -1px;
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);*/
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.content_left {
  position: relative;
  top: 30%;
  z-index: 2;
  max-width: 720px;
  text-align: left;

}

.content_left1 {
  position: relative;
  top:28px;
  z-index: 2;
  max-width: 720px;
  text-align: left;

}

.content_left__heading {
  color: #272727;
  font-size: 48px;
  margin-bottom: 40px;
}

.content_left__teaser {
    margin-bottom: 24px;
    color: #595959;
    font-size: 18px;
}

.content_left__cta {
    display: inline-block;
    margin: 0;
    padding: 12px 48px;
    color: #ff3c64;
    font-size: 22px;
    text-decoration: none;
    border: solid 4px #ff3c64;
}

/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
 /*opacity: 0.8;*/
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content_right_inner img{
position: relative;
    z-index: 999;
    top: 25px;
}


.btn-glyphicon {
    padding:10px;
    background:#ffffff;
    margin-right:4px;
}
.icon-btn {
    padding: 1px 2px 1px 12px;
    border-radius:50px;
}

.unu {
  margin-top: 6px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse {
height: 39px;
    width: 27px;
    border-radius: 10px;
    transform: none;
    top: 0;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.purchase {
    background-color: #fff;
    padding: 10px 40px;
    position: relative;
    top: -40px;
    border-radius: 15px;
    z-index: 999;
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
}

.pur_left_sec h2{
    color: #333;
    font-size: 30px;
    margin: 0;
    padding: 24px 0;
    font-weight:400;
}

.pur_right_sec p{
color:#333;
font-size:16px;
display: table-cell;
vertical-align: bottom;
text-align:center;
margin: 0 auto;
display: block;
}

.button_ver{
        clear: both;
    margin: 0px auto;
    display: block;
    width: 80%;
}

.button_ver ul li{
    float: left;
    list-style-type: none;
    padding: 0 10px;
}

.button_ver ul{float: left;}

.text-muted {
    color: #0067b8;
}

.menu_shop{ float: right;margin-top: 16px; margin-right: 10px;}
.menu_shop ul li{float:left;list-style-type: none; font-size:12px; }
    .menu_shop ul li a {
        font-size: 12px;
        font-size: 15px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 8px 15px;
        background-color: transparent;
        margin: 0 5px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
    }
    .menu_shop ul li a:hover {
        background-color: #ffffff;
        color: #0f2976;
        transition: all 0.3s ease-in-out;
    }
    .menu_shop ul li img {
        margin-right: 7px;
    }
.navbar-header {
    float: none;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.btn-switch-primary1 > input[type="checkbox"] + .btn1 {
    border-color: transparent;
    color: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-switch-primary1 > input[type="checkbox"] + .btn2 {
    border-color: #333333;
    color: #333;
    border-radius: 50px;
        padding: 17px 15px;
}

.services{  width: 100%;
    background-color: #F3FBFE;
    z-index: 999;
    position: relative;

}

.left_sec_services{
    background-color: #F3FBFE;
    padding: 0;   
    height: auto;

}

.add_sec_services{
    background-color: #F3FBFE;
    padding: 0;   
    

}

.bg_wipeout{
    width: auto;
    float: right; 

}
.imp_sec{
    padding:40px;
   
    float: left;
    padding-top: 0;

}

.imp_sec h2{
        color: #333;
    font-size: 22px;
    padding: 10px 20px;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 600;
}
.imp_sec p {
    color: #333;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 600;
}

.right_sec_services {
    height: 285px;
    padding: 30px;
    background: #FFFEEF;
}

.nist {
    float: right;
    background: transparent;
    width:170px;
}

.right_sec_services p{
    font-size: 14px;
    padding: 10px 0;
}

.nist_det h2{ 
    font-size: 30px;
    margin-bottom: 20px;
	}
	
	.nist_det p{
	 padding: 0px 0;
    font-size: 16px;}
	
	.read_more{
	    border: 1px solid #fff;
    padding: 6px 30px;
    border-radius: 50px;
	font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
	}
	.read_more:hover{
	background:#0067b8;
	}
	
	.read_more1{
	    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
	font-size: 14px;
    background: #0067b8;
	color:#fff;
	}
	.read_more1:hover{
	background:#333;
	}
	
	.read_more2{
	    border: 1px solid #333;
    padding: 10px 30px;
    border-radius: 50px;
	font-size: 14px;
    background: #fff;
	color:#333;
	}
	.read_more2:hover{
	background:#333;
	}


.buy_button {
    border: 1px solid #1d95eb;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    background: #1d95eb;
    color: #FFF;
    margin: 0px auto;
    float: right;
}
	.buy_button:hover{
	background:#FF9933;
	border: 1px solid #FF9933;;
	}
	
	.read_more3{
	border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
	font-size: 14px;
    background: transparent;
	color:#fff;
	}
	.read_more3:hover{
	background:#333;
	}
	
	.log1{
	border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    background: transparent;
    color: #fff;
    width: 100%;
	}
	.log1:hover{
	background:#0067b8;
	}
	
	.sup_sec img{
	margin: 0 10px;
	}

.news_sec {
    padding: 30px;
    background: #FFFEEF;
}

.news_sec h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.news_sec h3{
color: #fff;
    font-size: 16px;
	 margin-bottom: 10px;

}

.news_sec p{
font-size: 16px;
}

.products{  width: 100%;
    background-color: #fff;
    float: left;
    z-index: 999;
    position: relative;}
	
	.left_sec_products img{padding: 50px 0;}
	.products_info h2{color: #333;
    font-size: 30px;margin-bottom: 30px;}
	.products_info p{color: #333;
    font-size: 16px;margin-bottom: 25px;}
	.products_info{padding: 100px 0;}
	.read_more1 {
       border: 1px solid #FFF;
    padding: 6px 30px;
    border-radius: 50px;
    color: #FFF;
}


.Support{
	z-index: 998;
	position: relative;
    margin: 0 0;
	}

.Support {
    background: url(../img/customer-support-bg.jpg) no-repeat center center;
    display: table;
    /* height: 600px; */
    position: relative;
    width: 100%;
    background-size: cover;
    padding: 70px 0px;
}

.supportEmail {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/suppotWipeoutEmailID.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 20px;
    margin-top: 4px; 
    width: 169px;
	    float: left;
}

.supportEmail:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
     background-image: url("../img/suppotWipeoutEmailID.png");
    background-origin: padding-box;
    background-position: 0 -16px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 20px;
    margin-top:2px; 
    width: 169px;
}

.salesEmail {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/pramod_emailid.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 16px;
   margin-top: 3px;
    width: 200px;
	    float: left;
}

.salesEmail:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/pramod_emailid.png");
    background-origin: padding-box;
    background-position: 0 -18px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 16px;
    width:200px;
}

.content-text{text-align: center; font-size:18px; /*font-family: 'pt_sansregular';*/ }

.sup_sec {
    text-align: center;
    padding: 14px;
    margin: 14px 0;
    float: left;
    width: 100%;
    height: 185px;
    background-color: #2EB2F0;
    border-radius: 10px;
}

.sup_sec p{font-size: 30px;}

.sup_sec:hover{box-shadow: 0px 0px 20px #793419; transition: all 0.9s ease 0s; border:none; /*background-color:rgba(255, 255, 255, 0.1);*/}
.sup_sec1 {
    text-align: center;
    padding: 14px;
    margin: 14px 0;
    float: left;
    width: 100%;
    height: 185px;
    background-color: #F29F13;
    border-radius: 10px;
}

.sup_sec1 p {
    font-size: 30px;
}

.sup_sec1:hover {
    box-shadow: 0px 0px 20px #793419;
    transition: all 0.9s ease 0s;
    border: none;
    /*background-color: rgba(255, 255, 255, 0.1);*/
}
.sup_sec2:hover{box-shadow: 0px 0px 20px #793419;transition: all 0.5s ease 0s; }
.sup_sec2 {
    background-color: #fff;
    position: absolute;
    display: block;
    width: auto;
    padding: 40px;
    border-radius: 10px;
}

.text {
    margin-bottom: 10px;
    /* padding: 0!important; */
    font-size: 36px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-weight: 600;
}

.Support  p{text-align: center; color:#fff;}
.bold{margin-bottom: 10px!important; padding:0!important; font-size: 24px!important;}

.log{  width: 100%;
    background-color: #333;
    float: left;
    z-index: 999;
    position: relative;
	padding:20px 0;
	}
	
	.log_sec h3{margin-bottom:10px; font-size:24px; text-align:center;}
	.drop_down_form , .drop_down_form1, .drop_down_form2{}
	.log_button{float:left}
	.log_sec{margin:0 auto; display:block; width: 80%;}
	.form-control{border-radius: 0;}
	.read_more_log{
	    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 50px;
	float:left;
	    width: 100%;
	}
	
	.log_sec p{font-size:14px;text-align: center; margin:0;}
	.log_sec p a{color:#fff;}
	.log_sec p a:hover{color:#0067b8;}
	.footer{width: 100%;

    float: left;
    z-index: 999;
    position: relative;
	    padding-top: 15px;
    padding-bottom: 10px;}
	
	.footer_menu ul li{color: #666;
    float: left;
    list-style-type: none;
    padding: 0 16px;
    border-right: 1px #ddd solid; display: block; }
	.footer_menu ul li a{color: #333;font-weight:600;}
	.footer_menu ul li a:hover{color: #1D96E7;}
	
	.footer_menu ul {text-align: center; }
	.footer_menu{width: 85%;
    margin: 0 auto; }
	.line{border-right:none!important;}
	.social_sec{
	margin-top: 25px;
    border-top: #ddd  1px solid;
    float: left;
	width: 100%;
	
	}
	
	.copy p{color:#333;padding-top: 15px;margin:0;font-size:14px;    text-align: center; }
	.copy_inner p{color:#333;padding-top: 25px;margin:0;font-size:14px;    text-align: left; }
	ul.social-network {
	    list-style: none;
    /* display: inline; */
    /* margin-left: 0 !important; */
    padding: 0;
    float: none;
    margin-top: 10px;
    margin-bottom: 0;
    margin: 0 auto;
    width: 175px;
	padding: 10px 0px;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoWhatsapp:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoWhatsapp:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	    width: 45px;
    height: 45px;
    font-size: 18px;
}
.social-circle li i {
	margin:0;
	line-height:46px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #FFFFFF;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
        background-color: transparent;
    border: 1px solid #FFFFFF;
}






ul.social-network1 {
	    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    width: 175px;
	    padding: 10px 0px;
}
ul.social-network1 li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network1 a.icoRss:hover {
	background-color: #F56505;
}
.social-network1 a.icoWhatsapp {
    background-color: #25D366;
}
.social-network1 a.icoWhatsapp:hover {
    background-color: #25D366;
}
.social-network1 a.icoTwitter {
    background-color: #33ccff;
}
.social-network1 a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network1 a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network1 a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network1 a.icoLinkedin {
    background-color: #007bb7;
}
.social-network1 a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network1 a.icoRss:hover i, .social-network1 a.icoWhatsapp:hover i, .social-network1 a.icoTwitter:hover i,
.social-network1 a.icoGoogle:hover i, .social-network1 a.icoVimeo:hover i, .social-network1 a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle1 li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:7px;
	text-align:center;
	    width: 45px;
    height: 45px;
    font-size: 18px;
}
.social-circle1 li i {
	margin:0;
	line-height:46px;
	text-align: center;
}

.social-circle1 li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle1 i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

/*.navbar-nav>li>a {
    padding: 10px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
}

.navbar-nav>li>a:hover{
    padding: 10px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
}*/

    /*.navbar-nav > li > a.active {
        padding: 10px 12px;
        margin: 0;
        border-radius: 0px;
        color: #0a3d6c;
        line-height: 24px;
        font-weight:700;
    }*/
/*
.navbar-nav>li>a::after {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	opacity: 0;
	
	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after {
	opacity: 1;

	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*/
/*.navbar-nav .dropdown .dropdown-menu {
    background-color: #333;
    color: #fff !important;
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    right:auto;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px;
}

.navbar-nav .dropdown .dropdown-menu > li > a {
    background-color: #ffffff;
    color: #000000;
}
    .navbar-nav .dropdown .dropdown-menu > li > a:hover {
        color: #2ea9d3;
    }*/
.navbar-brand > img {
 /* display: block;
    width: 100%;
    max-width: 145px;
    margin-top: -52px;*/
    width:80px;
    margin-top:-20px;
}

.dropdown-menu{min-width: 320px;}

.content__teaser{
    font-size: 18px;
    text-align: justify;
	color: #fff;  
}

.fa{margin-left: 8px;}

.btn img {padding-left: 15px;}
.nist_det{float:left;padding-top: 60px;}
.logo_dell {
    float: right;
    position: relative;
}

.add{    padding: 40px;
    float: left;
    padding-top: 0;padding-bottom: 20px;
}

.add h2{ margin:0; font-size:35px; text-align: -webkit-center;text-align: center;  }
	
	.add ul{ margin:0; padding:0;padding-top:20px;}
	.add ul li{font-size: 16px;
    list-style: none;
    padding: 6px 0;
    color: #333;
    float: left;
    width: 100%;
    font-weight: bold;}
	.add p{font-size: 17px;
	font-weight: 600;
    margin: 0;
    padding: 15px 0}
	.add img{margin-right:5px; }
	.wipeout_banner{margin-top:100px; float:left;}
	.wipeout_banner_inner{margin-top: 77px; }
	.email{float: left;     margin-left: 40px;}
	.email1{float: left;     margin-left: 25px;}
	.imp_sec a:hover{color:#333;}
	.content__heading{font-size: 30px;color:#fff;  }
	.content__heading1{font-size:28px;font-weight:600;margin: 0 0 20px;}
	.breadcrumb_inner{
    width: 100%;
    background-color: #fff;
    float: left;
    z-index: 0;
    position: relative;
	border-bottom: 1px solid #e9e9e9;
}

.breadcrumb{    margin-bottom: 0px;}
.support_info h3{ 
    /*color: #333;
    font-size: 24px;
    border-bottom: #0067b8 4px solid;
    float: left;
    padding-bottom: 8px;
    margin-bottom:50px;*/
	}
	
	
	.inner_page_main{
	    width: 100%;
    background-color: #fff;
    float: left;
    z-index: 999;
	padding:50px 0;
    position: relative;}
	
	.support_info p:after{
    content: "";
   
}
.bs-downloads1{
    clear: both;
    padding: 20px 0px;
    margin: 0 10px;
	margin-left: 0;
}


.wipeout_prod h2{color: #333;
    font-size: 20px;
    margin-bottom: 15px;
	
}

.wipeout_prod ul li{color:#333; font-size:15px;line-height: 30px;list-style-position: inside;}
.prod img{}
.wipeout_prod{padding: 30px 15px;}
.mob{padding:25px 0;}
.info{    background-color: #f6f6f6;
    border-left: 4px solid #0067b8;
    padding: 15px; }
.wipeout_info p{    
    font-size: 16px;
    margin-bottom: 0px;}
	.right_sidebar{border-left: 1px solid #e9e9e9;padding: 0 25px;}
	.content_right img{position: relative;
z-index: 999;
top: 0;width:100%;}


.pur_button{padding: 30px 0;float: left;}
.pur_button h2{
color: #0067b8;
    font-size: 18px;
    margin-bottom: 0px;
	text-shadow: 0px 1px 1px #9C9C9C;
	text-align: center;
	padding: 10px 0px;
	    padding-bottom: 20px;
	
	}
	
	.pur_button ul{padding:0; margin:0; list-style-type: none;}
	.pur_button ul li{float:left; margin-top: 5px; margin: 0 2px;}
	.button{    width: 168px;
    float: left;
    margin: 20px 6px;
    padding: 0 0;}

.sign_form
{
        z-index: 2;
    background: #fff;
  
}
.sign_form {
    float: left;
    width: 100%;
    box-shadow: 2px 4px 14px 0px #00000026;
}
.sign_form h2 {
    color: #0067b8;
    font-size: 20px;
    font-weight:700;
    margin-bottom: 0px;
    padding: 20px 0px;
    text-shadow: 0px 1px 1px #9C9C9C;
}
	.input_form{padding: 0 25px;}
	.sign_in_button{width:100%; background-color:#0067b8;}
	.btn-primary4:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-primary4 {
    color: #fff;
    background-color: #0067b8;
    border-color: #0067b8;
}

.input_form p {
    color: #333;
    font-size: 13px;
    text-align: center;
    padding: 4px 0;
    margin: 0;
    margin-top: 20px;
}
	
	.forget p{color: #333;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    margin: 0;}
	
	.forget{background-color: #f5f5f5;}

.side_sign {
/*  padding-top: 70px;*/
}
	.Desktop_button{margin:0 auto;padding: 0 20px;}
	.Desktop_button .btn{width:100%;}
	.prod_button{
	padding-bottom: 20px;
	}
	
	.Desktop_button {
    padding: 5px;
    height: auto;
    width: 90%;
	padding-bottom: 0;
}

.Desktop_button  img {
        float: left;
        margin: 0 10px;
    padding: 5px;
}

.Desktop_button p {
    color: #333;
    font-size: 18px;
    padding: 8px;
    /* text-shadow: 0 -1px 0 #000; */
    text-align: left;
    margin: 0 0 25px;
    letter-spacing: 1px;
}
.Desktop_button a {
    background-color: #f5f5f5;
    display: block;
    z-index: 999;
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
}
.Desktop_button a:hover{
    background-color: #fff;
    display: block;
 }
.Windows_button {
padding: 0;
    height: auto;
    width: 164px;
    padding-bottom: 0;
    /* border-radius: 25px; */
}
.Windows_button img {
    float: left;
    padding: 0 5px;
	margin-top: -4px;
}
.Windows_button span {

    font-size: 14px;
    text-align: left;
    margin-top: 0;
    margin: 0;
	/*font-family: 'pt_sansregular'; */
}
.Windows_button  a{
    border: 1px solid #333333;
    display: block;
    border-radius: 50px;
    padding: 15px 10px;
	color:#333;
 }
 
.Windows_button a:hover{
    background-color: #333;
    display: block;
	color:#fff!important;
 }
 .pur_button li{ float:left;}
 .mob_button {
    padding: 5px;
    height: auto;
    width: 90%;
	padding-bottom: 0;
	margin: 0 auto;
}

.mob_button a {
    background-color: #f5f5f5;
    display: block;
    z-index: 999;
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
}
 
 .mob_button a:hover{
    background-color: #fff;
    display: block;
 }

.mob_button  img {
        float: left;
        margin: 0 10px;
    padding: 5px;
}

.mob_button p {
    color: #333;
    font-size: 18px;
    padding: 8px;
    /* text-shadow: 0 -1px 0 #000; */
    text-align: left;
    /* font-family: 'pt_sans_narrowbold'; */
    margin-top: 0;
    letter-spacing: 1px;  
}


.client{
background-color: #fff;
    padding: 40px 0;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.client img{margin: 0 auto;
    display: block;}

.client p {color: #333;
    font-size: 16px;
}

.dell img{width:100%;}

.breadcrumb > .active {
    color: #0067b8;
}

/* faq */

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: -1px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;

    padding: 0px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #efefef;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
	    padding: 20px 10px;
}


#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
   margin: 0px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: auto;
    padding: 0 43px;
    text-align: justify;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 0px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 16px;
	
}
.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}


.faq_sec {
    clear: both;
    padding-right: 10px;
}

.faq_sec h2 {font-size:16px; margin:0;}

.detail ul { border: none!important;}
.detail ul li{ border: none!important;

        border: none!important;
    list-style-type: disc!important;
    overflow: visible!important;
    list-style-position: inside!important;}


/*.faq_sec h2:before {
    content: "";
    background: transparent url(../img/que.png) no-repeat scroll right top;
   padding: 1px 0px 0px;
    display: block;
    position: relative;
    right: 5px;
    width: 32px;
    height: 32px;
    top: -5px;
    float: left;
}*/

/*.detail span:before{
     content: "";
    background: transparent url(../img/ans_icon.png) no-repeat scroll right top;
    padding: 5px 0px 3px;
    display: block;
    position: relative;
    right: 5px;
    width: 32px;
    height: 32px;
    top: 0px;
    float: left;
}*/


.nav-tabs {margin-top: 20px;}
.info_page{
           padding-right: 0px;
           padding-top: 0px;}
.info_page h2{
    font-size: 18px;
    font-weight: 700;
    color: #9e5000;}

    .info_page h2:before {
        content: "";
        background: transparent url(../img/Image-Home/new-arrow.webp) no-repeat scroll right top;
        padding: 1px 0px 0px;
        display: block;
        position: relative;
        right: 7px;
        width: 24px;
        height: 24px;
        top: 4px;
        float: left;
    }
	
	.info_page p{font-size: 16px; padding-left: 25px;
}
.prod_info{padding:0;}
.prod_info img{margin:0 auto;display: list-item;}
.prod_info p {text-align:center;font-weight: bold;letter-spacing: 0.60px;}
.prod_info p a{cursor: pointer;}
.prod_our {padding: 15px 0;}
.about_info {    
    /*padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
*/
}
/*.prod_our p{font-size:16px;clear: both;}*/
.about_prod h2{color:#9e5000; font-size:18px; margin-bottom: 15px; font-weight: bold;}
.details_prod h2{color:#9e5000; font-size:18px; margin-bottom: 0px; font-weight: bold;    float: left;}

.details_prod ul li{color:#333;}
.details_prod ul {margin:0;}
.shop a{    border-radius: 0 !important;
    border: none!important;
    padding: 0!important;
    background-color: transparent!important;}

.shop a:hover{color: #f1bb00;}


@media(max-width:1199px) {

    body logo-gif{
        display:none;
    }

.side_sign{padding-right: 0px!important;padding-left: 0px!important;}
.Desktop_button{width: 96%!important;}
.mob_button{width: 96%!important;}
.pur_button ul li {float: left;margin-top: 5px;margin: 10px 0!important;}
.pur_button ul {width: 170px!important;margin: 0 auto!important;}
.nist_img{width:100%;}
ul.banner-social-buttons { margin-top: 15px;}
.intro {height: 100%;padding: auto;}
.pur_left_sec h2{font-size: 30px !important;padding: 30px 0 !important;}
.right_sec_services { padding: 20px!important;}
.nist_det p {color: #fff;font-size: 15px!important;}
.news_sec p {font-size: 15px!important;}
.left_sec_products img {padding: 100px 0!important;width: 100%;}
.log_sec {margin: 0 auto;display: block;width: 100%!important;}
.footer_menu {width: 100%!important;margin: 0 auto;}
.news_sec { padding: 20px!important;}
.button_ver {clear: both;margin: 0px auto;display: block;width: 100%!important;margin-top: 10px!important;}
.content__heading{font-size: 24px!important;}
.content__teaser{font-size:15px!important;text-align:justify;text-shadow: 1px 1px 2px #0E0700;}
.btn-switch {position: relative;display: block;cursor: pointer;margin-top: 15px;margin-bottom: 10px;}
.content_left {position: relative;top: 30%;z-index: 2;max-width: 720px;text-align: left;padding-top: 0px;}
.mouse{display:none;}	
.content_right img{position: relative;z-index: 999;top: 127px;width: 100%;}
/*.navbar-nav > li > a {font-size: 14px;}*/
.wipeout_banner {margin-top: auto;float: left;margin-top: 150px!important;}
.add p {font-size: 14px!important;padding: 10px 0!important;}
.add{padding-bottom: 0px!important;}
.imp_sec p {color: #333;font-size: 15px!important;padding: 10px 0;}
.logo_dell {float: right;margin-top: -113px!important;}
.supportEmail{margin:0 auto!important;float: none!important;}
.salesEmail{margin:0 auto!important;float: none!important;}
.email1 {float: none!important;margin-left: 0px!important;}
.email {float: none!important;margin-left: 0px!important;}
.left_sec_services {background-color: #ebf0f3;padding: 0;height: 830px!important;}
.news_sec {height: 400px!important;}
.prod img {max-width: 218px!important;padding: 50px 0;}
.mob_button p {font-size: 14px!important;padding: 15px!important;}
.Desktop_button p {font-size: 15px!important;padding: 12px!important;}
}

@media(min-width:768px) 
{
    body logo-gif {
        display: none;
    }
.intro {height: 100%;padding: 0;}
.intro .intro-body .brand-heading {font-size: 100px;}
.intro .intro-body .intro-text {font-size: 26px;}
.navbar-custom {border-bottom: 0;letter-spacing: 1px;-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;transition: background .5s ease-in-out,padding .5s ease-in-out;}
    .navbar-custom.top-nav-collapse {
        position:fixed !important;
        /*padding: 0;
        border-bottom: none;
        height:100px;
        background: red;*/
    }
p {margin: 0 0 15px;font-size: 18px;line-height: 1.6;color:#333;}

}

@media(max-width:993px) {

    body logo-gif {
        display: none;
    }
.footer_menu ul li{margin: 6px 0!important;}
.pur_button ul li {float: left;margin-top: 5px;margin: 10px 3px !important;}
.pur_button ul {width: 340px!important;margin: 0 auto!important;}
.Windows_button {padding: 0;height: auto;width: 164px;}
.pur_button {padding: 30px 0;float: left;width: 100%;}
.mob_button{width: 310px!important;}
.Desktop_button{width: 310px !important;}
.client p {font-size: 12px!important;}
.right_sidebar {background-color: #e9e9e9;padding: 0 110px!important;}
ul.banner-social-buttons { margin-top: 15px;}
.intro {height: auto;padding: 100px 0;}
.bg_wipeout {width: 100%;float: right;}
.left_sec_services {background-color: #ebf0f3;padding: 0;height: auto!important;float:left;}
.right_sec_services {height: auto!important;float:left;}
.pur_left_sec h2{font-size: 22px!important;padding: 20px 0!important; text-align: center;}
.right_sec_services { padding: 20px!important;}
.nist_det p {color: #fff;font-size: 16px!important;}
.news_sec p {font-size: 16px!important;}
.left_sec_products img {padding: 100px 0!important;width: 100%;}
.content-text {text-align: center;font-size: 16px!important;}	
.box{width: 100%!important;}
.left_sec_services{width: 100%!important;}	
.pur_left_sec{width: 100%!important;}
.pur_right_sec{width: 100%!important;}
.log_sec {margin: 0 auto;display: block;width: 100%!important;}
.footer_menu {width: 100%!important;margin: 0 auto;}
.news_sec { padding: 20px!important; height: auto!important; float:left;}
.products_info {padding: 50px 20px !important;}
.button_ver {clear: both;margin: 0px auto;display: block;width: 65%!important;}
.add { padding-top: 20px!important;}
.content__heading{font-size: 20px !important}
.content__teaser{font-size:15px;}
.btn-switch {position: relative;display: block;cursor: pointer;margin-top: 15px;margin-bottom: 0!important;}
.content_left {position: relative;top: 30%;z-index: 2;max-width: 720px;text-align: left;padding-top: 0px;}
.add p {font-size: 16px!important;margin: 0;padding: 10px 0;	}
.imp_sec p {color: #333;font-size: 16px!important;padding: 10px 0;}
.logo_dell {float: right;margin-top: -109px!important;}
.mouse{display:none;}	
.content_right img{position: relative;top: 0px!important;z-index: 999;top: 282px; width: 100%;}
/*.navbar-nav > li > a {font-size: 14px;}*/
.wipeout_banner_inner {margin-top: 77px;float: left;margin-bottom: 40px!important;}
.content__heading1 {font-size: 24px!important;margin: 0 0 10px!important;}
.content_right_inner img {position: relative;z-index: 999;top: 75px!important;width: 100%!important;}
.right_sidebar {background-color: #e9e9e9;width: 93%;float: none;margin: 0 auto;margin-top: 30px;}

}

@media(max-width:767px) {

    body logo-gif {
        display: none;
    }
    body .banner .banner-info {
        padding-top: 50px !important;
    }
 body .body-banner { height:auto!important; }
.content-section {padding-top: 250px;}
.download-section {padding: 100px 0;}
#map {height: 400px;margin-top: 250px;}
.menu_shop {float: right;margin-top: 16px;margin-right: 10px;position: absolute!important;left: 45px!important;}
ul.banner-social-buttons li {display: block;margin-bottom: 20px;padding: 0;}
ul.banner-social-buttons li:last-child {margin-bottom: 0;}	
.content_right img {position: relative;z-index: 999;top: 0;width: 100%;max-width: 466px;}
.left_sec_products img {padding: 50px 0 !important;}
.text{font-size: 28px!important;}
.intro {height: auto!important;padding: 0!important;}
.content_left{padding-top: 50px!important;}
.pur_left_sec h2 {font-size: 22px !important;padding: 10px 0 !important;text-align: center;display: block !important;}
.left_sec_services {background-color: #ebf0f3;padding: 0;height: auto!important;float: left;}
.right_sec_services {height: auto !important;background-color: #333333;padding: 40px !important;float: left;}
.logo_dell{float: right;margin-top: -116px;width: auto !important;}
.wipeout_banner{margin-top: 0!important;}
.news_sec {padding: 40px !important;height: auto !important;float: left;}
.products_info {padding: 0 50px 50px !important;}
.copy p {color: #333;padding-top: 20px;margin: 0;font-size: 14px;text-align: center;}
.social{width: 200px;margin: 0px auto;}
.bg_wipeout {width: 100%!important;}	
.right_sec_services p {clear: both;}	
.navbar-brand > img{display: block;width: 100%;max-width: 50px;}
.navbar {position: relative;min-height: 73px;}	
.log_button {float: none!important;margin: 0 auto;width: 25%;}
.form-control {height: 42px;margin-bottom: 20px;}
.form-horizontal .form-group {margin-right: 0;margin-left: 0;padding: 10px;}	
.button_ver {width: 450px !important;margin:0 auto;}
.navbar-brand > img {display: block;width: 100%;max-width: 54px!important;}
.news_sec p {font-size: 16px !important;}
.nist_det p {color: #fff;font-size: 16px !important;}
.imp_sec p {color: #333;font-size: 16px !important;padding: 10px 0;}
.add {padding: 40px 20px!important;}	
.add p {font-size: 14px !important;}	
.content_right img {position: relative;z-index: 999;top: -49px;}
.sup_sec{height: auto!important;}
.wipeout_banner_inner {margin-top: 0px!important;float: left;}
.content_right_inner img {top: 50px !important;width: 100% !important;padding: 20px!important;}
.nist_img {width: auto!important;}
.dell img {width: 210px!important;}

.prod img {max-width: 218px !important;padding: 0px 0!important;}
.client img {margin: 0 auto;display: block;padding: 15px 0;}
.client p {font-size: 16px !important;width: 260px;margin: 0 auto;}
.copy_inner p{text-align:center!important;}
ul.social-network1{float:none!important;}

}

@media(max-width:600px) {

    body logo-gif {
        display: none;
    }

.button_ver ul li {margin-bottom: 30px!important;}
.purchase{padding-bottom: 0!important;}
.shop{display:none;}
.menu_shop {position: absolute !important;left: 25px !important;}
.pur_button ul li {float: none!important;margin-top: 5px;margin: 10px 0!important;}
.pur_button ul {width: 172px !important;margin: 0px auto !important;}
.right_sidebar {background-color: #e9e9e9;padding: 0 20px !important;}
.mob_button {width: 269px !important;}
.Desktop_button {width: 269px !important;}
.button_ver {width: 270px !important;margin:0 auto;}
.logo_dell {float: right;margin-top: -116px;width: 54% !important;}
.content__teaser {font-size: 16px !important;}	
.content_right img {position: relative;z-index: 999;top: 0px!important;}
/*.navbar-brand > img {max-width: 100% !important;}*/
.content__heading {font-size: 18px !important; margin-bottom: 10px;}
.dropdown-menu{min-width: 100%}
}

@media (max-width:480px) {
    body logo-gif {
        display: none;
    }
.menu_shop ul li {
    padding: 0px 0px 13px 30px !important;
}

}


/*GC_ITSPUNE_20181115:BEGIN::Custom CSS*/
.customSignIn {
    padding: 24px 30px;
    border-radius:10px;
}
.customSignIn h2:before {
    background: none !important;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.service-table > thead > tr > th {
    background: #1d95eb;
    border-left: 1px solid #282828;
    color: #fff;
    font-size: 12px;
}
.head_text1 {
    padding: 5px 10px !important;
    background: #f5f5f5;
    color: #333 !important;
}
.buy-services {
   text-align:center;
    min-width:150px;
}

.info_page h2 {
    color: #0067b8;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: left;
    padding: 20px 0px;
    text-shadow: 0px 1px 1px #9C9C9C;
    font-weight: 600;
    clear: both;
}
/*GC_ITSPUNE_20181115:END::Custom CSS*/

/*GC_ITSPUNE_20181120:BEGIN::CSS classes used in UAT*/
.info_page button {
    color: #0067b8;
    font-size: 12px;
    border: none;
    background: transparent;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 25px;
}

.info_page button:focus, .SeeMore2:focus {
    border: none;
    outline: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #1d95eb;
    font-weight: 400;
    font-size: 17px;
}

.elements p {
    padding-left: 0;
    font-size: 16px;
}

.services_info {
    padding: 20px 0 0;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 8px 10px;
}
.details_prod ul li {
    color: #333;
    line-height: 27px;
}
.custom-bullet ul li {
    list-style-type: none;
    color: #333;
    line-height: 30px;
}
.custom-bullet ul li:before {
  /*  font-family: 'Glyphicons Halflings';*/
    content: "\e067";
    position: absolute;
    left: 25px;
}
.attention_add {
    border-radius: 10px;
    width: 600px;
    border: 1px solid #3fadd6;
    padding: 10px;
    margin: 10px;
    background: #3fadd6;
    color: #fff;
    font-size: 18px;
}
.content-text {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.content-text {
    text-align: center;
}
.mk_bullet2 {
    list-style-type:square;
    /*list-style-image: url(../img/hand_icon.png);*/
}
.details_prod ul li {
    color: #333;
    line-height: 27px;
}
ul.content-text li {
    color: #333;
    text-align: left
}

/*Right Sidebar Menu CSS*/
.right-side-column ul {
    padding-left: 0;
}

.right-side-column ul li {
    list-style-type: none;
}

.right-side-column ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.right-side-column ul li a:hover {
    background: #f93;
    color: #000;
}

.right-side-column ul li:last-child a {
    border-bottom: none
}

.right-side-column ul li a i {
    margin-right: 10px;
}

.right-side-column {
    border: 1px solid #ddd;
    padding: 0 30px;
    background-color: #e9e9e9;
}
/*Right Sidebar Menu CSS*/

/*GC_ITSPUNE_20181120:END::CSS classes used in UAT*/

/*GC_ITSPUNE_20181121:BEGIN:: Custom CSS classes for Edit/View Account page*/

.custom-form > .row > .col-md-3 > label {
    display: block;
    padding: 10PX;
}
.custom-form > .row > .col-md-4 > span {
    display: block;
    padding: 10PX;
}
.custom-form > .row {
    border-bottom: 1px solid #ddd;
}
.custom-form-2 .row > .col-md-3 > label {
    display: block;
    padding: 10PX;
    margin-bottom: 0px;
}

.right-side-column > .row > ul > .active {
    background: #f93 !important;
    color: #000 !important;
}

/*GC_ITSPUNE_20181121:END:: Custom CSS classes for Edit/View Account page*/

.media-txt {
    font-weight: 600;
    color: #7b7b7b;
    font-size: 13px;
}

.details_prod ul {
    margin-bottom: 10px !important;
}

.info_page h2:before {
   /* top: -3px !important;*/
}

.ml-5 {
    margin-left: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.custom-table.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 7px;
    font-size: 13px;
    padding-left: 8px;
    line-height: 25px;
}

.custom-table.table > thead {
    background-color: #f93 !important;
    color: #fff;
}

.pagination > .active > a {
    background-color: #f93;
    border-color: #f9a048;
}

.content_right_inner img {
    left: 125px;
}

.custom-table.table tbody > tr:nth-child(even) {
    background-color: #f4f4f4;
}

.version-label .label {
    margin-right: 5px;
}

.version-label .label:last-child {
    margin-right: 0px;
}
.spvalidator {
    color: red;
    font-size: 12px;
    padding-left: 5px;
    display: none;
    width:100%;
}

/*GC_ITSPUNE_20181207:BEGIN::CSS classes for WipeOut payment*/
.border-box {
    border: 1px solid #eee;
}

.product-box {
    border: 1px solid #eee;
    padding: 30px;
}

.d-inline {
    display: inline-block;
}

.product-text {
    text-align: justify;
    font-size: 16px;
}

.product-wraper {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.payment-success-text {
    font-size: 20px;
    width: 57%;
    display: inline-block;
    padding-bottom: 50px;
    padding: 50px 0px;
}
p {
    font-size: 16px;
}
/*GC_ITSPUNE_20181207:END::CSS classes for WipeOut payment*/

/*CSS override for Table*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid ;
}
/*CSS override for Table*/


/*Css New Classes new - bootstrap 3.3*/

/*.navbar-nav .dropdown .dropdown-menu {
    color: #1270c4;
    background-color: white;
    padding: 10px 12px;
    min-width: 200px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 16px;
    box-shadow: 0 0 5px #e1e1e1;
    z-index: 999;
}
.navbar-nav .dropdown .dropdown-menu  li a{
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    white-space:normal;
}
.navbar-nav > li > a.active {
    color: #21afd7;
}*/


.btn-white {
    color: #133889 !important;
    background-color: #FFFFFF !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    outline: 0;
}

.btn-white:hover,
.btn-white:focus {
    outline: 0;
    color: #fff !important;
    background-color: #133889!important;
}
.footer {
    background-color: #f5f5f5;
    border-top:1px solid #ddd;
}
.sup-text{
    color:#fff;
    line-height:25px;
}
.cust-supp-label {
    position: absolute;
    display: block;
    vertical-align: middle;
    top: 150px;
}
.btn-checkout {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    background: #1c94ea; /* Old browsers */
    background: -moz-linear-gradient(left, #1c94ea 0%, #30b5f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1c94ea 0%,#30b5f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1c94ea 0%,#30b5f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c94ea', endColorstr='#30b5f0',GradientType=1 ); /* IE6-9 */
}

.btn-checkout:hover {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    background: #2fb6f0; /* Old browsers */
    background: -moz-linear-gradient(left, #2fb6f0 0%, #1c94ea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2fb6f0 0%,#1c94ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2fb6f0 0%,#1c94ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb6f0', endColorstr='#1c94ea',GradientType=1 ); /* IE6-9 */
}
.publication {
    background: #FFFEEF;
}
.service-header {
    color: #333;
    font-size: 22px;
    padding: 10px 20px;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 600;
    position: absolute;
}
.service-box {
    padding: 40px;
    min-height: 225px;
}
.box-border1 {
    border-bottom: 1px solid #d1e5f0;
    border-right: 1px solid #d1e5f0;
    padding-left: 0;
}
.box-border2 {
    border-bottom: 1px solid #d1e5f0;
    border-right: 1px solid #d1e5f0;
}
.box-border3 {
    border-bottom: 1px solid #d1e5f0;
}
.box-border4 {
    border-right: 1px solid #d1e5f0;
    padding-left: 0;
}
.box-border5 {
    border-right: 1px solid #d1e5f0;
}
.android-btn {
    background: #ea8907!important; /* Old browsers */
    background: -moz-linear-gradient(left, #ea8907 1%, #f4a115 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea8907 1%,#f4a115 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea8907 1%,#f4a115 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8907', endColorstr='#f4a115',GradientType=1 ); /* IE6-9 */
}
.android-btn:hover {
    background: #f3a014!important; /* Old browsers */
    background: -moz-linear-gradient(left, #f3a014 2%, #eb8807 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f3a014 2%,#eb8807 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f3a014 2%,#eb8807 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a014', endColorstr='#eb8807',GradientType=1 ); /* IE6-9 */
}
.windows-btn {
    background: #1d95eb!important;
    background: -moz-linear-gradient(left, #1d95eb 0%, #30b7f1 100%);
    background: -webkit-linear-gradient(left, #1d95eb 0%,#30b7f1 100%);
    background: linear-gradient(to right, #1d95eb 0%,#30b7f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d95eb', endColorstr='#30b7f1',GradientType=1 );
}
.windows-btn:hover {
    background: #2fb5f2 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #2fb5f2 2%, #1c95e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2fb5f2 2%,#1c95e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2fb5f2 2%,#1c95e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb5f2', endColorstr='#1c95e8',GradientType=1 ); /* IE6-9 */
}

/*WipeOut Shopping Cart UI css*/

.shopping-cart {
    clear: both;
    padding: 20px 0px;
    padding-top: 10px;
    padding-bottom: 0;
}
.cart-box {
    padding: 0;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}
.no-padding{
    padding:0;
}
.cart-box a:hover {
    text-decoration: underline;
}
.cart-box a {
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: none;
    color: #b3b3b3;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #4d4d4d;
    font-size: 15px;
}

.cart-update {
    
}

.cart-update label {
    line-height: 28px;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 700;
    display:block;
}

.cart-box img {
    height: 40px;
    margin-top: 13px;
}

.border-left {
    border-left: 1px solid #e6e6e6;
}

.license {
    margin-bottom: 4px;
    list-style-type: none;
    font-size: 14px !important;
    font-weight: 400;
    position: relative;
    margin-right: 10px;
}
.custom-input {
    width: 50px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.version-header {
    clear: both;
    display: block;
    color: #0067b8;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 5px;
}
.cart-btn {
    background: #fff;
    color: #0067b8;
    font-weight: 600;
}

.cart-btn:hover {
    background: #0067b8;
    color: #fff;
}
.poupup-header {
    color: #454545;
}

.control-sec {
    padding-bottom: 10px;
}
.value-bold{
    font-size:30px!important;
}
.btn-cancel {
    background: #e0e0e0;
    border: 1px solid #dedede;
    color: #333;
}
.text-italic{
    font-style:italic;
}

.shopping-cart-confirm {
    clear: both;
}

.cart-box-confirm {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e9e9e9;
    margin-top: -1px;
    border-radius: 10px;
    box-shadow: 2px 4px 14px 0px #00000026;
}
.cart-box-confirm a:hover {
    text-decoration: underline;
}

.cart-box-confirm a {
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: none;
    color: #0067b8;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.cart-box-confirm img {
    height: 40px;
    margin-top: 13px;
}
.confirm-cart-box {
    padding: 10px 0;
    position: relative;
    display: flex;
    background: #23a3ff;
    clear: both;
    display: -ms-flexbox;
}
.btn-empty {
    color: #0067b8;
    background: #fff;
}
.btn-empty:hover {
    color: #fff;
    background: #10558c;
    border: 1px solid #145182;
}
.cart-notice {
    color: #f4f4f4;
    vertical-align: middle;
    position: absolute;
    display: block;
    margin-top: 7px;
}
.confirm-cart-footer {
    padding: 10px 0;
    position: relative;
    display: flex;
    background: #f5f5f5;
    clear: both;
    display: -ms-flexbox;
    border: 1px solid #ccc;
    margin-top: -1px;
}
.cart-total-box {
    border: 1px solid #ccc;
    padding: 10px;
    background: whitesmoke;
}

.final-price {
    font-size: 25px;
    font-weight: 600;
    color: #4d4d4d;
}
.checkout-product {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.dollar {
    font-size: 15px;
    vertical-align: top;
}
.total-text {
    margin-top: 15px;
    font-weight: 600;
}

.cart-box-empty {
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 15px;
}

.cart-box-empty span{
    font-size:17px;
}

.cart-box-empty a {
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: underline;
    color: #1d95eb;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 17px;
}
.header-empty {
    font-weight: 600;
    font-size: 30px;
}

.checkout-box {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-top: -1px;
}

.checkout-box-link {
    color: #4d4d4d;
    font-size: 20px;
    font-weight:600;
}

.checkout-label {
    color: #333;
    font-size: 13px;
}

.total-summary {
    margin-top: 10px;
    padding-bottom: 9px;
    color: #4d4d4d;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight:600;
}

.totalText {
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
}

.total-footer{
    margin-top:10px;
}

.checkout-checkbox a{
    font-size:12px;
    text-decoration:underline;
}

.checkbox-footer {
    border: 1px solid #e9e9e9;
    margin-top: -1px;
    padding: 25px 20px;
    margin-bottom: 25px;
}

.mb-25{
    margin-bottom:25px;
}

.mt-25{
    margin-top:25px;
}

/*Css for bootstrap modal vertically canter*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*Css for bootstrap modal vertically canter*/

/*GC_ITSPUNE_20190129:BEGIN:: Custom CSS*/

.nav-tabs > li > a{
    font-size:17px;
}


.product-info-box {
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}

.product-info-box ul li {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 5px 0px;
}
.product-info {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.product-details a {
    color: #333;
    margin: 10px 0;
    font-size: 12px;
    text-decoration: none;
}
.product-details .fa {
    margin-left: 0;
    margin-right: 5px;
}
.pt-0{
    padding-top:0;
}
.link-goto-sign-in {
    font-size: 20px;
    color: #1d95eb;
}

.maryland-purchase {
    background-color: #fff;
    padding: 15px 40px;
    position: relative;
    top: 60px;
    border-radius: 15px;
    z-index: 999;
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
}
.bottom-space{
    padding-bottom:0;
}
.maryland-img{
    width:100%;
}

.maryland-btn {
    padding: 12px 20px;
    border-radius: 10px;
    border-color: #1e95eb;
    color: #ffffff;
    margin-top: 24px;
}
.link-btn {
    color: #1d95eb;
    text-decoration: underline;
    margin-left: 10px;
}
body .w-100{
    width:100% !important;
}
body .card-date {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
body .text-blue-dark {
    color: #0067b8;
}
body .float-right {
    float: right !important;
}
body .float-left {
    float: left !important;
}
/*button Css*/
body .common-button {
    font-size: 18px;
    color: #ffffff;
    padding: 7px 14px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    body .common-button:focus {
        box-shadow: none;
        outline: none;
    }

    body .common-button:disabled {
        background-color: #dedede;
        color: #8f8f8f;
    }

    body .common-button.disabled {
        background-color: #dedede;
        color: #8f8f8f;
    }

        body .common-button:disabled:hover,
        body .common-button.disabled:hover {
            background-color: #dedede;
            color: #8f8f8f;
        }

            body .common-button:disabled:hover:after,
            body .common-button.disabled:hover:after {
                display: none;
            }

body .common-button-primary {
   background-color: #0d2878;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

    body .common-button-primary:hover {
        background-color: #0d2878;
    }

body .common-button-secondary {
    background-color: #404040;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

    body .common-button-secondary:hover {
        background-color: #00457a;
    }

body .common-button-white {
    background-color: #ffffff;
    color: #0f2976;
    transition: all 0.3s ease-in-out;
    border-radius: 7px;
    padding: 10px 35px;
    font-size: 18px;
    color: #fff;
}
    body .common-button-white:hover {
        background-color: #0d73d2;
        color: #ffffff;
    }

body .common-button-danger {
    background-color: #9e2633;
    border-color: #9e2633;
}

    body .common-button-danger:hover {
        background-color: #07165b;
        color: #ffffff;
    }

body .common-button-info {
    color: #fff;
    background-color: #00d5eb;
    border-color: #00d5eb;
}

    body .common-button-info:hover {
        background-color: #07165b;
        color: #ffffff;
    }

 /*--- New Design Css BY CC---*/

/*html, body {
    font-family: 'Roboto', sans-serif;
}*/
body{
    overflow-x:hidden !important;
}

 .relative-position{
    position:relative !important;
}
ul{
    list-style-type:none;
}
a{
    text-decoration:none;
}

body .padding-col-80 {
    padding: 0 80px;
}

body .padding-col-60 {
    padding: 0 60px;
}

body .padding-col-50 {
    padding: 0 50px;
}
.pt-40{
    padding-top:40px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60{
    padding-bottom:60px;
}
.ptb-60 {
    padding: 60px 0;
}
.pt-100{
    padding-top:100px;
}
.ptb-100{
    padding:100px 0 !important;
}
.pt-120 {
    padding-top: 120px !important;
}

.pb-120 {
    padding-bottom: 120px;
}
.fw-700 {
    font-weight: 700;
}
.d-none {
    display: none;
}
.text-center {
    text-align:center !important;
}
.bark-blue-color {
    background-color: #03175e;
}
.light-blue-color {
    color:#7beaff !important;
}
.f-left{
    float:left;
}
.f-right{
    float:right;
}
.white-color
{
    color:#ffffff !important;
}
.blue-color {
    color: #013668;
}
.d-flex{
    display:flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.btn-primary {
    border-radius: 7px;
    padding: 10px 35px;
    font-size: 18px;
    background-color: #2da8d2;
    /* background-image: linear-gradient(to right, #2da8d3, #011058);*/
    color: #fff;
}
/* -- Banner Section -- */

body .owl-carousel.home-carousel .owl-dots {
    position: absolute;
    left: 10px;
    bottom: -35px;
}
    body .owl-carousel.home-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #9590be;
    border-radius: 50px;
    margin: 0 3px;
    }

    body .owl-carousel.home-carousel .owl-dots .owl-dot.active {
    background-color: #0d61d8
    }
   /* Banner section*/

body .menu .submenu {
    color: #1270c4;
    background-color: white;
    padding: 10px 12px;
    min-width: 200px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 16px;
    display: none;
    box-shadow: 0 0 5px #e1e1e1;
    z-index:999;
}
    body ul li:hover .submenu {
        display: block;
    }
    body .submenu ul {
        padding-left: 0;
    }
body .submenu ul > li > a {
    color: #000;
    margin: 5px 0;
    display: block;
}

    body .submenu ul > li > a:hover {
         color: #2faad3;
    }

    body .submenu ul > li > a {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
    }
  
body .contact-link {
    color: #fff !important;
    background-color: #013668;
    border-radius: 7px !important;
    padding: 10px !important;
    border: 1px solid #fff;
} 
    body .contact-link:hover {
        color: #013668 !important;
        background-color: #ffffff;
        border-color:#013668;
    }
/*-- Featured section --*/

body .feature-card {
    background-color: #020f53;
    padding: 45px 25px;
    color: #fff !important;
    border-radius: 10px; 
}
body .feature-section {
    background-color: #e5e5e5;
}
/*body .feature-section .f-block-left{
    padding:0 0 0 35px;
}
body .feature-section .f-block-right {
    padding:0 35px 0 0;
}*/
body .feature-section .feature-title {
    padding-bottom: 25px;
}
body .feature-section .feature-title p{
    padding: 0 46px;
    font-size:18px;
    font-weight:500;
    margin-top:10px;
}
body .feature-section .feature-info {
    padding: 10px 10px;
}
body .feature-section .feature-info img {
        width: 50px;
        margin-right: 10px;
}
body .feature-section .feature-info p{
    font-weight:500;
    color: #ffffff;
    margin-top:10px;
}


/*footer section*/

.footer-title {
    font-size: 20px;
    font-weight: 800;
}

.footer-ul > li > a {
    color: #ffffff !important;
    font-size: 15px !important;
}

.footer-bottom-menu {
    padding-top: 10px;
}
     
.copy-right {
    background-color: #081448;
    color:#fff;
    text-align: center;
    padding:20px;
}

/*  policy-section*/
.mobile-policy{
    padding:10px 30px;
    height:180px;
}
.mobile-policy p {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 800;
}

.policy-1 {
    position: absolute;
    top: 60px;
    left: 55px;
    font-weight:600;
}

.policy-2 {
    position: absolute;
    top: 205px;
    left: 58px;
    font-weight: 600;
}

.policy-3 {
    position: absolute;
    top: 350px;
    left: 70px;
    font-weight: 600;
}

.policy-4 {
    position: absolute;
    top: 50px;
    left: -65px;
    font-weight: 600;
}
.policy-5 {
    position: absolute;
    top: 195px;
    font-weight: 600;
    left: -57px;
}
.policy-6 {
    position: absolute;
    top: 350px;
    left: -55px;
    font-weight: 600;
}


.pt-60 {
    padding-top: 60px;
}

.dell-img img,
.maryland-img img {
    width: 100%;
}

/*product*/
body .nist-btm-logo
{
    padding:0 60px;
}
body .dell-btm-logo {
    padding: 0 55px 0 15px;
}

.details-product h2 {
    color: #013668;
}

.details-product h3 {
    font-weight: 600;
}
.img-product img{
    margin-top:-40px;
}

.partner-section {
    background-color: #1e85c0;
    color: #ffffff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
    float: left;
    margin-top: -35px;
    z-index: 999;
}

.Product-partner {
    border-right: 2px solid #329ad5;
}

.fa-sharp {
    font-size: 14px;
}

/*-- NIST-section --*/
body p{
    font-size:20px !important;
}
body .NIST-section {
    background-image: url("/img/Image-Home/nist-bg.webp");
    background-size: cover;
}
 body .NIST-section .NIST-img {
        padding-bottom: 40px;
        margin-top: -40px;
        width: 170px;
    }
    body .NIST-section .NIST-88 {
        padding: 0 80px 0 0px;
    }
    body .NIST-section .NIST-88 p{
        line-height:32px;
    }
        body .NIST-section .sub-title {
            font-weight: 600;
            font-size: 20px;
            line-height: 32px;
        }
    body .NIST-section .NIST-36 {
        padding: 0 27px 0 73px;
    }
    body .NIST-section .NIST-36 p
    {
        line-height:32px;
    }
        /*29-12-2022*/
body .title {
    font-size: 34px;
    font-weight: 700;
    color: #0067b8;
}
/*.navbar-nav > li > a {
    font-size: 16px;
    position:unset;
}
.navbar-nav .dropdown .dropdown-menu li a {
    border-bottom: 1px solid #e4e4e4;
    padding:10px 0;
}*/
body .body-banner {
    /* background-image: url("/img/Image-Home/New-Banner.webp");
    background-size: cover;
    height: 550px;*/
}

body .banner .banner-info {
    padding-left: 15px;
   /* padding-top: 200px;*/
    color: #fff;
}

    body .banner .banner-info h2 {
        font-weight: bold;
        line-height: 36px;
        font-size:30px;
    }

    body .banner .banner-info p {
        line-height: 30px;
    }

   body .banner .banner-info .btn{
       margin-top:15px;
       font-size:16px;
   }

    body .banner .banner-info .btn i {
        margin-right:5px;
    }

body .btn-new {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2faad3+0,126ab2+100 */
    background: #2faad3; /* Old browsers */
    background: -moz-linear-gradient(left, #2faad3 0%, #126ab2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2faad3 0%,#126ab2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2faad3 0%,#126ab2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2faad3', endColorstr='#126ab2',GradientType=1 ); /* IE6-9 */
    transition: background-position .5s;
    border: 1px solid #21aed9;
}

    body .btn-new:hover {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#126ab2+0,2faad3+100 */
        background: #126ab2; /* Old browsers */
        background: -moz-linear-gradient(left, #126ab2 0%, #2faad3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #126ab2 0%,#2faad3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #126ab2 0%,#2faad3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126ab2', endColorstr='#2faad3',GradientType=1 ); /* IE6-9 */
        background-position: 0 0;
        border: 1px solid #21aed9;
    }
    body .owl-carousel .owl-item .banner .banner-img {
    width: 370px;
    margin-left: 120px;
   /* margin-top: 160px;*/
}

.navbar-custom {
    background-color: #fff;
    padding:20px;
    -webkit-box-shadow: 0 8px 6px -6px #545454;
    -moz-box-shadow: 0 8px 6px -6px #545454;
    box-shadow: 0 8px 6px -6px #545454;
}

.navbar-custom .navbar-brand {
    /*padding:0;*/
}

/*.navbar-custom.top-nav-collapse .container {
    box-shadow: 0 0px 10px rgb(1 54 104 / 13%);
}*/

.copy-right h4 {
    margin-bottom:0;
    font-size:14px;
}

.br-btm {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.nav-pt0 {
    padding-top: 0 !important;
}

.footer-section li {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 13px;
    padding-bottom: 5px;
}

.copyright-bg {
    background: #081448;
}

.copyright-bg h4{
    font-size:14px;
    color:#fff;
    margin:0;
    padding:15px 0;
}
.copyright-bg .text-right a {
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    display:inline-block;
}

.footerblock {
    padding-bottom: 30px;
}

.copyright-bg .text-left p {
    color: #fff;
    margin: 0;
    padding:15px 0;
}
 /* Info video Pop up */

body .custom-header-video {
    background-color: #000628;
    color: #fff;
}

body .info-video-details {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
}

body .info-video-details .close-btn-top {
    float: right;
    font-weight: 700;
    background-color: #ffffff;
    color: #01082a;
    padding: 0px 7px;
    border-radius: 30px;
    font-size: 18px;
}

body .info-video-details .close-btn-top:hover {
    background: #01082a;
    color: #fff;
}
body .modal-dialog .modal-content .custom-header-video {
    padding: 8px 15px 0 8px;
}


/*new navbar*/

body .New-navbar .brandName-mobile {
    display:none;
}
body .New-navbar .brandName-mobile {
    display: none;
}
body .New-navbar .brandName-mobile a h3 {
    font-size: 30px;
    font-weight: 600;
    color: #013668;
}
body .New-navbar .navbar-default {
    background-color: #fff;
    border-bottom: 0;
    padding: 25px 0 0 0;
}
body .New-navbar ul li a {
    color: #0c0c0c;
    font-weight: 600;
}
body .New-navbar .navbar-nav > li > .dropdown-menu {
    border-radius: 10px;
    min-width: 200px;
}
body .New-navbar .navbar-nav .dropdown ul > li > a {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    font-size: 16px;
}
body .New-navbar .navbar-nav .dropdown ul > li > a:hover {
    color: #2ea9d3;
}
body .New-navbar .navbar-collapse navbar-nav > ul li {
    background-color: transparent;
}
body .New-navbar .navbar-collapse .nav ul li :hover {
    background-color:#fff;
    color: #2ea9d3;
}
body .New-navbar .dropdown-menu ul li :hover {
    background-color: #fff;
    color: #2ea9d3;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #040404;
    font-size:16px;
}
.navbar-default .navbar-nav > li > a.active {
    color: #0e9cc5;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #0e9cc5;
}




/* Media Query */
@media (min-width: 1367px) and (max-width: 1440px) {
    body .container {
            width: 1300px;
        }
        .mobile-policy {
            display: none;
        }
        body .logo-img{
            display:none;
        }
       .banner-mobile{
            display:none;
        }
      
}    

@media (min-width: 1281px) and (max-width: 1366px) {

    body .container {
        width: 1280px;
    }
    .mobile-policy {
        display: none;
    }
    body .logo-img {
        display: none;
    }
    body .banner-mobile {
        display: none;
    }
}
@media (min-width: 1200px) {
    body .logo-img {
        display: none;
    }
    .container {
        width: 1200px;
    }
    .mobile-policy {
        display: none;
    }
    body .banner-mobile {
        display: none;
    }
}

@media (min-width: 1199px) and (max-width:1200x) {
    body .floating-social-media{
        display:none;
    }
    .mobile-policy {
        display: none;
    }
    body .logo-img {
        display: none;
    }
    body .banner-mobile {
        display: none;
    }
}
@media (min-width: 992px) and (max-width:1199px) {
    body .btn-new{
        margin-top:7px;
    }
    body .card-box-info {
        min-height: 280px;
    }
    body .floating-social-media {
        display: none;
    }
    body .banner-mobile {
        display: none;
    }
    body .logo-img {
        display: none;
    }
    .header-inner-body {
        height: 320px !important;
    }
    .header-inner-body-info {
        padding-top: 220px !important;
    }

    .mobile-policy {
        display: none;
    }
    body .NIST-section .NIST-88, 
    body .NIST-section .NIST-36 {
        padding: 0 0 !important;
    }
    body .details-product,
    body .img-product {
        padding: 0 0 !important;
    }
    body .img-product{
        margin-top:-50px;
    }
}

@media (min-width: 767px) and (max-width:992px){

    .dell-img-mobile {
        padding-top: 0;
    }
    .maryland-img-mobile{
        padding-top:10px;
    }
    body .new-form-login {
        margin-top: 30px;
    }
    body .card-box-info .card-img {
        top: -40px;
    }
    body .card-box-info p {
        margin-top: 50px !important;
    }
    body .floating-social-media {
        display: none;
    }
    body .banner-mobile {
        display: none;
    }
    body .banner-slide-img {
        display: none;
    }
    boby .navbar-brand > img {
        margin-top: -10px;
    }
    body .navbar-header .logo-img img {
        width: 60px;
        margin-top: 0 !important;
    }
    body .logo-gif {
        display: none;
    }
    body .logo-img {
        display: block;
    }
    body .card-img {
        left: 40%;
    }
    .card-box-space{
        padding-top:40px;
    }
    .card-box-info {
        min-height: 260px;
    }
    .header-inner-body {
        height: 320px !important;
    }
    .header-inner-body-info {
        padding-top: 220px !important;
    }
    .desktop-policy {
        display: none;
    }
    .mobile-policy {
        display: block;
    }
    body .NIST-section .NIST-88,
    body .NIST-section .NIST-36 {
        padding: 0 0 !important;
    }
    body .details-product,
    body .img-product {
        padding: 0 0 !important;
    }
    body .feature-section .feature-title p{
        padding:0 !important;
        text-align:left;
    }
    body .owl-carousel .owl-item .banner .banner-img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    body .nist-btm-logo{
        padding-bottom:12px;
    }
    body .dell-btm-logo{
        padding:5px 30px;
    }
    body .Product-partner {
        border-right: none;
        padding: 0 60px;
    }
    body .img-product img{
        margin-top:0;
    }
}

@media(min-width:600px) and (max-width:767px) {
    
    body .New-navbar .brandName-desktop {
        display: none;
    }
    body .New-navbar .brandName-mobile {
        display: block;
    }
    .navbar-brand > img{
        margin-top:-10px;
    }
    .dell-img-mobile {
        padding-top: 0;
    }
    .maryland-img-mobile {
        padding-top: 10px;
    }
    body .new-form-login {
        margin-top: 30px;
    }
    body .card-box-info .card-img {
        top: -40px;
    }
    body .card-box-info p {
        margin-top: 50px !important;
    }
    body .floating-social-media {
        display: none;
    }
    body .banner-mobile {
        display:block;
    }
    body .img-bg-video,
    body .banner-owl {
        display: none;
    }
    body .banner-slide-img {
        display: none;
    }
/*    body .navbar-brand > img {
        margin-top: 0 !important;
    }*/
    body .logo-gif {
        display: none;
    }
    body .logo-img {
        display: block;
    }
   .card-box-space {
        padding-top: 40px;
    }
    body .card-box-info {
        min-height: 180px;
    }
    .header-inner-body {
        height: 165px !important;
    }
    .header-inner-body-info {
        padding-top: 70px !important;
    }
    .desktop-policy {
        display: none;
    }
    .mobile-policy {
        display: block;
    }
    .dell-img {
        padding: 0 10px 0 10px;
    }
    .maryland-img {
        padding: 20px 10px 0 10px;
    }
    .policy-section {
        padding: 50px 0;
    }
    body .NIST-section .NIST-88,
    body .NIST-section .NIST-36 {
        padding: 0 0 !important;
    }
    body .details-product,
    body .img-product {
        padding: 0 0 !important;
    }
    body .feature-section .feature-title p {
        padding: 0 !important;
        text-align: left;
    }
    body .owl-carousel .owl-item .banner .banner-img {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    body .nist-btm-logo {
        padding-bottom: 12px;
    }
    body .dell-btm-logo {
        padding: 5px 40px;
        width:500px;
    }
    body .Product-partner {
        border-right: none;
        padding: 0 60px;
    }
    body .img-product img {
        margin-top: 0;
    }
}

@media (min-width:480px) and (max-width:600) {
    body .New-navbar .brandName-desktop {
        display: none;
    }
    body .New-navbar .brandName-mobile {
        display: block;
    }
    .navbar-brand > img {
        margin-top: -10px;
    }
}

    @media (min-width:480px) and (max-width:767) {
        body .New-navbar .brandName-desktop {
            display: none;
        }

        body .New-navbar .brandName-mobile {
            display: block;
        }

        .navbar-brand > img {
            margin-top: -10px;
        }

        body .new-form-login {
            margin-top: 30px;
        }

        body .card-box-info .card-img {
            top: -40px;
        }

        body .card-box-info p {
            margin-top: 50px !important;
        }

        body .floating-social-media {
            display: none;
        }

        body .banner-mobile {
            display: block;
        }

        body .img-bg-video,
        body .banner-owl {
            display: none;
        }

        body .banner-slide-img {
            display: none;
        }

        body .navbar-brand > img {
            margin-top: 0 !important;
        }

        body .logo-gif {
            display: none;
        }

        body .logo-img {
            display: block;
        }

        .card-box-space {
            padding-top: 40px;
        }

        body .card-img {
            position: absolute;
            left: 40%;
        }

        body .card-box-info {
            min-height: 180px;
        }

        .desktop-policy {
            display: block;
        }

        body .NIST-section .NIST-88,
        body .NIST-section .NIST-36 {
            padding: 0 0 !important;
        }

        body .details-product,
        body .img-product {
            padding: 0 0 !important;
        }

        body .feature-section .feature-title p {
            padding: 0 !important;
            text-align: left;
        }

        body .owl-carousel .owl-item .banner .banner-img {
            width: 100%;
            margin-left: 0;
            margin-top: 30px;
        }

        body .nist-btm-logo {
            padding-bottom: 12px;
        }

        body .dell-btm-logo {
            padding: 5px 30px;
        }

        body .Product-partner {
            border-right: none;
            padding: 0 60px;
        }

        body .img-product img {
            margin-top: 0;
        }
    }

    @media (min-width:320px) and (max-width:480px) {

        body .New-navbar .brandName-desktop {
            display: none;
        }

        body .New-navbar .brandName-mobile {
            display: block;
        }

        .navbar-brand > img {
            margin-top: -10px;
        }

        policy-section {
            padding: 40px !important;
        }

        .dell-img-mobile {
            padding-top: 0;
        }

        .maryland-img-mobile {
            padding-top: 10px;
        }
/*
        body .partner-section {
            float: none !important;
        }
*/
        body .dell-btm-logo .dell-partner {
            width: 100% !important;
        }

        body .new-form-login {
            margin-top: 30px;
        }

        body .card-box-info .card-img {
            top: -40px;
        }

        body .card-box-info p {
            margin-top: 50px !important;
        }

        body .btn-demo {
            margin-top: 5px;
        }

        body .floating-social-media {
            display: none;
        }

        body .banner-mobile {
            display: block;
        }

        body .img-bg-video,
        body .banner-owl {
            display: none;
        }

        body .banner-slide-img {
            display: none;
        }

        body .logo-gif {
            display: none;
        }

        body .logo-img {
            display: block;
        }

        .card-box-space {
            padding-top: 40px;
        }

        .header-inner-body {
            height: 190px !important;
        }

        .header-inner-body-info {
            padding-top: 5px !important;
        }

        .desktop-policy {
            display: none;
        }

        .btn-new {
            margin-top: 5px;
        }

        body .NIST-section .NIST-88,
        body .NIST-section .NIST-36 {
            padding: 0 0 !important;
        }

        body .details-product,
        body .img-product {
            padding: 0 0 !important;
        }

        body .feature-section .feature-title p {
            padding: 0 !important;
            text-align: left;
        }

        .btn-req-demo {
            margin-top: 10px;
        }

        body .owl-carousel .owl-item .banner .banner-img {
            width: 100%;
            margin-left: 0;
            margin-top: 30px;
        }

        body .nist-btm-logo {
            padding-bottom: 12px;
        }

        body .dell-btm-logo {
            padding: 5px 30px;
        }

        body .Product-partner {
            border-right: none;
            padding: 0 60px;
        }

        body .img-product img {
            margin-top: 0;
        }
    }

    /*-- Login form design --*/
    .new-form-login .form-new {
        border: 0 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #545252 !important;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }

    .new-form-login form {
        width: 100%;
        margin: 40px auto;
        position: relative;
    }

    .new-form-login .form-group {
        padding: 20px 0;
        position: relative;
        margin-bottom: 0;
    }

        .new-form-login .form-group label {
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            top: 0px;
            color: #0067b8;
            font-size: 16px;
        }

    .new-form-login .reg-sub-link {
        font-size: 14px;
        font-weight: 700;
    }

    .btn-new-border-radius {
        border-radius: 5px !important;
    }

    /* --card-box design  -- */
    body .card-box-info {
        background-color: #fff;
        padding: 40px 35px;
        border-radius: 10px;
        box-shadow: 2px 4px 14px 0px #00000026;
        margin-top: 50px;
        align-items: center;
    }

    body .device-info {
        padding-right: 45px;
    }

    body .bottom-info {
        padding: 50px 0 105px 0;
    }

    body .card-img {
        position: absolute;
        top: -60px;
        left: 30%;
        background-color: aliceblue;
        padding: 17px 17px;
        border-radius: 63px;
        border: 1px solid #27b1c9;
    }

    body .card-box-info p {
        margin-top: 30px;
    }

    body .mr-12 {
        margin-right: 12px;
    }

    body .white-color {
        color: #fff !important;
    }

    @media (min-width:480px) and (max-width:600px) {
        body .logo-gif {
            display: none;
        }
    }

    /*
@media only screen (max-width:320px) and (max-width:767px) {
    .menu:onclick .submenu {
        display: block;
    }
}*/

.loadingmodal {
    position: fixed !important;
    z-index: 1000 !important;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(20, 36, 65, 0.41);
    /*opacity: 0.6;*/
    filter: alpha(opacity=60);
    /*-moz-opacity: 0.8;*/
}

.loadingImg {
    position: absolute !important;
    z-index: 1000 !important;
    padding: 10px;
    height: 140px;
    width: 150px;
    border: 2px solid #d9534f;
    background-color: white;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center;
    font-size: 12px;
    top: 40%;
    left: 45%;
}

.loadingImg img{
    height:100px;
    width:100px;
}