/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 26, 2018, 1:28:30 PM
    Author     : Deeksha Jain
*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.margin-left-1{margin-left:1px}.margin-left-2{margin-left:2px}.margin-left-3{margin-left:3px}.margin-left-4{margin-left:4px}.margin-left-5{margin-left:5px}.margin-left-6{margin-left:6px}.margin-left-7{margin-left:7px}.margin-left-8{margin-left:8px}.margin-left-9{margin-left:9px}.margin-left-10{margin-left:10px}.margin-left-11{margin-left:11px}.margin-left-12{margin-left:12px}.padding-left-10{padding-left:10px}.padding-right-10{padding-right:10px}.height-10{height:10px}.height-80{height: 80px !important}.height-120{height: 120px !important}.no-border{border: none !important}.background-color-grey{background-color: grey !important}.reset-container{width:550px;margin:0 auto}.margin-left-27{margin-left:27px}.margin-left-20{margin-left: 20px}.border-rounded{border-radius: 5px !important}
.border-color-hr{border: 0.5px solid #478FCA;margin-bottom:12px}
@media only screen and (max-width:540px){.reset-container{width:98%}}
